diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 00000000..d878e714
--- /dev/null
+++ b/package-lock.json
@@ -0,0 +1,7509 @@
+{
+ "name": "data-lovers",
+ "version": "1.0.0",
+ "lockfileVersion": 3,
+ "requires": true,
+ "packages": {
+ "": {
+ "name": "data-lovers",
+ "version": "1.0.0",
+ "license": "MIT",
+ "devDependencies": {
+ "@babel/core": "^7.6.2",
+ "@babel/plugin-transform-modules-commonjs": "^7.6.0",
+ "babel-jest": "^27.0.1",
+ "eslint": "^8.3.0",
+ "gh-pages": "^3.1.0",
+ "htmlhint": "^1.0.0",
+ "jest": "^27.0.1",
+ "opener": "^1.5.1",
+ "serve": "^13.0.2"
+ },
+ "engines": {
+ "node": ">=16.x"
+ }
+ },
+ "node_modules/@aashutoshrathi/word-wrap": {
+ "version": "1.2.6",
+ "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz",
+ "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/@ampproject/remapping": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz",
+ "integrity": "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==",
+ "dev": true,
+ "dependencies": {
+ "@jridgewell/gen-mapping": "^0.3.0",
+ "@jridgewell/trace-mapping": "^0.3.9"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@babel/code-frame": {
+ "version": "7.22.5",
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.5.tgz",
+ "integrity": "sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOcizRGYsspYQ==",
+ "dev": true,
+ "dependencies": {
+ "@babel/highlight": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/compat-data": {
+ "version": "7.22.9",
+ "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.22.9.tgz",
+ "integrity": "sha512-5UamI7xkUcJ3i9qVDS+KFDEK8/7oJ55/sJMB1Ge7IEapr7KfdfV/HErR+koZwOfd+SgtFKOKRhRakdg++DcJpQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/core": {
+ "version": "7.22.9",
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.22.9.tgz",
+ "integrity": "sha512-G2EgeufBcYw27U4hhoIwFcgc1XU7TlXJ3mv04oOv1WCuo900U/anZSPzEqNjwdjgffkk2Gs0AN0dW1CKVLcG7w==",
+ "dev": true,
+ "dependencies": {
+ "@ampproject/remapping": "^2.2.0",
+ "@babel/code-frame": "^7.22.5",
+ "@babel/generator": "^7.22.9",
+ "@babel/helper-compilation-targets": "^7.22.9",
+ "@babel/helper-module-transforms": "^7.22.9",
+ "@babel/helpers": "^7.22.6",
+ "@babel/parser": "^7.22.7",
+ "@babel/template": "^7.22.5",
+ "@babel/traverse": "^7.22.8",
+ "@babel/types": "^7.22.5",
+ "convert-source-map": "^1.7.0",
+ "debug": "^4.1.0",
+ "gensync": "^1.0.0-beta.2",
+ "json5": "^2.2.2",
+ "semver": "^6.3.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/babel"
+ }
+ },
+ "node_modules/@babel/generator": {
+ "version": "7.22.9",
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.22.9.tgz",
+ "integrity": "sha512-KtLMbmicyuK2Ak/FTCJVbDnkN1SlT8/kceFTiuDiiRUUSMnHMidxSCdG4ndkTOHHpoomWe/4xkvHkEOncwjYIw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/types": "^7.22.5",
+ "@jridgewell/gen-mapping": "^0.3.2",
+ "@jridgewell/trace-mapping": "^0.3.17",
+ "jsesc": "^2.5.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-compilation-targets": {
+ "version": "7.22.9",
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.22.9.tgz",
+ "integrity": "sha512-7qYrNM6HjpnPHJbopxmb8hSPoZ0gsX8IvUS32JGVoy+pU9e5N0nLr1VjJoR6kA4d9dmGLxNYOjeB8sUDal2WMw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/compat-data": "^7.22.9",
+ "@babel/helper-validator-option": "^7.22.5",
+ "browserslist": "^4.21.9",
+ "lru-cache": "^5.1.1",
+ "semver": "^6.3.1"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/helper-environment-visitor": {
+ "version": "7.22.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.5.tgz",
+ "integrity": "sha512-XGmhECfVA/5sAt+H+xpSg0mfrHq6FzNr9Oxh7PSEBBRUb/mL7Kz3NICXb194rCqAEdxkhPT1a88teizAFyvk8Q==",
+ "dev": true,
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-function-name": {
+ "version": "7.22.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.22.5.tgz",
+ "integrity": "sha512-wtHSq6jMRE3uF2otvfuD3DIvVhOsSNshQl0Qrd7qC9oQJzHvOL4qQXlQn2916+CXGywIjpGuIkoyZRRxHPiNQQ==",
+ "dev": true,
+ "dependencies": {
+ "@babel/template": "^7.22.5",
+ "@babel/types": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-hoist-variables": {
+ "version": "7.22.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz",
+ "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/types": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-module-imports": {
+ "version": "7.22.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.5.tgz",
+ "integrity": "sha512-8Dl6+HD/cKifutF5qGd/8ZJi84QeAKh+CEe1sBzz8UayBBGg1dAIJrdHOcOM5b2MpzWL2yuotJTtGjETq0qjXg==",
+ "dev": true,
+ "dependencies": {
+ "@babel/types": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-module-transforms": {
+ "version": "7.22.9",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.22.9.tgz",
+ "integrity": "sha512-t+WA2Xn5K+rTeGtC8jCsdAH52bjggG5TKRuRrAGNM/mjIbO4GxvlLMFOEz9wXY5I2XQ60PMFsAG2WIcG82dQMQ==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-environment-visitor": "^7.22.5",
+ "@babel/helper-module-imports": "^7.22.5",
+ "@babel/helper-simple-access": "^7.22.5",
+ "@babel/helper-split-export-declaration": "^7.22.6",
+ "@babel/helper-validator-identifier": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/helper-plugin-utils": {
+ "version": "7.22.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz",
+ "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==",
+ "dev": true,
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-simple-access": {
+ "version": "7.22.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz",
+ "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==",
+ "dev": true,
+ "dependencies": {
+ "@babel/types": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-split-export-declaration": {
+ "version": "7.22.6",
+ "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz",
+ "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==",
+ "dev": true,
+ "dependencies": {
+ "@babel/types": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-string-parser": {
+ "version": "7.22.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.22.5.tgz",
+ "integrity": "sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==",
+ "dev": true,
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-validator-identifier": {
+ "version": "7.22.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.5.tgz",
+ "integrity": "sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJGao6ztBAQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-validator-option": {
+ "version": "7.22.5",
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz",
+ "integrity": "sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==",
+ "dev": true,
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helpers": {
+ "version": "7.22.6",
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.22.6.tgz",
+ "integrity": "sha512-YjDs6y/fVOYFV8hAf1rxd1QvR9wJe1pDBZ2AREKq/SDayfPzgk0PBnVuTCE5X1acEpMMNOVUqoe+OwiZGJ+OaA==",
+ "dev": true,
+ "dependencies": {
+ "@babel/template": "^7.22.5",
+ "@babel/traverse": "^7.22.6",
+ "@babel/types": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/highlight": {
+ "version": "7.22.5",
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.22.5.tgz",
+ "integrity": "sha512-BSKlD1hgnedS5XRnGOljZawtag7H1yPfQp0tdNJCHoH6AZ+Pcm9VvkrK59/Yy593Ypg0zMxH2BxD1VPYUQ7UIw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-validator-identifier": "^7.22.5",
+ "chalk": "^2.0.0",
+ "js-tokens": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/parser": {
+ "version": "7.22.7",
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.22.7.tgz",
+ "integrity": "sha512-7NF8pOkHP5o2vpmGgNGcfAeCvOYhGLyA3Z4eBQkT1RJlWu47n63bCs93QfJ2hIAFCil7L5P2IWhs1oToVgrL0Q==",
+ "dev": true,
+ "bin": {
+ "parser": "bin/babel-parser.js"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-async-generators": {
+ "version": "7.8.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
+ "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-bigint": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
+ "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-class-properties": {
+ "version": "7.12.13",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
+ "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.12.13"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-import-meta": {
+ "version": "7.10.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
+ "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-json-strings": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
+ "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
+ "version": "7.10.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
+ "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
+ "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-numeric-separator": {
+ "version": "7.10.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
+ "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-object-rest-spread": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
+ "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-optional-catch-binding": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
+ "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-optional-chaining": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
+ "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-top-level-await": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
+ "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-typescript": {
+ "version": "7.22.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.22.5.tgz",
+ "integrity": "sha512-1mS2o03i7t1c6VzH6fdQ3OA8tcEIxwG18zIPRp+UY1Ihv6W+XZzBCVxExF9upussPXJ0xE9XRHwMoNs1ep/nRQ==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-modules-commonjs": {
+ "version": "7.22.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.22.5.tgz",
+ "integrity": "sha512-B4pzOXj+ONRmuaQTg05b3y/4DuFz3WcCNAXPLb2Q0GT0TrGKGxNKV4jwsXts+StaM0LQczZbOpj8o1DLPDJIiA==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-module-transforms": "^7.22.5",
+ "@babel/helper-plugin-utils": "^7.22.5",
+ "@babel/helper-simple-access": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/template": {
+ "version": "7.22.5",
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.22.5.tgz",
+ "integrity": "sha512-X7yV7eiwAxdj9k94NEylvbVHLiVG1nvzCV2EAowhxLTwODV1jl9UzZ48leOC0sH7OnuHrIkllaBgneUykIcZaw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/code-frame": "^7.22.5",
+ "@babel/parser": "^7.22.5",
+ "@babel/types": "^7.22.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/traverse": {
+ "version": "7.22.8",
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.22.8.tgz",
+ "integrity": "sha512-y6LPR+wpM2I3qJrsheCTwhIinzkETbplIgPBbwvqPKc+uljeA5gP+3nP8irdYt1mjQaDnlIcG+dw8OjAco4GXw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/code-frame": "^7.22.5",
+ "@babel/generator": "^7.22.7",
+ "@babel/helper-environment-visitor": "^7.22.5",
+ "@babel/helper-function-name": "^7.22.5",
+ "@babel/helper-hoist-variables": "^7.22.5",
+ "@babel/helper-split-export-declaration": "^7.22.6",
+ "@babel/parser": "^7.22.7",
+ "@babel/types": "^7.22.5",
+ "debug": "^4.1.0",
+ "globals": "^11.1.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/types": {
+ "version": "7.22.5",
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.22.5.tgz",
+ "integrity": "sha512-zo3MIHGOkPOfoRXitsgHLjEXmlDaD/5KU1Uzuc9GNiZPhSqVxVRtxuPaSBZDsYZ9qV88AjtMtWW7ww98loJ9KA==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-string-parser": "^7.22.5",
+ "@babel/helper-validator-identifier": "^7.22.5",
+ "to-fast-properties": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@bcoe/v8-coverage": {
+ "version": "0.2.3",
+ "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
+ "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==",
+ "dev": true
+ },
+ "node_modules/@eslint-community/eslint-utils": {
+ "version": "4.4.0",
+ "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz",
+ "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==",
+ "dev": true,
+ "dependencies": {
+ "eslint-visitor-keys": "^3.3.0"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "peerDependencies": {
+ "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0"
+ }
+ },
+ "node_modules/@eslint-community/regexpp": {
+ "version": "4.6.2",
+ "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.6.2.tgz",
+ "integrity": "sha512-pPTNuaAG3QMH+buKyBIGJs3g/S5y0caxw0ygM3YyE6yJFySwiGGSzA+mM3KJ8QQvzeLh3blwgSonkFjgQdxzMw==",
+ "dev": true,
+ "engines": {
+ "node": "^12.0.0 || ^14.0.0 || >=16.0.0"
+ }
+ },
+ "node_modules/@eslint/eslintrc": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.1.tgz",
+ "integrity": "sha512-9t7ZA7NGGK8ckelF0PQCfcxIUzs1Md5rrO6U/c+FIQNanea5UZC0wqKXH4vHBccmu4ZJgZ2idtPeW7+Q2npOEA==",
+ "dev": true,
+ "dependencies": {
+ "ajv": "^6.12.4",
+ "debug": "^4.3.2",
+ "espree": "^9.6.0",
+ "globals": "^13.19.0",
+ "ignore": "^5.2.0",
+ "import-fresh": "^3.2.1",
+ "js-yaml": "^4.1.0",
+ "minimatch": "^3.1.2",
+ "strip-json-comments": "^3.1.1"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/@eslint/eslintrc/node_modules/argparse": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
+ "dev": true
+ },
+ "node_modules/@eslint/eslintrc/node_modules/globals": {
+ "version": "13.20.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz",
+ "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==",
+ "dev": true,
+ "dependencies": {
+ "type-fest": "^0.20.2"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/@eslint/eslintrc/node_modules/js-yaml": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
+ "dev": true,
+ "dependencies": {
+ "argparse": "^2.0.1"
+ },
+ "bin": {
+ "js-yaml": "bin/js-yaml.js"
+ }
+ },
+ "node_modules/@eslint/eslintrc/node_modules/type-fest": {
+ "version": "0.20.2",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
+ "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/@eslint/js": {
+ "version": "8.46.0",
+ "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.46.0.tgz",
+ "integrity": "sha512-a8TLtmPi8xzPkCbp/OGFUo5yhRkHM2Ko9kOWP4znJr0WAhWyThaw3PnwX4vOTWOAMsV2uRt32PPDcEz63esSaA==",
+ "dev": true,
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ }
+ },
+ "node_modules/@humanwhocodes/config-array": {
+ "version": "0.11.10",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.10.tgz",
+ "integrity": "sha512-KVVjQmNUepDVGXNuoRRdmmEjruj0KfiGSbS8LVc12LMsWDQzRXJ0qdhN8L8uUigKpfEHRhlaQFY0ib1tnUbNeQ==",
+ "dev": true,
+ "dependencies": {
+ "@humanwhocodes/object-schema": "^1.2.1",
+ "debug": "^4.1.1",
+ "minimatch": "^3.0.5"
+ },
+ "engines": {
+ "node": ">=10.10.0"
+ }
+ },
+ "node_modules/@humanwhocodes/module-importer": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz",
+ "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==",
+ "dev": true,
+ "engines": {
+ "node": ">=12.22"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/nzakas"
+ }
+ },
+ "node_modules/@humanwhocodes/object-schema": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz",
+ "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==",
+ "dev": true
+ },
+ "node_modules/@istanbuljs/load-nyc-config": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
+ "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
+ "dev": true,
+ "dependencies": {
+ "camelcase": "^5.3.1",
+ "find-up": "^4.1.0",
+ "get-package-type": "^0.1.0",
+ "js-yaml": "^3.13.1",
+ "resolve-from": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@istanbuljs/schema": {
+ "version": "0.1.3",
+ "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
+ "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/console": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz",
+ "integrity": "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==",
+ "dev": true,
+ "dependencies": {
+ "@jest/types": "^27.5.1",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "jest-message-util": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "slash": "^3.0.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/@jest/console/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/@jest/console/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/@jest/console/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/@jest/console/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/@jest/console/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/console/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/core": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.5.1.tgz",
+ "integrity": "sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==",
+ "dev": true,
+ "dependencies": {
+ "@jest/console": "^27.5.1",
+ "@jest/reporters": "^27.5.1",
+ "@jest/test-result": "^27.5.1",
+ "@jest/transform": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "@types/node": "*",
+ "ansi-escapes": "^4.2.1",
+ "chalk": "^4.0.0",
+ "emittery": "^0.8.1",
+ "exit": "^0.1.2",
+ "graceful-fs": "^4.2.9",
+ "jest-changed-files": "^27.5.1",
+ "jest-config": "^27.5.1",
+ "jest-haste-map": "^27.5.1",
+ "jest-message-util": "^27.5.1",
+ "jest-regex-util": "^27.5.1",
+ "jest-resolve": "^27.5.1",
+ "jest-resolve-dependencies": "^27.5.1",
+ "jest-runner": "^27.5.1",
+ "jest-runtime": "^27.5.1",
+ "jest-snapshot": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "jest-validate": "^27.5.1",
+ "jest-watcher": "^27.5.1",
+ "micromatch": "^4.0.4",
+ "rimraf": "^3.0.0",
+ "slash": "^3.0.0",
+ "strip-ansi": "^6.0.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ },
+ "peerDependencies": {
+ "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
+ },
+ "peerDependenciesMeta": {
+ "node-notifier": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@jest/core/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/@jest/core/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/@jest/core/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/@jest/core/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/@jest/core/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/core/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/environment": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz",
+ "integrity": "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==",
+ "dev": true,
+ "dependencies": {
+ "@jest/fake-timers": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "@types/node": "*",
+ "jest-mock": "^27.5.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/@jest/fake-timers": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz",
+ "integrity": "sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==",
+ "dev": true,
+ "dependencies": {
+ "@jest/types": "^27.5.1",
+ "@sinonjs/fake-timers": "^8.0.1",
+ "@types/node": "*",
+ "jest-message-util": "^27.5.1",
+ "jest-mock": "^27.5.1",
+ "jest-util": "^27.5.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/@jest/globals": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz",
+ "integrity": "sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==",
+ "dev": true,
+ "dependencies": {
+ "@jest/environment": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "expect": "^27.5.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/@jest/reporters": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz",
+ "integrity": "sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==",
+ "dev": true,
+ "dependencies": {
+ "@bcoe/v8-coverage": "^0.2.3",
+ "@jest/console": "^27.5.1",
+ "@jest/test-result": "^27.5.1",
+ "@jest/transform": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "collect-v8-coverage": "^1.0.0",
+ "exit": "^0.1.2",
+ "glob": "^7.1.2",
+ "graceful-fs": "^4.2.9",
+ "istanbul-lib-coverage": "^3.0.0",
+ "istanbul-lib-instrument": "^5.1.0",
+ "istanbul-lib-report": "^3.0.0",
+ "istanbul-lib-source-maps": "^4.0.0",
+ "istanbul-reports": "^3.1.3",
+ "jest-haste-map": "^27.5.1",
+ "jest-resolve": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "jest-worker": "^27.5.1",
+ "slash": "^3.0.0",
+ "source-map": "^0.6.0",
+ "string-length": "^4.0.1",
+ "terminal-link": "^2.0.0",
+ "v8-to-istanbul": "^8.1.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ },
+ "peerDependencies": {
+ "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
+ },
+ "peerDependenciesMeta": {
+ "node-notifier": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@jest/reporters/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/@jest/reporters/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/@jest/reporters/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/@jest/reporters/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/@jest/reporters/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/reporters/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/source-map": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.5.1.tgz",
+ "integrity": "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==",
+ "dev": true,
+ "dependencies": {
+ "callsites": "^3.0.0",
+ "graceful-fs": "^4.2.9",
+ "source-map": "^0.6.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/@jest/test-result": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz",
+ "integrity": "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==",
+ "dev": true,
+ "dependencies": {
+ "@jest/console": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "collect-v8-coverage": "^1.0.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/@jest/test-sequencer": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz",
+ "integrity": "sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==",
+ "dev": true,
+ "dependencies": {
+ "@jest/test-result": "^27.5.1",
+ "graceful-fs": "^4.2.9",
+ "jest-haste-map": "^27.5.1",
+ "jest-runtime": "^27.5.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/@jest/transform": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz",
+ "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/core": "^7.1.0",
+ "@jest/types": "^27.5.1",
+ "babel-plugin-istanbul": "^6.1.1",
+ "chalk": "^4.0.0",
+ "convert-source-map": "^1.4.0",
+ "fast-json-stable-stringify": "^2.0.0",
+ "graceful-fs": "^4.2.9",
+ "jest-haste-map": "^27.5.1",
+ "jest-regex-util": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "micromatch": "^4.0.4",
+ "pirates": "^4.0.4",
+ "slash": "^3.0.0",
+ "source-map": "^0.6.1",
+ "write-file-atomic": "^3.0.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/@jest/transform/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/@jest/transform/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/@jest/transform/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/@jest/transform/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/@jest/transform/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/transform/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/types": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz",
+ "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==",
+ "dev": true,
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "@types/istanbul-reports": "^3.0.0",
+ "@types/node": "*",
+ "@types/yargs": "^16.0.0",
+ "chalk": "^4.0.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/@jest/types/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/@jest/types/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/@jest/types/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/@jest/types/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/@jest/types/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/types/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jridgewell/gen-mapping": {
+ "version": "0.3.3",
+ "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz",
+ "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==",
+ "dev": true,
+ "dependencies": {
+ "@jridgewell/set-array": "^1.0.1",
+ "@jridgewell/sourcemap-codec": "^1.4.10",
+ "@jridgewell/trace-mapping": "^0.3.9"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@jridgewell/resolve-uri": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz",
+ "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==",
+ "dev": true,
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@jridgewell/set-array": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz",
+ "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==",
+ "dev": true,
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@jridgewell/sourcemap-codec": {
+ "version": "1.4.15",
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz",
+ "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==",
+ "dev": true
+ },
+ "node_modules/@jridgewell/trace-mapping": {
+ "version": "0.3.18",
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.18.tgz",
+ "integrity": "sha512-w+niJYzMHdd7USdiH2U6869nqhD2nbfZXND5Yp93qIbEmnDNk7PD48o+YchRVpzMU7M6jVCbenTR7PA1FLQ9pA==",
+ "dev": true,
+ "dependencies": {
+ "@jridgewell/resolve-uri": "3.1.0",
+ "@jridgewell/sourcemap-codec": "1.4.14"
+ }
+ },
+ "node_modules/@jridgewell/trace-mapping/node_modules/@jridgewell/sourcemap-codec": {
+ "version": "1.4.14",
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz",
+ "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==",
+ "dev": true
+ },
+ "node_modules/@nodelib/fs.scandir": {
+ "version": "2.1.5",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz",
+ "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==",
+ "dev": true,
+ "dependencies": {
+ "@nodelib/fs.stat": "2.0.5",
+ "run-parallel": "^1.1.9"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@nodelib/fs.stat": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz",
+ "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==",
+ "dev": true,
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@nodelib/fs.walk": {
+ "version": "1.2.8",
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz",
+ "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==",
+ "dev": true,
+ "dependencies": {
+ "@nodelib/fs.scandir": "2.1.5",
+ "fastq": "^1.6.0"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/@sinonjs/commons": {
+ "version": "1.8.6",
+ "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.6.tgz",
+ "integrity": "sha512-Ky+XkAkqPZSm3NLBeUng77EBQl3cmeJhITaGHdYH8kjVB+aun3S4XBRti2zt17mtt0mIUDiNxYeoJm6drVvBJQ==",
+ "dev": true,
+ "dependencies": {
+ "type-detect": "4.0.8"
+ }
+ },
+ "node_modules/@sinonjs/fake-timers": {
+ "version": "8.1.0",
+ "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz",
+ "integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==",
+ "dev": true,
+ "dependencies": {
+ "@sinonjs/commons": "^1.7.0"
+ }
+ },
+ "node_modules/@tootallnate/once": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz",
+ "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==",
+ "dev": true,
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/@types/babel__core": {
+ "version": "7.20.1",
+ "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.1.tgz",
+ "integrity": "sha512-aACu/U/omhdk15O4Nfb+fHgH/z3QsfQzpnvRZhYhThms83ZnAOZz7zZAWO7mn2yyNQaA4xTO8GLK3uqFU4bYYw==",
+ "dev": true,
+ "dependencies": {
+ "@babel/parser": "^7.20.7",
+ "@babel/types": "^7.20.7",
+ "@types/babel__generator": "*",
+ "@types/babel__template": "*",
+ "@types/babel__traverse": "*"
+ }
+ },
+ "node_modules/@types/babel__generator": {
+ "version": "7.6.4",
+ "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz",
+ "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==",
+ "dev": true,
+ "dependencies": {
+ "@babel/types": "^7.0.0"
+ }
+ },
+ "node_modules/@types/babel__template": {
+ "version": "7.4.1",
+ "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz",
+ "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==",
+ "dev": true,
+ "dependencies": {
+ "@babel/parser": "^7.1.0",
+ "@babel/types": "^7.0.0"
+ }
+ },
+ "node_modules/@types/babel__traverse": {
+ "version": "7.20.1",
+ "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.1.tgz",
+ "integrity": "sha512-MitHFXnhtgwsGZWtT68URpOvLN4EREih1u3QtQiN4VdAxWKRVvGCSvw/Qth0M0Qq3pJpnGOu5JaM/ydK7OGbqg==",
+ "dev": true,
+ "dependencies": {
+ "@babel/types": "^7.20.7"
+ }
+ },
+ "node_modules/@types/graceful-fs": {
+ "version": "4.1.6",
+ "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.6.tgz",
+ "integrity": "sha512-Sig0SNORX9fdW+bQuTEovKj3uHcUL6LQKbCrrqb1X7J6/ReAbhCXRAhc+SMejhLELFj2QcyuxmUooZ4bt5ReSw==",
+ "dev": true,
+ "dependencies": {
+ "@types/node": "*"
+ }
+ },
+ "node_modules/@types/istanbul-lib-coverage": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz",
+ "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g==",
+ "dev": true
+ },
+ "node_modules/@types/istanbul-lib-report": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
+ "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==",
+ "dev": true,
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "*"
+ }
+ },
+ "node_modules/@types/istanbul-reports": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz",
+ "integrity": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==",
+ "dev": true,
+ "dependencies": {
+ "@types/istanbul-lib-report": "*"
+ }
+ },
+ "node_modules/@types/node": {
+ "version": "20.4.5",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-20.4.5.tgz",
+ "integrity": "sha512-rt40Nk13II9JwQBdeYqmbn2Q6IVTA5uPhvSO+JVqdXw/6/4glI6oR9ezty/A9Hg5u7JH4OmYmuQ+XvjKm0Datg==",
+ "dev": true
+ },
+ "node_modules/@types/prettier": {
+ "version": "2.7.3",
+ "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.7.3.tgz",
+ "integrity": "sha512-+68kP9yzs4LMp7VNh8gdzMSPZFL44MLGqiHWvttYJe+6qnuVr4Ek9wSBQoveqY/r+LwjCcU29kNVkidwim+kYA==",
+ "dev": true
+ },
+ "node_modules/@types/stack-utils": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz",
+ "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw==",
+ "dev": true
+ },
+ "node_modules/@types/yargs": {
+ "version": "16.0.5",
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.5.tgz",
+ "integrity": "sha512-AxO/ADJOBFJScHbWhq2xAhlWP24rY4aCEG/NFaMvbT3X2MgRsLjhjQwsn0Zi5zn0LG9jUhCCZMeX9Dkuw6k+vQ==",
+ "dev": true,
+ "dependencies": {
+ "@types/yargs-parser": "*"
+ }
+ },
+ "node_modules/@types/yargs-parser": {
+ "version": "21.0.0",
+ "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.0.tgz",
+ "integrity": "sha512-iO9ZQHkZxHn4mSakYV0vFHAVDyEOIJQrV2uZ06HxEPcx+mt8swXoZHIbaaJ2crJYFfErySgktuTZ3BeLz+XmFA==",
+ "dev": true
+ },
+ "node_modules/@zeit/schemas": {
+ "version": "2.6.0",
+ "resolved": "https://registry.npmjs.org/@zeit/schemas/-/schemas-2.6.0.tgz",
+ "integrity": "sha512-uUrgZ8AxS+Lio0fZKAipJjAh415JyrOZowliZAzmnJSsf7piVL5w+G0+gFJ0KSu3QRhvui/7zuvpLz03YjXAhg==",
+ "dev": true
+ },
+ "node_modules/abab": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz",
+ "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==",
+ "dev": true
+ },
+ "node_modules/accepts": {
+ "version": "1.3.8",
+ "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
+ "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
+ "dev": true,
+ "dependencies": {
+ "mime-types": "~2.1.34",
+ "negotiator": "0.6.3"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/acorn": {
+ "version": "8.10.0",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.10.0.tgz",
+ "integrity": "sha512-F0SAmZ8iUtS//m8DmCTA0jlh6TDKkHQyK6xc6V4KDTyZKA9dnvX9/3sRTVQrWm79glUAZbnmmNcdYwUIHWVybw==",
+ "dev": true,
+ "bin": {
+ "acorn": "bin/acorn"
+ },
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/acorn-globals": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz",
+ "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==",
+ "dev": true,
+ "dependencies": {
+ "acorn": "^7.1.1",
+ "acorn-walk": "^7.1.1"
+ }
+ },
+ "node_modules/acorn-globals/node_modules/acorn": {
+ "version": "7.4.1",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
+ "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
+ "dev": true,
+ "bin": {
+ "acorn": "bin/acorn"
+ },
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/acorn-jsx": {
+ "version": "5.3.2",
+ "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
+ "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
+ "dev": true,
+ "peerDependencies": {
+ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
+ }
+ },
+ "node_modules/acorn-walk": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz",
+ "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/agent-base": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
+ "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
+ "dev": true,
+ "dependencies": {
+ "debug": "4"
+ },
+ "engines": {
+ "node": ">= 6.0.0"
+ }
+ },
+ "node_modules/ajv": {
+ "version": "6.12.6",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
+ "dev": true,
+ "dependencies": {
+ "fast-deep-equal": "^3.1.1",
+ "fast-json-stable-stringify": "^2.0.0",
+ "json-schema-traverse": "^0.4.1",
+ "uri-js": "^4.2.2"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/epoberezkin"
+ }
+ },
+ "node_modules/ansi-align": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz",
+ "integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==",
+ "dev": true,
+ "dependencies": {
+ "string-width": "^4.1.0"
+ }
+ },
+ "node_modules/ansi-escapes": {
+ "version": "4.3.2",
+ "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
+ "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
+ "dev": true,
+ "dependencies": {
+ "type-fest": "^0.21.3"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/ansi-regex": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/ansi-styles": {
+ "version": "3.2.1",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
+ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^1.9.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/anymatch": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
+ "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
+ "dev": true,
+ "dependencies": {
+ "normalize-path": "^3.0.0",
+ "picomatch": "^2.0.4"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/arch": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/arch/-/arch-2.2.0.tgz",
+ "integrity": "sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ]
+ },
+ "node_modules/arg": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/arg/-/arg-2.0.0.tgz",
+ "integrity": "sha512-XxNTUzKnz1ctK3ZIcI2XUPlD96wbHP2nGqkPKpvk/HNRlPveYrXIVSTk9m3LcqOgDPg3B1nMvdV/K8wZd7PG4w==",
+ "dev": true
+ },
+ "node_modules/argparse": {
+ "version": "1.0.10",
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
+ "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
+ "dev": true,
+ "dependencies": {
+ "sprintf-js": "~1.0.2"
+ }
+ },
+ "node_modules/array-union": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
+ "integrity": "sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==",
+ "dev": true,
+ "dependencies": {
+ "array-uniq": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/array-uniq": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
+ "integrity": "sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/async": {
+ "version": "2.6.4",
+ "resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz",
+ "integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==",
+ "dev": true,
+ "dependencies": {
+ "lodash": "^4.17.14"
+ }
+ },
+ "node_modules/asynckit": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
+ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
+ "dev": true
+ },
+ "node_modules/babel-jest": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.5.1.tgz",
+ "integrity": "sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==",
+ "dev": true,
+ "dependencies": {
+ "@jest/transform": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "@types/babel__core": "^7.1.14",
+ "babel-plugin-istanbul": "^6.1.1",
+ "babel-preset-jest": "^27.5.1",
+ "chalk": "^4.0.0",
+ "graceful-fs": "^4.2.9",
+ "slash": "^3.0.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.8.0"
+ }
+ },
+ "node_modules/babel-jest/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/babel-jest/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/babel-jest/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/babel-jest/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/babel-jest/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/babel-jest/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/babel-plugin-istanbul": {
+ "version": "6.1.1",
+ "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz",
+ "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==",
+ "dev": true,
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.0.0",
+ "@istanbuljs/load-nyc-config": "^1.0.0",
+ "@istanbuljs/schema": "^0.1.2",
+ "istanbul-lib-instrument": "^5.0.4",
+ "test-exclude": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/babel-plugin-jest-hoist": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.5.1.tgz",
+ "integrity": "sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==",
+ "dev": true,
+ "dependencies": {
+ "@babel/template": "^7.3.3",
+ "@babel/types": "^7.3.3",
+ "@types/babel__core": "^7.0.0",
+ "@types/babel__traverse": "^7.0.6"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/babel-preset-current-node-syntax": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz",
+ "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==",
+ "dev": true,
+ "dependencies": {
+ "@babel/plugin-syntax-async-generators": "^7.8.4",
+ "@babel/plugin-syntax-bigint": "^7.8.3",
+ "@babel/plugin-syntax-class-properties": "^7.8.3",
+ "@babel/plugin-syntax-import-meta": "^7.8.3",
+ "@babel/plugin-syntax-json-strings": "^7.8.3",
+ "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3",
+ "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
+ "@babel/plugin-syntax-numeric-separator": "^7.8.3",
+ "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
+ "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
+ "@babel/plugin-syntax-optional-chaining": "^7.8.3",
+ "@babel/plugin-syntax-top-level-await": "^7.8.3"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/babel-preset-jest": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.5.1.tgz",
+ "integrity": "sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==",
+ "dev": true,
+ "dependencies": {
+ "babel-plugin-jest-hoist": "^27.5.1",
+ "babel-preset-current-node-syntax": "^1.0.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/balanced-match": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
+ "dev": true
+ },
+ "node_modules/boxen": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/boxen/-/boxen-5.1.2.tgz",
+ "integrity": "sha512-9gYgQKXx+1nP8mP7CzFyaUARhg7D3n1dF/FnErWmu9l6JvGpNUN278h0aSb+QjoiKSWG+iZ3uHrcqk0qrY9RQQ==",
+ "dev": true,
+ "dependencies": {
+ "ansi-align": "^3.0.0",
+ "camelcase": "^6.2.0",
+ "chalk": "^4.1.0",
+ "cli-boxes": "^2.2.1",
+ "string-width": "^4.2.2",
+ "type-fest": "^0.20.2",
+ "widest-line": "^3.1.0",
+ "wrap-ansi": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/boxen/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/boxen/node_modules/camelcase": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
+ "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/boxen/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/boxen/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/boxen/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/boxen/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/boxen/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/boxen/node_modules/type-fest": {
+ "version": "0.20.2",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
+ "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dev": true,
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
+ "node_modules/braces": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
+ "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
+ "dev": true,
+ "dependencies": {
+ "fill-range": "^7.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/browser-process-hrtime": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz",
+ "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow==",
+ "dev": true
+ },
+ "node_modules/browserslist": {
+ "version": "4.21.10",
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.10.tgz",
+ "integrity": "sha512-bipEBdZfVH5/pwrvqc+Ub0kUPVfGUhlKxbvfD+z1BDnPEO/X98ruXGA1WP5ASpAFKan7Qr6j736IacbZQuAlKQ==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/browserslist"
+ },
+ {
+ "type": "tidelift",
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "dependencies": {
+ "caniuse-lite": "^1.0.30001517",
+ "electron-to-chromium": "^1.4.477",
+ "node-releases": "^2.0.13",
+ "update-browserslist-db": "^1.0.11"
+ },
+ "bin": {
+ "browserslist": "cli.js"
+ },
+ "engines": {
+ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
+ }
+ },
+ "node_modules/bser": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",
+ "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",
+ "dev": true,
+ "dependencies": {
+ "node-int64": "^0.4.0"
+ }
+ },
+ "node_modules/buffer-from": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
+ "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
+ "dev": true
+ },
+ "node_modules/bytes": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
+ "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/callsites": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
+ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/camelcase": {
+ "version": "5.3.1",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
+ "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/caniuse-lite": {
+ "version": "1.0.30001518",
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001518.tgz",
+ "integrity": "sha512-rup09/e3I0BKjncL+FesTayKtPrdwKhUufQFd3riFw1hHg8JmIFoInYfB102cFcY/pPgGmdyl/iy+jgiDi2vdA==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/browserslist"
+ },
+ {
+ "type": "tidelift",
+ "url": "https://tidelift.com/funding/github/npm/caniuse-lite"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ]
+ },
+ "node_modules/chalk": {
+ "version": "2.4.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
+ "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^3.2.1",
+ "escape-string-regexp": "^1.0.5",
+ "supports-color": "^5.3.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/char-regex": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
+ "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/ci-info": {
+ "version": "3.8.0",
+ "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.8.0.tgz",
+ "integrity": "sha512-eXTggHWSooYhq49F2opQhuHWgzucfF2YgODK4e1566GQs5BIfP30B0oenwBJHfWxAs2fyPB1s7Mg949zLf61Yw==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/sibiraj-s"
+ }
+ ],
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/cjs-module-lexer": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.3.tgz",
+ "integrity": "sha512-0TNiGstbQmCFwt4akjjBg5pLRTSyj/PkWQ1ZoO2zntmg9yLqSRxwEa4iCfQLGjqhiqBfOJa7W/E8wfGrTDmlZQ==",
+ "dev": true
+ },
+ "node_modules/cli-boxes": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.1.tgz",
+ "integrity": "sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/clipboardy": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/clipboardy/-/clipboardy-2.3.0.tgz",
+ "integrity": "sha512-mKhiIL2DrQIsuXMgBgnfEHOZOryC7kY7YO//TN6c63wlEm3NG5tz+YgY5rVi29KCmq/QQjKYvM7a19+MDOTHOQ==",
+ "dev": true,
+ "dependencies": {
+ "arch": "^2.1.1",
+ "execa": "^1.0.0",
+ "is-wsl": "^2.1.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/clipboardy/node_modules/cross-spawn": {
+ "version": "6.0.5",
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz",
+ "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==",
+ "dev": true,
+ "dependencies": {
+ "nice-try": "^1.0.4",
+ "path-key": "^2.0.1",
+ "semver": "^5.5.0",
+ "shebang-command": "^1.2.0",
+ "which": "^1.2.9"
+ },
+ "engines": {
+ "node": ">=4.8"
+ }
+ },
+ "node_modules/clipboardy/node_modules/execa": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz",
+ "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==",
+ "dev": true,
+ "dependencies": {
+ "cross-spawn": "^6.0.0",
+ "get-stream": "^4.0.0",
+ "is-stream": "^1.1.0",
+ "npm-run-path": "^2.0.0",
+ "p-finally": "^1.0.0",
+ "signal-exit": "^3.0.0",
+ "strip-eof": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/clipboardy/node_modules/get-stream": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz",
+ "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==",
+ "dev": true,
+ "dependencies": {
+ "pump": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/clipboardy/node_modules/is-stream": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
+ "integrity": "sha512-uQPm8kcs47jx38atAcWTVxyltQYoPT68y9aWYdV6yWXSyW8mzSat0TL6CiWdZeCdF3KrAvpVtnHbTv4RN+rqdQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/clipboardy/node_modules/npm-run-path": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",
+ "integrity": "sha512-lJxZYlT4DW/bRUtFh1MQIWqmLwQfAxnqWG4HhEdjMlkrJYnJn0Jrr2u3mgxqaWsdiBc76TYkTG/mhrnYTuzfHw==",
+ "dev": true,
+ "dependencies": {
+ "path-key": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/clipboardy/node_modules/path-key": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
+ "integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==",
+ "dev": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/clipboardy/node_modules/semver": {
+ "version": "5.7.2",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz",
+ "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
+ "dev": true,
+ "bin": {
+ "semver": "bin/semver"
+ }
+ },
+ "node_modules/clipboardy/node_modules/shebang-command": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
+ "integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==",
+ "dev": true,
+ "dependencies": {
+ "shebang-regex": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/clipboardy/node_modules/shebang-regex": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz",
+ "integrity": "sha512-wpoSFAxys6b2a2wHZ1XpDSgD7N9iVjg29Ph9uV/uaP9Ex/KXlkTZTeddxDPSYQpgvzKLGJke2UU0AzoGCjNIvQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/clipboardy/node_modules/which": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
+ "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
+ "dev": true,
+ "dependencies": {
+ "isexe": "^2.0.0"
+ },
+ "bin": {
+ "which": "bin/which"
+ }
+ },
+ "node_modules/cliui": {
+ "version": "7.0.4",
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
+ "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
+ "dev": true,
+ "dependencies": {
+ "string-width": "^4.2.0",
+ "strip-ansi": "^6.0.0",
+ "wrap-ansi": "^7.0.0"
+ }
+ },
+ "node_modules/co": {
+ "version": "4.6.0",
+ "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
+ "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==",
+ "dev": true,
+ "engines": {
+ "iojs": ">= 1.0.0",
+ "node": ">= 0.12.0"
+ }
+ },
+ "node_modules/collect-v8-coverage": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz",
+ "integrity": "sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==",
+ "dev": true
+ },
+ "node_modules/color-convert": {
+ "version": "1.9.3",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
+ "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "1.1.3"
+ }
+ },
+ "node_modules/color-name": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
+ "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
+ "dev": true
+ },
+ "node_modules/combined-stream": {
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
+ "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
+ "dev": true,
+ "dependencies": {
+ "delayed-stream": "~1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/commander": {
+ "version": "2.20.3",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
+ "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==",
+ "dev": true
+ },
+ "node_modules/commondir": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
+ "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==",
+ "dev": true
+ },
+ "node_modules/compressible": {
+ "version": "2.0.18",
+ "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
+ "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
+ "dev": true,
+ "dependencies": {
+ "mime-db": ">= 1.43.0 < 2"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/compression": {
+ "version": "1.7.3",
+ "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.3.tgz",
+ "integrity": "sha512-HSjyBG5N1Nnz7tF2+O7A9XUhyjru71/fwgNb7oIsEVHR0WShfs2tIS/EySLgiTe98aOK18YDlMXpzjCXY/n9mg==",
+ "dev": true,
+ "dependencies": {
+ "accepts": "~1.3.5",
+ "bytes": "3.0.0",
+ "compressible": "~2.0.14",
+ "debug": "2.6.9",
+ "on-headers": "~1.0.1",
+ "safe-buffer": "5.1.2",
+ "vary": "~1.1.2"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/compression/node_modules/debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dev": true,
+ "dependencies": {
+ "ms": "2.0.0"
+ }
+ },
+ "node_modules/compression/node_modules/ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==",
+ "dev": true
+ },
+ "node_modules/concat-map": {
+ "version": "0.0.1",
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
+ "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==",
+ "dev": true
+ },
+ "node_modules/content-disposition": {
+ "version": "0.5.2",
+ "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz",
+ "integrity": "sha512-kRGRZw3bLlFISDBgwTSA1TMBFN6J6GWDeubmDE3AF+3+yXL8hTWv8r5rkLbqYXY4RjPk/EzHnClI3zQf1cFmHA==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/convert-source-map": {
+ "version": "1.9.0",
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz",
+ "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==",
+ "dev": true
+ },
+ "node_modules/cross-spawn": {
+ "version": "7.0.3",
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
+ "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
+ "dev": true,
+ "dependencies": {
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/cssom": {
+ "version": "0.4.4",
+ "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz",
+ "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==",
+ "dev": true
+ },
+ "node_modules/cssstyle": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz",
+ "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==",
+ "dev": true,
+ "dependencies": {
+ "cssom": "~0.3.6"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/cssstyle/node_modules/cssom": {
+ "version": "0.3.8",
+ "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz",
+ "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==",
+ "dev": true
+ },
+ "node_modules/data-urls": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz",
+ "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==",
+ "dev": true,
+ "dependencies": {
+ "abab": "^2.0.3",
+ "whatwg-mimetype": "^2.3.0",
+ "whatwg-url": "^8.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/debug": {
+ "version": "4.3.4",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz",
+ "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==",
+ "dev": true,
+ "dependencies": {
+ "ms": "2.1.2"
+ },
+ "engines": {
+ "node": ">=6.0"
+ },
+ "peerDependenciesMeta": {
+ "supports-color": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/decimal.js": {
+ "version": "10.4.3",
+ "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.4.3.tgz",
+ "integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==",
+ "dev": true
+ },
+ "node_modules/dedent": {
+ "version": "0.7.0",
+ "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz",
+ "integrity": "sha512-Q6fKUPqnAHAyhiUgFU7BUzLiv0kd8saH9al7tnu5Q/okj6dnupxyTgFIBjVzJATdfIAm9NAsvXNzjaKa+bxVyA==",
+ "dev": true
+ },
+ "node_modules/deep-extend": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
+ "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
+ "dev": true,
+ "engines": {
+ "node": ">=4.0.0"
+ }
+ },
+ "node_modules/deep-is": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
+ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==",
+ "dev": true
+ },
+ "node_modules/deepmerge": {
+ "version": "4.3.1",
+ "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz",
+ "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/delayed-stream": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
+ "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/detect-newline": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
+ "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/diff-sequences": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz",
+ "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==",
+ "dev": true,
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/doctrine": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
+ "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
+ "dev": true,
+ "dependencies": {
+ "esutils": "^2.0.2"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/domexception": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz",
+ "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==",
+ "dev": true,
+ "dependencies": {
+ "webidl-conversions": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/domexception/node_modules/webidl-conversions": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz",
+ "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/electron-to-chromium": {
+ "version": "1.4.477",
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.477.tgz",
+ "integrity": "sha512-shUVy6Eawp33dFBFIoYbIwLHrX0IZ857AlH9ug2o4rvbWmpaCUdBpQ5Zw39HRrfzAFm4APJE9V+E2A/WB0YqJw==",
+ "dev": true
+ },
+ "node_modules/email-addresses": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/email-addresses/-/email-addresses-3.1.0.tgz",
+ "integrity": "sha512-k0/r7GrWVL32kZlGwfPNgB2Y/mMXVTq/decgLczm/j34whdaspNrZO8CnXPf1laaHxI6ptUlsnAxN+UAPw+fzg==",
+ "dev": true
+ },
+ "node_modules/emittery": {
+ "version": "0.8.1",
+ "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz",
+ "integrity": "sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sindresorhus/emittery?sponsor=1"
+ }
+ },
+ "node_modules/emoji-regex": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
+ "dev": true
+ },
+ "node_modules/end-of-stream": {
+ "version": "1.4.4",
+ "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
+ "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
+ "dev": true,
+ "dependencies": {
+ "once": "^1.4.0"
+ }
+ },
+ "node_modules/error-ex": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
+ "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
+ "dev": true,
+ "dependencies": {
+ "is-arrayish": "^0.2.1"
+ }
+ },
+ "node_modules/escalade": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
+ "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/escape-string-regexp": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
+ "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.8.0"
+ }
+ },
+ "node_modules/escodegen": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz",
+ "integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==",
+ "dev": true,
+ "dependencies": {
+ "esprima": "^4.0.1",
+ "estraverse": "^5.2.0",
+ "esutils": "^2.0.2"
+ },
+ "bin": {
+ "escodegen": "bin/escodegen.js",
+ "esgenerate": "bin/esgenerate.js"
+ },
+ "engines": {
+ "node": ">=6.0"
+ },
+ "optionalDependencies": {
+ "source-map": "~0.6.1"
+ }
+ },
+ "node_modules/eslint": {
+ "version": "8.46.0",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.46.0.tgz",
+ "integrity": "sha512-cIO74PvbW0qU8e0mIvk5IV3ToWdCq5FYG6gWPHHkx6gNdjlbAYvtfHmlCMXxjcoVaIdwy/IAt3+mDkZkfvb2Dg==",
+ "dev": true,
+ "dependencies": {
+ "@eslint-community/eslint-utils": "^4.2.0",
+ "@eslint-community/regexpp": "^4.6.1",
+ "@eslint/eslintrc": "^2.1.1",
+ "@eslint/js": "^8.46.0",
+ "@humanwhocodes/config-array": "^0.11.10",
+ "@humanwhocodes/module-importer": "^1.0.1",
+ "@nodelib/fs.walk": "^1.2.8",
+ "ajv": "^6.12.4",
+ "chalk": "^4.0.0",
+ "cross-spawn": "^7.0.2",
+ "debug": "^4.3.2",
+ "doctrine": "^3.0.0",
+ "escape-string-regexp": "^4.0.0",
+ "eslint-scope": "^7.2.2",
+ "eslint-visitor-keys": "^3.4.2",
+ "espree": "^9.6.1",
+ "esquery": "^1.4.2",
+ "esutils": "^2.0.2",
+ "fast-deep-equal": "^3.1.3",
+ "file-entry-cache": "^6.0.1",
+ "find-up": "^5.0.0",
+ "glob-parent": "^6.0.2",
+ "globals": "^13.19.0",
+ "graphemer": "^1.4.0",
+ "ignore": "^5.2.0",
+ "imurmurhash": "^0.1.4",
+ "is-glob": "^4.0.0",
+ "is-path-inside": "^3.0.3",
+ "js-yaml": "^4.1.0",
+ "json-stable-stringify-without-jsonify": "^1.0.1",
+ "levn": "^0.4.1",
+ "lodash.merge": "^4.6.2",
+ "minimatch": "^3.1.2",
+ "natural-compare": "^1.4.0",
+ "optionator": "^0.9.3",
+ "strip-ansi": "^6.0.1",
+ "text-table": "^0.2.0"
+ },
+ "bin": {
+ "eslint": "bin/eslint.js"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/eslint-scope": {
+ "version": "7.2.2",
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz",
+ "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==",
+ "dev": true,
+ "dependencies": {
+ "esrecurse": "^4.3.0",
+ "estraverse": "^5.2.0"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/eslint-visitor-keys": {
+ "version": "3.4.2",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.2.tgz",
+ "integrity": "sha512-8drBzUEyZ2llkpCA67iYrgEssKDUu68V8ChqqOfFupIaG/LCVPUT+CoGJpT77zJprs4T/W7p07LP7zAIMuweVw==",
+ "dev": true,
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/eslint/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/eslint/node_modules/argparse": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
+ "dev": true
+ },
+ "node_modules/eslint/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/eslint/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/eslint/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/eslint/node_modules/escape-string-regexp": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/eslint/node_modules/find-up": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz",
+ "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==",
+ "dev": true,
+ "dependencies": {
+ "locate-path": "^6.0.0",
+ "path-exists": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/eslint/node_modules/globals": {
+ "version": "13.20.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-13.20.0.tgz",
+ "integrity": "sha512-Qg5QtVkCy/kv3FUSlu4ukeZDVf9ee0iXLAUYX13gbR17bnejFTzr4iS9bY7kwCf1NztRNm1t91fjOiyx4CSwPQ==",
+ "dev": true,
+ "dependencies": {
+ "type-fest": "^0.20.2"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/eslint/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/eslint/node_modules/js-yaml": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
+ "dev": true,
+ "dependencies": {
+ "argparse": "^2.0.1"
+ },
+ "bin": {
+ "js-yaml": "bin/js-yaml.js"
+ }
+ },
+ "node_modules/eslint/node_modules/locate-path": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
+ "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==",
+ "dev": true,
+ "dependencies": {
+ "p-locate": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/eslint/node_modules/p-limit": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz",
+ "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==",
+ "dev": true,
+ "dependencies": {
+ "yocto-queue": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/eslint/node_modules/p-locate": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz",
+ "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==",
+ "dev": true,
+ "dependencies": {
+ "p-limit": "^3.0.2"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/eslint/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/eslint/node_modules/type-fest": {
+ "version": "0.20.2",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
+ "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/espree": {
+ "version": "9.6.1",
+ "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz",
+ "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==",
+ "dev": true,
+ "dependencies": {
+ "acorn": "^8.9.0",
+ "acorn-jsx": "^5.3.2",
+ "eslint-visitor-keys": "^3.4.1"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/esprima": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
+ "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
+ "dev": true,
+ "bin": {
+ "esparse": "bin/esparse.js",
+ "esvalidate": "bin/esvalidate.js"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/esquery": {
+ "version": "1.5.0",
+ "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz",
+ "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==",
+ "dev": true,
+ "dependencies": {
+ "estraverse": "^5.1.0"
+ },
+ "engines": {
+ "node": ">=0.10"
+ }
+ },
+ "node_modules/esrecurse": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
+ "dev": true,
+ "dependencies": {
+ "estraverse": "^5.2.0"
+ },
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/estraverse": {
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
+ "dev": true,
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/esutils": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/execa": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
+ "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
+ "dev": true,
+ "dependencies": {
+ "cross-spawn": "^7.0.3",
+ "get-stream": "^6.0.0",
+ "human-signals": "^2.1.0",
+ "is-stream": "^2.0.0",
+ "merge-stream": "^2.0.0",
+ "npm-run-path": "^4.0.1",
+ "onetime": "^5.1.2",
+ "signal-exit": "^3.0.3",
+ "strip-final-newline": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sindresorhus/execa?sponsor=1"
+ }
+ },
+ "node_modules/exit": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
+ "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/expect": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz",
+ "integrity": "sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==",
+ "dev": true,
+ "dependencies": {
+ "@jest/types": "^27.5.1",
+ "jest-get-type": "^27.5.1",
+ "jest-matcher-utils": "^27.5.1",
+ "jest-message-util": "^27.5.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/fast-deep-equal": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
+ "dev": true
+ },
+ "node_modules/fast-json-stable-stringify": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
+ "dev": true
+ },
+ "node_modules/fast-levenshtein": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
+ "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==",
+ "dev": true
+ },
+ "node_modules/fast-url-parser": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/fast-url-parser/-/fast-url-parser-1.1.3.tgz",
+ "integrity": "sha512-5jOCVXADYNuRkKFzNJ0dCCewsZiYo0dz8QNYljkOpFC6r2U4OBmKtvm/Tsuh4w1YYdDqDb31a8TVhBJ2OJKdqQ==",
+ "dev": true,
+ "dependencies": {
+ "punycode": "^1.3.2"
+ }
+ },
+ "node_modules/fastq": {
+ "version": "1.15.0",
+ "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.15.0.tgz",
+ "integrity": "sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==",
+ "dev": true,
+ "dependencies": {
+ "reusify": "^1.0.4"
+ }
+ },
+ "node_modules/fb-watchman": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz",
+ "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==",
+ "dev": true,
+ "dependencies": {
+ "bser": "2.1.1"
+ }
+ },
+ "node_modules/file-entry-cache": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
+ "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
+ "dev": true,
+ "dependencies": {
+ "flat-cache": "^3.0.4"
+ },
+ "engines": {
+ "node": "^10.12.0 || >=12.0.0"
+ }
+ },
+ "node_modules/filename-reserved-regex": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz",
+ "integrity": "sha512-lc1bnsSr4L4Bdif8Xb/qrtokGbq5zlsms/CYH8PP+WtCkGNF65DPiQY8vG3SakEdRn8Dlnm+gW/qWKKjS5sZzQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/filenamify": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/filenamify/-/filenamify-4.3.0.tgz",
+ "integrity": "sha512-hcFKyUG57yWGAzu1CMt/dPzYZuv+jAJUT85bL8mrXvNe6hWj6yEHEc4EdcgiA6Z3oi1/9wXJdZPXF2dZNgwgOg==",
+ "dev": true,
+ "dependencies": {
+ "filename-reserved-regex": "^2.0.0",
+ "strip-outer": "^1.0.1",
+ "trim-repeated": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/fill-range": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
+ "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
+ "dev": true,
+ "dependencies": {
+ "to-regex-range": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/find-cache-dir": {
+ "version": "3.3.2",
+ "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz",
+ "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==",
+ "dev": true,
+ "dependencies": {
+ "commondir": "^1.0.1",
+ "make-dir": "^3.0.2",
+ "pkg-dir": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/avajs/find-cache-dir?sponsor=1"
+ }
+ },
+ "node_modules/find-up": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
+ "dev": true,
+ "dependencies": {
+ "locate-path": "^5.0.0",
+ "path-exists": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/flat-cache": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz",
+ "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==",
+ "dev": true,
+ "dependencies": {
+ "flatted": "^3.1.0",
+ "rimraf": "^3.0.2"
+ },
+ "engines": {
+ "node": "^10.12.0 || >=12.0.0"
+ }
+ },
+ "node_modules/flatted": {
+ "version": "3.2.7",
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz",
+ "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==",
+ "dev": true
+ },
+ "node_modules/form-data": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz",
+ "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==",
+ "dev": true,
+ "dependencies": {
+ "asynckit": "^0.4.0",
+ "combined-stream": "^1.0.8",
+ "mime-types": "^2.1.12"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/fs-extra": {
+ "version": "8.1.0",
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
+ "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
+ "dev": true,
+ "dependencies": {
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^4.0.0",
+ "universalify": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=6 <7 || >=8"
+ }
+ },
+ "node_modules/fs.realpath": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
+ "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==",
+ "dev": true
+ },
+ "node_modules/fsevents": {
+ "version": "2.3.2",
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
+ "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
+ "dev": true,
+ "hasInstallScript": true,
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
+ }
+ },
+ "node_modules/function-bind": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
+ "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",
+ "dev": true
+ },
+ "node_modules/gensync": {
+ "version": "1.0.0-beta.2",
+ "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
+ "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
+ "dev": true,
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/get-caller-file": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
+ "dev": true,
+ "engines": {
+ "node": "6.* || 8.* || >= 10.*"
+ }
+ },
+ "node_modules/get-package-type": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz",
+ "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==",
+ "dev": true,
+ "engines": {
+ "node": ">=8.0.0"
+ }
+ },
+ "node_modules/get-stream": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
+ "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/gh-pages": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/gh-pages/-/gh-pages-3.2.3.tgz",
+ "integrity": "sha512-jA1PbapQ1jqzacECfjUaO9gV8uBgU6XNMV0oXLtfCX3haGLe5Atq8BxlrADhbD6/UdG9j6tZLWAkAybndOXTJg==",
+ "dev": true,
+ "dependencies": {
+ "async": "^2.6.1",
+ "commander": "^2.18.0",
+ "email-addresses": "^3.0.1",
+ "filenamify": "^4.3.0",
+ "find-cache-dir": "^3.3.1",
+ "fs-extra": "^8.1.0",
+ "globby": "^6.1.0"
+ },
+ "bin": {
+ "gh-pages": "bin/gh-pages.js",
+ "gh-pages-clean": "bin/gh-pages-clean.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/glob": {
+ "version": "7.2.3",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz",
+ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==",
+ "dev": true,
+ "dependencies": {
+ "fs.realpath": "^1.0.0",
+ "inflight": "^1.0.4",
+ "inherits": "2",
+ "minimatch": "^3.1.1",
+ "once": "^1.3.0",
+ "path-is-absolute": "^1.0.0"
+ },
+ "engines": {
+ "node": "*"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/glob-parent": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
+ "dev": true,
+ "dependencies": {
+ "is-glob": "^4.0.3"
+ },
+ "engines": {
+ "node": ">=10.13.0"
+ }
+ },
+ "node_modules/globals": {
+ "version": "11.12.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
+ "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
+ "dev": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/globby": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz",
+ "integrity": "sha512-KVbFv2TQtbzCoxAnfD6JcHZTYCzyliEaaeM/gH8qQdkKr5s0OP9scEgvdcngyk7AVdY6YVW/TJHd+lQ/Df3Daw==",
+ "dev": true,
+ "dependencies": {
+ "array-union": "^1.0.1",
+ "glob": "^7.0.3",
+ "object-assign": "^4.0.1",
+ "pify": "^2.0.0",
+ "pinkie-promise": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/graceful-fs": {
+ "version": "4.2.11",
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz",
+ "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==",
+ "dev": true
+ },
+ "node_modules/graphemer": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz",
+ "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==",
+ "dev": true
+ },
+ "node_modules/has": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
+ "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
+ "dev": true,
+ "dependencies": {
+ "function-bind": "^1.1.1"
+ },
+ "engines": {
+ "node": ">= 0.4.0"
+ }
+ },
+ "node_modules/has-flag": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
+ "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==",
+ "dev": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/html-encoding-sniffer": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz",
+ "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==",
+ "dev": true,
+ "dependencies": {
+ "whatwg-encoding": "^1.0.5"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/html-escaper": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
+ "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==",
+ "dev": true
+ },
+ "node_modules/htmlhint": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.1.4.tgz",
+ "integrity": "sha512-tSKPefhIaaWDk/vKxAOQbN+QwZmDeJCq3bZZGbJMoMQAfTjepudC+MkuT9MOBbuQI3dLLzDWbmU7fLV3JASC7Q==",
+ "dev": true,
+ "dependencies": {
+ "async": "3.2.3",
+ "chalk": "^4.1.2",
+ "commander": "^9.1.0",
+ "glob": "^7.2.0",
+ "is-glob": "^4.0.3",
+ "node-fetch": "^2.6.2",
+ "strip-json-comments": "3.1.0",
+ "xml": "1.0.1"
+ },
+ "bin": {
+ "htmlhint": "bin/htmlhint"
+ }
+ },
+ "node_modules/htmlhint/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/htmlhint/node_modules/async": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz",
+ "integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==",
+ "dev": true
+ },
+ "node_modules/htmlhint/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/htmlhint/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/htmlhint/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/htmlhint/node_modules/commander": {
+ "version": "9.5.0",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-9.5.0.tgz",
+ "integrity": "sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==",
+ "dev": true,
+ "engines": {
+ "node": "^12.20.0 || >=14"
+ }
+ },
+ "node_modules/htmlhint/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/htmlhint/node_modules/strip-json-comments": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.0.tgz",
+ "integrity": "sha512-e6/d0eBu7gHtdCqFt0xJr642LdToM5/cN4Qb9DbHjVx1CP5RyeM+zH7pbecEmDv/lBqb0QH+6Uqq75rxFPkM0w==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/htmlhint/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/http-proxy-agent": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz",
+ "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==",
+ "dev": true,
+ "dependencies": {
+ "@tootallnate/once": "1",
+ "agent-base": "6",
+ "debug": "4"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/https-proxy-agent": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz",
+ "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==",
+ "dev": true,
+ "dependencies": {
+ "agent-base": "6",
+ "debug": "4"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/human-signals": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
+ "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
+ "dev": true,
+ "engines": {
+ "node": ">=10.17.0"
+ }
+ },
+ "node_modules/iconv-lite": {
+ "version": "0.4.24",
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
+ "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
+ "dev": true,
+ "dependencies": {
+ "safer-buffer": ">= 2.1.2 < 3"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/ignore": {
+ "version": "5.2.4",
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz",
+ "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==",
+ "dev": true,
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/import-fresh": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
+ "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
+ "dev": true,
+ "dependencies": {
+ "parent-module": "^1.0.0",
+ "resolve-from": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/import-fresh/node_modules/resolve-from": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
+ "dev": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/import-local": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz",
+ "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==",
+ "dev": true,
+ "dependencies": {
+ "pkg-dir": "^4.2.0",
+ "resolve-cwd": "^3.0.0"
+ },
+ "bin": {
+ "import-local-fixture": "fixtures/cli.js"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/imurmurhash": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
+ "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.8.19"
+ }
+ },
+ "node_modules/inflight": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
+ "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==",
+ "dev": true,
+ "dependencies": {
+ "once": "^1.3.0",
+ "wrappy": "1"
+ }
+ },
+ "node_modules/inherits": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
+ "dev": true
+ },
+ "node_modules/ini": {
+ "version": "1.3.8",
+ "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
+ "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
+ "dev": true
+ },
+ "node_modules/is-arrayish": {
+ "version": "0.2.1",
+ "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
+ "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==",
+ "dev": true
+ },
+ "node_modules/is-core-module": {
+ "version": "2.12.1",
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.12.1.tgz",
+ "integrity": "sha512-Q4ZuBAe2FUsKtyQJoQHlvP8OvBERxO3jEmy1I7hcRXcJBGGHFh/aJBswbXuS9sgrDH2QUO8ilkwNPHvHMd8clg==",
+ "dev": true,
+ "dependencies": {
+ "has": "^1.0.3"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-docker": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
+ "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
+ "dev": true,
+ "bin": {
+ "is-docker": "cli.js"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/is-extglob": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
+ "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-fullwidth-code-point": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/is-generator-fn": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz",
+ "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/is-glob": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
+ "dev": true,
+ "dependencies": {
+ "is-extglob": "^2.1.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-number": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.12.0"
+ }
+ },
+ "node_modules/is-path-inside": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz",
+ "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/is-potential-custom-element-name": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
+ "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
+ "dev": true
+ },
+ "node_modules/is-stream": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
+ "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/is-typedarray": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
+ "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==",
+ "dev": true
+ },
+ "node_modules/is-wsl": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
+ "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
+ "dev": true,
+ "dependencies": {
+ "is-docker": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/isexe": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
+ "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
+ "dev": true
+ },
+ "node_modules/istanbul-lib-coverage": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz",
+ "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/istanbul-lib-instrument": {
+ "version": "5.2.1",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz",
+ "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==",
+ "dev": true,
+ "dependencies": {
+ "@babel/core": "^7.12.3",
+ "@babel/parser": "^7.14.7",
+ "@istanbuljs/schema": "^0.1.2",
+ "istanbul-lib-coverage": "^3.2.0",
+ "semver": "^6.3.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/istanbul-lib-report": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz",
+ "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==",
+ "dev": true,
+ "dependencies": {
+ "istanbul-lib-coverage": "^3.0.0",
+ "make-dir": "^4.0.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/istanbul-lib-report/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/istanbul-lib-report/node_modules/lru-cache": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "dev": true,
+ "dependencies": {
+ "yallist": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/istanbul-lib-report/node_modules/make-dir": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz",
+ "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==",
+ "dev": true,
+ "dependencies": {
+ "semver": "^7.5.3"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/istanbul-lib-report/node_modules/semver": {
+ "version": "7.5.4",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
+ "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
+ "dev": true,
+ "dependencies": {
+ "lru-cache": "^6.0.0"
+ },
+ "bin": {
+ "semver": "bin/semver.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/istanbul-lib-report/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/istanbul-lib-report/node_modules/yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
+ "dev": true
+ },
+ "node_modules/istanbul-lib-source-maps": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz",
+ "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==",
+ "dev": true,
+ "dependencies": {
+ "debug": "^4.1.1",
+ "istanbul-lib-coverage": "^3.0.0",
+ "source-map": "^0.6.1"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/istanbul-reports": {
+ "version": "3.1.6",
+ "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.6.tgz",
+ "integrity": "sha512-TLgnMkKg3iTDsQ9PbPTdpfAK2DzjF9mqUG7RMgcQl8oFjad8ob4laGxv5XV5U9MAfx8D6tSJiUyuAwzLicaxlg==",
+ "dev": true,
+ "dependencies": {
+ "html-escaper": "^2.0.0",
+ "istanbul-lib-report": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest/-/jest-27.5.1.tgz",
+ "integrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==",
+ "dev": true,
+ "dependencies": {
+ "@jest/core": "^27.5.1",
+ "import-local": "^3.0.2",
+ "jest-cli": "^27.5.1"
+ },
+ "bin": {
+ "jest": "bin/jest.js"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ },
+ "peerDependencies": {
+ "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
+ },
+ "peerDependenciesMeta": {
+ "node-notifier": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/jest-changed-files": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.5.1.tgz",
+ "integrity": "sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==",
+ "dev": true,
+ "dependencies": {
+ "@jest/types": "^27.5.1",
+ "execa": "^5.0.0",
+ "throat": "^6.0.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-circus": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.5.1.tgz",
+ "integrity": "sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==",
+ "dev": true,
+ "dependencies": {
+ "@jest/environment": "^27.5.1",
+ "@jest/test-result": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "co": "^4.6.0",
+ "dedent": "^0.7.0",
+ "expect": "^27.5.1",
+ "is-generator-fn": "^2.0.0",
+ "jest-each": "^27.5.1",
+ "jest-matcher-utils": "^27.5.1",
+ "jest-message-util": "^27.5.1",
+ "jest-runtime": "^27.5.1",
+ "jest-snapshot": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "pretty-format": "^27.5.1",
+ "slash": "^3.0.0",
+ "stack-utils": "^2.0.3",
+ "throat": "^6.0.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-circus/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-circus/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-circus/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-circus/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/jest-circus/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-circus/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-cli": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.5.1.tgz",
+ "integrity": "sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==",
+ "dev": true,
+ "dependencies": {
+ "@jest/core": "^27.5.1",
+ "@jest/test-result": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "chalk": "^4.0.0",
+ "exit": "^0.1.2",
+ "graceful-fs": "^4.2.9",
+ "import-local": "^3.0.2",
+ "jest-config": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "jest-validate": "^27.5.1",
+ "prompts": "^2.0.1",
+ "yargs": "^16.2.0"
+ },
+ "bin": {
+ "jest": "bin/jest.js"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ },
+ "peerDependencies": {
+ "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
+ },
+ "peerDependenciesMeta": {
+ "node-notifier": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/jest-cli/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-cli/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-cli/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-cli/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/jest-cli/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-cli/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-config": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.5.1.tgz",
+ "integrity": "sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==",
+ "dev": true,
+ "dependencies": {
+ "@babel/core": "^7.8.0",
+ "@jest/test-sequencer": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "babel-jest": "^27.5.1",
+ "chalk": "^4.0.0",
+ "ci-info": "^3.2.0",
+ "deepmerge": "^4.2.2",
+ "glob": "^7.1.1",
+ "graceful-fs": "^4.2.9",
+ "jest-circus": "^27.5.1",
+ "jest-environment-jsdom": "^27.5.1",
+ "jest-environment-node": "^27.5.1",
+ "jest-get-type": "^27.5.1",
+ "jest-jasmine2": "^27.5.1",
+ "jest-regex-util": "^27.5.1",
+ "jest-resolve": "^27.5.1",
+ "jest-runner": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "jest-validate": "^27.5.1",
+ "micromatch": "^4.0.4",
+ "parse-json": "^5.2.0",
+ "pretty-format": "^27.5.1",
+ "slash": "^3.0.0",
+ "strip-json-comments": "^3.1.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ },
+ "peerDependencies": {
+ "ts-node": ">=9.0.0"
+ },
+ "peerDependenciesMeta": {
+ "ts-node": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/jest-config/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-config/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-config/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-config/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/jest-config/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-config/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-diff": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz",
+ "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==",
+ "dev": true,
+ "dependencies": {
+ "chalk": "^4.0.0",
+ "diff-sequences": "^27.5.1",
+ "jest-get-type": "^27.5.1",
+ "pretty-format": "^27.5.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-diff/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-diff/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-diff/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-diff/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/jest-diff/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-diff/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-docblock": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.5.1.tgz",
+ "integrity": "sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==",
+ "dev": true,
+ "dependencies": {
+ "detect-newline": "^3.0.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-each": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.5.1.tgz",
+ "integrity": "sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==",
+ "dev": true,
+ "dependencies": {
+ "@jest/types": "^27.5.1",
+ "chalk": "^4.0.0",
+ "jest-get-type": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "pretty-format": "^27.5.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-each/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-each/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-each/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-each/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/jest-each/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-each/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-environment-jsdom": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.5.1.tgz",
+ "integrity": "sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==",
+ "dev": true,
+ "dependencies": {
+ "@jest/environment": "^27.5.1",
+ "@jest/fake-timers": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "@types/node": "*",
+ "jest-mock": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "jsdom": "^16.6.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-environment-node": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.5.1.tgz",
+ "integrity": "sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==",
+ "dev": true,
+ "dependencies": {
+ "@jest/environment": "^27.5.1",
+ "@jest/fake-timers": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "@types/node": "*",
+ "jest-mock": "^27.5.1",
+ "jest-util": "^27.5.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-get-type": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz",
+ "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==",
+ "dev": true,
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-haste-map": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz",
+ "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==",
+ "dev": true,
+ "dependencies": {
+ "@jest/types": "^27.5.1",
+ "@types/graceful-fs": "^4.1.2",
+ "@types/node": "*",
+ "anymatch": "^3.0.3",
+ "fb-watchman": "^2.0.0",
+ "graceful-fs": "^4.2.9",
+ "jest-regex-util": "^27.5.1",
+ "jest-serializer": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "jest-worker": "^27.5.1",
+ "micromatch": "^4.0.4",
+ "walker": "^1.0.7"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ },
+ "optionalDependencies": {
+ "fsevents": "^2.3.2"
+ }
+ },
+ "node_modules/jest-jasmine2": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz",
+ "integrity": "sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==",
+ "dev": true,
+ "dependencies": {
+ "@jest/environment": "^27.5.1",
+ "@jest/source-map": "^27.5.1",
+ "@jest/test-result": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "co": "^4.6.0",
+ "expect": "^27.5.1",
+ "is-generator-fn": "^2.0.0",
+ "jest-each": "^27.5.1",
+ "jest-matcher-utils": "^27.5.1",
+ "jest-message-util": "^27.5.1",
+ "jest-runtime": "^27.5.1",
+ "jest-snapshot": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "pretty-format": "^27.5.1",
+ "throat": "^6.0.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-jasmine2/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-jasmine2/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-jasmine2/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-jasmine2/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/jest-jasmine2/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-jasmine2/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-leak-detector": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.5.1.tgz",
+ "integrity": "sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==",
+ "dev": true,
+ "dependencies": {
+ "jest-get-type": "^27.5.1",
+ "pretty-format": "^27.5.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-matcher-utils": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz",
+ "integrity": "sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==",
+ "dev": true,
+ "dependencies": {
+ "chalk": "^4.0.0",
+ "jest-diff": "^27.5.1",
+ "jest-get-type": "^27.5.1",
+ "pretty-format": "^27.5.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-matcher-utils/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-matcher-utils/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-matcher-utils/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-matcher-utils/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/jest-matcher-utils/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-matcher-utils/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-message-util": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz",
+ "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==",
+ "dev": true,
+ "dependencies": {
+ "@babel/code-frame": "^7.12.13",
+ "@jest/types": "^27.5.1",
+ "@types/stack-utils": "^2.0.0",
+ "chalk": "^4.0.0",
+ "graceful-fs": "^4.2.9",
+ "micromatch": "^4.0.4",
+ "pretty-format": "^27.5.1",
+ "slash": "^3.0.0",
+ "stack-utils": "^2.0.3"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-message-util/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-message-util/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-message-util/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-message-util/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/jest-message-util/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-message-util/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-mock": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz",
+ "integrity": "sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==",
+ "dev": true,
+ "dependencies": {
+ "@jest/types": "^27.5.1",
+ "@types/node": "*"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-pnp-resolver": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz",
+ "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ },
+ "peerDependencies": {
+ "jest-resolve": "*"
+ },
+ "peerDependenciesMeta": {
+ "jest-resolve": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/jest-regex-util": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz",
+ "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==",
+ "dev": true,
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-resolve": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.5.1.tgz",
+ "integrity": "sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==",
+ "dev": true,
+ "dependencies": {
+ "@jest/types": "^27.5.1",
+ "chalk": "^4.0.0",
+ "graceful-fs": "^4.2.9",
+ "jest-haste-map": "^27.5.1",
+ "jest-pnp-resolver": "^1.2.2",
+ "jest-util": "^27.5.1",
+ "jest-validate": "^27.5.1",
+ "resolve": "^1.20.0",
+ "resolve.exports": "^1.1.0",
+ "slash": "^3.0.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-resolve-dependencies": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.5.1.tgz",
+ "integrity": "sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==",
+ "dev": true,
+ "dependencies": {
+ "@jest/types": "^27.5.1",
+ "jest-regex-util": "^27.5.1",
+ "jest-snapshot": "^27.5.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-resolve/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-resolve/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-resolve/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-resolve/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/jest-resolve/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-resolve/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runner": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.5.1.tgz",
+ "integrity": "sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==",
+ "dev": true,
+ "dependencies": {
+ "@jest/console": "^27.5.1",
+ "@jest/environment": "^27.5.1",
+ "@jest/test-result": "^27.5.1",
+ "@jest/transform": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "emittery": "^0.8.1",
+ "graceful-fs": "^4.2.9",
+ "jest-docblock": "^27.5.1",
+ "jest-environment-jsdom": "^27.5.1",
+ "jest-environment-node": "^27.5.1",
+ "jest-haste-map": "^27.5.1",
+ "jest-leak-detector": "^27.5.1",
+ "jest-message-util": "^27.5.1",
+ "jest-resolve": "^27.5.1",
+ "jest-runtime": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "jest-worker": "^27.5.1",
+ "source-map-support": "^0.5.6",
+ "throat": "^6.0.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-runner/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-runner/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-runner/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-runner/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/jest-runner/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runner/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runtime": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.5.1.tgz",
+ "integrity": "sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==",
+ "dev": true,
+ "dependencies": {
+ "@jest/environment": "^27.5.1",
+ "@jest/fake-timers": "^27.5.1",
+ "@jest/globals": "^27.5.1",
+ "@jest/source-map": "^27.5.1",
+ "@jest/test-result": "^27.5.1",
+ "@jest/transform": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "chalk": "^4.0.0",
+ "cjs-module-lexer": "^1.0.0",
+ "collect-v8-coverage": "^1.0.0",
+ "execa": "^5.0.0",
+ "glob": "^7.1.3",
+ "graceful-fs": "^4.2.9",
+ "jest-haste-map": "^27.5.1",
+ "jest-message-util": "^27.5.1",
+ "jest-mock": "^27.5.1",
+ "jest-regex-util": "^27.5.1",
+ "jest-resolve": "^27.5.1",
+ "jest-snapshot": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "slash": "^3.0.0",
+ "strip-bom": "^4.0.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/jest-runtime/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-serializer": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz",
+ "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==",
+ "dev": true,
+ "dependencies": {
+ "@types/node": "*",
+ "graceful-fs": "^4.2.9"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-snapshot": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.5.1.tgz",
+ "integrity": "sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==",
+ "dev": true,
+ "dependencies": {
+ "@babel/core": "^7.7.2",
+ "@babel/generator": "^7.7.2",
+ "@babel/plugin-syntax-typescript": "^7.7.2",
+ "@babel/traverse": "^7.7.2",
+ "@babel/types": "^7.0.0",
+ "@jest/transform": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "@types/babel__traverse": "^7.0.4",
+ "@types/prettier": "^2.1.5",
+ "babel-preset-current-node-syntax": "^1.0.0",
+ "chalk": "^4.0.0",
+ "expect": "^27.5.1",
+ "graceful-fs": "^4.2.9",
+ "jest-diff": "^27.5.1",
+ "jest-get-type": "^27.5.1",
+ "jest-haste-map": "^27.5.1",
+ "jest-matcher-utils": "^27.5.1",
+ "jest-message-util": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "natural-compare": "^1.4.0",
+ "pretty-format": "^27.5.1",
+ "semver": "^7.3.2"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/jest-snapshot/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/lru-cache": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "dev": true,
+ "dependencies": {
+ "yallist": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/semver": {
+ "version": "7.5.4",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
+ "integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
+ "dev": true,
+ "dependencies": {
+ "lru-cache": "^6.0.0"
+ },
+ "bin": {
+ "semver": "bin/semver.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
+ "dev": true
+ },
+ "node_modules/jest-util": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz",
+ "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==",
+ "dev": true,
+ "dependencies": {
+ "@jest/types": "^27.5.1",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "ci-info": "^3.2.0",
+ "graceful-fs": "^4.2.9",
+ "picomatch": "^2.2.3"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-util/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-util/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-util/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-util/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/jest-util/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-util/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-validate": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-27.5.1.tgz",
+ "integrity": "sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==",
+ "dev": true,
+ "dependencies": {
+ "@jest/types": "^27.5.1",
+ "camelcase": "^6.2.0",
+ "chalk": "^4.0.0",
+ "jest-get-type": "^27.5.1",
+ "leven": "^3.1.0",
+ "pretty-format": "^27.5.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-validate/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-validate/node_modules/camelcase": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
+ "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/jest-validate/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-validate/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-validate/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/jest-validate/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-validate/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-watcher": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.5.1.tgz",
+ "integrity": "sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==",
+ "dev": true,
+ "dependencies": {
+ "@jest/test-result": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "@types/node": "*",
+ "ansi-escapes": "^4.2.1",
+ "chalk": "^4.0.0",
+ "jest-util": "^27.5.1",
+ "string-length": "^4.0.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-watcher/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-watcher/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-watcher/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-watcher/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/jest-watcher/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-watcher/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-worker": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz",
+ "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==",
+ "dev": true,
+ "dependencies": {
+ "@types/node": "*",
+ "merge-stream": "^2.0.0",
+ "supports-color": "^8.0.0"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ }
+ },
+ "node_modules/jest-worker/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-worker/node_modules/supports-color": {
+ "version": "8.1.1",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
+ }
+ },
+ "node_modules/js-tokens": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
+ "dev": true
+ },
+ "node_modules/js-yaml": {
+ "version": "3.14.1",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
+ "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
+ "dev": true,
+ "dependencies": {
+ "argparse": "^1.0.7",
+ "esprima": "^4.0.0"
+ },
+ "bin": {
+ "js-yaml": "bin/js-yaml.js"
+ }
+ },
+ "node_modules/jsdom": {
+ "version": "16.7.0",
+ "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz",
+ "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==",
+ "dev": true,
+ "dependencies": {
+ "abab": "^2.0.5",
+ "acorn": "^8.2.4",
+ "acorn-globals": "^6.0.0",
+ "cssom": "^0.4.4",
+ "cssstyle": "^2.3.0",
+ "data-urls": "^2.0.0",
+ "decimal.js": "^10.2.1",
+ "domexception": "^2.0.1",
+ "escodegen": "^2.0.0",
+ "form-data": "^3.0.0",
+ "html-encoding-sniffer": "^2.0.1",
+ "http-proxy-agent": "^4.0.1",
+ "https-proxy-agent": "^5.0.0",
+ "is-potential-custom-element-name": "^1.0.1",
+ "nwsapi": "^2.2.0",
+ "parse5": "6.0.1",
+ "saxes": "^5.0.1",
+ "symbol-tree": "^3.2.4",
+ "tough-cookie": "^4.0.0",
+ "w3c-hr-time": "^1.0.2",
+ "w3c-xmlserializer": "^2.0.0",
+ "webidl-conversions": "^6.1.0",
+ "whatwg-encoding": "^1.0.5",
+ "whatwg-mimetype": "^2.3.0",
+ "whatwg-url": "^8.5.0",
+ "ws": "^7.4.6",
+ "xml-name-validator": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "peerDependencies": {
+ "canvas": "^2.5.0"
+ },
+ "peerDependenciesMeta": {
+ "canvas": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/jsesc": {
+ "version": "2.5.2",
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
+ "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
+ "dev": true,
+ "bin": {
+ "jsesc": "bin/jsesc"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/json-parse-even-better-errors": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
+ "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
+ "dev": true
+ },
+ "node_modules/json-schema-traverse": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
+ "dev": true
+ },
+ "node_modules/json-stable-stringify-without-jsonify": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
+ "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==",
+ "dev": true
+ },
+ "node_modules/json5": {
+ "version": "2.2.3",
+ "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz",
+ "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==",
+ "dev": true,
+ "bin": {
+ "json5": "lib/cli.js"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/jsonfile": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
+ "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==",
+ "dev": true,
+ "optionalDependencies": {
+ "graceful-fs": "^4.1.6"
+ }
+ },
+ "node_modules/kleur": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
+ "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/leven": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
+ "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/levn": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
+ "dev": true,
+ "dependencies": {
+ "prelude-ls": "^1.2.1",
+ "type-check": "~0.4.0"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/lines-and-columns": {
+ "version": "1.2.4",
+ "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
+ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==",
+ "dev": true
+ },
+ "node_modules/locate-path": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
+ "dev": true,
+ "dependencies": {
+ "p-locate": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/lodash": {
+ "version": "4.17.21",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
+ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
+ "dev": true
+ },
+ "node_modules/lodash.merge": {
+ "version": "4.6.2",
+ "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
+ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==",
+ "dev": true
+ },
+ "node_modules/lru-cache": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz",
+ "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==",
+ "dev": true,
+ "dependencies": {
+ "yallist": "^3.0.2"
+ }
+ },
+ "node_modules/make-dir": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
+ "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
+ "dev": true,
+ "dependencies": {
+ "semver": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/makeerror": {
+ "version": "1.0.12",
+ "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz",
+ "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==",
+ "dev": true,
+ "dependencies": {
+ "tmpl": "1.0.5"
+ }
+ },
+ "node_modules/merge-stream": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
+ "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==",
+ "dev": true
+ },
+ "node_modules/micromatch": {
+ "version": "4.0.5",
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz",
+ "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==",
+ "dev": true,
+ "dependencies": {
+ "braces": "^3.0.2",
+ "picomatch": "^2.3.1"
+ },
+ "engines": {
+ "node": ">=8.6"
+ }
+ },
+ "node_modules/mime-db": {
+ "version": "1.52.0",
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz",
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/mime-types": {
+ "version": "2.1.35",
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz",
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
+ "dev": true,
+ "dependencies": {
+ "mime-db": "1.52.0"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/mimic-fn": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
+ "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/minimatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+ "dev": true,
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/minimist": {
+ "version": "1.2.8",
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
+ "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
+ "dev": true,
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/ms": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
+ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
+ "dev": true
+ },
+ "node_modules/natural-compare": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
+ "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==",
+ "dev": true
+ },
+ "node_modules/negotiator": {
+ "version": "0.6.3",
+ "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
+ "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/nice-try": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",
+ "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==",
+ "dev": true
+ },
+ "node_modules/node-fetch": {
+ "version": "2.6.12",
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.12.tgz",
+ "integrity": "sha512-C/fGU2E8ToujUivIO0H+tpQ6HWo4eEmchoPIoXtxCrVghxdKq+QOHqEZW7tuP3KlV3bC8FRMO5nMCC7Zm1VP6g==",
+ "dev": true,
+ "dependencies": {
+ "whatwg-url": "^5.0.0"
+ },
+ "engines": {
+ "node": "4.x || >=6.0.0"
+ },
+ "peerDependencies": {
+ "encoding": "^0.1.0"
+ },
+ "peerDependenciesMeta": {
+ "encoding": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/node-fetch/node_modules/tr46": {
+ "version": "0.0.3",
+ "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
+ "integrity": "sha512-N3WMsuqV66lT30CrXNbEjx4GEwlow3v6rr4mCcv6prnfwhS01rkgyFdjPNBYd9br7LpXV1+Emh01fHnq2Gdgrw==",
+ "dev": true
+ },
+ "node_modules/node-fetch/node_modules/webidl-conversions": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
+ "integrity": "sha512-2JAn3z8AR6rjK8Sm8orRC0h/bcl/DqL7tRPdGZ4I1CjdF+EaMLmYxBHyXuKL849eucPFhvBoxMsflfOb8kxaeQ==",
+ "dev": true
+ },
+ "node_modules/node-fetch/node_modules/whatwg-url": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
+ "integrity": "sha512-saE57nupxk6v3HY35+jzBwYa0rKSy0XR8JSxZPwgLr7ys0IBzhGviA1/TUGJLmSVqs8pb9AnvICXEuOHLprYTw==",
+ "dev": true,
+ "dependencies": {
+ "tr46": "~0.0.3",
+ "webidl-conversions": "^3.0.0"
+ }
+ },
+ "node_modules/node-int64": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
+ "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==",
+ "dev": true
+ },
+ "node_modules/node-releases": {
+ "version": "2.0.13",
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.13.tgz",
+ "integrity": "sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==",
+ "dev": true
+ },
+ "node_modules/normalize-path": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
+ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/npm-run-path": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
+ "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
+ "dev": true,
+ "dependencies": {
+ "path-key": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/nwsapi": {
+ "version": "2.2.7",
+ "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.7.tgz",
+ "integrity": "sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==",
+ "dev": true
+ },
+ "node_modules/object-assign": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
+ "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/on-headers": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
+ "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/once": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
+ "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
+ "dev": true,
+ "dependencies": {
+ "wrappy": "1"
+ }
+ },
+ "node_modules/onetime": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
+ "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
+ "dev": true,
+ "dependencies": {
+ "mimic-fn": "^2.1.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/opener": {
+ "version": "1.5.2",
+ "resolved": "https://registry.npmjs.org/opener/-/opener-1.5.2.tgz",
+ "integrity": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==",
+ "dev": true,
+ "bin": {
+ "opener": "bin/opener-bin.js"
+ }
+ },
+ "node_modules/optionator": {
+ "version": "0.9.3",
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz",
+ "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==",
+ "dev": true,
+ "dependencies": {
+ "@aashutoshrathi/word-wrap": "^1.2.3",
+ "deep-is": "^0.1.3",
+ "fast-levenshtein": "^2.0.6",
+ "levn": "^0.4.1",
+ "prelude-ls": "^1.2.1",
+ "type-check": "^0.4.0"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/p-finally": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
+ "integrity": "sha512-LICb2p9CB7FS+0eR1oqWnHhp0FljGLZCWBE9aix0Uye9W8LTQPwMTYVGWQWIw9RdQiDg4+epXQODwIYJtSJaow==",
+ "dev": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/p-limit": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
+ "dev": true,
+ "dependencies": {
+ "p-try": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/p-locate": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
+ "dev": true,
+ "dependencies": {
+ "p-limit": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/p-try": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
+ "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/parent-module": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
+ "dev": true,
+ "dependencies": {
+ "callsites": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/parse-json": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
+ "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
+ "dev": true,
+ "dependencies": {
+ "@babel/code-frame": "^7.0.0",
+ "error-ex": "^1.3.1",
+ "json-parse-even-better-errors": "^2.3.0",
+ "lines-and-columns": "^1.1.6"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/parse5": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
+ "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==",
+ "dev": true
+ },
+ "node_modules/path-exists": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/path-is-absolute": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
+ "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/path-is-inside": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
+ "integrity": "sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==",
+ "dev": true
+ },
+ "node_modules/path-key": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/path-parse": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
+ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
+ "dev": true
+ },
+ "node_modules/path-to-regexp": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-2.2.1.tgz",
+ "integrity": "sha512-gu9bD6Ta5bwGrrU8muHzVOBFFREpp2iRkVfhBJahwJ6p6Xw20SjT0MxLnwkjOibQmGSYhiUnf2FLe7k+jcFmGQ==",
+ "dev": true
+ },
+ "node_modules/picocolors": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
+ "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==",
+ "dev": true
+ },
+ "node_modules/picomatch": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
+ "dev": true,
+ "engines": {
+ "node": ">=8.6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/jonschlinkert"
+ }
+ },
+ "node_modules/pify": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
+ "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/pinkie": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
+ "integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/pinkie-promise": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
+ "integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==",
+ "dev": true,
+ "dependencies": {
+ "pinkie": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/pirates": {
+ "version": "4.0.6",
+ "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz",
+ "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==",
+ "dev": true,
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/pkg-dir": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
+ "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
+ "dev": true,
+ "dependencies": {
+ "find-up": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/prelude-ls": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/pretty-format": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz",
+ "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==",
+ "dev": true,
+ "dependencies": {
+ "ansi-regex": "^5.0.1",
+ "ansi-styles": "^5.0.0",
+ "react-is": "^17.0.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/pretty-format/node_modules/ansi-styles": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
+ "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/prompts": {
+ "version": "2.4.2",
+ "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
+ "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
+ "dev": true,
+ "dependencies": {
+ "kleur": "^3.0.3",
+ "sisteransi": "^1.0.5"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/psl": {
+ "version": "1.9.0",
+ "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz",
+ "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==",
+ "dev": true
+ },
+ "node_modules/pump": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz",
+ "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==",
+ "dev": true,
+ "dependencies": {
+ "end-of-stream": "^1.1.0",
+ "once": "^1.3.1"
+ }
+ },
+ "node_modules/punycode": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
+ "integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==",
+ "dev": true
+ },
+ "node_modules/querystringify": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/querystringify/-/querystringify-2.2.0.tgz",
+ "integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==",
+ "dev": true
+ },
+ "node_modules/queue-microtask": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
+ "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ]
+ },
+ "node_modules/range-parser": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz",
+ "integrity": "sha512-kA5WQoNVo4t9lNx2kQNFCxKeBl5IbbSNBl1M/tLkw9WCn+hxNBAW5Qh8gdhs63CJnhjJ2zQWFoqPJP2sK1AV5A==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/rc": {
+ "version": "1.2.8",
+ "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz",
+ "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==",
+ "dev": true,
+ "dependencies": {
+ "deep-extend": "^0.6.0",
+ "ini": "~1.3.0",
+ "minimist": "^1.2.0",
+ "strip-json-comments": "~2.0.1"
+ },
+ "bin": {
+ "rc": "cli.js"
+ }
+ },
+ "node_modules/rc/node_modules/strip-json-comments": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
+ "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/react-is": {
+ "version": "17.0.2",
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
+ "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==",
+ "dev": true
+ },
+ "node_modules/registry-auth-token": {
+ "version": "3.3.2",
+ "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-3.3.2.tgz",
+ "integrity": "sha512-JL39c60XlzCVgNrO+qq68FoNb56w/m7JYvGR2jT5iR1xBrUA3Mfx5Twk5rqTThPmQKMWydGmq8oFtDlxfrmxnQ==",
+ "dev": true,
+ "dependencies": {
+ "rc": "^1.1.6",
+ "safe-buffer": "^5.0.1"
+ }
+ },
+ "node_modules/registry-url": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-3.1.0.tgz",
+ "integrity": "sha512-ZbgR5aZEdf4UKZVBPYIgaglBmSF2Hi94s2PcIHhRGFjKYu+chjJdYfHn4rt3hB6eCKLJ8giVIIfgMa1ehDfZKA==",
+ "dev": true,
+ "dependencies": {
+ "rc": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/require-directory": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
+ "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/requires-port": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz",
+ "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==",
+ "dev": true
+ },
+ "node_modules/resolve": {
+ "version": "1.22.2",
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz",
+ "integrity": "sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==",
+ "dev": true,
+ "dependencies": {
+ "is-core-module": "^2.11.0",
+ "path-parse": "^1.0.7",
+ "supports-preserve-symlinks-flag": "^1.0.0"
+ },
+ "bin": {
+ "resolve": "bin/resolve"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/resolve-cwd": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz",
+ "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==",
+ "dev": true,
+ "dependencies": {
+ "resolve-from": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/resolve-from": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
+ "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/resolve.exports": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.1.tgz",
+ "integrity": "sha512-/NtpHNDN7jWhAaQ9BvBUYZ6YTXsRBgfqWFWP7BZBaoMJO/I3G5OFzvTuWNlZC3aPjins1F+TNrLKsGbH4rfsRQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/reusify": {
+ "version": "1.0.4",
+ "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
+ "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
+ "dev": true,
+ "engines": {
+ "iojs": ">=1.0.0",
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/rimraf": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
+ "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
+ "dev": true,
+ "dependencies": {
+ "glob": "^7.1.3"
+ },
+ "bin": {
+ "rimraf": "bin.js"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/run-parallel": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
+ "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ],
+ "dependencies": {
+ "queue-microtask": "^1.2.2"
+ }
+ },
+ "node_modules/safe-buffer": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
+ "dev": true
+ },
+ "node_modules/safer-buffer": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
+ "dev": true
+ },
+ "node_modules/saxes": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz",
+ "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==",
+ "dev": true,
+ "dependencies": {
+ "xmlchars": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/semver": {
+ "version": "6.3.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz",
+ "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
+ "dev": true,
+ "bin": {
+ "semver": "bin/semver.js"
+ }
+ },
+ "node_modules/serve": {
+ "version": "13.0.4",
+ "resolved": "https://registry.npmjs.org/serve/-/serve-13.0.4.tgz",
+ "integrity": "sha512-Lj8rhXmphJCRQVv5qwu0NQZ2h+0MrRyRJxDZu5y3qLH2i/XY6a0FPj/VmjMUdkJb672MBfE8hJ274PU6JzBd0Q==",
+ "dev": true,
+ "dependencies": {
+ "@zeit/schemas": "2.6.0",
+ "ajv": "6.12.6",
+ "arg": "2.0.0",
+ "boxen": "5.1.2",
+ "chalk": "2.4.1",
+ "clipboardy": "2.3.0",
+ "compression": "1.7.3",
+ "serve-handler": "6.1.3",
+ "update-check": "1.5.2"
+ },
+ "bin": {
+ "serve": "bin/serve.js"
+ }
+ },
+ "node_modules/serve-handler": {
+ "version": "6.1.3",
+ "resolved": "https://registry.npmjs.org/serve-handler/-/serve-handler-6.1.3.tgz",
+ "integrity": "sha512-FosMqFBNrLyeiIDvP1zgO6YoTzFYHxLDEIavhlmQ+knB2Z7l1t+kGLHkZIDN7UVWqQAmKI3D20A6F6jo3nDd4w==",
+ "dev": true,
+ "dependencies": {
+ "bytes": "3.0.0",
+ "content-disposition": "0.5.2",
+ "fast-url-parser": "1.1.3",
+ "mime-types": "2.1.18",
+ "minimatch": "3.0.4",
+ "path-is-inside": "1.0.2",
+ "path-to-regexp": "2.2.1",
+ "range-parser": "1.2.0"
+ }
+ },
+ "node_modules/serve-handler/node_modules/mime-db": {
+ "version": "1.33.0",
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.33.0.tgz",
+ "integrity": "sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/serve-handler/node_modules/mime-types": {
+ "version": "2.1.18",
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.18.tgz",
+ "integrity": "sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ==",
+ "dev": true,
+ "dependencies": {
+ "mime-db": "~1.33.0"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/serve-handler/node_modules/minimatch": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
+ "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
+ "dev": true,
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/serve/node_modules/chalk": {
+ "version": "2.4.1",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.1.tgz",
+ "integrity": "sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^3.2.1",
+ "escape-string-regexp": "^1.0.5",
+ "supports-color": "^5.3.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/shebang-command": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
+ "dev": true,
+ "dependencies": {
+ "shebang-regex": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/shebang-regex": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/signal-exit": {
+ "version": "3.0.7",
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
+ "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
+ "dev": true
+ },
+ "node_modules/sisteransi": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
+ "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==",
+ "dev": true
+ },
+ "node_modules/slash": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
+ "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/source-map-support": {
+ "version": "0.5.21",
+ "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
+ "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
+ "dev": true,
+ "dependencies": {
+ "buffer-from": "^1.0.0",
+ "source-map": "^0.6.0"
+ }
+ },
+ "node_modules/sprintf-js": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
+ "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==",
+ "dev": true
+ },
+ "node_modules/stack-utils": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz",
+ "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==",
+ "dev": true,
+ "dependencies": {
+ "escape-string-regexp": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/stack-utils/node_modules/escape-string-regexp": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
+ "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/string-length": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
+ "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
+ "dev": true,
+ "dependencies": {
+ "char-regex": "^1.0.2",
+ "strip-ansi": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/string-width": {
+ "version": "4.2.3",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
+ "dev": true,
+ "dependencies": {
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/strip-ansi": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+ "dev": true,
+ "dependencies": {
+ "ansi-regex": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/strip-bom": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",
+ "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/strip-eof": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",
+ "integrity": "sha512-7FCwGGmx8mD5xQd3RPUvnSpUXHM3BWuzjtpD4TXsfcZ9EL4azvVVUscFYwD9nx8Kh+uCBC00XBtAykoMHwTh8Q==",
+ "dev": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/strip-final-newline": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
+ "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/strip-json-comments": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
+ "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/strip-outer": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/strip-outer/-/strip-outer-1.0.1.tgz",
+ "integrity": "sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==",
+ "dev": true,
+ "dependencies": {
+ "escape-string-regexp": "^1.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/supports-color": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
+ "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/supports-hyperlinks": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.3.0.tgz",
+ "integrity": "sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0",
+ "supports-color": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/supports-hyperlinks/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "dev": true,
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/supports-hyperlinks/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dev": true,
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/supports-preserve-symlinks-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
+ "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/symbol-tree": {
+ "version": "3.2.4",
+ "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
+ "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
+ "dev": true
+ },
+ "node_modules/terminal-link": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz",
+ "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==",
+ "dev": true,
+ "dependencies": {
+ "ansi-escapes": "^4.2.1",
+ "supports-hyperlinks": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/test-exclude": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
+ "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",
+ "dev": true,
+ "dependencies": {
+ "@istanbuljs/schema": "^0.1.2",
+ "glob": "^7.1.4",
+ "minimatch": "^3.0.4"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/text-table": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
+ "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==",
+ "dev": true
+ },
+ "node_modules/throat": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.2.tgz",
+ "integrity": "sha512-WKexMoJj3vEuK0yFEapj8y64V0A6xcuPuK9Gt1d0R+dzCSJc0lHqQytAbSB4cDAK0dWh4T0E2ETkoLE2WZ41OQ==",
+ "dev": true
+ },
+ "node_modules/tmpl": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
+ "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==",
+ "dev": true
+ },
+ "node_modules/to-fast-properties": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
+ "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==",
+ "dev": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/to-regex-range": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
+ "dev": true,
+ "dependencies": {
+ "is-number": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=8.0"
+ }
+ },
+ "node_modules/tough-cookie": {
+ "version": "4.1.3",
+ "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.1.3.tgz",
+ "integrity": "sha512-aX/y5pVRkfRnfmuX+OdbSdXvPe6ieKX/G2s7e98f4poJHnqH3281gDPm/metm6E/WRamfx7WC4HUqkWHfQHprw==",
+ "dev": true,
+ "dependencies": {
+ "psl": "^1.1.33",
+ "punycode": "^2.1.1",
+ "universalify": "^0.2.0",
+ "url-parse": "^1.5.3"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/tough-cookie/node_modules/punycode": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz",
+ "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/tough-cookie/node_modules/universalify": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.2.0.tgz",
+ "integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==",
+ "dev": true,
+ "engines": {
+ "node": ">= 4.0.0"
+ }
+ },
+ "node_modules/tr46": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz",
+ "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==",
+ "dev": true,
+ "dependencies": {
+ "punycode": "^2.1.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/tr46/node_modules/punycode": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz",
+ "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/trim-repeated": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz",
+ "integrity": "sha512-pkonvlKk8/ZuR0D5tLW8ljt5I8kmxp2XKymhepUeOdCEfKpZaktSArkLHZt76OB1ZvO9bssUsDty4SWhLvZpLg==",
+ "dev": true,
+ "dependencies": {
+ "escape-string-regexp": "^1.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/type-check": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
+ "dev": true,
+ "dependencies": {
+ "prelude-ls": "^1.2.1"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/type-detect": {
+ "version": "4.0.8",
+ "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
+ "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==",
+ "dev": true,
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/type-fest": {
+ "version": "0.21.3",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
+ "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/typedarray-to-buffer": {
+ "version": "3.1.5",
+ "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz",
+ "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==",
+ "dev": true,
+ "dependencies": {
+ "is-typedarray": "^1.0.0"
+ }
+ },
+ "node_modules/universalify": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
+ "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
+ "dev": true,
+ "engines": {
+ "node": ">= 4.0.0"
+ }
+ },
+ "node_modules/update-browserslist-db": {
+ "version": "1.0.11",
+ "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.11.tgz",
+ "integrity": "sha512-dCwEFf0/oT85M1fHBg4F0jtLwJrutGoHSQXCh7u4o2t1drG+c0a9Flnqww6XUKSfQMPpJBRjU8d4RXB09qtvaA==",
+ "dev": true,
+ "funding": [
+ {
+ "type": "opencollective",
+ "url": "https://opencollective.com/browserslist"
+ },
+ {
+ "type": "tidelift",
+ "url": "https://tidelift.com/funding/github/npm/browserslist"
+ },
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/ai"
+ }
+ ],
+ "dependencies": {
+ "escalade": "^3.1.1",
+ "picocolors": "^1.0.0"
+ },
+ "bin": {
+ "update-browserslist-db": "cli.js"
+ },
+ "peerDependencies": {
+ "browserslist": ">= 4.21.0"
+ }
+ },
+ "node_modules/update-check": {
+ "version": "1.5.2",
+ "resolved": "https://registry.npmjs.org/update-check/-/update-check-1.5.2.tgz",
+ "integrity": "sha512-1TrmYLuLj/5ZovwUS7fFd1jMH3NnFDN1y1A8dboedIDt7zs/zJMo6TwwlhYKkSeEwzleeiSBV5/3c9ufAQWDaQ==",
+ "dev": true,
+ "dependencies": {
+ "registry-auth-token": "3.3.2",
+ "registry-url": "3.1.0"
+ }
+ },
+ "node_modules/uri-js": {
+ "version": "4.4.1",
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
+ "dev": true,
+ "dependencies": {
+ "punycode": "^2.1.0"
+ }
+ },
+ "node_modules/uri-js/node_modules/punycode": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.0.tgz",
+ "integrity": "sha512-rRV+zQD8tVFys26lAGR9WUuS4iUAngJScM+ZRSKtvl5tKeZ2t5bvdNFdNHBW9FWR4guGHlgmsZ1G7BSm2wTbuA==",
+ "dev": true,
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/url-parse": {
+ "version": "1.5.10",
+ "resolved": "https://registry.npmjs.org/url-parse/-/url-parse-1.5.10.tgz",
+ "integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==",
+ "dev": true,
+ "dependencies": {
+ "querystringify": "^2.1.1",
+ "requires-port": "^1.0.0"
+ }
+ },
+ "node_modules/v8-to-istanbul": {
+ "version": "8.1.1",
+ "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz",
+ "integrity": "sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==",
+ "dev": true,
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.1",
+ "convert-source-map": "^1.6.0",
+ "source-map": "^0.7.3"
+ },
+ "engines": {
+ "node": ">=10.12.0"
+ }
+ },
+ "node_modules/v8-to-istanbul/node_modules/source-map": {
+ "version": "0.7.4",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz",
+ "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==",
+ "dev": true,
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/vary": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
+ "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==",
+ "dev": true,
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/w3c-hr-time": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz",
+ "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==",
+ "deprecated": "Use your platform's native performance.now() and performance.timeOrigin.",
+ "dev": true,
+ "dependencies": {
+ "browser-process-hrtime": "^1.0.0"
+ }
+ },
+ "node_modules/w3c-xmlserializer": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz",
+ "integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==",
+ "dev": true,
+ "dependencies": {
+ "xml-name-validator": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/walker": {
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz",
+ "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==",
+ "dev": true,
+ "dependencies": {
+ "makeerror": "1.0.12"
+ }
+ },
+ "node_modules/webidl-conversions": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz",
+ "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==",
+ "dev": true,
+ "engines": {
+ "node": ">=10.4"
+ }
+ },
+ "node_modules/whatwg-encoding": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz",
+ "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==",
+ "dev": true,
+ "dependencies": {
+ "iconv-lite": "0.4.24"
+ }
+ },
+ "node_modules/whatwg-mimetype": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz",
+ "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g==",
+ "dev": true
+ },
+ "node_modules/whatwg-url": {
+ "version": "8.7.0",
+ "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz",
+ "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==",
+ "dev": true,
+ "dependencies": {
+ "lodash": "^4.7.0",
+ "tr46": "^2.1.0",
+ "webidl-conversions": "^6.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/which": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
+ "dev": true,
+ "dependencies": {
+ "isexe": "^2.0.0"
+ },
+ "bin": {
+ "node-which": "bin/node-which"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/widest-line": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz",
+ "integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==",
+ "dev": true,
+ "dependencies": {
+ "string-width": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/wrap-ansi": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
+ "dev": true,
+ "dependencies": {
+ "ansi-styles": "^4.0.0",
+ "string-width": "^4.1.0",
+ "strip-ansi": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
+ }
+ },
+ "node_modules/wrap-ansi/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dev": true,
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/wrap-ansi/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dev": true,
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/wrap-ansi/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
+ "dev": true
+ },
+ "node_modules/wrappy": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
+ "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
+ "dev": true
+ },
+ "node_modules/write-file-atomic": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
+ "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==",
+ "dev": true,
+ "dependencies": {
+ "imurmurhash": "^0.1.4",
+ "is-typedarray": "^1.0.0",
+ "signal-exit": "^3.0.2",
+ "typedarray-to-buffer": "^3.1.5"
+ }
+ },
+ "node_modules/ws": {
+ "version": "7.5.9",
+ "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.9.tgz",
+ "integrity": "sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==",
+ "dev": true,
+ "engines": {
+ "node": ">=8.3.0"
+ },
+ "peerDependencies": {
+ "bufferutil": "^4.0.1",
+ "utf-8-validate": "^5.0.2"
+ },
+ "peerDependenciesMeta": {
+ "bufferutil": {
+ "optional": true
+ },
+ "utf-8-validate": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/xml": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/xml/-/xml-1.0.1.tgz",
+ "integrity": "sha512-huCv9IH9Tcf95zuYCsQraZtWnJvBtLVE0QHMOs8bWyZAFZNDcYjsPq1nEx8jKA9y+Beo9v+7OBPRisQTjinQMw==",
+ "dev": true
+ },
+ "node_modules/xml-name-validator": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz",
+ "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw==",
+ "dev": true
+ },
+ "node_modules/xmlchars": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
+ "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
+ "dev": true
+ },
+ "node_modules/y18n": {
+ "version": "5.0.8",
+ "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
+ "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/yallist": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",
+ "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==",
+ "dev": true
+ },
+ "node_modules/yargs": {
+ "version": "16.2.0",
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
+ "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
+ "dev": true,
+ "dependencies": {
+ "cliui": "^7.0.2",
+ "escalade": "^3.1.1",
+ "get-caller-file": "^2.0.5",
+ "require-directory": "^2.1.1",
+ "string-width": "^4.2.0",
+ "y18n": "^5.0.5",
+ "yargs-parser": "^20.2.2"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/yargs-parser": {
+ "version": "20.2.9",
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
+ "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/yocto-queue": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz",
+ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==",
+ "dev": true,
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ }
+ }
+}
diff --git a/src/color.js b/src/color.js
new file mode 100644
index 00000000..b4a08da0
--- /dev/null
+++ b/src/color.js
@@ -0,0 +1,25 @@
+const changeColor = {
+
+ backColor: function(select) {
+ const mainColor=document.querySelector(".principal")
+ if (select=== "Baelish"||select=== "Baratheon"|| select=== "Clegane"){
+ mainColor.style.backgroundColor="#FF0000";
+ }
+ else if (select === "Lannister"||select === "Bolton"|| select === "Targaryen"){
+ mainColor.style.backgroundColor= "#cf010b";
+ }
+ else if (select === "Stark"||select === "Greyjoy"|| select === "Seaworth"){
+ mainColor.style.backgroundColor= "#828282";
+ }
+ else if (select === "Tarly"||select === "Tyrell"|| select=== "Mormont"){
+ mainColor.style.backgroundColor= "#008F39";
+ }
+ else if (select === "Tarth"){
+ mainColor.style.backgroundColor="#3B83BD";
+ } else if (select === "Martell"){
+ mainColor.style.backgroundColor= "#FF8000";
+ }
+ }
+}
+
+export default changeColor
\ No newline at end of file
diff --git a/src/data.js b/src/data.js
index 6291453d..9e0f670d 100644
--- a/src/data.js
+++ b/src/data.js
@@ -1,9 +1,72 @@
-// estas funciones son de ejemplo
+import data2 from "./data/got/motto.js";
+
+
+export function filterData(data, palabra) { //funcion buscar
+ const filterlook= data.got.filter(index => index.fullName.toLowerCase().includes(palabra)) //retorna Esto se utiliza para filtrar el arreglo en base a una condición. Se creará un nuevo arreglo con los elementos que cumplan con la condición.
+ return filterlook
+
+}
+
+export function houseFilter(data, filter) {
+ const datafamily= data.got.filter(item => item.family.includes(filter));
+ return datafamily
+}
+
+export const mottoFilter= {
+
+ mottoFilterFunction: function (data = data2, g) {
+ const mottoResult = data.motto.filter(item=> item.family.includes(g));
+ return mottoResult
+ },
+}
+
+export function sortData(data, order) {
+ const orderData = data;//ca,bie era let por si acaso
+ //console.log(orderData)
+ const prueba = orderData.got.sort((a, b) => {
+ const fullNameA = a.fullName.toLowerCase();
+ const fullNameB = b.fullName.toLowerCase();
+ //console.log(fullNameA, fullNameB);
+ if (fullNameA < fullNameB) {
+ return -1;
+ }
+ if (fullNameA > fullNameB) {
+ return 1;
+ }
+
+ return 0;
+ });
+ if (order === 'Ascendente') {
+ // console.log(prueba);
+ return prueba
+ }
+ if (order === 'Descendente') {
+ //console.log([...prueba].reverse());
+ return [...prueba].reverse()
+ }
+ //console.log(orderData);
+}
+export function calcSurvivors (newArrFam){
+ const totalElements = newArrFam.length; //total de elementos del array
+ let death = 0; //contador de muertes
+
+ for (let i = 0; i < newArrFam.length; i++){
+ const item = newArrFam[i]
+ if (item.death !== undefined && item.death !== null) {
+ death++;
+ }
+ }
+ const survivors = totalElements - death;
+ return survivors
+}
+
+
+
+
+
+
+
+
+
-export const example = () => {
- return 'example';
-};
-export const anotherExample = () => {
- return 'OMG';
-};
diff --git a/src/data/athletes/README.md b/src/data/athletes/README.md
deleted file mode 100644
index 771c7f4e..00000000
--- a/src/data/athletes/README.md
+++ /dev/null
@@ -1,28 +0,0 @@
-# Juegos Olímpicos de Río de Janeiro
-
-Juegos Olímpicos de Río de Janeiro, fueron un evento multideportivo internacional,
-celebrado en la ciudad de Río de Janeiro, Brasil. La elección de Río marcó la
-primera vez que se realiza en un país sudamericano. Este evento tuvo gran
-acogida a nivel mundial, de todas estas personas hay un grupo que desea poder
-interactuar y ver la información de los atletas, los deportes olímpicos y los
-países que participaron.
-
-## Hallazgos
-
-Para entender mejor qué información que podrían necesitar nuestos usuarios,
-hicimos una rápida investigación (research) y estos son algunos de los
-hallazgos.
-
-- Información relevante sobre los atletas olímpicos, como nombre, altura, peso,
-país que representa y especialidad deportiva
-- En los juegos olímpicos son muchos los países participantes, para nuestros
-usuarios es importante saber cuáles son
-- Adicionalmente a esta información, para nuestros usuarios es importante poder
-ver la cantidad de atletas que participaron por país
-- En los juegos olímpicos hay deportes y estos tienen sus disciplinas, para
-nuestros usuarios es importante saber cuántos y cuáles son
-- En los juegos olímpicos siempre hay equipos o atletas que ganan diferentes
-disciplinas, para nuestros usuarios es importante saber quiénes son y cuantas
-son las medallas que ganaron
-- Adicionalmente a nuestros usuarios les gustaría saber la cantidad de mujeres
-atletas que participaron y ganaron medallas.
diff --git a/src/data/athletes/README.pt.md b/src/data/athletes/README.pt.md
deleted file mode 100644
index 4b27c451..00000000
--- a/src/data/athletes/README.pt.md
+++ /dev/null
@@ -1,27 +0,0 @@
-# Jogos Olímpicos do Rio de Janeiro
-
-Jogos Olímpicos do Rio de Janeiro, foi um evento multiesportivo internacional,
-realizado na cidade do Rio de Janeiro, Brasil. A escolha do Rio marcou a
-primeira vez em que o evento foi realizado em um país sul-americano. Este evento
-foi bem recebido em todo o mundo, e dentre todas essas pessoas há um grupo que
-quer ser capaz de interagir e ver informações sobre os atletas, esportes
-olímpicos e países que participaram do evento.
-
-## Achados
-
-Para entender melhor quais informações nossos usuários podem precisar,
-fizemos uma investigação rápida (research) e essas são algumas das conclusões.
-
-- Informações relevantes sobre atletas olímpicos, como nome, altura, peso,
-país que representa e especialidade esportiva
-- Nos Jogos Olímpicos há muitos países participantes, para nossos usuários é
-importante saber quais são
-- Além dessas informações, é importante que nossos usuários possam ver o
-número de atletas participantes por país
-- Nos jogos olímpicos existem esportes e esses têm suas disciplinas, para nossos
-usuários, é importante saber quantos e quais são
-- Nos jogos olímpicos sempre há equipes ou atletas que vencem diferentes
-disciplinas, para os nossos usuários é importante saber quem eles são e quantas
-medalhas eles ganharam
-- Além disso, nossos usuários gostariam de saber o número de mulheres
-atletas que participaram e ganharam medalhas.
diff --git a/src/data/athletes/athletes.js b/src/data/athletes/athletes.js
deleted file mode 100644
index 7c5d4b7b..00000000
--- a/src/data/athletes/athletes.js
+++ /dev/null
@@ -1,24284 +0,0 @@
-export default {
- "games": "Olympic Games",
- "year": 2016,
- "season": "summer",
- "city": "Rio de Janeiro",
- "athletes": [
- {
- "name": "Giovanni Abagnale",
- "gender": "M",
- "height": "198",
- "weight": "90",
- "sport": "Rowing",
- "team": "Italy",
- "noc": "ITA",
- "age": 21,
- "event": "Rowing Men's Coxless Pairs",
- "medal": "Bronze"
- },
- {
- "name": "Patimat Abakarova",
- "gender": "F",
- "height": "165",
- "weight": "49",
- "sport": "Taekwondo",
- "team": "Azerbaijan",
- "noc": "AZE",
- "age": 21,
- "event": "Taekwondo Women's Flyweight",
- "medal": "Bronze"
- },
- {
- "name": "Luc Abalo",
- "gender": "M",
- "height": "182",
- "weight": "86",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 31,
- "event": "Handball Men's Handball",
- "medal": "Silver"
- },
- {
- "name": "Saeid Morad Abdevali",
- "gender": "M",
- "height": "170",
- "weight": "80",
- "sport": "Wrestling",
- "team": "Iran",
- "noc": "IRI",
- "age": 26,
- "event": "Wrestling Men's Middleweight, Greco-Roman",
- "medal": "Bronze"
- },
- {
- "name": "Denis Mikhaylovich Ablyazin",
- "gender": "M",
- "height": "161",
- "weight": "62",
- "sport": "Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 24,
- "event": "Gymnastics Men's Team All-Around",
- "medal": "Silver"
- },
- {
- "name": "Denis Mikhaylovich Ablyazin",
- "gender": "M",
- "height": "161",
- "weight": "62",
- "sport": "Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 24,
- "event": "Gymnastics Men's Horse Vault",
- "medal": "Silver"
- },
- {
- "name": "Denis Mikhaylovich Ablyazin",
- "gender": "M",
- "height": "161",
- "weight": "62",
- "sport": "Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 24,
- "event": "Gymnastics Men's Rings",
- "medal": "Bronze"
- },
- {
- "name": "Matthew \"Matt\" Abood",
- "gender": "M",
- "height": "197",
- "weight": "92",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 30,
- "event": "Swimming Men's 4 x 100 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "Alejandro \"lex\" Abrines Redondo",
- "gender": "M",
- "height": "198",
- "weight": "93",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 23,
- "event": "Basketball Men's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Ahmad Abughaush",
- "gender": "M",
- "height": "178",
- "weight": "68",
- "sport": "Taekwondo",
- "team": "Jordan",
- "noc": "JOR",
- "age": 20,
- "event": "Taekwondo Men's Featherweight",
- "medal": "Gold"
- },
- {
- "name": "Chantal Achterberg",
- "gender": "F",
- "height": "172",
- "weight": "72",
- "sport": "Rowing",
- "team": "Netherlands",
- "noc": "NED",
- "age": 31,
- "event": "Rowing Women's Quadruple Sculls",
- "medal": "Silver"
- },
- {
- "name": "Nicola Virginia Adams",
- "gender": "F",
- "height": "164",
- "weight": "51",
- "sport": "Boxing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 33,
- "event": "Boxing Women's Flyweight",
- "medal": "Gold"
- },
- {
- "name": "Rachael Alexis Adams",
- "gender": "F",
- "height": "188",
- "weight": "81",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Volleyball Women's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Valerie Kasanita Adams-Vili (-Price)",
- "gender": "F",
- "height": "193",
- "weight": "120",
- "sport": "Athletics",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 31,
- "event": "Athletics Women's Shot Put",
- "medal": "Silver"
- },
- {
- "name": "Nathan Ghar-Jun Adrian",
- "gender": "M",
- "height": "198",
- "weight": "100",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Swimming Men's 50 metres Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Nathan Ghar-Jun Adrian",
- "gender": "M",
- "height": "198",
- "weight": "100",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Swimming Men's 100 metres Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Nathan Ghar-Jun Adrian",
- "gender": "M",
- "height": "198",
- "weight": "100",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Swimming Men's 4 x 100 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Nathan Ghar-Jun Adrian",
- "gender": "M",
- "height": "198",
- "weight": "100",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Swimming Men's 4 x 100 metres Medley Relay",
- "medal": "Gold"
- },
- {
- "name": "Cecil Sebastian Afrika",
- "gender": "M",
- "height": "175",
- "weight": "75",
- "sport": "Rugby Sevens",
- "team": "South Africa",
- "noc": "RSA",
- "age": 28,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Timothy Ernest Victor Kwizera \"Tim\" Agaba",
- "gender": "M",
- "height": "193",
- "weight": "104",
- "sport": "Rugby Sevens",
- "team": "South Africa",
- "noc": "RSA",
- "age": 27,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Clarisse Agbegnenou",
- "gender": "F",
- "height": "164",
- "weight": "66",
- "sport": "Judo",
- "team": "France",
- "noc": "FRA",
- "age": 23,
- "event": "Judo Women's Half-Middleweight",
- "medal": "Silver"
- },
- {
- "name": "Sandra Aguilar Navarro",
- "gender": "F",
- "height": "167",
- "weight": "50",
- "sport": "Rhythmic Gymnastics",
- "team": "Spain",
- "noc": "ESP",
- "age": 23,
- "event": "Rhythmic Gymnastics Women's Group",
- "medal": "Silver"
- },
- {
- "name": "Sri Wahyuni Agustiani",
- "gender": "F",
- "height": "147",
- "weight": "47",
- "sport": "Weightlifting",
- "team": "Indonesia",
- "noc": "INA",
- "age": 21,
- "event": "Weightlifting Women's Flyweight",
- "medal": "Silver"
- },
- {
- "name": "Christian Ahlmann",
- "gender": "M",
- "height": "189",
- "weight": "80",
- "sport": "Equestrianism",
- "team": "Germany",
- "noc": "GER",
- "age": 41,
- "event": "Equestrianism Mixed Jumping, Team",
- "medal": "Bronze"
- },
- {
- "name": "Tontowi Ahmad",
- "gender": "M",
- "height": "179",
- "weight": "72",
- "sport": "Badminton",
- "team": "Indonesia-1",
- "noc": "INA",
- "age": 29,
- "event": "Badminton Mixed Doubles",
- "medal": "Gold"
- },
- {
- "name": "Matteo Aicardi",
- "gender": "M",
- "height": "192",
- "weight": "102",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 30,
- "event": "Water Polo Men's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Rosaria Aiello",
- "gender": "F",
- "height": "172",
- "weight": "74",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 27,
- "event": "Water Polo Women's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Oluwafemi \"Junior\" Ajayi",
- "gender": "M",
- "height": "172",
- "weight": "79",
- "sport": "Football",
- "team": "Nigeria",
- "noc": "NGR",
- "age": 20,
- "event": "Football Men's Football",
- "medal": "Bronze"
- },
- {
- "name": "Mobolade Abimbola Ajomale",
- "gender": "M",
- "height": "180",
- "weight": "62",
- "sport": "Athletics",
- "team": "Canada",
- "noc": "CAN",
- "age": 20,
- "event": "Athletics Men's 4 x 100 metres Relay",
- "medal": "Bronze"
- },
- {
- "name": "Taha Akgl",
- "gender": "M",
- "height": "192",
- "weight": "125",
- "sport": "Wrestling",
- "team": "Turkey",
- "noc": "TUR",
- "age": 25,
- "event": "Wrestling Men's Super-Heavyweight, Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Murodzhon Kakharovich Akhmadaliyev",
- "gender": "M",
- "height": "165",
- "weight": "56",
- "sport": "Boxing",
- "team": "Uzbekistan",
- "noc": "UZB",
- "age": 21,
- "event": "Boxing Men's Bantamweight",
- "medal": "Bronze"
- },
- {
- "name": "Artur Kamilevich Akhmatkhuzin",
- "gender": "M",
- "height": "187",
- "weight": "79",
- "sport": "Fencing",
- "team": "Russia",
- "noc": "RUS",
- "age": 28,
- "event": "Fencing Men's Foil, Team",
- "medal": "Gold"
- },
- {
- "name": "Morolake Akinosun",
- "gender": "F",
- "height": "163",
- "weight": "61",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 22,
- "event": "Athletics Women's 4 x 100 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Foluke Antinuke Akinradewo",
- "gender": "F",
- "height": "191",
- "weight": "79",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 28,
- "event": "Volleyball Women's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Daniel Akpeyi",
- "gender": "M",
- "height": "187",
- "weight": "80",
- "sport": "Football",
- "team": "Nigeria",
- "noc": "NGR",
- "age": 30,
- "event": "Football Men's Football",
- "medal": "Bronze"
- },
- {
- "name": "Monica Aksamit",
- "gender": "F",
- "height": "183",
- "weight": "74",
- "sport": "Fencing",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Fencing Women's Sabre, Team",
- "medal": "Bronze"
- },
- {
- "name": "Fehaid Al-Deehani",
- "gender": "M",
- "height": "178",
- "weight": "95",
- "sport": "Shooting",
- "team": "Individual Olympic Athletes",
- "noc": "IOA",
- "age": 49,
- "event": "Shooting Men's Double Trap",
- "medal": "Gold"
- },
- {
- "name": "Abdullah Al-Rashidi",
- "gender": "M",
- "height": "183",
- "weight": "83",
- "sport": "Shooting",
- "team": "Individual Olympic Athletes",
- "noc": "IOA",
- "age": 52,
- "event": "Shooting Men's Skeet",
- "medal": "Bronze"
- },
- {
- "name": "Jo Qesem Ayela Aleh",
- "gender": "F",
- "height": "171",
- "weight": "58",
- "sport": "Sailing",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 30,
- "event": "Sailing Women's Two Person Dinghy",
- "medal": "Silver"
- },
- {
- "name": "Artur Aleksanyan",
- "gender": "M",
- "height": "190",
- "weight": "98",
- "sport": "Wrestling",
- "team": "Armenia",
- "noc": "ARM",
- "age": 24,
- "event": "Wrestling Men's Heavyweight, Greco-Roman",
- "medal": "Gold"
- },
- {
- "name": "Milan Aleksi",
- "gender": "M",
- "height": "193",
- "weight": "96",
- "sport": "Water Polo",
- "team": "Serbia",
- "noc": "SRB",
- "age": 30,
- "event": "Water Polo Men's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Abdoul Razak Issoufou Alfaga",
- "gender": "M",
- "height": "207",
- "weight": "90",
- "sport": "Taekwondo",
- "team": "Niger",
- "noc": "NIG",
- "age": 21,
- "event": "Taekwondo Men's Heavyweight",
- "medal": "Silver"
- },
- {
- "name": "Nia Sifaatihii Ali",
- "gender": "F",
- "height": "170",
- "weight": "65",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Athletics Women's 100 metres Hurdles",
- "medal": "Silver"
- },
- {
- "name": "Alison Conte Cerutti",
- "gender": "M",
- "height": "203",
- "weight": "106",
- "sport": "Beach Volleyball",
- "team": "Brazil-1",
- "noc": "BRA",
- "age": 30,
- "event": "Beach Volleyball Men's Beach Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Kimia Alizadeh Zenoorin",
- "gender": "F",
- "height": "185",
- "weight": "57",
- "sport": "Taekwondo",
- "team": "Iran",
- "noc": "IRI",
- "age": 18,
- "event": "Taekwondo Women's Featherweight",
- "medal": "Bronze"
- },
- {
- "name": "Nathon Allen",
- "gender": "M",
- "height": "178",
- "weight": "NA",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 20,
- "event": "Athletics Men's 4 x 400 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Ida Alstad",
- "gender": "F",
- "height": "172",
- "weight": "60",
- "sport": "Handball",
- "team": "Norway",
- "noc": "NOR",
- "age": 31,
- "event": "Handball Women's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Lzaro Jorge lvarez Estrada",
- "gender": "M",
- "height": "173",
- "weight": "60",
- "sport": "Boxing",
- "team": "Cuba",
- "noc": "CUB",
- "age": 25,
- "event": "Boxing Men's Lightweight",
- "medal": "Bronze"
- },
- {
- "name": "Yuri Alvear Orjuela",
- "gender": "F",
- "height": "176",
- "weight": "70",
- "sport": "Judo",
- "team": "Colombia",
- "noc": "COL",
- "age": 30,
- "event": "Judo Women's Middleweight",
- "medal": "Silver"
- },
- {
- "name": "Marwa Al-Amri",
- "gender": "F",
- "height": "160",
- "weight": "58",
- "sport": "Wrestling",
- "team": "Tunisia",
- "noc": "TUN",
- "age": 27,
- "event": "Wrestling Women's Lightweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Stanley Amuzie",
- "gender": "M",
- "height": "171",
- "weight": "85",
- "sport": "Football",
- "team": "Nigeria",
- "noc": "NGR",
- "age": 20,
- "event": "Football Men's Football",
- "medal": "Bronze"
- },
- {
- "name": "An Ba-Ul",
- "gender": "M",
- "height": "169",
- "weight": "66",
- "sport": "Judo",
- "team": "South Korea",
- "noc": "KOR",
- "age": 22,
- "event": "Judo Men's Half-Lightweight",
- "medal": "Silver"
- },
- {
- "name": "milie Andol",
- "gender": "F",
- "height": "170",
- "weight": "97",
- "sport": "Judo",
- "team": "France",
- "noc": "FRA",
- "age": 28,
- "event": "Judo Women's Heavyweight",
- "medal": "Gold"
- },
- {
- "name": "Anne Dsane Andersen",
- "gender": "F",
- "height": "183",
- "weight": "86",
- "sport": "Rowing",
- "team": "Denmark",
- "noc": "DEN",
- "age": 23,
- "event": "Rowing Women's Coxless Pairs",
- "medal": "Bronze"
- },
- {
- "name": "Matthew John \"Matt\" Anderson",
- "gender": "M",
- "height": "202",
- "weight": "100",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 29,
- "event": "Volleyball Men's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Jonna Andersson",
- "gender": "F",
- "height": "167",
- "weight": "61",
- "sport": "Football",
- "team": "Sweden",
- "noc": "SWE",
- "age": 23,
- "event": "Football Women's Football",
- "medal": "Silver"
- },
- {
- "name": "Roman Sergeyevich Anoshkin",
- "gender": "M",
- "height": "192",
- "weight": "95",
- "sport": "Canoeing",
- "team": "Russia",
- "noc": "RUS",
- "age": 28,
- "event": "Canoeing Men's Kayak Singles, 1,000 metres",
- "medal": "Bronze"
- },
- {
- "name": "Giselle Anne Ansley",
- "gender": "F",
- "height": "176",
- "weight": "73",
- "sport": "Hockey",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 24,
- "event": "Hockey Women's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Carmelo Kyan Anthony",
- "gender": "M",
- "height": "203",
- "weight": "109",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 32,
- "event": "Basketball Men's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Oleg Antonov",
- "gender": "M",
- "height": "198",
- "weight": "88",
- "sport": "Volleyball",
- "team": "Italy",
- "noc": "ITA",
- "age": 28,
- "event": "Volleyball Men's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Emilia Elisabeth Appelqvist",
- "gender": "F",
- "height": "168",
- "weight": "65",
- "sport": "Football",
- "team": "Sweden",
- "noc": "SWE",
- "age": 26,
- "event": "Football Women's Football",
- "medal": "Silver"
- },
- {
- "name": "Hirooki Arai",
- "gender": "M",
- "height": "180",
- "weight": "62",
- "sport": "Athletics",
- "team": "Japan",
- "noc": "JPN",
- "age": 28,
- "event": "Athletics Men's 50 kilometres Walk",
- "medal": "Bronze"
- },
- {
- "name": "Katie Louise Archibald",
- "gender": "F",
- "height": "178",
- "weight": "70",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 22,
- "event": "Cycling Women's Team Pursuit",
- "medal": "Gold"
- },
- {
- "name": "Joahnys Oscar Argilagos Prez",
- "gender": "M",
- "height": "152",
- "weight": "49",
- "sport": "Boxing",
- "team": "Cuba",
- "noc": "CUB",
- "age": 19,
- "event": "Boxing Men's Light-Flyweight",
- "medal": "Bronze"
- },
- {
- "name": "William Peixoto Arjona",
- "gender": "M",
- "height": "186",
- "weight": "78",
- "sport": "Volleyball",
- "team": "Brazil",
- "noc": "BRA",
- "age": 37,
- "event": "Volleyball Men's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Kristin Ann Armstrong (-Savola)",
- "gender": "F",
- "height": "173",
- "weight": "58",
- "sport": "Cycling",
- "team": "United States",
- "noc": "USA",
- "age": 42,
- "event": "Cycling Women's Individual Time Trial",
- "medal": "Gold"
- },
- {
- "name": "Emilie Hegh Arntzen",
- "gender": "F",
- "height": "183",
- "weight": "78",
- "sport": "Handball",
- "team": "Norway",
- "noc": "NOR",
- "age": 22,
- "event": "Handball Women's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Migran Arutyunyan",
- "gender": "M",
- "height": "166",
- "weight": "67",
- "sport": "Wrestling",
- "team": "Armenia",
- "noc": "ARM",
- "age": 27,
- "event": "Wrestling Men's Welterweight, Greco-Roman",
- "medal": "Silver"
- },
- {
- "name": "Geraldina Rachel \"Dina\" Asher-Smith",
- "gender": "F",
- "height": "164",
- "weight": "55",
- "sport": "Athletics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 20,
- "event": "Athletics Women's 4 x 100 metres Relay",
- "medal": "Bronze"
- },
- {
- "name": "Nickel Ashmeade",
- "gender": "M",
- "height": "183",
- "weight": "77",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 26,
- "event": "Athletics Men's 4 x 100 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Jessica Ashwood",
- "gender": "F",
- "height": "173",
- "weight": "64",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 23,
- "event": "Swimming Women's 4 x 200 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Kosovare \"Kosse\" Asllani",
- "gender": "F",
- "height": "166",
- "weight": "56",
- "sport": "Football",
- "team": "Sweden",
- "noc": "SWE",
- "age": 27,
- "event": "Football Women's Football",
- "medal": "Silver"
- },
- {
- "name": "Sandra Auffarth",
- "gender": "F",
- "height": "170",
- "weight": "57",
- "sport": "Equestrianism",
- "team": "Germany",
- "noc": "GER",
- "age": 29,
- "event": "Equestrianism Mixed Three-Day Event, Team",
- "medal": "Silver"
- },
- {
- "name": "Seimone Delicia Augustus",
- "gender": "F",
- "height": "183",
- "weight": "74",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 32,
- "event": "Basketball Women's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Mohd Azizulhasni Awang",
- "gender": "M",
- "height": "166",
- "weight": "69",
- "sport": "Cycling",
- "team": "Malaysia",
- "noc": "MAS",
- "age": 28,
- "event": "Cycling Men's Keirin",
- "medal": "Bronze"
- },
- {
- "name": "Viktor Axelsen",
- "gender": "M",
- "height": "194",
- "weight": "88",
- "sport": "Badminton",
- "team": "Denmark",
- "noc": "DEN",
- "age": 22,
- "event": "Badminton Men's Singles",
- "medal": "Bronze"
- },
- {
- "name": "Almaz Ayana Eba",
- "gender": "F",
- "height": "166",
- "weight": "47",
- "sport": "Athletics",
- "team": "Ethiopia",
- "noc": "ETH",
- "age": 24,
- "event": "Athletics Women's 5,000 metres",
- "medal": "Bronze"
- },
- {
- "name": "Almaz Ayana Eba",
- "gender": "F",
- "height": "166",
- "weight": "47",
- "sport": "Athletics",
- "team": "Ethiopia",
- "noc": "ETH",
- "age": 24,
- "event": "Athletics Women's 10,000 metres",
- "medal": "Gold"
- },
- {
- "name": "Camille Anas Ayglon-Saurina",
- "gender": "F",
- "height": "180",
- "weight": "66",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 31,
- "event": "Handball Women's Handball",
- "medal": "Silver"
- },
- {
- "name": "Jrmie Azou",
- "gender": "M",
- "height": "178",
- "weight": "71",
- "sport": "Rowing",
- "team": "France",
- "noc": "FRA",
- "age": 27,
- "event": "Rowing Men's Lightweight Double Sculls",
- "medal": "Gold"
- },
- {
- "name": "Okechukwu Godson Azubuike",
- "gender": "M",
- "height": "170",
- "weight": "68",
- "sport": "Football",
- "team": "Nigeria",
- "noc": "NGR",
- "age": 19,
- "event": "Football Men's Football",
- "medal": "Bronze"
- },
- {
- "name": "Diana Bacosi",
- "gender": "F",
- "height": "175",
- "weight": "85",
- "sport": "Shooting",
- "team": "Italy",
- "noc": "ITA",
- "age": 33,
- "event": "Shooting Women's Skeet",
- "medal": "Gold"
- },
- {
- "name": "Timea Bacsinszky",
- "gender": "F",
- "height": "170",
- "weight": "62",
- "sport": "Tennis",
- "team": "Switzerland",
- "noc": "SUI",
- "age": 27,
- "event": "Tennis Women's Doubles",
- "medal": "Silver"
- },
- {
- "name": "Kemar Bailey-Cole",
- "gender": "M",
- "height": "193",
- "weight": "84",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 24,
- "event": "Athletics Men's 4 x 100 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Kathleen Baker",
- "gender": "F",
- "height": "173",
- "weight": "68",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Swimming Women's 100 metres Backstroke",
- "medal": "Silver"
- },
- {
- "name": "Kathleen Baker",
- "gender": "F",
- "height": "173",
- "weight": "68",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Swimming Women's 4 x 100 metres Medley Relay",
- "medal": "Gold"
- },
- {
- "name": "Mashu Baker",
- "gender": "M",
- "height": "178",
- "weight": "90",
- "sport": "Judo",
- "team": "Japan",
- "noc": "JPN",
- "age": 21,
- "event": "Judo Men's Middleweight",
- "medal": "Gold"
- },
- {
- "name": "Shakira Baker",
- "gender": "F",
- "height": "172",
- "weight": "89",
- "sport": "Rugby Sevens",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 24,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Dmitry Igorevich Balandin",
- "gender": "M",
- "height": "195",
- "weight": "85",
- "sport": "Swimming",
- "team": "Kazakhstan",
- "noc": "KAZ",
- "age": 21,
- "event": "Swimming Men's 200 metres Breaststroke",
- "medal": "Gold"
- },
- {
- "name": "Kayla Banwarth",
- "gender": "F",
- "height": "178",
- "weight": "70",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Volleyball Women's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Carina Br",
- "gender": "F",
- "height": "185",
- "weight": "75",
- "sport": "Rowing",
- "team": "Germany",
- "noc": "GER",
- "age": 26,
- "event": "Rowing Women's Quadruple Sculls",
- "medal": "Gold"
- },
- {
- "name": "Brbara Seixas de Freitas",
- "gender": "F",
- "height": "178",
- "weight": "67",
- "sport": "Beach Volleyball",
- "team": "Brazil-1",
- "noc": "BRA",
- "age": 29,
- "event": "Beach Volleyball Women's Beach Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Elinor Jane Barker",
- "gender": "F",
- "height": "168",
- "weight": "56",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 21,
- "event": "Cycling Women's Team Pursuit",
- "medal": "Gold"
- },
- {
- "name": "Harrison Bryce Jordan Barnes",
- "gender": "M",
- "height": "203",
- "weight": "102",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 24,
- "event": "Basketball Men's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Thomas Gabriel Jrmie Baroukh",
- "gender": "M",
- "height": "183",
- "weight": "70",
- "sport": "Rowing",
- "team": "France",
- "noc": "FRA",
- "age": 28,
- "event": "Rowing Men's Lightweight Coxless Fours",
- "medal": "Bronze"
- },
- {
- "name": "Bronte Amelia Arnold Barratt",
- "gender": "F",
- "height": "171",
- "weight": "59",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 27,
- "event": "Swimming Women's 4 x 200 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Jennifer Mae \"Jenny\" Barringer-Simpson",
- "gender": "F",
- "height": "166",
- "weight": "53",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 29,
- "event": "Athletics Women's 1,500 metres",
- "medal": "Bronze"
- },
- {
- "name": "Mutaz Essa Barshim",
- "gender": "M",
- "height": "190",
- "weight": "65",
- "sport": "Athletics",
- "team": "Qatar",
- "noc": "QAT",
- "age": 25,
- "event": "Athletics Men's High Jump",
- "medal": "Silver"
- },
- {
- "name": "Jacob Jepsen Barse",
- "gender": "M",
- "height": "188",
- "weight": "73",
- "sport": "Rowing",
- "team": "Denmark",
- "noc": "DEN",
- "age": 27,
- "event": "Rowing Men's Lightweight Coxless Fours",
- "medal": "Silver"
- },
- {
- "name": "Saskia Bartusiak",
- "gender": "F",
- "height": "170",
- "weight": "60",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 33,
- "event": "Football Women's Football",
- "medal": "Gold"
- },
- {
- "name": "Dimitri David Bascou",
- "gender": "M",
- "height": "181",
- "weight": "80",
- "sport": "Athletics",
- "team": "France",
- "noc": "FRA",
- "age": 29,
- "event": "Athletics Men's 110 metres Hurdles",
- "medal": "Bronze"
- },
- {
- "name": "Fabio Basile",
- "gender": "M",
- "height": "160",
- "weight": "66",
- "sport": "Judo",
- "team": "Italy",
- "noc": "ITA",
- "age": 21,
- "event": "Judo Men's Half-Lightweight",
- "medal": "Gold"
- },
- {
- "name": "Vitalina Igorevna Batsarashkina",
- "gender": "F",
- "height": "162",
- "weight": "60",
- "sport": "Shooting",
- "team": "Russia",
- "noc": "RUS",
- "age": 19,
- "event": "Shooting Women's Air Pistol, 10 metres",
- "medal": "Silver"
- },
- {
- "name": "Mathieu Albert Daniel Bauderlique",
- "gender": "M",
- "height": "185",
- "weight": "81",
- "sport": "Boxing",
- "team": "France",
- "noc": "FRA",
- "age": 27,
- "event": "Boxing Men's Light-Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Robert Bauer",
- "gender": "M",
- "height": "183",
- "weight": "76",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 21,
- "event": "Football Men's Football",
- "medal": "Silver"
- },
- {
- "name": "Grgory Benot Baug",
- "gender": "M",
- "height": "181",
- "weight": "100",
- "sport": "Cycling",
- "team": "France",
- "noc": "FRA",
- "age": 31,
- "event": "Cycling Men's Team Sprint",
- "medal": "Bronze"
- },
- {
- "name": "Maxime Eugne Ren Beaumont",
- "gender": "M",
- "height": "191",
- "weight": "94",
- "sport": "Canoeing",
- "team": "France",
- "noc": "FRA",
- "age": 34,
- "event": "Canoeing Men's Kayak Singles, 200 metres",
- "medal": "Silver"
- },
- {
- "name": "Nicole Elise Beck",
- "gender": "F",
- "height": "168",
- "weight": "66",
- "sport": "Rugby Sevens",
- "team": "Australia",
- "noc": "AUS",
- "age": 28,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Janine Elizabeth Beckie",
- "gender": "F",
- "height": "173",
- "weight": "63",
- "sport": "Football",
- "team": "Canada",
- "noc": "CAN",
- "age": 21,
- "event": "Football Women's Football",
- "medal": "Bronze"
- },
- {
- "name": "gatha Bednarczuk Rippel",
- "gender": "F",
- "height": "182",
- "weight": "70",
- "sport": "Beach Volleyball",
- "team": "Brazil-1",
- "noc": "BRA",
- "age": 33,
- "event": "Beach Volleyball Women's Beach Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Ludger Beerbaum",
- "gender": "M",
- "height": "190",
- "weight": "85",
- "sport": "Equestrianism",
- "team": "Germany",
- "noc": "GER",
- "age": 52,
- "event": "Equestrianism Mixed Jumping, Team",
- "medal": "Bronze"
- },
- {
- "name": "Genevieve \"Gen\" Behrent",
- "gender": "F",
- "height": "183",
- "weight": "73",
- "sport": "Rowing",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 25,
- "event": "Rowing Women's Coxless Pairs",
- "medal": "Silver"
- },
- {
- "name": "Melanie Behringer",
- "gender": "F",
- "height": "172",
- "weight": "71",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 30,
- "event": "Football Women's Football",
- "medal": "Gold"
- },
- {
- "name": "Milad Beigi Hareqani",
- "gender": "M",
- "height": "197",
- "weight": "80",
- "sport": "Taekwondo",
- "team": "Azerbaijan",
- "noc": "AZE",
- "age": 25,
- "event": "Taekwondo Men's Welterweight",
- "medal": "Bronze"
- },
- {
- "name": "Ruth Beita Vila",
- "gender": "F",
- "height": "191",
- "weight": "72",
- "sport": "Athletics",
- "team": "Spain",
- "noc": "ESP",
- "age": 37,
- "event": "Athletics Women's High Jump",
- "medal": "Gold"
- },
- {
- "name": "Jose Blanger",
- "gender": "F",
- "height": "163",
- "weight": "63",
- "sport": "Football",
- "team": "Canada",
- "noc": "CAN",
- "age": 30,
- "event": "Football Women's Football",
- "medal": "Bronze"
- },
- {
- "name": "Mathew Belcher",
- "gender": "M",
- "height": "173",
- "weight": "62",
- "sport": "Sailing",
- "team": "Australia",
- "noc": "AUS",
- "age": 33,
- "event": "Sailing Men's Two Person Dinghy",
- "medal": "Silver"
- },
- {
- "name": "Zhan Vensanovych Beleniuk",
- "gender": "M",
- "height": "178",
- "weight": "85",
- "sport": "Wrestling",
- "team": "Ukraine",
- "noc": "UKR",
- "age": 25,
- "event": "Wrestling Men's Light-Heavyweight, Greco-Roman",
- "medal": "Silver"
- },
- {
- "name": "Mireia Belmonte Garca",
- "gender": "F",
- "height": "170",
- "weight": "59",
- "sport": "Swimming",
- "team": "Spain",
- "noc": "ESP",
- "age": 25,
- "event": "Swimming Women's 200 metres Butterfly",
- "medal": "Gold"
- },
- {
- "name": "Mireia Belmonte Garca",
- "gender": "F",
- "height": "170",
- "weight": "59",
- "sport": "Swimming",
- "team": "Spain",
- "noc": "ESP",
- "age": 25,
- "event": "Swimming Women's 400 metres Individual Medley",
- "medal": "Bronze"
- },
- {
- "name": "Alexander Belonogoff",
- "gender": "M",
- "height": "187",
- "weight": "90",
- "sport": "Rowing",
- "team": "Australia",
- "noc": "AUS",
- "age": 26,
- "event": "Rowing Men's Quadruple Sculls",
- "medal": "Silver"
- },
- {
- "name": "Olga Konstantinovna Belova-Gorbunova",
- "gender": "F",
- "height": "169",
- "weight": "60",
- "sport": "Water Polo",
- "team": "Russia",
- "noc": "RUS",
- "age": 22,
- "event": "Water Polo Women's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Anastasiya Yevgenyevna Belyakova",
- "gender": "F",
- "height": "173",
- "weight": "60",
- "sport": "Boxing",
- "team": "Russia",
- "noc": "RUS",
- "age": 23,
- "event": "Boxing Women's Lightweight",
- "medal": "Bronze"
- },
- {
- "name": "David Sagitovich Belyavsky",
- "gender": "M",
- "height": "165",
- "weight": "55",
- "sport": "Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 24,
- "event": "Gymnastics Men's Team All-Around",
- "medal": "Silver"
- },
- {
- "name": "David Sagitovich Belyavsky",
- "gender": "M",
- "height": "165",
- "weight": "55",
- "sport": "Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 24,
- "event": "Gymnastics Men's Parallel Bars",
- "medal": "Bronze"
- },
- {
- "name": "Lars Bender",
- "gender": "M",
- "height": "184",
- "weight": "80",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 27,
- "event": "Football Men's Football",
- "medal": "Silver"
- },
- {
- "name": "Sven Bender",
- "gender": "M",
- "height": "185",
- "weight": "80",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 27,
- "event": "Football Men's Football",
- "medal": "Silver"
- },
- {
- "name": "Meaghan Benfeito",
- "gender": "F",
- "height": "155",
- "weight": "48",
- "sport": "Diving",
- "team": "Canada",
- "noc": "CAN",
- "age": 27,
- "event": "Diving Women's Platform",
- "medal": "Bronze"
- },
- {
- "name": "Meaghan Benfeito",
- "gender": "F",
- "height": "155",
- "weight": "48",
- "sport": "Diving",
- "team": "Canada",
- "noc": "CAN",
- "age": 27,
- "event": "Diving Women's Synchronized Platform",
- "medal": "Bronze"
- },
- {
- "name": "Brittany \"Britt\" Benn",
- "gender": "F",
- "height": "165",
- "weight": "68",
- "sport": "Rugby Sevens",
- "team": "Canada",
- "noc": "CAN",
- "age": 27,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Karen Bennett",
- "gender": "F",
- "height": "179",
- "weight": "75",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 27,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Silver"
- },
- {
- "name": "Mark Stewart Bennett",
- "gender": "M",
- "height": "183",
- "weight": "89",
- "sport": "Rugby Sevens",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 23,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Paul Bennett",
- "gender": "M",
- "height": "207",
- "weight": "100",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 27,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Gold"
- },
- {
- "name": "Joseph \"Gunnar\" Bentz",
- "gender": "M",
- "height": "196",
- "weight": "84",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 20,
- "event": "Swimming Men's 4 x 200 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Matej Beu",
- "gender": "M",
- "height": "196",
- "weight": "83",
- "sport": "Canoeing",
- "team": "Slovakia",
- "noc": "SVK",
- "age": 28,
- "event": "Canoeing Men's Canadian Singles, Slalom",
- "medal": "Silver"
- },
- {
- "name": "Mdlina Bere",
- "gender": "F",
- "height": "186",
- "weight": "75",
- "sport": "Rowing",
- "team": "Romania",
- "noc": "ROU",
- "age": 23,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Bronze"
- },
- {
- "name": "Stig Andr Berge",
- "gender": "M",
- "height": "167",
- "weight": "60",
- "sport": "Wrestling",
- "team": "Norway",
- "noc": "NOR",
- "age": 33,
- "event": "Wrestling Men's Featherweight, Greco-Roman",
- "medal": "Bronze"
- },
- {
- "name": "Emma Sofia Berglund",
- "gender": "F",
- "height": "171",
- "weight": "64",
- "sport": "Football",
- "team": "Sweden",
- "noc": "SWE",
- "age": 27,
- "event": "Football Women's Football",
- "medal": "Silver"
- },
- {
- "name": "Nicole Beukers",
- "gender": "F",
- "height": "170",
- "weight": "66",
- "sport": "Rowing",
- "team": "Netherlands",
- "noc": "NED",
- "age": 25,
- "event": "Rowing Women's Quadruple Sculls",
- "medal": "Silver"
- },
- {
- "name": "Allison Beveridge",
- "gender": "F",
- "height": "169",
- "weight": "62",
- "sport": "Cycling",
- "team": "Canada",
- "noc": "CAN",
- "age": 23,
- "event": "Cycling Women's Team Pursuit",
- "medal": "Bronze"
- },
- {
- "name": "Roberta Bianconi",
- "gender": "F",
- "height": "176",
- "weight": "76",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 27,
- "event": "Water Polo Women's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Daniel \"Dan\" Bibby",
- "gender": "M",
- "height": "176",
- "weight": "86",
- "sport": "Rugby Sevens",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 25,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Fiona Clare Bigwood",
- "gender": "F",
- "height": "173",
- "weight": "75",
- "sport": "Equestrianism",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 40,
- "event": "Equestrianism Mixed Dressage, Team",
- "medal": "Silver"
- },
- {
- "name": "Marko Bija",
- "gender": "M",
- "height": "201",
- "weight": "85",
- "sport": "Water Polo",
- "team": "Croatia",
- "noc": "CRO",
- "age": 25,
- "event": "Water Polo Men's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Simone Arianne Biles",
- "gender": "F",
- "height": "143",
- "weight": "47",
- "sport": "Gymnastics",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Gymnastics Women's Individual All-Around",
- "medal": "Gold"
- },
- {
- "name": "Simone Arianne Biles",
- "gender": "F",
- "height": "143",
- "weight": "47",
- "sport": "Gymnastics",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Gymnastics Women's Team All-Around",
- "medal": "Gold"
- },
- {
- "name": "Simone Arianne Biles",
- "gender": "F",
- "height": "143",
- "weight": "47",
- "sport": "Gymnastics",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Gymnastics Women's Floor Exercise",
- "medal": "Gold"
- },
- {
- "name": "Simone Arianne Biles",
- "gender": "F",
- "height": "143",
- "weight": "47",
- "sport": "Gymnastics",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Gymnastics Women's Horse Vault",
- "medal": "Gold"
- },
- {
- "name": "Simone Arianne Biles",
- "gender": "F",
- "height": "143",
- "weight": "47",
- "sport": "Gymnastics",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Gymnastics Women's Balance Beam",
- "medal": "Bronze"
- },
- {
- "name": "Emanuele Birarelli",
- "gender": "M",
- "height": "202",
- "weight": "95",
- "sport": "Volleyball",
- "team": "Italy",
- "noc": "ITA",
- "age": 35,
- "event": "Volleyball Men's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Stefan Birevi",
- "gender": "M",
- "height": "210",
- "weight": "104",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 26,
- "event": "Basketball Men's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Suzanne Brigit \"Sue\" Bird",
- "gender": "F",
- "height": "175",
- "weight": "66",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 35,
- "event": "Basketball Women's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Dane Alex Bird-Smith",
- "gender": "M",
- "height": "187",
- "weight": "72",
- "sport": "Athletics",
- "team": "Australia",
- "noc": "AUS",
- "age": 24,
- "event": "Athletics Men's 20 kilometres Walk",
- "medal": "Bronze"
- },
- {
- "name": "Vera Leonidovna Biryukova",
- "gender": "F",
- "height": "168",
- "weight": "47",
- "sport": "Rhythmic Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 18,
- "event": "Rhythmic Gymnastics Women's Group",
- "medal": "Gold"
- },
- {
- "name": "Emma Stina Blackstenius",
- "gender": "F",
- "height": "173",
- "weight": "69",
- "sport": "Football",
- "team": "Sweden",
- "noc": "SWE",
- "age": 20,
- "event": "Football Women's Football",
- "medal": "Silver"
- },
- {
- "name": "Yohan Blake",
- "gender": "M",
- "height": "180",
- "weight": "80",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 26,
- "event": "Athletics Men's 4 x 100 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Irina Valeryevna Bliznova",
- "gender": "F",
- "height": "182",
- "weight": "68",
- "sport": "Handball",
- "team": "Russia",
- "noc": "RUS",
- "age": 29,
- "event": "Handball Women's Handball",
- "medal": "Gold"
- },
- {
- "name": "Anastasiya Ilyinichna Bliznyuk",
- "gender": "F",
- "height": "173",
- "weight": "51",
- "sport": "Rhythmic Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 22,
- "event": "Rhythmic Gymnastics Women's Group",
- "medal": "Gold"
- },
- {
- "name": "Pernille Blume",
- "gender": "F",
- "height": "170",
- "weight": "58",
- "sport": "Swimming",
- "team": "Denmark",
- "noc": "DEN",
- "age": 22,
- "event": "Swimming Women's 50 metres Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Pernille Blume",
- "gender": "F",
- "height": "170",
- "weight": "58",
- "sport": "Swimming",
- "team": "Denmark",
- "noc": "DEN",
- "age": 22,
- "event": "Swimming Women's 4 x 100 metres Medley Relay",
- "medal": "Bronze"
- },
- {
- "name": "Jack Bobridge",
- "gender": "M",
- "height": "180",
- "weight": "65",
- "sport": "Cycling",
- "team": "Australia",
- "noc": "AUS",
- "age": 27,
- "event": "Cycling Men's Team Pursuit, 4,000 metres",
- "medal": "Silver"
- },
- {
- "name": "Vladlena Eduardovna Bobrovnikova",
- "gender": "F",
- "height": "180",
- "weight": "72",
- "sport": "Handball",
- "team": "Russia",
- "noc": "RUS",
- "age": 28,
- "event": "Handball Women's Handball",
- "medal": "Gold"
- },
- {
- "name": "Gauthier Boccard",
- "gender": "M",
- "height": "186",
- "weight": "79",
- "sport": "Hockey",
- "team": "Belgium",
- "noc": "BEL",
- "age": 24,
- "event": "Hockey Men's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Gbor Gyula Boczk",
- "gender": "M",
- "height": "192",
- "weight": "89",
- "sport": "Fencing",
- "team": "Hungary",
- "noc": "HUN",
- "age": 39,
- "event": "Fencing Men's epee, Team",
- "medal": "Bronze"
- },
- {
- "name": "Michal Alexandre Bodegas",
- "gender": "M",
- "height": "192",
- "weight": "102",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 29,
- "event": "Water Polo Men's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Bogdan Bogdanovi",
- "gender": "M",
- "height": "197",
- "weight": "99",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 23,
- "event": "Basketball Men's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Tijana Bogdanovi",
- "gender": "F",
- "height": "172",
- "weight": "52",
- "sport": "Taekwondo",
- "team": "Serbia",
- "noc": "SRB",
- "age": 18,
- "event": "Taekwondo Women's Flyweight",
- "medal": "Silver"
- },
- {
- "name": "Andreea Boghian",
- "gender": "F",
- "height": "186",
- "weight": "78",
- "sport": "Rowing",
- "team": "Romania",
- "noc": "ROU",
- "age": 24,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Bronze"
- },
- {
- "name": "Shmagi Bolkvadze",
- "gender": "M",
- "height": "170",
- "weight": "66",
- "sport": "Wrestling",
- "team": "Georgia",
- "noc": "GEO",
- "age": 22,
- "event": "Wrestling Men's Welterweight, Greco-Roman",
- "medal": "Bronze"
- },
- {
- "name": "Timo Boll",
- "gender": "M",
- "height": "181",
- "weight": "74",
- "sport": "Table Tennis",
- "team": "Germany",
- "noc": "GER",
- "age": 35,
- "event": "Table Tennis Men's Team",
- "medal": "Bronze"
- },
- {
- "name": "Usain St. Leo Bolt",
- "gender": "M",
- "height": "196",
- "weight": "95",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 29,
- "event": "Athletics Men's 100 metres",
- "medal": "Gold"
- },
- {
- "name": "Usain St. Leo Bolt",
- "gender": "M",
- "height": "196",
- "weight": "95",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 29,
- "event": "Athletics Men's 200 metres",
- "medal": "Gold"
- },
- {
- "name": "Usain St. Leo Bolt",
- "gender": "M",
- "height": "196",
- "weight": "95",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 29,
- "event": "Athletics Men's 4 x 100 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Hamish Byron Bond",
- "gender": "M",
- "height": "189",
- "weight": "89",
- "sport": "Rowing",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 30,
- "event": "Rowing Men's Coxless Pairs",
- "medal": "Gold"
- },
- {
- "name": "Bohdan Viktorovych Bondarenko",
- "gender": "M",
- "height": "198",
- "weight": "77",
- "sport": "Athletics",
- "team": "Ukraine",
- "noc": "UKR",
- "age": 26,
- "event": "Athletics Men's High Jump",
- "medal": "Bronze"
- },
- {
- "name": "Tom Boon",
- "gender": "M",
- "height": "184",
- "weight": "81",
- "sport": "Hockey",
- "team": "Belgium",
- "noc": "BEL",
- "age": 26,
- "event": "Hockey Men's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Joshua \"Josh\" Booth",
- "gender": "M",
- "height": "190",
- "weight": "93",
- "sport": "Rowing",
- "team": "Australia",
- "noc": "AUS",
- "age": 25,
- "event": "Rowing Men's Coxless Fours",
- "medal": "Silver"
- },
- {
- "name": "Kjetil Borch",
- "gender": "M",
- "height": "193",
- "weight": "84",
- "sport": "Rowing",
- "team": "Norway",
- "noc": "NOR",
- "age": 26,
- "event": "Rowing Men's Double Sculls",
- "medal": "Bronze"
- },
- {
- "name": "Yannick Philippe Andr Borel",
- "gender": "M",
- "height": "197",
- "weight": "100",
- "sport": "Fencing",
- "team": "France",
- "noc": "FRA",
- "age": 27,
- "event": "Fencing Men's epee, Team",
- "medal": "Gold"
- },
- {
- "name": "Maurcio Borges Almeida Silva",
- "gender": "M",
- "height": "199",
- "weight": "99",
- "sport": "Volleyball",
- "team": "Brazil",
- "noc": "BRA",
- "age": 27,
- "event": "Volleyball Men's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Mariya Olegovna Borisova",
- "gender": "F",
- "height": "184",
- "weight": "95",
- "sport": "Water Polo",
- "team": "Russia",
- "noc": "RUS",
- "age": 19,
- "event": "Water Polo Women's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Ismael Borrero Molina",
- "gender": "M",
- "height": "160",
- "weight": "59",
- "sport": "Wrestling",
- "team": "Cuba",
- "noc": "CUB",
- "age": 24,
- "event": "Wrestling Men's Featherweight, Greco-Roman",
- "medal": "Gold"
- },
- {
- "name": "Willemijn Bos",
- "gender": "F",
- "height": "181",
- "weight": "69",
- "sport": "Hockey",
- "team": "Netherlands",
- "noc": "NED",
- "age": 28,
- "event": "Hockey Women's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Tijana Bokovi",
- "gender": "F",
- "height": "193",
- "weight": "82",
- "sport": "Volleyball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 19,
- "event": "Volleyball Women's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Roger-Yves Bost",
- "gender": "M",
- "height": "176",
- "weight": "80",
- "sport": "Equestrianism",
- "team": "France",
- "noc": "FRA",
- "age": 50,
- "event": "Equestrianism Mixed Jumping, Team",
- "medal": "Gold"
- },
- {
- "name": "Ins Boubakri",
- "gender": "F",
- "height": "167",
- "weight": "56",
- "sport": "Fencing",
- "team": "Tunisia",
- "noc": "TUN",
- "age": 27,
- "event": "Fencing Women's Foil, Individual",
- "medal": "Bronze"
- },
- {
- "name": "David Alasdair Boudia",
- "gender": "M",
- "height": "175",
- "weight": "73",
- "sport": "Diving",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Diving Men's Platform",
- "medal": "Bronze"
- },
- {
- "name": "David Alasdair Boudia",
- "gender": "M",
- "height": "175",
- "weight": "73",
- "sport": "Diving",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Diving Men's Synchronized Platform",
- "medal": "Silver"
- },
- {
- "name": "Carline Bouw",
- "gender": "F",
- "height": "184",
- "weight": "72",
- "sport": "Rowing",
- "team": "Netherlands",
- "noc": "NED",
- "age": 31,
- "event": "Rowing Women's Quadruple Sculls",
- "medal": "Silver"
- },
- {
- "name": "Marit Bouwmeester",
- "gender": "F",
- "height": "177",
- "weight": "68",
- "sport": "Sailing",
- "team": "Netherlands",
- "noc": "NED",
- "age": 28,
- "event": "Sailing Women's One Person Dinghy",
- "medal": "Gold"
- },
- {
- "name": "Frentorish \"Tori\" Bowie",
- "gender": "F",
- "height": "175",
- "weight": "58",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 25,
- "event": "Athletics Women's 100 metres",
- "medal": "Silver"
- },
- {
- "name": "Frentorish \"Tori\" Bowie",
- "gender": "F",
- "height": "175",
- "weight": "58",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 25,
- "event": "Athletics Women's 200 metres",
- "medal": "Bronze"
- },
- {
- "name": "Frentorish \"Tori\" Bowie",
- "gender": "F",
- "height": "175",
- "weight": "58",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 25,
- "event": "Athletics Women's 4 x 100 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Jovana Brakoevi-Kancian",
- "gender": "F",
- "height": "196",
- "weight": "82",
- "sport": "Volleyball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 28,
- "event": "Volleyball Women's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Julian Brandt",
- "gender": "M",
- "height": "183",
- "weight": "83",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 20,
- "event": "Football Men's Football",
- "medal": "Silver"
- },
- {
- "name": "Ana Maria Florentina Brnz-Popescu",
- "gender": "F",
- "height": "175",
- "weight": "64",
- "sport": "Fencing",
- "team": "Romania",
- "noc": "ROU",
- "age": 31,
- "event": "Fencing Women's epee, Team",
- "medal": "Gold"
- },
- {
- "name": "Sophie Charlotte Bray",
- "gender": "F",
- "height": "164",
- "weight": "58",
- "sport": "Hockey",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 26,
- "event": "Hockey Women's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Thiago Braz da Silva",
- "gender": "M",
- "height": "183",
- "weight": "75",
- "sport": "Athletics",
- "team": "Brazil",
- "noc": "BRA",
- "age": 22,
- "event": "Athletics Men's Pole Vault",
- "medal": "Gold"
- },
- {
- "name": "Kelly Brazier",
- "gender": "F",
- "height": "171",
- "weight": "70",
- "sport": "Rugby Sevens",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 26,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Sebastian Brendel",
- "gender": "M",
- "height": "192",
- "weight": "92",
- "sport": "Canoeing",
- "team": "Germany",
- "noc": "GER",
- "age": 28,
- "event": "Canoeing Men's Canadian Singles, 1,000 metres",
- "medal": "Gold"
- },
- {
- "name": "Sebastian Brendel",
- "gender": "M",
- "height": "192",
- "weight": "92",
- "sport": "Canoeing",
- "team": "Germany",
- "noc": "GER",
- "age": 28,
- "event": "Canoeing Men's Canadian Doubles, 1,000 metres",
- "medal": "Gold"
- },
- {
- "name": "Thomas Briels",
- "gender": "M",
- "height": "172",
- "weight": "71",
- "sport": "Hockey",
- "team": "Belgium",
- "noc": "BEL",
- "age": 28,
- "event": "Hockey Men's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Lawrence Brittain",
- "gender": "M",
- "height": "187",
- "weight": "94",
- "sport": "Rowing",
- "team": "South Africa",
- "noc": "RSA",
- "age": 25,
- "event": "Rowing Men's Coxless Pairs",
- "medal": "Silver"
- },
- {
- "name": "Allison M. Brock",
- "gender": "F",
- "height": "168",
- "weight": "59",
- "sport": "Equestrianism",
- "team": "United States",
- "noc": "USA",
- "age": 36,
- "event": "Equestrianism Mixed Dressage, Team",
- "medal": "Bronze"
- },
- {
- "name": "Kristina Brring-Sprehe",
- "gender": "F",
- "height": "168",
- "weight": "54",
- "sport": "Equestrianism",
- "team": "Germany",
- "noc": "GER",
- "age": 29,
- "event": "Equestrianism Mixed Dressage, Individual",
- "medal": "Bronze"
- },
- {
- "name": "Kristina Brring-Sprehe",
- "gender": "F",
- "height": "168",
- "weight": "54",
- "sport": "Equestrianism",
- "team": "Germany",
- "noc": "GER",
- "age": 29,
- "event": "Equestrianism Mixed Dressage, Team",
- "medal": "Gold"
- },
- {
- "name": "Gayle Broughton",
- "gender": "F",
- "height": "174",
- "weight": "70",
- "sport": "Rugby Sevens",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 20,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Alexander Brouwer",
- "gender": "M",
- "height": "198",
- "weight": "88",
- "sport": "Beach Volleyball",
- "team": "Netherlands-1",
- "noc": "NED",
- "age": 26,
- "event": "Beach Volleyball Men's Beach Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Aaron Brown",
- "gender": "M",
- "height": "198",
- "weight": "79",
- "sport": "Athletics",
- "team": "Canada",
- "noc": "CAN",
- "age": 24,
- "event": "Athletics Men's 4 x 100 metres Relay",
- "medal": "Bronze"
- },
- {
- "name": "Christopher Deon \"Chris\" Brown",
- "gender": "M",
- "height": "178",
- "weight": "75",
- "sport": "Athletics",
- "team": "Bahamas",
- "noc": "BAH",
- "age": 37,
- "event": "Athletics Men's 4 x 400 metres Relay",
- "medal": "Bronze"
- },
- {
- "name": "Kyle Gie Brown",
- "gender": "M",
- "height": "182",
- "weight": "92",
- "sport": "Rugby Sevens",
- "team": "South Africa",
- "noc": "RSA",
- "age": 29,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Laura Brown",
- "gender": "F",
- "height": "167",
- "weight": "61",
- "sport": "Cycling",
- "team": "Canada",
- "noc": "CAN",
- "age": 29,
- "event": "Cycling Women's Team Pursuit",
- "medal": "Bronze"
- },
- {
- "name": "Alistair Edward Brownlee",
- "gender": "M",
- "height": "184",
- "weight": "70",
- "sport": "Triathlon",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 28,
- "event": "Triathlon Men's Olympic Distance",
- "medal": "Gold"
- },
- {
- "name": "Jonathan Callum \"Jonny\" Brownlee",
- "gender": "M",
- "height": "181",
- "weight": "70",
- "sport": "Triathlon",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 26,
- "event": "Triathlon Men's Olympic Distance",
- "medal": "Silver"
- },
- {
- "name": "Kristoffer Brun",
- "gender": "M",
- "height": "175",
- "weight": "70",
- "sport": "Rowing",
- "team": "Norway",
- "noc": "NOR",
- "age": 28,
- "event": "Rowing Men's Lightweight Double Sculls",
- "medal": "Bronze"
- },
- {
- "name": "Manuel Brunet",
- "gender": "M",
- "height": "179",
- "weight": "79",
- "sport": "Hockey",
- "team": "Argentina",
- "noc": "ARG",
- "age": 30,
- "event": "Hockey Men's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Rachele Bruni",
- "gender": "F",
- "height": "170",
- "weight": "59",
- "sport": "Swimming",
- "team": "Italy",
- "noc": "ITA",
- "age": 25,
- "event": "Swimming Women's 10 kilometres Open Water",
- "medal": "Silver"
- },
- {
- "name": "Bruno \"Bruninho\" Mossa de Rezende",
- "gender": "M",
- "height": "190",
- "weight": "76",
- "sport": "Volleyball",
- "team": "Brazil",
- "noc": "BRA",
- "age": 30,
- "event": "Volleyball Men's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Joshua Buatsi",
- "gender": "M",
- "height": "185",
- "weight": "81",
- "sport": "Boxing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 23,
- "event": "Boxing Men's Light-Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Kadeisha Buchanan",
- "gender": "F",
- "height": "170",
- "weight": "65",
- "sport": "Football",
- "team": "Canada",
- "noc": "CAN",
- "age": 20,
- "event": "Football Women's Football",
- "medal": "Bronze"
- },
- {
- "name": "Matthijs Bchli",
- "gender": "M",
- "height": "188",
- "weight": "90",
- "sport": "Cycling",
- "team": "Netherlands",
- "noc": "NED",
- "age": 23,
- "event": "Cycling Men's Keirin",
- "medal": "Silver"
- },
- {
- "name": "Luka Buki",
- "gender": "M",
- "height": "195",
- "weight": "90",
- "sport": "Water Polo",
- "team": "Croatia",
- "noc": "CRO",
- "age": 22,
- "event": "Water Polo Men's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Yekaterina Borisovna Bukina",
- "gender": "F",
- "height": "174",
- "weight": "75",
- "sport": "Wrestling",
- "team": "Russia",
- "noc": "RUS",
- "age": 29,
- "event": "Wrestling Women's Heavyweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Chlo Bulleux",
- "gender": "F",
- "height": "172",
- "weight": "65",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 24,
- "event": "Handball Women's Handball",
- "medal": "Silver"
- },
- {
- "name": "Phil Burgess",
- "gender": "M",
- "height": "180",
- "weight": "92",
- "sport": "Rugby Sevens",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 28,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Damir Buri",
- "gender": "M",
- "height": "205",
- "weight": "115",
- "sport": "Water Polo",
- "team": "Croatia",
- "noc": "CRO",
- "age": 35,
- "event": "Water Polo Men's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Steven James Burke",
- "gender": "M",
- "height": "183",
- "weight": "78",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 28,
- "event": "Cycling Men's Team Pursuit, 4,000 metres",
- "medal": "Gold"
- },
- {
- "name": "Peter Burling",
- "gender": "M",
- "height": "186",
- "weight": "82",
- "sport": "Sailing",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 25,
- "event": "Sailing Men's Skiff",
- "medal": "Gold"
- },
- {
- "name": "Christopher Burton",
- "gender": "M",
- "height": "180",
- "weight": "70",
- "sport": "Equestrianism",
- "team": "Australia",
- "noc": "AUS",
- "age": 34,
- "event": "Equestrianism Mixed Three-Day Event, Team",
- "medal": "Bronze"
- },
- {
- "name": "Tom Burton",
- "gender": "M",
- "height": "180",
- "weight": "81",
- "sport": "Sailing",
- "team": "Australia",
- "noc": "AUS",
- "age": 26,
- "event": "Sailing Men's One Person Dinghy",
- "medal": "Gold"
- },
- {
- "name": "Bianka Bua",
- "gender": "F",
- "height": "187",
- "weight": "74",
- "sport": "Volleyball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 22,
- "event": "Volleyball Women's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Andro Bulje",
- "gender": "M",
- "height": "200",
- "weight": "115",
- "sport": "Water Polo",
- "team": "Croatia",
- "noc": "CRO",
- "age": 30,
- "event": "Water Polo Men's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Simone Buti",
- "gender": "M",
- "height": "206",
- "weight": "100",
- "sport": "Volleyball",
- "team": "Italy",
- "noc": "ITA",
- "age": 32,
- "event": "Volleyball Men's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Jimmy Butler III",
- "gender": "M",
- "height": "201",
- "weight": "99",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Basketball Men's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Linus Butt",
- "gender": "M",
- "height": "186",
- "weight": "83",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 29,
- "event": "Hockey Men's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Dajana Butulija",
- "gender": "F",
- "height": "175",
- "weight": "65",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 30,
- "event": "Basketball Women's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Denia Caballero Ponce",
- "gender": "F",
- "height": "175",
- "weight": "70",
- "sport": "Athletics",
- "team": "Cuba",
- "noc": "CUB",
- "age": 26,
- "event": "Athletics Women's Discus Throw",
- "medal": "Bronze"
- },
- {
- "name": "Jrmy Cadot",
- "gender": "M",
- "height": "185",
- "weight": "78",
- "sport": "Fencing",
- "team": "France",
- "noc": "FRA",
- "age": 29,
- "event": "Fencing Men's Foil, Team",
- "medal": "Silver"
- },
- {
- "name": "Tania Cagnotto (-Parolin)",
- "gender": "F",
- "height": "160",
- "weight": "54",
- "sport": "Diving",
- "team": "Italy",
- "noc": "ITA",
- "age": 31,
- "event": "Diving Women's Springboard",
- "medal": "Bronze"
- },
- {
- "name": "Tania Cagnotto (-Parolin)",
- "gender": "F",
- "height": "160",
- "weight": "54",
- "sport": "Diving",
- "team": "Italy",
- "noc": "ITA",
- "age": 31,
- "event": "Diving Women's Synchronized Springboard",
- "medal": "Silver"
- },
- {
- "name": "Cai Zelin",
- "gender": "M",
- "height": "175",
- "weight": "55",
- "sport": "Athletics",
- "team": "China",
- "noc": "CHN",
- "age": 25,
- "event": "Athletics Men's 20 kilometres Walk",
- "medal": "Silver"
- },
- {
- "name": "Chiara Cainero",
- "gender": "F",
- "height": "171",
- "weight": "81",
- "sport": "Shooting",
- "team": "Italy",
- "noc": "ITA",
- "age": 38,
- "event": "Shooting Women's Skeet",
- "medal": "Silver"
- },
- {
- "name": "Jos Manuel Caldern Borrallo",
- "gender": "M",
- "height": "191",
- "weight": "90",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 34,
- "event": "Basketball Men's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Hilary Caldwell",
- "gender": "F",
- "height": "173",
- "weight": "61",
- "sport": "Swimming",
- "team": "Canada",
- "noc": "CAN",
- "age": 25,
- "event": "Swimming Women's 200 metres Backstroke",
- "medal": "Bronze"
- },
- {
- "name": "Facundo Callioni",
- "gender": "M",
- "height": "183",
- "weight": "77",
- "sport": "Hockey",
- "team": "Argentina",
- "noc": "ARG",
- "age": 30,
- "event": "Hockey Men's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Eva Calvo Gmez",
- "gender": "F",
- "height": "176",
- "weight": "57",
- "sport": "Taekwondo",
- "team": "Spain",
- "noc": "ESP",
- "age": 25,
- "event": "Taekwondo Women's Featherweight",
- "medal": "Silver"
- },
- {
- "name": "Asuka Antonio \"Aska\" Cambridge",
- "gender": "M",
- "height": "179",
- "weight": "74",
- "sport": "Athletics",
- "team": "Japan",
- "noc": "JPN",
- "age": 23,
- "event": "Athletics Men's 4 x 100 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Bronte Campbell",
- "gender": "F",
- "height": "179",
- "weight": "58",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 22,
- "event": "Swimming Women's 4 x 100 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Cate Natalie Campbell",
- "gender": "F",
- "height": "186",
- "weight": "67",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 24,
- "event": "Swimming Women's 4 x 100 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Cate Natalie Campbell",
- "gender": "F",
- "height": "186",
- "weight": "67",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 24,
- "event": "Swimming Women's 4 x 100 metres Medley Relay",
- "medal": "Silver"
- },
- {
- "name": "Veronica Angella Campbell-Brown",
- "gender": "F",
- "height": "168",
- "weight": "58",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 34,
- "event": "Athletics Women's 4 x 100 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Niccol Campriani",
- "gender": "M",
- "height": "177",
- "weight": "80",
- "sport": "Shooting",
- "team": "Italy",
- "noc": "ITA",
- "age": 28,
- "event": "Shooting Men's Air Rifle, 10 metres",
- "medal": "Gold"
- },
- {
- "name": "Niccol Campriani",
- "gender": "M",
- "height": "177",
- "weight": "80",
- "sport": "Shooting",
- "team": "Italy",
- "noc": "ITA",
- "age": 28,
- "event": "Shooting Men's Small-Bore Rifle, Three Positions, 50 metres",
- "medal": "Gold"
- },
- {
- "name": "Fabian Cancellara",
- "gender": "M",
- "height": "186",
- "weight": "81",
- "sport": "Cycling",
- "team": "Switzerland",
- "noc": "SUI",
- "age": 35,
- "event": "Cycling Men's Individual Time Trial",
- "medal": "Gold"
- },
- {
- "name": "Cao Yuan",
- "gender": "M",
- "height": "160",
- "weight": "42",
- "sport": "Diving",
- "team": "China",
- "noc": "CHN",
- "age": 21,
- "event": "Diving Men's Springboard",
- "medal": "Gold"
- },
- {
- "name": "Cao Yuan",
- "gender": "M",
- "height": "160",
- "weight": "42",
- "sport": "Diving",
- "team": "China",
- "noc": "CHN",
- "age": 21,
- "event": "Diving Men's Synchronized Springboard",
- "medal": "Bronze"
- },
- {
- "name": "Jazmin Roxy \"Jazz\" Carlin",
- "gender": "F",
- "height": "175",
- "weight": "57",
- "sport": "Swimming",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 25,
- "event": "Swimming Women's 400 metres Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Jazmin Roxy \"Jazz\" Carlin",
- "gender": "F",
- "height": "175",
- "weight": "57",
- "sport": "Swimming",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 25,
- "event": "Swimming Women's 800 metres Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Olivia Frances Carnegie-Brown",
- "gender": "F",
- "height": "181",
- "weight": "73",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 25,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Silver"
- },
- {
- "name": "Cecilia Carranza Saroli",
- "gender": "F",
- "height": "164",
- "weight": "63",
- "sport": "Sailing",
- "team": "Argentina",
- "noc": "ARG",
- "age": 29,
- "event": "Sailing Mixed Multihull",
- "medal": "Gold"
- },
- {
- "name": "Lisa Carrington",
- "gender": "F",
- "height": "168",
- "weight": "63",
- "sport": "Canoeing",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 27,
- "event": "Canoeing Women's Kayak Singles, 200 metres",
- "medal": "Gold"
- },
- {
- "name": "Lisa Carrington",
- "gender": "F",
- "height": "168",
- "weight": "63",
- "sport": "Canoeing",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 27,
- "event": "Canoeing Women's Kayak Singles, 500 metres",
- "medal": "Bronze"
- },
- {
- "name": "Michelle Denee Carter",
- "gender": "F",
- "height": "176",
- "weight": "136",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Athletics Women's Shot Put",
- "medal": "Gold"
- },
- {
- "name": "Charlotte Caslick",
- "gender": "F",
- "height": "172",
- "weight": "65",
- "sport": "Rugby Sevens",
- "team": "Australia",
- "noc": "AUS",
- "age": 21,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Matteo Castaldo",
- "gender": "M",
- "height": "188",
- "weight": "86",
- "sport": "Rowing",
- "team": "Italy",
- "noc": "ITA",
- "age": 30,
- "event": "Rowing Men's Coxless Fours",
- "medal": "Bronze"
- },
- {
- "name": "Kristi Castlin",
- "gender": "F",
- "height": "170",
- "weight": "60",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 28,
- "event": "Athletics Women's 100 metres Hurdles",
- "medal": "Bronze"
- },
- {
- "name": "Tamika Devonne Catchings",
- "gender": "F",
- "height": "185",
- "weight": "77",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 37,
- "event": "Basketball Women's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Kelly Catlin",
- "gender": "F",
- "height": "168",
- "weight": "63",
- "sport": "Cycling",
- "team": "United States",
- "noc": "USA",
- "age": 20,
- "event": "Cycling Women's Team Pursuit",
- "medal": "Silver"
- },
- {
- "name": "Mark Simon Cavendish",
- "gender": "M",
- "height": "175",
- "weight": "70",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 31,
- "event": "Cycling Men's Omnium",
- "medal": "Silver"
- },
- {
- "name": "Saa ao",
- "gender": "F",
- "height": "178",
- "weight": "72",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 27,
- "event": "Basketball Women's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Matthew Gerald \"Matt\" Centrowitz, Jr.",
- "gender": "M",
- "height": "176",
- "weight": "65",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Athletics Men's 1,500 metres",
- "medal": "Gold"
- },
- {
- "name": "Davit Gochayevich Chakvetadze",
- "gender": "M",
- "height": "174",
- "weight": "85",
- "sport": "Wrestling",
- "team": "Russia",
- "noc": "RUS",
- "age": 23,
- "event": "Wrestling Men's Light-Heavyweight, Greco-Roman",
- "medal": "Gold"
- },
- {
- "name": "Kyle Chalmers",
- "gender": "M",
- "height": "193",
- "weight": "90",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 18,
- "event": "Swimming Men's 100 metres Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Kyle Chalmers",
- "gender": "M",
- "height": "193",
- "weight": "90",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 18,
- "event": "Swimming Men's 4 x 100 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "Kyle Chalmers",
- "gender": "M",
- "height": "193",
- "weight": "90",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 18,
- "event": "Swimming Men's 4 x 100 metres Medley Relay",
- "medal": "Bronze"
- },
- {
- "name": "Frank Chamizo Marquez",
- "gender": "M",
- "height": "172",
- "weight": "65",
- "sport": "Wrestling",
- "team": "Italy",
- "noc": "ITA",
- "age": 24,
- "event": "Wrestling Men's Welterweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Miles Cleveland Chamley-Watson",
- "gender": "M",
- "height": "193",
- "weight": "80",
- "sport": "Fencing",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Fencing Men's Foil, Team",
- "medal": "Bronze"
- },
- {
- "name": "Chan Peng Soon",
- "gender": "M",
- "height": "175",
- "weight": "68",
- "sport": "Badminton",
- "team": "Malaysia",
- "noc": "MAS",
- "age": 28,
- "event": "Badminton Mixed Doubles",
- "medal": "Silver"
- },
- {
- "name": "Chang Hye-Jin",
- "gender": "F",
- "height": "158",
- "weight": "50",
- "sport": "Archery",
- "team": "South Korea",
- "noc": "KOR",
- "age": 29,
- "event": "Archery Women's Individual",
- "medal": "Gold"
- },
- {
- "name": "Chang Hye-Jin",
- "gender": "F",
- "height": "158",
- "weight": "50",
- "sport": "Archery",
- "team": "South Korea",
- "noc": "KOR",
- "age": 29,
- "event": "Archery Women's Team",
- "medal": "Gold"
- },
- {
- "name": "Allysha Chapman",
- "gender": "F",
- "height": "160",
- "weight": "56",
- "sport": "Football",
- "team": "Canada",
- "noc": "CAN",
- "age": 27,
- "event": "Football Women's Football",
- "medal": "Bronze"
- },
- {
- "name": "Tina Alexandria Charles",
- "gender": "F",
- "height": "193",
- "weight": "88",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Basketball Women's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Cdric Charlier",
- "gender": "M",
- "height": "181",
- "weight": "81",
- "sport": "Hockey",
- "team": "Belgium",
- "noc": "BEL",
- "age": 28,
- "event": "Hockey Men's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Yuriy Volodymyrovych Cheban",
- "gender": "M",
- "height": "185",
- "weight": "93",
- "sport": "Canoeing",
- "team": "Ukraine",
- "noc": "UKR",
- "age": 30,
- "event": "Canoeing Men's Canadian Singles, 200 metres",
- "medal": "Gold"
- },
- {
- "name": "Paul Kipkemboi Chelimo",
- "gender": "M",
- "height": "175",
- "weight": "57",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 25,
- "event": "Athletics Men's 5,000 metres",
- "medal": "Silver"
- },
- {
- "name": "Chen Aisen",
- "gender": "M",
- "height": "168",
- "weight": "60",
- "sport": "Diving",
- "team": "China",
- "noc": "CHN",
- "age": 20,
- "event": "Diving Men's Platform",
- "medal": "Gold"
- },
- {
- "name": "Chen Aisen",
- "gender": "M",
- "height": "168",
- "weight": "60",
- "sport": "Diving",
- "team": "China",
- "noc": "CHN",
- "age": 20,
- "event": "Diving Men's Synchronized Platform",
- "medal": "Gold"
- },
- {
- "name": "Chen Long",
- "gender": "M",
- "height": "188",
- "weight": "81",
- "sport": "Badminton",
- "team": "China",
- "noc": "CHN",
- "age": 27,
- "event": "Badminton Men's Singles",
- "medal": "Gold"
- },
- {
- "name": "Chen Peina",
- "gender": "F",
- "height": "172",
- "weight": "63",
- "sport": "Sailing",
- "team": "China",
- "noc": "CHN",
- "age": 27,
- "event": "Sailing Women's Windsurfer",
- "medal": "Silver"
- },
- {
- "name": "Chen Ruolin",
- "gender": "F",
- "height": "160",
- "weight": "47",
- "sport": "Diving",
- "team": "China",
- "noc": "CHN",
- "age": 23,
- "event": "Diving Women's Synchronized Platform",
- "medal": "Gold"
- },
- {
- "name": "Cheng Xunzhao",
- "gender": "M",
- "height": "185",
- "weight": "90",
- "sport": "Judo",
- "team": "China",
- "noc": "CHN",
- "age": 25,
- "event": "Judo Men's Middleweight",
- "medal": "Bronze"
- },
- {
- "name": "Cheong Jun Hoong",
- "gender": "F",
- "height": "150",
- "weight": "48",
- "sport": "Diving",
- "team": "Malaysia",
- "noc": "MAS",
- "age": 26,
- "event": "Diving Women's Synchronized Platform",
- "medal": "Silver"
- },
- {
- "name": "Aleksey Borisovich Cheremisinov",
- "gender": "M",
- "height": "183",
- "weight": "75",
- "sport": "Fencing",
- "team": "Russia",
- "noc": "RUS",
- "age": 31,
- "event": "Fencing Men's Foil, Team",
- "medal": "Gold"
- },
- {
- "name": "Emilee Cherry",
- "gender": "F",
- "height": "168",
- "weight": "70",
- "sport": "Rugby Sevens",
- "team": "Australia",
- "noc": "AUS",
- "age": 23,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Vivian Jepkemoi Cheruiyot",
- "gender": "F",
- "height": "153",
- "weight": "40",
- "sport": "Athletics",
- "team": "Kenya",
- "noc": "KEN",
- "age": 32,
- "event": "Athletics Women's 5,000 metres",
- "medal": "Gold"
- },
- {
- "name": "Vivian Jepkemoi Cheruiyot",
- "gender": "F",
- "height": "153",
- "weight": "40",
- "sport": "Athletics",
- "team": "Kenya",
- "noc": "KEN",
- "age": 32,
- "event": "Athletics Women's 10,000 metres",
- "medal": "Silver"
- },
- {
- "name": "Vlada Aleksandrovna Chigiryova",
- "gender": "F",
- "height": "162",
- "weight": "46",
- "sport": "Synchronized Swimming",
- "team": "Russia",
- "noc": "RUS",
- "age": 21,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Gold"
- },
- {
- "name": "Eilidh Child-Doyle",
- "gender": "F",
- "height": "170",
- "weight": "60",
- "sport": "Athletics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 29,
- "event": "Athletics Women's 4 x 400 metres Relay",
- "medal": "Bronze"
- },
- {
- "name": "Choe Hyo-Sim",
- "gender": "F",
- "height": "159",
- "weight": "63",
- "sport": "Weightlifting",
- "team": "North Korea",
- "noc": "PRK",
- "age": 22,
- "event": "Weightlifting Women's Middleweight",
- "medal": "Silver"
- },
- {
- "name": "Choi Mi-Sun",
- "gender": "F",
- "height": "168",
- "weight": "53",
- "sport": "Archery",
- "team": "South Korea",
- "noc": "KOR",
- "age": 20,
- "event": "Archery Women's Team",
- "medal": "Gold"
- },
- {
- "name": "Maialen Chourraut Yurramendi",
- "gender": "F",
- "height": "161",
- "weight": "55",
- "sport": "Canoeing",
- "team": "Spain",
- "noc": "ESP",
- "age": 33,
- "event": "Canoeing Women's Kayak Singles, Slalom",
- "medal": "Gold"
- },
- {
- "name": "Micah Makanamaikalani Christenson",
- "gender": "M",
- "height": "198",
- "weight": "86",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 23,
- "event": "Volleyball Men's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Mads Christiansen",
- "gender": "M",
- "height": "197",
- "weight": "93",
- "sport": "Handball",
- "team": "Denmark",
- "noc": "DEN",
- "age": 30,
- "event": "Handball Men's Handball",
- "medal": "Gold"
- },
- {
- "name": "Max Christiansen",
- "gender": "M",
- "height": "187",
- "weight": "84",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 19,
- "event": "Football Men's Football",
- "medal": "Silver"
- },
- {
- "name": "Anton Mikhaylovich Chupkov",
- "gender": "M",
- "height": "188",
- "weight": "71",
- "sport": "Swimming",
- "team": "Russia",
- "noc": "RUS",
- "age": 19,
- "event": "Swimming Men's 200 metres Breaststroke",
- "medal": "Bronze"
- },
- {
- "name": "Monika Ciaciuch",
- "gender": "F",
- "height": "182",
- "weight": "74",
- "sport": "Rowing",
- "team": "Poland",
- "noc": "POL",
- "age": 24,
- "event": "Rowing Women's Quadruple Sculls",
- "medal": "Bronze"
- },
- {
- "name": "Cheick Sallah Ciss Junior",
- "gender": "M",
- "height": "186",
- "weight": "80",
- "sport": "Taekwondo",
- "team": "Cote d'Ivoire",
- "noc": "CIV",
- "age": 22,
- "event": "Taekwondo Men's Welterweight",
- "medal": "Gold"
- },
- {
- "name": "Souleymane Diop Cissokho",
- "gender": "M",
- "height": "179",
- "weight": "69",
- "sport": "Boxing",
- "team": "France",
- "noc": "FRA",
- "age": 25,
- "event": "Boxing Men's Welterweight",
- "medal": "Bronze"
- },
- {
- "name": "Edward \"Ed\" Clancy",
- "gender": "M",
- "height": "185",
- "weight": "79",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 31,
- "event": "Cycling Men's Team Pursuit, 4,000 metres",
- "medal": "Gold"
- },
- {
- "name": "Caroline Archer \"KK\" Clark",
- "gender": "F",
- "height": "188",
- "weight": "72",
- "sport": "Water Polo",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Water Polo Women's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Saskia Clark",
- "gender": "F",
- "height": "176",
- "weight": "68",
- "sport": "Sailing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 36,
- "event": "Sailing Women's Two Person Dinghy",
- "medal": "Gold"
- },
- {
- "name": "Joseph \"Joe\" Clarke",
- "gender": "M",
- "height": "182",
- "weight": "76",
- "sport": "Canoeing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 23,
- "event": "Canoeing Men's Kayak Singles, Slalom",
- "medal": "Gold"
- },
- {
- "name": "Vctor Claver Arocas",
- "gender": "M",
- "height": "206",
- "weight": "107",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 27,
- "event": "Basketball Men's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "William Bundu \"Will\" Claye",
- "gender": "M",
- "height": "181",
- "weight": "72",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 25,
- "event": "Athletics Men's Triple Jump",
- "medal": "Silver"
- },
- {
- "name": "Kerron Stephon Clement",
- "gender": "M",
- "height": "188",
- "weight": "86",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Athletics Men's 400 metres Hurdles",
- "medal": "Gold"
- },
- {
- "name": "Kyle Clemons",
- "gender": "M",
- "height": "180",
- "weight": "74",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 25,
- "event": "Athletics Men's 4 x 400 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "lodie Pascaline Clouvel",
- "gender": "F",
- "height": "182",
- "weight": "69",
- "sport": "Modern Pentathlon",
- "team": "France",
- "noc": "FRA",
- "age": 27,
- "event": "Modern Pentathlon Women's Individual",
- "medal": "Silver"
- },
- {
- "name": "Emma Jane Coburn",
- "gender": "F",
- "height": "173",
- "weight": "54",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 25,
- "event": "Athletics Women's 3,000 metres Steeplechase",
- "medal": "Bronze"
- },
- {
- "name": "Corey Cogdell-Unrein",
- "gender": "F",
- "height": "173",
- "weight": "70",
- "sport": "Shooting",
- "team": "United States",
- "noc": "USA",
- "age": 29,
- "event": "Shooting Women's Trap",
- "medal": "Bronze"
- },
- {
- "name": "Roxana Gabriela Cogianu",
- "gender": "F",
- "height": "180",
- "weight": "72",
- "sport": "Rowing",
- "team": "Romania",
- "noc": "ROU",
- "age": 29,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Bronze"
- },
- {
- "name": "Adelina Maria Cojocariu-Bogus",
- "gender": "F",
- "height": "186",
- "weight": "75",
- "sport": "Rowing",
- "team": "Romania",
- "noc": "ROU",
- "age": 27,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Bronze"
- },
- {
- "name": "Massimo Colaci",
- "gender": "M",
- "height": "180",
- "weight": "75",
- "sport": "Volleyball",
- "team": "Italy",
- "noc": "ITA",
- "age": 31,
- "event": "Volleyball Men's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Thibault Colard",
- "gender": "M",
- "height": "187",
- "weight": "70",
- "sport": "Rowing",
- "team": "France",
- "noc": "FRA",
- "age": 24,
- "event": "Rowing Men's Lightweight Coxless Fours",
- "medal": "Bronze"
- },
- {
- "name": "Carlos Coloma Nicols",
- "gender": "M",
- "height": "171",
- "weight": "65",
- "sport": "Cycling",
- "team": "Spain",
- "noc": "ESP",
- "age": 34,
- "event": "Cycling Men's Mountainbike, Cross-team",
- "medal": "Bronze"
- },
- {
- "name": "Robson Donato Conceio",
- "gender": "M",
- "height": "171",
- "weight": "57",
- "sport": "Boxing",
- "team": "Brazil",
- "noc": "BRA",
- "age": 27,
- "event": "Boxing Men's Lightweight",
- "medal": "Gold"
- },
- {
- "name": "John \"Jack\" Conger",
- "gender": "M",
- "height": "193",
- "weight": "80",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 21,
- "event": "Swimming Men's 4 x 200 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Sally Conway",
- "gender": "F",
- "height": "167",
- "weight": "70",
- "sport": "Judo",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 29,
- "event": "Judo Women's Middleweight",
- "medal": "Bronze"
- },
- {
- "name": "Tamsin Cook",
- "gender": "F",
- "height": "170",
- "weight": "61",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 17,
- "event": "Swimming Women's 4 x 200 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Yasmani Copello Escobar",
- "gender": "M",
- "height": "191",
- "weight": "85",
- "sport": "Athletics",
- "team": "Turkey",
- "noc": "TUR",
- "age": 29,
- "event": "Athletics Men's 400 metres Hurdles",
- "medal": "Bronze"
- },
- {
- "name": "Kevin Cordes",
- "gender": "M",
- "height": "196",
- "weight": "88",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 22,
- "event": "Swimming Men's 4 x 100 metres Medley Relay",
- "medal": "Gold"
- },
- {
- "name": "Tanguy Cosyns",
- "gender": "M",
- "height": "174",
- "weight": "70",
- "sport": "Hockey",
- "team": "Belgium",
- "noc": "BEL",
- "age": 25,
- "event": "Hockey Men's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Aleksandra Cotti",
- "gender": "F",
- "height": "167",
- "weight": "65",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 27,
- "event": "Water Polo Women's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "DeMarcus Amir Cousins",
- "gender": "M",
- "height": "210",
- "weight": "122",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 25,
- "event": "Basketball Men's Basketball",
- "medal": "Gold"
- },
- {
- "name": "J'den Michael Tbory Cox",
- "gender": "M",
- "height": "180",
- "weight": "86",
- "sport": "Wrestling",
- "team": "United States",
- "noc": "USA",
- "age": 21,
- "event": "Wrestling Men's Light-Heavyweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Kameryn Louise \"Kami\" Craig",
- "gender": "F",
- "height": "181",
- "weight": "88",
- "sport": "Water Polo",
- "team": "United States",
- "noc": "USA",
- "age": 29,
- "event": "Water Polo Women's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Sal Craviotto Rivero",
- "gender": "M",
- "height": "192",
- "weight": "98",
- "sport": "Canoeing",
- "team": "Spain",
- "noc": "ESP",
- "age": 31,
- "event": "Canoeing Men's Kayak Singles, 200 metres",
- "medal": "Bronze"
- },
- {
- "name": "Sal Craviotto Rivero",
- "gender": "M",
- "height": "192",
- "weight": "98",
- "sport": "Canoeing",
- "team": "Spain",
- "noc": "ESP",
- "age": 31,
- "event": "Canoeing Men's Kayak Doubles, 200 metres",
- "medal": "Gold"
- },
- {
- "name": "Samuel Thomas \"Sam\" Cross",
- "gender": "M",
- "height": "191",
- "weight": "103",
- "sport": "Rugby Sevens",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 23,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Ryan Crouser",
- "gender": "M",
- "height": "201",
- "weight": "125",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 23,
- "event": "Athletics Men's Shot Put",
- "medal": "Gold"
- },
- {
- "name": "Kimberley \"Kim\" Crow-Brennan",
- "gender": "F",
- "height": "188",
- "weight": "74",
- "sport": "Rowing",
- "team": "Australia",
- "noc": "AUS",
- "age": 30,
- "event": "Rowing Women's Single Sculls",
- "medal": "Gold"
- },
- {
- "name": "Anna Cruz Lebrato",
- "gender": "F",
- "height": "176",
- "weight": "60",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 29,
- "event": "Basketball Women's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Aleksandra Crvendaki",
- "gender": "F",
- "height": "187",
- "weight": "76",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 20,
- "event": "Basketball Women's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Lszl Cseh, Jr.",
- "gender": "M",
- "height": "188",
- "weight": "83",
- "sport": "Swimming",
- "team": "Hungary",
- "noc": "HUN",
- "age": 30,
- "event": "Swimming Men's 100 metres Butterfly",
- "medal": "Silver"
- },
- {
- "name": "Tamara Csipes",
- "gender": "F",
- "height": "176",
- "weight": "78",
- "sport": "Canoeing",
- "team": "Hungary",
- "noc": "HUN",
- "age": 26,
- "event": "Canoeing Women's Kayak Fours, 500 metres",
- "medal": "Gold"
- },
- {
- "name": "Milo uk",
- "gender": "M",
- "height": "191",
- "weight": "91",
- "sport": "Water Polo",
- "team": "Serbia",
- "noc": "SRB",
- "age": 25,
- "event": "Water Polo Men's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Chay Crista Kerio Cullen",
- "gender": "F",
- "height": "182",
- "weight": "74",
- "sport": "Hockey",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 30,
- "event": "Hockey Women's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Rsul unayev",
- "gender": "M",
- "height": "171",
- "weight": "66",
- "sport": "Wrestling",
- "team": "Azerbaijan",
- "noc": "AZE",
- "age": 25,
- "event": "Wrestling Men's Welterweight, Greco-Roman",
- "medal": "Bronze"
- },
- {
- "name": "Michal D'Almeida",
- "gender": "M",
- "height": "176",
- "weight": "80",
- "sport": "Cycling",
- "team": "France",
- "noc": "FRA",
- "age": 28,
- "event": "Cycling Men's Team Sprint",
- "medal": "Bronze"
- },
- {
- "name": "Sabrina D'Angelo",
- "gender": "F",
- "height": "173",
- "weight": "71",
- "sport": "Football",
- "team": "Canada",
- "noc": "CAN",
- "age": 23,
- "event": "Football Women's Football",
- "medal": "Bronze"
- },
- {
- "name": "Mayra Aguiar da Silva",
- "gender": "F",
- "height": "177",
- "weight": "78",
- "sport": "Judo",
- "team": "Brazil",
- "noc": "BRA",
- "age": 25,
- "event": "Judo Women's Half-Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Rafael Carlos da Silva",
- "gender": "M",
- "height": "203",
- "weight": "160",
- "sport": "Judo",
- "team": "Brazil",
- "noc": "BRA",
- "age": 29,
- "event": "Judo Men's Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Ana Dabovi",
- "gender": "F",
- "height": "183",
- "weight": "70",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 26,
- "event": "Basketball Women's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Milica Dabovi",
- "gender": "F",
- "height": "173",
- "weight": "63",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 34,
- "event": "Basketball Women's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Sara Ilonka Dbritz",
- "gender": "F",
- "height": "171",
- "weight": "59",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 21,
- "event": "Football Women's Football",
- "medal": "Gold"
- },
- {
- "name": "Lisa Karolina Viktoria Dahlkvist",
- "gender": "F",
- "height": "173",
- "weight": "66",
- "sport": "Football",
- "team": "Sweden",
- "noc": "SWE",
- "age": 29,
- "event": "Football Women's Football",
- "medal": "Silver"
- },
- {
- "name": "Ro Masivesi Dakuwaqa",
- "gender": "M",
- "height": "190",
- "weight": "105",
- "sport": "Rugby Sevens",
- "team": "Fiji",
- "noc": "FIJ",
- "age": 22,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Thomas Robert \"Tom\" Daley",
- "gender": "M",
- "height": "177",
- "weight": "74",
- "sport": "Diving",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 22,
- "event": "Diving Men's Synchronized Platform",
- "medal": "Bronze"
- },
- {
- "name": "Francesca Dallap",
- "gender": "F",
- "height": "163",
- "weight": "57",
- "sport": "Diving",
- "team": "Italy",
- "noc": "ITA",
- "age": 30,
- "event": "Diving Women's Synchronized Springboard",
- "medal": "Silver"
- },
- {
- "name": "Chloe Elysha Dalton",
- "gender": "F",
- "height": "180",
- "weight": "72",
- "sport": "Rugby Sevens",
- "team": "Australia",
- "noc": "AUS",
- "age": 23,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Blandine Dancette",
- "gender": "F",
- "height": "169",
- "weight": "60",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 28,
- "event": "Handball Women's Handball",
- "medal": "Silver"
- },
- {
- "name": "Emmanuel Shinkut Daniel",
- "gender": "M",
- "height": "174",
- "weight": "88",
- "sport": "Football",
- "team": "Nigeria",
- "noc": "NGR",
- "age": 22,
- "event": "Football Men's Football",
- "medal": "Bronze"
- },
- {
- "name": "Alexandra Mary L. \"Alex\" Danson",
- "gender": "F",
- "height": "167",
- "weight": "56",
- "sport": "Hockey",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 31,
- "event": "Hockey Women's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Hannah Darling",
- "gender": "F",
- "height": "174",
- "weight": "72",
- "sport": "Rugby Sevens",
- "team": "Canada",
- "noc": "CAN",
- "age": 20,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Lisa Darmanin",
- "gender": "F",
- "height": "168",
- "weight": "65",
- "sport": "Sailing",
- "team": "Australia",
- "noc": "AUS",
- "age": 24,
- "event": "Sailing Mixed Multihull",
- "medal": "Silver"
- },
- {
- "name": "Tuyana Norpolovna Dashidorzhiyeva",
- "gender": "F",
- "height": "169",
- "weight": "57",
- "sport": "Archery",
- "team": "Russia",
- "noc": "RUS",
- "age": 20,
- "event": "Archery Women's Team",
- "medal": "Silver"
- },
- {
- "name": "James Davies",
- "gender": "M",
- "height": "181",
- "weight": "98",
- "sport": "Rugby Sevens",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 25,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Lucy Davis",
- "gender": "F",
- "height": "165",
- "weight": "55",
- "sport": "Equestrianism",
- "team": "United States",
- "noc": "USA",
- "age": 23,
- "event": "Equestrianism Mixed Jumping, Team",
- "medal": "Silver"
- },
- {
- "name": "Edward James Eddie Dawkins",
- "gender": "M",
- "height": "185",
- "weight": "93",
- "sport": "Cycling",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 27,
- "event": "Cycling Men's Team Sprint",
- "medal": "Silver"
- },
- {
- "name": "Christine Day",
- "gender": "F",
- "height": "168",
- "weight": "51",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 29,
- "event": "Athletics Women's 4 x 400 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Eva Roma Maria de Goede",
- "gender": "F",
- "height": "170",
- "weight": "61",
- "sport": "Hockey",
- "team": "Netherlands",
- "noc": "NED",
- "age": 27,
- "event": "Hockey Women's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Andre De Grasse",
- "gender": "M",
- "height": "176",
- "weight": "70",
- "sport": "Athletics",
- "team": "Canada",
- "noc": "CAN",
- "age": 21,
- "event": "Athletics Men's 100 metres",
- "medal": "Bronze"
- },
- {
- "name": "Andre De Grasse",
- "gender": "M",
- "height": "176",
- "weight": "70",
- "sport": "Athletics",
- "team": "Canada",
- "noc": "CAN",
- "age": 21,
- "event": "Athletics Men's 200 metres",
- "medal": "Silver"
- },
- {
- "name": "Andre De Grasse",
- "gender": "M",
- "height": "176",
- "weight": "70",
- "sport": "Athletics",
- "team": "Canada",
- "noc": "CAN",
- "age": 21,
- "event": "Athletics Men's 4 x 100 metres Relay",
- "medal": "Bronze"
- },
- {
- "name": "Juan Leon de Jongh",
- "gender": "M",
- "height": "175",
- "weight": "87",
- "sport": "Rugby Sevens",
- "team": "South Africa",
- "noc": "RSA",
- "age": 28,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Zoe Michaela de Toledo",
- "gender": "F",
- "height": "172",
- "weight": "58",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 29,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Silver"
- },
- {
- "name": "Xan de Waard",
- "gender": "F",
- "height": "163",
- "weight": "55",
- "sport": "Hockey",
- "team": "Netherlands",
- "noc": "NED",
- "age": 20,
- "event": "Hockey Women's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Hlne Defrance",
- "gender": "F",
- "height": "179",
- "weight": "66",
- "sport": "Sailing",
- "team": "France",
- "noc": "FRA",
- "age": 29,
- "event": "Sailing Women's Two Person Dinghy",
- "medal": "Bronze"
- },
- {
- "name": "Marco Del Lungo",
- "gender": "M",
- "height": "190",
- "weight": "97",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 26,
- "event": "Water Polo Men's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Juan Martn del Potro",
- "gender": "M",
- "height": "198",
- "weight": "97",
- "sport": "Tennis",
- "team": "Argentina",
- "noc": "ARG",
- "age": 27,
- "event": "Tennis Men's Singles",
- "medal": "Silver"
- },
- {
- "name": "Elena Delle Donne",
- "gender": "F",
- "height": "195",
- "weight": "86",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Basketball Women's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Siraba Dembl",
- "gender": "F",
- "height": "172",
- "weight": "64",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 30,
- "event": "Handball Women's Handball",
- "medal": "Silver"
- },
- {
- "name": "Mirela Krasimirova Demireva",
- "gender": "F",
- "height": "180",
- "weight": "58",
- "sport": "Athletics",
- "team": "Bulgaria",
- "noc": "BUL",
- "age": 26,
- "event": "Athletics Women's High Jump",
- "medal": "Silver"
- },
- {
- "name": "Soner Demirta",
- "gender": "M",
- "height": "170",
- "weight": "74",
- "sport": "Wrestling",
- "team": "Turkey",
- "noc": "TUR",
- "age": 25,
- "event": "Wrestling Men's Middleweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Nicholas Charles \"Nick\" Dempsey",
- "gender": "M",
- "height": "180",
- "weight": "71",
- "sport": "Sailing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 35,
- "event": "Sailing Men's Windsurfer",
- "medal": "Silver"
- },
- {
- "name": "Valentin Demyanenko",
- "gender": "M",
- "height": "193",
- "weight": "93",
- "sport": "Canoeing",
- "team": "Azerbaijan",
- "noc": "AZE",
- "age": 32,
- "event": "Canoeing Men's Canadian Singles, 200 metres",
- "medal": "Silver"
- },
- {
- "name": "Felix Denayer",
- "gender": "M",
- "height": "190",
- "weight": "85",
- "sport": "Hockey",
- "team": "Belgium",
- "noc": "BEL",
- "age": 26,
- "event": "Hockey Men's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Deng Shudi",
- "gender": "M",
- "height": "163",
- "weight": "58",
- "sport": "Gymnastics",
- "team": "China",
- "noc": "CHN",
- "age": 24,
- "event": "Gymnastics Men's Team All-Around",
- "medal": "Bronze"
- },
- {
- "name": "Deng Wei",
- "gender": "F",
- "height": "159",
- "weight": "63",
- "sport": "Weightlifting",
- "team": "China",
- "noc": "CHN",
- "age": 23,
- "event": "Weightlifting Women's Middleweight",
- "medal": "Gold"
- },
- {
- "name": "Aleksey Alekseyevich Denisenko",
- "gender": "M",
- "height": "185",
- "weight": "68",
- "sport": "Taekwondo",
- "team": "Russia",
- "noc": "RUS",
- "age": 22,
- "event": "Taekwondo Men's Featherweight",
- "medal": "Silver"
- },
- {
- "name": "Inna Vasilyevna Deriglazova",
- "gender": "F",
- "height": "173",
- "weight": "61",
- "sport": "Fencing",
- "team": "Russia",
- "noc": "RUS",
- "age": 26,
- "event": "Fencing Women's Foil, Individual",
- "medal": "Gold"
- },
- {
- "name": "DeMar Darnell DeRozan",
- "gender": "M",
- "height": "201",
- "weight": "99",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Basketball Men's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Gabriele Detti",
- "gender": "M",
- "height": "184",
- "weight": "79",
- "sport": "Swimming",
- "team": "Italy",
- "noc": "ITA",
- "age": 21,
- "event": "Swimming Men's 400 metres Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Gabriele Detti",
- "gender": "M",
- "height": "184",
- "weight": "79",
- "sport": "Swimming",
- "team": "Italy",
- "noc": "ITA",
- "age": 21,
- "event": "Swimming Men's 1,500 metres Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Daniel Deuer",
- "gender": "M",
- "height": "190",
- "weight": "76",
- "sport": "Equestrianism",
- "team": "Germany",
- "noc": "GER",
- "age": 34,
- "event": "Equestrianism Mixed Jumping, Team",
- "medal": "Bronze"
- },
- {
- "name": "Jolien D'hoore",
- "gender": "F",
- "height": "176",
- "weight": "64",
- "sport": "Cycling",
- "team": "Belgium",
- "noc": "BEL",
- "age": 26,
- "event": "Cycling Women's Omnium",
- "medal": "Bronze"
- },
- {
- "name": "Marco Di Costanzo",
- "gender": "M",
- "height": "184",
- "weight": "87",
- "sport": "Rowing",
- "team": "Italy",
- "noc": "ITA",
- "age": 24,
- "event": "Rowing Men's Coxless Pairs",
- "medal": "Bronze"
- },
- {
- "name": "Elisa Di Francisca",
- "gender": "F",
- "height": "177",
- "weight": "65",
- "sport": "Fencing",
- "team": "Italy",
- "noc": "ITA",
- "age": 33,
- "event": "Fencing Women's Foil, Individual",
- "medal": "Silver"
- },
- {
- "name": "Francesco Di Fulvio",
- "gender": "M",
- "height": "190",
- "weight": "88",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 22,
- "event": "Water Polo Men's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Tania Di Mario",
- "gender": "F",
- "height": "168",
- "weight": "62",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 37,
- "event": "Water Polo Women's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Emily Jane Diamond",
- "gender": "F",
- "height": "173",
- "weight": "58",
- "sport": "Athletics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 25,
- "event": "Athletics Women's 4 x 400 metres Relay",
- "medal": "Bronze"
- },
- {
- "name": "Hidilyn Diaz",
- "gender": "F",
- "height": "149",
- "weight": "53",
- "sport": "Weightlifting",
- "team": "Philippines",
- "noc": "PHI",
- "age": 25,
- "event": "Weightlifting Women's Featherweight",
- "medal": "Silver"
- },
- {
- "name": "Genzebe Dibaba Keneni",
- "gender": "F",
- "height": "168",
- "weight": "52",
- "sport": "Athletics",
- "team": "Ethiopia",
- "noc": "ETH",
- "age": 25,
- "event": "Athletics Women's 1,500 metres",
- "medal": "Silver"
- },
- {
- "name": "Mare Dibaba Hurssa (-Ibrahimova-)",
- "gender": "F",
- "height": "156",
- "weight": "45",
- "sport": "Athletics",
- "team": "Ethiopia",
- "noc": "ETH",
- "age": 26,
- "event": "Athletics Women's Marathon",
- "medal": "Bronze"
- },
- {
- "name": "Tirunesh Dibaba Keneni",
- "gender": "F",
- "height": "166",
- "weight": "50",
- "sport": "Athletics",
- "team": "Ethiopia",
- "noc": "ETH",
- "age": 31,
- "event": "Athletics Women's 10,000 metres",
- "medal": "Bronze"
- },
- {
- "name": "Aurimas Didbalis",
- "gender": "M",
- "height": "172",
- "weight": "94",
- "sport": "Weightlifting",
- "team": "Lithuania",
- "noc": "LTU",
- "age": 25,
- "event": "Weightlifting Men's Middle-Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Heidi Diethelm Gerber",
- "gender": "F",
- "height": "168",
- "weight": "93",
- "sport": "Shooting",
- "team": "Switzerland",
- "noc": "SUI",
- "age": 47,
- "event": "Shooting Women's Sporting Pistol, 25 metres",
- "medal": "Bronze"
- },
- {
- "name": "Tina Dietze",
- "gender": "F",
- "height": "172",
- "weight": "68",
- "sport": "Canoeing",
- "team": "Germany",
- "noc": "GER",
- "age": 28,
- "event": "Canoeing Women's Kayak Doubles, 500 metres",
- "medal": "Silver"
- },
- {
- "name": "Tina Dietze",
- "gender": "F",
- "height": "172",
- "weight": "68",
- "sport": "Canoeing",
- "team": "Germany",
- "noc": "GER",
- "age": 28,
- "event": "Canoeing Women's Kayak Fours, 500 metres",
- "medal": "Silver"
- },
- {
- "name": "Ding Ning",
- "gender": "F",
- "height": "171",
- "weight": "63",
- "sport": "Table Tennis",
- "team": "China",
- "noc": "CHN",
- "age": 26,
- "event": "Table Tennis Women's Singles",
- "medal": "Gold"
- },
- {
- "name": "Ding Ning",
- "gender": "F",
- "height": "171",
- "weight": "63",
- "sport": "Table Tennis",
- "team": "China",
- "noc": "CHN",
- "age": 26,
- "event": "Table Tennis Women's Team",
- "medal": "Gold"
- },
- {
- "name": "Ding Xia",
- "gender": "F",
- "height": "180",
- "weight": "67",
- "sport": "Volleyball",
- "team": "China",
- "noc": "CHN",
- "age": 26,
- "event": "Volleyball Women's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Loredana Dinu (Iordchioiu-)",
- "gender": "F",
- "height": "168",
- "weight": "60",
- "sport": "Fencing",
- "team": "Romania",
- "noc": "ROU",
- "age": 32,
- "event": "Fencing Women's epee, Team",
- "medal": "Gold"
- },
- {
- "name": "Adrien Dipanda",
- "gender": "M",
- "height": "202",
- "weight": "105",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 28,
- "event": "Handball Men's Handball",
- "medal": "Silver"
- },
- {
- "name": "Madeline Jane \"Maya\" DiRado",
- "gender": "F",
- "height": "175",
- "weight": "65",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 23,
- "event": "Swimming Women's 4 x 200 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Madeline Jane \"Maya\" DiRado",
- "gender": "F",
- "height": "175",
- "weight": "65",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 23,
- "event": "Swimming Women's 200 metres Backstroke",
- "medal": "Gold"
- },
- {
- "name": "Madeline Jane \"Maya\" DiRado",
- "gender": "F",
- "height": "175",
- "weight": "65",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 23,
- "event": "Swimming Women's 200 metres Individual Medley",
- "medal": "Bronze"
- },
- {
- "name": "Madeline Jane \"Maya\" DiRado",
- "gender": "F",
- "height": "175",
- "weight": "65",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 23,
- "event": "Swimming Women's 400 metres Individual Medley",
- "medal": "Silver"
- },
- {
- "name": "Carlien Clemens Dirkse van den Heuvel",
- "gender": "F",
- "height": "170",
- "weight": "56",
- "sport": "Hockey",
- "team": "Netherlands",
- "noc": "NED",
- "age": 29,
- "event": "Hockey Women's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Christian Dissinger",
- "gender": "M",
- "height": "203",
- "weight": "105",
- "sport": "Handball",
- "team": "Germany",
- "noc": "GER",
- "age": 24,
- "event": "Handball Men's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Denis Sergeyevich Dmitriyev",
- "gender": "M",
- "height": "177",
- "weight": "90",
- "sport": "Cycling",
- "team": "Russia",
- "noc": "RUS",
- "age": 30,
- "event": "Cycling Men's Sprint",
- "medal": "Bronze"
- },
- {
- "name": "Darya Yevgenyevna Dmitriyeva",
- "gender": "F",
- "height": "178",
- "weight": "74",
- "sport": "Handball",
- "team": "Russia",
- "noc": "RUS",
- "age": 20,
- "event": "Handball Women's Handball",
- "medal": "Gold"
- },
- {
- "name": "Sbastien Dockier",
- "gender": "M",
- "height": "175",
- "weight": "74",
- "sport": "Hockey",
- "team": "Belgium",
- "noc": "BEL",
- "age": 26,
- "event": "Hockey Men's Hockey",
- "medal": "Silver"
- },
- {
- "name": "John-John Dohmen",
- "gender": "M",
- "height": "174",
- "weight": "69",
- "sport": "Hockey",
- "team": "Belgium",
- "noc": "BEL",
- "age": 28,
- "event": "Hockey Men's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Slvia Domnguez Fernndez",
- "gender": "F",
- "height": "167",
- "weight": "64",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 29,
- "event": "Basketball Women's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Apisai Raviyawa Domolailai",
- "gender": "M",
- "height": "192",
- "weight": "98",
- "sport": "Rugby Sevens",
- "team": "Fiji",
- "noc": "FIJ",
- "age": 27,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Dong Bin",
- "gender": "M",
- "height": "180",
- "weight": "74",
- "sport": "Athletics",
- "team": "China",
- "noc": "CHN",
- "age": 27,
- "event": "Athletics Men's Triple Jump",
- "medal": "Bronze"
- },
- {
- "name": "Dong Dong",
- "gender": "M",
- "height": "168",
- "weight": "57",
- "sport": "Trampolining",
- "team": "China",
- "noc": "CHN",
- "age": 27,
- "event": "Trampolining Men's Individual",
- "medal": "Silver"
- },
- {
- "name": "Dorjnyambuugiin Otgondalai",
- "gender": "M",
- "height": "170",
- "weight": "60",
- "sport": "Boxing",
- "team": "Mongolia",
- "noc": "MGL",
- "age": 28,
- "event": "Boxing Men's Lightweight",
- "medal": "Bronze"
- },
- {
- "name": "Dorjsurengiin Sumiya",
- "gender": "F",
- "height": "160",
- "weight": "59",
- "sport": "Judo",
- "team": "Mongolia",
- "noc": "MGL",
- "age": 25,
- "event": "Judo Women's Lightweight",
- "medal": "Silver"
- },
- {
- "name": "Sam Dorman",
- "gender": "M",
- "height": "175",
- "weight": "77",
- "sport": "Diving",
- "team": "United States",
- "noc": "USA",
- "age": 24,
- "event": "Diving Men's Synchronized Springboard",
- "medal": "Silver"
- },
- {
- "name": "Sara Dosho",
- "gender": "F",
- "height": "159",
- "weight": "69",
- "sport": "Wrestling",
- "team": "Japan",
- "noc": "JPN",
- "age": 21,
- "event": "Wrestling Women's Light-Heavyweight, Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Josef Dostl",
- "gender": "M",
- "height": "202",
- "weight": "115",
- "sport": "Canoeing",
- "team": "Czech Republic",
- "noc": "CZE",
- "age": 23,
- "event": "Canoeing Men's Kayak Singles, 1,000 metres",
- "medal": "Silver"
- },
- {
- "name": "Josef Dostl",
- "gender": "M",
- "height": "202",
- "weight": "115",
- "sport": "Canoeing",
- "team": "Czech Republic",
- "noc": "CZE",
- "age": 23,
- "event": "Canoeing Men's Kayak Fours, 1,000 metres",
- "medal": "Bronze"
- },
- {
- "name": "Gabrielle Christina Victoria \"Gabby\" Douglas",
- "gender": "F",
- "height": "157",
- "weight": "50",
- "sport": "Gymnastics",
- "team": "United States",
- "noc": "USA",
- "age": 20,
- "event": "Gymnastics Women's Team All-Around",
- "medal": "Gold"
- },
- {
- "name": "Douglas dos Santos Justino de Melo",
- "gender": "M",
- "height": "173",
- "weight": "69",
- "sport": "Football",
- "team": "Brazil",
- "noc": "BRA",
- "age": 22,
- "event": "Football Men's Football",
- "medal": "Gold"
- },
- {
- "name": "Owain Daniel John Doull",
- "gender": "M",
- "height": "181",
- "weight": "73",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 23,
- "event": "Cycling Men's Team Pursuit, 4,000 metres",
- "medal": "Gold"
- },
- {
- "name": "Felix Drahotta",
- "gender": "M",
- "height": "200",
- "weight": "102",
- "sport": "Rowing",
- "team": "Germany",
- "noc": "GER",
- "age": 27,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Silver"
- },
- {
- "name": "Caeleb Remel Dressel",
- "gender": "M",
- "height": "191",
- "weight": "86",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Swimming Men's 4 x 100 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Caeleb Remel Dressel",
- "gender": "M",
- "height": "191",
- "weight": "86",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Swimming Men's 4 x 100 metres Medley Relay",
- "medal": "Gold"
- },
- {
- "name": "Derek Drouin",
- "gender": "M",
- "height": "196",
- "weight": "83",
- "sport": "Athletics",
- "team": "Canada",
- "noc": "CAN",
- "age": 26,
- "event": "Athletics Men's High Jump",
- "medal": "Gold"
- },
- {
- "name": "Daniela Druncea",
- "gender": "F",
- "height": "150",
- "weight": "50",
- "sport": "Rowing",
- "team": "Romania",
- "noc": "ROU",
- "age": 25,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Bronze"
- },
- {
- "name": "Paul Drux",
- "gender": "M",
- "height": "192",
- "weight": "106",
- "sport": "Handball",
- "team": "Germany",
- "noc": "GER",
- "age": 21,
- "event": "Handball Men's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Alexander Mah Owens Drysdale",
- "gender": "M",
- "height": "200",
- "weight": "102",
- "sport": "Rowing",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 37,
- "event": "Rowing Men's Single Sculls",
- "medal": "Gold"
- },
- {
- "name": "Du Li",
- "gender": "F",
- "height": "170",
- "weight": "55",
- "sport": "Shooting",
- "team": "China",
- "noc": "CHN",
- "age": 34,
- "event": "Shooting Women's Air Rifle, 10 metres",
- "medal": "Silver"
- },
- {
- "name": "Du Li",
- "gender": "F",
- "height": "170",
- "weight": "55",
- "sport": "Shooting",
- "team": "China",
- "noc": "CHN",
- "age": 34,
- "event": "Shooting Women's Small-Bore Rifle, Three Positions, 50 metres",
- "medal": "Bronze"
- },
- {
- "name": "Duan Jingli",
- "gender": "F",
- "height": "180",
- "weight": "76",
- "sport": "Rowing",
- "team": "China",
- "noc": "CHN",
- "age": 27,
- "event": "Rowing Women's Single Sculls",
- "medal": "Bronze"
- },
- {
- "name": "Charlotte Susan Jane Dujardin",
- "gender": "F",
- "height": "170",
- "weight": "57",
- "sport": "Equestrianism",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 31,
- "event": "Equestrianism Mixed Dressage, Individual",
- "medal": "Gold"
- },
- {
- "name": "Charlotte Susan Jane Dujardin",
- "gender": "F",
- "height": "170",
- "weight": "57",
- "sport": "Equestrianism",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 31,
- "event": "Equestrianism Mixed Dressage, Team",
- "medal": "Silver"
- },
- {
- "name": "Tom Dumoulin",
- "gender": "M",
- "height": "186",
- "weight": "70",
- "sport": "Cycling",
- "team": "Netherlands",
- "noc": "NED",
- "age": 25,
- "event": "Cycling Men's Individual Time Trial",
- "medal": "Silver"
- },
- {
- "name": "Vitaly Vladimirovich Dunaytsev",
- "gender": "M",
- "height": "174",
- "weight": "64",
- "sport": "Boxing",
- "team": "Russia",
- "noc": "RUS",
- "age": 24,
- "event": "Boxing Men's Light-Welterweight",
- "medal": "Bronze"
- },
- {
- "name": "Fitzroy Junior Dunkley",
- "gender": "M",
- "height": "195",
- "weight": "79",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 23,
- "event": "Athletics Men's 4 x 400 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Joshua Dunkley-Smith",
- "gender": "M",
- "height": "194",
- "weight": "98",
- "sport": "Rowing",
- "team": "Australia",
- "noc": "AUS",
- "age": 27,
- "event": "Rowing Men's Coxless Fours",
- "medal": "Silver"
- },
- {
- "name": "Kevin Wayne Durant",
- "gender": "M",
- "height": "206",
- "weight": "105",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Basketball Men's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Scott David Durant",
- "gender": "M",
- "height": "196",
- "weight": "96",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 28,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Gold"
- },
- {
- "name": "Hasanboy Dusmatov",
- "gender": "M",
- "height": "156",
- "weight": "49",
- "sport": "Boxing",
- "team": "Uzbekistan",
- "noc": "UZB",
- "age": 23,
- "event": "Boxing Men's Light-Flyweight",
- "medal": "Gold"
- },
- {
- "name": "Phillip Peter Dutton",
- "gender": "M",
- "height": "168",
- "weight": "68",
- "sport": "Equestrianism",
- "team": "United States",
- "noc": "USA",
- "age": 52,
- "event": "Equestrianism Mixed Three-Day Event, Individual",
- "medal": "Bronze"
- },
- {
- "name": "Conor James Dwyer",
- "gender": "M",
- "height": "196",
- "weight": "89",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Swimming Men's 200 metres Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Conor James Dwyer",
- "gender": "M",
- "height": "196",
- "weight": "89",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Swimming Men's 4 x 200 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Yekaterina Vladimirovna Dyachenko",
- "gender": "F",
- "height": "167",
- "weight": "53",
- "sport": "Fencing",
- "team": "Russia",
- "noc": "RUS",
- "age": 28,
- "event": "Fencing Women's Sabre, Team",
- "medal": "Gold"
- },
- {
- "name": "Ivan Fyodorovich Dychko",
- "gender": "M",
- "height": "205",
- "weight": "91",
- "sport": "Boxing",
- "team": "Kazakhstan",
- "noc": "KAZ",
- "age": 25,
- "event": "Boxing Men's Super-Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Chlo Dygert (-Owen)",
- "gender": "F",
- "height": "176",
- "weight": "66",
- "sport": "Cycling",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Cycling Women's Team Pursuit",
- "medal": "Silver"
- },
- {
- "name": "Ashton James Eaton",
- "gender": "M",
- "height": "186",
- "weight": "81",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 28,
- "event": "Athletics Men's Decathlon",
- "medal": "Gold"
- },
- {
- "name": "Masashi Ebinuma",
- "gender": "M",
- "height": "170",
- "weight": "66",
- "sport": "Judo",
- "team": "Japan",
- "noc": "JPN",
- "age": 26,
- "event": "Judo Men's Half-Lightweight",
- "medal": "Bronze"
- },
- {
- "name": "Jessica Jane \"Jess\" Eddie",
- "gender": "F",
- "height": "178",
- "weight": "75",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 31,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Silver"
- },
- {
- "name": "der Francis Carbonera",
- "gender": "M",
- "height": "205",
- "weight": "107",
- "sport": "Volleyball",
- "team": "Brazil",
- "noc": "BRA",
- "age": 32,
- "event": "Volleyball Men's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Alexander \"Alex\" Edmondson",
- "gender": "M",
- "height": "184",
- "weight": "76",
- "sport": "Cycling",
- "team": "Australia",
- "noc": "AUS",
- "age": 22,
- "event": "Cycling Men's Team Pursuit, 4,000 metres",
- "medal": "Silver"
- },
- {
- "name": "Batrice Edwige",
- "gender": "F",
- "height": "182",
- "weight": "76",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 27,
- "event": "Handball Women's Handball",
- "medal": "Silver"
- },
- {
- "name": "Naito Ehara",
- "gender": "M",
- "height": "172",
- "weight": "59",
- "sport": "Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 23,
- "event": "Swimming Men's 4 x 200 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "Stefaniya Aleksandrovna Elfutina",
- "gender": "F",
- "height": "170",
- "weight": "59",
- "sport": "Sailing",
- "team": "Russia",
- "noc": "RUS",
- "age": 19,
- "event": "Sailing Women's Windsurfer",
- "medal": "Bronze"
- },
- {
- "name": "Marcus John Ellis",
- "gender": "M",
- "height": "175",
- "weight": "80",
- "sport": "Badminton",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 26,
- "event": "Badminton Men's Doubles",
- "medal": "Bronze"
- },
- {
- "name": "Taylor Ellis-Watson",
- "gender": "F",
- "height": "183",
- "weight": "65",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 23,
- "event": "Athletics Women's 4 x 400 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Brady Lee Ellison",
- "gender": "M",
- "height": "181",
- "weight": "86",
- "sport": "Archery",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Archery Men's Individual",
- "medal": "Bronze"
- },
- {
- "name": "Brady Lee Ellison",
- "gender": "M",
- "height": "181",
- "weight": "86",
- "sport": "Archery",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Archery Men's Team",
- "medal": "Silver"
- },
- {
- "name": "Amanda Elmore",
- "gender": "F",
- "height": "180",
- "weight": "80",
- "sport": "Rowing",
- "team": "United States",
- "noc": "USA",
- "age": 25,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Gold"
- },
- {
- "name": "Brittany Joyce Elmslie",
- "gender": "F",
- "height": "179",
- "weight": "73",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 22,
- "event": "Swimming Women's 4 x 100 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Brittany Joyce Elmslie",
- "gender": "F",
- "height": "179",
- "weight": "73",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 22,
- "event": "Swimming Women's 4 x 100 metres Medley Relay",
- "medal": "Silver"
- },
- {
- "name": "Giulia Enrica Emmolo",
- "gender": "F",
- "height": "171",
- "weight": "67",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 24,
- "event": "Water Polo Women's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Tnu Endrekson",
- "gender": "M",
- "height": "198",
- "weight": "104",
- "sport": "Rowing",
- "team": "Estonia",
- "noc": "EST",
- "age": 37,
- "event": "Rowing Men's Quadruple Sculls",
- "medal": "Bronze"
- },
- {
- "name": "Jessica Phyllis Ennis-Hill",
- "gender": "F",
- "height": "165",
- "weight": "57",
- "sport": "Athletics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 30,
- "event": "Athletics Women's Heptathlon",
- "medal": "Silver"
- },
- {
- "name": "Magdalena \"Magda\" Eriksson",
- "gender": "F",
- "height": "172",
- "weight": "66",
- "sport": "Football",
- "team": "Sweden",
- "noc": "SWE",
- "age": 22,
- "event": "Football Women's Football",
- "medal": "Silver"
- },
- {
- "name": "Saturday Keigo Erimuya",
- "gender": "M",
- "height": "171",
- "weight": "NA",
- "sport": "Football",
- "team": "Nigeria",
- "noc": "NGR",
- "age": 18,
- "event": "Football Men's Football",
- "medal": "Bronze"
- },
- {
- "name": "Anthony Lee Ervin",
- "gender": "M",
- "height": "191",
- "weight": "80",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 35,
- "event": "Swimming Men's 50 metres Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Anthony Lee Ervin",
- "gender": "M",
- "height": "191",
- "weight": "80",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 35,
- "event": "Swimming Men's 4 x 100 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Srgio \"Escadinha\" Dutra dos Santos",
- "gender": "M",
- "height": "184",
- "weight": "78",
- "sport": "Volleyball",
- "team": "Brazil",
- "noc": "BRA",
- "age": 40,
- "event": "Volleyball Men's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Mara del Rosario Espinoza Espinoza",
- "gender": "F",
- "height": "173",
- "weight": "70",
- "sport": "Taekwondo",
- "team": "Mexico",
- "noc": "MEX",
- "age": 28,
- "event": "Taekwondo Women's Heavyweight",
- "medal": "Silver"
- },
- {
- "name": "Chloe Esposito",
- "gender": "F",
- "height": "168",
- "weight": "55",
- "sport": "Modern Pentathlon",
- "team": "Australia",
- "noc": "AUS",
- "age": 24,
- "event": "Modern Pentathlon Women's Individual",
- "medal": "Gold"
- },
- {
- "name": "Oghenekaro Peter Etebo",
- "gender": "M",
- "height": "172",
- "weight": "71",
- "sport": "Football",
- "team": "Nigeria",
- "noc": "NGR",
- "age": 20,
- "event": "Football Men's Football",
- "medal": "Bronze"
- },
- {
- "name": "Gemma Etheridge",
- "gender": "F",
- "height": "169",
- "weight": "66",
- "sport": "Rugby Sevens",
- "team": "Australia",
- "noc": "AUS",
- "age": 29,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Imoh Ezekiel",
- "gender": "M",
- "height": "171",
- "weight": "80",
- "sport": "Football",
- "team": "Nigeria",
- "noc": "NGR",
- "age": 22,
- "event": "Football Men's Football",
- "medal": "Bronze"
- },
- {
- "name": "Ludovic Fabregas",
- "gender": "M",
- "height": "198",
- "weight": "100",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 20,
- "event": "Handball Men's Handball",
- "medal": "Silver"
- },
- {
- "name": "Simone Facey",
- "gender": "F",
- "height": "162",
- "weight": "53",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 31,
- "event": "Athletics Women's 4 x 100 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Fan Yilin",
- "gender": "F",
- "height": "148",
- "weight": "37",
- "sport": "Gymnastics",
- "team": "China",
- "noc": "CHN",
- "age": 16,
- "event": "Gymnastics Women's Team All-Around",
- "medal": "Bronze"
- },
- {
- "name": "ime Fantela",
- "gender": "M",
- "height": "183",
- "weight": "67",
- "sport": "Sailing",
- "team": "Croatia",
- "noc": "CRO",
- "age": 30,
- "event": "Sailing Men's Two Person Dinghy",
- "medal": "Gold"
- },
- {
- "name": "Mohamed Muktar Jama \"Mo\" Farah",
- "gender": "M",
- "height": "175",
- "weight": "58",
- "sport": "Athletics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 33,
- "event": "Athletics Men's 5,000 metres",
- "medal": "Gold"
- },
- {
- "name": "Mohamed Muktar Jama \"Mo\" Farah",
- "gender": "M",
- "height": "175",
- "weight": "58",
- "sport": "Athletics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 33,
- "event": "Athletics Men's 10,000 metres",
- "medal": "Gold"
- },
- {
- "name": "Bianca Farella",
- "gender": "F",
- "height": "173",
- "weight": "73",
- "sport": "Rugby Sevens",
- "team": "Canada",
- "noc": "CAN",
- "age": 24,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Kent Farrington",
- "gender": "M",
- "height": "173",
- "weight": "66",
- "sport": "Equestrianism",
- "team": "United States",
- "noc": "USA",
- "age": 35,
- "event": "Equestrianism Mixed Jumping, Team",
- "medal": "Silver"
- },
- {
- "name": "Steffen Fth",
- "gender": "M",
- "height": "199",
- "weight": "97",
- "sport": "Handball",
- "team": "Germany",
- "noc": "GER",
- "age": 26,
- "event": "Handball Men's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Rachel Fattal",
- "gender": "F",
- "height": "173",
- "weight": "65",
- "sport": "Water Polo",
- "team": "United States",
- "noc": "USA",
- "age": 22,
- "event": "Water Polo Women's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Krisztina Fazekas Zur",
- "gender": "F",
- "height": "172",
- "weight": "64",
- "sport": "Canoeing",
- "team": "Hungary",
- "noc": "HUN",
- "age": 36,
- "event": "Canoeing Women's Kayak Fours, 500 metres",
- "medal": "Gold"
- },
- {
- "name": "James \"Jimmy\" Feigen",
- "gender": "M",
- "height": "196",
- "weight": "98",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Swimming Men's 4 x 100 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Felipe Anderson Perieira Gomes",
- "gender": "M",
- "height": "178",
- "weight": "66",
- "sport": "Football",
- "team": "Brazil",
- "noc": "BRA",
- "age": 23,
- "event": "Football Men's Football",
- "medal": "Gold"
- },
- {
- "name": "Allyson Michelle Felix",
- "gender": "F",
- "height": "168",
- "weight": "56",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Athletics Women's 400 metres",
- "medal": "Silver"
- },
- {
- "name": "Allyson Michelle Felix",
- "gender": "F",
- "height": "168",
- "weight": "56",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Athletics Women's 4 x 100 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Allyson Michelle Felix",
- "gender": "F",
- "height": "168",
- "weight": "56",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Athletics Women's 4 x 400 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Feng Shanshan",
- "gender": "F",
- "height": "170",
- "weight": "85",
- "sport": "Golf",
- "team": "China",
- "noc": "CHN",
- "age": 26,
- "event": "Golf Women's Individual",
- "medal": "Bronze"
- },
- {
- "name": "Rodolfo \"Rudy\" Fernndez Farrs",
- "gender": "M",
- "height": "196",
- "weight": "84",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 31,
- "event": "Basketball Men's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Rossella Fiamingo",
- "gender": "F",
- "height": "167",
- "weight": "50",
- "sport": "Fencing",
- "team": "Italy",
- "noc": "ITA",
- "age": 25,
- "event": "Fencing Women's epee, Individual",
- "medal": "Silver"
- },
- {
- "name": "Marco Fichera",
- "gender": "M",
- "height": "180",
- "weight": "74",
- "sport": "Fencing",
- "team": "Italy",
- "noc": "ITA",
- "age": 22,
- "event": "Fencing Men's epee, Team",
- "medal": "Silver"
- },
- {
- "name": "Connor Evan Fields",
- "gender": "M",
- "height": "183",
- "weight": "88",
- "sport": "Cycling",
- "team": "United States",
- "noc": "USA",
- "age": 23,
- "event": "Cycling Men's BMX",
- "medal": "Gold"
- },
- {
- "name": "Pietro Figlioli",
- "gender": "M",
- "height": "191",
- "weight": "98",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 32,
- "event": "Water Polo Men's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "scar Albeyro Figueroa Mosquera",
- "gender": "M",
- "height": "159",
- "weight": "62",
- "sport": "Weightlifting",
- "team": "Colombia",
- "noc": "COL",
- "age": 33,
- "event": "Weightlifting Men's Featherweight",
- "medal": "Gold"
- },
- {
- "name": "Roseline Filion",
- "gender": "F",
- "height": "152",
- "weight": "52",
- "sport": "Diving",
- "team": "Canada",
- "noc": "CAN",
- "age": 29,
- "event": "Diving Women's Synchronized Platform",
- "medal": "Bronze"
- },
- {
- "name": "Filip Filipovi",
- "gender": "M",
- "height": "196",
- "weight": "101",
- "sport": "Water Polo",
- "team": "Serbia",
- "noc": "SRB",
- "age": 29,
- "event": "Water Polo Men's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Yoel Segundo Finol Rivas",
- "gender": "M",
- "height": "168",
- "weight": "52",
- "sport": "Boxing",
- "team": "Venezuela",
- "noc": "VEN",
- "age": 19,
- "event": "Boxing Men's Flyweight",
- "medal": "Bronze"
- },
- {
- "name": "Aria Fischer",
- "gender": "F",
- "height": "183",
- "weight": "78",
- "sport": "Water Polo",
- "team": "United States",
- "noc": "USA",
- "age": 17,
- "event": "Water Polo Women's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Makenzie Fischer",
- "gender": "F",
- "height": "186",
- "weight": "74",
- "sport": "Water Polo",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Water Polo Women's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "sa Nilla Maria Fischer",
- "gender": "F",
- "height": "176",
- "weight": "68",
- "sport": "Football",
- "team": "Sweden",
- "noc": "SWE",
- "age": 32,
- "event": "Football Women's Football",
- "medal": "Silver"
- },
- {
- "name": "Theresa Matauaina Fitzpatrick",
- "gender": "F",
- "height": "168",
- "weight": "75",
- "sport": "Rugby Sevens",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 21,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Jessie Alexandra Fleming",
- "gender": "F",
- "height": "164",
- "weight": "55",
- "sport": "Football",
- "team": "Canada",
- "noc": "CAN",
- "age": 18,
- "event": "Football Women's Football",
- "medal": "Bronze"
- },
- {
- "name": "David Florence",
- "gender": "M",
- "height": "188",
- "weight": "76",
- "sport": "Canoeing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 33,
- "event": "Canoeing Men's Canadian Doubles, Slalom",
- "medal": "Silver"
- },
- {
- "name": "Casper Michael von Folsach",
- "gender": "M",
- "height": "191",
- "weight": "82",
- "sport": "Cycling",
- "team": "Denmark",
- "noc": "DEN",
- "age": 23,
- "event": "Cycling Men's Team Pursuit, 4,000 metres",
- "medal": "Bronze"
- },
- {
- "name": "Andrea Fondelli",
- "gender": "M",
- "height": "190",
- "weight": "96",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 22,
- "event": "Water Polo Men's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Nouchka Fontijn",
- "gender": "F",
- "height": "180",
- "weight": "75",
- "sport": "Boxing",
- "team": "Netherlands",
- "noc": "NED",
- "age": 28,
- "event": "Boxing Women's Middleweight",
- "medal": "Silver"
- },
- {
- "name": "Shashalee Forbes",
- "gender": "F",
- "height": "160",
- "weight": "55",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 20,
- "event": "Athletics Women's 4 x 100 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Karsten Forsterling",
- "gender": "M",
- "height": "191",
- "weight": "88",
- "sport": "Rowing",
- "team": "Australia",
- "noc": "AUS",
- "age": 36,
- "event": "Rowing Men's Quadruple Sculls",
- "medal": "Silver"
- },
- {
- "name": "Sylvia Shaqueria Fowles",
- "gender": "F",
- "height": "198",
- "weight": "90",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Basketball Women's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Jessica Esther \"Jess\" Fox",
- "gender": "F",
- "height": "166",
- "weight": "60",
- "sport": "Canoeing",
- "team": "Australia",
- "noc": "AUS",
- "age": 22,
- "event": "Canoeing Women's Kayak Singles, Slalom",
- "medal": "Bronze"
- },
- {
- "name": "Marit Malm Frafjord",
- "gender": "F",
- "height": "182",
- "weight": "78",
- "sport": "Handball",
- "team": "Norway",
- "noc": "NOR",
- "age": 30,
- "event": "Handball Women's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Javon Francis",
- "gender": "M",
- "height": "183",
- "weight": "68",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 21,
- "event": "Athletics Men's 4 x 400 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Phyllis Chanez Francis",
- "gender": "F",
- "height": "180",
- "weight": "72",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 24,
- "event": "Athletics Women's 4 x 400 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Tanja Chiara Frank",
- "gender": "F",
- "height": "167",
- "weight": "57",
- "sport": "Sailing",
- "team": "Austria",
- "noc": "AUT",
- "age": 23,
- "event": "Sailing Mixed Multihull",
- "medal": "Bronze"
- },
- {
- "name": "Melissa Jeanette \"Missy\" Franklin",
- "gender": "F",
- "height": "188",
- "weight": "77",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 21,
- "event": "Swimming Women's 4 x 200 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Anna Jenny Eva Maria Fransson (Magnusson-)",
- "gender": "F",
- "height": "169",
- "weight": "73",
- "sport": "Wrestling",
- "team": "Sweden",
- "noc": "SWE",
- "age": 29,
- "event": "Wrestling Women's Light-Heavyweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Shelly-Ann Fraser-Pryce",
- "gender": "F",
- "height": "160",
- "weight": "57",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 29,
- "event": "Athletics Women's 100 metres",
- "medal": "Bronze"
- },
- {
- "name": "Shelly-Ann Fraser-Pryce",
- "gender": "F",
- "height": "160",
- "weight": "57",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 29,
- "event": "Athletics Women's 4 x 100 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Teresa Frassinetti",
- "gender": "F",
- "height": "178",
- "weight": "75",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 30,
- "event": "Water Polo Women's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Carl Peder Fredricson",
- "gender": "M",
- "height": "189",
- "weight": "80",
- "sport": "Equestrianism",
- "team": "Sweden",
- "noc": "SWE",
- "age": 44,
- "event": "Equestrianism Mixed Jumping, Individual",
- "medal": "Silver"
- },
- {
- "name": "Christopher Clive \"Chris\" Froome",
- "gender": "M",
- "height": "185",
- "weight": "69",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 31,
- "event": "Cycling Men's Individual Time Trial",
- "medal": "Bronze"
- },
- {
- "name": "Fu Haifeng",
- "gender": "M",
- "height": "181",
- "weight": "78",
- "sport": "Badminton",
- "team": "China-1",
- "noc": "CHN",
- "age": 32,
- "event": "Badminton Men's Doubles",
- "medal": "Gold"
- },
- {
- "name": "Fu Yuanhui",
- "gender": "F",
- "height": "179",
- "weight": "63",
- "sport": "Swimming",
- "team": "China",
- "noc": "CHN",
- "age": 20,
- "event": "Swimming Women's 100 metres Backstroke",
- "medal": "Bronze"
- },
- {
- "name": "Florian Fuchs",
- "gender": "M",
- "height": "185",
- "weight": "74",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 24,
- "event": "Hockey Men's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Jakob Diemer Fuglsang",
- "gender": "M",
- "height": "183",
- "weight": "69",
- "sport": "Cycling",
- "team": "Denmark",
- "noc": "DEN",
- "age": 31,
- "event": "Cycling Men's Road Race, Individual",
- "medal": "Silver"
- },
- {
- "name": "Ai Fukuhara",
- "gender": "F",
- "height": "156",
- "weight": "48",
- "sport": "Table Tennis",
- "team": "Japan",
- "noc": "JPN",
- "age": 27,
- "event": "Table Tennis Women's Team",
- "medal": "Bronze"
- },
- {
- "name": "Magdalena Fularczyk-Kozowska",
- "gender": "F",
- "height": "173",
- "weight": "70",
- "sport": "Rowing",
- "team": "Poland",
- "noc": "POL",
- "age": 29,
- "event": "Rowing Women's Double Sculls",
- "medal": "Gold"
- },
- {
- "name": "Moritz Frste",
- "gender": "M",
- "height": "190",
- "weight": "89",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 31,
- "event": "Hockey Men's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Gabriel Barbosa Almeida",
- "gender": "M",
- "height": "178",
- "weight": "68",
- "sport": "Football",
- "team": "Brazil",
- "noc": "BRA",
- "age": 19,
- "event": "Football Men's Football",
- "medal": "Gold"
- },
- {
- "name": "Gabriel Fernando de Jesus",
- "gender": "M",
- "height": "175",
- "weight": "68",
- "sport": "Football",
- "team": "Brazil",
- "noc": "BRA",
- "age": 19,
- "event": "Football Men's Football",
- "medal": "Gold"
- },
- {
- "name": "Otgontsetseg Galbadrakhyn",
- "gender": "F",
- "height": "170",
- "weight": "63",
- "sport": "Judo",
- "team": "Kazakhstan",
- "noc": "KAZ",
- "age": 24,
- "event": "Judo Women's Extra-Lightweight",
- "medal": "Bronze"
- },
- {
- "name": "Valentino Gallo",
- "gender": "M",
- "height": "192",
- "weight": "95",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 31,
- "event": "Water Polo Men's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Jacqueline \"Jackie\" Galloway",
- "gender": "F",
- "height": "178",
- "weight": "80",
- "sport": "Taekwondo",
- "team": "United States",
- "noc": "USA",
- "age": 20,
- "event": "Taekwondo Women's Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Dzhavid Shakirovich Gamzatov",
- "gender": "M",
- "height": "176",
- "weight": "91",
- "sport": "Wrestling",
- "team": "Belarus",
- "noc": "BLR",
- "age": 26,
- "event": "Wrestling Men's Light-Heavyweight, Greco-Roman",
- "medal": "Bronze"
- },
- {
- "name": "Gao Lei",
- "gender": "M",
- "height": "170",
- "weight": "64",
- "sport": "Trampolining",
- "team": "China",
- "noc": "CHN",
- "age": 24,
- "event": "Trampolining Men's Individual",
- "medal": "Bronze"
- },
- {
- "name": "Xavier Garca Gadea",
- "gender": "M",
- "height": "198",
- "weight": "92",
- "sport": "Water Polo",
- "team": "Croatia",
- "noc": "CRO",
- "age": 32,
- "event": "Water Polo Men's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Steven Gardiner",
- "gender": "M",
- "height": "193",
- "weight": "94",
- "sport": "Athletics",
- "team": "Bahamas",
- "noc": "BAH",
- "age": 20,
- "event": "Athletics Men's 4 x 400 metres Relay",
- "medal": "Bronze"
- },
- {
- "name": "English Gardner",
- "gender": "F",
- "height": "168",
- "weight": "55",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 24,
- "event": "Athletics Women's 4 x 100 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Denis Gargaud Chanut",
- "gender": "M",
- "height": "181",
- "weight": "76",
- "sport": "Canoeing",
- "team": "France",
- "noc": "FRA",
- "age": 29,
- "event": "Canoeing Men's Canadian Singles, Slalom",
- "medal": "Gold"
- },
- {
- "name": "Arianna Garibotti",
- "gender": "F",
- "height": "169",
- "weight": "64",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 26,
- "event": "Water Polo Women's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Daniele Garozzo",
- "gender": "M",
- "height": "177",
- "weight": "65",
- "sport": "Fencing",
- "team": "Italy",
- "noc": "ITA",
- "age": 23,
- "event": "Fencing Men's Foil, Individual",
- "medal": "Gold"
- },
- {
- "name": "Enrico Garozzo",
- "gender": "M",
- "height": "190",
- "weight": "70",
- "sport": "Fencing",
- "team": "Italy",
- "noc": "ITA",
- "age": 27,
- "event": "Fencing Men's epee, Team",
- "medal": "Silver"
- },
- {
- "name": "Zach Garrett",
- "gender": "M",
- "height": "178",
- "weight": "64",
- "sport": "Archery",
- "team": "United States",
- "noc": "USA",
- "age": 21,
- "event": "Archery Men's Team",
- "medal": "Silver"
- },
- {
- "name": "Pau Gasol Sez",
- "gender": "M",
- "height": "215",
- "weight": "115",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 36,
- "event": "Basketball Men's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Justin Alexander Gatlin",
- "gender": "M",
- "height": "186",
- "weight": "80",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 34,
- "event": "Athletics Men's 100 metres",
- "medal": "Silver"
- },
- {
- "name": "Artemi Gavezou Castro",
- "gender": "F",
- "height": "169",
- "weight": "55",
- "sport": "Rhythmic Gymnastics",
- "team": "Spain",
- "noc": "ESP",
- "age": 22,
- "event": "Rhythmic Gymnastics Women's Group",
- "medal": "Silver"
- },
- {
- "name": "Yuliya Petrovna Gavrilova",
- "gender": "F",
- "height": "169",
- "weight": "56",
- "sport": "Fencing",
- "team": "Russia",
- "noc": "RUS",
- "age": 27,
- "event": "Fencing Women's Sabre, Team",
- "medal": "Gold"
- },
- {
- "name": "Fazliddin Khasanbayevich Gaybnazarov",
- "gender": "M",
- "height": "169",
- "weight": "64",
- "sport": "Boxing",
- "team": "Uzbekistan",
- "noc": "UZB",
- "age": 25,
- "event": "Boxing Men's Light-Welterweight",
- "medal": "Gold"
- },
- {
- "name": "Ruth Marie Christelle Gbagbi",
- "gender": "F",
- "height": "176",
- "weight": "65",
- "sport": "Taekwondo",
- "team": "Cote d'Ivoire",
- "noc": "CIV",
- "age": 22,
- "event": "Taekwondo Women's Welterweight",
- "medal": "Bronze"
- },
- {
- "name": "Hagos Gebrhiwet Berhe",
- "gender": "M",
- "height": "171",
- "weight": "56",
- "sport": "Athletics",
- "team": "Ethiopia",
- "noc": "ETH",
- "age": 22,
- "event": "Athletics Men's 5,000 metres",
- "medal": "Bronze"
- },
- {
- "name": "Justin Gilberto Geduld",
- "gender": "M",
- "height": "175",
- "weight": "78",
- "sport": "Rugby Sevens",
- "team": "South Africa",
- "noc": "RSA",
- "age": 22,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Aniuar Borisovich Geduyev",
- "gender": "M",
- "height": "173",
- "weight": "74",
- "sport": "Wrestling",
- "team": "Russia",
- "noc": "RUS",
- "age": 29,
- "event": "Wrestling Men's Middleweight, Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Uwe Gensheimer",
- "gender": "M",
- "height": "188",
- "weight": "88",
- "sport": "Handball",
- "team": "Germany",
- "noc": "GER",
- "age": 29,
- "event": "Handball Men's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Paul George",
- "gender": "M",
- "height": "206",
- "weight": "99",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Basketball Men's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Vincent Grard",
- "gender": "M",
- "height": "189",
- "weight": "100",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 29,
- "event": "Handball Men's Handball",
- "medal": "Silver"
- },
- {
- "name": "Aleksandra Viktorovna Gerasimenya",
- "gender": "F",
- "height": "175",
- "weight": "60",
- "sport": "Swimming",
- "team": "Belarus",
- "noc": "BLR",
- "age": 30,
- "event": "Swimming Women's 50 metres Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Yarden Gerbi",
- "gender": "F",
- "height": "169",
- "weight": "63",
- "sport": "Judo",
- "team": "Israel",
- "noc": "ISR",
- "age": 27,
- "event": "Judo Women's Half-Middleweight",
- "medal": "Bronze"
- },
- {
- "name": "Komeil Nemat Ghasemi",
- "gender": "M",
- "height": "186",
- "weight": "115",
- "sport": "Wrestling",
- "team": "Iran",
- "noc": "IRI",
- "age": 28,
- "event": "Wrestling Men's Super-Heavyweight, Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Simona Cristina Gherman (Alexandru-)",
- "gender": "F",
- "height": "170",
- "weight": "58",
- "sport": "Fencing",
- "team": "Romania",
- "noc": "ROU",
- "age": 31,
- "event": "Fencing Women's epee, Team",
- "medal": "Gold"
- },
- {
- "name": "Simone Giannelli",
- "gender": "M",
- "height": "198",
- "weight": "92",
- "sport": "Volleyball",
- "team": "Italy",
- "noc": "ITA",
- "age": 19,
- "event": "Volleyball Men's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Spyridon \"Spyros\" Gianniotis",
- "gender": "M",
- "height": "185",
- "weight": "78",
- "sport": "Swimming",
- "team": "Greece",
- "noc": "GRE",
- "age": 36,
- "event": "Swimming Men's 10 kilometres Open Water",
- "medal": "Silver"
- },
- {
- "name": "Laura Gil Collado",
- "gender": "F",
- "height": "191",
- "weight": "78",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 24,
- "event": "Basketball Women's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Juan Ignacio Gilardi",
- "gender": "M",
- "height": "186",
- "weight": "91",
- "sport": "Hockey",
- "team": "Argentina",
- "noc": "ARG",
- "age": 34,
- "event": "Hockey Men's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Kaleigh Gilchrist",
- "gender": "F",
- "height": "176",
- "weight": "77",
- "sport": "Water Polo",
- "team": "United States",
- "noc": "USA",
- "age": 24,
- "event": "Water Polo Women's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Fabien Pierre Aurlien Dominique Gilot",
- "gender": "M",
- "height": "193",
- "weight": "85",
- "sport": "Swimming",
- "team": "France",
- "noc": "FRA",
- "age": 32,
- "event": "Swimming Men's 4 x 100 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Matthias Lukas Ginter",
- "gender": "M",
- "height": "190",
- "weight": "88",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 22,
- "event": "Football Men's Football",
- "medal": "Silver"
- },
- {
- "name": "Cameron Girdlestone",
- "gender": "M",
- "height": "190",
- "weight": "92",
- "sport": "Rowing",
- "team": "Australia",
- "noc": "AUS",
- "age": 28,
- "event": "Rowing Men's Quadruple Sculls",
- "medal": "Silver"
- },
- {
- "name": "Niccol Gitto",
- "gender": "M",
- "height": "190",
- "weight": "90",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 29,
- "event": "Water Polo Men's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Odette Giuffrida",
- "gender": "F",
- "height": "160",
- "weight": "52",
- "sport": "Judo",
- "team": "Italy",
- "noc": "ITA",
- "age": 21,
- "event": "Judo Women's Half-Lightweight",
- "medal": "Silver"
- },
- {
- "name": "Shakhram Dzhamshedovich Giyasov",
- "gender": "M",
- "height": "174",
- "weight": "69",
- "sport": "Boxing",
- "team": "Uzbekistan",
- "noc": "UZB",
- "age": 23,
- "event": "Boxing Men's Welterweight",
- "medal": "Silver"
- },
- {
- "name": "Jasmin Glaesser",
- "gender": "F",
- "height": "167",
- "weight": "58",
- "sport": "Cycling",
- "team": "Canada",
- "noc": "CAN",
- "age": 24,
- "event": "Cycling Women's Team Pursuit",
- "medal": "Bronze"
- },
- {
- "name": "Josip Glasnovi",
- "gender": "M",
- "height": "178",
- "weight": "82",
- "sport": "Shooting",
- "team": "Croatia",
- "noc": "CRO",
- "age": 33,
- "event": "Shooting Men's Trap",
- "medal": "Gold"
- },
- {
- "name": "Alisha Rebecca Glass",
- "gender": "F",
- "height": "183",
- "weight": "72",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 28,
- "event": "Volleyball Women's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Laura Glauser",
- "gender": "F",
- "height": "178",
- "weight": "65",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 22,
- "event": "Handball Women's Handball",
- "medal": "Silver"
- },
- {
- "name": "Helen Rachel M. Glover",
- "gender": "F",
- "height": "177",
- "weight": "67",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 30,
- "event": "Rowing Women's Coxless Pairs",
- "medal": "Gold"
- },
- {
- "name": "Nadezhda Sergeyevna Glyzina-Fedotova",
- "gender": "F",
- "height": "175",
- "weight": "68",
- "sport": "Water Polo",
- "team": "Russia",
- "noc": "RUS",
- "age": 28,
- "event": "Water Polo Women's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Serge David Gnabry",
- "gender": "M",
- "height": "173",
- "weight": "74",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 21,
- "event": "Football Men's Football",
- "medal": "Silver"
- },
- {
- "name": "Tessa Gobbo",
- "gender": "F",
- "height": "185",
- "weight": "82",
- "sport": "Rowing",
- "team": "United States",
- "noc": "USA",
- "age": 25,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Gold"
- },
- {
- "name": "ivko Goci",
- "gender": "M",
- "height": "193",
- "weight": "93",
- "sport": "Water Polo",
- "team": "Serbia",
- "noc": "SRB",
- "age": 33,
- "event": "Water Polo Men's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Lena Goeling",
- "gender": "F",
- "height": "171",
- "weight": "56",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 30,
- "event": "Football Women's Football",
- "medal": "Gold"
- },
- {
- "name": "Goh Liu Ying",
- "gender": "F",
- "height": "166",
- "weight": "56",
- "sport": "Badminton",
- "team": "Malaysia",
- "noc": "MAS",
- "age": 27,
- "event": "Badminton Mixed Doubles",
- "medal": "Silver"
- },
- {
- "name": "Goh V Shem",
- "gender": "M",
- "height": "180",
- "weight": "70",
- "sport": "Badminton",
- "team": "Malaysia",
- "noc": "MAS",
- "age": 27,
- "event": "Badminton Men's Doubles",
- "medal": "Silver"
- },
- {
- "name": "Vladislav Olegovich Goncharov",
- "gender": "M",
- "height": "173",
- "weight": "66",
- "sport": "Trampolining",
- "team": "Belarus",
- "noc": "BLR",
- "age": 20,
- "event": "Trampolining Men's Individual",
- "medal": "Gold"
- },
- {
- "name": "Gong Jinjie",
- "gender": "F",
- "height": "165",
- "weight": "65",
- "sport": "Cycling",
- "team": "China",
- "noc": "CHN",
- "age": 29,
- "event": "Cycling Women's Team Sprint",
- "medal": "Gold"
- },
- {
- "name": "Gong Xiangyu",
- "gender": "F",
- "height": "186",
- "weight": "72",
- "sport": "Volleyball",
- "team": "China",
- "noc": "CHN",
- "age": 19,
- "event": "Volleyball Women's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Joel Gonzlez Bonilla",
- "gender": "M",
- "height": "185",
- "weight": "68",
- "sport": "Taekwondo",
- "team": "Spain",
- "noc": "ESP",
- "age": 26,
- "event": "Taekwondo Men's Featherweight",
- "medal": "Bronze"
- },
- {
- "name": "Mara Guadalupe Gonzlez Romero",
- "gender": "F",
- "height": "162",
- "weight": "47",
- "sport": "Athletics",
- "team": "Mexico",
- "noc": "MEX",
- "age": 27,
- "event": "Athletics Women's 20 kilometres Walk",
- "medal": "Silver"
- },
- {
- "name": "Daniel Goodfellow",
- "gender": "M",
- "height": "167",
- "weight": "58",
- "sport": "Diving",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 19,
- "event": "Diving Men's Synchronized Platform",
- "medal": "Bronze"
- },
- {
- "name": "Chrisann Gordon",
- "gender": "F",
- "height": "168",
- "weight": "65",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 21,
- "event": "Athletics Women's 4 x 400 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Leon Goretzka",
- "gender": "M",
- "height": "189",
- "weight": "79",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 21,
- "event": "Football Men's Football",
- "medal": "Silver"
- },
- {
- "name": "Karina Khavazhevna Goricheva",
- "gender": "F",
- "height": "160",
- "weight": "63",
- "sport": "Weightlifting",
- "team": "Kazakhstan",
- "noc": "KAZ",
- "age": 23,
- "event": "Weightlifting Women's Middleweight",
- "medal": "Bronze"
- },
- {
- "name": "Giulia Gorlero",
- "gender": "F",
- "height": "180",
- "weight": "73",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 25,
- "event": "Water Polo Women's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Kennedy Goss",
- "gender": "F",
- "height": "173",
- "weight": "74",
- "sport": "Swimming",
- "team": "Canada",
- "noc": "CAN",
- "age": 19,
- "event": "Swimming Women's 4 x 200 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "Sarah Goss",
- "gender": "F",
- "height": "176",
- "weight": "73",
- "sport": "Rugby Sevens",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 23,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Matthew Anthony W. \"Matt\" Gotrel",
- "gender": "M",
- "height": "195",
- "weight": "95",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 27,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Gold"
- },
- {
- "name": "Simon Gougnard",
- "gender": "M",
- "height": "187",
- "weight": "84",
- "sport": "Hockey",
- "team": "Belgium",
- "noc": "BEL",
- "age": 25,
- "event": "Hockey Men's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Martine Soffiatti Grael",
- "gender": "F",
- "height": "168",
- "weight": "62",
- "sport": "Sailing",
- "team": "Brazil",
- "noc": "BRA",
- "age": 25,
- "event": "Sailing Women's Skiff",
- "medal": "Gold"
- },
- {
- "name": "Katherine Jane Grainger",
- "gender": "F",
- "height": "183",
- "weight": "78",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 40,
- "event": "Rowing Women's Double Sculls",
- "medal": "Silver"
- },
- {
- "name": "Mats Grambusch",
- "gender": "M",
- "height": "177",
- "weight": "74",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 23,
- "event": "Hockey Men's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Tom Grambusch",
- "gender": "M",
- "height": "185",
- "weight": "85",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 20,
- "event": "Hockey Men's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Laura Graves",
- "gender": "F",
- "height": "173",
- "weight": "55",
- "sport": "Equestrianism",
- "team": "United States",
- "noc": "USA",
- "age": 29,
- "event": "Equestrianism Mixed Dressage, Team",
- "medal": "Bronze"
- },
- {
- "name": "Mathieu Grbille",
- "gender": "M",
- "height": "198",
- "weight": "100",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 24,
- "event": "Handball Men's Handball",
- "medal": "Silver"
- },
- {
- "name": "Draymond Jamal Green",
- "gender": "M",
- "height": "200",
- "weight": "104",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Basketball Men's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Ellia Green",
- "gender": "F",
- "height": "172",
- "weight": "75",
- "sport": "Rugby Sevens",
- "team": "Australia",
- "noc": "AUS",
- "age": 23,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Alexander John \"Alex\" Gregory",
- "gender": "M",
- "height": "198",
- "weight": "97",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 32,
- "event": "Rowing Men's Coxless Fours",
- "medal": "Gold"
- },
- {
- "name": "Catherine Rose \"Katie\" Greves (-Solesbury)",
- "gender": "F",
- "height": "179",
- "weight": "71",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 33,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Silver"
- },
- {
- "name": "Sam Griffiths",
- "gender": "M",
- "height": "171",
- "weight": "73",
- "sport": "Equestrianism",
- "team": "Australia",
- "noc": "AUS",
- "age": 44,
- "event": "Equestrianism Mixed Three-Day Event, Team",
- "medal": "Bronze"
- },
- {
- "name": "Kirill Akopovich Grigoryan",
- "gender": "M",
- "height": "179",
- "weight": "88",
- "sport": "Shooting",
- "team": "Russia",
- "noc": "RUS",
- "age": 24,
- "event": "Shooting Men's Small-Bore Rifle, Prone, 50 metres",
- "medal": "Bronze"
- },
- {
- "name": "Kari Aalvik Grimsb",
- "gender": "F",
- "height": "180",
- "weight": "80",
- "sport": "Handball",
- "team": "Norway",
- "noc": "NOR",
- "age": 31,
- "event": "Handball Women's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Brittney Yevette Griner",
- "gender": "F",
- "height": "203",
- "weight": "94",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 25,
- "event": "Basketball Women's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Anna Sergeyevna Grinyova",
- "gender": "F",
- "height": "185",
- "weight": "87",
- "sport": "Water Polo",
- "team": "Russia",
- "noc": "RUS",
- "age": 28,
- "event": "Water Polo Women's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Mindaugas Grikonis",
- "gender": "M",
- "height": "190",
- "weight": "92",
- "sport": "Rowing",
- "team": "Lithuania",
- "noc": "LTU",
- "age": 30,
- "event": "Rowing Men's Double Sculls",
- "medal": "Silver"
- },
- {
- "name": "Marcus Gro",
- "gender": "M",
- "height": "182",
- "weight": "85",
- "sport": "Canoeing",
- "team": "Germany",
- "noc": "GER",
- "age": 26,
- "event": "Canoeing Men's Kayak Doubles, 1,000 metres",
- "medal": "Gold"
- },
- {
- "name": "Marcus Gro",
- "gender": "M",
- "height": "182",
- "weight": "85",
- "sport": "Canoeing",
- "team": "Germany",
- "noc": "GER",
- "age": 26,
- "event": "Canoeing Men's Kayak Fours, 1,000 metres",
- "medal": "Gold"
- },
- {
- "name": "Madeline Groves",
- "gender": "F",
- "height": "179",
- "weight": "66",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 21,
- "event": "Swimming Women's 200 metres Butterfly",
- "medal": "Silver"
- },
- {
- "name": "Madeline Groves",
- "gender": "F",
- "height": "179",
- "weight": "66",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 21,
- "event": "Swimming Women's 4 x 100 metres Medley Relay",
- "medal": "Silver"
- },
- {
- "name": "Hans Gruhne",
- "gender": "M",
- "height": "193",
- "weight": "92",
- "sport": "Rowing",
- "team": "Germany",
- "noc": "GER",
- "age": 27,
- "event": "Rowing Men's Quadruple Sculls",
- "medal": "Gold"
- },
- {
- "name": "Gauthier Grumier",
- "gender": "M",
- "height": "188",
- "weight": "83",
- "sport": "Fencing",
- "team": "France",
- "noc": "FRA",
- "age": 32,
- "event": "Fencing Men's epee, Individual",
- "medal": "Bronze"
- },
- {
- "name": "Gauthier Grumier",
- "gender": "M",
- "height": "188",
- "weight": "83",
- "sport": "Fencing",
- "team": "France",
- "noc": "FRA",
- "age": 32,
- "event": "Fencing Men's epee, Team",
- "medal": "Gold"
- },
- {
- "name": "Gu Xiao",
- "gender": "F",
- "height": "174",
- "weight": "60",
- "sport": "Synchronized Swimming",
- "team": "China",
- "noc": "CHN",
- "age": 23,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Silver"
- },
- {
- "name": "Evandro Motta Guerra",
- "gender": "M",
- "height": "207",
- "weight": "106",
- "sport": "Volleyball",
- "team": "Brazil",
- "noc": "BRA",
- "age": 34,
- "event": "Volleyball Men's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Michal Yves Robert Guigou",
- "gender": "M",
- "height": "179",
- "weight": "79",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 34,
- "event": "Handball Men's Handball",
- "medal": "Silver"
- },
- {
- "name": "Guo Li",
- "gender": "F",
- "height": "167",
- "weight": "54",
- "sport": "Synchronized Swimming",
- "team": "China",
- "noc": "CHN",
- "age": 23,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Silver"
- },
- {
- "name": "James George Guy",
- "gender": "M",
- "height": "187",
- "weight": "83",
- "sport": "Swimming",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 20,
- "event": "Swimming Men's 4 x 200 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "James George Guy",
- "gender": "M",
- "height": "187",
- "weight": "83",
- "sport": "Swimming",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 20,
- "event": "Swimming Men's 4 x 100 metres Medley Relay",
- "medal": "Silver"
- },
- {
- "name": "Gwak Dong-Han",
- "gender": "M",
- "height": "183",
- "weight": "90",
- "sport": "Judo",
- "team": "South Korea",
- "noc": "KOR",
- "age": 24,
- "event": "Judo Men's Middleweight",
- "medal": "Bronze"
- },
- {
- "name": "Mario-Elio Gyr",
- "gender": "M",
- "height": "187",
- "weight": "76",
- "sport": "Rowing",
- "team": "Switzerland",
- "noc": "SUI",
- "age": 31,
- "event": "Rowing Men's Lightweight Coxless Fours",
- "medal": "Gold"
- },
- {
- "name": "Francis Townley Haas",
- "gender": "M",
- "height": "196",
- "weight": "84",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Swimming Men's 4 x 200 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Kai Hfner",
- "gender": "M",
- "height": "192",
- "weight": "95",
- "sport": "Handball",
- "team": "Germany",
- "noc": "GER",
- "age": 27,
- "event": "Handball Men's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Ryunosuke Haga",
- "gender": "M",
- "height": "186",
- "weight": "100",
- "sport": "Judo",
- "team": "Japan",
- "noc": "JPN",
- "age": 25,
- "event": "Judo Men's Half-Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Kosuke Hagino",
- "gender": "M",
- "height": "177",
- "weight": "71",
- "sport": "Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 21,
- "event": "Swimming Men's 4 x 200 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "Kosuke Hagino",
- "gender": "M",
- "height": "177",
- "weight": "71",
- "sport": "Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 21,
- "event": "Swimming Men's 200 metres Individual Medley",
- "medal": "Silver"
- },
- {
- "name": "Kosuke Hagino",
- "gender": "M",
- "height": "177",
- "weight": "71",
- "sport": "Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 21,
- "event": "Swimming Men's 400 metres Individual Medley",
- "medal": "Gold"
- },
- {
- "name": "Lisa Hahn-Altenburg",
- "gender": "F",
- "height": "155",
- "weight": "58",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 26,
- "event": "Hockey Women's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Aika Hakoyama",
- "gender": "F",
- "height": "176",
- "weight": "65",
- "sport": "Synchronized Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 25,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Bronze"
- },
- {
- "name": "Arman Hall",
- "gender": "M",
- "height": "183",
- "weight": "75",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 22,
- "event": "Athletics Men's 4 x 400 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Fabian Hambchen",
- "gender": "M",
- "height": "164",
- "weight": "62",
- "sport": "Gymnastics",
- "team": "Germany",
- "noc": "GER",
- "age": 28,
- "event": "Gymnastics Men's Horizontal Bar",
- "medal": "Gold"
- },
- {
- "name": "Pauline Louisa Hammarlund",
- "gender": "F",
- "height": "172",
- "weight": "65",
- "sport": "Football",
- "team": "Sweden",
- "noc": "SWE",
- "age": 22,
- "event": "Football Women's Football",
- "medal": "Silver"
- },
- {
- "name": "Sarah Kathryn Hammer (-Sparks)",
- "gender": "F",
- "height": "171",
- "weight": "65",
- "sport": "Cycling",
- "team": "United States",
- "noc": "USA",
- "age": 32,
- "event": "Cycling Women's Team Pursuit",
- "medal": "Silver"
- },
- {
- "name": "Sarah Kathryn Hammer (-Sparks)",
- "gender": "F",
- "height": "171",
- "weight": "65",
- "sport": "Cycling",
- "team": "United States",
- "noc": "USA",
- "age": 32,
- "event": "Cycling Women's Omnium",
- "medal": "Silver"
- },
- {
- "name": "Ying Han",
- "gender": "F",
- "height": "170",
- "weight": "60",
- "sport": "Table Tennis",
- "team": "Germany",
- "noc": "GER",
- "age": 33,
- "event": "Table Tennis Women's Team",
- "medal": "Silver"
- },
- {
- "name": "Takuya Haneda",
- "gender": "M",
- "height": "175",
- "weight": "70",
- "sport": "Canoeing",
- "team": "Japan",
- "noc": "JPN",
- "age": 29,
- "event": "Canoeing Men's Canadian Singles, Slalom",
- "medal": "Bronze"
- },
- {
- "name": "Martin Hner",
- "gender": "M",
- "height": "184",
- "weight": "83",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 27,
- "event": "Hockey Men's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Tawin Hanprab",
- "gender": "M",
- "height": "176",
- "weight": "58",
- "sport": "Taekwondo",
- "team": "Thailand",
- "noc": "THA",
- "age": 18,
- "event": "Taekwondo Men's Flyweight",
- "medal": "Silver"
- },
- {
- "name": "Henrik Toft Hansen",
- "gender": "M",
- "height": "200",
- "weight": "105",
- "sport": "Handball",
- "team": "Denmark",
- "noc": "DEN",
- "age": 29,
- "event": "Handball Men's Handball",
- "medal": "Gold"
- },
- {
- "name": "Jena Mai Hansen",
- "gender": "F",
- "height": "166",
- "weight": "60",
- "sport": "Sailing",
- "team": "Denmark",
- "noc": "DEN",
- "age": 27,
- "event": "Sailing Women's Skiff",
- "medal": "Bronze"
- },
- {
- "name": "Lasse Norman Hansen",
- "gender": "M",
- "height": "180",
- "weight": "73",
- "sport": "Cycling",
- "team": "Denmark",
- "noc": "DEN",
- "age": 24,
- "event": "Cycling Men's Team Pursuit, 4,000 metres",
- "medal": "Bronze"
- },
- {
- "name": "Lasse Norman Hansen",
- "gender": "M",
- "height": "180",
- "weight": "73",
- "sport": "Cycling",
- "team": "Denmark",
- "noc": "DEN",
- "age": 24,
- "event": "Cycling Men's Omnium",
- "medal": "Bronze"
- },
- {
- "name": "Mikkel Hansen",
- "gender": "M",
- "height": "196",
- "weight": "98",
- "sport": "Handball",
- "team": "Denmark",
- "noc": "DEN",
- "age": 28,
- "event": "Handball Men's Handball",
- "medal": "Gold"
- },
- {
- "name": "Ren Toft Hansen",
- "gender": "M",
- "height": "200",
- "weight": "105",
- "sport": "Handball",
- "team": "Denmark",
- "noc": "DEN",
- "age": 31,
- "event": "Handball Men's Handball",
- "medal": "Gold"
- },
- {
- "name": "Hao Jialu",
- "gender": "F",
- "height": "176",
- "weight": "66",
- "sport": "Fencing",
- "team": "China",
- "noc": "CHN",
- "age": 28,
- "event": "Fencing Women's epee, Team",
- "medal": "Silver"
- },
- {
- "name": "Hisayoshi Harasawa",
- "gender": "M",
- "height": "191",
- "weight": "125",
- "sport": "Judo",
- "team": "Japan",
- "noc": "JPN",
- "age": 24,
- "event": "Judo Men's Heavyweight",
- "medal": "Silver"
- },
- {
- "name": "Christa Deanne Harmotto-Dietzen",
- "gender": "F",
- "height": "188",
- "weight": "79",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 29,
- "event": "Volleyball Women's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Kayla Harrison",
- "gender": "F",
- "height": "173",
- "weight": "74",
- "sport": "Judo",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Judo Women's Half-Heavyweight",
- "medal": "Gold"
- },
- {
- "name": "Christoph Harting",
- "gender": "M",
- "height": "207",
- "weight": "120",
- "sport": "Athletics",
- "team": "Germany",
- "noc": "GER",
- "age": 26,
- "event": "Athletics Men's Discus Throw",
- "medal": "Gold"
- },
- {
- "name": "Artem Harutyunyan",
- "gender": "M",
- "height": "172",
- "weight": "64",
- "sport": "Boxing",
- "team": "Germany",
- "noc": "GER",
- "age": 25,
- "event": "Boxing Men's Light-Welterweight",
- "medal": "Bronze"
- },
- {
- "name": "Natasha Monique Hastings",
- "gender": "F",
- "height": "173",
- "weight": "68",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Athletics Women's 4 x 400 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Franzisca Hauke",
- "gender": "F",
- "height": "172",
- "weight": "63",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 26,
- "event": "Hockey Women's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Tobias Constantin Hauke",
- "gender": "M",
- "height": "183",
- "weight": "81",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 28,
- "event": "Hockey Men's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Patrick Hausding",
- "gender": "M",
- "height": "180",
- "weight": "77",
- "sport": "Diving",
- "team": "Germany",
- "noc": "GER",
- "age": 27,
- "event": "Diving Men's Springboard",
- "medal": "Bronze"
- },
- {
- "name": "Daniel Havel",
- "gender": "M",
- "height": "178",
- "weight": "79",
- "sport": "Canoeing",
- "team": "Czech Republic",
- "noc": "CZE",
- "age": 24,
- "event": "Canoeing Men's Kayak Fours, 1,000 metres",
- "medal": "Bronze"
- },
- {
- "name": "Akeem Haynes",
- "gender": "M",
- "height": "170",
- "weight": "73",
- "sport": "Athletics",
- "team": "Canada",
- "noc": "CAN",
- "age": 24,
- "event": "Athletics Men's 4 x 100 metres Relay",
- "medal": "Bronze"
- },
- {
- "name": "He Zi",
- "gender": "F",
- "height": "159",
- "weight": "51",
- "sport": "Diving",
- "team": "China",
- "noc": "CHN",
- "age": 25,
- "event": "Diving Women's Springboard",
- "medal": "Silver"
- },
- {
- "name": "Maaike Christiane Head",
- "gender": "F",
- "height": "173",
- "weight": "59",
- "sport": "Rowing",
- "team": "Netherlands",
- "noc": "NED",
- "age": 32,
- "event": "Rowing Women's Lightweight Double Sculls",
- "medal": "Gold"
- },
- {
- "name": "Liam Nicholas Heath",
- "gender": "M",
- "height": "182",
- "weight": "81",
- "sport": "Canoeing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 31,
- "event": "Canoeing Men's Kayak Singles, 200 metres",
- "medal": "Gold"
- },
- {
- "name": "Liam Nicholas Heath",
- "gender": "M",
- "height": "182",
- "weight": "81",
- "sport": "Canoeing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 31,
- "event": "Canoeing Men's Kayak Doubles, 200 metres",
- "medal": "Silver"
- },
- {
- "name": "Erik Heil",
- "gender": "M",
- "height": "185",
- "weight": "80",
- "sport": "Sailing",
- "team": "Germany",
- "noc": "GER",
- "age": 26,
- "event": "Sailing Men's Skiff",
- "medal": "Bronze"
- },
- {
- "name": "Silvio Heinevetter",
- "gender": "M",
- "height": "194",
- "weight": "99",
- "sport": "Handball",
- "team": "Germany",
- "noc": "GER",
- "age": 31,
- "event": "Handball Men's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Ryan Held",
- "gender": "M",
- "height": "NA",
- "weight": "NA",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 21,
- "event": "Swimming Men's 4 x 100 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Jeffrey \"Jeff\" Henderson",
- "gender": "M",
- "height": "183",
- "weight": "86",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Athletics Men's Long Jump",
- "medal": "Gold"
- },
- {
- "name": "Kaj Hendriks",
- "gender": "M",
- "height": "197",
- "weight": "95",
- "sport": "Rowing",
- "team": "Netherlands",
- "noc": "NED",
- "age": 28,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Bronze"
- },
- {
- "name": "Josephine Henning",
- "gender": "F",
- "height": "175",
- "weight": "68",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 26,
- "event": "Football Women's Football",
- "medal": "Gold"
- },
- {
- "name": "Desiree Latifah N. Henry",
- "gender": "F",
- "height": "171",
- "weight": "64",
- "sport": "Athletics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 20,
- "event": "Athletics Women's 4 x 100 metres Relay",
- "medal": "Bronze"
- },
- {
- "name": "Michael David Hepburn",
- "gender": "M",
- "height": "186",
- "weight": "77",
- "sport": "Cycling",
- "team": "Australia",
- "noc": "AUS",
- "age": 24,
- "event": "Cycling Men's Team Pursuit, 4,000 metres",
- "medal": "Silver"
- },
- {
- "name": "Sabrina Hering",
- "gender": "F",
- "height": "167",
- "weight": "70",
- "sport": "Canoeing",
- "team": "Germany",
- "noc": "GER",
- "age": 24,
- "event": "Canoeing Women's Kayak Fours, 500 metres",
- "medal": "Silver"
- },
- {
- "name": "Ismael Marcelo Hernndez Uscanga",
- "gender": "M",
- "height": "178",
- "weight": "64",
- "sport": "Modern Pentathlon",
- "team": "Mexico",
- "noc": "MEX",
- "age": 26,
- "event": "Modern Pentathlon Men's Individual",
- "medal": "Bronze"
- },
- {
- "name": "Lauren Zoe \"Laurie\" Hernandez",
- "gender": "F",
- "height": "152",
- "weight": "49",
- "sport": "Gymnastics",
- "team": "United States",
- "noc": "USA",
- "age": 16,
- "event": "Gymnastics Women's Team All-Around",
- "medal": "Gold"
- },
- {
- "name": "Lauren Zoe \"Laurie\" Hernandez",
- "gender": "F",
- "height": "152",
- "weight": "49",
- "sport": "Gymnastics",
- "team": "United States",
- "noc": "USA",
- "age": 16,
- "event": "Gymnastics Women's Balance Beam",
- "medal": "Silver"
- },
- {
- "name": "Nico Miguel Hernandez",
- "gender": "M",
- "height": "165",
- "weight": "49",
- "sport": "Boxing",
- "team": "United States",
- "noc": "USA",
- "age": 20,
- "event": "Boxing Men's Light-Flyweight",
- "medal": "Bronze"
- },
- {
- "name": "Stefany del Carmen Hernndez Mendoza",
- "gender": "F",
- "height": "165",
- "weight": "65",
- "sport": "Cycling",
- "team": "Venezuela",
- "noc": "VEN",
- "age": 25,
- "event": "Cycling Women's BMX",
- "medal": "Bronze"
- },
- {
- "name": "Guillermo Gustavo \"Willy\" Hernangmez Geuer",
- "gender": "M",
- "height": "210",
- "weight": "115",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 22,
- "event": "Basketball Men's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Camilla Herrem",
- "gender": "F",
- "height": "167",
- "weight": "57",
- "sport": "Handball",
- "team": "Norway",
- "noc": "NOR",
- "age": 29,
- "event": "Handball Women's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Timm Herzbruch",
- "gender": "M",
- "height": "180",
- "weight": "76",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 19,
- "event": "Hockey Men's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Carl Rupert Hester",
- "gender": "M",
- "height": "182",
- "weight": "86",
- "sport": "Equestrianism",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 49,
- "event": "Equestrianism Mixed Dressage, Team",
- "medal": "Silver"
- },
- {
- "name": "Rei Higuchi",
- "gender": "M",
- "height": "163",
- "weight": "63",
- "sport": "Wrestling",
- "team": "Japan",
- "noc": "JPN",
- "age": 20,
- "event": "Wrestling Men's Featherweight, Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Alexander \"Alex\" Hill",
- "gender": "M",
- "height": "194",
- "weight": "92",
- "sport": "Rowing",
- "team": "Australia",
- "noc": "AUS",
- "age": 23,
- "event": "Rowing Men's Coxless Fours",
- "medal": "Silver"
- },
- {
- "name": "Kimberly \"Kim\" Hill",
- "gender": "F",
- "height": "193",
- "weight": "72",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Volleyball Women's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Phelan Peter Hill",
- "gender": "M",
- "height": "172",
- "weight": "55",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 37,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Gold"
- },
- {
- "name": "Samantha \"Sami\" Hill",
- "gender": "F",
- "height": "183",
- "weight": "89",
- "sport": "Water Polo",
- "team": "United States",
- "noc": "USA",
- "age": 24,
- "event": "Water Polo Women's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Madeline Clare \"Maddie\" Hinch",
- "gender": "F",
- "height": "168",
- "weight": "62",
- "sport": "Hockey",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 27,
- "event": "Hockey Women's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Philip Hindes",
- "gender": "M",
- "height": "178",
- "weight": "82",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 23,
- "event": "Cycling Men's Team Sprint",
- "medal": "Gold"
- },
- {
- "name": "Martina Hingis (-Hutin)",
- "gender": "F",
- "height": "170",
- "weight": "59",
- "sport": "Tennis",
- "team": "Switzerland",
- "noc": "SUI",
- "age": 35,
- "event": "Tennis Women's Doubles",
- "medal": "Silver"
- },
- {
- "name": "Sophie Hitchon",
- "gender": "F",
- "height": "170",
- "weight": "75",
- "sport": "Athletics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 25,
- "event": "Athletics Women's Hammer Throw",
- "medal": "Bronze"
- },
- {
- "name": "Michael \"Mike\" Hixon",
- "gender": "M",
- "height": "173",
- "weight": "68",
- "sport": "Diving",
- "team": "United States",
- "noc": "USA",
- "age": 22,
- "event": "Diving Men's Synchronized Springboard",
- "medal": "Silver"
- },
- {
- "name": "Hong Xun Vinh",
- "gender": "M",
- "height": "175",
- "weight": "75",
- "sport": "Shooting",
- "team": "Vietnam",
- "noc": "VIE",
- "age": 41,
- "event": "Shooting Men's Air Pistol, 10 metres",
- "medal": "Gold"
- },
- {
- "name": "Hong Xun Vinh",
- "gender": "M",
- "height": "175",
- "weight": "75",
- "sport": "Shooting",
- "team": "Vietnam",
- "noc": "VIE",
- "age": 41,
- "event": "Shooting Men's Free Pistol, 50 metres",
- "medal": "Silver"
- },
- {
- "name": "Max Hoff",
- "gender": "M",
- "height": "197",
- "weight": "95",
- "sport": "Canoeing",
- "team": "Germany",
- "noc": "GER",
- "age": 33,
- "event": "Canoeing Men's Kayak Fours, 1,000 metres",
- "medal": "Gold"
- },
- {
- "name": "Victoria Frances \"Vicky\" Holland",
- "gender": "F",
- "height": "168",
- "weight": "56",
- "sport": "Triathlon",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 30,
- "event": "Triathlon Women's Olympic Distance",
- "medal": "Bronze"
- },
- {
- "name": "Maxwell Philip \"Max\" Holt",
- "gender": "M",
- "height": "208",
- "weight": "90",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 29,
- "event": "Volleyball Men's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Daryl Homer",
- "gender": "M",
- "height": "173",
- "weight": "74",
- "sport": "Fencing",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Fencing Men's Sabre, Individual",
- "medal": "Silver"
- },
- {
- "name": "Ellen Marijn Hoog",
- "gender": "F",
- "height": "164",
- "weight": "54",
- "sport": "Hockey",
- "team": "Netherlands",
- "noc": "NED",
- "age": 30,
- "event": "Hockey Women's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Tamara Horacek",
- "gender": "F",
- "height": "179",
- "weight": "80",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 20,
- "event": "Handball Women's Handball",
- "medal": "Silver"
- },
- {
- "name": "Timo Horn",
- "gender": "M",
- "height": "191",
- "weight": "76",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 23,
- "event": "Football Men's Football",
- "medal": "Silver"
- },
- {
- "name": "Mackenzie \"Mack\" Horton",
- "gender": "M",
- "height": "190",
- "weight": "88",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 20,
- "event": "Swimming Men's 400 metres Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Natsumi Hoshi",
- "gender": "F",
- "height": "164",
- "weight": "56",
- "sport": "Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 25,
- "event": "Swimming Women's 200 metres Butterfly",
- "medal": "Bronze"
- },
- {
- "name": "Katinka Hossz",
- "gender": "F",
- "height": "175",
- "weight": "65",
- "sport": "Swimming",
- "team": "Hungary",
- "noc": "HUN",
- "age": 27,
- "event": "Swimming Women's 100 metres Backstroke",
- "medal": "Gold"
- },
- {
- "name": "Katinka Hossz",
- "gender": "F",
- "height": "175",
- "weight": "65",
- "sport": "Swimming",
- "team": "Hungary",
- "noc": "HUN",
- "age": 27,
- "event": "Swimming Women's 200 metres Backstroke",
- "medal": "Silver"
- },
- {
- "name": "Katinka Hossz",
- "gender": "F",
- "height": "175",
- "weight": "65",
- "sport": "Swimming",
- "team": "Hungary",
- "noc": "HUN",
- "age": 27,
- "event": "Swimming Women's 200 metres Individual Medley",
- "medal": "Gold"
- },
- {
- "name": "Katinka Hossz",
- "gender": "F",
- "height": "175",
- "weight": "65",
- "sport": "Swimming",
- "team": "Hungary",
- "noc": "HUN",
- "age": 27,
- "event": "Swimming Women's 400 metres Individual Medley",
- "medal": "Gold"
- },
- {
- "name": "Manon Houette",
- "gender": "F",
- "height": "168",
- "weight": "69",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 24,
- "event": "Handball Women's Handball",
- "medal": "Silver"
- },
- {
- "name": "Franois Hougaard",
- "gender": "M",
- "height": "179",
- "weight": "93",
- "sport": "Rugby Sevens",
- "team": "South Africa",
- "noc": "RSA",
- "age": 28,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Frances Julia Houghton",
- "gender": "F",
- "height": "193",
- "weight": "80",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 35,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Silver"
- },
- {
- "name": "Pierre Houin",
- "gender": "M",
- "height": "182",
- "weight": "74",
- "sport": "Rowing",
- "team": "France",
- "noc": "FRA",
- "age": 22,
- "event": "Rowing Men's Lightweight Double Sculls",
- "medal": "Gold"
- },
- {
- "name": "Richard Hounslow",
- "gender": "M",
- "height": "183",
- "weight": "78",
- "sport": "Canoeing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 34,
- "event": "Canoeing Men's Canadian Doubles, Slalom",
- "medal": "Silver"
- },
- {
- "name": "Lucie Hradeck",
- "gender": "F",
- "height": "177",
- "weight": "72",
- "sport": "Tennis",
- "team": "Czech Republic",
- "noc": "CZE",
- "age": 31,
- "event": "Tennis Mixed Doubles",
- "medal": "Bronze"
- },
- {
- "name": "Filip Hrgovi",
- "gender": "M",
- "height": "198",
- "weight": "101",
- "sport": "Boxing",
- "team": "Croatia",
- "noc": "CRO",
- "age": 24,
- "event": "Boxing Men's Super-Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Hsu Shu-Ching",
- "gender": "F",
- "height": "160",
- "weight": "53",
- "sport": "Weightlifting",
- "team": "Chinese Taipei",
- "noc": "TPE",
- "age": 25,
- "event": "Weightlifting Women's Featherweight",
- "medal": "Gold"
- },
- {
- "name": "Cbrayl Hsnov",
- "gender": "M",
- "height": "170",
- "weight": "74",
- "sport": "Wrestling",
- "team": "Azerbaijan",
- "noc": "AZE",
- "age": 26,
- "event": "Wrestling Men's Middleweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Hu Jianguan",
- "gender": "M",
- "height": "168",
- "weight": "52",
- "sport": "Boxing",
- "team": "China",
- "noc": "CHN",
- "age": 23,
- "event": "Boxing Men's Flyweight",
- "medal": "Bronze"
- },
- {
- "name": "Huang Wenyi",
- "gender": "F",
- "height": "178",
- "weight": "63",
- "sport": "Rowing",
- "team": "China",
- "noc": "CHN",
- "age": 25,
- "event": "Rowing Women's Lightweight Double Sculls",
- "medal": "Bronze"
- },
- {
- "name": "Huang Xuechen",
- "gender": "F",
- "height": "175",
- "weight": "61",
- "sport": "Synchronized Swimming",
- "team": "China",
- "noc": "CHN",
- "age": 26,
- "event": "Synchronized Swimming Women's Duet",
- "medal": "Silver"
- },
- {
- "name": "Huang Xuechen",
- "gender": "F",
- "height": "175",
- "weight": "61",
- "sport": "Synchronized Swimming",
- "team": "China",
- "noc": "CHN",
- "age": 26,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Silver"
- },
- {
- "name": "Hui Ruoqi",
- "gender": "F",
- "height": "192",
- "weight": "78",
- "sport": "Volleyball",
- "team": "China",
- "noc": "CHN",
- "age": 25,
- "event": "Volleyball Women's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Svenja Anette Huth",
- "gender": "F",
- "height": "163",
- "weight": "54",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 25,
- "event": "Football Women's Football",
- "medal": "Gold"
- },
- {
- "name": "Diego Matias Hyplito",
- "gender": "M",
- "height": "170",
- "weight": "68",
- "sport": "Gymnastics",
- "team": "Brazil",
- "noc": "BRA",
- "age": 30,
- "event": "Gymnastics Men's Floor Exercise",
- "medal": "Silver"
- },
- {
- "name": "Caterine Ibargn Mena",
- "gender": "F",
- "height": "185",
- "weight": "70",
- "sport": "Athletics",
- "team": "Colombia",
- "noc": "COL",
- "age": 32,
- "event": "Athletics Women's Triple Jump",
- "medal": "Gold"
- },
- {
- "name": "Isidoro Ibarra",
- "gender": "M",
- "height": "175",
- "weight": "75",
- "sport": "Hockey",
- "team": "Argentina",
- "noc": "ARG",
- "age": 23,
- "event": "Hockey Men's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Pedro Ibarra",
- "gender": "M",
- "height": "174",
- "weight": "75",
- "sport": "Hockey",
- "team": "Argentina",
- "noc": "ARG",
- "age": 30,
- "event": "Hockey Men's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Magomed Idrisovich Ibragimov",
- "gender": "M",
- "height": "183",
- "weight": "97",
- "sport": "Wrestling",
- "team": "Uzbekistan",
- "noc": "UZB",
- "age": 31,
- "event": "Wrestling Men's Heavyweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Kaori Icho",
- "gender": "F",
- "height": "166",
- "weight": "61",
- "sport": "Wrestling",
- "team": "Japan",
- "noc": "JPN",
- "age": 32,
- "event": "Wrestling Women's Lightweight, Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Mohamed Ihab Youssef Ahmed Mahmoud",
- "gender": "M",
- "height": "165",
- "weight": "77",
- "sport": "Weightlifting",
- "team": "Egypt",
- "noc": "EGY",
- "age": 26,
- "event": "Weightlifting Men's Middleweight",
- "medal": "Bronze"
- },
- {
- "name": "Shota Iizuka",
- "gender": "M",
- "height": "185",
- "weight": "80",
- "sport": "Athletics",
- "team": "Japan",
- "noc": "JPN",
- "age": 25,
- "event": "Athletics Men's 4 x 100 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Cenk ldem",
- "gender": "M",
- "height": "180",
- "weight": "98",
- "sport": "Wrestling",
- "team": "Turkey",
- "noc": "TUR",
- "age": 30,
- "event": "Wrestling Men's Heavyweight, Greco-Roman",
- "medal": "Bronze"
- },
- {
- "name": "Yekaterina Fyodorovna Ilyina",
- "gender": "F",
- "height": "174",
- "weight": "60",
- "sport": "Handball",
- "team": "Russia",
- "noc": "RUS",
- "age": 25,
- "event": "Handball Women's Handball",
- "medal": "Gold"
- },
- {
- "name": "Race Alick Reid Imboden",
- "gender": "M",
- "height": "185",
- "weight": "75",
- "sport": "Fencing",
- "team": "United States",
- "noc": "USA",
- "age": 23,
- "event": "Fencing Men's Foil, Team",
- "medal": "Bronze"
- },
- {
- "name": "Gza Imre",
- "gender": "M",
- "height": "184",
- "weight": "75",
- "sport": "Fencing",
- "team": "Hungary",
- "noc": "HUN",
- "age": 41,
- "event": "Fencing Men's epee, Individual",
- "medal": "Silver"
- },
- {
- "name": "Gza Imre",
- "gender": "M",
- "height": "184",
- "weight": "75",
- "sport": "Fencing",
- "team": "Hungary",
- "noc": "HUN",
- "age": 41,
- "event": "Fencing Men's epee, Team",
- "medal": "Bronze"
- },
- {
- "name": "Marco Innocenti",
- "gender": "M",
- "height": "170",
- "weight": "97",
- "sport": "Shooting",
- "team": "Italy",
- "noc": "ITA",
- "age": 37,
- "event": "Shooting Men's Double Trap",
- "medal": "Silver"
- },
- {
- "name": "Yukiko Inui",
- "gender": "F",
- "height": "169",
- "weight": "55",
- "sport": "Synchronized Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 25,
- "event": "Synchronized Swimming Women's Duet",
- "medal": "Bronze"
- },
- {
- "name": "Yukiko Inui",
- "gender": "F",
- "height": "169",
- "weight": "55",
- "sport": "Synchronized Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 25,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Bronze"
- },
- {
- "name": "Eko Yuli Irawan",
- "gender": "M",
- "height": "154",
- "weight": "62",
- "sport": "Weightlifting",
- "team": "Indonesia",
- "noc": "INA",
- "age": 27,
- "event": "Weightlifting Men's Featherweight",
- "medal": "Silver"
- },
- {
- "name": "Kyrie Andrew Irving",
- "gender": "M",
- "height": "190",
- "weight": "87",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 24,
- "event": "Basketball Men's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Radik sayev",
- "gender": "M",
- "height": "200",
- "weight": "93",
- "sport": "Taekwondo",
- "team": "Azerbaijan",
- "noc": "AZE",
- "age": 26,
- "event": "Taekwondo Men's Heavyweight",
- "medal": "Gold"
- },
- {
- "name": "Nataliya Sergeyevna Ishchenko",
- "gender": "F",
- "height": "177",
- "weight": "60",
- "sport": "Synchronized Swimming",
- "team": "Russia",
- "noc": "RUS",
- "age": 30,
- "event": "Synchronized Swimming Women's Duet",
- "medal": "Gold"
- },
- {
- "name": "Nataliya Sergeyevna Ishchenko",
- "gender": "F",
- "height": "177",
- "weight": "60",
- "sport": "Synchronized Swimming",
- "team": "Russia",
- "noc": "RUS",
- "age": 30,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Gold"
- },
- {
- "name": "Kasumi Ishikawa",
- "gender": "F",
- "height": "158",
- "weight": "51",
- "sport": "Table Tennis",
- "team": "Japan",
- "noc": "JPN",
- "age": 23,
- "event": "Table Tennis Women's Team",
- "medal": "Bronze"
- },
- {
- "name": "Mandy Islacker",
- "gender": "F",
- "height": "164",
- "weight": "55",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 27,
- "event": "Football Women's Football",
- "medal": "Gold"
- },
- {
- "name": "Daniar Ismailow",
- "gender": "M",
- "height": "173",
- "weight": "69",
- "sport": "Weightlifting",
- "team": "Turkey",
- "noc": "TUR",
- "age": 24,
- "event": "Weightlifting Men's Lightweight",
- "medal": "Silver"
- },
- {
- "name": "Mima Ito",
- "gender": "F",
- "height": "150",
- "weight": "45",
- "sport": "Table Tennis",
- "team": "Japan",
- "noc": "JPN",
- "age": 15,
- "event": "Table Tennis Women's Team",
- "medal": "Bronze"
- },
- {
- "name": "Yevgeniya Andreyevna Ivanova",
- "gender": "F",
- "height": "176",
- "weight": "68",
- "sport": "Water Polo",
- "team": "Russia",
- "noc": "RUS",
- "age": 29,
- "event": "Water Polo Women's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Ja Dong-Min",
- "gender": "M",
- "height": "190",
- "weight": "91",
- "sport": "Taekwondo",
- "team": "South Korea",
- "noc": "KOR",
- "age": 29,
- "event": "Taekwondo Men's Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Shericka Jackson",
- "gender": "F",
- "height": "173",
- "weight": "61",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 22,
- "event": "Athletics Women's 400 metres",
- "medal": "Bronze"
- },
- {
- "name": "Shericka Jackson",
- "gender": "F",
- "height": "173",
- "weight": "61",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 22,
- "event": "Athletics Women's 4 x 400 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Nicolas Jacobi",
- "gender": "M",
- "height": "193",
- "weight": "95",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 29,
- "event": "Hockey Men's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Connor Jaeger",
- "gender": "M",
- "height": "185",
- "weight": "77",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 25,
- "event": "Swimming Men's 1,500 metres Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Thomas \"Tom\" Jaeschke",
- "gender": "M",
- "height": "198",
- "weight": "91",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 22,
- "event": "Volleyball Men's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Evan Reese Jager",
- "gender": "M",
- "height": "188",
- "weight": "65",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Athletics Men's 3,000 metres Steeplechase",
- "medal": "Silver"
- },
- {
- "name": "Eva Sofia Jakobsson",
- "gender": "F",
- "height": "174",
- "weight": "62",
- "sport": "Football",
- "team": "Sweden",
- "noc": "SWE",
- "age": 26,
- "event": "Football Women's Football",
- "medal": "Silver"
- },
- {
- "name": "Malte Jakschik",
- "gender": "M",
- "height": "194",
- "weight": "93",
- "sport": "Rowing",
- "team": "Germany",
- "noc": "GER",
- "age": 23,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Silver"
- },
- {
- "name": "Nikola Jaki",
- "gender": "M",
- "height": "197",
- "weight": "89",
- "sport": "Water Polo",
- "team": "Serbia",
- "noc": "SRB",
- "age": 19,
- "event": "Water Polo Men's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Rebecca Angharad \"Becky\" James",
- "gender": "F",
- "height": "171",
- "weight": "66",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 24,
- "event": "Cycling Women's Sprint",
- "medal": "Silver"
- },
- {
- "name": "Rebecca Angharad \"Becky\" James",
- "gender": "F",
- "height": "171",
- "weight": "66",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 24,
- "event": "Cycling Women's Keirin",
- "medal": "Silver"
- },
- {
- "name": "Kirani James",
- "gender": "M",
- "height": "180",
- "weight": "66",
- "sport": "Athletics",
- "team": "Grenada",
- "noc": "GRN",
- "age": 23,
- "event": "Athletics Men's 400 metres",
- "medal": "Silver"
- },
- {
- "name": "Andrei Jms",
- "gender": "M",
- "height": "184",
- "weight": "90",
- "sport": "Rowing",
- "team": "Estonia",
- "noc": "EST",
- "age": 34,
- "event": "Rowing Men's Quadruple Sculls",
- "medal": "Bronze"
- },
- {
- "name": "Inge Janssen",
- "gender": "F",
- "height": "182",
- "weight": "74",
- "sport": "Rowing",
- "team": "Netherlands",
- "noc": "NED",
- "age": 27,
- "event": "Rowing Women's Quadruple Sculls",
- "medal": "Silver"
- },
- {
- "name": "Daniel Jasinski",
- "gender": "M",
- "height": "207",
- "weight": "120",
- "sport": "Athletics",
- "team": "Germany",
- "noc": "GER",
- "age": 26,
- "event": "Athletics Men's Discus Throw",
- "medal": "Bronze"
- },
- {
- "name": "Ruth Jebet",
- "gender": "F",
- "height": "162",
- "weight": "51",
- "sport": "Athletics",
- "team": "Bahrain",
- "noc": "BRN",
- "age": 19,
- "event": "Athletics Women's 3,000 metres Steeplechase",
- "medal": "Gold"
- },
- {
- "name": "Lindsay Jennerich",
- "gender": "F",
- "height": "165",
- "weight": "59",
- "sport": "Rowing",
- "team": "Canada",
- "noc": "CAN",
- "age": 34,
- "event": "Rowing Women's Lightweight Double Sculls",
- "medal": "Silver"
- },
- {
- "name": "Henrik Mllgaard Jensen",
- "gender": "M",
- "height": "197",
- "weight": "102",
- "sport": "Handball",
- "team": "Denmark",
- "noc": "DEN",
- "age": 31,
- "event": "Handball Men's Handball",
- "medal": "Gold"
- },
- {
- "name": "Iain Jensen",
- "gender": "M",
- "height": "186",
- "weight": "80",
- "sport": "Sailing",
- "team": "Australia",
- "noc": "AUS",
- "age": 28,
- "event": "Sailing Men's Skiff",
- "medal": "Silver"
- },
- {
- "name": "Jeong Bo-Kyeong",
- "gender": "F",
- "height": "153",
- "weight": "51",
- "sport": "Judo",
- "team": "South Korea",
- "noc": "KOR",
- "age": 25,
- "event": "Judo Women's Extra-Lightweight",
- "medal": "Silver"
- },
- {
- "name": "Jeong Gyeong-Eun",
- "gender": "F",
- "height": "172",
- "weight": "59",
- "sport": "Badminton",
- "team": "South Korea-1",
- "noc": "KOR",
- "age": 26,
- "event": "Badminton Women's Doubles",
- "medal": "Bronze"
- },
- {
- "name": "Daniel Jrent",
- "gender": "M",
- "height": "189",
- "weight": "84",
- "sport": "Fencing",
- "team": "France",
- "noc": "FRA",
- "age": 25,
- "event": "Fencing Men's epee, Team",
- "medal": "Gold"
- },
- {
- "name": "Jin Jong-O",
- "gender": "M",
- "height": "175",
- "weight": "78",
- "sport": "Shooting",
- "team": "South Korea",
- "noc": "KOR",
- "age": 36,
- "event": "Shooting Men's Free Pistol, 50 metres",
- "medal": "Gold"
- },
- {
- "name": "Eric Johannesen",
- "gender": "M",
- "height": "193",
- "weight": "100",
- "sport": "Rowing",
- "team": "Germany",
- "noc": "GER",
- "age": 28,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Silver"
- },
- {
- "name": "Emma Karolina Johansson",
- "gender": "F",
- "height": "168",
- "weight": "54",
- "sport": "Cycling",
- "team": "Sweden",
- "noc": "SWE",
- "age": 32,
- "event": "Cycling Women's Road Race, Individual",
- "medal": "Silver"
- },
- {
- "name": "Ashleigh Johnson",
- "gender": "F",
- "height": "186",
- "weight": "81",
- "sport": "Water Polo",
- "team": "United States",
- "noc": "USA",
- "age": 21,
- "event": "Water Polo Women's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Steele Alexander Johnson",
- "gender": "M",
- "height": "188",
- "weight": "80",
- "sport": "Diving",
- "team": "United States",
- "noc": "USA",
- "age": 20,
- "event": "Diving Men's Synchronized Platform",
- "medal": "Silver"
- },
- {
- "name": "Steve Johnson",
- "gender": "M",
- "height": "188",
- "weight": "86",
- "sport": "Tennis",
- "team": "United States-2",
- "noc": "USA",
- "age": 26,
- "event": "Tennis Men's Doubles",
- "medal": "Bronze"
- },
- {
- "name": "Nikola Joki",
- "gender": "M",
- "height": "209",
- "weight": "115",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 21,
- "event": "Basketball Men's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Maro Jokovi",
- "gender": "M",
- "height": "203",
- "weight": "95",
- "sport": "Water Polo",
- "team": "Croatia",
- "noc": "CRO",
- "age": 28,
- "event": "Water Polo Men's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Jade Louise Jones",
- "gender": "F",
- "height": "156",
- "weight": "57",
- "sport": "Taekwondo",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 23,
- "event": "Taekwondo Women's Featherweight",
- "medal": "Gold"
- },
- {
- "name": "Luuka Jones",
- "gender": "F",
- "height": "172",
- "weight": "68",
- "sport": "Canoeing",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 27,
- "event": "Canoeing Women's Kayak Singles, Slalom",
- "medal": "Silver"
- },
- {
- "name": "Kelly Maria Jonker",
- "gender": "F",
- "height": "159",
- "weight": "59",
- "sport": "Hockey",
- "team": "Netherlands",
- "noc": "NED",
- "age": 26,
- "event": "Hockey Women's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Hyland DeAndre Jordan, Jr.",
- "gender": "M",
- "height": "211",
- "weight": "120",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 28,
- "event": "Basketball Men's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Gwen Rosemary Jorgensen (-Lemieux)",
- "gender": "F",
- "height": "178",
- "weight": "59",
- "sport": "Triathlon",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Triathlon Women's Olympic Distance",
- "medal": "Gold"
- },
- {
- "name": "Nevena Jovanovi",
- "gender": "F",
- "height": "179",
- "weight": "72",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 26,
- "event": "Basketball Women's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Stefan Jovi",
- "gender": "M",
- "height": "196",
- "weight": "94",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 25,
- "event": "Basketball Men's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Joseph \"Joe\" Joyce",
- "gender": "M",
- "height": "197",
- "weight": "108",
- "sport": "Boxing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 30,
- "event": "Boxing Men's Super-Heavyweight",
- "medal": "Silver"
- },
- {
- "name": "Emma Aastrand Jrgensen",
- "gender": "F",
- "height": "169",
- "weight": "70",
- "sport": "Canoeing",
- "team": "Denmark",
- "noc": "DEN",
- "age": 20,
- "event": "Canoeing Women's Kayak Singles, 500 metres",
- "medal": "Silver"
- },
- {
- "name": "Morten Jrgensen",
- "gender": "M",
- "height": "183",
- "weight": "73",
- "sport": "Rowing",
- "team": "Denmark",
- "noc": "DEN",
- "age": 31,
- "event": "Rowing Men's Lightweight Coxless Fours",
- "medal": "Silver"
- },
- {
- "name": "Osmany Juantorena Portuondo",
- "gender": "M",
- "height": "200",
- "weight": "85",
- "sport": "Volleyball",
- "team": "Italy",
- "noc": "ITA",
- "age": 30,
- "event": "Volleyball Men's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Kamilla Rytter Juhl",
- "gender": "F",
- "height": "183",
- "weight": "71",
- "sport": "Badminton",
- "team": "Denmark",
- "noc": "DEN",
- "age": 32,
- "event": "Badminton Women's Doubles",
- "medal": "Silver"
- },
- {
- "name": "Michael Jung",
- "gender": "M",
- "height": "168",
- "weight": "70",
- "sport": "Equestrianism",
- "team": "Germany",
- "noc": "GER",
- "age": 34,
- "event": "Equestrianism Mixed Three-Day Event, Individual",
- "medal": "Gold"
- },
- {
- "name": "Michael Jung",
- "gender": "M",
- "height": "168",
- "weight": "70",
- "sport": "Equestrianism",
- "team": "Germany",
- "noc": "GER",
- "age": 34,
- "event": "Equestrianism Mixed Three-Day Event, Team",
- "medal": "Silver"
- },
- {
- "name": "Henri Junghnel",
- "gender": "M",
- "height": "179",
- "weight": "80",
- "sport": "Shooting",
- "team": "Germany",
- "noc": "GER",
- "age": 28,
- "event": "Shooting Men's Small-Bore Rifle, Prone, 50 metres",
- "medal": "Gold"
- },
- {
- "name": "Pavlos Kagialis",
- "gender": "M",
- "height": "184",
- "weight": "74",
- "sport": "Sailing",
- "team": "Greece",
- "noc": "GRE",
- "age": 32,
- "event": "Sailing Men's Two Person Dinghy",
- "medal": "Bronze"
- },
- {
- "name": "Nikola Kalini",
- "gender": "M",
- "height": "202",
- "weight": "102",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 24,
- "event": "Basketball Men's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Viktoriya Viktorovna Kalinina",
- "gender": "F",
- "height": "183",
- "weight": "74",
- "sport": "Handball",
- "team": "Russia",
- "noc": "RUS",
- "age": 27,
- "event": "Handball Women's Handball",
- "medal": "Gold"
- },
- {
- "name": "Chase Tyler Kalisz",
- "gender": "M",
- "height": "193",
- "weight": "86",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 22,
- "event": "Swimming Men's 400 metres Individual Medley",
- "medal": "Silver"
- },
- {
- "name": "Reneta Kamberova",
- "gender": "F",
- "height": "170",
- "weight": "53",
- "sport": "Rhythmic Gymnastics",
- "team": "Bulgaria",
- "noc": "BUL",
- "age": 25,
- "event": "Rhythmic Gymnastics Women's Group",
- "medal": "Bronze"
- },
- {
- "name": "Sergey Igorevich Kamensky",
- "gender": "M",
- "height": "178",
- "weight": "73",
- "sport": "Shooting",
- "team": "Russia",
- "noc": "RUS",
- "age": 28,
- "event": "Shooting Men's Small-Bore Rifle, Three Positions, 50 metres",
- "medal": "Silver"
- },
- {
- "name": "Jacob Robert \"Jake\" Linde-Kaminski ",
- "gender": "M",
- "height": "178",
- "weight": "70",
- "sport": "Archery",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Archery Men's Team",
- "medal": "Silver"
- },
- {
- "name": "Rie Kaneto",
- "gender": "F",
- "height": "175",
- "weight": "64",
- "sport": "Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 27,
- "event": "Swimming Women's 200 metres Breaststroke",
- "medal": "Gold"
- },
- {
- "name": "Boglrka Kaps",
- "gender": "F",
- "height": "168",
- "weight": "54",
- "sport": "Swimming",
- "team": "Hungary",
- "noc": "HUN",
- "age": 23,
- "event": "Swimming Women's 800 metres Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Luka Karabatic",
- "gender": "M",
- "height": "202",
- "weight": "108",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 28,
- "event": "Handball Men's Handball",
- "medal": "Silver"
- },
- {
- "name": "Nikola Karabatic",
- "gender": "M",
- "height": "194",
- "weight": "104",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 32,
- "event": "Handball Men's Handball",
- "medal": "Silver"
- },
- {
- "name": "Elvina Khaydaryanovna Karimova",
- "gender": "F",
- "height": "166",
- "weight": "62",
- "sport": "Water Polo",
- "team": "Russia",
- "noc": "RUS",
- "age": 22,
- "event": "Water Polo Women's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Anna Olegovna Karnaukh",
- "gender": "F",
- "height": "173",
- "weight": "61",
- "sport": "Water Polo",
- "team": "Russia",
- "noc": "RUS",
- "age": 22,
- "event": "Water Polo Women's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Monika Karsch",
- "gender": "F",
- "height": "158",
- "weight": "55",
- "sport": "Shooting",
- "team": "Germany",
- "noc": "GER",
- "age": 33,
- "event": "Shooting Women's Sporting Pistol, 25 metres",
- "medal": "Silver"
- },
- {
- "name": "Ryohei Kato",
- "gender": "M",
- "height": "162",
- "weight": "54",
- "sport": "Gymnastics",
- "team": "Japan",
- "noc": "JPN",
- "age": 22,
- "event": "Gymnastics Men's Team All-Around",
- "medal": "Gold"
- },
- {
- "name": "Peter Kauzer",
- "gender": "M",
- "height": "177",
- "weight": "70",
- "sport": "Canoeing",
- "team": "Slovenia",
- "noc": "SLO",
- "age": 32,
- "event": "Canoeing Men's Kayak Singles, Slalom",
- "medal": "Silver"
- },
- {
- "name": "Risako Kawai",
- "gender": "F",
- "height": "160",
- "weight": "61",
- "sport": "Wrestling",
- "team": "Japan",
- "noc": "JPN",
- "age": 21,
- "event": "Wrestling Women's Middleweight, Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Rza Kayaalp",
- "gender": "M",
- "height": "182",
- "weight": "130",
- "sport": "Wrestling",
- "team": "Turkey",
- "noc": "TUR",
- "age": 26,
- "event": "Wrestling Men's Super-Heavyweight, Greco-Roman",
- "medal": "Silver"
- },
- {
- "name": "Lyubomira Kazanova",
- "gender": "F",
- "height": "177",
- "weight": "56",
- "sport": "Rhythmic Gymnastics",
- "team": "Bulgaria",
- "noc": "BUL",
- "age": 20,
- "event": "Rhythmic Gymnastics Women's Group",
- "medal": "Bronze"
- },
- {
- "name": "Shaun Keeling",
- "gender": "M",
- "height": "196",
- "weight": "94",
- "sport": "Rowing",
- "team": "South Africa",
- "noc": "RSA",
- "age": 29,
- "event": "Rowing Men's Coxless Pairs",
- "medal": "Silver"
- },
- {
- "name": "Maddison Keeney",
- "gender": "F",
- "height": "167",
- "weight": "62",
- "sport": "Diving",
- "team": "Australia",
- "noc": "AUS",
- "age": 20,
- "event": "Diving Women's Synchronized Springboard",
- "medal": "Bronze"
- },
- {
- "name": "Marloes Keetels",
- "gender": "F",
- "height": "172",
- "weight": "66",
- "sport": "Hockey",
- "team": "Netherlands",
- "noc": "NED",
- "age": 23,
- "event": "Hockey Women's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Majlinda Kelmendi",
- "gender": "F",
- "height": "162",
- "weight": "52",
- "sport": "Judo",
- "team": "Kosovo",
- "noc": "KOS",
- "age": 25,
- "event": "Judo Women's Half-Lightweight",
- "medal": "Gold"
- },
- {
- "name": "Tabea Kemme",
- "gender": "F",
- "height": "169",
- "weight": "56",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 24,
- "event": "Football Women's Football",
- "medal": "Gold"
- },
- {
- "name": "Tams Kenderesi",
- "gender": "M",
- "height": "186",
- "weight": "74",
- "sport": "Swimming",
- "team": "Hungary",
- "noc": "HUN",
- "age": 19,
- "event": "Swimming Men's 200 metres Butterfly",
- "medal": "Bronze"
- },
- {
- "name": "Sam Kendricks",
- "gender": "M",
- "height": "185",
- "weight": "80",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 23,
- "event": "Athletics Men's Pole Vault",
- "medal": "Bronze"
- },
- {
- "name": "Jason Francis Kenny",
- "gender": "M",
- "height": "178",
- "weight": "81",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 28,
- "event": "Cycling Men's Sprint",
- "medal": "Gold"
- },
- {
- "name": "Jason Francis Kenny",
- "gender": "M",
- "height": "178",
- "weight": "81",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 28,
- "event": "Cycling Men's Keirin",
- "medal": "Gold"
- },
- {
- "name": "Jason Francis Kenny",
- "gender": "M",
- "height": "178",
- "weight": "81",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 28,
- "event": "Cycling Men's Team Sprint",
- "medal": "Gold"
- },
- {
- "name": "Angelique Kerber",
- "gender": "F",
- "height": "173",
- "weight": "68",
- "sport": "Tennis",
- "team": "Germany",
- "noc": "GER",
- "age": 28,
- "event": "Tennis Women's Singles",
- "medal": "Silver"
- },
- {
- "name": "Isabel Kerschowski",
- "gender": "F",
- "height": "167",
- "weight": "57",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 28,
- "event": "Football Women's Football",
- "medal": "Gold"
- },
- {
- "name": "Khasan Magometovich Khalmurzayev",
- "gender": "M",
- "height": "182",
- "weight": "81",
- "sport": "Judo",
- "team": "Russia",
- "noc": "RUS",
- "age": 22,
- "event": "Judo Men's Half-Middleweight",
- "medal": "Gold"
- },
- {
- "name": "Farkhad Ibragimovich Kharki",
- "gender": "M",
- "height": "160",
- "weight": "62",
- "sport": "Weightlifting",
- "team": "Kazakhstan",
- "noc": "KAZ",
- "age": 25,
- "event": "Weightlifting Men's Featherweight",
- "medal": "Bronze"
- },
- {
- "name": "Olha Hennadivna Kharlan",
- "gender": "F",
- "height": "172",
- "weight": "68",
- "sport": "Fencing",
- "team": "Ukraine",
- "noc": "UKR",
- "age": 25,
- "event": "Fencing Women's Sabre, Individual",
- "medal": "Bronze"
- },
- {
- "name": "Olha Hennadivna Kharlan",
- "gender": "F",
- "height": "172",
- "weight": "68",
- "sport": "Fencing",
- "team": "Ukraine",
- "noc": "UKR",
- "age": 25,
- "event": "Fencing Women's Sabre, Team",
- "medal": "Silver"
- },
- {
- "name": "Vladimer Khinchegashvili",
- "gender": "M",
- "height": "170",
- "weight": "57",
- "sport": "Wrestling",
- "team": "Georgia",
- "noc": "GEO",
- "age": 25,
- "event": "Wrestling Men's Featherweight, Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Olga Sergeyevna Khudenko",
- "gender": "F",
- "height": "178",
- "weight": "78",
- "sport": "Canoeing",
- "team": "Belarus",
- "noc": "BLR",
- "age": 24,
- "event": "Canoeing Women's Kayak Fours, 500 metres",
- "medal": "Bronze"
- },
- {
- "name": "Ki Bo-Bae",
- "gender": "F",
- "height": "167",
- "weight": "57",
- "sport": "Archery",
- "team": "South Korea",
- "noc": "KOR",
- "age": 28,
- "event": "Archery Women's Individual",
- "medal": "Bronze"
- },
- {
- "name": "Ki Bo-Bae",
- "gender": "F",
- "height": "167",
- "weight": "57",
- "sport": "Archery",
- "team": "South Korea",
- "noc": "KOR",
- "age": 28,
- "event": "Archery Women's Team",
- "medal": "Gold"
- },
- {
- "name": "Faith Chepngetich Kibiegon",
- "gender": "F",
- "height": "157",
- "weight": "43",
- "sport": "Athletics",
- "team": "Kenya",
- "noc": "KEN",
- "age": 22,
- "event": "Athletics Women's 1,500 metres",
- "medal": "Gold"
- },
- {
- "name": "Kim Hyeon-Wu",
- "gender": "M",
- "height": "173",
- "weight": "80",
- "sport": "Wrestling",
- "team": "South Korea",
- "noc": "KOR",
- "age": 27,
- "event": "Wrestling Men's Middleweight, Greco-Roman",
- "medal": "Bronze"
- },
- {
- "name": "Kim Jeong-Hwan",
- "gender": "M",
- "height": "178",
- "weight": "66",
- "sport": "Fencing",
- "team": "South Korea",
- "noc": "KOR",
- "age": 32,
- "event": "Fencing Men's Sabre, Individual",
- "medal": "Bronze"
- },
- {
- "name": "Kim Jong-Hyeon",
- "gender": "M",
- "height": "170",
- "weight": "73",
- "sport": "Shooting",
- "team": "South Korea",
- "noc": "KOR",
- "age": 31,
- "event": "Shooting Men's Small-Bore Rifle, Prone, 50 metres",
- "medal": "Silver"
- },
- {
- "name": "Kim Kuk-Hyang",
- "gender": "F",
- "height": "170",
- "weight": "100",
- "sport": "Weightlifting",
- "team": "North Korea",
- "noc": "PRK",
- "age": 23,
- "event": "Weightlifting Women's Super-Heavyweight",
- "medal": "Silver"
- },
- {
- "name": "Kim So-Hui",
- "gender": "F",
- "height": "164",
- "weight": "50",
- "sport": "Taekwondo",
- "team": "South Korea",
- "noc": "KOR",
- "age": 22,
- "event": "Taekwondo Women's Flyweight",
- "medal": "Gold"
- },
- {
- "name": "Kim Song-Guk",
- "gender": "M",
- "height": "167",
- "weight": "75",
- "sport": "Shooting",
- "team": "North Korea",
- "noc": "PRK",
- "age": 30,
- "event": "Shooting Men's Free Pistol, 50 metres",
- "medal": "Bronze"
- },
- {
- "name": "Kim Song-I",
- "gender": "F",
- "height": "161",
- "weight": "55",
- "sport": "Table Tennis",
- "team": "North Korea",
- "noc": "PRK",
- "age": 21,
- "event": "Table Tennis Women's Singles",
- "medal": "Bronze"
- },
- {
- "name": "Kim Tae-Hun",
- "gender": "M",
- "height": "182",
- "weight": "59",
- "sport": "Taekwondo",
- "team": "South Korea",
- "noc": "KOR",
- "age": 21,
- "event": "Taekwondo Men's Flyweight",
- "medal": "Bronze"
- },
- {
- "name": "Kim Woo-Jin",
- "gender": "M",
- "height": "180",
- "weight": "95",
- "sport": "Archery",
- "team": "South Korea",
- "noc": "KOR",
- "age": 24,
- "event": "Archery Men's Team",
- "medal": "Gold"
- },
- {
- "name": "Lilly King",
- "gender": "F",
- "height": "175",
- "weight": "70",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Swimming Women's 100 metres Breaststroke",
- "medal": "Gold"
- },
- {
- "name": "Lilly King",
- "gender": "F",
- "height": "175",
- "weight": "70",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Swimming Women's 4 x 100 metres Medley Relay",
- "medal": "Gold"
- },
- {
- "name": "Eliud Kipchoge",
- "gender": "M",
- "height": "167",
- "weight": "57",
- "sport": "Athletics",
- "team": "Kenya",
- "noc": "KEN",
- "age": 31,
- "event": "Athletics Men's Marathon",
- "medal": "Gold"
- },
- {
- "name": "Conseslus Kipruto",
- "gender": "M",
- "height": "167",
- "weight": "58",
- "sport": "Athletics",
- "team": "Kenya",
- "noc": "KEN",
- "age": 21,
- "event": "Athletics Men's 3,000 metres Steeplechase",
- "medal": "Gold"
- },
- {
- "name": "Eunice Jepkirui Kirwa",
- "gender": "F",
- "height": "155",
- "weight": "49",
- "sport": "Athletics",
- "team": "Bahrain",
- "noc": "BRN",
- "age": 32,
- "event": "Athletics Women's Marathon",
- "medal": "Silver"
- },
- {
- "name": "Yoshihide Kiryu",
- "gender": "M",
- "height": "175",
- "weight": "68",
- "sport": "Athletics",
- "team": "Japan",
- "noc": "JPN",
- "age": 20,
- "event": "Athletics Men's 4 x 100 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Jennifer \"Jen\" Kish",
- "gender": "F",
- "height": "172",
- "weight": "73",
- "sport": "Rugby Sevens",
- "team": "Canada",
- "noc": "CAN",
- "age": 28,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Hyvin Kiyeng Jepkemoi",
- "gender": "F",
- "height": "162",
- "weight": "42",
- "sport": "Athletics",
- "team": "Kenya",
- "noc": "KEN",
- "age": 24,
- "event": "Athletics Women's 3,000 metres Steeplechase",
- "medal": "Silver"
- },
- {
- "name": "Gauthier Klauss",
- "gender": "M",
- "height": "171",
- "weight": "65",
- "sport": "Canoeing",
- "team": "France",
- "noc": "FRA",
- "age": 28,
- "event": "Canoeing Men's Canadian Doubles, Slalom",
- "medal": "Bronze"
- },
- {
- "name": "Ingrid Klimke (-Busacker)",
- "gender": "F",
- "height": "172",
- "weight": "58",
- "sport": "Equestrianism",
- "team": "Germany",
- "noc": "GER",
- "age": 48,
- "event": "Equestrianism Mixed Three-Day Event, Team",
- "medal": "Silver"
- },
- {
- "name": "Lukas Klostermann",
- "gender": "M",
- "height": "189",
- "weight": "83",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 20,
- "event": "Football Men's Football",
- "medal": "Silver"
- },
- {
- "name": "Bo-Gyung \"Lydia\" Ko",
- "gender": "F",
- "height": "165",
- "weight": "NA",
- "sport": "Golf",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 19,
- "event": "Golf Women's Individual",
- "medal": "Silver"
- },
- {
- "name": "Yuki Kobori",
- "gender": "M",
- "height": "183",
- "weight": "77",
- "sport": "Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 22,
- "event": "Swimming Men's 4 x 200 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "Agnieszka Kobus",
- "gender": "F",
- "height": "177",
- "weight": "68",
- "sport": "Rowing",
- "team": "Poland",
- "noc": "POL",
- "age": 25,
- "event": "Rowing Women's Quadruple Sculls",
- "medal": "Bronze"
- },
- {
- "name": "Olga Aleksandrovna Kochneva",
- "gender": "F",
- "height": "168",
- "weight": "58",
- "sport": "Fencing",
- "team": "Russia",
- "noc": "RUS",
- "age": 28,
- "event": "Fencing Women's epee, Team",
- "medal": "Bronze"
- },
- {
- "name": "Madison Taylor Kocian",
- "gender": "F",
- "height": "157",
- "weight": "46",
- "sport": "Gymnastics",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Gymnastics Women's Team All-Around",
- "medal": "Gold"
- },
- {
- "name": "Madison Taylor Kocian",
- "gender": "F",
- "height": "157",
- "weight": "46",
- "sport": "Gymnastics",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Gymnastics Women's Uneven Bars",
- "medal": "Silver"
- },
- {
- "name": "Werner Kok",
- "gender": "M",
- "height": "180",
- "weight": "91",
- "sport": "Rugby Sevens",
- "team": "South Africa",
- "noc": "RSA",
- "age": 23,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Sara Kolak",
- "gender": "F",
- "height": "170",
- "weight": "74",
- "sport": "Athletics",
- "team": "Croatia",
- "noc": "CRO",
- "age": 21,
- "event": "Athletics Women's Javelin Throw",
- "medal": "Gold"
- },
- {
- "name": "Cheslin Kolbe",
- "gender": "M",
- "height": "179",
- "weight": "89",
- "sport": "Rugby Sevens",
- "team": "South Africa",
- "noc": "RSA",
- "age": 22,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Svetlana Konstantinovna Kolesnichenko",
- "gender": "F",
- "height": "171",
- "weight": "53",
- "sport": "Synchronized Swimming",
- "team": "Russia",
- "noc": "RUS",
- "age": 22,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Gold"
- },
- {
- "name": "Osea Kolinisau",
- "gender": "M",
- "height": "174",
- "weight": "90",
- "sport": "Rugby Sevens",
- "team": "Fiji",
- "noc": "FIJ",
- "age": 30,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Violetta Vitalyevna Kolobova",
- "gender": "F",
- "height": "176",
- "weight": "64",
- "sport": "Fencing",
- "team": "Russia",
- "noc": "RUS",
- "age": 25,
- "event": "Fencing Women's epee, Team",
- "medal": "Bronze"
- },
- {
- "name": "Alina Ivanivna Komashchuk",
- "gender": "F",
- "height": "169",
- "weight": "75",
- "sport": "Fencing",
- "team": "Ukraine",
- "noc": "UKR",
- "age": 23,
- "event": "Fencing Women's Sabre, Team",
- "medal": "Silver"
- },
- {
- "name": "Ami Kondo",
- "gender": "F",
- "height": "156",
- "weight": "48",
- "sport": "Judo",
- "team": "Japan",
- "noc": "JPN",
- "age": 21,
- "event": "Judo Women's Extra-Lightweight",
- "medal": "Bronze"
- },
- {
- "name": "Anna Korakaki",
- "gender": "F",
- "height": "175",
- "weight": "65",
- "sport": "Shooting",
- "team": "Greece",
- "noc": "GRE",
- "age": 20,
- "event": "Shooting Women's Air Pistol, 10 metres",
- "medal": "Bronze"
- },
- {
- "name": "Anna Korakaki",
- "gender": "F",
- "height": "175",
- "weight": "65",
- "sport": "Shooting",
- "team": "Greece",
- "noc": "GRE",
- "age": 20,
- "event": "Shooting Women's Sporting Pistol, 25 metres",
- "medal": "Gold"
- },
- {
- "name": "Joseph Mathias \"Joe\" Kovacs",
- "gender": "M",
- "height": "183",
- "weight": "134",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Athletics Men's Shot Put",
- "medal": "Silver"
- },
- {
- "name": "Danuta Kozk",
- "gender": "F",
- "height": "168",
- "weight": "63",
- "sport": "Canoeing",
- "team": "Hungary",
- "noc": "HUN",
- "age": 29,
- "event": "Canoeing Women's Kayak Singles, 500 metres",
- "medal": "Gold"
- },
- {
- "name": "Danuta Kozk",
- "gender": "F",
- "height": "168",
- "weight": "63",
- "sport": "Canoeing",
- "team": "Hungary",
- "noc": "HUN",
- "age": 29,
- "event": "Canoeing Women's Kayak Doubles, 500 metres",
- "medal": "Gold"
- },
- {
- "name": "Danuta Kozk",
- "gender": "F",
- "height": "168",
- "weight": "63",
- "sport": "Canoeing",
- "team": "Hungary",
- "noc": "HUN",
- "age": 29,
- "event": "Canoeing Women's Kayak Fours, 500 metres",
- "medal": "Gold"
- },
- {
- "name": "Annike Berit Krahn",
- "gender": "F",
- "height": "173",
- "weight": "61",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 31,
- "event": "Football Women's Football",
- "medal": "Gold"
- },
- {
- "name": "Julia Krajewski",
- "gender": "F",
- "height": "168",
- "weight": "65",
- "sport": "Equestrianism",
- "team": "Germany",
- "noc": "GER",
- "age": 27,
- "event": "Equestrianism Mixed Three-Day Event, Team",
- "medal": "Silver"
- },
- {
- "name": "Ivan Krapi",
- "gender": "M",
- "height": "194",
- "weight": "103",
- "sport": "Water Polo",
- "team": "Croatia",
- "noc": "CRO",
- "age": 27,
- "event": "Water Polo Men's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Olena Vitalivna Kravatska",
- "gender": "F",
- "height": "176",
- "weight": "66",
- "sport": "Fencing",
- "team": "Ukraine",
- "noc": "UKR",
- "age": 24,
- "event": "Fencing Women's Sabre, Team",
- "medal": "Silver"
- },
- {
- "name": "Jannick Green Krejberg",
- "gender": "M",
- "height": "195",
- "weight": "95",
- "sport": "Handball",
- "team": "Denmark",
- "noc": "DEN",
- "age": 27,
- "event": "Handball Men's Handball",
- "medal": "Gold"
- },
- {
- "name": "Steffi Kriegerstein",
- "gender": "F",
- "height": "178",
- "weight": "70",
- "sport": "Canoeing",
- "team": "Germany",
- "noc": "GER",
- "age": 23,
- "event": "Canoeing Women's Kayak Fours, 500 metres",
- "medal": "Silver"
- },
- {
- "name": "Veronica Egebakken Kristiansen",
- "gender": "F",
- "height": "175",
- "weight": "68",
- "sport": "Handball",
- "team": "Norway",
- "noc": "NOR",
- "age": 26,
- "event": "Handball Women's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Sara Krnji",
- "gender": "F",
- "height": "193",
- "weight": "83",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 25,
- "event": "Basketball Women's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Luk Krplek",
- "gender": "M",
- "height": "197",
- "weight": "105",
- "sport": "Judo",
- "team": "Czech Republic",
- "noc": "CZE",
- "age": 25,
- "event": "Judo Men's Half-Heavyweight",
- "medal": "Gold"
- },
- {
- "name": "Sinphet Kruaithong",
- "gender": "M",
- "height": "159",
- "weight": "56",
- "sport": "Weightlifting",
- "team": "Thailand",
- "noc": "THA",
- "age": 20,
- "event": "Weightlifting Men's Bantamweight",
- "medal": "Bronze"
- },
- {
- "name": "Hannah Krger",
- "gender": "F",
- "height": "173",
- "weight": "67",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 27,
- "event": "Hockey Women's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Ku Bon-Chan",
- "gender": "M",
- "height": "181",
- "weight": "84",
- "sport": "Archery",
- "team": "South Korea",
- "noc": "KOR",
- "age": 23,
- "event": "Archery Men's Individual",
- "medal": "Gold"
- },
- {
- "name": "Ku Bon-Chan",
- "gender": "M",
- "height": "181",
- "weight": "84",
- "sport": "Archery",
- "team": "South Korea",
- "noc": "KOR",
- "age": 23,
- "event": "Archery Men's Team",
- "medal": "Gold"
- },
- {
- "name": "Matthew Gregory \"Matt\" Kuchar",
- "gender": "M",
- "height": "193",
- "weight": "86",
- "sport": "Golf",
- "team": "United States",
- "noc": "USA",
- "age": 38,
- "event": "Golf Men's Individual",
- "medal": "Bronze"
- },
- {
- "name": "Denis Maksymilian Kudla",
- "gender": "M",
- "height": "184",
- "weight": "90",
- "sport": "Wrestling",
- "team": "Germany",
- "noc": "GER",
- "age": 21,
- "event": "Wrestling Men's Light-Heavyweight, Greco-Roman",
- "medal": "Bronze"
- },
- {
- "name": "Yana Alekseyevna Kudryavtseva",
- "gender": "F",
- "height": "170",
- "weight": "47",
- "sport": "Rhythmic Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 18,
- "event": "Rhythmic Gymnastics Women's Individual",
- "medal": "Silver"
- },
- {
- "name": "Andreas Kuffner",
- "gender": "M",
- "height": "196",
- "weight": "94",
- "sport": "Rowing",
- "team": "Germany",
- "noc": "GER",
- "age": 29,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Silver"
- },
- {
- "name": "Julius Khn",
- "gender": "M",
- "height": "198",
- "weight": "110",
- "sport": "Handball",
- "team": "Germany",
- "noc": "GER",
- "age": 23,
- "event": "Handball Men's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Nikolay Yulyevich Kuksenkov",
- "gender": "M",
- "height": "172",
- "weight": "65",
- "sport": "Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 27,
- "event": "Gymnastics Men's Team All-Around",
- "medal": "Silver"
- },
- {
- "name": "Jaroslav Kulhav",
- "gender": "M",
- "height": "188",
- "weight": "77",
- "sport": "Cycling",
- "team": "Czech Republic",
- "noc": "CZE",
- "age": 31,
- "event": "Cycling Men's Mountainbike, Cross-team",
- "medal": "Silver"
- },
- {
- "name": "Serhiy Volodymyrovych Kulish",
- "gender": "M",
- "height": "176",
- "weight": "64",
- "sport": "Shooting",
- "team": "Ukraine",
- "noc": "UKR",
- "age": 23,
- "event": "Shooting Men's Air Rifle, 10 metres",
- "medal": "Silver"
- },
- {
- "name": "Semi Kunabuli Kunatani",
- "gender": "M",
- "height": "192",
- "weight": "98",
- "sport": "Rugby Sevens",
- "team": "Fiji",
- "noc": "FIJ",
- "age": 25,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Kahena Kunze",
- "gender": "F",
- "height": "172",
- "weight": "68",
- "sport": "Sailing",
- "team": "Brazil",
- "noc": "BRA",
- "age": 25,
- "event": "Sailing Women's Skiff",
- "medal": "Gold"
- },
- {
- "name": "Kuo Hsing-Chun",
- "gender": "F",
- "height": "157",
- "weight": "58",
- "sport": "Weightlifting",
- "team": "Chinese Taipei",
- "noc": "TPE",
- "age": 22,
- "event": "Weightlifting Women's Lightweight",
- "medal": "Bronze"
- },
- {
- "name": "Amanda Maria Kurtovic",
- "gender": "F",
- "height": "175",
- "weight": "71",
- "sport": "Handball",
- "team": "Norway",
- "noc": "NOR",
- "age": 25,
- "event": "Handball Women's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Polina Viktorovna Kuznetsova (Vyakhireva-)",
- "gender": "F",
- "height": "168",
- "weight": "60",
- "sport": "Handball",
- "team": "Russia",
- "noc": "RUS",
- "age": 29,
- "event": "Handball Women's Handball",
- "medal": "Gold"
- },
- {
- "name": "Nataliya Yuryevna Kuzyutina",
- "gender": "F",
- "height": "160",
- "weight": "52",
- "sport": "Judo",
- "team": "Russia",
- "noc": "RUS",
- "age": 27,
- "event": "Judo Women's Half-Lightweight",
- "medal": "Bronze"
- },
- {
- "name": "Petra Kvitov",
- "gender": "F",
- "height": "183",
- "weight": "70",
- "sport": "Tennis",
- "team": "Czech Republic",
- "noc": "CZE",
- "age": 26,
- "event": "Tennis Women's Singles",
- "medal": "Bronze"
- },
- {
- "name": "Julio Csar La Cruz Peraza",
- "gender": "M",
- "height": "182",
- "weight": "81",
- "sport": "Boxing",
- "team": "Cuba",
- "noc": "CUB",
- "age": 26,
- "event": "Boxing Men's Light-Heavyweight",
- "medal": "Gold"
- },
- {
- "name": "Stephanie Lynn Marie Labb",
- "gender": "F",
- "height": "178",
- "weight": "53",
- "sport": "Football",
- "team": "Canada",
- "noc": "CAN",
- "age": 29,
- "event": "Football Women's Football",
- "medal": "Bronze"
- },
- {
- "name": "Alexandra Lacrabre",
- "gender": "F",
- "height": "177",
- "weight": "73",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 29,
- "event": "Handball Women's Handball",
- "medal": "Silver"
- },
- {
- "name": "Karim Florent Laghouag",
- "gender": "M",
- "height": "177",
- "weight": "70",
- "sport": "Equestrianism",
- "team": "France",
- "noc": "FRA",
- "age": 40,
- "event": "Equestrianism Mixed Three-Day Event, Team",
- "medal": "Gold"
- },
- {
- "name": "Eric Lamaze",
- "gender": "M",
- "height": "170",
- "weight": "65",
- "sport": "Equestrianism",
- "team": "Canada",
- "noc": "CAN",
- "age": 48,
- "event": "Equestrianism Mixed Jumping, Individual",
- "medal": "Bronze"
- },
- {
- "name": "Niklas Landin Jacobsen",
- "gender": "M",
- "height": "201",
- "weight": "102",
- "sport": "Handball",
- "team": "Denmark",
- "noc": "DEN",
- "age": 27,
- "event": "Handball Men's Handball",
- "medal": "Gold"
- },
- {
- "name": "Laurisa Landre",
- "gender": "F",
- "height": "174",
- "weight": "67",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 30,
- "event": "Handball Women's Handball",
- "medal": "Silver"
- },
- {
- "name": "Ghislaine Landry",
- "gender": "F",
- "height": "163",
- "weight": "65",
- "sport": "Rugby Sevens",
- "team": "Canada",
- "noc": "CAN",
- "age": 28,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Santiago Ral Lange Roberti",
- "gender": "M",
- "height": "184",
- "weight": "73",
- "sport": "Sailing",
- "team": "Argentina",
- "noc": "ARG",
- "age": 54,
- "event": "Sailing Mixed Multihull",
- "medal": "Gold"
- },
- {
- "name": "Christopher Phillip \"Chris\" Langridge",
- "gender": "M",
- "height": "180",
- "weight": "NA",
- "sport": "Badminton",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 31,
- "event": "Badminton Men's Doubles",
- "medal": "Bronze"
- },
- {
- "name": "Matthew Keir \"Matt\" Langridge",
- "gender": "M",
- "height": "194",
- "weight": "93",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 33,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Gold"
- },
- {
- "name": "Aurimas Lankas",
- "gender": "M",
- "height": "178",
- "weight": "89",
- "sport": "Canoeing",
- "team": "Lithuania",
- "noc": "LTU",
- "age": 30,
- "event": "Canoeing Men's Kayak Doubles, 200 metres",
- "medal": "Bronze"
- },
- {
- "name": "Filippo Lanza",
- "gender": "M",
- "height": "198",
- "weight": "98",
- "sport": "Volleyball",
- "team": "Italy",
- "noc": "ITA",
- "age": 25,
- "event": "Volleyball Men's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Yekaterina Alekseyevna Larionova",
- "gender": "F",
- "height": "158",
- "weight": "63",
- "sport": "Wrestling",
- "team": "Kazakhstan",
- "noc": "KAZ",
- "age": 22,
- "event": "Wrestling Women's Middleweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Mitchell James \"Mitch\" Larkin",
- "gender": "M",
- "height": "187",
- "weight": "72",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 23,
- "event": "Swimming Men's 200 metres Backstroke",
- "medal": "Silver"
- },
- {
- "name": "Mitchell James \"Mitch\" Larkin",
- "gender": "M",
- "height": "187",
- "weight": "72",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 23,
- "event": "Swimming Men's 4 x 100 metres Medley Relay",
- "medal": "Bronze"
- },
- {
- "name": "Jacob Sgaard Larsen",
- "gender": "M",
- "height": "182",
- "weight": "73",
- "sport": "Rowing",
- "team": "Denmark",
- "noc": "DEN",
- "age": 28,
- "event": "Rowing Men's Lightweight Coxless Fours",
- "medal": "Silver"
- },
- {
- "name": "Mads Mensah Larsen",
- "gender": "M",
- "height": "188",
- "weight": "106",
- "sport": "Handball",
- "team": "Denmark",
- "noc": "DEN",
- "age": 24,
- "event": "Handball Men's Handball",
- "medal": "Gold"
- },
- {
- "name": "Niklas Larsen",
- "gender": "M",
- "height": "180",
- "weight": "74",
- "sport": "Cycling",
- "team": "Denmark",
- "noc": "DEN",
- "age": 19,
- "event": "Cycling Men's Team Pursuit, 4,000 metres",
- "medal": "Bronze"
- },
- {
- "name": "Jordan Quinn Larson-Burbach",
- "gender": "F",
- "height": "188",
- "weight": "75",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 29,
- "event": "Volleyball Women's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Simone Laudehr",
- "gender": "F",
- "height": "175",
- "weight": "56",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 30,
- "event": "Football Women's Football",
- "medal": "Gold"
- },
- {
- "name": "Jack David Laugher",
- "gender": "M",
- "height": "166",
- "weight": "65",
- "sport": "Diving",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 21,
- "event": "Diving Men's Springboard",
- "medal": "Silver"
- },
- {
- "name": "Jack David Laugher",
- "gender": "M",
- "height": "166",
- "weight": "65",
- "sport": "Diving",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 21,
- "event": "Diving Men's Synchronized Springboard",
- "medal": "Gold"
- },
- {
- "name": "Renaud Lavillenie",
- "gender": "M",
- "height": "177",
- "weight": "71",
- "sport": "Athletics",
- "team": "France",
- "noc": "FRA",
- "age": 29,
- "event": "Athletics Men's Pole Vault",
- "medal": "Silver"
- },
- {
- "name": "Ashley Lawrence",
- "gender": "F",
- "height": "163",
- "weight": "59",
- "sport": "Football",
- "team": "Canada",
- "noc": "CAN",
- "age": 21,
- "event": "Football Women's Football",
- "medal": "Bronze"
- },
- {
- "name": "Kirsti Lay (-Giroux)",
- "gender": "F",
- "height": "173",
- "weight": "65",
- "sport": "Cycling",
- "team": "Canada",
- "noc": "CAN",
- "age": 28,
- "event": "Cycling Women's Team Pursuit",
- "medal": "Bronze"
- },
- {
- "name": "Le Chien-Ying",
- "gender": "F",
- "height": "165",
- "weight": "69",
- "sport": "Archery",
- "team": "Chinese Taipei",
- "noc": "TPE",
- "age": 26,
- "event": "Archery Women's Team",
- "medal": "Bronze"
- },
- {
- "name": "Chad Guy Bertrand le Clos",
- "gender": "M",
- "height": "190",
- "weight": "83",
- "sport": "Swimming",
- "team": "South Africa",
- "noc": "RSA",
- "age": 24,
- "event": "Swimming Men's 200 metres Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Chad Guy Bertrand le Clos",
- "gender": "M",
- "height": "190",
- "weight": "83",
- "sport": "Swimming",
- "team": "South Africa",
- "noc": "RSA",
- "age": 24,
- "event": "Swimming Men's 100 metres Butterfly",
- "medal": "Silver"
- },
- {
- "name": "Pierre Le Coq",
- "gender": "M",
- "height": "186",
- "weight": "72",
- "sport": "Sailing",
- "team": "France",
- "noc": "FRA",
- "age": 27,
- "event": "Sailing Men's Windsurfer",
- "medal": "Bronze"
- },
- {
- "name": "Erwann Lucien douard Le Pchoux",
- "gender": "M",
- "height": "171",
- "weight": "65",
- "sport": "Fencing",
- "team": "France",
- "noc": "FRA",
- "age": 34,
- "event": "Fencing Men's Foil, Team",
- "medal": "Silver"
- },
- {
- "name": "Barbara Lechner-Engleder",
- "gender": "F",
- "height": "162",
- "weight": "72",
- "sport": "Shooting",
- "team": "Germany",
- "noc": "GER",
- "age": 33,
- "event": "Shooting Women's Small-Bore Rifle, Three Positions, 50 metres",
- "medal": "Gold"
- },
- {
- "name": "Camille Lecointre",
- "gender": "F",
- "height": "159",
- "weight": "56",
- "sport": "Sailing",
- "team": "France",
- "noc": "FRA",
- "age": 31,
- "event": "Sailing Women's Two Person Dinghy",
- "medal": "Bronze"
- },
- {
- "name": "Kathleen Genevieve \"Katie\" Ledecky",
- "gender": "F",
- "height": "183",
- "weight": "73",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Swimming Women's 200 metres Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Kathleen Genevieve \"Katie\" Ledecky",
- "gender": "F",
- "height": "183",
- "weight": "73",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Swimming Women's 400 metres Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Kathleen Genevieve \"Katie\" Ledecky",
- "gender": "F",
- "height": "183",
- "weight": "73",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Swimming Women's 800 metres Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Kathleen Genevieve \"Katie\" Ledecky",
- "gender": "F",
- "height": "183",
- "weight": "73",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Swimming Women's 4 x 100 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Kathleen Genevieve \"Katie\" Ledecky",
- "gender": "F",
- "height": "183",
- "weight": "73",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Swimming Women's 4 x 200 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Lee Chong Wei",
- "gender": "M",
- "height": "170",
- "weight": "68",
- "sport": "Badminton",
- "team": "Malaysia",
- "noc": "MAS",
- "age": 33,
- "event": "Badminton Men's Singles",
- "medal": "Silver"
- },
- {
- "name": "Lee Dae-Hun",
- "gender": "M",
- "height": "183",
- "weight": "70",
- "sport": "Taekwondo",
- "team": "South Korea",
- "noc": "KOR",
- "age": 24,
- "event": "Taekwondo Men's Featherweight",
- "medal": "Bronze"
- },
- {
- "name": "David Cameron Lee",
- "gender": "M",
- "height": "203",
- "weight": "105",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 34,
- "event": "Volleyball Men's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Lee Seung-Yun",
- "gender": "M",
- "height": "174",
- "weight": "80",
- "sport": "Archery",
- "team": "South Korea",
- "noc": "KOR",
- "age": 21,
- "event": "Archery Men's Team",
- "medal": "Gold"
- },
- {
- "name": "Zoe Samantha Lee",
- "gender": "F",
- "height": "176",
- "weight": "70",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 30,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Silver"
- },
- {
- "name": "Enzo-Boris Lefort",
- "gender": "M",
- "height": "190",
- "weight": "80",
- "sport": "Fencing",
- "team": "France",
- "noc": "FRA",
- "age": 24,
- "event": "Fencing Men's Foil, Team",
- "medal": "Silver"
- },
- {
- "name": "Christophe Alexandre Christian Lematre",
- "gender": "M",
- "height": "190",
- "weight": "74",
- "sport": "Athletics",
- "team": "France",
- "noc": "FRA",
- "age": 26,
- "event": "Athletics Men's 200 metres",
- "medal": "Bronze"
- },
- {
- "name": "Finn Lemke",
- "gender": "M",
- "height": "210",
- "weight": "115",
- "sport": "Handball",
- "team": "Germany",
- "noc": "GER",
- "age": 24,
- "event": "Handball Men's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Mathieu Lemoine",
- "gender": "M",
- "height": "176",
- "weight": "70",
- "sport": "Equestrianism",
- "team": "France",
- "noc": "FRA",
- "age": 32,
- "event": "Equestrianism Mixed Three-Day Event, Team",
- "medal": "Gold"
- },
- {
- "name": "Pnlope Leprvost",
- "gender": "F",
- "height": "175",
- "weight": "55",
- "sport": "Equestrianism",
- "team": "France",
- "noc": "FRA",
- "age": 36,
- "event": "Equestrianism Mixed Jumping, Team",
- "medal": "Gold"
- },
- {
- "name": "Aleksandr Leonidovich Lesun",
- "gender": "M",
- "height": "185",
- "weight": "74",
- "sport": "Modern Pentathlon",
- "team": "Russia",
- "noc": "RUS",
- "age": 28,
- "event": "Modern Pentathlon Men's Individual",
- "medal": "Gold"
- },
- {
- "name": "Joanna Leszczyska",
- "gender": "F",
- "height": "183",
- "weight": "75",
- "sport": "Rowing",
- "team": "Poland",
- "noc": "POL",
- "age": 27,
- "event": "Rowing Women's Quadruple Sculls",
- "medal": "Bronze"
- },
- {
- "name": "Melanie Leupolz",
- "gender": "F",
- "height": "173",
- "weight": "52",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 22,
- "event": "Football Women's Football",
- "medal": "Gold"
- },
- {
- "name": "Laurien Leurink",
- "gender": "F",
- "height": "173",
- "weight": "67",
- "sport": "Hockey",
- "team": "Netherlands",
- "noc": "NED",
- "age": 21,
- "event": "Hockey Women's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Olga Sergeyevna Levina-Akopyan",
- "gender": "F",
- "height": "176",
- "weight": "63",
- "sport": "Handball",
- "team": "Russia",
- "noc": "RUS",
- "age": 31,
- "event": "Handball Women's Handball",
- "medal": "Gold"
- },
- {
- "name": "Vasily Alekseyevich Levit",
- "gender": "M",
- "height": "185",
- "weight": "91",
- "sport": "Boxing",
- "team": "Kazakhstan",
- "noc": "KAZ",
- "age": 28,
- "event": "Boxing Men's Heavyweight",
- "medal": "Silver"
- },
- {
- "name": "Amandine Suzanne Monique Leynaud",
- "gender": "F",
- "height": "178",
- "weight": "64",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 30,
- "event": "Handball Women's Handball",
- "medal": "Silver"
- },
- {
- "name": "Danell Johan Leyva Gonzalez",
- "gender": "M",
- "height": "170",
- "weight": "68",
- "sport": "Gymnastics",
- "team": "United States",
- "noc": "USA",
- "age": 24,
- "event": "Gymnastics Men's Parallel Bars",
- "medal": "Silver"
- },
- {
- "name": "Danell Johan Leyva Gonzalez",
- "gender": "M",
- "height": "170",
- "weight": "68",
- "sport": "Gymnastics",
- "team": "United States",
- "noc": "USA",
- "age": 24,
- "event": "Gymnastics Men's Horizontal Bar",
- "medal": "Silver"
- },
- {
- "name": "Li Dan",
- "gender": "F",
- "height": "155",
- "weight": "47",
- "sport": "Trampolining",
- "team": "China",
- "noc": "CHN",
- "age": 27,
- "event": "Trampolining Women's Individual",
- "medal": "Bronze"
- },
- {
- "name": "Li Qian",
- "gender": "F",
- "height": "180",
- "weight": "75",
- "sport": "Boxing",
- "team": "China",
- "noc": "CHN",
- "age": 26,
- "event": "Boxing Women's Middleweight",
- "medal": "Bronze"
- },
- {
- "name": "Li Xiaolu",
- "gender": "F",
- "height": "167",
- "weight": "51",
- "sport": "Synchronized Swimming",
- "team": "China",
- "noc": "CHN",
- "age": 23,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Silver"
- },
- {
- "name": "Li Xiaoxia",
- "gender": "F",
- "height": "174",
- "weight": "65",
- "sport": "Table Tennis",
- "team": "China",
- "noc": "CHN",
- "age": 28,
- "event": "Table Tennis Women's Singles",
- "medal": "Silver"
- },
- {
- "name": "Li Xiaoxia",
- "gender": "F",
- "height": "174",
- "weight": "65",
- "sport": "Table Tennis",
- "team": "China",
- "noc": "CHN",
- "age": 28,
- "event": "Table Tennis Women's Team",
- "medal": "Gold"
- },
- {
- "name": "Li Yuehong",
- "gender": "M",
- "height": "173",
- "weight": "71",
- "sport": "Shooting",
- "team": "China",
- "noc": "CHN",
- "age": 26,
- "event": "Shooting Men's Rapid-Fire Pistol, 25 metres",
- "medal": "Bronze"
- },
- {
- "name": "Liang Xinping",
- "gender": "F",
- "height": "171",
- "weight": "60",
- "sport": "Synchronized Swimming",
- "team": "China",
- "noc": "CHN",
- "age": 22,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Silver"
- },
- {
- "name": "Tom Liebscher",
- "gender": "M",
- "height": "189",
- "weight": "89",
- "sport": "Canoeing",
- "team": "Germany",
- "noc": "GER",
- "age": 23,
- "event": "Canoeing Men's Kayak Fours, 1,000 metres",
- "medal": "Gold"
- },
- {
- "name": "Julia Lier",
- "gender": "F",
- "height": "183",
- "weight": "78",
- "sport": "Rowing",
- "team": "Germany",
- "noc": "GER",
- "age": 24,
- "event": "Rowing Women's Quadruple Sculls",
- "medal": "Gold"
- },
- {
- "name": "Elis Ligtlee",
- "gender": "F",
- "height": "185",
- "weight": "90",
- "sport": "Cycling",
- "team": "Netherlands",
- "noc": "NED",
- "age": 22,
- "event": "Cycling Women's Keirin",
- "medal": "Gold"
- },
- {
- "name": "Feyisa Lilesa",
- "gender": "M",
- "height": "175",
- "weight": "67",
- "sport": "Athletics",
- "team": "Ethiopia",
- "noc": "ETH",
- "age": 26,
- "event": "Athletics Men's Marathon",
- "medal": "Silver"
- },
- {
- "name": "Lin Chaopan",
- "gender": "M",
- "height": "163",
- "weight": "60",
- "sport": "Gymnastics",
- "team": "China",
- "noc": "CHN",
- "age": 20,
- "event": "Gymnastics Men's Team All-Around",
- "medal": "Bronze"
- },
- {
- "name": "Lin Li",
- "gender": "F",
- "height": "171",
- "weight": "70",
- "sport": "Volleyball",
- "team": "China",
- "noc": "CHN",
- "age": 24,
- "event": "Volleyball Women's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Lin Shih-Chia",
- "gender": "F",
- "height": "160",
- "weight": "65",
- "sport": "Archery",
- "team": "Chinese Taipei",
- "noc": "TPE",
- "age": 23,
- "event": "Archery Women's Team",
- "medal": "Bronze"
- },
- {
- "name": "Lin Yue",
- "gender": "M",
- "height": "163",
- "weight": "53",
- "sport": "Diving",
- "team": "China",
- "noc": "CHN",
- "age": 25,
- "event": "Diving Men's Synchronized Platform",
- "medal": "Gold"
- },
- {
- "name": "Rut Hedvig Lindahl",
- "gender": "F",
- "height": "179",
- "weight": "74",
- "sport": "Football",
- "team": "Sweden",
- "noc": "SWE",
- "age": 33,
- "event": "Football Women's Football",
- "medal": "Silver"
- },
- {
- "name": "Oliver William Lindsay-Hague",
- "gender": "M",
- "height": "180",
- "weight": "83",
- "sport": "Rugby Sevens",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 25,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Edward Theodore \"Ed\" Ling",
- "gender": "M",
- "height": "180",
- "weight": "80",
- "sport": "Shooting",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 33,
- "event": "Shooting Men's Trap",
- "medal": "Bronze"
- },
- {
- "name": "Tibor Linka",
- "gender": "M",
- "height": "199",
- "weight": "95",
- "sport": "Canoeing",
- "team": "Slovakia",
- "noc": "SVK",
- "age": 21,
- "event": "Canoeing Men's Kayak Fours, 1,000 metres",
- "medal": "Silver"
- },
- {
- "name": "Varlam Lip'art'eliani",
- "gender": "M",
- "height": "187",
- "weight": "94",
- "sport": "Judo",
- "team": "Georgia",
- "noc": "GEO",
- "age": 27,
- "event": "Judo Men's Middleweight",
- "medal": "Silver"
- },
- {
- "name": "Liu Hong",
- "gender": "F",
- "height": "160",
- "weight": "50",
- "sport": "Athletics",
- "team": "China",
- "noc": "CHN",
- "age": 29,
- "event": "Athletics Women's 20 kilometres Walk",
- "medal": "Gold"
- },
- {
- "name": "Liu Huixia",
- "gender": "F",
- "height": "157",
- "weight": "48",
- "sport": "Diving",
- "team": "China",
- "noc": "CHN",
- "age": 18,
- "event": "Diving Women's Synchronized Platform",
- "medal": "Gold"
- },
- {
- "name": "Liu Shiwen",
- "gender": "F",
- "height": "160",
- "weight": "54",
- "sport": "Table Tennis",
- "team": "China",
- "noc": "CHN",
- "age": 25,
- "event": "Table Tennis Women's Team",
- "medal": "Gold"
- },
- {
- "name": "Liu Xiaotong",
- "gender": "F",
- "height": "188",
- "weight": "70",
- "sport": "Volleyball",
- "team": "China",
- "noc": "CHN",
- "age": 26,
- "event": "Volleyball Women's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Liu Yang",
- "gender": "M",
- "height": "162",
- "weight": "61",
- "sport": "Gymnastics",
- "team": "China",
- "noc": "CHN",
- "age": 21,
- "event": "Gymnastics Men's Team All-Around",
- "medal": "Bronze"
- },
- {
- "name": "Hac liyev",
- "gender": "M",
- "height": "168",
- "weight": "65",
- "sport": "Wrestling",
- "team": "Azerbaijan",
- "noc": "AZE",
- "age": 25,
- "event": "Wrestling Men's Featherweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Carli Ellen Lloyd",
- "gender": "F",
- "height": "180",
- "weight": "75",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Volleyball Women's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Sergio Llull Meli",
- "gender": "M",
- "height": "192",
- "weight": "91",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 28,
- "event": "Basketball Men's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Ryan Steven Lochte",
- "gender": "M",
- "height": "188",
- "weight": "88",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 32,
- "event": "Swimming Men's 4 x 200 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "William Lockwood",
- "gender": "M",
- "height": "191",
- "weight": "88",
- "sport": "Rowing",
- "team": "Australia",
- "noc": "AUS",
- "age": 28,
- "event": "Rowing Men's Coxless Fours",
- "medal": "Silver"
- },
- {
- "name": "Matteo Lodo",
- "gender": "M",
- "height": "196",
- "weight": "90",
- "sport": "Rowing",
- "team": "Italy",
- "noc": "ITA",
- "age": 21,
- "event": "Rowing Men's Coxless Fours",
- "medal": "Bronze"
- },
- {
- "name": "Eleanor \"Elle\" Logan",
- "gender": "F",
- "height": "188",
- "weight": "86",
- "sport": "Rowing",
- "team": "United States",
- "noc": "USA",
- "age": 28,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Gold"
- },
- {
- "name": "Tatyana Yuryevna Logunova",
- "gender": "F",
- "height": "174",
- "weight": "62",
- "sport": "Fencing",
- "team": "Russia",
- "noc": "RUS",
- "age": 36,
- "event": "Fencing Women's epee, Team",
- "medal": "Bronze"
- },
- {
- "name": "Luka Lonar",
- "gender": "M",
- "height": "195",
- "weight": "106",
- "sport": "Water Polo",
- "team": "Croatia",
- "noc": "CRO",
- "age": 29,
- "event": "Water Polo Men's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Long Qingquan",
- "gender": "M",
- "height": "150",
- "weight": "56",
- "sport": "Weightlifting",
- "team": "China",
- "noc": "CHN",
- "age": 25,
- "event": "Weightlifting Men's Bantamweight",
- "medal": "Gold"
- },
- {
- "name": "Elisa Longo Borghini",
- "gender": "F",
- "height": "170",
- "weight": "59",
- "sport": "Cycling",
- "team": "Italy",
- "noc": "ITA",
- "age": 24,
- "event": "Cycling Women's Road Race, Individual",
- "medal": "Bronze"
- },
- {
- "name": "Arlen Lpez Cardona",
- "gender": "M",
- "height": "178",
- "weight": "75",
- "sport": "Boxing",
- "team": "Cuba",
- "noc": "CUB",
- "age": 23,
- "event": "Boxing Men's Middleweight",
- "medal": "Gold"
- },
- {
- "name": "Elena Lpez Benaches",
- "gender": "F",
- "height": "169",
- "weight": "56",
- "sport": "Rhythmic Gymnastics",
- "team": "Spain",
- "noc": "ESP",
- "age": 21,
- "event": "Rhythmic Gymnastics Women's Group",
- "medal": "Silver"
- },
- {
- "name": "Juan Martn Lpez",
- "gender": "M",
- "height": "178",
- "weight": "74",
- "sport": "Hockey",
- "team": "Argentina",
- "noc": "ARG",
- "age": 31,
- "event": "Hockey Men's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Marc Lpez i Tarrs",
- "gender": "M",
- "height": "175",
- "weight": "71",
- "sport": "Tennis",
- "team": "Spain-2",
- "noc": "ESP",
- "age": 34,
- "event": "Tennis Men's Doubles",
- "medal": "Gold"
- },
- {
- "name": "Mijan Lpez Nez",
- "gender": "M",
- "height": "198",
- "weight": "130",
- "sport": "Wrestling",
- "team": "Cuba",
- "noc": "CUB",
- "age": 33,
- "event": "Wrestling Men's Super-Heavyweight, Greco-Roman",
- "medal": "Gold"
- },
- {
- "name": "Nike Lorenz",
- "gender": "F",
- "height": "170",
- "weight": "69",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 19,
- "event": "Hockey Women's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Constantine Michael Louloudis",
- "gender": "M",
- "height": "190",
- "weight": "92",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 24,
- "event": "Rowing Men's Coxless Fours",
- "medal": "Gold"
- },
- {
- "name": "Karsta Lowe",
- "gender": "F",
- "height": "193",
- "weight": "82",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 23,
- "event": "Volleyball Women's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Kyle Lowry",
- "gender": "M",
- "height": "183",
- "weight": "93",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Basketball Men's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Heidi Lke",
- "gender": "F",
- "height": "173",
- "weight": "68",
- "sport": "Handball",
- "team": "Norway",
- "noc": "NOR",
- "age": 33,
- "event": "Handball Women's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Lu Xiaojun",
- "gender": "M",
- "height": "172",
- "weight": "77",
- "sport": "Weightlifting",
- "team": "China",
- "noc": "CHN",
- "age": 32,
- "event": "Weightlifting Men's Middleweight",
- "medal": "Silver"
- },
- {
- "name": "Lu Xiuzhi",
- "gender": "F",
- "height": "160",
- "weight": "45",
- "sport": "Athletics",
- "team": "China",
- "noc": "CHN",
- "age": 22,
- "event": "Athletics Women's 20 kilometres Walk",
- "medal": "Bronze"
- },
- {
- "name": "Luan Guilherme de Jesus Vieira",
- "gender": "M",
- "height": "180",
- "weight": "71",
- "sport": "Football",
- "team": "Brazil",
- "noc": "BRA",
- "age": 23,
- "event": "Football Men's Football",
- "medal": "Gold"
- },
- {
- "name": "Luan Garcia Teixeira",
- "gender": "M",
- "height": "183",
- "weight": "79",
- "sport": "Football",
- "team": "Brazil",
- "noc": "BRA",
- "age": 23,
- "event": "Football Men's Football",
- "medal": "Gold"
- },
- {
- "name": "Ricardo Samuel Lucarelli Santos de Souza",
- "gender": "M",
- "height": "195",
- "weight": "79",
- "sport": "Volleyball",
- "team": "Brazil",
- "noc": "BRA",
- "age": 24,
- "event": "Volleyball Men's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Jean-Michel Lucenay",
- "gender": "M",
- "height": "186",
- "weight": "78",
- "sport": "Fencing",
- "team": "France",
- "noc": "FRA",
- "age": 38,
- "event": "Fencing Men's epee, Team",
- "medal": "Gold"
- },
- {
- "name": "Robert Lcken",
- "gender": "M",
- "height": "199",
- "weight": "95",
- "sport": "Rowing",
- "team": "Netherlands",
- "noc": "NED",
- "age": 31,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Bronze"
- },
- {
- "name": "Laura Ludwig",
- "gender": "F",
- "height": "181",
- "weight": "70",
- "sport": "Beach Volleyball",
- "team": "Germany-1",
- "noc": "GER",
- "age": 30,
- "event": "Beach Volleyball Women's Beach Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Yasmany Daniel Lugo Cabrera",
- "gender": "M",
- "height": "190",
- "weight": "98",
- "sport": "Wrestling",
- "team": "Cuba",
- "noc": "CUB",
- "age": 26,
- "event": "Wrestling Men's Heavyweight, Greco-Roman",
- "medal": "Silver"
- },
- {
- "name": "Luiz Felipe Marques Fonteles",
- "gender": "M",
- "height": "196",
- "weight": "89",
- "sport": "Volleyball",
- "team": "Brazil",
- "noc": "BRA",
- "age": 32,
- "event": "Volleyball Men's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Megan Lukan",
- "gender": "F",
- "height": "170",
- "weight": "58",
- "sport": "Rugby Sevens",
- "team": "Canada",
- "noc": "CAN",
- "age": 24,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Kristine Lunde-Borgersen",
- "gender": "F",
- "height": "181",
- "weight": "67",
- "sport": "Handball",
- "team": "Norway",
- "noc": "NOR",
- "age": 36,
- "event": "Handball Women's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Daniele Lupo",
- "gender": "M",
- "height": "183",
- "weight": "77",
- "sport": "Beach Volleyball",
- "team": "Italy-1",
- "noc": "ITA",
- "age": 25,
- "event": "Beach Volleyball Men's Beach Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Lock Luypaert",
- "gender": "M",
- "height": "181",
- "weight": "78",
- "sport": "Hockey",
- "team": "Belgium",
- "noc": "BEL",
- "age": 24,
- "event": "Hockey Men's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Ma Long",
- "gender": "M",
- "height": "175",
- "weight": "72",
- "sport": "Table Tennis",
- "team": "China",
- "noc": "CHN",
- "age": 27,
- "event": "Table Tennis Men's Singles",
- "medal": "Gold"
- },
- {
- "name": "Ma Long",
- "gender": "M",
- "height": "175",
- "weight": "72",
- "sport": "Table Tennis",
- "team": "China",
- "noc": "CHN",
- "age": 27,
- "event": "Table Tennis Men's Team",
- "medal": "Gold"
- },
- {
- "name": "Marko Macan",
- "gender": "M",
- "height": "196",
- "weight": "109",
- "sport": "Water Polo",
- "team": "Croatia",
- "noc": "CRO",
- "age": 23,
- "event": "Water Polo Men's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Brittany MacLean",
- "gender": "F",
- "height": "172",
- "weight": "70",
- "sport": "Swimming",
- "team": "Canada",
- "noc": "CAN",
- "age": 22,
- "event": "Swimming Women's 4 x 200 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "Rosannagh \"Rosie\" MacLennan",
- "gender": "F",
- "height": "158",
- "weight": "54",
- "sport": "Trampolining",
- "team": "Canada",
- "noc": "CAN",
- "age": 27,
- "event": "Trampolining Women's Individual",
- "medal": "Gold"
- },
- {
- "name": "Hannah Louise Macleod",
- "gender": "F",
- "height": "172",
- "weight": "67",
- "sport": "Hockey",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 32,
- "event": "Hockey Women's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Milan Mavan",
- "gender": "M",
- "height": "205",
- "weight": "107",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 26,
- "event": "Basketball Men's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Natalia Madaj",
- "gender": "F",
- "height": "175",
- "weight": "68",
- "sport": "Rowing",
- "team": "Poland",
- "noc": "POL",
- "age": 28,
- "event": "Rowing Women's Double Sculls",
- "medal": "Gold"
- },
- {
- "name": "Elizabeth \"Beezie\" Madden (Patton-)",
- "gender": "F",
- "height": "168",
- "weight": "63",
- "sport": "Equestrianism",
- "team": "United States",
- "noc": "USA",
- "age": 52,
- "event": "Equestrianism Mixed Jumping, Team",
- "medal": "Silver"
- },
- {
- "name": "Tianna Madison-Bartoletta",
- "gender": "F",
- "height": "168",
- "weight": "58",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Athletics Women's 4 x 100 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Tianna Madison-Bartoletta",
- "gender": "F",
- "height": "168",
- "weight": "58",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Athletics Women's Long Jump",
- "medal": "Gold"
- },
- {
- "name": "Frederik Rodenberg Madsen",
- "gender": "M",
- "height": "187",
- "weight": "73",
- "sport": "Cycling",
- "team": "Denmark",
- "noc": "DEN",
- "age": 18,
- "event": "Cycling Men's Team Pursuit, 4,000 metres",
- "medal": "Bronze"
- },
- {
- "name": "Mark Overgaard Madsen",
- "gender": "M",
- "height": "177",
- "weight": "80",
- "sport": "Wrestling",
- "team": "Denmark",
- "noc": "DEN",
- "age": 31,
- "event": "Wrestling Men's Middleweight, Greco-Roman",
- "medal": "Silver"
- },
- {
- "name": "Kingsley Madu",
- "gender": "M",
- "height": "171",
- "weight": "79",
- "sport": "Football",
- "team": "Nigeria",
- "noc": "NGR",
- "age": 20,
- "event": "Football Men's Football",
- "medal": "Bronze"
- },
- {
- "name": "Mihaela Maevska",
- "gender": "F",
- "height": "172",
- "weight": "54",
- "sport": "Rhythmic Gymnastics",
- "team": "Bulgaria",
- "noc": "BUL",
- "age": 25,
- "event": "Rhythmic Gymnastics Women's Group",
- "medal": "Bronze"
- },
- {
- "name": "James Magnussen",
- "gender": "M",
- "height": "198",
- "weight": "94",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 25,
- "event": "Swimming Men's 4 x 100 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "Kentin Mah",
- "gender": "M",
- "height": "186",
- "weight": "83",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 25,
- "event": "Handball Men's Handball",
- "medal": "Silver"
- },
- {
- "name": "Leonie Rebekka Maier",
- "gender": "F",
- "height": "163",
- "weight": "62",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 23,
- "event": "Football Women's Football",
- "medal": "Gold"
- },
- {
- "name": "Sandrine Mainville",
- "gender": "F",
- "height": "173",
- "weight": "65",
- "sport": "Swimming",
- "team": "Canada",
- "noc": "CAN",
- "age": 24,
- "event": "Swimming Women's 4 x 100 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "Rafa Majka",
- "gender": "M",
- "height": "173",
- "weight": "61",
- "sport": "Cycling",
- "team": "Poland",
- "noc": "POL",
- "age": 26,
- "event": "Cycling Men's Road Race, Individual",
- "medal": "Bronze"
- },
- {
- "name": "Yekaterina Valeryevna Makarova",
- "gender": "F",
- "height": "176",
- "weight": "65",
- "sport": "Tennis",
- "team": "Russia-2",
- "noc": "RUS",
- "age": 28,
- "event": "Tennis Women's Doubles",
- "medal": "Gold"
- },
- {
- "name": "Taoufik Makhloufi",
- "gender": "M",
- "height": "170",
- "weight": "67",
- "sport": "Athletics",
- "team": "Algeria",
- "noc": "ALG",
- "age": 28,
- "event": "Athletics Men's 800 metres",
- "medal": "Silver"
- },
- {
- "name": "Taoufik Makhloufi",
- "gender": "M",
- "height": "170",
- "weight": "67",
- "sport": "Athletics",
- "team": "Algeria",
- "noc": "ALG",
- "age": 28,
- "event": "Athletics Men's 1,500 metres",
- "medal": "Silver"
- },
- {
- "name": "Anastasiya Ivanovna Maksimova",
- "gender": "F",
- "height": "170",
- "weight": "50",
- "sport": "Rhythmic Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 25,
- "event": "Rhythmic Gymnastics Women's Group",
- "medal": "Gold"
- },
- {
- "name": "Hedaya Ahmad Malak Wahba",
- "gender": "F",
- "height": "174",
- "weight": "57",
- "sport": "Taekwondo",
- "team": "Egypt",
- "noc": "EGY",
- "age": 23,
- "event": "Taekwondo Women's Featherweight",
- "medal": "Bronze"
- },
- {
- "name": "Tijana Maleevi",
- "gender": "F",
- "height": "185",
- "weight": "78",
- "sport": "Volleyball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 25,
- "event": "Volleyball Women's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Sakshi Malik",
- "gender": "F",
- "height": "162",
- "weight": "58",
- "sport": "Wrestling",
- "team": "India",
- "noc": "IND",
- "age": 23,
- "event": "Wrestling Women's Lightweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Alexandra Maria \"Alex\" Maloney",
- "gender": "F",
- "height": "158",
- "weight": "56",
- "sport": "Sailing",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 24,
- "event": "Sailing Women's Skiff",
- "medal": "Silver"
- },
- {
- "name": "Mariya Ruslanovna Mamoshuk",
- "gender": "F",
- "height": "163",
- "weight": "65",
- "sport": "Wrestling",
- "team": "Belarus",
- "noc": "BLR",
- "age": 23,
- "event": "Wrestling Women's Middleweight, Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Margarita Abdullayevna Mamun",
- "gender": "F",
- "height": "170",
- "weight": "50",
- "sport": "Rhythmic Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 20,
- "event": "Rhythmic Gymnastics Women's Individual",
- "medal": "Gold"
- },
- {
- "name": "Florent Manaudou",
- "gender": "M",
- "height": "199",
- "weight": "99",
- "sport": "Swimming",
- "team": "France",
- "noc": "FRA",
- "age": 25,
- "event": "Swimming Men's 50 metres Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Florent Manaudou",
- "gender": "M",
- "height": "199",
- "weight": "99",
- "sport": "Swimming",
- "team": "France",
- "noc": "FRA",
- "age": 25,
- "event": "Swimming Men's 4 x 100 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Duan Mandi",
- "gender": "M",
- "height": "202",
- "weight": "105",
- "sport": "Water Polo",
- "team": "Serbia",
- "noc": "SRB",
- "age": 22,
- "event": "Water Polo Men's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Panagiotis Mantis",
- "gender": "M",
- "height": "180",
- "weight": "65",
- "sport": "Sailing",
- "team": "Greece",
- "noc": "GRE",
- "age": 34,
- "event": "Sailing Men's Two Person Dinghy",
- "medal": "Bronze"
- },
- {
- "name": "Huriana Manuel",
- "gender": "F",
- "height": "166",
- "weight": "65",
- "sport": "Rugby Sevens",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 29,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Simone Ashley Manuel",
- "gender": "F",
- "height": "178",
- "weight": "73",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 20,
- "event": "Swimming Women's 50 metres Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Simone Ashley Manuel",
- "gender": "F",
- "height": "178",
- "weight": "73",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 20,
- "event": "Swimming Women's 100 metres Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Simone Ashley Manuel",
- "gender": "F",
- "height": "178",
- "weight": "73",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 20,
- "event": "Swimming Women's 4 x 100 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Simone Ashley Manuel",
- "gender": "F",
- "height": "178",
- "weight": "73",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 20,
- "event": "Swimming Women's 4 x 100 metres Medley Relay",
- "medal": "Gold"
- },
- {
- "name": "Luvo Manyonga",
- "gender": "M",
- "height": "NA",
- "weight": "NA",
- "sport": "Athletics",
- "team": "South Africa",
- "noc": "RSA",
- "age": 25,
- "event": "Athletics Men's Long Jump",
- "medal": "Silver"
- },
- {
- "name": "Gyuzel Tagirovna Manyurova",
- "gender": "F",
- "height": "174",
- "weight": "75",
- "sport": "Wrestling",
- "team": "Kazakhstan",
- "noc": "KAZ",
- "age": 38,
- "event": "Wrestling Women's Heavyweight, Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Mao Yi",
- "gender": "F",
- "height": "151",
- "weight": "35",
- "sport": "Gymnastics",
- "team": "China",
- "noc": "CHN",
- "age": 16,
- "event": "Gymnastics Women's Team All-Around",
- "medal": "Bronze"
- },
- {
- "name": "Katy Louise Marchant",
- "gender": "F",
- "height": "170",
- "weight": "72",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 23,
- "event": "Cycling Women's Sprint",
- "medal": "Bronze"
- },
- {
- "name": "Igor Mareni",
- "gender": "M",
- "height": "173",
- "weight": "70",
- "sport": "Sailing",
- "team": "Croatia",
- "noc": "CRO",
- "age": 30,
- "event": "Sailing Men's Two Person Dinghy",
- "medal": "Gold"
- },
- {
- "name": "Yekaterina Aleksandrovna Marennikova",
- "gender": "F",
- "height": "176",
- "weight": "70",
- "sport": "Handball",
- "team": "Russia",
- "noc": "RUS",
- "age": 34,
- "event": "Handball Women's Handball",
- "medal": "Gold"
- },
- {
- "name": "Cyrille Maret",
- "gender": "M",
- "height": "189",
- "weight": "108",
- "sport": "Judo",
- "team": "France",
- "noc": "FRA",
- "age": 28,
- "event": "Judo Men's Half-Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Melanie Margalis",
- "gender": "F",
- "height": "173",
- "weight": "65",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 24,
- "event": "Swimming Women's 4 x 200 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Arthur Nory Oyakawa Mariano",
- "gender": "M",
- "height": "169",
- "weight": "65",
- "sport": "Gymnastics",
- "team": "Brazil",
- "noc": "BRA",
- "age": 22,
- "event": "Gymnastics Men's Floor Exercise",
- "medal": "Bronze"
- },
- {
- "name": "Carolina Mara Marn Marn",
- "gender": "F",
- "height": "172",
- "weight": "65",
- "sport": "Badminton",
- "team": "Spain",
- "noc": "ESP",
- "age": 23,
- "event": "Badminton Women's Singles",
- "medal": "Gold"
- },
- {
- "name": "Stefan Markovi",
- "gender": "M",
- "height": "199",
- "weight": "96",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 28,
- "event": "Basketball Men's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Helen Louise Maroulis",
- "gender": "F",
- "height": "163",
- "weight": "57",
- "sport": "Wrestling",
- "team": "United States",
- "noc": "USA",
- "age": 24,
- "event": "Wrestling Women's Featherweight, Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Dzsenifer Marozsn",
- "gender": "F",
- "height": "171",
- "weight": "68",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 24,
- "event": "Football Women's Football",
- "medal": "Gold"
- },
- {
- "name": "Marcos \"Marquinhos\" Aos Corra",
- "gender": "M",
- "height": "185",
- "weight": "75",
- "sport": "Football",
- "team": "Brazil",
- "noc": "BRA",
- "age": 22,
- "event": "Football Men's Football",
- "medal": "Gold"
- },
- {
- "name": "Damir Martin",
- "gender": "M",
- "height": "189",
- "weight": "97",
- "sport": "Rowing",
- "team": "Croatia",
- "noc": "CRO",
- "age": 28,
- "event": "Rowing Men's Single Sculls",
- "medal": "Silver"
- },
- {
- "name": "Yurberjen Herney Martnez Rivas",
- "gender": "M",
- "height": "165",
- "weight": "49",
- "sport": "Boxing",
- "team": "Colombia",
- "noc": "COL",
- "age": 24,
- "event": "Boxing Men's Light-Flyweight",
- "medal": "Silver"
- },
- {
- "name": "Simon Martirosyan",
- "gender": "M",
- "height": "181",
- "weight": "105",
- "sport": "Weightlifting",
- "team": "Armenia",
- "noc": "ARM",
- "age": 19,
- "event": "Weightlifting Men's Heavyweight",
- "medal": "Silver"
- },
- {
- "name": "Anita Mrton",
- "gender": "F",
- "height": "172",
- "weight": "95",
- "sport": "Athletics",
- "team": "Hungary",
- "noc": "HUN",
- "age": 27,
- "event": "Athletics Women's Shot Put",
- "medal": "Bronze"
- },
- {
- "name": "Kei Marumo",
- "gender": "F",
- "height": "160",
- "weight": "50",
- "sport": "Synchronized Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 24,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Bronze"
- },
- {
- "name": "Vladimir Anatolyevich Maslennikov",
- "gender": "M",
- "height": "171",
- "weight": "73",
- "sport": "Shooting",
- "team": "Russia",
- "noc": "RUS",
- "age": 21,
- "event": "Shooting Men's Air Rifle, 10 metres",
- "medal": "Bronze"
- },
- {
- "name": "Kylie Jacqueline Masse",
- "gender": "F",
- "height": "173",
- "weight": "61",
- "sport": "Swimming",
- "team": "Canada",
- "noc": "CAN",
- "age": 20,
- "event": "Swimming Women's 100 metres Backstroke",
- "medal": "Bronze"
- },
- {
- "name": "Kelly Massey",
- "gender": "F",
- "height": "178",
- "weight": "57",
- "sport": "Athletics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 31,
- "event": "Athletics Women's 4 x 400 metres Relay",
- "medal": "Bronze"
- },
- {
- "name": "Alexander Chen Massialas",
- "gender": "M",
- "height": "188",
- "weight": "81",
- "sport": "Fencing",
- "team": "United States",
- "noc": "USA",
- "age": 22,
- "event": "Fencing Men's Foil, Individual",
- "medal": "Silver"
- },
- {
- "name": "Alexander Chen Massialas",
- "gender": "M",
- "height": "188",
- "weight": "81",
- "sport": "Fencing",
- "team": "United States",
- "noc": "USA",
- "age": 22,
- "event": "Fencing Men's Foil, Team",
- "medal": "Bronze"
- },
- {
- "name": "Luca Masso",
- "gender": "M",
- "height": "186",
- "weight": "82",
- "sport": "Hockey",
- "team": "Argentina",
- "noc": "ARG",
- "age": 22,
- "event": "Hockey Men's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Viliame Sevaka Mata",
- "gender": "M",
- "height": "196",
- "weight": "106",
- "sport": "Rugby Sevens",
- "team": "Fiji",
- "noc": "FIJ",
- "age": 24,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Diana Beverly Matheson",
- "gender": "F",
- "height": "153",
- "weight": "54",
- "sport": "Football",
- "team": "Canada",
- "noc": "CAN",
- "age": 32,
- "event": "Football Women's Football",
- "medal": "Bronze"
- },
- {
- "name": "Courtney Lynn Kaiulani Mathewson",
- "gender": "F",
- "height": "171",
- "weight": "69",
- "sport": "Water Polo",
- "team": "United States",
- "noc": "USA",
- "age": 29,
- "event": "Water Polo Women's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Michael Walter Mathieu",
- "gender": "M",
- "height": "178",
- "weight": "76",
- "sport": "Athletics",
- "team": "Bahamas",
- "noc": "BAH",
- "age": 32,
- "event": "Athletics Men's 4 x 400 metres Relay",
- "medal": "Bronze"
- },
- {
- "name": "Takeshi Matsuda",
- "gender": "M",
- "height": "184",
- "weight": "84",
- "sport": "Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 32,
- "event": "Swimming Men's 4 x 200 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "Kaori Matsumoto",
- "gender": "F",
- "height": "163",
- "weight": "57",
- "sport": "Judo",
- "team": "Japan",
- "noc": "JPN",
- "age": 28,
- "event": "Judo Women's Lightweight",
- "medal": "Bronze"
- },
- {
- "name": "Misaki Matsutomo",
- "gender": "F",
- "height": "160",
- "weight": "50",
- "sport": "Badminton",
- "team": "Japan",
- "noc": "JPN",
- "age": 24,
- "event": "Badminton Women's Doubles",
- "medal": "Gold"
- },
- {
- "name": "Bethanie Lynn Mattek-Sands",
- "gender": "F",
- "height": "168",
- "weight": "66",
- "sport": "Tennis",
- "team": "United States-2",
- "noc": "USA",
- "age": 31,
- "event": "Tennis Mixed Doubles",
- "medal": "Gold"
- },
- {
- "name": "Peter Matthews",
- "gender": "M",
- "height": "188",
- "weight": "84",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 26,
- "event": "Athletics Men's 4 x 400 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Sofia Magdalena Mattsson",
- "gender": "F",
- "height": "164",
- "weight": "56",
- "sport": "Wrestling",
- "team": "Sweden",
- "noc": "SWE",
- "age": 26,
- "event": "Wrestling Women's Featherweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Marie Mvers",
- "gender": "F",
- "height": "170",
- "weight": "67",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 25,
- "event": "Hockey Women's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Philipp Max",
- "gender": "M",
- "height": "177",
- "weight": "76",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 22,
- "event": "Football Men's Football",
- "medal": "Silver"
- },
- {
- "name": "Kvin Mayer",
- "gender": "M",
- "height": "186",
- "weight": "77",
- "sport": "Athletics",
- "team": "France",
- "noc": "FRA",
- "age": 24,
- "event": "Athletics Men's Decathlon",
- "medal": "Silver"
- },
- {
- "name": "Agustn Alejandro Mazzilli",
- "gender": "M",
- "height": "173",
- "weight": "77",
- "sport": "Hockey",
- "team": "Argentina",
- "noc": "ARG",
- "age": 27,
- "event": "Hockey Men's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Piotr Maachowski",
- "gender": "M",
- "height": "193",
- "weight": "130",
- "sport": "Athletics",
- "team": "Poland",
- "noc": "POL",
- "age": 33,
- "event": "Athletics Men's Discus Throw",
- "medal": "Silver"
- },
- {
- "name": "Kayla McAlister",
- "gender": "F",
- "height": "169",
- "weight": "70",
- "sport": "Rugby Sevens",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 27,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Shona Clare McCallin",
- "gender": "F",
- "height": "165",
- "weight": "69",
- "sport": "Hockey",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 24,
- "event": "Hockey Women's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Eliza McCartney",
- "gender": "F",
- "height": "179",
- "weight": "66",
- "sport": "Athletics",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 19,
- "event": "Athletics Women's Pole Vault",
- "medal": "Bronze"
- },
- {
- "name": "Ruaridh Lawson McConnochie",
- "gender": "M",
- "height": "190",
- "weight": "93",
- "sport": "Rugby Sevens",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 24,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Francena Lynette McCorory",
- "gender": "F",
- "height": "171",
- "weight": "68",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Athletics Women's 4 x 400 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Angel Lajuane McCoughtry",
- "gender": "F",
- "height": "185",
- "weight": "70",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 29,
- "event": "Basketball Women's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Rusheen McDonald",
- "gender": "M",
- "height": "175",
- "weight": "81",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 23,
- "event": "Athletics Men's 4 x 400 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Cameron McEvoy",
- "gender": "M",
- "height": "185",
- "weight": "70",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 22,
- "event": "Swimming Men's 4 x 100 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "Cameron McEvoy",
- "gender": "M",
- "height": "185",
- "weight": "70",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 22,
- "event": "Swimming Men's 4 x 100 metres Medley Relay",
- "medal": "Bronze"
- },
- {
- "name": "Emma McKeon",
- "gender": "F",
- "height": "180",
- "weight": "60",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 22,
- "event": "Swimming Women's 200 metres Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Emma McKeon",
- "gender": "F",
- "height": "180",
- "weight": "60",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 22,
- "event": "Swimming Women's 4 x 100 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Emma McKeon",
- "gender": "F",
- "height": "180",
- "weight": "60",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 22,
- "event": "Swimming Women's 4 x 200 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Emma McKeon",
- "gender": "F",
- "height": "180",
- "weight": "60",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 22,
- "event": "Swimming Women's 4 x 100 metres Medley Relay",
- "medal": "Silver"
- },
- {
- "name": "Taylor McKeown",
- "gender": "F",
- "height": "178",
- "weight": "65",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 21,
- "event": "Swimming Women's 4 x 100 metres Medley Relay",
- "medal": "Silver"
- },
- {
- "name": "Anneisha McLaughlin-Whilby",
- "gender": "F",
- "height": "170",
- "weight": "65",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 30,
- "event": "Athletics Women's 4 x 400 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Omar McLeod",
- "gender": "M",
- "height": "180",
- "weight": "NA",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 22,
- "event": "Athletics Men's 110 metres Hurdles",
- "medal": "Gold"
- },
- {
- "name": "Stephenie Ann McPherson",
- "gender": "F",
- "height": "173",
- "weight": "57",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 27,
- "event": "Athletics Women's 4 x 400 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Tony McQuay",
- "gender": "M",
- "height": "181",
- "weight": "72",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Athletics Men's 4 x 400 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "James McRae",
- "gender": "M",
- "height": "193",
- "weight": "93",
- "sport": "Rowing",
- "team": "Australia",
- "noc": "AUS",
- "age": 29,
- "event": "Rowing Men's Quadruple Sculls",
- "medal": "Silver"
- },
- {
- "name": "Anna Maree Devenish Meares",
- "gender": "F",
- "height": "165",
- "weight": "70",
- "sport": "Cycling",
- "team": "Australia",
- "noc": "AUS",
- "age": 32,
- "event": "Cycling Women's Keirin",
- "medal": "Bronze"
- },
- {
- "name": "Christopher James \"Chris\" Mears",
- "gender": "M",
- "height": "172",
- "weight": "70",
- "sport": "Diving",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 23,
- "event": "Diving Men's Synchronized Springboard",
- "medal": "Gold"
- },
- {
- "name": "Molly Meech",
- "gender": "F",
- "height": "178",
- "weight": "74",
- "sport": "Sailing",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 23,
- "event": "Sailing Women's Skiff",
- "medal": "Silver"
- },
- {
- "name": "Sam Meech",
- "gender": "M",
- "height": "183",
- "weight": "81",
- "sport": "Sailing",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 25,
- "event": "Sailing Men's One Person Dinghy",
- "medal": "Bronze"
- },
- {
- "name": "Robert Meeuwsen",
- "gender": "M",
- "height": "207",
- "weight": "92",
- "sport": "Beach Volleyball",
- "team": "Netherlands-1",
- "noc": "NED",
- "age": 28,
- "event": "Beach Volleyball Men's Beach Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Catherine Michelle \"Katie\" Meili",
- "gender": "F",
- "height": "170",
- "weight": "61",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 25,
- "event": "Swimming Women's 100 metres Breaststroke",
- "medal": "Bronze"
- },
- {
- "name": "Catherine Michelle \"Katie\" Meili",
- "gender": "F",
- "height": "170",
- "weight": "61",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 25,
- "event": "Swimming Women's 4 x 100 metres Medley Relay",
- "medal": "Gold"
- },
- {
- "name": "Gerek Lin Meinhardt",
- "gender": "M",
- "height": "183",
- "weight": "80",
- "sport": "Fencing",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Fencing Men's Foil, Team",
- "medal": "Bronze"
- },
- {
- "name": "Mahiedine Mekhissi-Benabbad",
- "gender": "M",
- "height": "190",
- "weight": "75",
- "sport": "Athletics",
- "team": "France",
- "noc": "FRA",
- "age": 31,
- "event": "Athletics Men's 3,000 metres Steeplechase",
- "medal": "Bronze"
- },
- {
- "name": "Bektemir Ruzmatzhonovich Melikuziyev",
- "gender": "M",
- "height": "177",
- "weight": "75",
- "sport": "Boxing",
- "team": "Uzbekistan",
- "noc": "UZB",
- "age": 20,
- "event": "Boxing Men's Middleweight",
- "medal": "Silver"
- },
- {
- "name": "Angelina Romanovna Melnikova",
- "gender": "F",
- "height": "151",
- "weight": "44",
- "sport": "Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 16,
- "event": "Gymnastics Women's Team All-Around",
- "medal": "Silver"
- },
- {
- "name": "Meng Suping",
- "gender": "F",
- "height": "173",
- "weight": "123",
- "sport": "Weightlifting",
- "team": "China",
- "noc": "CHN",
- "age": 27,
- "event": "Weightlifting Women's Super-Heavyweight",
- "medal": "Gold"
- },
- {
- "name": "Joaqun Menini",
- "gender": "M",
- "height": "182",
- "weight": "76",
- "sport": "Hockey",
- "team": "Argentina",
- "noc": "ARG",
- "age": 24,
- "event": "Hockey Men's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Florin Mergea",
- "gender": "M",
- "height": "180",
- "weight": "76",
- "sport": "Tennis",
- "team": "Romania",
- "noc": "ROU",
- "age": 31,
- "event": "Tennis Men's Doubles",
- "medal": "Silver"
- },
- {
- "name": "LaShawn Merritt",
- "gender": "M",
- "height": "191",
- "weight": "86",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Athletics Men's 400 metres",
- "medal": "Bronze"
- },
- {
- "name": "LaShawn Merritt",
- "gender": "M",
- "height": "191",
- "weight": "86",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Athletics Men's 4 x 400 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Mehdy Metella",
- "gender": "M",
- "height": "190",
- "weight": "90",
- "sport": "Swimming",
- "team": "France",
- "noc": "FRA",
- "age": 24,
- "event": "Swimming Men's 4 x 100 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Maximilian Meyer",
- "gender": "M",
- "height": "173",
- "weight": "60",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 20,
- "event": "Football Men's Football",
- "medal": "Silver"
- },
- {
- "name": "Boaz Cornelius Meylink",
- "gender": "M",
- "height": "195",
- "weight": "93",
- "sport": "Rowing",
- "team": "Netherlands",
- "noc": "NED",
- "age": 32,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Bronze"
- },
- {
- "name": "William Meynard",
- "gender": "M",
- "height": "190",
- "weight": "85",
- "sport": "Swimming",
- "team": "France",
- "noc": "FRA",
- "age": 29,
- "event": "Swimming Men's 4 x 100 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Meredith T. Michaels-Beerbaum",
- "gender": "F",
- "height": "162",
- "weight": "51",
- "sport": "Equestrianism",
- "team": "Germany",
- "noc": "GER",
- "age": 46,
- "event": "Equestrianism Mixed Jumping, Team",
- "medal": "Bronze"
- },
- {
- "name": "Monika Ewa Michalik (Rogien-)",
- "gender": "F",
- "height": "167",
- "weight": "63",
- "sport": "Wrestling",
- "team": "Poland",
- "noc": "POL",
- "age": 36,
- "event": "Wrestling Women's Middleweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Clment Mignon",
- "gender": "M",
- "height": "187",
- "weight": "75",
- "sport": "Swimming",
- "team": "France",
- "noc": "FRA",
- "age": 23,
- "event": "Swimming Men's 4 x 100 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Brankica Mihajlovi",
- "gender": "F",
- "height": "190",
- "weight": "83",
- "sport": "Volleyball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 25,
- "event": "Volleyball Women's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "John Michael Nchekwube Obinna \"John Mikel Obi\" Mikel",
- "gender": "M",
- "height": "179",
- "weight": "86",
- "sport": "Football",
- "team": "Nigeria",
- "noc": "NGR",
- "age": 29,
- "event": "Football Men's Football",
- "medal": "Bronze"
- },
- {
- "name": "Beata Mikoajczyk",
- "gender": "F",
- "height": "170",
- "weight": "68",
- "sport": "Canoeing",
- "team": "Poland",
- "noc": "POL",
- "age": 30,
- "event": "Canoeing Women's Kayak Doubles, 500 metres",
- "medal": "Bronze"
- },
- {
- "name": "Cody Miller",
- "gender": "M",
- "height": "180",
- "weight": "80",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 24,
- "event": "Swimming Men's 100 metres Breaststroke",
- "medal": "Bronze"
- },
- {
- "name": "Cody Miller",
- "gender": "M",
- "height": "180",
- "weight": "80",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 24,
- "event": "Swimming Men's 4 x 100 metres Medley Relay",
- "medal": "Gold"
- },
- {
- "name": "Shaunae Miller (-Uibo)",
- "gender": "F",
- "height": "185",
- "weight": "69",
- "sport": "Athletics",
- "team": "Bahamas",
- "noc": "BAH",
- "age": 22,
- "event": "Athletics Women's 400 metres",
- "medal": "Gold"
- },
- {
- "name": "Hannah Louise Mills",
- "gender": "F",
- "height": "157",
- "weight": "50",
- "sport": "Sailing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 28,
- "event": "Sailing Women's Two Person Dinghy",
- "medal": "Gold"
- },
- {
- "name": "Stephen Milne",
- "gender": "M",
- "height": "185",
- "weight": "76",
- "sport": "Swimming",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 22,
- "event": "Swimming Men's 4 x 200 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Jelena Milovanovi",
- "gender": "F",
- "height": "190",
- "weight": "84",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 27,
- "event": "Basketball Women's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Gor Minasyan",
- "gender": "M",
- "height": "180",
- "weight": "140",
- "sport": "Weightlifting",
- "team": "Armenia",
- "noc": "ARM",
- "age": 21,
- "event": "Weightlifting Men's Super-Heavyweight",
- "medal": "Silver"
- },
- {
- "name": "Jevaughn Minzie",
- "gender": "M",
- "height": "178",
- "weight": "85",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 21,
- "event": "Athletics Men's 4 x 100 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Nikola Miroti Stajovi",
- "gender": "M",
- "height": "208",
- "weight": "100",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 25,
- "event": "Basketball Men's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Taras Viktorovych Mishchuk",
- "gender": "M",
- "height": "187",
- "weight": "85",
- "sport": "Canoeing",
- "team": "Ukraine",
- "noc": "UKR",
- "age": 21,
- "event": "Canoeing Men's Canadian Doubles, 1,000 metres",
- "medal": "Bronze"
- },
- {
- "name": "Ethan Mitchell",
- "gender": "M",
- "height": "180",
- "weight": "83",
- "sport": "Cycling",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 25,
- "event": "Cycling Men's Team Sprint",
- "medal": "Silver"
- },
- {
- "name": "Tom Mitchell",
- "gender": "M",
- "height": "178",
- "weight": "85",
- "sport": "Rugby Sevens",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 27,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Branislav Mitrovi",
- "gender": "M",
- "height": "201",
- "weight": "100",
- "sport": "Water Polo",
- "team": "Serbia",
- "noc": "SRB",
- "age": 31,
- "event": "Water Polo Men's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Stefan Mitrovi",
- "gender": "M",
- "height": "195",
- "weight": "91",
- "sport": "Water Polo",
- "team": "Serbia",
- "noc": "SRB",
- "age": 28,
- "event": "Water Polo Men's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Risako Mitsui",
- "gender": "F",
- "height": "168",
- "weight": "57",
- "sport": "Synchronized Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 22,
- "event": "Synchronized Swimming Women's Duet",
- "medal": "Bronze"
- },
- {
- "name": "Risako Mitsui",
- "gender": "F",
- "height": "168",
- "weight": "57",
- "sport": "Synchronized Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 22,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Bronze"
- },
- {
- "name": "Anja Mittag",
- "gender": "F",
- "height": "168",
- "weight": "58",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 31,
- "event": "Football Women's Football",
- "medal": "Gold"
- },
- {
- "name": "Hiromi Miyake",
- "gender": "F",
- "height": "145",
- "weight": "48",
- "sport": "Weightlifting",
- "team": "Japan",
- "noc": "JPN",
- "age": 30,
- "event": "Weightlifting Women's Flyweight",
- "medal": "Bronze"
- },
- {
- "name": "Jun Mizutani",
- "gender": "M",
- "height": "172",
- "weight": "63",
- "sport": "Table Tennis",
- "team": "Japan",
- "noc": "JPN",
- "age": 27,
- "event": "Table Tennis Men's Singles",
- "medal": "Bronze"
- },
- {
- "name": "Jun Mizutani",
- "gender": "M",
- "height": "172",
- "weight": "63",
- "sport": "Table Tennis",
- "team": "Japan",
- "noc": "JPN",
- "age": 27,
- "event": "Table Tennis Men's Team",
- "medal": "Silver"
- },
- {
- "name": "Lourdes Mohedano Snchez de Mora",
- "gender": "F",
- "height": "173",
- "weight": "53",
- "sport": "Rhythmic Gymnastics",
- "team": "Spain",
- "noc": "ESP",
- "age": 21,
- "event": "Rhythmic Gymnastics Women's Group",
- "medal": "Silver"
- },
- {
- "name": "Kayla Moleschi",
- "gender": "F",
- "height": "159",
- "weight": "65",
- "sport": "Rugby Sevens",
- "team": "Canada",
- "noc": "CAN",
- "age": 25,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Mari Kristine Sbstad Molid",
- "gender": "F",
- "height": "178",
- "weight": "73",
- "sport": "Handball",
- "team": "Norway",
- "noc": "NOR",
- "age": 25,
- "event": "Handball Women's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Telma Alexandra Pinto Monteiro",
- "gender": "F",
- "height": "161",
- "weight": "57",
- "sport": "Judo",
- "team": "Portugal",
- "noc": "POR",
- "age": 30,
- "event": "Judo Women's Lightweight",
- "medal": "Bronze"
- },
- {
- "name": "Domenico Montrone",
- "gender": "M",
- "height": "189",
- "weight": "97",
- "sport": "Rowing",
- "team": "Italy",
- "noc": "ITA",
- "age": 30,
- "event": "Rowing Men's Coxless Fours",
- "medal": "Bronze"
- },
- {
- "name": "Maya April Moore",
- "gender": "F",
- "height": "183",
- "weight": "79",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Basketball Women's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Sohrab Moradi",
- "gender": "M",
- "height": "170",
- "weight": "97",
- "sport": "Weightlifting",
- "team": "Iran",
- "noc": "IRI",
- "age": 27,
- "event": "Weightlifting Men's Middle-Heavyweight",
- "medal": "Gold"
- },
- {
- "name": "David Morgan",
- "gender": "M",
- "height": "184",
- "weight": "82",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 22,
- "event": "Swimming Men's 4 x 100 metres Medley Relay",
- "medal": "Bronze"
- },
- {
- "name": "Sandi Morris",
- "gender": "F",
- "height": "173",
- "weight": "62",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 24,
- "event": "Athletics Women's Pole Vault",
- "medal": "Silver"
- },
- {
- "name": "Casper Ulrich Mortensen",
- "gender": "M",
- "height": "190",
- "weight": "88",
- "sport": "Handball",
- "team": "Denmark",
- "noc": "DEN",
- "age": 26,
- "event": "Handball Men's Handball",
- "medal": "Gold"
- },
- {
- "name": "Lus Javier Mosquera Lozano",
- "gender": "M",
- "height": "165",
- "weight": "64",
- "sport": "Weightlifting",
- "team": "Colombia",
- "noc": "COL",
- "age": 21,
- "event": "Weightlifting Men's Lightweight",
- "medal": "Bronze"
- },
- {
- "name": "Estelle Mossely",
- "gender": "F",
- "height": "168",
- "weight": "60",
- "sport": "Boxing",
- "team": "France",
- "noc": "FRA",
- "age": 23,
- "event": "Boxing Women's Lightweight",
- "medal": "Gold"
- },
- {
- "name": "Nora Mrk",
- "gender": "F",
- "height": "168",
- "weight": "63",
- "sport": "Handball",
- "team": "Norway",
- "noc": "NOR",
- "age": 25,
- "event": "Handball Women's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Beslan Zaudinovich Mudranov",
- "gender": "M",
- "height": "166",
- "weight": "60",
- "sport": "Judo",
- "team": "Russia",
- "noc": "RUS",
- "age": 30,
- "event": "Judo Men's Extra-Lightweight",
- "medal": "Gold"
- },
- {
- "name": "Dalilah Muhammad",
- "gender": "F",
- "height": "173",
- "weight": "55",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Athletics Women's 400 metres Hurdles",
- "medal": "Gold"
- },
- {
- "name": "Ibtihaj Muhammad",
- "gender": "F",
- "height": "170",
- "weight": "68",
- "sport": "Fencing",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Fencing Women's Sabre, Team",
- "medal": "Bronze"
- },
- {
- "name": "Lutalo Massop-Muhammad",
- "gender": "M",
- "height": "191",
- "weight": "80",
- "sport": "Taekwondo",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 25,
- "event": "Taekwondo Men's Welterweight",
- "medal": "Silver"
- },
- {
- "name": "Usman Edu Muhammed",
- "gender": "M",
- "height": "169",
- "weight": "78",
- "sport": "Football",
- "team": "Nigeria",
- "noc": "NGR",
- "age": 22,
- "event": "Football Men's Football",
- "medal": "Bronze"
- },
- {
- "name": "Julia Mller",
- "gender": "F",
- "height": "170",
- "weight": "71",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 30,
- "event": "Hockey Women's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Mathias Mller",
- "gender": "M",
- "height": "187",
- "weight": "80",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 24,
- "event": "Hockey Men's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Janne Mller-Wieland",
- "gender": "F",
- "height": "175",
- "weight": "69",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 29,
- "event": "Hockey Women's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Maximilian Munski",
- "gender": "M",
- "height": "195",
- "weight": "96",
- "sport": "Rowing",
- "team": "Germany",
- "noc": "GER",
- "age": 28,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Silver"
- },
- {
- "name": "Annalise Murphy",
- "gender": "F",
- "height": "184",
- "weight": "72",
- "sport": "Sailing",
- "team": "Ireland",
- "noc": "IRL",
- "age": 26,
- "event": "Sailing Women's One Person Dinghy",
- "medal": "Silver"
- },
- {
- "name": "Clayton Murphy",
- "gender": "M",
- "height": "180",
- "weight": "68",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 21,
- "event": "Athletics Men's 800 metres",
- "medal": "Bronze"
- },
- {
- "name": "Kelly Murphy",
- "gender": "F",
- "height": "188",
- "weight": "77",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Volleyball Women's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Ryan Murphy",
- "gender": "M",
- "height": "191",
- "weight": "91",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 21,
- "event": "Swimming Men's 100 metres Backstroke",
- "medal": "Gold"
- },
- {
- "name": "Ryan Murphy",
- "gender": "M",
- "height": "191",
- "weight": "91",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 21,
- "event": "Swimming Men's 200 metres Backstroke",
- "medal": "Gold"
- },
- {
- "name": "Ryan Murphy",
- "gender": "M",
- "height": "191",
- "weight": "91",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 21,
- "event": "Swimming Men's 4 x 100 metres Medley Relay",
- "medal": "Gold"
- },
- {
- "name": "Andrew Barron \"Andy\" Murray",
- "gender": "M",
- "height": "190",
- "weight": "83",
- "sport": "Tennis",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 29,
- "event": "Tennis Men's Singles",
- "medal": "Gold"
- },
- {
- "name": "Eric Gordon Murray",
- "gender": "M",
- "height": "195",
- "weight": "98",
- "sport": "Rowing",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 34,
- "event": "Rowing Men's Coxless Pairs",
- "medal": "Gold"
- },
- {
- "name": "Meghan Musnicki",
- "gender": "F",
- "height": "183",
- "weight": "73",
- "sport": "Rowing",
- "team": "United States",
- "noc": "USA",
- "age": 33,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Gold"
- },
- {
- "name": "Madeline \"Maddie\" Musselman",
- "gender": "F",
- "height": "181",
- "weight": "65",
- "sport": "Water Polo",
- "team": "United States",
- "noc": "USA",
- "age": 18,
- "event": "Water Polo Women's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Aliya Farkhatovna Mustafina",
- "gender": "F",
- "height": "162",
- "weight": "48",
- "sport": "Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 21,
- "event": "Gymnastics Women's Individual All-Around",
- "medal": "Bronze"
- },
- {
- "name": "Aliya Farkhatovna Mustafina",
- "gender": "F",
- "height": "162",
- "weight": "48",
- "sport": "Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 21,
- "event": "Gymnastics Women's Team All-Around",
- "medal": "Silver"
- },
- {
- "name": "Aliya Farkhatovna Mustafina",
- "gender": "F",
- "height": "162",
- "weight": "48",
- "sport": "Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 21,
- "event": "Gymnastics Women's Uneven Bars",
- "medal": "Gold"
- },
- {
- "name": "Denis Myk",
- "gender": "M",
- "height": "189",
- "weight": "90",
- "sport": "Canoeing",
- "team": "Slovakia",
- "noc": "SVK",
- "age": 20,
- "event": "Canoeing Men's Kayak Fours, 1,000 metres",
- "medal": "Silver"
- },
- {
- "name": "Rafael Nadal Parera",
- "gender": "M",
- "height": "185",
- "weight": "80",
- "sport": "Tennis",
- "team": "Spain-2",
- "noc": "ESP",
- "age": 30,
- "event": "Tennis Men's Doubles",
- "medal": "Gold"
- },
- {
- "name": "Alexander Michael \"Alex\" Naddour",
- "gender": "M",
- "height": "170",
- "weight": "70",
- "sport": "Gymnastics",
- "team": "United States",
- "noc": "USA",
- "age": 25,
- "event": "Gymnastics Men's Pommelled Horse",
- "medal": "Bronze"
- },
- {
- "name": "Takanori Nagase",
- "gender": "M",
- "height": "181",
- "weight": "81",
- "sport": "Judo",
- "team": "Japan",
- "noc": "JPN",
- "age": 22,
- "event": "Judo Men's Half-Middleweight",
- "medal": "Bronze"
- },
- {
- "name": "Nikita Vladimirovich Nagorny",
- "gender": "M",
- "height": "166",
- "weight": "67",
- "sport": "Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 19,
- "event": "Gymnastics Men's Team All-Around",
- "medal": "Silver"
- },
- {
- "name": "Karolina Naja",
- "gender": "F",
- "height": "165",
- "weight": "63",
- "sport": "Canoeing",
- "team": "Poland",
- "noc": "POL",
- "age": 26,
- "event": "Canoeing Women's Kayak Doubles, 500 metres",
- "medal": "Bronze"
- },
- {
- "name": "Kanami Nakamaki",
- "gender": "F",
- "height": "167",
- "weight": "58",
- "sport": "Synchronized Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 24,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Bronze"
- },
- {
- "name": "Mai Nakamura",
- "gender": "F",
- "height": "163",
- "weight": "56",
- "sport": "Synchronized Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 27,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Bronze"
- },
- {
- "name": "Misato Nakamura",
- "gender": "F",
- "height": "157",
- "weight": "52",
- "sport": "Judo",
- "team": "Japan",
- "noc": "JPN",
- "age": 27,
- "event": "Judo Women's Half-Lightweight",
- "medal": "Bronze"
- },
- {
- "name": "Leone Nakarawa",
- "gender": "M",
- "height": "198",
- "weight": "109",
- "sport": "Rugby Sevens",
- "team": "Fiji",
- "noc": "FIJ",
- "age": 28,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Daniel Narcisse",
- "gender": "M",
- "height": "189",
- "weight": "93",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 36,
- "event": "Handball Men's Handball",
- "medal": "Silver"
- },
- {
- "name": "George Christopher Nash",
- "gender": "M",
- "height": "195",
- "weight": "96",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 26,
- "event": "Rowing Men's Coxless Fours",
- "medal": "Gold"
- },
- {
- "name": "Tyla Nathan-Wong",
- "gender": "F",
- "height": "163",
- "weight": "58",
- "sport": "Rugby Sevens",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 22,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Lilyana Natsir",
- "gender": "F",
- "height": "169",
- "weight": "62",
- "sport": "Badminton",
- "team": "Indonesia-1",
- "noc": "INA",
- "age": 30,
- "event": "Badminton Mixed Doubles",
- "medal": "Gold"
- },
- {
- "name": "Darya Sergeyevna Naumova",
- "gender": "F",
- "height": "165",
- "weight": "76",
- "sport": "Weightlifting",
- "team": "Belarus",
- "noc": "BLR",
- "age": 20,
- "event": "Weightlifting Women's Heavyweight",
- "medal": "Silver"
- },
- {
- "name": "Juan Carlos Navarro Feijoo",
- "gender": "M",
- "height": "193",
- "weight": "82",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 36,
- "event": "Basketball Men's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Ikhtiyor Karimovich Navruzov",
- "gender": "M",
- "height": "165",
- "weight": "65",
- "sport": "Wrestling",
- "team": "Uzbekistan",
- "noc": "UZB",
- "age": 27,
- "event": "Wrestling Men's Welterweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Tsvetelina Biserova Naydenova",
- "gender": "F",
- "height": "168",
- "weight": "49",
- "sport": "Rhythmic Gymnastics",
- "team": "Bulgaria",
- "noc": "BUL",
- "age": 22,
- "event": "Rhythmic Gymnastics Women's Group",
- "medal": "Bronze"
- },
- {
- "name": "Dilshod Nazarov",
- "gender": "M",
- "height": "187",
- "weight": "120",
- "sport": "Athletics",
- "team": "Tajikistan",
- "noc": "TJK",
- "age": 34,
- "event": "Athletics Men's Hammer Throw",
- "medal": "Gold"
- },
- {
- "name": "Astou Barro Ndour Gueye",
- "gender": "F",
- "height": "195",
- "weight": "68",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 21,
- "event": "Basketball Women's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Lia Neal",
- "gender": "F",
- "height": "178",
- "weight": "75",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 21,
- "event": "Swimming Women's 4 x 100 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Leah Neale",
- "gender": "F",
- "height": "173",
- "weight": "66",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 21,
- "event": "Swimming Women's 4 x 200 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Nemanja Nedovi",
- "gender": "M",
- "height": "191",
- "weight": "90",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 25,
- "event": "Basketball Men's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Daryll Saskia Neita",
- "gender": "F",
- "height": "172",
- "weight": "61",
- "sport": "Athletics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 19,
- "event": "Athletics Women's 4 x 100 metres Relay",
- "medal": "Bronze"
- },
- {
- "name": "Kiley Neushul",
- "gender": "F",
- "height": "173",
- "weight": "65",
- "sport": "Water Polo",
- "team": "United States",
- "noc": "USA",
- "age": 23,
- "event": "Water Polo Women's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Stephen Newbold",
- "gender": "M",
- "height": "191",
- "weight": "82",
- "sport": "Athletics",
- "team": "Bahamas",
- "noc": "BAH",
- "age": 21,
- "event": "Athletics Men's 4 x 400 metres Relay",
- "medal": "Bronze"
- },
- {
- "name": "Neymar da Silva Santos Jnior",
- "gender": "M",
- "height": "174",
- "weight": "64",
- "sport": "Football",
- "team": "Brazil",
- "noc": "BRA",
- "age": 24,
- "event": "Football Men's Football",
- "medal": "Gold"
- },
- {
- "name": "Timothey N'Guessan",
- "gender": "M",
- "height": "186",
- "weight": "105",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 23,
- "event": "Handball Men's Handball",
- "medal": "Silver"
- },
- {
- "name": "Haby Niar",
- "gender": "F",
- "height": "176",
- "weight": "66",
- "sport": "Taekwondo",
- "team": "France",
- "noc": "FRA",
- "age": 23,
- "event": "Taekwondo Women's Welterweight",
- "medal": "Silver"
- },
- {
- "name": "Laura Nicholls Gonzlez",
- "gender": "F",
- "height": "190",
- "weight": "90",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 27,
- "event": "Basketball Women's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Paolo Nicolai",
- "gender": "M",
- "height": "203",
- "weight": "91",
- "sport": "Beach Volleyball",
- "team": "Italy-1",
- "noc": "ITA",
- "age": 27,
- "event": "Beach Volleyball Men's Beach Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Astier Nicolas",
- "gender": "M",
- "height": "180",
- "weight": "70",
- "sport": "Equestrianism",
- "team": "France",
- "noc": "FRA",
- "age": 27,
- "event": "Equestrianism Mixed Three-Day Event, Individual",
- "medal": "Silver"
- },
- {
- "name": "Astier Nicolas",
- "gender": "M",
- "height": "180",
- "weight": "70",
- "sport": "Equestrianism",
- "team": "France",
- "noc": "FRA",
- "age": 27,
- "event": "Equestrianism Mixed Three-Day Event, Team",
- "medal": "Gold"
- },
- {
- "name": "Michael Damgaard Nielsen",
- "gender": "M",
- "height": "192",
- "weight": "92",
- "sport": "Handball",
- "team": "Denmark",
- "noc": "DEN",
- "age": 26,
- "event": "Handball Men's Handball",
- "medal": "Gold"
- },
- {
- "name": "Mie stergaard Nielsen",
- "gender": "F",
- "height": "184",
- "weight": "67",
- "sport": "Swimming",
- "team": "Denmark",
- "noc": "DEN",
- "age": 19,
- "event": "Swimming Women's 4 x 100 metres Medley Relay",
- "medal": "Bronze"
- },
- {
- "name": "Simon Niepmann",
- "gender": "M",
- "height": "180",
- "weight": "71",
- "sport": "Rowing",
- "team": "Switzerland",
- "noc": "SUI",
- "age": 31,
- "event": "Rowing Men's Lightweight Coxless Fours",
- "medal": "Gold"
- },
- {
- "name": "Slobodan Niki",
- "gender": "M",
- "height": "197",
- "weight": "106",
- "sport": "Water Polo",
- "team": "Serbia",
- "noc": "SRB",
- "age": 33,
- "event": "Water Polo Men's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Vladimir Olegovich Nikitin",
- "gender": "M",
- "height": "165",
- "weight": "56",
- "sport": "Boxing",
- "team": "Russia",
- "noc": "RUS",
- "age": 26,
- "event": "Boxing Men's Bantamweight",
- "medal": "Bronze"
- },
- {
- "name": "Jelena Nikoli",
- "gender": "F",
- "height": "194",
- "weight": "79",
- "sport": "Volleyball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 34,
- "event": "Volleyball Women's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Gnonsiane Niombla",
- "gender": "F",
- "height": "172",
- "weight": "69",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 26,
- "event": "Handball Women's Handball",
- "medal": "Silver"
- },
- {
- "name": "Kei Nishikori",
- "gender": "M",
- "height": "178",
- "weight": "74",
- "sport": "Tennis",
- "team": "Japan",
- "noc": "JPN",
- "age": 26,
- "event": "Tennis Men's Singles",
- "medal": "Bronze"
- },
- {
- "name": "Koki Niwa",
- "gender": "M",
- "height": "162",
- "weight": "51",
- "sport": "Table Tennis",
- "team": "Japan",
- "noc": "JPN",
- "age": 21,
- "event": "Table Tennis Men's Team",
- "medal": "Silver"
- },
- {
- "name": "Adilbek Sabitovich Niyazymbetov",
- "gender": "M",
- "height": "180",
- "weight": "81",
- "sport": "Boxing",
- "team": "Kazakhstan",
- "noc": "KAZ",
- "age": 27,
- "event": "Boxing Men's Light-Heavyweight",
- "medal": "Silver"
- },
- {
- "name": "Francine Niyonsaba",
- "gender": "F",
- "height": "166",
- "weight": "60",
- "sport": "Athletics",
- "team": "Burundi",
- "noc": "BDI",
- "age": 23,
- "event": "Athletics Women's 800 metres",
- "medal": "Silver"
- },
- {
- "name": "Alessandro Nora",
- "gender": "M",
- "height": "191",
- "weight": "85",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 29,
- "event": "Water Polo Men's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Daniel James \"Dan\" Norton",
- "gender": "M",
- "height": "180",
- "weight": "85",
- "sport": "Rugby Sevens",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 28,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Oktawia Nowacka",
- "gender": "F",
- "height": "180",
- "weight": "60",
- "sport": "Modern Pentathlon",
- "team": "Poland",
- "noc": "POL",
- "age": 25,
- "event": "Modern Pentathlon Women's Individual",
- "medal": "Bronze"
- },
- {
- "name": "Wojciech Nowicki",
- "gender": "M",
- "height": "196",
- "weight": "128",
- "sport": "Athletics",
- "team": "Poland",
- "noc": "POL",
- "age": 27,
- "event": "Athletics Men's Hammer Throw",
- "medal": "Bronze"
- },
- {
- "name": "Jesper Nddesbo",
- "gender": "M",
- "height": "199",
- "weight": "100",
- "sport": "Handball",
- "team": "Denmark",
- "noc": "DEN",
- "age": 35,
- "event": "Handball Men's Handball",
- "medal": "Gold"
- },
- {
- "name": "Ruslan Nurudinov",
- "gender": "M",
- "height": "183",
- "weight": "109",
- "sport": "Weightlifting",
- "team": "Uzbekistan",
- "noc": "UZB",
- "age": 24,
- "event": "Weightlifting Men's Heavyweight",
- "medal": "Gold"
- },
- {
- "name": "Guy Olivier Nyokas",
- "gender": "M",
- "height": "189",
- "weight": "86",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 30,
- "event": "Handball Men's Handball",
- "medal": "Silver"
- },
- {
- "name": "Estelle Nze Minko",
- "gender": "F",
- "height": "178",
- "weight": "67",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 24,
- "event": "Handball Women's Handball",
- "medal": "Silver"
- },
- {
- "name": "Patricia Obee",
- "gender": "F",
- "height": "165",
- "weight": "60",
- "sport": "Rowing",
- "team": "Canada",
- "noc": "CAN",
- "age": 24,
- "event": "Rowing Women's Lightweight Double Sculls",
- "medal": "Silver"
- },
- {
- "name": "Hellen Onsando Obiri",
- "gender": "F",
- "height": "160",
- "weight": "50",
- "sport": "Athletics",
- "team": "Kenya",
- "noc": "KEN",
- "age": 26,
- "event": "Athletics Women's 5,000 metres",
- "medal": "Silver"
- },
- {
- "name": "Siobhan-Marie O'Connor",
- "gender": "F",
- "height": "173",
- "weight": "60",
- "sport": "Swimming",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 20,
- "event": "Swimming Women's 200 metres Individual Medley",
- "medal": "Silver"
- },
- {
- "name": "Hannes Ocik",
- "gender": "M",
- "height": "191",
- "weight": "93",
- "sport": "Rowing",
- "team": "Germany",
- "noc": "GER",
- "age": 25,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Silver"
- },
- {
- "name": "Gary O'Donovan",
- "gender": "M",
- "height": "172",
- "weight": "70",
- "sport": "Rowing",
- "team": "Ireland",
- "noc": "IRL",
- "age": 23,
- "event": "Rowing Men's Lightweight Double Sculls",
- "medal": "Silver"
- },
- {
- "name": "Paul O'Donovan",
- "gender": "M",
- "height": "177",
- "weight": "70",
- "sport": "Rowing",
- "team": "Ireland",
- "noc": "IRL",
- "age": 22,
- "event": "Rowing Men's Lightweight Double Sculls",
- "medal": "Silver"
- },
- {
- "name": "Stine Bredal Oftedal",
- "gender": "F",
- "height": "168",
- "weight": "65",
- "sport": "Handball",
- "team": "Norway",
- "noc": "NOR",
- "age": 24,
- "event": "Handball Women's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Maja Ognjenovi",
- "gender": "F",
- "height": "183",
- "weight": "67",
- "sport": "Volleyball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 31,
- "event": "Volleyball Women's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Oh Hye-Ri",
- "gender": "F",
- "height": "182",
- "weight": "69",
- "sport": "Taekwondo",
- "team": "South Korea",
- "noc": "KOR",
- "age": 28,
- "event": "Taekwondo Women's Welterweight",
- "medal": "Gold"
- },
- {
- "name": "Christine Ijeoma Chika Ohuruogu",
- "gender": "F",
- "height": "172",
- "weight": "70",
- "sport": "Athletics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 32,
- "event": "Athletics Women's 4 x 400 metres Relay",
- "medal": "Bronze"
- },
- {
- "name": "Poliana Okimoto-Cintra",
- "gender": "F",
- "height": "165",
- "weight": "52",
- "sport": "Swimming",
- "team": "Brazil",
- "noc": "BRA",
- "age": 33,
- "event": "Swimming Women's 10 kilometres Open Water",
- "medal": "Bronze"
- },
- {
- "name": "Courtney Okolo",
- "gender": "F",
- "height": "173",
- "weight": "59",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 22,
- "event": "Athletics Women's 4 x 400 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Nozomi Okuhara",
- "gender": "F",
- "height": "156",
- "weight": "51",
- "sport": "Badminton",
- "team": "Japan",
- "noc": "JPN",
- "age": 21,
- "event": "Badminton Women's Singles",
- "medal": "Bronze"
- },
- {
- "name": "Pia-Sophie Oldhafer",
- "gender": "F",
- "height": "166",
- "weight": "55",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 24,
- "event": "Hockey Women's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Penelope \"Penny\" Oleksiak",
- "gender": "F",
- "height": "185",
- "weight": "68",
- "sport": "Swimming",
- "team": "Canada",
- "noc": "CAN",
- "age": 16,
- "event": "Swimming Women's 100 metres Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Penelope \"Penny\" Oleksiak",
- "gender": "F",
- "height": "185",
- "weight": "68",
- "sport": "Swimming",
- "team": "Canada",
- "noc": "CAN",
- "age": 16,
- "event": "Swimming Women's 4 x 100 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "Penelope \"Penny\" Oleksiak",
- "gender": "F",
- "height": "185",
- "weight": "68",
- "sport": "Swimming",
- "team": "Canada",
- "noc": "CAN",
- "age": 16,
- "event": "Swimming Women's 4 x 200 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "Penelope \"Penny\" Oleksiak",
- "gender": "F",
- "height": "185",
- "weight": "68",
- "sport": "Swimming",
- "team": "Canada",
- "noc": "CAN",
- "age": 16,
- "event": "Swimming Women's 100 metres Butterfly",
- "medal": "Silver"
- },
- {
- "name": "Marc-Antoine Olivier",
- "gender": "M",
- "height": "183",
- "weight": "64",
- "sport": "Swimming",
- "team": "France",
- "noc": "FRA",
- "age": 20,
- "event": "Swimming Men's 10 kilometres Open Water",
- "medal": "Bronze"
- },
- {
- "name": "Morten Olsen",
- "gender": "M",
- "height": "184",
- "weight": "95",
- "sport": "Handball",
- "team": "Denmark",
- "noc": "DEN",
- "age": 31,
- "event": "Handball Men's Handball",
- "medal": "Gold"
- },
- {
- "name": "Om Yun-Chol",
- "gender": "M",
- "height": "151",
- "weight": "56",
- "sport": "Weightlifting",
- "team": "North Korea",
- "noc": "PRK",
- "age": 24,
- "event": "Weightlifting Men's Bantamweight",
- "medal": "Silver"
- },
- {
- "name": "Kano Omata",
- "gender": "F",
- "height": "160",
- "weight": "48",
- "sport": "Synchronized Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 20,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Bronze"
- },
- {
- "name": "Thierry Omeyer",
- "gender": "M",
- "height": "192",
- "weight": "93",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 39,
- "event": "Handball Men's Handball",
- "medal": "Silver"
- },
- {
- "name": "Shohei Ono",
- "gender": "M",
- "height": "170",
- "weight": "73",
- "sport": "Judo",
- "team": "Japan",
- "noc": "JPN",
- "age": 24,
- "event": "Judo Men's Lightweight",
- "medal": "Gold"
- },
- {
- "name": "Nwanyika Jenete C. \"Anyika\" Onuora",
- "gender": "F",
- "height": "178",
- "weight": "76",
- "sport": "Athletics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 31,
- "event": "Athletics Women's 4 x 400 metres Relay",
- "medal": "Bronze"
- },
- {
- "name": "Laura Oprea",
- "gender": "F",
- "height": "186",
- "weight": "75",
- "sport": "Rowing",
- "team": "Romania",
- "noc": "ROU",
- "age": 22,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Bronze"
- },
- {
- "name": "Orlando Ortega Alejo",
- "gender": "M",
- "height": "182",
- "weight": "77",
- "sport": "Athletics",
- "team": "Spain",
- "noc": "ESP",
- "age": 25,
- "event": "Athletics Men's 110 metres Hurdles",
- "medal": "Silver"
- },
- {
- "name": "Idalys Ortz Bocourt",
- "gender": "F",
- "height": "180",
- "weight": "95",
- "sport": "Judo",
- "team": "Cuba",
- "noc": "CUB",
- "age": 26,
- "event": "Judo Women's Heavyweight",
- "medal": "Silver"
- },
- {
- "name": "Ignacio Ortz",
- "gender": "M",
- "height": "180",
- "weight": "76",
- "sport": "Hockey",
- "team": "Argentina",
- "noc": "ARG",
- "age": 29,
- "event": "Hockey Men's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Rstm Orucov",
- "gender": "M",
- "height": "179",
- "weight": "73",
- "sport": "Judo",
- "team": "Azerbaijan",
- "noc": "AZE",
- "age": 24,
- "event": "Judo Men's Lightweight",
- "medal": "Silver"
- },
- {
- "name": "Selin Oruz",
- "gender": "F",
- "height": "172",
- "weight": "60",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 19,
- "event": "Hockey Women's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Timur Oruz",
- "gender": "M",
- "height": "186",
- "weight": "87",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 21,
- "event": "Hockey Men's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Inna Volodymyrivna Osypenko-Radomska",
- "gender": "F",
- "height": "166",
- "weight": "63",
- "sport": "Canoeing",
- "team": "Azerbaijan",
- "noc": "AZE",
- "age": 33,
- "event": "Canoeing Women's Kayak Singles, 200 metres",
- "medal": "Bronze"
- },
- {
- "name": "Shinobu Ota",
- "gender": "M",
- "height": "165",
- "weight": "65",
- "sport": "Wrestling",
- "team": "Japan",
- "noc": "JPN",
- "age": 22,
- "event": "Wrestling Men's Featherweight, Greco-Roman",
- "medal": "Silver"
- },
- {
- "name": "Katharina Otte",
- "gender": "F",
- "height": "170",
- "weight": "63",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 29,
- "event": "Hockey Women's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Jeanette Ottesen Gray",
- "gender": "F",
- "height": "178",
- "weight": "70",
- "sport": "Swimming",
- "team": "Denmark",
- "noc": "DEN",
- "age": 28,
- "event": "Swimming Women's 4 x 100 metres Medley Relay",
- "medal": "Bronze"
- },
- {
- "name": "Oussama Al-Oueslati",
- "gender": "M",
- "height": "199",
- "weight": "80",
- "sport": "Taekwondo",
- "team": "Tunisia",
- "noc": "TUN",
- "age": 20,
- "event": "Taekwondo Men's Welterweight",
- "medal": "Bronze"
- },
- {
- "name": "Sofiane Oumiha",
- "gender": "M",
- "height": "174",
- "weight": "60",
- "sport": "Boxing",
- "team": "France",
- "noc": "FRA",
- "age": 21,
- "event": "Boxing Men's Lightweight",
- "medal": "Silver"
- },
- {
- "name": "Sarah Ourahmoune",
- "gender": "F",
- "height": "158",
- "weight": "51",
- "sport": "Boxing",
- "team": "France",
- "noc": "FRA",
- "age": 34,
- "event": "Boxing Women's Flyweight",
- "medal": "Silver"
- },
- {
- "name": "Nathan Outteridge",
- "gender": "M",
- "height": "179",
- "weight": "75",
- "sport": "Sailing",
- "team": "Australia",
- "noc": "AUS",
- "age": 30,
- "event": "Sailing Men's Skiff",
- "medal": "Silver"
- },
- {
- "name": "Emily Overholt",
- "gender": "F",
- "height": "170",
- "weight": "55",
- "sport": "Swimming",
- "team": "Canada",
- "noc": "CAN",
- "age": 18,
- "event": "Swimming Women's 4 x 200 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "Dimitrij Ovtcharov",
- "gender": "M",
- "height": "186",
- "weight": "78",
- "sport": "Table Tennis",
- "team": "Germany",
- "noc": "GER",
- "age": 27,
- "event": "Table Tennis Men's Team",
- "medal": "Bronze"
- },
- {
- "name": "Lily Isabelle Owsley",
- "gender": "F",
- "height": "170",
- "weight": "70",
- "sport": "Hockey",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 21,
- "event": "Hockey Women's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Jake Packard",
- "gender": "M",
- "height": "195",
- "weight": "68",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 22,
- "event": "Swimming Men's 4 x 100 metres Medley Relay",
- "medal": "Bronze"
- },
- {
- "name": "Bryony Kate Frances Page",
- "gender": "F",
- "height": "172",
- "weight": "60",
- "sport": "Trampolining",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 25,
- "event": "Trampolining Women's Individual",
- "medal": "Silver"
- },
- {
- "name": "Danielle Nicole Page",
- "gender": "F",
- "height": "188",
- "weight": "77",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 29,
- "event": "Basketball Women's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Caleb Paine",
- "gender": "M",
- "height": "191",
- "weight": "98",
- "sport": "Sailing",
- "team": "United States",
- "noc": "USA",
- "age": 25,
- "event": "Sailing Men's One Person Heavyweight Dinghy",
- "medal": "Bronze"
- },
- {
- "name": "Mariana Pajn Londoo",
- "gender": "F",
- "height": "158",
- "weight": "50",
- "sport": "Cycling",
- "team": "Colombia",
- "noc": "COL",
- "age": 24,
- "event": "Cycling Women's BMX",
- "medal": "Gold"
- },
- {
- "name": "Laia Palau Alts",
- "gender": "F",
- "height": "181",
- "weight": "69",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 36,
- "event": "Basketball Women's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Gregorio Paltrinieri",
- "gender": "M",
- "height": "191",
- "weight": "72",
- "sport": "Swimming",
- "team": "Italy",
- "noc": "ITA",
- "age": 21,
- "event": "Swimming Men's 1,500 metres Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Pan Feihong",
- "gender": "F",
- "height": "173",
- "weight": "57",
- "sport": "Rowing",
- "team": "China",
- "noc": "CHN",
- "age": 27,
- "event": "Rowing Women's Lightweight Double Sculls",
- "medal": "Bronze"
- },
- {
- "name": "Pang Wei",
- "gender": "M",
- "height": "178",
- "weight": "77",
- "sport": "Shooting",
- "team": "China",
- "noc": "CHN",
- "age": 30,
- "event": "Shooting Men's Air Pistol, 10 metres",
- "medal": "Bronze"
- },
- {
- "name": "Yekaterina Andreyevna Pantyulina-Lisunova",
- "gender": "F",
- "height": "175",
- "weight": "64",
- "sport": "Water Polo",
- "team": "Russia",
- "noc": "RUS",
- "age": 26,
- "event": "Water Polo Women's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Karen Paquin",
- "gender": "F",
- "height": "172",
- "weight": "70",
- "sport": "Rugby Sevens",
- "team": "Canada",
- "noc": "CAN",
- "age": 29,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Matas Enrique Paredes",
- "gender": "M",
- "height": "176",
- "weight": "74",
- "sport": "Hockey",
- "team": "Argentina",
- "noc": "ARG",
- "age": 34,
- "event": "Hockey Men's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Paula Beln Pareto",
- "gender": "F",
- "height": "150",
- "weight": "48",
- "sport": "Judo",
- "team": "Argentina",
- "noc": "ARG",
- "age": 30,
- "event": "Judo Women's Extra-Lightweight",
- "medal": "Gold"
- },
- {
- "name": "Park In-Bee",
- "gender": "F",
- "height": "168",
- "weight": "65",
- "sport": "Golf",
- "team": "South Korea",
- "noc": "KOR",
- "age": 28,
- "event": "Golf Women's Individual",
- "medal": "Gold"
- },
- {
- "name": "Park Sang-Young",
- "gender": "M",
- "height": "177",
- "weight": "73",
- "sport": "Fencing",
- "team": "South Korea",
- "noc": "KOR",
- "age": 20,
- "event": "Fencing Men's epee, Individual",
- "medal": "Gold"
- },
- {
- "name": "Shannon Parry",
- "gender": "F",
- "height": "170",
- "weight": "70",
- "sport": "Rugby Sevens",
- "team": "Australia",
- "noc": "AUS",
- "age": 26,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Mara Lucila Pascua Surez",
- "gender": "F",
- "height": "196",
- "weight": "93",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 33,
- "event": "Basketball Women's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Mariya Valeryevna Paseka",
- "gender": "F",
- "height": "161",
- "weight": "48",
- "sport": "Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 21,
- "event": "Gymnastics Women's Team All-Around",
- "medal": "Silver"
- },
- {
- "name": "Mariya Valeryevna Paseka",
- "gender": "F",
- "height": "161",
- "weight": "48",
- "sport": "Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 21,
- "event": "Gymnastics Women's Horse Vault",
- "medal": "Silver"
- },
- {
- "name": "Aleksandra Vyacheslavovna Patskevich",
- "gender": "F",
- "height": "169",
- "weight": "69",
- "sport": "Synchronized Swimming",
- "team": "Russia",
- "noc": "RUS",
- "age": 27,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Gold"
- },
- {
- "name": "Ilse Paulis",
- "gender": "F",
- "height": "174",
- "weight": "57",
- "sport": "Rowing",
- "team": "Netherlands",
- "noc": "NED",
- "age": 23,
- "event": "Rowing Women's Lightweight Double Sculls",
- "medal": "Gold"
- },
- {
- "name": "Maartje Yvonne Helene Paumen",
- "gender": "F",
- "height": "176",
- "weight": "66",
- "sport": "Hockey",
- "team": "Netherlands",
- "noc": "NED",
- "age": 30,
- "event": "Hockey Women's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Josip Pavi",
- "gender": "M",
- "height": "195",
- "weight": "90",
- "sport": "Water Polo",
- "team": "Croatia",
- "noc": "CRO",
- "age": 34,
- "event": "Water Polo Men's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Adam George Peaty",
- "gender": "M",
- "height": "191",
- "weight": "86",
- "sport": "Swimming",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 21,
- "event": "Swimming Men's 100 metres Breaststroke",
- "medal": "Gold"
- },
- {
- "name": "Adam George Peaty",
- "gender": "M",
- "height": "191",
- "weight": "86",
- "sport": "Swimming",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 21,
- "event": "Swimming Men's 4 x 100 metres Medley Relay",
- "medal": "Silver"
- },
- {
- "name": "Matthieu Patrick Franois Peche",
- "gender": "M",
- "height": "175",
- "weight": "75",
- "sport": "Canoeing",
- "team": "France",
- "noc": "FRA",
- "age": 28,
- "event": "Canoeing Men's Canadian Doubles, Slalom",
- "medal": "Bronze"
- },
- {
- "name": "Christinna Pedersen",
- "gender": "F",
- "height": "178",
- "weight": "68",
- "sport": "Badminton",
- "team": "Denmark",
- "noc": "DEN",
- "age": 30,
- "event": "Badminton Women's Doubles",
- "medal": "Silver"
- },
- {
- "name": "Rikke Mller Pedersen",
- "gender": "F",
- "height": "174",
- "weight": "61",
- "sport": "Swimming",
- "team": "Denmark",
- "noc": "DEN",
- "age": 27,
- "event": "Swimming Women's 4 x 100 metres Medley Relay",
- "medal": "Bronze"
- },
- {
- "name": "Gonzalo Peillat",
- "gender": "M",
- "height": "177",
- "weight": "82",
- "sport": "Hockey",
- "team": "Argentina",
- "noc": "ARG",
- "age": 23,
- "event": "Hockey Men's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Hendrik Pekeler",
- "gender": "M",
- "height": "203",
- "weight": "103",
- "sport": "Handball",
- "team": "Germany",
- "noc": "GER",
- "age": 25,
- "event": "Handball Men's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Evania Pelite",
- "gender": "F",
- "height": "169",
- "weight": "67",
- "sport": "Rugby Sevens",
- "team": "Australia",
- "noc": "AUS",
- "age": 21,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Giovanni Pellielo",
- "gender": "M",
- "height": "173",
- "weight": "93",
- "sport": "Shooting",
- "team": "Italy",
- "noc": "ITA",
- "age": 46,
- "event": "Shooting Men's Trap",
- "medal": "Silver"
- },
- {
- "name": "Catharine Pendrel",
- "gender": "F",
- "height": "166",
- "weight": "50",
- "sport": "Cycling",
- "team": "Canada",
- "noc": "CAN",
- "age": 35,
- "event": "Cycling Women's Mountainbike, Cross-team",
- "medal": "Bronze"
- },
- {
- "name": "Sandra Perkovi",
- "gender": "F",
- "height": "183",
- "weight": "85",
- "sport": "Athletics",
- "team": "Croatia",
- "noc": "CRO",
- "age": 26,
- "event": "Athletics Women's Discus Throw",
- "medal": "Gold"
- },
- {
- "name": "Kseniya Vitalyevna Perova",
- "gender": "F",
- "height": "169",
- "weight": "77",
- "sport": "Archery",
- "team": "Russia",
- "noc": "RUS",
- "age": 27,
- "event": "Archery Women's Team",
- "medal": "Silver"
- },
- {
- "name": "Kasey Perry-Glass",
- "gender": "F",
- "height": "163",
- "weight": "59",
- "sport": "Equestrianism",
- "team": "United States",
- "noc": "USA",
- "age": 28,
- "event": "Equestrianism Mixed Dressage, Team",
- "medal": "Bronze"
- },
- {
- "name": "Franois Pervis",
- "gender": "M",
- "height": "180",
- "weight": "88",
- "sport": "Cycling",
- "team": "France",
- "noc": "FRA",
- "age": 31,
- "event": "Cycling Men's Team Sprint",
- "medal": "Bronze"
- },
- {
- "name": "Babett Peter",
- "gender": "F",
- "height": "172",
- "weight": "64",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 28,
- "event": "Football Women's Football",
- "medal": "Gold"
- },
- {
- "name": "Steffen Peters",
- "gender": "M",
- "height": "173",
- "weight": "68",
- "sport": "Equestrianism",
- "team": "United States",
- "noc": "USA",
- "age": 51,
- "event": "Equestrianism Mixed Dressage, Team",
- "medal": "Bronze"
- },
- {
- "name": "Nils Petersen",
- "gender": "M",
- "height": "188",
- "weight": "80",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 27,
- "event": "Football Men's Football",
- "medal": "Silver"
- },
- {
- "name": "Antonio Petkovi",
- "gender": "M",
- "height": "190",
- "weight": "90",
- "sport": "Water Polo",
- "team": "Croatia",
- "noc": "CRO",
- "age": 30,
- "event": "Water Polo Men's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Geno Petriashvili",
- "gender": "M",
- "height": "198",
- "weight": "125",
- "sport": "Wrestling",
- "team": "Georgia",
- "noc": "GEO",
- "age": 22,
- "event": "Wrestling Men's Super-Heavyweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Mihaela Petril",
- "gender": "F",
- "height": "190",
- "weight": "74",
- "sport": "Rowing",
- "team": "Romania",
- "noc": "ROU",
- "age": 25,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Bronze"
- },
- {
- "name": "Eleftherios Petrounias",
- "gender": "M",
- "height": "164",
- "weight": "62",
- "sport": "Gymnastics",
- "team": "Greece",
- "noc": "GRE",
- "age": 25,
- "event": "Gymnastics Men's Rings",
- "medal": "Gold"
- },
- {
- "name": "Mayya Andreyevna Petrova (Kaverina-)",
- "gender": "F",
- "height": "178",
- "weight": "71",
- "sport": "Handball",
- "team": "Russia",
- "noc": "RUS",
- "age": 34,
- "event": "Handball Women's Handball",
- "medal": "Gold"
- },
- {
- "name": "Sonja Petrovi",
- "gender": "F",
- "height": "188",
- "weight": "77",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 27,
- "event": "Basketball Women's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Michael Fred Phelps, II",
- "gender": "M",
- "height": "193",
- "weight": "91",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 31,
- "event": "Swimming Men's 4 x 100 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Michael Fred Phelps, II",
- "gender": "M",
- "height": "193",
- "weight": "91",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 31,
- "event": "Swimming Men's 4 x 200 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Michael Fred Phelps, II",
- "gender": "M",
- "height": "193",
- "weight": "91",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 31,
- "event": "Swimming Men's 100 metres Butterfly",
- "medal": "Silver"
- },
- {
- "name": "Michael Fred Phelps, II",
- "gender": "M",
- "height": "193",
- "weight": "91",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 31,
- "event": "Swimming Men's 200 metres Butterfly",
- "medal": "Gold"
- },
- {
- "name": "Michael Fred Phelps, II",
- "gender": "M",
- "height": "193",
- "weight": "91",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 31,
- "event": "Swimming Men's 200 metres Individual Medley",
- "medal": "Gold"
- },
- {
- "name": "Michael Fred Phelps, II",
- "gender": "M",
- "height": "193",
- "weight": "91",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 31,
- "event": "Swimming Men's 4 x 100 metres Medley Relay",
- "medal": "Gold"
- },
- {
- "name": "Asha Solette Philip",
- "gender": "F",
- "height": "164",
- "weight": "67",
- "sport": "Athletics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 25,
- "event": "Athletics Women's 4 x 100 metres Relay",
- "medal": "Bronze"
- },
- {
- "name": "Matteo Piano",
- "gender": "M",
- "height": "208",
- "weight": "102",
- "sport": "Volleyball",
- "team": "Italy",
- "noc": "ITA",
- "age": 25,
- "event": "Volleyball Men's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Charline Picon",
- "gender": "F",
- "height": "169",
- "weight": "57",
- "sport": "Sailing",
- "team": "France",
- "noc": "FRA",
- "age": 31,
- "event": "Sailing Women's Windsurfer",
- "medal": "Gold"
- },
- {
- "name": "Luisito Pi",
- "gender": "M",
- "height": "183",
- "weight": "57",
- "sport": "Taekwondo",
- "team": "Dominican Republic",
- "noc": "DOM",
- "age": 22,
- "event": "Taekwondo Men's Flyweight",
- "medal": "Bronze"
- },
- {
- "name": "Ccile Pieper",
- "gender": "F",
- "height": "166",
- "weight": "56",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 21,
- "event": "Hockey Women's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Blake Pieroni",
- "gender": "M",
- "height": "188",
- "weight": "86",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 20,
- "event": "Swimming Men's 4 x 100 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Duko Pijetlovi",
- "gender": "M",
- "height": "197",
- "weight": "97",
- "sport": "Water Polo",
- "team": "Serbia",
- "noc": "SRB",
- "age": 31,
- "event": "Water Polo Men's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Gojko Pijetlovi",
- "gender": "M",
- "height": "194",
- "weight": "92",
- "sport": "Water Polo",
- "team": "Serbia",
- "noc": "SRB",
- "age": 32,
- "event": "Water Polo Men's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Allison Marie Pineau",
- "gender": "F",
- "height": "181",
- "weight": "66",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 27,
- "event": "Handball Women's Handball",
- "medal": "Silver"
- },
- {
- "name": "Paolo Pizzo",
- "gender": "M",
- "height": "180",
- "weight": "70",
- "sport": "Fencing",
- "team": "Italy",
- "noc": "ITA",
- "age": 33,
- "event": "Fencing Men's epee, Team",
- "medal": "Silver"
- },
- {
- "name": "Thomas Plel",
- "gender": "M",
- "height": "181",
- "weight": "80",
- "sport": "Sailing",
- "team": "Germany",
- "noc": "GER",
- "age": 28,
- "event": "Sailing Men's Skiff",
- "medal": "Bronze"
- },
- {
- "name": "David Edward Plummer",
- "gender": "M",
- "height": "191",
- "weight": "95",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Swimming Men's 100 metres Backstroke",
- "medal": "Bronze"
- },
- {
- "name": "David Edward Plummer",
- "gender": "M",
- "height": "191",
- "weight": "95",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Swimming Men's 4 x 100 metres Medley Relay",
- "medal": "Gold"
- },
- {
- "name": "Amanda Polk",
- "gender": "F",
- "height": "180",
- "weight": "84",
- "sport": "Rowing",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Gold"
- },
- {
- "name": "Marina Viktorovna Poltoran-Litvinchuk",
- "gender": "F",
- "height": "178",
- "weight": "68",
- "sport": "Canoeing",
- "team": "Belarus",
- "noc": "BLR",
- "age": 28,
- "event": "Canoeing Women's Kayak Fours, 500 metres",
- "medal": "Bronze"
- },
- {
- "name": "Francesca Pomeri",
- "gender": "F",
- "height": "174",
- "weight": "76",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 23,
- "event": "Water Polo Women's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Simona Pop (Deac-)",
- "gender": "F",
- "height": "178",
- "weight": "62",
- "sport": "Fencing",
- "team": "Romania",
- "noc": "ROU",
- "age": 27,
- "event": "Fencing Women's epee, Team",
- "medal": "Gold"
- },
- {
- "name": "Iuliana Popa",
- "gender": "F",
- "height": "185",
- "weight": "72",
- "sport": "Rowing",
- "team": "Romania",
- "noc": "ROU",
- "age": 20,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Bronze"
- },
- {
- "name": "Nadezhda Mikhaylovna Popok-Lepeshko",
- "gender": "F",
- "height": "172",
- "weight": "67",
- "sport": "Canoeing",
- "team": "Belarus",
- "noc": "BLR",
- "age": 27,
- "event": "Canoeing Women's Kayak Fours, 500 metres",
- "medal": "Bronze"
- },
- {
- "name": "Silvija Popovi",
- "gender": "F",
- "height": "178",
- "weight": "65",
- "sport": "Volleyball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 30,
- "event": "Volleyball Women's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Alexandra Popp",
- "gender": "F",
- "height": "174",
- "weight": "65",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 25,
- "event": "Football Women's Football",
- "medal": "Gold"
- },
- {
- "name": "Valentin Porte",
- "gender": "M",
- "height": "190",
- "weight": "92",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 25,
- "event": "Handball Men's Handball",
- "medal": "Silver"
- },
- {
- "name": "Alise Rose Post",
- "gender": "F",
- "height": "158",
- "weight": "58",
- "sport": "Cycling",
- "team": "United States",
- "noc": "USA",
- "age": 25,
- "event": "Cycling Women's BMX",
- "medal": "Silver"
- },
- {
- "name": "Mira Potkonen",
- "gender": "F",
- "height": "165",
- "weight": "60",
- "sport": "Boxing",
- "team": "Finland",
- "noc": "FIN",
- "age": 35,
- "event": "Boxing Women's Lightweight",
- "medal": "Bronze"
- },
- {
- "name": "Alec Potts",
- "gender": "M",
- "height": "185",
- "weight": "77",
- "sport": "Archery",
- "team": "Australia",
- "noc": "AUS",
- "age": 20,
- "event": "Archery Men's Team",
- "medal": "Bronze"
- },
- {
- "name": "Asafa Kehine Powell",
- "gender": "M",
- "height": "191",
- "weight": "93",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 33,
- "event": "Athletics Men's 4 x 100 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Olivia Elizabeth \"Polly\" Powrie",
- "gender": "F",
- "height": "173",
- "weight": "70",
- "sport": "Sailing",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 28,
- "event": "Sailing Women's Two Person Dinghy",
- "medal": "Silver"
- },
- {
- "name": "Josh Prenot",
- "gender": "M",
- "height": "180",
- "weight": "76",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 23,
- "event": "Swimming Men's 200 metres Breaststroke",
- "medal": "Silver"
- },
- {
- "name": "Christian Presciutti",
- "gender": "M",
- "height": "184",
- "weight": "87",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 33,
- "event": "Water Polo Men's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Nicholas Presciutti",
- "gender": "M",
- "height": "189",
- "weight": "93",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 22,
- "event": "Water Polo Men's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "William Reid Priddy",
- "gender": "M",
- "height": "194",
- "weight": "89",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 38,
- "event": "Volleyball Men's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Nichelle Prince",
- "gender": "F",
- "height": "163",
- "weight": "65",
- "sport": "Football",
- "team": "Canada",
- "noc": "CAN",
- "age": 21,
- "event": "Football Women's Football",
- "medal": "Bronze"
- },
- {
- "name": "Andrija Prlainovi",
- "gender": "M",
- "height": "200",
- "weight": "106",
- "sport": "Water Polo",
- "team": "Serbia",
- "noc": "SRB",
- "age": 29,
- "event": "Water Polo Men's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Yekaterina Valeryevna Prokofyeva",
- "gender": "F",
- "height": "176",
- "weight": "70",
- "sport": "Water Polo",
- "team": "Russia",
- "noc": "RUS",
- "age": 25,
- "event": "Water Polo Women's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Yelena Gennadyevna Prokofyeva",
- "gender": "F",
- "height": "171",
- "weight": "54",
- "sport": "Synchronized Swimming",
- "team": "Russia",
- "noc": "RUS",
- "age": 22,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Gold"
- },
- {
- "name": "Grischa Prmel",
- "gender": "M",
- "height": "182",
- "weight": "78",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 21,
- "event": "Football Men's Football",
- "medal": "Silver"
- },
- {
- "name": "Marie Prouvensier",
- "gender": "F",
- "height": "165",
- "weight": "52",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 22,
- "event": "Handball Women's Handball",
- "medal": "Silver"
- },
- {
- "name": "Ji Prskavec",
- "gender": "M",
- "height": "173",
- "weight": "69",
- "sport": "Canoeing",
- "team": "Czech Republic",
- "noc": "CZE",
- "age": 23,
- "event": "Canoeing Men's Kayak Singles, Slalom",
- "medal": "Bronze"
- },
- {
- "name": "Monica Puig Marchn",
- "gender": "F",
- "height": "170",
- "weight": "64",
- "sport": "Tennis",
- "team": "Puerto Rico",
- "noc": "PUR",
- "age": 22,
- "event": "Tennis Women's Singles",
- "medal": "Gold"
- },
- {
- "name": "Elmar Qasmov",
- "gender": "M",
- "height": "188",
- "weight": "100",
- "sport": "Judo",
- "team": "Azerbaijan",
- "noc": "AZE",
- "age": 25,
- "event": "Judo Men's Half-Heavyweight",
- "medal": "Silver"
- },
- {
- "name": "Xetaq Qazyumov",
- "gender": "M",
- "height": "180",
- "weight": "97",
- "sport": "Wrestling",
- "team": "Azerbaijan",
- "noc": "AZE",
- "age": 33,
- "event": "Wrestling Men's Heavyweight, Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Qin Kai",
- "gender": "M",
- "height": "170",
- "weight": "65",
- "sport": "Diving",
- "team": "China",
- "noc": "CHN",
- "age": 30,
- "event": "Diving Men's Synchronized Springboard",
- "medal": "Bronze"
- },
- {
- "name": "Rasmus Christian Quaade",
- "gender": "M",
- "height": "187",
- "weight": "78",
- "sport": "Cycling",
- "team": "Denmark",
- "noc": "DEN",
- "age": 26,
- "event": "Cycling Men's Team Pursuit, 4,000 metres",
- "medal": "Bronze"
- },
- {
- "name": "Elisa Queirolo",
- "gender": "F",
- "height": "168",
- "weight": "61",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 25,
- "event": "Water Polo Women's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Isaquias Queiroz dos Santos",
- "gender": "M",
- "height": "175",
- "weight": "85",
- "sport": "Canoeing",
- "team": "Brazil",
- "noc": "BRA",
- "age": 22,
- "event": "Canoeing Men's Canadian Singles, 200 metres",
- "medal": "Bronze"
- },
- {
- "name": "Isaquias Queiroz dos Santos",
- "gender": "M",
- "height": "175",
- "weight": "85",
- "sport": "Canoeing",
- "team": "Brazil",
- "noc": "BRA",
- "age": 22,
- "event": "Canoeing Men's Canadian Singles, 1,000 metres",
- "medal": "Silver"
- },
- {
- "name": "Isaquias Queiroz dos Santos",
- "gender": "M",
- "height": "175",
- "weight": "85",
- "sport": "Canoeing",
- "team": "Brazil",
- "noc": "BRA",
- "age": 22,
- "event": "Canoeing Men's Canadian Doubles, 1,000 metres",
- "medal": "Silver"
- },
- {
- "name": "Samantha Ann \"Sam\" Quek",
- "gender": "F",
- "height": "169",
- "weight": "62",
- "sport": "Hockey",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 27,
- "event": "Hockey Women's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Alejandra Quereda Flores",
- "gender": "F",
- "height": "175",
- "weight": "55",
- "sport": "Rhythmic Gymnastics",
- "team": "Spain",
- "noc": "ESP",
- "age": 24,
- "event": "Rhythmic Gymnastics Women's Group",
- "medal": "Silver"
- },
- {
- "name": "Laura Quevedo Caizares",
- "gender": "F",
- "height": "185",
- "weight": "74",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 20,
- "event": "Basketball Women's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Rebecca Quinn",
- "gender": "F",
- "height": "176",
- "weight": "66",
- "sport": "Football",
- "team": "Canada",
- "noc": "CAN",
- "age": 20,
- "event": "Football Women's Football",
- "medal": "Bronze"
- },
- {
- "name": "Jean Quiquampoix",
- "gender": "M",
- "height": "189",
- "weight": "85",
- "sport": "Shooting",
- "team": "France",
- "noc": "FRA",
- "age": 20,
- "event": "Shooting Men's Rapid-Fire Pistol, 25 metres",
- "medal": "Silver"
- },
- {
- "name": "Alicia Quirk",
- "gender": "F",
- "height": "173",
- "weight": "64",
- "sport": "Rugby Sevens",
- "team": "Australia",
- "noc": "AUS",
- "age": 24,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Mohammed Rabii",
- "gender": "M",
- "height": "180",
- "weight": "69",
- "sport": "Boxing",
- "team": "Morocco",
- "noc": "MAR",
- "age": 23,
- "event": "Boxing Men's Welterweight",
- "medal": "Bronze"
- },
- {
- "name": "Federica Radicchi",
- "gender": "F",
- "height": "170",
- "weight": "70",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 27,
- "event": "Water Polo Women's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Tamara Radoaj",
- "gender": "F",
- "height": "170",
- "weight": "60",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 28,
- "event": "Basketball Women's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Miroslav Raduljica",
- "gender": "M",
- "height": "213",
- "weight": "130",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 28,
- "event": "Basketball Men's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Rafael Alcntara do Nascimento",
- "gender": "M",
- "height": "172",
- "weight": "65",
- "sport": "Football",
- "team": "Brazil",
- "noc": "BRA",
- "age": 23,
- "event": "Football Men's Football",
- "medal": "Gold"
- },
- {
- "name": "Hassan Sabzali Rahimi",
- "gender": "M",
- "height": "165",
- "weight": "62",
- "sport": "Wrestling",
- "team": "Iran",
- "noc": "IRI",
- "age": 27,
- "event": "Wrestling Men's Featherweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Guillaume Louis Benoit Raineau",
- "gender": "M",
- "height": "187",
- "weight": "71",
- "sport": "Rowing",
- "team": "France",
- "noc": "FRA",
- "age": 30,
- "event": "Rowing Men's Lightweight Coxless Fours",
- "medal": "Bronze"
- },
- {
- "name": "Alexandra Rose \"Aly\" Raisman",
- "gender": "F",
- "height": "157",
- "weight": "52",
- "sport": "Gymnastics",
- "team": "United States",
- "noc": "USA",
- "age": 22,
- "event": "Gymnastics Women's Individual All-Around",
- "medal": "Silver"
- },
- {
- "name": "Alexandra Rose \"Aly\" Raisman",
- "gender": "F",
- "height": "157",
- "weight": "52",
- "sport": "Gymnastics",
- "team": "United States",
- "noc": "USA",
- "age": 22,
- "event": "Gymnastics Women's Team All-Around",
- "medal": "Gold"
- },
- {
- "name": "Alexandra Rose \"Aly\" Raisman",
- "gender": "F",
- "height": "157",
- "weight": "52",
- "sport": "Gymnastics",
- "team": "United States",
- "noc": "USA",
- "age": 22,
- "event": "Gymnastics Women's Floor Exercise",
- "medal": "Silver"
- },
- {
- "name": "Allar Raja",
- "gender": "M",
- "height": "190",
- "weight": "95",
- "sport": "Rowing",
- "team": "Estonia",
- "noc": "EST",
- "age": 33,
- "event": "Rowing Men's Quadruple Sculls",
- "medal": "Bronze"
- },
- {
- "name": "Nidzhat Aliyevich Rakhimov",
- "gender": "M",
- "height": "176",
- "weight": "77",
- "sport": "Weightlifting",
- "team": "Kazakhstan",
- "noc": "KAZ",
- "age": 22,
- "event": "Weightlifting Men's Middleweight",
- "medal": "Gold"
- },
- {
- "name": "Rajeev Ram",
- "gender": "M",
- "height": "193",
- "weight": "84",
- "sport": "Tennis",
- "team": "United States-1",
- "noc": "USA",
- "age": 32,
- "event": "Tennis Mixed Doubles",
- "medal": "Silver"
- },
- {
- "name": "Edvinas Ramanauskas",
- "gender": "M",
- "height": "184",
- "weight": "90",
- "sport": "Canoeing",
- "team": "Lithuania",
- "noc": "LTU",
- "age": 30,
- "event": "Canoeing Men's Kayak Doubles, 200 metres",
- "medal": "Bronze"
- },
- {
- "name": "Carlos Alberto Ramrez Yepes",
- "gender": "M",
- "height": "178",
- "weight": "65",
- "sport": "Cycling",
- "team": "Colombia",
- "noc": "COL",
- "age": 22,
- "event": "Cycling Men's BMX",
- "medal": "Bronze"
- },
- {
- "name": "Robeisy Eloy Ramrez Carrazana",
- "gender": "M",
- "height": "165",
- "weight": "56",
- "sport": "Boxing",
- "team": "Cuba",
- "noc": "CUB",
- "age": 22,
- "event": "Boxing Men's Bantamweight",
- "medal": "Gold"
- },
- {
- "name": "Soslan Lyudvikovich Ramonov",
- "gender": "M",
- "height": "170",
- "weight": "65",
- "sport": "Wrestling",
- "team": "Russia",
- "noc": "RUS",
- "age": 25,
- "event": "Wrestling Men's Welterweight, Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Thomas Matthew \"Tom\" Ransley",
- "gender": "M",
- "height": "198",
- "weight": "101",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 30,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Gold"
- },
- {
- "name": "Sava Ranelovi",
- "gender": "M",
- "height": "193",
- "weight": "98",
- "sport": "Water Polo",
- "team": "Serbia",
- "noc": "SRB",
- "age": 23,
- "event": "Water Polo Men's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Milena Rai",
- "gender": "F",
- "height": "191",
- "weight": "72",
- "sport": "Volleyball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 25,
- "event": "Volleyball Women's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Hedvig Lrke Berg Rasmussen",
- "gender": "F",
- "height": "187",
- "weight": "79",
- "sport": "Rowing",
- "team": "Denmark",
- "noc": "DEN",
- "age": 22,
- "event": "Rowing Women's Coxless Pairs",
- "medal": "Bronze"
- },
- {
- "name": "Ronald Rauhe",
- "gender": "M",
- "height": "179",
- "weight": "82",
- "sport": "Canoeing",
- "team": "Germany",
- "noc": "GER",
- "age": 34,
- "event": "Canoeing Men's Kayak Singles, 200 metres",
- "medal": "Bronze"
- },
- {
- "name": "Vatemo Ravouvou",
- "gender": "M",
- "height": "171",
- "weight": "81",
- "sport": "Rugby Sevens",
- "team": "Fiji",
- "noc": "FIJ",
- "age": 26,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Savenaca Rawaca",
- "gender": "M",
- "height": "189",
- "weight": "105",
- "sport": "Rugby Sevens",
- "team": "Fiji",
- "noc": "FIJ",
- "age": 24,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Alexis Raynaud",
- "gender": "M",
- "height": "172",
- "weight": "78",
- "sport": "Shooting",
- "team": "France",
- "noc": "FRA",
- "age": 21,
- "event": "Shooting Men's Small-Bore Rifle, Three Positions, 50 metres",
- "medal": "Bronze"
- },
- {
- "name": "Andrs Rdli",
- "gender": "M",
- "height": "193",
- "weight": "83",
- "sport": "Fencing",
- "team": "Hungary",
- "noc": "HUN",
- "age": 32,
- "event": "Fencing Men's epee, Team",
- "medal": "Bronze"
- },
- {
- "name": "Peter \"Pete\" Reed",
- "gender": "M",
- "height": "197",
- "weight": "100",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 35,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Gold"
- },
- {
- "name": "Brittney Davon Reese",
- "gender": "F",
- "height": "173",
- "weight": "61",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 29,
- "event": "Athletics Women's Long Jump",
- "medal": "Silver"
- },
- {
- "name": "Emily Regan",
- "gender": "F",
- "height": "188",
- "weight": "81",
- "sport": "Rowing",
- "team": "United States",
- "noc": "USA",
- "age": 28,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Gold"
- },
- {
- "name": "Tobias Reichmann",
- "gender": "M",
- "height": "188",
- "weight": "87",
- "sport": "Handball",
- "team": "Germany",
- "noc": "GER",
- "age": 28,
- "event": "Handball Men's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Maximilian Reinelt",
- "gender": "M",
- "height": "195",
- "weight": "98",
- "sport": "Rowing",
- "team": "Germany",
- "noc": "GER",
- "age": 27,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Silver"
- },
- {
- "name": "Christian Reitz",
- "gender": "M",
- "height": "183",
- "weight": "93",
- "sport": "Shooting",
- "team": "Germany",
- "noc": "GER",
- "age": 29,
- "event": "Shooting Men's Rapid-Fire Pistol, 25 metres",
- "medal": "Gold"
- },
- {
- "name": "Ren Cancan",
- "gender": "F",
- "height": "167",
- "weight": "51",
- "sport": "Boxing",
- "team": "China",
- "noc": "CHN",
- "age": 28,
- "event": "Boxing Women's Flyweight",
- "medal": "Bronze"
- },
- {
- "name": "Ren Qian",
- "gender": "F",
- "height": "162",
- "weight": "49",
- "sport": "Diving",
- "team": "China",
- "noc": "CHN",
- "age": 15,
- "event": "Diving Women's Platform",
- "medal": "Gold"
- },
- {
- "name": "Renato Soares de Oliveira Augusto",
- "gender": "M",
- "height": "186",
- "weight": "90",
- "sport": "Football",
- "team": "Brazil",
- "noc": "BRA",
- "age": 28,
- "event": "Football Men's Football",
- "medal": "Gold"
- },
- {
- "name": "Max Rendschmidt",
- "gender": "M",
- "height": "186",
- "weight": "90",
- "sport": "Canoeing",
- "team": "Germany",
- "noc": "GER",
- "age": 22,
- "event": "Canoeing Men's Kayak Doubles, 1,000 metres",
- "medal": "Gold"
- },
- {
- "name": "Max Rendschmidt",
- "gender": "M",
- "height": "186",
- "weight": "90",
- "sport": "Canoeing",
- "team": "Germany",
- "noc": "GER",
- "age": 22,
- "event": "Canoeing Men's Kayak Fours, 1,000 metres",
- "medal": "Gold"
- },
- {
- "name": "Robert Peter \"Robbie\" Renwick",
- "gender": "M",
- "height": "184",
- "weight": "80",
- "sport": "Swimming",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 28,
- "event": "Swimming Men's 4 x 200 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Lucas Martn Rey",
- "gender": "M",
- "height": "177",
- "weight": "74",
- "sport": "Hockey",
- "team": "Argentina",
- "noc": "ARG",
- "age": 33,
- "event": "Hockey Men's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Matas Rey",
- "gender": "M",
- "height": "178",
- "weight": "72",
- "sport": "Hockey",
- "team": "Argentina",
- "noc": "ARG",
- "age": 31,
- "event": "Hockey Men's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Felipe Reyes Cabaas",
- "gender": "M",
- "height": "205",
- "weight": "109",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 36,
- "event": "Basketball Men's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Kristina Joana Reynolds",
- "gender": "F",
- "height": "181",
- "weight": "71",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 32,
- "event": "Hockey Women's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Ghasem Gholamreza Rezaei",
- "gender": "M",
- "height": "185",
- "weight": "100",
- "sport": "Wrestling",
- "team": "Iran",
- "noc": "IRI",
- "age": 30,
- "event": "Wrestling Men's Heavyweight, Greco-Roman",
- "medal": "Bronze"
- },
- {
- "name": "Kimberly Susan \"Kim\" Rhode (-Harryman)",
- "gender": "F",
- "height": "163",
- "weight": "82",
- "sport": "Shooting",
- "team": "United States",
- "noc": "USA",
- "age": 37,
- "event": "Shooting Women's Skeet",
- "medal": "Bronze"
- },
- {
- "name": "Ri Se-Gwang",
- "gender": "M",
- "height": "155",
- "weight": "54",
- "sport": "Gymnastics",
- "team": "North Korea",
- "noc": "PRK",
- "age": 31,
- "event": "Gymnastics Men's Horse Vault",
- "medal": "Gold"
- },
- {
- "name": "Helen Richardson-Walsh",
- "gender": "F",
- "height": "165",
- "weight": "55",
- "sport": "Hockey",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 34,
- "event": "Hockey Women's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Kathrin Louise \"Kate\" Richardson-Walsh",
- "gender": "F",
- "height": "171",
- "weight": "66",
- "sport": "Hockey",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 36,
- "event": "Hockey Women's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Linn-Kristin Ullevoldster Riegelhuth Koren",
- "gender": "F",
- "height": "175",
- "weight": "66",
- "sport": "Handball",
- "team": "Norway",
- "noc": "NOR",
- "age": 32,
- "event": "Handball Women's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Rim Jong-Sim",
- "gender": "F",
- "height": "162",
- "weight": "75",
- "sport": "Weightlifting",
- "team": "North Korea",
- "noc": "PRK",
- "age": 23,
- "event": "Weightlifting Women's Heavyweight",
- "medal": "Gold"
- },
- {
- "name": "Anne-Marie Rindom",
- "gender": "F",
- "height": "170",
- "weight": "68",
- "sport": "Sailing",
- "team": "Denmark",
- "noc": "DEN",
- "age": 25,
- "event": "Sailing Women's One Person Dinghy",
- "medal": "Bronze"
- },
- {
- "name": "Teddy Pierre-Marie Riner",
- "gender": "M",
- "height": "203",
- "weight": "139",
- "sport": "Judo",
- "team": "France",
- "noc": "FRA",
- "age": 27,
- "event": "Judo Men's Heavyweight",
- "medal": "Gold"
- },
- {
- "name": "Pandelela Rinong anak Pamg",
- "gender": "F",
- "height": "159",
- "weight": "55",
- "sport": "Diving",
- "team": "Malaysia",
- "noc": "MAS",
- "age": 23,
- "event": "Diving Women's Synchronized Platform",
- "medal": "Silver"
- },
- {
- "name": "Jenny Rissveds",
- "gender": "F",
- "height": "165",
- "weight": "55",
- "sport": "Cycling",
- "team": "Sweden",
- "noc": "SWE",
- "age": 22,
- "event": "Cycling Women's Mountainbike, Cross-team",
- "medal": "Gold"
- },
- {
- "name": "Saulius Ritter",
- "gender": "M",
- "height": "202",
- "weight": "110",
- "sport": "Rowing",
- "team": "Lithuania",
- "noc": "LTU",
- "age": 27,
- "event": "Rowing Men's Double Sculls",
- "medal": "Silver"
- },
- {
- "name": "Hanna Serhivna Rizatdinova",
- "gender": "F",
- "height": "173",
- "weight": "49",
- "sport": "Rhythmic Gymnastics",
- "team": "Ukraine",
- "noc": "UKR",
- "age": 23,
- "event": "Rhythmic Gymnastics Women's Individual",
- "medal": "Bronze"
- },
- {
- "name": "Mlina Robert-Michon",
- "gender": "F",
- "height": "180",
- "weight": "85",
- "sport": "Athletics",
- "team": "France",
- "noc": "FRA",
- "age": 37,
- "event": "Athletics Women's Discus Throw",
- "medal": "Silver"
- },
- {
- "name": "Gil Roberts",
- "gender": "M",
- "height": "188",
- "weight": "82",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Athletics Men's 4 x 400 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "James Roberts",
- "gender": "M",
- "height": "194",
- "weight": "90",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 25,
- "event": "Swimming Men's 4 x 100 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "Mark Robertson",
- "gender": "M",
- "height": "189",
- "weight": "96",
- "sport": "Rugby Sevens",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 31,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Kelsey Robinson",
- "gender": "F",
- "height": "188",
- "weight": "70",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 24,
- "event": "Volleyball Women's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Sarah Elizabeth Robles",
- "gender": "F",
- "height": "178",
- "weight": "141",
- "sport": "Weightlifting",
- "team": "United States",
- "noc": "USA",
- "age": 28,
- "event": "Weightlifting Women's Super-Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Brendon Rodney",
- "gender": "M",
- "height": "195",
- "weight": "80",
- "sport": "Athletics",
- "team": "Canada",
- "noc": "CAN",
- "age": 24,
- "event": "Athletics Men's 4 x 100 metres Relay",
- "medal": "Bronze"
- },
- {
- "name": "Rodrigo Caio Coquette Russo",
- "gender": "M",
- "height": "182",
- "weight": "70",
- "sport": "Football",
- "team": "Brazil",
- "noc": "BRA",
- "age": 22,
- "event": "Football Men's Football",
- "medal": "Gold"
- },
- {
- "name": "Rodrigo Dourado Cunha",
- "gender": "M",
- "height": "186",
- "weight": "79",
- "sport": "Football",
- "team": "Brazil",
- "noc": "BRA",
- "age": 22,
- "event": "Football Men's Football",
- "medal": "Gold"
- },
- {
- "name": "Leonor Rodrguez Manso",
- "gender": "F",
- "height": "180",
- "weight": "72",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 24,
- "event": "Basketball Women's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Misael Uziel Rodrguez Olivas",
- "gender": "M",
- "height": "178",
- "weight": "75",
- "sport": "Boxing",
- "team": "Mexico",
- "noc": "MEX",
- "age": 22,
- "event": "Boxing Men's Middleweight",
- "medal": "Bronze"
- },
- {
- "name": "Sergio Rodrguez Gmez",
- "gender": "M",
- "height": "191",
- "weight": "80",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 30,
- "event": "Basketball Men's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "James Rodwell",
- "gender": "M",
- "height": "195",
- "weight": "105",
- "sport": "Rugby Sevens",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 31,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Boudewijn Rell",
- "gender": "M",
- "height": "195",
- "weight": "100",
- "sport": "Rowing",
- "team": "Netherlands",
- "noc": "NED",
- "age": 27,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Bronze"
- },
- {
- "name": "Thomas Rhler",
- "gender": "M",
- "height": "192",
- "weight": "92",
- "sport": "Athletics",
- "team": "Germany",
- "noc": "GER",
- "age": 24,
- "event": "Athletics Men's Javelin Throw",
- "medal": "Gold"
- },
- {
- "name": "Yulimar del Valle Rojas Rodrguez",
- "gender": "F",
- "height": "192",
- "weight": "72",
- "sport": "Athletics",
- "team": "Venezuela",
- "noc": "VEN",
- "age": 20,
- "event": "Athletics Women's Triple Jump",
- "medal": "Silver"
- },
- {
- "name": "Fridolina Rolf",
- "gender": "F",
- "height": "178",
- "weight": "74",
- "sport": "Football",
- "team": "Sweden",
- "noc": "SWE",
- "age": 22,
- "event": "Football Women's Football",
- "medal": "Silver"
- },
- {
- "name": "Brianna Rollins",
- "gender": "F",
- "height": "165",
- "weight": "59",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 24,
- "event": "Athletics Women's 100 metres Hurdles",
- "medal": "Gold"
- },
- {
- "name": "Svetlana Alekseyevna Romashina",
- "gender": "F",
- "height": "173",
- "weight": "57",
- "sport": "Synchronized Swimming",
- "team": "Russia",
- "noc": "RUS",
- "age": 26,
- "event": "Synchronized Swimming Women's Duet",
- "medal": "Gold"
- },
- {
- "name": "Svetlana Alekseyevna Romashina",
- "gender": "F",
- "height": "173",
- "weight": "57",
- "sport": "Synchronized Swimming",
- "team": "Russia",
- "noc": "RUS",
- "age": 26,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Gold"
- },
- {
- "name": "Leticia Romero Gonzlez",
- "gender": "F",
- "height": "177",
- "weight": "62",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 21,
- "event": "Basketball Women's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Natalie Rooney",
- "gender": "F",
- "height": "181",
- "weight": "95",
- "sport": "Shooting",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 28,
- "event": "Shooting Women's Trap",
- "medal": "Silver"
- },
- {
- "name": "Deanne Rose",
- "gender": "F",
- "height": "160",
- "weight": "62",
- "sport": "Football",
- "team": "Canada",
- "noc": "CAN",
- "age": 17,
- "event": "Football Women's Football",
- "medal": "Bronze"
- },
- {
- "name": "Justin Peter Rose",
- "gender": "M",
- "height": "191",
- "weight": "NA",
- "sport": "Golf",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 36,
- "event": "Golf Men's Individual",
- "medal": "Gold"
- },
- {
- "name": "Shane Rose",
- "gender": "M",
- "height": "181",
- "weight": "80",
- "sport": "Equestrianism",
- "team": "Australia",
- "noc": "AUS",
- "age": 43,
- "event": "Equestrianism Mixed Three-Day Event, Team",
- "medal": "Bronze"
- },
- {
- "name": "April Elizabeth Ross",
- "gender": "F",
- "height": "185",
- "weight": "75",
- "sport": "Beach Volleyball",
- "team": "United States-1",
- "noc": "USA",
- "age": 34,
- "event": "Beach Volleyball Women's Beach Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Gabriele Rossetti",
- "gender": "M",
- "height": "176",
- "weight": "65",
- "sport": "Shooting",
- "team": "Italy",
- "noc": "ITA",
- "age": 21,
- "event": "Shooting Men's Skeet",
- "medal": "Gold"
- },
- {
- "name": "Lucas Rafael Rossi",
- "gender": "M",
- "height": "188",
- "weight": "88",
- "sport": "Hockey",
- "team": "Argentina",
- "noc": "ARG",
- "age": 31,
- "event": "Hockey Men's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Salvatore Rossini",
- "gender": "M",
- "height": "185",
- "weight": "82",
- "sport": "Volleyball",
- "team": "Italy",
- "noc": "ITA",
- "age": 30,
- "event": "Volleyball Men's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Kianoush Rostami",
- "gender": "M",
- "height": "177",
- "weight": "85",
- "sport": "Weightlifting",
- "team": "Iran",
- "noc": "IRI",
- "age": 25,
- "event": "Weightlifting Men's Light-Heavyweight",
- "medal": "Gold"
- },
- {
- "name": "Snke Rothenberger",
- "gender": "M",
- "height": "193",
- "weight": "73",
- "sport": "Equestrianism",
- "team": "Germany",
- "noc": "GER",
- "age": 21,
- "event": "Equestrianism Mixed Dressage, Team",
- "medal": "Gold"
- },
- {
- "name": "Joanna Katie Rowsell Shand",
- "gender": "F",
- "height": "180",
- "weight": "69",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 27,
- "event": "Cycling Women's Team Pursuit",
- "medal": "Gold"
- },
- {
- "name": "Philippe Rozier",
- "gender": "M",
- "height": "173",
- "weight": "63",
- "sport": "Equestrianism",
- "team": "France",
- "noc": "FRA",
- "age": 53,
- "event": "Equestrianism Mixed Jumping, Team",
- "medal": "Gold"
- },
- {
- "name": "Elin Ingrid Johanna Rubensson",
- "gender": "F",
- "height": "166",
- "weight": "59",
- "sport": "Football",
- "team": "Sweden",
- "noc": "SWE",
- "age": 23,
- "event": "Football Women's Football",
- "medal": "Silver"
- },
- {
- "name": "Ricard \"Ricky\" Rubio Vives",
- "gender": "M",
- "height": "193",
- "weight": "82",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 25,
- "event": "Basketball Men's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Taylor Madison Ruck",
- "gender": "F",
- "height": "180",
- "weight": "60",
- "sport": "Swimming",
- "team": "Canada",
- "noc": "CAN",
- "age": 16,
- "event": "Swimming Women's 4 x 100 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "Taylor Madison Ruck",
- "gender": "F",
- "height": "180",
- "weight": "60",
- "sport": "Swimming",
- "team": "Canada",
- "noc": "CAN",
- "age": 16,
- "event": "Swimming Women's 4 x 200 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "David Lekuta Rudisha",
- "gender": "M",
- "height": "190",
- "weight": "76",
- "sport": "Athletics",
- "team": "Kenya",
- "noc": "KEN",
- "age": 27,
- "event": "Athletics Men's 800 metres",
- "medal": "Gold"
- },
- {
- "name": "Christopher Rhr",
- "gender": "M",
- "height": "180",
- "weight": "77",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 22,
- "event": "Hockey Men's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Cierra Runge",
- "gender": "F",
- "height": "193",
- "weight": "85",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 20,
- "event": "Swimming Women's 4 x 200 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Galen Rupp",
- "gender": "M",
- "height": "181",
- "weight": "61",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Athletics Men's Marathon",
- "medal": "Bronze"
- },
- {
- "name": "Aaron Russell",
- "gender": "M",
- "height": "206",
- "weight": "93",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 23,
- "event": "Volleyball Men's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Alonzo Russell",
- "gender": "M",
- "height": "174",
- "weight": "68",
- "sport": "Athletics",
- "team": "Bahamas",
- "noc": "BAH",
- "age": 24,
- "event": "Athletics Men's 4 x 400 metres Relay",
- "medal": "Bronze"
- },
- {
- "name": "Kelly Russell",
- "gender": "F",
- "height": "178",
- "weight": "83",
- "sport": "Rugby Sevens",
- "team": "Canada",
- "noc": "CAN",
- "age": 29,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Gregory James \"Greg\" Rutherford",
- "gender": "M",
- "height": "188",
- "weight": "92",
- "sport": "Athletics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 29,
- "event": "Athletics Men's Long Jump",
- "medal": "Bronze"
- },
- {
- "name": "William \"Will\" Ryan",
- "gender": "M",
- "height": "193",
- "weight": "75",
- "sport": "Sailing",
- "team": "Australia",
- "noc": "AUS",
- "age": 27,
- "event": "Sailing Men's Two Person Dinghy",
- "medal": "Silver"
- },
- {
- "name": "Yevgeny Mikhaylovich Rylov",
- "gender": "M",
- "height": "184",
- "weight": "69",
- "sport": "Swimming",
- "team": "Russia",
- "noc": "RUS",
- "age": 19,
- "event": "Swimming Men's 200 metres Backstroke",
- "medal": "Bronze"
- },
- {
- "name": "Olga Sergeyevna Rypakova (Alekseyeva-)",
- "gender": "F",
- "height": "183",
- "weight": "62",
- "sport": "Athletics",
- "team": "Kazakhstan",
- "noc": "KAZ",
- "age": 31,
- "event": "Athletics Women's Triple Jump",
- "medal": "Bronze"
- },
- {
- "name": "Lucas Saatkamp",
- "gender": "M",
- "height": "209",
- "weight": "101",
- "sport": "Volleyball",
- "team": "Brazil",
- "noc": "BRA",
- "age": 30,
- "event": "Volleyball Men's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Abdul-Rashid Bulayevich Sadulayev",
- "gender": "M",
- "height": "177",
- "weight": "86",
- "sport": "Wrestling",
- "team": "Russia",
- "noc": "RUS",
- "age": 20,
- "event": "Wrestling Men's Light-Heavyweight, Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Lucie afov",
- "gender": "F",
- "height": "177",
- "weight": "65",
- "sport": "Tennis",
- "team": "Czech Republic-1",
- "noc": "CZE",
- "age": 29,
- "event": "Tennis Women's Doubles",
- "medal": "Bronze"
- },
- {
- "name": "Timur Marselevich Safin",
- "gender": "M",
- "height": "182",
- "weight": "82",
- "sport": "Fencing",
- "team": "Russia",
- "noc": "RUS",
- "age": 23,
- "event": "Fencing Men's Foil, Individual",
- "medal": "Bronze"
- },
- {
- "name": "Timur Marselevich Safin",
- "gender": "M",
- "height": "182",
- "weight": "82",
- "sport": "Fencing",
- "team": "Russia",
- "noc": "RUS",
- "age": 23,
- "event": "Fencing Men's Foil, Team",
- "medal": "Gold"
- },
- {
- "name": "Dylan Michael Sage",
- "gender": "M",
- "height": "188",
- "weight": "96",
- "sport": "Rugby Sevens",
- "team": "South Africa",
- "noc": "RSA",
- "age": 24,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Kamran ahsuvarl",
- "gender": "M",
- "height": "180",
- "weight": "75",
- "sport": "Boxing",
- "team": "Azerbaijan",
- "noc": "AZE",
- "age": 23,
- "event": "Boxing Men's Middleweight",
- "medal": "Bronze"
- },
- {
- "name": "Ibragim Magomed-Saidovich Saidov",
- "gender": "M",
- "height": "180",
- "weight": "125",
- "sport": "Wrestling",
- "team": "Belarus",
- "noc": "BLR",
- "age": 31,
- "event": "Wrestling Men's Super-Heavyweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Masato Sakai",
- "gender": "M",
- "height": "181",
- "weight": "77",
- "sport": "Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 21,
- "event": "Swimming Men's 200 metres Butterfly",
- "medal": "Silver"
- },
- {
- "name": "Juan Manuel Saladino",
- "gender": "M",
- "height": "174",
- "weight": "73",
- "sport": "Hockey",
- "team": "Argentina",
- "noc": "ARG",
- "age": 28,
- "event": "Hockey Men's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Popoola Sodiq Saliu",
- "gender": "M",
- "height": "170",
- "weight": "51",
- "sport": "Football",
- "team": "Nigeria",
- "noc": "NGR",
- "age": 21,
- "event": "Football Men's Football",
- "medal": "Bronze"
- },
- {
- "name": "Katja Steen Salskov-Iversen",
- "gender": "F",
- "height": "173",
- "weight": "70",
- "sport": "Sailing",
- "team": "Denmark",
- "noc": "DEN",
- "age": 21,
- "event": "Sailing Women's Skiff",
- "medal": "Bronze"
- },
- {
- "name": "Sara Ahmed Samir",
- "gender": "F",
- "height": "155",
- "weight": "58",
- "sport": "Weightlifting",
- "team": "Egypt",
- "noc": "EGY",
- "age": 18,
- "event": "Weightlifting Women's Light-Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Jessica Eva Katarina Samuelsson",
- "gender": "F",
- "height": "166",
- "weight": "59",
- "sport": "Football",
- "team": "Sweden",
- "noc": "SWE",
- "age": 24,
- "event": "Football Women's Football",
- "medal": "Silver"
- },
- {
- "name": "Germn Sal Snchez Snchez",
- "gender": "M",
- "height": "165",
- "weight": "50",
- "sport": "Diving",
- "team": "Mexico",
- "noc": "MEX",
- "age": 24,
- "event": "Diving Men's Platform",
- "medal": "Silver"
- },
- {
- "name": "Taylor Sander",
- "gender": "M",
- "height": "193",
- "weight": "86",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 24,
- "event": "Volleyball Men's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Andrea Santarelli",
- "gender": "M",
- "height": "184",
- "weight": "76",
- "sport": "Fencing",
- "team": "Italy",
- "noc": "ITA",
- "age": 23,
- "event": "Fencing Men's epee, Team",
- "medal": "Silver"
- },
- {
- "name": "Albert Saritov",
- "gender": "M",
- "height": "188",
- "weight": "100",
- "sport": "Wrestling",
- "team": "Romania",
- "noc": "ROU",
- "age": 31,
- "event": "Wrestling Men's Heavyweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Or Sasson",
- "gender": "M",
- "height": "193",
- "weight": "120",
- "sport": "Judo",
- "team": "Israel",
- "noc": "ISR",
- "age": 25,
- "event": "Judo Men's Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "William Spencer \"Will\" Satch",
- "gender": "M",
- "height": "198",
- "weight": "100",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 27,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Gold"
- },
- {
- "name": "Martin Sauer",
- "gender": "M",
- "height": "169",
- "weight": "55",
- "sport": "Rowing",
- "team": "Germany",
- "noc": "GER",
- "age": 33,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Silver"
- },
- {
- "name": "Katerine Savard",
- "gender": "F",
- "height": "167",
- "weight": "54",
- "sport": "Swimming",
- "team": "Canada",
- "noc": "CAN",
- "age": 23,
- "event": "Swimming Women's 4 x 200 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "Erislandy Savn Cotilla",
- "gender": "M",
- "height": "192",
- "weight": "91",
- "sport": "Boxing",
- "team": "Cuba",
- "noc": "CUB",
- "age": 26,
- "event": "Boxing Men's Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Mohamed Karim \"Moe\" Sbihi",
- "gender": "M",
- "height": "202",
- "weight": "110",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 28,
- "event": "Rowing Men's Coxless Fours",
- "medal": "Gold"
- },
- {
- "name": "Sophie Celina Scheder",
- "gender": "F",
- "height": "167",
- "weight": "56",
- "sport": "Gymnastics",
- "team": "Germany",
- "noc": "GER",
- "age": 19,
- "event": "Gymnastics Women's Uneven Bars",
- "medal": "Bronze"
- },
- {
- "name": "Charlotta Eva \"Lotta\" Schelin",
- "gender": "F",
- "height": "179",
- "weight": "64",
- "sport": "Football",
- "team": "Sweden",
- "noc": "SWE",
- "age": 32,
- "event": "Football Women's Football",
- "medal": "Silver"
- },
- {
- "name": "Dafne Schippers",
- "gender": "F",
- "height": "179",
- "weight": "70",
- "sport": "Athletics",
- "team": "Netherlands",
- "noc": "NED",
- "age": 24,
- "event": "Athletics Women's 200 metres",
- "medal": "Silver"
- },
- {
- "name": "Lauren Schmetterling",
- "gender": "F",
- "height": "180",
- "weight": "77",
- "sport": "Rowing",
- "team": "United States",
- "noc": "USA",
- "age": 28,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Gold"
- },
- {
- "name": "Lisa Schmidla",
- "gender": "F",
- "height": "173",
- "weight": "76",
- "sport": "Rowing",
- "team": "Germany",
- "noc": "GER",
- "age": 25,
- "event": "Rowing Women's Quadruple Sculls",
- "medal": "Gold"
- },
- {
- "name": "Bruno Oscar Schmidt",
- "gender": "M",
- "height": "185",
- "weight": "87",
- "sport": "Beach Volleyball",
- "team": "Brazil-1",
- "noc": "BRA",
- "age": 29,
- "event": "Beach Volleyball Men's Beach Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Richard Schmidt",
- "gender": "M",
- "height": "191",
- "weight": "87",
- "sport": "Rowing",
- "team": "Germany",
- "noc": "GER",
- "age": 29,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Silver"
- },
- {
- "name": "Sophie Diana Schmidt",
- "gender": "F",
- "height": "172",
- "weight": "71",
- "sport": "Football",
- "team": "Canada",
- "noc": "CAN",
- "age": 28,
- "event": "Football Women's Football",
- "medal": "Bronze"
- },
- {
- "name": "Allison Rodgers Schmitt",
- "gender": "F",
- "height": "185",
- "weight": "75",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Swimming Women's 4 x 100 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Allison Rodgers Schmitt",
- "gender": "F",
- "height": "185",
- "weight": "75",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Swimming Women's 4 x 200 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Dorothee Schneider (-Krumhoff)",
- "gender": "F",
- "height": "169",
- "weight": "63",
- "sport": "Equestrianism",
- "team": "Germany",
- "noc": "GER",
- "age": 47,
- "event": "Equestrianism Mixed Dressage, Team",
- "medal": "Gold"
- },
- {
- "name": "Henri Schoeman",
- "gender": "M",
- "height": "170",
- "weight": "59",
- "sport": "Triathlon",
- "team": "South Africa",
- "noc": "RSA",
- "age": 24,
- "event": "Triathlon Men's Olympic Distance",
- "medal": "Bronze"
- },
- {
- "name": "Jonathan Michael \"Jon\" Schofield",
- "gender": "M",
- "height": "182",
- "weight": "80",
- "sport": "Canoeing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 31,
- "event": "Canoeing Men's Kayak Doubles, 200 metres",
- "medal": "Silver"
- },
- {
- "name": "Lauritz Schoof",
- "gender": "M",
- "height": "195",
- "weight": "98",
- "sport": "Rowing",
- "team": "Germany",
- "noc": "GER",
- "age": 25,
- "event": "Rowing Men's Quadruple Sculls",
- "medal": "Gold"
- },
- {
- "name": "Joseph Isaac Schooling",
- "gender": "M",
- "height": "184",
- "weight": "74",
- "sport": "Swimming",
- "team": "Singapore",
- "noc": "SGP",
- "age": 21,
- "event": "Swimming Men's 100 metres Butterfly",
- "medal": "Gold"
- },
- {
- "name": "Olivia Alma Charlotta Schough",
- "gender": "F",
- "height": "172",
- "weight": "60",
- "sport": "Football",
- "team": "Sweden",
- "noc": "SWE",
- "age": 25,
- "event": "Football Women's Football",
- "medal": "Silver"
- },
- {
- "name": "Anne Schrder",
- "gender": "F",
- "height": "170",
- "weight": "58",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 21,
- "event": "Hockey Women's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Almuth Schult",
- "gender": "F",
- "height": "180",
- "weight": "71",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 25,
- "event": "Football Women's Football",
- "medal": "Gold"
- },
- {
- "name": "Karl Schulze",
- "gender": "M",
- "height": "190",
- "weight": "100",
- "sport": "Rowing",
- "team": "Germany",
- "noc": "GER",
- "age": 28,
- "event": "Rowing Men's Quadruple Sculls",
- "medal": "Gold"
- },
- {
- "name": "Simon Schrch",
- "gender": "M",
- "height": "186",
- "weight": "75",
- "sport": "Rowing",
- "team": "Switzerland",
- "noc": "SUI",
- "age": 25,
- "event": "Rowing Men's Lightweight Coxless Fours",
- "medal": "Gold"
- },
- {
- "name": "Nino Schurter",
- "gender": "M",
- "height": "173",
- "weight": "68",
- "sport": "Cycling",
- "team": "Switzerland",
- "noc": "SUI",
- "age": 30,
- "event": "Cycling Men's Mountainbike, Cross-team",
- "medal": "Gold"
- },
- {
- "name": "Lisa Schtze",
- "gender": "F",
- "height": "172",
- "weight": "61",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 19,
- "event": "Hockey Women's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Callum Scotson",
- "gender": "M",
- "height": "184",
- "weight": "77",
- "sport": "Cycling",
- "team": "Australia",
- "noc": "AUS",
- "age": 19,
- "event": "Cycling Men's Team Pursuit, 4,000 metres",
- "medal": "Silver"
- },
- {
- "name": "Desiree Rose Marie Scott",
- "gender": "F",
- "height": "160",
- "weight": "62",
- "sport": "Football",
- "team": "Canada",
- "noc": "CAN",
- "age": 29,
- "event": "Football Women's Football",
- "medal": "Bronze"
- },
- {
- "name": "Duncan William MacNaughton Scott",
- "gender": "M",
- "height": "190",
- "weight": "72",
- "sport": "Swimming",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 19,
- "event": "Swimming Men's 4 x 200 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Duncan William MacNaughton Scott",
- "gender": "M",
- "height": "190",
- "weight": "72",
- "sport": "Swimming",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 19,
- "event": "Swimming Men's 4 x 100 metres Medley Relay",
- "medal": "Silver"
- },
- {
- "name": "Giles Lyndon Scott",
- "gender": "M",
- "height": "197",
- "weight": "95",
- "sport": "Sailing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 29,
- "event": "Sailing Men's One Person Heavyweight Dinghy",
- "medal": "Gold"
- },
- {
- "name": "Stephen \"Steve\" Scott",
- "gender": "M",
- "height": "172",
- "weight": "84",
- "sport": "Shooting",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 31,
- "event": "Shooting Men's Double Trap",
- "medal": "Bronze"
- },
- {
- "name": "Rebecca Scown",
- "gender": "F",
- "height": "178",
- "weight": "70",
- "sport": "Rowing",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 32,
- "event": "Rowing Women's Coxless Pairs",
- "medal": "Silver"
- },
- {
- "name": "Anna Sergeyevna Sedoykina",
- "gender": "F",
- "height": "184",
- "weight": "74",
- "sport": "Handball",
- "team": "Russia",
- "noc": "RUS",
- "age": 32,
- "event": "Handball Women's Handball",
- "medal": "Gold"
- },
- {
- "name": "Emily Jane Seebohm",
- "gender": "F",
- "height": "180",
- "weight": "70",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 24,
- "event": "Swimming Women's 4 x 100 metres Medley Relay",
- "medal": "Silver"
- },
- {
- "name": "Sara Caroline Seger",
- "gender": "F",
- "height": "176",
- "weight": "62",
- "sport": "Football",
- "team": "Sweden",
- "noc": "SWE",
- "age": 31,
- "event": "Football Women's Football",
- "medal": "Silver"
- },
- {
- "name": "Melissa Seidemann",
- "gender": "F",
- "height": "183",
- "weight": "104",
- "sport": "Water Polo",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Water Polo Women's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Davie Selke",
- "gender": "M",
- "height": "192",
- "weight": "82",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 21,
- "event": "Football Men's Football",
- "medal": "Silver"
- },
- {
- "name": "Linda Birgitta Sembrant",
- "gender": "F",
- "height": "175",
- "weight": "67",
- "sport": "Football",
- "team": "Sweden",
- "noc": "SWE",
- "age": 29,
- "event": "Football Women's Football",
- "medal": "Silver"
- },
- {
- "name": "Mokgadi Caster Semenya",
- "gender": "F",
- "height": "178",
- "weight": "70",
- "sport": "Athletics",
- "team": "South Africa",
- "noc": "RSA",
- "age": 25,
- "event": "Athletics Women's 800 metres",
- "medal": "Gold"
- },
- {
- "name": "Sergey Viktorovich Semyonov",
- "gender": "M",
- "height": "187",
- "weight": "130",
- "sport": "Wrestling",
- "team": "Russia",
- "noc": "RUS",
- "age": 20,
- "event": "Wrestling Men's Super-Heavyweight, Greco-Roman",
- "medal": "Bronze"
- },
- {
- "name": "Anna Sergeyevna Sen",
- "gender": "F",
- "height": "186",
- "weight": "81",
- "sport": "Handball",
- "team": "Russia",
- "noc": "RUS",
- "age": 25,
- "event": "Handball Women's Handball",
- "medal": "Gold"
- },
- {
- "name": "Seabelo Mohanoe Senatla",
- "gender": "M",
- "height": "177",
- "weight": "82",
- "sport": "Rugby Sevens",
- "team": "South Africa",
- "noc": "RSA",
- "age": 23,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Anelo etka",
- "gender": "M",
- "height": "186",
- "weight": "87",
- "sport": "Water Polo",
- "team": "Croatia",
- "noc": "CRO",
- "age": 30,
- "event": "Water Polo Men's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Daiya Seto",
- "gender": "M",
- "height": "174",
- "weight": "72",
- "sport": "Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 22,
- "event": "Swimming Men's 400 metres Individual Medley",
- "medal": "Bronze"
- },
- {
- "name": "Torul sgrov",
- "gender": "M",
- "height": "170",
- "weight": "65",
- "sport": "Wrestling",
- "team": "Azerbaijan",
- "noc": "AZE",
- "age": 23,
- "event": "Wrestling Men's Welterweight, Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Dariga Shakimova",
- "gender": "F",
- "height": "172",
- "weight": "75",
- "sport": "Boxing",
- "team": "Kazakhstan",
- "noc": "KAZ",
- "age": 27,
- "event": "Boxing Women's Middleweight",
- "medal": "Bronze"
- },
- {
- "name": "Xiaona Shan",
- "gender": "F",
- "height": "165",
- "weight": "54",
- "sport": "Table Tennis",
- "team": "Germany",
- "noc": "GER",
- "age": 33,
- "event": "Table Tennis Women's Team",
- "medal": "Silver"
- },
- {
- "name": "Shang Chunsong",
- "gender": "F",
- "height": "143",
- "weight": "34",
- "sport": "Gymnastics",
- "team": "China",
- "noc": "CHN",
- "age": 20,
- "event": "Gymnastics Women's Team All-Around",
- "medal": "Bronze"
- },
- {
- "name": "Lasha Shavdatuashvili",
- "gender": "M",
- "height": "170",
- "weight": "75",
- "sport": "Judo",
- "team": "Georgia",
- "noc": "GEO",
- "age": 24,
- "event": "Judo Men's Lightweight",
- "medal": "Bronze"
- },
- {
- "name": "Abdullahi Shehu",
- "gender": "M",
- "height": "170",
- "weight": "72",
- "sport": "Football",
- "team": "Nigeria",
- "noc": "NGR",
- "age": 23,
- "event": "Football Men's Football",
- "medal": "Bronze"
- },
- {
- "name": "Shi Jinglin",
- "gender": "F",
- "height": "175",
- "weight": "68",
- "sport": "Swimming",
- "team": "China",
- "noc": "CHN",
- "age": 23,
- "event": "Swimming Women's 200 metres Breaststroke",
- "medal": "Bronze"
- },
- {
- "name": "Shi Tingmao",
- "gender": "F",
- "height": "159",
- "weight": "52",
- "sport": "Diving",
- "team": "China",
- "noc": "CHN",
- "age": 24,
- "event": "Diving Women's Springboard",
- "medal": "Gold"
- },
- {
- "name": "Shi Tingmao",
- "gender": "F",
- "height": "159",
- "weight": "52",
- "sport": "Diving",
- "team": "China",
- "noc": "CHN",
- "age": 24,
- "event": "Diving Women's Synchronized Springboard",
- "medal": "Gold"
- },
- {
- "name": "Shi Zhiyong",
- "gender": "M",
- "height": "168",
- "weight": "70",
- "sport": "Weightlifting",
- "team": "China",
- "noc": "CHN",
- "age": 22,
- "event": "Weightlifting Men's Lightweight",
- "medal": "Gold"
- },
- {
- "name": "Claressa Maria Shields",
- "gender": "F",
- "height": "175",
- "weight": "75",
- "sport": "Boxing",
- "team": "United States",
- "noc": "USA",
- "age": 21,
- "event": "Boxing Women's Middleweight",
- "medal": "Gold"
- },
- {
- "name": "Thomas Allen \"Tom\" Shields",
- "gender": "M",
- "height": "193",
- "weight": "86",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 25,
- "event": "Swimming Men's 4 x 100 metres Medley Relay",
- "medal": "Gold"
- },
- {
- "name": "Shin Seung-Chan",
- "gender": "F",
- "height": "173",
- "weight": "70",
- "sport": "Badminton",
- "team": "South Korea-1",
- "noc": "KOR",
- "age": 21,
- "event": "Badminton Women's Doubles",
- "medal": "Bronze"
- },
- {
- "name": "Kenzo Shirai",
- "gender": "M",
- "height": "162",
- "weight": "51",
- "sport": "Gymnastics",
- "team": "Japan",
- "noc": "JPN",
- "age": 19,
- "event": "Gymnastics Men's Team All-Around",
- "medal": "Gold"
- },
- {
- "name": "Kenzo Shirai",
- "gender": "M",
- "height": "162",
- "weight": "51",
- "sport": "Gymnastics",
- "team": "Japan",
- "noc": "JPN",
- "age": 19,
- "event": "Gymnastics Men's Horse Vault",
- "medal": "Bronze"
- },
- {
- "name": "Alla Anatolyevna Shishkina",
- "gender": "F",
- "height": "170",
- "weight": "54",
- "sport": "Synchronized Swimming",
- "team": "Russia",
- "noc": "RUS",
- "age": 27,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Gold"
- },
- {
- "name": "Darya Mikhaylovna Shmelyova",
- "gender": "F",
- "height": "164",
- "weight": "64",
- "sport": "Cycling",
- "team": "Russia",
- "noc": "RUS",
- "age": 21,
- "event": "Cycling Women's Team Sprint",
- "medal": "Silver"
- },
- {
- "name": "Erik Thomas Shoji",
- "gender": "M",
- "height": "183",
- "weight": "73",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Volleyball Men's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Kawika Shoji",
- "gender": "M",
- "height": "191",
- "weight": "88",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 28,
- "event": "Volleyball Men's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Ilya Anatolyevich Shtokalov",
- "gender": "M",
- "height": "185",
- "weight": "95",
- "sport": "Canoeing",
- "team": "Russia",
- "noc": "RUS",
- "age": 29,
- "event": "Canoeing Men's Canadian Singles, 1,000 metres",
- "medal": "Bronze"
- },
- {
- "name": "Mariya Vladimirovna Shurochkina",
- "gender": "F",
- "height": "164",
- "weight": "48",
- "sport": "Synchronized Swimming",
- "team": "Russia",
- "noc": "RUS",
- "age": 21,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Gold"
- },
- {
- "name": "Lyubov Andreyevna Shutova",
- "gender": "F",
- "height": "177",
- "weight": "64",
- "sport": "Fencing",
- "team": "Russia",
- "noc": "RUS",
- "age": 33,
- "event": "Fencing Women's epee, Team",
- "medal": "Bronze"
- },
- {
- "name": "Si Yajie",
- "gender": "F",
- "height": "164",
- "weight": "57",
- "sport": "Diving",
- "team": "China",
- "noc": "CHN",
- "age": 17,
- "event": "Diving Women's Platform",
- "medal": "Silver"
- },
- {
- "name": "Olivier Floris Johannes Siegelaar",
- "gender": "M",
- "height": "197",
- "weight": "100",
- "sport": "Rowing",
- "team": "Netherlands",
- "noc": "NED",
- "age": 29,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Bronze"
- },
- {
- "name": "Erlon de Souza Silva",
- "gender": "M",
- "height": "175",
- "weight": "78",
- "sport": "Canoeing",
- "team": "Brazil",
- "noc": "BRA",
- "age": 25,
- "event": "Canoeing Men's Canadian Doubles, 1,000 metres",
- "medal": "Silver"
- },
- {
- "name": "Rafaela Lopes Silva",
- "gender": "F",
- "height": "169",
- "weight": "57",
- "sport": "Judo",
- "team": "Brazil",
- "noc": "BRA",
- "age": 24,
- "event": "Judo Women's Lightweight",
- "medal": "Gold"
- },
- {
- "name": "Anastasiya Dmitriyevna Simanovich",
- "gender": "F",
- "height": "174",
- "weight": "69",
- "sport": "Water Polo",
- "team": "Russia",
- "noc": "RUS",
- "age": 21,
- "event": "Water Polo Women's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Georgia Simmerling",
- "gender": "F",
- "height": "172",
- "weight": "67",
- "sport": "Cycling",
- "team": "Canada",
- "noc": "CAN",
- "age": 27,
- "event": "Cycling Women's Team Pursuit",
- "medal": "Bronze"
- },
- {
- "name": "Kerry Simmonds",
- "gender": "F",
- "height": "183",
- "weight": "82",
- "sport": "Rowing",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Gold"
- },
- {
- "name": "Marko Simonovi",
- "gender": "M",
- "height": "203",
- "weight": "96",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 30,
- "event": "Basketball Men's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Seth Muenfuh Sincere",
- "gender": "M",
- "height": "170",
- "weight": "77",
- "sport": "Football",
- "team": "Nigeria",
- "noc": "NGR",
- "age": 18,
- "event": "Football Men's Football",
- "medal": "Bronze"
- },
- {
- "name": "Christine Margaret Sinclair",
- "gender": "F",
- "height": "176",
- "weight": "75",
- "sport": "Football",
- "team": "Canada",
- "noc": "CAN",
- "age": 33,
- "event": "Football Women's Football",
- "medal": "Bronze"
- },
- {
- "name": "Pusarla Venkata \"P. V.\" Sindhu",
- "gender": "F",
- "height": "179",
- "weight": "65",
- "sport": "Badminton",
- "team": "India",
- "noc": "IND",
- "age": 21,
- "event": "Badminton Women's Singles",
- "medal": "Silver"
- },
- {
- "name": "Nataliya Siniin",
- "gender": "F",
- "height": "160",
- "weight": "58",
- "sport": "Wrestling",
- "team": "Azerbaijan",
- "noc": "AZE",
- "age": 31,
- "event": "Wrestling Women's Featherweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Martin Sinkovi",
- "gender": "M",
- "height": "188",
- "weight": "95",
- "sport": "Rowing",
- "team": "Croatia",
- "noc": "CRO",
- "age": 26,
- "event": "Rowing Men's Double Sculls",
- "medal": "Gold"
- },
- {
- "name": "Valent Sinkovi",
- "gender": "M",
- "height": "187",
- "weight": "93",
- "sport": "Rowing",
- "team": "Croatia",
- "noc": "CRO",
- "age": 28,
- "event": "Rowing Men's Double Sculls",
- "medal": "Gold"
- },
- {
- "name": "Maicon de Andrade Siqueira",
- "gender": "M",
- "height": "190",
- "weight": "90",
- "sport": "Taekwondo",
- "team": "Brazil",
- "noc": "BRA",
- "age": 23,
- "event": "Taekwondo Men's Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Pimsiri Sirikaew",
- "gender": "F",
- "height": "152",
- "weight": "58",
- "sport": "Weightlifting",
- "team": "Thailand",
- "noc": "THA",
- "age": 26,
- "event": "Weightlifting Women's Lightweight",
- "medal": "Silver"
- },
- {
- "name": "Sarah Frederica Sjstrm",
- "gender": "F",
- "height": "182",
- "weight": "76",
- "sport": "Swimming",
- "team": "Sweden",
- "noc": "SWE",
- "age": 22,
- "event": "Swimming Women's 100 metres Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Sarah Frederica Sjstrm",
- "gender": "F",
- "height": "182",
- "weight": "76",
- "sport": "Swimming",
- "team": "Sweden",
- "noc": "SWE",
- "age": 22,
- "event": "Swimming Women's 200 metres Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Sarah Frederica Sjstrm",
- "gender": "F",
- "height": "182",
- "weight": "76",
- "sport": "Swimming",
- "team": "Sweden",
- "noc": "SWE",
- "age": 22,
- "event": "Swimming Women's 100 metres Butterfly",
- "medal": "Gold"
- },
- {
- "name": "Ladislav kantr",
- "gender": "M",
- "height": "189",
- "weight": "80",
- "sport": "Canoeing",
- "team": "Slovakia",
- "noc": "SVK",
- "age": 33,
- "event": "Canoeing Men's Canadian Doubles, Slalom",
- "medal": "Gold"
- },
- {
- "name": "Peter kantr",
- "gender": "M",
- "height": "182",
- "weight": "78",
- "sport": "Canoeing",
- "team": "Slovakia",
- "noc": "SVK",
- "age": 34,
- "event": "Canoeing Men's Canadian Doubles, Slalom",
- "medal": "Gold"
- },
- {
- "name": "Nicholas David \"Nick\" Skelton",
- "gender": "M",
- "height": "175",
- "weight": "76",
- "sport": "Equestrianism",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 58,
- "event": "Equestrianism Mixed Jumping, Individual",
- "medal": "Gold"
- },
- {
- "name": "Callum Skinner",
- "gender": "M",
- "height": "187",
- "weight": "93",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 23,
- "event": "Cycling Men's Sprint",
- "medal": "Silver"
- },
- {
- "name": "Callum Skinner",
- "gender": "M",
- "height": "187",
- "weight": "93",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 23,
- "event": "Cycling Men's Team Sprint",
- "medal": "Gold"
- },
- {
- "name": "Catherine Skinner",
- "gender": "F",
- "height": "172",
- "weight": "80",
- "sport": "Shooting",
- "team": "Australia",
- "noc": "AUS",
- "age": 26,
- "event": "Shooting Women's Trap",
- "medal": "Gold"
- },
- {
- "name": "Sara Slott-Bruun Petersen",
- "gender": "F",
- "height": "171",
- "weight": "57",
- "sport": "Athletics",
- "team": "Denmark",
- "noc": "DEN",
- "age": 29,
- "event": "Athletics Women's 400 metres Hurdles",
- "medal": "Silver"
- },
- {
- "name": "Yeldos Bakhtybayevich Smetov",
- "gender": "M",
- "height": "167",
- "weight": "60",
- "sport": "Judo",
- "team": "Kazakhstan",
- "noc": "KAZ",
- "age": 23,
- "event": "Judo Men's Extra-Lightweight",
- "medal": "Silver"
- },
- {
- "name": "Anabelle Smith",
- "gender": "F",
- "height": "168",
- "weight": "55",
- "sport": "Diving",
- "team": "Australia",
- "noc": "AUS",
- "age": 23,
- "event": "Diving Women's Synchronized Springboard",
- "medal": "Bronze"
- },
- {
- "name": "Clark Smith",
- "gender": "M",
- "height": "206",
- "weight": "90",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 21,
- "event": "Swimming Men's 4 x 200 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "David Michael Smith",
- "gender": "M",
- "height": "201",
- "weight": "86",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 31,
- "event": "Volleyball Men's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Albertus Stephanus \"Kwagga\" Smith",
- "gender": "M",
- "height": "180",
- "weight": "90",
- "sport": "Rugby Sevens",
- "team": "South Africa",
- "noc": "RSA",
- "age": 23,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Leah Smith",
- "gender": "F",
- "height": "178",
- "weight": "67",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 21,
- "event": "Swimming Women's 400 metres Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Leah Smith",
- "gender": "F",
- "height": "178",
- "weight": "67",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 21,
- "event": "Swimming Women's 4 x 200 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Louis Antoine Smith",
- "gender": "M",
- "height": "184",
- "weight": "76",
- "sport": "Gymnastics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 27,
- "event": "Gymnastics Men's Pommelled Horse",
- "medal": "Silver"
- },
- {
- "name": "Olivia Smoliga",
- "gender": "F",
- "height": "188",
- "weight": "72",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 21,
- "event": "Swimming Women's 4 x 100 metres Medley Relay",
- "medal": "Gold"
- },
- {
- "name": "Katelin Snyder (-Guregian)",
- "gender": "F",
- "height": "163",
- "weight": "50",
- "sport": "Rowing",
- "team": "United States",
- "noc": "USA",
- "age": 28,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Gold"
- },
- {
- "name": "Kyle Frederick Snyder",
- "gender": "M",
- "height": "180",
- "weight": "102",
- "sport": "Wrestling",
- "team": "United States",
- "noc": "USA",
- "age": 20,
- "event": "Wrestling Men's Heavyweight, Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Philippus Albertus Borman \"Philip\" Snyman",
- "gender": "M",
- "height": "188",
- "weight": "95",
- "sport": "Rugby Sevens",
- "team": "South Africa",
- "noc": "RSA",
- "age": 29,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Rishod Rashidovich Sobirov",
- "gender": "M",
- "height": "168",
- "weight": "66",
- "sport": "Judo",
- "team": "Uzbekistan",
- "noc": "UZB",
- "age": 29,
- "event": "Judo Men's Half-Lightweight",
- "medal": "Bronze"
- },
- {
- "name": "Yevgeniya Viktorovna Soboleva-Khokhriakova",
- "gender": "F",
- "height": "180",
- "weight": "75",
- "sport": "Water Polo",
- "team": "Russia",
- "noc": "RUS",
- "age": 27,
- "event": "Water Polo Women's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Jack Sock",
- "gender": "M",
- "height": "191",
- "weight": "84",
- "sport": "Tennis",
- "team": "United States-2",
- "noc": "USA",
- "age": 23,
- "event": "Tennis Mixed Doubles",
- "medal": "Gold"
- },
- {
- "name": "Jack Sock",
- "gender": "M",
- "height": "191",
- "weight": "84",
- "sport": "Tennis",
- "team": "United States-2",
- "noc": "USA",
- "age": 23,
- "event": "Tennis Men's Doubles",
- "medal": "Bronze"
- },
- {
- "name": "Sanna Charlotte Solberg",
- "gender": "F",
- "height": "178",
- "weight": "70",
- "sport": "Handball",
- "team": "Norway",
- "noc": "NOR",
- "age": 26,
- "event": "Handball Women's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Franck Robert Bernard Solforosi",
- "gender": "M",
- "height": "184",
- "weight": "70",
- "sport": "Rowing",
- "team": "France",
- "noc": "FRA",
- "age": 31,
- "event": "Rowing Men's Lightweight Coxless Fours",
- "medal": "Bronze"
- },
- {
- "name": "Petrissa Solja",
- "gender": "F",
- "height": "168",
- "weight": "67",
- "sport": "Table Tennis",
- "team": "Germany",
- "noc": "GER",
- "age": 22,
- "event": "Table Tennis Women's Team",
- "medal": "Silver"
- },
- {
- "name": "Joyce Sombroek",
- "gender": "F",
- "height": "179",
- "weight": "64",
- "sport": "Hockey",
- "team": "Netherlands",
- "noc": "NED",
- "age": 25,
- "event": "Hockey Women's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Pter Somfai",
- "gender": "M",
- "height": "188",
- "weight": "85",
- "sport": "Fencing",
- "team": "Hungary",
- "noc": "HUN",
- "age": 36,
- "event": "Fencing Men's epee, Team",
- "medal": "Bronze"
- },
- {
- "name": "Cdric Sorhaindo",
- "gender": "M",
- "height": "192",
- "weight": "110",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 32,
- "event": "Handball Men's Handball",
- "medal": "Silver"
- },
- {
- "name": "Lorenzo Sotomayor Collazo",
- "gender": "M",
- "height": "185",
- "weight": "64",
- "sport": "Boxing",
- "team": "Azerbaijan",
- "noc": "AZE",
- "age": 31,
- "event": "Boxing Men's Light-Welterweight",
- "medal": "Silver"
- },
- {
- "name": "Daniele Pasquale Sottile",
- "gender": "M",
- "height": "186",
- "weight": "73",
- "sport": "Volleyball",
- "team": "Italy",
- "noc": "ITA",
- "age": 36,
- "event": "Volleyball Men's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Douglas Correia de Souza",
- "gender": "M",
- "height": "199",
- "weight": "75",
- "sport": "Volleyball",
- "team": "Brazil",
- "noc": "BRA",
- "age": 20,
- "event": "Volleyball Men's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Maurcio Luiz de Souza",
- "gender": "M",
- "height": "209",
- "weight": "93",
- "sport": "Volleyball",
- "team": "Brazil",
- "noc": "BRA",
- "age": 27,
- "event": "Volleyball Men's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Kasper Sndergaard Sarup",
- "gender": "M",
- "height": "195",
- "weight": "95",
- "sport": "Handball",
- "team": "Denmark",
- "noc": "DEN",
- "age": 35,
- "event": "Handball Men's Handball",
- "medal": "Gold"
- },
- {
- "name": "Ivana panovi",
- "gender": "F",
- "height": "176",
- "weight": "65",
- "sport": "Athletics",
- "team": "Serbia",
- "noc": "SRB",
- "age": 26,
- "event": "Athletics Women's Long Jump",
- "medal": "Bronze"
- },
- {
- "name": "Roscko Shane Specman",
- "gender": "M",
- "height": "174",
- "weight": "81",
- "sport": "Rugby Sevens",
- "team": "South Africa",
- "noc": "RSA",
- "age": 27,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Ashley Spencer",
- "gender": "F",
- "height": "178",
- "weight": "59",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 23,
- "event": "Athletics Women's 400 metres Hurdles",
- "medal": "Bronze"
- },
- {
- "name": "Darya Sergeyevna Spiridonova",
- "gender": "F",
- "height": "156",
- "weight": "45",
- "sport": "Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 18,
- "event": "Gymnastics Women's Team All-Around",
- "medal": "Silver"
- },
- {
- "name": "Nicola Spirig Hug",
- "gender": "F",
- "height": "166",
- "weight": "54",
- "sport": "Triathlon",
- "team": "Switzerland",
- "noc": "SUI",
- "age": 34,
- "event": "Triathlon Women's Olympic Distance",
- "medal": "Silver"
- },
- {
- "name": "Barbora potkov",
- "gender": "F",
- "height": "182",
- "weight": "80",
- "sport": "Athletics",
- "team": "Czech Republic",
- "noc": "CZE",
- "age": 35,
- "event": "Athletics Women's Javelin Throw",
- "medal": "Bronze"
- },
- {
- "name": "Maria Springwald",
- "gender": "F",
- "height": "174",
- "weight": "69",
- "sport": "Rowing",
- "team": "Poland",
- "noc": "POL",
- "age": 25,
- "event": "Rowing Women's Quadruple Sculls",
- "medal": "Bronze"
- },
- {
- "name": "Annika Sprink",
- "gender": "F",
- "height": "173",
- "weight": "61",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 20,
- "event": "Hockey Women's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Sukanya Srisurat",
- "gender": "F",
- "height": "155",
- "weight": "58",
- "sport": "Weightlifting",
- "team": "Thailand",
- "noc": "THA",
- "age": 21,
- "event": "Weightlifting Women's Lightweight",
- "medal": "Gold"
- },
- {
- "name": "rif rifov",
- "gender": "M",
- "height": "180",
- "weight": "97",
- "sport": "Wrestling",
- "team": "Azerbaijan",
- "noc": "AZE",
- "age": 27,
- "event": "Wrestling Men's Light-Heavyweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Sabah riti",
- "gender": "M",
- "height": "192",
- "weight": "130",
- "sport": "Wrestling",
- "team": "Azerbaijan",
- "noc": "AZE",
- "age": 27,
- "event": "Wrestling Men's Super-Heavyweight, Greco-Roman",
- "medal": "Bronze"
- },
- {
- "name": "Mariya Stadnik",
- "gender": "F",
- "height": "157",
- "weight": "48",
- "sport": "Wrestling",
- "team": "Azerbaijan",
- "noc": "AZE",
- "age": 28,
- "event": "Wrestling Women's Flyweight, Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Dragana Stankovi",
- "gender": "F",
- "height": "195",
- "weight": "73",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 21,
- "event": "Basketball Women's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Heather Mary Stanning",
- "gender": "F",
- "height": "181",
- "weight": "72",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 31,
- "event": "Rowing Women's Coxless Pairs",
- "medal": "Gold"
- },
- {
- "name": "Charlotte Stapenhorst",
- "gender": "F",
- "height": "168",
- "weight": "68",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 21,
- "event": "Hockey Women's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Kevin Staut",
- "gender": "M",
- "height": "182",
- "weight": "70",
- "sport": "Equestrianism",
- "team": "France",
- "noc": "FRA",
- "age": 35,
- "event": "Equestrianism Mixed Jumping, Team",
- "medal": "Gold"
- },
- {
- "name": "Ashley Steacy",
- "gender": "F",
- "height": "158",
- "weight": "64",
- "sport": "Rugby Sevens",
- "team": "Canada",
- "noc": "CAN",
- "age": 29,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Davor tefanek",
- "gender": "M",
- "height": "170",
- "weight": "66",
- "sport": "Wrestling",
- "team": "Serbia",
- "noc": "SRB",
- "age": 30,
- "event": "Wrestling Men's Welterweight, Greco-Roman",
- "medal": "Gold"
- },
- {
- "name": "Aikaterini \"Ekaterini\" Stefanidi",
- "gender": "F",
- "height": "173",
- "weight": "59",
- "sport": "Athletics",
- "team": "Greece",
- "noc": "GRE",
- "age": 26,
- "event": "Athletics Women's Pole Vault",
- "medal": "Gold"
- },
- {
- "name": "Margaret Ann \"Maggie\" Steffens",
- "gender": "F",
- "height": "173",
- "weight": "74",
- "sport": "Water Polo",
- "team": "United States",
- "noc": "USA",
- "age": 23,
- "event": "Water Polo Women's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Bastian Steger",
- "gender": "M",
- "height": "170",
- "weight": "65",
- "sport": "Table Tennis",
- "team": "Germany",
- "noc": "GER",
- "age": 35,
- "event": "Table Tennis Men's Team",
- "medal": "Bronze"
- },
- {
- "name": "Giulia Steingruber",
- "gender": "F",
- "height": "160",
- "weight": "56",
- "sport": "Gymnastics",
- "team": "Switzerland",
- "noc": "SUI",
- "age": 22,
- "event": "Gymnastics Women's Horse Vault",
- "medal": "Bronze"
- },
- {
- "name": "Henrik Olof Stenson",
- "gender": "M",
- "height": "188",
- "weight": "86",
- "sport": "Golf",
- "team": "Sweden",
- "noc": "SWE",
- "age": 40,
- "event": "Golf Men's Individual",
- "medal": "Silver"
- },
- {
- "name": "Radek tpnek",
- "gender": "M",
- "height": "186",
- "weight": "79",
- "sport": "Tennis",
- "team": "Czech Republic",
- "noc": "CZE",
- "age": 37,
- "event": "Tennis Mixed Doubles",
- "medal": "Bronze"
- },
- {
- "name": "Inna Yakovlevna Stepanova",
- "gender": "F",
- "height": "176",
- "weight": "63",
- "sport": "Archery",
- "team": "Russia",
- "noc": "RUS",
- "age": 26,
- "event": "Archery Women's Team",
- "medal": "Silver"
- },
- {
- "name": "Jan trba",
- "gender": "M",
- "height": "183",
- "weight": "85",
- "sport": "Canoeing",
- "team": "Czech Republic",
- "noc": "CZE",
- "age": 35,
- "event": "Canoeing Men's Kayak Fours, 1,000 metres",
- "medal": "Bronze"
- },
- {
- "name": "Jovana Stevanovi",
- "gender": "F",
- "height": "192",
- "weight": "72",
- "sport": "Volleyball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 24,
- "event": "Volleyball Women's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Travis Stevens",
- "gender": "M",
- "height": "181",
- "weight": "80",
- "sport": "Judo",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Judo Men's Half-Middleweight",
- "medal": "Silver"
- },
- {
- "name": "Shakur Stevenson",
- "gender": "M",
- "height": "173",
- "weight": "56",
- "sport": "Boxing",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Boxing Men's Bantamweight",
- "medal": "Silver"
- },
- {
- "name": "Breanna Mackenzie Stewart",
- "gender": "F",
- "height": "193",
- "weight": "79",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 21,
- "event": "Basketball Women's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Vladimir timac",
- "gender": "M",
- "height": "211",
- "weight": "112",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 28,
- "event": "Basketball Men's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Toni Stipanovi",
- "gender": "M",
- "height": "178",
- "weight": "81",
- "sport": "Sailing",
- "team": "Croatia",
- "noc": "CRO",
- "age": 30,
- "event": "Sailing Men's One Person Dinghy",
- "medal": "Silver"
- },
- {
- "name": "Emmanuel Stockbroekx",
- "gender": "M",
- "height": "189",
- "weight": "88",
- "sport": "Hockey",
- "team": "Belgium",
- "noc": "BEL",
- "age": 22,
- "event": "Hockey Men's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Genevra \"Gevvie\" Stone",
- "gender": "F",
- "height": "183",
- "weight": "71",
- "sport": "Rowing",
- "team": "United States",
- "noc": "USA",
- "age": 31,
- "event": "Rowing Women's Single Sculls",
- "medal": "Silver"
- },
- {
- "name": "Are Weierholt Strandli",
- "gender": "M",
- "height": "181",
- "weight": "69",
- "sport": "Rowing",
- "team": "Norway",
- "noc": "NOR",
- "age": 27,
- "event": "Rowing Men's Lightweight Double Sculls",
- "medal": "Bronze"
- },
- {
- "name": "Jrmy Stravius",
- "gender": "M",
- "height": "190",
- "weight": "86",
- "sport": "Swimming",
- "team": "France",
- "noc": "FRA",
- "age": 28,
- "event": "Swimming Men's 4 x 100 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Vadim Nikolayevich Streltsov",
- "gender": "M",
- "height": "170",
- "weight": "94",
- "sport": "Weightlifting",
- "team": "Belarus",
- "noc": "BLR",
- "age": 30,
- "event": "Weightlifting Men's Middle-Heavyweight",
- "medal": "Silver"
- },
- {
- "name": "Ivan Alekseyevich Stretovich",
- "gender": "M",
- "height": "170",
- "weight": "59",
- "sport": "Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 19,
- "event": "Gymnastics Men's Team All-Around",
- "medal": "Silver"
- },
- {
- "name": "Martin Strobel",
- "gender": "M",
- "height": "189",
- "weight": "90",
- "sport": "Handball",
- "team": "Germany",
- "noc": "GER",
- "age": 30,
- "event": "Handball Men's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Ioana Strungaru (Crciun-)",
- "gender": "F",
- "height": "180",
- "weight": "77",
- "sport": "Rowing",
- "team": "Romania",
- "noc": "ROU",
- "age": 27,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Bronze"
- },
- {
- "name": "Barbora Strcov (-Zhlavov)",
- "gender": "F",
- "height": "164",
- "weight": "60",
- "sport": "Tennis",
- "team": "Czech Republic-1",
- "noc": "CZE",
- "age": 30,
- "event": "Tennis Women's Doubles",
- "medal": "Bronze"
- },
- {
- "name": "Marina Vladimirovna Sudakova (Yartseva-)",
- "gender": "F",
- "height": "165",
- "weight": "66",
- "sport": "Handball",
- "team": "Russia",
- "noc": "RUS",
- "age": 27,
- "event": "Handball Women's Handball",
- "medal": "Gold"
- },
- {
- "name": "Sandro Sukno",
- "gender": "M",
- "height": "200",
- "weight": "93",
- "sport": "Water Polo",
- "team": "Croatia",
- "noc": "CRO",
- "age": 26,
- "event": "Water Polo Men's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Niklas Sle",
- "gender": "M",
- "height": "195",
- "weight": "95",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 20,
- "event": "Football Men's Football",
- "medal": "Silver"
- },
- {
- "name": "Jemima Jelagat Sumgong",
- "gender": "F",
- "height": "160",
- "weight": "45",
- "sport": "Athletics",
- "team": "Kenya",
- "noc": "KEN",
- "age": 31,
- "event": "Athletics Women's Marathon",
- "medal": "Gold"
- },
- {
- "name": "Sun Wenyan",
- "gender": "F",
- "height": "170",
- "weight": "58",
- "sport": "Synchronized Swimming",
- "team": "China",
- "noc": "CHN",
- "age": 26,
- "event": "Synchronized Swimming Women's Duet",
- "medal": "Silver"
- },
- {
- "name": "Sun Wenyan",
- "gender": "F",
- "height": "170",
- "weight": "58",
- "sport": "Synchronized Swimming",
- "team": "China",
- "noc": "CHN",
- "age": 26,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Silver"
- },
- {
- "name": "Sun Yanan",
- "gender": "F",
- "height": "161",
- "weight": "51",
- "sport": "Wrestling",
- "team": "China",
- "noc": "CHN",
- "age": 23,
- "event": "Wrestling Women's Flyweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Sun Yang",
- "gender": "M",
- "height": "198",
- "weight": "89",
- "sport": "Swimming",
- "team": "China",
- "noc": "CHN",
- "age": 24,
- "event": "Swimming Men's 200 metres Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Sun Yang",
- "gender": "M",
- "height": "198",
- "weight": "89",
- "sport": "Swimming",
- "team": "China",
- "noc": "CHN",
- "age": 24,
- "event": "Swimming Men's 400 metres Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Sun Yiwen",
- "gender": "F",
- "height": "177",
- "weight": "63",
- "sport": "Fencing",
- "team": "China",
- "noc": "CHN",
- "age": 24,
- "event": "Fencing Women's epee, Individual",
- "medal": "Bronze"
- },
- {
- "name": "Sun Yiwen",
- "gender": "F",
- "height": "177",
- "weight": "63",
- "sport": "Fencing",
- "team": "China",
- "noc": "CHN",
- "age": 24,
- "event": "Fencing Women's epee, Team",
- "medal": "Silver"
- },
- {
- "name": "Sun Yujie",
- "gender": "F",
- "height": "185",
- "weight": "78",
- "sport": "Fencing",
- "team": "China",
- "noc": "CHN",
- "age": 23,
- "event": "Fencing Women's epee, Team",
- "medal": "Silver"
- },
- {
- "name": "Lasse Jemon Svan Hansen",
- "gender": "M",
- "height": "185",
- "weight": "85",
- "sport": "Handball",
- "team": "Denmark",
- "noc": "DEN",
- "age": 32,
- "event": "Handball Men's Handball",
- "medal": "Gold"
- },
- {
- "name": "Erik Marcus Svensson",
- "gender": "M",
- "height": "176",
- "weight": "68",
- "sport": "Shooting",
- "team": "Sweden",
- "noc": "SWE",
- "age": 26,
- "event": "Shooting Men's Skeet",
- "medal": "Silver"
- },
- {
- "name": "Polly Ann M. Swann",
- "gender": "F",
- "height": "185",
- "weight": "76",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 28,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Silver"
- },
- {
- "name": "Ondej Synek",
- "gender": "M",
- "height": "199",
- "weight": "105",
- "sport": "Rowing",
- "team": "Czech Republic",
- "noc": "CZE",
- "age": 33,
- "event": "Rowing Men's Single Sculls",
- "medal": "Bronze"
- },
- {
- "name": "Elmira Anuarbekovna Syzdykova",
- "gender": "F",
- "height": "172",
- "weight": "69",
- "sport": "Wrestling",
- "team": "Kazakhstan",
- "noc": "KAZ",
- "age": 24,
- "event": "Wrestling Women's Light-Heavyweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Gabriella Timea Szab",
- "gender": "F",
- "height": "170",
- "weight": "62",
- "sport": "Canoeing",
- "team": "Hungary",
- "noc": "HUN",
- "age": 29,
- "event": "Canoeing Women's Kayak Doubles, 500 metres",
- "medal": "Gold"
- },
- {
- "name": "Gabriella Timea Szab",
- "gender": "F",
- "height": "170",
- "weight": "62",
- "sport": "Canoeing",
- "team": "Hungary",
- "noc": "HUN",
- "age": 29,
- "event": "Canoeing Women's Kayak Fours, 500 metres",
- "medal": "Gold"
- },
- {
- "name": "Emese Judit Szsz",
- "gender": "F",
- "height": "176",
- "weight": "71",
- "sport": "Fencing",
- "team": "Hungary",
- "noc": "HUN",
- "age": 33,
- "event": "Fencing Women's epee, Individual",
- "medal": "Gold"
- },
- {
- "name": "ron Szilgyi",
- "gender": "M",
- "height": "180",
- "weight": "78",
- "sport": "Fencing",
- "team": "Hungary",
- "noc": "HUN",
- "age": 26,
- "event": "Fencing Men's Sabre, Individual",
- "medal": "Gold"
- },
- {
- "name": "Chiara Tabani",
- "gender": "F",
- "height": "176",
- "weight": "72",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 21,
- "event": "Water Polo Women's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Haruka Tachimoto",
- "gender": "F",
- "height": "168",
- "weight": "70",
- "sport": "Judo",
- "team": "Japan",
- "noc": "JPN",
- "age": 26,
- "event": "Judo Women's Middleweight",
- "medal": "Gold"
- },
- {
- "name": "Kaspar Taimsoo",
- "gender": "M",
- "height": "194",
- "weight": "95",
- "sport": "Rowing",
- "team": "Estonia",
- "noc": "EST",
- "age": 29,
- "event": "Rowing Men's Quadruple Sculls",
- "medal": "Bronze"
- },
- {
- "name": "Ayaka Takahashi",
- "gender": "F",
- "height": "165",
- "weight": "60",
- "sport": "Badminton",
- "team": "Japan",
- "noc": "JPN",
- "age": 26,
- "event": "Badminton Women's Doubles",
- "medal": "Gold"
- },
- {
- "name": "Naohisa Takato",
- "gender": "M",
- "height": "160",
- "weight": "60",
- "sport": "Judo",
- "team": "Japan",
- "noc": "JPN",
- "age": 23,
- "event": "Judo Men's Extra-Lightweight",
- "medal": "Bronze"
- },
- {
- "name": "Lasha Talakhadze",
- "gender": "M",
- "height": "197",
- "weight": "160",
- "sport": "Weightlifting",
- "team": "Georgia",
- "noc": "GEO",
- "age": 22,
- "event": "Weightlifting Men's Super-Heavyweight",
- "medal": "Gold"
- },
- {
- "name": "Kitione Taliga",
- "gender": "M",
- "height": "186",
- "weight": "87",
- "sport": "Rugby Sevens",
- "team": "Fiji",
- "noc": "FIJ",
- "age": 23,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Jared Tallent",
- "gender": "M",
- "height": "178",
- "weight": "58",
- "sport": "Athletics",
- "team": "Australia",
- "noc": "AUS",
- "age": 31,
- "event": "Athletics Men's 50 kilometres Walk",
- "medal": "Silver"
- },
- {
- "name": "Lachlan Tame",
- "gender": "M",
- "height": "176",
- "weight": "80",
- "sport": "Canoeing",
- "team": "Australia",
- "noc": "AUS",
- "age": 27,
- "event": "Canoeing Men's Kayak Doubles, 1,000 metres",
- "medal": "Bronze"
- },
- {
- "name": "Tan Jiaxin",
- "gender": "F",
- "height": "148",
- "weight": "36",
- "sport": "Gymnastics",
- "team": "China",
- "noc": "CHN",
- "age": 19,
- "event": "Gymnastics Women's Team All-Around",
- "medal": "Bronze"
- },
- {
- "name": "Tan Wee Kiong",
- "gender": "M",
- "height": "177",
- "weight": "77",
- "sport": "Badminton",
- "team": "Malaysia",
- "noc": "MAS",
- "age": 27,
- "event": "Badminton Men's Doubles",
- "medal": "Silver"
- },
- {
- "name": "Tan Ya-Ting",
- "gender": "F",
- "height": "158",
- "weight": "53",
- "sport": "Archery",
- "team": "Chinese Taipei",
- "noc": "TPE",
- "age": 22,
- "event": "Archery Women's Team",
- "medal": "Bronze"
- },
- {
- "name": "Yusuke Tanaka",
- "gender": "M",
- "height": "166",
- "weight": "58",
- "sport": "Gymnastics",
- "team": "Japan",
- "noc": "JPN",
- "age": 26,
- "event": "Gymnastics Men's Team All-Around",
- "medal": "Gold"
- },
- {
- "name": "Sopita Tanasan",
- "gender": "F",
- "height": "154",
- "weight": "48",
- "sport": "Weightlifting",
- "team": "Thailand",
- "noc": "THA",
- "age": 21,
- "event": "Weightlifting Women's Flyweight",
- "medal": "Gold"
- },
- {
- "name": "Melissa Palma Julie Tancredi",
- "gender": "F",
- "height": "177",
- "weight": "73",
- "sport": "Football",
- "team": "Canada",
- "noc": "CAN",
- "age": 34,
- "event": "Football Women's Football",
- "medal": "Bronze"
- },
- {
- "name": "Tang Mengni",
- "gender": "F",
- "height": "169",
- "weight": "59",
- "sport": "Synchronized Swimming",
- "team": "China",
- "noc": "CHN",
- "age": 22,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Silver"
- },
- {
- "name": "Paul Kipngetich Tanui",
- "gender": "M",
- "height": "168",
- "weight": "47",
- "sport": "Athletics",
- "team": "Kenya",
- "noc": "KEN",
- "age": 25,
- "event": "Athletics Men's 10,000 metres",
- "medal": "Silver"
- },
- {
- "name": "Juraj Tarr",
- "gender": "M",
- "height": "190",
- "weight": "88",
- "sport": "Canoeing",
- "team": "Slovakia",
- "noc": "SVK",
- "age": 37,
- "event": "Canoeing Men's Kayak Fours, 1,000 metres",
- "medal": "Silver"
- },
- {
- "name": "Elmurat Zulypkarovich Tasmuradov",
- "gender": "M",
- "height": "160",
- "weight": "59",
- "sport": "Wrestling",
- "team": "Uzbekistan",
- "noc": "UZB",
- "age": 24,
- "event": "Wrestling Men's Featherweight, Greco-Roman",
- "medal": "Bronze"
- },
- {
- "name": "Nur Tatar",
- "gender": "F",
- "height": "173",
- "weight": "67",
- "sport": "Taekwondo",
- "team": "Turkey",
- "noc": "TUR",
- "age": 23,
- "event": "Taekwondo Women's Welterweight",
- "medal": "Bronze"
- },
- {
- "name": "Anastasiya Alekseyevna Tatareva",
- "gender": "F",
- "height": "165",
- "weight": "44",
- "sport": "Rhythmic Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 19,
- "event": "Rhythmic Gymnastics Women's Group",
- "medal": "Gold"
- },
- {
- "name": "Diana Lurena Taurasi",
- "gender": "F",
- "height": "183",
- "weight": "70",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 34,
- "event": "Basketball Women's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Christian Taylor",
- "gender": "M",
- "height": "188",
- "weight": "81",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Athletics Men's Triple Jump",
- "medal": "Gold"
- },
- {
- "name": "Audrey Tcheumo",
- "gender": "F",
- "height": "177",
- "weight": "78",
- "sport": "Judo",
- "team": "France",
- "noc": "FRA",
- "age": 26,
- "event": "Judo Women's Half-Heavyweight",
- "medal": "Silver"
- },
- {
- "name": "Terina Lily Te Tamaki",
- "gender": "F",
- "height": "165",
- "weight": "67",
- "sport": "Rugby Sevens",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 19,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Laura Teani",
- "gender": "F",
- "height": "175",
- "weight": "75",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 25,
- "event": "Water Polo Women's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Horia Tecu",
- "gender": "M",
- "height": "192",
- "weight": "90",
- "sport": "Tennis",
- "team": "Romania",
- "noc": "ROU",
- "age": 31,
- "event": "Tennis Men's Doubles",
- "medal": "Silver"
- },
- {
- "name": "Stefano Tempesti",
- "gender": "M",
- "height": "205",
- "weight": "100",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 37,
- "event": "Water Polo Men's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Milo Teodosi",
- "gender": "M",
- "height": "195",
- "weight": "90",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 29,
- "event": "Basketball Men's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Jana Teschke",
- "gender": "F",
- "height": "168",
- "weight": "56",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 25,
- "event": "Hockey Women's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Brianne Theisen-Eaton",
- "gender": "F",
- "height": "175",
- "weight": "64",
- "sport": "Athletics",
- "team": "Canada",
- "noc": "CAN",
- "age": 27,
- "event": "Athletics Women's Heptathlon",
- "medal": "Bronze"
- },
- {
- "name": "Thiago Maia Alencar",
- "gender": "M",
- "height": "178",
- "weight": "64",
- "sport": "Football",
- "team": "Brazil",
- "noc": "BRA",
- "age": 19,
- "event": "Football Men's Football",
- "medal": "Gold"
- },
- {
- "name": "Nafissatou \"Nafi\" Thiam",
- "gender": "F",
- "height": "184",
- "weight": "69",
- "sport": "Athletics",
- "team": "Belgium",
- "noc": "BEL",
- "age": 21,
- "event": "Athletics Women's Heptathlon",
- "medal": "Gold"
- },
- {
- "name": "Annekatrin Thiele",
- "gender": "F",
- "height": "173",
- "weight": "68",
- "sport": "Rowing",
- "team": "Germany",
- "noc": "GER",
- "age": 31,
- "event": "Rowing Women's Quadruple Sculls",
- "medal": "Gold"
- },
- {
- "name": "Courtney Lynn Thompson",
- "gender": "F",
- "height": "170",
- "weight": "66",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 31,
- "event": "Volleyball Women's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Elaine Thompson",
- "gender": "F",
- "height": "167",
- "weight": "57",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 24,
- "event": "Athletics Women's 100 metres",
- "medal": "Gold"
- },
- {
- "name": "Elaine Thompson",
- "gender": "F",
- "height": "167",
- "weight": "57",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 24,
- "event": "Athletics Women's 200 metres",
- "medal": "Gold"
- },
- {
- "name": "Elaine Thompson",
- "gender": "F",
- "height": "167",
- "weight": "57",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 24,
- "event": "Athletics Women's 4 x 100 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Klay Alexander Thompson",
- "gender": "M",
- "height": "200",
- "weight": "97",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Basketball Men's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Victoria Thornley",
- "gender": "F",
- "height": "193",
- "weight": "76",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 28,
- "event": "Rowing Women's Double Sculls",
- "medal": "Silver"
- },
- {
- "name": "Virginia \"Ginny\" Thrasher",
- "gender": "F",
- "height": "155",
- "weight": "55",
- "sport": "Shooting",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Shooting Women's Air Rifle, 10 metres",
- "medal": "Gold"
- },
- {
- "name": "Tian Tao",
- "gender": "M",
- "height": "172",
- "weight": "85",
- "sport": "Weightlifting",
- "team": "China",
- "noc": "CHN",
- "age": 22,
- "event": "Weightlifting Men's Light-Heavyweight",
- "medal": "Silver"
- },
- {
- "name": "Ivan Grigoryevich Tikhon",
- "gender": "M",
- "height": "186",
- "weight": "110",
- "sport": "Athletics",
- "team": "Belarus",
- "noc": "BLR",
- "age": 40,
- "event": "Athletics Men's Hammer Throw",
- "medal": "Silver"
- },
- {
- "name": "Pieter Timmers",
- "gender": "M",
- "height": "200",
- "weight": "89",
- "sport": "Swimming",
- "team": "Belgium",
- "noc": "BEL",
- "age": 28,
- "event": "Swimming Men's 100 metres Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Anna Viktorovna Timofeyeva",
- "gender": "F",
- "height": "178",
- "weight": "86",
- "sport": "Water Polo",
- "team": "Russia",
- "noc": "RUS",
- "age": 29,
- "event": "Water Polo Women's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Amy Tinkler",
- "gender": "F",
- "height": "152",
- "weight": "47",
- "sport": "Gymnastics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 16,
- "event": "Gymnastics Women's Floor Exercise",
- "medal": "Bronze"
- },
- {
- "name": "Stuart Brian Tinney",
- "gender": "M",
- "height": "180",
- "weight": "71",
- "sport": "Equestrianism",
- "team": "Australia",
- "noc": "AUS",
- "age": 51,
- "event": "Equestrianism Mixed Three-Day Event, Team",
- "medal": "Bronze"
- },
- {
- "name": "Yevgeny Andreyevich Tishchenko",
- "gender": "M",
- "height": "196",
- "weight": "91",
- "sport": "Boxing",
- "team": "Russia",
- "noc": "RUS",
- "age": 25,
- "event": "Boxing Men's Heavyweight",
- "medal": "Gold"
- },
- {
- "name": "Margarita Grigoryevna Tishkevich-Makhneva",
- "gender": "F",
- "height": "181",
- "weight": "67",
- "sport": "Canoeing",
- "team": "Belarus",
- "noc": "BLR",
- "age": 24,
- "event": "Canoeing Women's Kayak Fours, 500 metres",
- "medal": "Bronze"
- },
- {
- "name": "Hristiana Todorova",
- "gender": "F",
- "height": "173",
- "weight": "52",
- "sport": "Rhythmic Gymnastics",
- "team": "Bulgaria",
- "noc": "BUL",
- "age": 21,
- "event": "Rhythmic Gymnastics Women's Group",
- "medal": "Bronze"
- },
- {
- "name": "Tamirat Tola Abera",
- "gender": "M",
- "height": "181",
- "weight": "59",
- "sport": "Athletics",
- "team": "Ethiopia",
- "noc": "ETH",
- "age": 24,
- "event": "Athletics Men's 10,000 metres",
- "medal": "Bronze"
- },
- {
- "name": "Jeremy Toljan",
- "gender": "M",
- "height": "182",
- "weight": "72",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 21,
- "event": "Football Men's Football",
- "medal": "Silver"
- },
- {
- "name": "Mariya Yuryevna Tolkachova",
- "gender": "F",
- "height": "176",
- "weight": "53",
- "sport": "Rhythmic Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 18,
- "event": "Rhythmic Gymnastics Women's Group",
- "medal": "Gold"
- },
- {
- "name": "Sergiu Toma",
- "gender": "M",
- "height": "180",
- "weight": "81",
- "sport": "Judo",
- "team": "United Arab Emirates",
- "noc": "UAE",
- "age": 29,
- "event": "Judo Men's Half-Middleweight",
- "medal": "Bronze"
- },
- {
- "name": "Marko Tomievi",
- "gender": "M",
- "height": "174",
- "weight": "80",
- "sport": "Canoeing",
- "team": "Serbia",
- "noc": "SRB",
- "age": 26,
- "event": "Canoeing Men's Kayak Doubles, 1,000 metres",
- "medal": "Silver"
- },
- {
- "name": "Emma Kate Tonegato",
- "gender": "F",
- "height": "165",
- "weight": "63",
- "sport": "Rugby Sevens",
- "team": "Australia",
- "noc": "AUS",
- "age": 21,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Jean-Paul Tony Helissey",
- "gender": "M",
- "height": "177",
- "weight": "77",
- "sport": "Fencing",
- "team": "France",
- "noc": "FRA",
- "age": 26,
- "event": "Fencing Men's Foil, Team",
- "medal": "Silver"
- },
- {
- "name": "Gelena Dmitriyevna Topilina",
- "gender": "F",
- "height": "175",
- "weight": "56",
- "sport": "Synchronized Swimming",
- "team": "Russia",
- "noc": "RUS",
- "age": 22,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Gold"
- },
- {
- "name": "Cristian Isaac Toro Carballo",
- "gender": "M",
- "height": "188",
- "weight": "90",
- "sport": "Canoeing",
- "team": "Spain",
- "noc": "ESP",
- "age": 24,
- "event": "Canoeing Men's Kayak Doubles, 200 metres",
- "medal": "Gold"
- },
- {
- "name": "Alba Torrens Salom",
- "gender": "F",
- "height": "195",
- "weight": "80",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 26,
- "event": "Basketball Women's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Eri Tosaka",
- "gender": "F",
- "height": "152",
- "weight": "48",
- "sport": "Wrestling",
- "team": "Japan",
- "noc": "JPN",
- "age": 22,
- "event": "Wrestling Women's Flyweight, Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Matej Tth",
- "gender": "M",
- "height": "185",
- "weight": "73",
- "sport": "Athletics",
- "team": "Slovakia",
- "noc": "SVK",
- "age": 33,
- "event": "Athletics Men's 50 kilometres Walk",
- "medal": "Gold"
- },
- {
- "name": "Susannah Townsend",
- "gender": "F",
- "height": "168",
- "weight": "61",
- "sport": "Hockey",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 27,
- "event": "Hockey Women's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Lucas Tramr",
- "gender": "M",
- "height": "183",
- "weight": "75",
- "sport": "Rowing",
- "team": "Switzerland",
- "noc": "SUI",
- "age": 26,
- "event": "Rowing Men's Lightweight Coxless Fours",
- "medal": "Gold"
- },
- {
- "name": "Luk Trefil",
- "gender": "M",
- "height": "187",
- "weight": "90",
- "sport": "Canoeing",
- "team": "Czech Republic",
- "noc": "CZE",
- "age": 27,
- "event": "Canoeing Men's Kayak Fours, 1,000 metres",
- "medal": "Bronze"
- },
- {
- "name": "Andrew \"Andy\" Triggs Hodge",
- "gender": "M",
- "height": "192",
- "weight": "97",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 37,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Gold"
- },
- {
- "name": "Moritz Trompertz",
- "gender": "M",
- "height": "180",
- "weight": "76",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 20,
- "event": "Hockey Men's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "William Troost-Ekong",
- "gender": "M",
- "height": "175",
- "weight": "74",
- "sport": "Football",
- "team": "Nigeria",
- "noc": "NGR",
- "age": 22,
- "event": "Football Men's Football",
- "medal": "Bronze"
- },
- {
- "name": "Laura Rebecca Trott (-Kenny)",
- "gender": "F",
- "height": "164",
- "weight": "56",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 24,
- "event": "Cycling Women's Team Pursuit",
- "medal": "Gold"
- },
- {
- "name": "Laura Rebecca Trott (-Kenny)",
- "gender": "F",
- "height": "164",
- "weight": "56",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 24,
- "event": "Cycling Women's Omnium",
- "medal": "Gold"
- },
- {
- "name": "Murphy Edward Troy",
- "gender": "M",
- "height": "203",
- "weight": "107",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Volleyball Men's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Tina Trstenjak",
- "gender": "F",
- "height": "162",
- "weight": "65",
- "sport": "Judo",
- "team": "Slovenia",
- "noc": "SLO",
- "age": 25,
- "event": "Judo Women's Half-Middleweight",
- "medal": "Gold"
- },
- {
- "name": "Jrme Truyens",
- "gender": "M",
- "height": "178",
- "weight": "70",
- "sport": "Hockey",
- "team": "Belgium",
- "noc": "BEL",
- "age": 28,
- "event": "Hockey Men's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Olaf Karl Tufte",
- "gender": "M",
- "height": "193",
- "weight": "94",
- "sport": "Rowing",
- "team": "Norway",
- "noc": "NOR",
- "age": 40,
- "event": "Rowing Men's Double Sculls",
- "medal": "Bronze"
- },
- {
- "name": "Ruby Tui",
- "gender": "F",
- "height": "177",
- "weight": "71",
- "sport": "Rugby Sevens",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 24,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Josua Tuisova Ratulevu",
- "gender": "M",
- "height": "180",
- "weight": "108",
- "sport": "Rugby Sevens",
- "team": "Fiji",
- "noc": "FIJ",
- "age": 22,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Blair Tuke",
- "gender": "M",
- "height": "181",
- "weight": "78",
- "sport": "Sailing",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 27,
- "event": "Sailing Men's Skiff",
- "medal": "Gold"
- },
- {
- "name": "Rustam Tulaganov",
- "gender": "M",
- "height": "186",
- "weight": "91",
- "sport": "Boxing",
- "team": "Uzbekistan",
- "noc": "UZB",
- "age": 24,
- "event": "Boxing Men's Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Boniface Mucheru Tumuti",
- "gender": "M",
- "height": "175",
- "weight": "72",
- "sport": "Athletics",
- "team": "Kenya",
- "noc": "KEN",
- "age": 24,
- "event": "Athletics Men's 400 metres Hurdles",
- "medal": "Silver"
- },
- {
- "name": "Irak'li Turmanidze",
- "gender": "M",
- "height": "182",
- "weight": "130",
- "sport": "Weightlifting",
- "team": "Georgia",
- "noc": "GEO",
- "age": 31,
- "event": "Weightlifting Men's Super-Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Amy Turner",
- "gender": "F",
- "height": "168",
- "weight": "64",
- "sport": "Rugby Sevens",
- "team": "Australia",
- "noc": "AUS",
- "age": 32,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Seda Gurgenovna Tutkhalyan",
- "gender": "F",
- "height": "146",
- "weight": "43",
- "sport": "Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 17,
- "event": "Gymnastics Women's Team All-Around",
- "medal": "Silver"
- },
- {
- "name": "Seremaia \"Jerry\" Tuwai Vunisa",
- "gender": "M",
- "height": "174",
- "weight": "81",
- "sport": "Rugby Sevens",
- "team": "Fiji",
- "noc": "FIJ",
- "age": 27,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Georgina Sophie \"Georgie\" Twigg",
- "gender": "F",
- "height": "170",
- "weight": "62",
- "sport": "Hockey",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 25,
- "event": "Hockey Women's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Ryan Tyack",
- "gender": "M",
- "height": "186",
- "weight": "102",
- "sport": "Archery",
- "team": "Australia",
- "noc": "AUS",
- "age": 25,
- "event": "Archery Men's Team",
- "medal": "Bronze"
- },
- {
- "name": "Pavlo Yuriyovych Tymoshchenko",
- "gender": "M",
- "height": "192",
- "weight": "78",
- "sport": "Modern Pentathlon",
- "team": "Ukraine",
- "noc": "UKR",
- "age": 29,
- "event": "Modern Pentathlon Men's Individual",
- "medal": "Silver"
- },
- {
- "name": "Kohei Uchimura",
- "gender": "M",
- "height": "160",
- "weight": "54",
- "sport": "Gymnastics",
- "team": "Japan",
- "noc": "JPN",
- "age": 27,
- "event": "Gymnastics Men's Individual All-Around",
- "medal": "Gold"
- },
- {
- "name": "Kohei Uchimura",
- "gender": "M",
- "height": "160",
- "weight": "54",
- "sport": "Gymnastics",
- "team": "Japan",
- "noc": "JPN",
- "age": 27,
- "event": "Gymnastics Men's Team All-Around",
- "medal": "Gold"
- },
- {
- "name": "Ndifreke Effiong Udo",
- "gender": "M",
- "height": "173",
- "weight": "78",
- "sport": "Football",
- "team": "Nigeria",
- "noc": "NGR",
- "age": 17,
- "event": "Football Men's Football",
- "medal": "Bronze"
- },
- {
- "name": "Dirk Uittenbogaard",
- "gender": "M",
- "height": "199",
- "weight": "93",
- "sport": "Rowing",
- "team": "Netherlands",
- "noc": "NED",
- "age": 26,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Bronze"
- },
- {
- "name": "Denis Ulanov",
- "gender": "M",
- "height": "175",
- "weight": "85",
- "sport": "Weightlifting",
- "team": "Kazakhstan",
- "noc": "KAZ",
- "age": 22,
- "event": "Weightlifting Men's Light-Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Aminu Umar",
- "gender": "M",
- "height": "172",
- "weight": "72",
- "sport": "Football",
- "team": "Nigeria",
- "noc": "NGR",
- "age": 21,
- "event": "Football Men's Football",
- "medal": "Bronze"
- },
- {
- "name": "Sadiq Umar",
- "gender": "M",
- "height": "172",
- "weight": "75",
- "sport": "Football",
- "team": "Nigeria",
- "noc": "NGR",
- "age": 19,
- "event": "Football Men's Football",
- "medal": "Bronze"
- },
- {
- "name": "Lisa Unruh",
- "gender": "F",
- "height": "180",
- "weight": "68",
- "sport": "Archery",
- "team": "Germany",
- "noc": "GER",
- "age": 28,
- "event": "Archery Women's Individual",
- "medal": "Silver"
- },
- {
- "name": "Laura Emma Unsworth",
- "gender": "F",
- "height": "157",
- "weight": "55",
- "sport": "Hockey",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 28,
- "event": "Hockey Women's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Diyorbek Urozboyev",
- "gender": "M",
- "height": "172",
- "weight": "60",
- "sport": "Judo",
- "team": "Uzbekistan",
- "noc": "UZB",
- "age": 22,
- "event": "Judo Men's Extra-Lightweight",
- "medal": "Bronze"
- },
- {
- "name": "Anna Vladimirovna Ustyukhina",
- "gender": "F",
- "height": "177",
- "weight": "70",
- "sport": "Water Polo",
- "team": "Russia",
- "noc": "RUS",
- "age": 27,
- "event": "Water Polo Women's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Milda Valiukait",
- "gender": "F",
- "height": "176",
- "weight": "66",
- "sport": "Rowing",
- "team": "Lithuania",
- "noc": "LTU",
- "age": 22,
- "event": "Rowing Women's Double Sculls",
- "medal": "Bronze"
- },
- {
- "name": "Ingrit Lorena Valencia Victoria",
- "gender": "F",
- "height": "160",
- "weight": "50",
- "sport": "Boxing",
- "team": "Colombia",
- "noc": "COL",
- "age": 27,
- "event": "Boxing Women's Flyweight",
- "medal": "Bronze"
- },
- {
- "name": "Jennifer Valente",
- "gender": "F",
- "height": "176",
- "weight": "74",
- "sport": "Cycling",
- "team": "United States",
- "noc": "USA",
- "age": 21,
- "event": "Cycling Women's Team Pursuit",
- "medal": "Silver"
- },
- {
- "name": "Lidia Valentn Prez",
- "gender": "F",
- "height": "169",
- "weight": "75",
- "sport": "Weightlifting",
- "team": "Spain",
- "noc": "ESP",
- "age": 31,
- "event": "Weightlifting Women's Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Jean-Charles Valladont",
- "gender": "M",
- "height": "180",
- "weight": "83",
- "sport": "Archery",
- "team": "France",
- "noc": "FRA",
- "age": 27,
- "event": "Archery Men's Individual",
- "medal": "Silver"
- },
- {
- "name": "Thibaut Vallette",
- "gender": "M",
- "height": "171",
- "weight": "60",
- "sport": "Equestrianism",
- "team": "France",
- "noc": "FRA",
- "age": 42,
- "event": "Equestrianism Mixed Three-Day Event, Team",
- "medal": "Gold"
- },
- {
- "name": "Naomi Frances van As",
- "gender": "F",
- "height": "179",
- "weight": "63",
- "sport": "Hockey",
- "team": "Netherlands",
- "noc": "NED",
- "age": 33,
- "event": "Hockey Women's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Florent Van Aubel",
- "gender": "M",
- "height": "178",
- "weight": "73",
- "sport": "Hockey",
- "team": "Belgium",
- "noc": "BEL",
- "age": 24,
- "event": "Hockey Men's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Greg Van Avermaet",
- "gender": "M",
- "height": "181",
- "weight": "74",
- "sport": "Cycling",
- "team": "Belgium",
- "noc": "BEL",
- "age": 31,
- "event": "Cycling Men's Road Race, Individual",
- "medal": "Gold"
- },
- {
- "name": "Anna van der Breggen",
- "gender": "F",
- "height": "167",
- "weight": "56",
- "sport": "Cycling",
- "team": "Netherlands",
- "noc": "NED",
- "age": 26,
- "event": "Cycling Women's Road Race, Individual",
- "medal": "Gold"
- },
- {
- "name": "Anna van der Breggen",
- "gender": "F",
- "height": "167",
- "weight": "56",
- "sport": "Cycling",
- "team": "Netherlands",
- "noc": "NED",
- "age": 26,
- "event": "Cycling Women's Individual Time Trial",
- "medal": "Bronze"
- },
- {
- "name": "Cameron van der Burgh",
- "gender": "M",
- "height": "185",
- "weight": "85",
- "sport": "Swimming",
- "team": "South Africa",
- "noc": "RSA",
- "age": 28,
- "event": "Swimming Men's 100 metres Breaststroke",
- "medal": "Silver"
- },
- {
- "name": "Arthur Van Doren",
- "gender": "M",
- "height": "178",
- "weight": "74",
- "sport": "Hockey",
- "team": "Belgium",
- "noc": "BEL",
- "age": 21,
- "event": "Hockey Men's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Anicka van Emden",
- "gender": "F",
- "height": "169",
- "weight": "63",
- "sport": "Judo",
- "team": "Netherlands",
- "noc": "NED",
- "age": 29,
- "event": "Judo Women's Half-Middleweight",
- "medal": "Bronze"
- },
- {
- "name": "Margot van Geffen",
- "gender": "F",
- "height": "172",
- "weight": "63",
- "sport": "Hockey",
- "team": "Netherlands",
- "noc": "NED",
- "age": 26,
- "event": "Hockey Women's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Jelle van Gorkom",
- "gender": "M",
- "height": "187",
- "weight": "93",
- "sport": "Cycling",
- "team": "Netherlands",
- "noc": "NED",
- "age": 25,
- "event": "Cycling Men's BMX",
- "medal": "Silver"
- },
- {
- "name": "Chantal Jean Van Landeghem",
- "gender": "F",
- "height": "180",
- "weight": "77",
- "sport": "Swimming",
- "team": "Canada",
- "noc": "CAN",
- "age": 22,
- "event": "Swimming Women's 4 x 100 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "Caia Jaqueline van Maasakker",
- "gender": "F",
- "height": "180",
- "weight": "69",
- "sport": "Hockey",
- "team": "Netherlands",
- "noc": "NED",
- "age": 27,
- "event": "Hockey Women's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Kitty van Male",
- "gender": "F",
- "height": "170",
- "weight": "63",
- "sport": "Hockey",
- "team": "Netherlands",
- "noc": "NED",
- "age": 28,
- "event": "Hockey Women's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Wayde van Niekerk",
- "gender": "M",
- "height": "183",
- "weight": "70",
- "sport": "Athletics",
- "team": "South Africa",
- "noc": "RSA",
- "age": 24,
- "event": "Athletics Men's 400 metres",
- "medal": "Gold"
- },
- {
- "name": "Dorian Benno Eric van Rijsselberge",
- "gender": "M",
- "height": "189",
- "weight": "75",
- "sport": "Sailing",
- "team": "Netherlands",
- "noc": "NED",
- "age": 27,
- "event": "Sailing Men's Windsurfer",
- "medal": "Gold"
- },
- {
- "name": "Sharon van Rouwendaal",
- "gender": "F",
- "height": "173",
- "weight": "65",
- "sport": "Swimming",
- "team": "Netherlands",
- "noc": "NED",
- "age": 22,
- "event": "Swimming Women's 10 kilometres Open Water",
- "medal": "Gold"
- },
- {
- "name": "Elliot Van Strydonck",
- "gender": "M",
- "height": "185",
- "weight": "75",
- "sport": "Hockey",
- "team": "Belgium",
- "noc": "BEL",
- "age": 28,
- "event": "Hockey Men's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Dirk Van Tichelt",
- "gender": "M",
- "height": "173",
- "weight": "73",
- "sport": "Judo",
- "team": "Belgium",
- "noc": "BEL",
- "age": 32,
- "event": "Judo Men's Lightweight",
- "medal": "Bronze"
- },
- {
- "name": "Vincent Vanasch",
- "gender": "M",
- "height": "180",
- "weight": "78",
- "sport": "Hockey",
- "team": "Belgium",
- "noc": "BEL",
- "age": 28,
- "event": "Hockey Men's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Jan Vandrey",
- "gender": "M",
- "height": "188",
- "weight": "88",
- "sport": "Canoeing",
- "team": "Germany",
- "noc": "GER",
- "age": 24,
- "event": "Canoeing Men's Canadian Doubles, 1,000 metres",
- "medal": "Gold"
- },
- {
- "name": "Laura Vargas Koch",
- "gender": "F",
- "height": "173",
- "weight": "70",
- "sport": "Judo",
- "team": "Germany",
- "noc": "GER",
- "age": 26,
- "event": "Judo Women's Middleweight",
- "medal": "Bronze"
- },
- {
- "name": "Anamari \"Ana\" Velenek",
- "gender": "F",
- "height": "178",
- "weight": "78",
- "sport": "Judo",
- "team": "Slovenia",
- "noc": "SLO",
- "age": 25,
- "event": "Judo Women's Half-Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Sofiya Aleksandrovna Velikaya",
- "gender": "F",
- "height": "175",
- "weight": "70",
- "sport": "Fencing",
- "team": "Russia",
- "noc": "RUS",
- "age": 31,
- "event": "Fencing Women's Sabre, Individual",
- "medal": "Silver"
- },
- {
- "name": "Sofiya Aleksandrovna Velikaya",
- "gender": "F",
- "height": "175",
- "weight": "70",
- "sport": "Fencing",
- "team": "Russia",
- "noc": "RUS",
- "age": 31,
- "event": "Fencing Women's Sabre, Team",
- "medal": "Gold"
- },
- {
- "name": "Stefana Veljkovi",
- "gender": "F",
- "height": "190",
- "weight": "76",
- "sport": "Volleyball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 26,
- "event": "Volleyball Women's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Alessandro Velotto",
- "gender": "M",
- "height": "186",
- "weight": "85",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 21,
- "event": "Water Polo Men's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "David Verburg",
- "gender": "M",
- "height": "173",
- "weight": "70",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 25,
- "event": "Athletics Men's 4 x 400 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Jasa Veremalua",
- "gender": "M",
- "height": "195",
- "weight": "98",
- "sport": "Rugby Sevens",
- "team": "Fiji",
- "noc": "FIJ",
- "age": 28,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Oleh Yuriyovych Verniaiev",
- "gender": "M",
- "height": "161",
- "weight": "55",
- "sport": "Gymnastics",
- "team": "Ukraine",
- "noc": "UKR",
- "age": 22,
- "event": "Gymnastics Men's Individual All-Around",
- "medal": "Silver"
- },
- {
- "name": "Oleh Yuriyovych Verniaiev",
- "gender": "M",
- "height": "161",
- "weight": "55",
- "sport": "Gymnastics",
- "team": "Ukraine",
- "noc": "UKR",
- "age": 22,
- "event": "Gymnastics Men's Parallel Bars",
- "medal": "Gold"
- },
- {
- "name": "Maria Verschoor",
- "gender": "F",
- "height": "164",
- "weight": "58",
- "sport": "Hockey",
- "team": "Netherlands",
- "noc": "NED",
- "age": 22,
- "event": "Hockey Women's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Pieter Gilles \"Mechiel\" Versluis",
- "gender": "M",
- "height": "197",
- "weight": "95",
- "sport": "Rowing",
- "team": "Netherlands",
- "noc": "NED",
- "age": 29,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Bronze"
- },
- {
- "name": "Yelena Sergeyevna Vesnina",
- "gender": "F",
- "height": "180",
- "weight": "60",
- "sport": "Tennis",
- "team": "Russia-2",
- "noc": "RUS",
- "age": 30,
- "event": "Tennis Women's Doubles",
- "medal": "Gold"
- },
- {
- "name": "Luca Vettori",
- "gender": "M",
- "height": "200",
- "weight": "95",
- "sport": "Volleyball",
- "team": "Italy",
- "noc": "ITA",
- "age": 25,
- "event": "Volleyball Men's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Giuseppe Vicino",
- "gender": "M",
- "height": "195",
- "weight": "95",
- "sport": "Rowing",
- "team": "Italy",
- "noc": "ITA",
- "age": 23,
- "event": "Rowing Men's Coxless Fours",
- "medal": "Bronze"
- },
- {
- "name": "Lucas Martn Vila",
- "gender": "M",
- "height": "172",
- "weight": "75",
- "sport": "Hockey",
- "team": "Argentina",
- "noc": "ARG",
- "age": 29,
- "event": "Hockey Men's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Sunette Stella Viljoen",
- "gender": "F",
- "height": "170",
- "weight": "72",
- "sport": "Athletics",
- "team": "South Africa",
- "noc": "RSA",
- "age": 32,
- "event": "Athletics Women's Javelin Throw",
- "medal": "Silver"
- },
- {
- "name": "Samisoni Viriviri",
- "gender": "M",
- "height": "186",
- "weight": "88",
- "sport": "Rugby Sevens",
- "team": "Fiji",
- "noc": "FIJ",
- "age": 28,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Donata Vitartait",
- "gender": "F",
- "height": "170",
- "weight": "62",
- "sport": "Rowing",
- "team": "Lithuania",
- "noc": "LTU",
- "age": 27,
- "event": "Rowing Women's Double Sculls",
- "medal": "Bronze"
- },
- {
- "name": "Juan Manuel Vivaldi",
- "gender": "M",
- "height": "180",
- "weight": "80",
- "sport": "Hockey",
- "team": "Argentina",
- "noc": "ARG",
- "age": 37,
- "event": "Hockey Men's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Elia Viviani",
- "gender": "M",
- "height": "177",
- "weight": "70",
- "sport": "Cycling",
- "team": "Italy",
- "noc": "ITA",
- "age": 27,
- "event": "Cycling Men's Omnium",
- "medal": "Gold"
- },
- {
- "name": "Blanka Vlai",
- "gender": "F",
- "height": "193",
- "weight": "71",
- "sport": "Athletics",
- "team": "Croatia",
- "noc": "CRO",
- "age": 32,
- "event": "Athletics Women's High Jump",
- "medal": "Bronze"
- },
- {
- "name": "Roman Andreyevich Vlasov",
- "gender": "M",
- "height": "175",
- "weight": "75",
- "sport": "Wrestling",
- "team": "Russia",
- "noc": "RUS",
- "age": 25,
- "event": "Wrestling Men's Middleweight, Greco-Roman",
- "medal": "Gold"
- },
- {
- "name": "Erik Vlek",
- "gender": "M",
- "height": "189",
- "weight": "89",
- "sport": "Canoeing",
- "team": "Slovakia",
- "noc": "SVK",
- "age": 34,
- "event": "Canoeing Men's Kayak Fours, 1,000 metres",
- "medal": "Silver"
- },
- {
- "name": "Kristina Vogel",
- "gender": "F",
- "height": "160",
- "weight": "66",
- "sport": "Cycling",
- "team": "Germany",
- "noc": "GER",
- "age": 25,
- "event": "Cycling Women's Sprint",
- "medal": "Gold"
- },
- {
- "name": "Kristina Vogel",
- "gender": "F",
- "height": "160",
- "weight": "66",
- "sport": "Cycling",
- "team": "Germany",
- "noc": "GER",
- "age": 25,
- "event": "Cycling Women's Team Sprint",
- "medal": "Bronze"
- },
- {
- "name": "Dana Whitney Vollmer (-Grant)",
- "gender": "F",
- "height": "185",
- "weight": "68",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 28,
- "event": "Swimming Women's 4 x 100 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Dana Whitney Vollmer (-Grant)",
- "gender": "F",
- "height": "185",
- "weight": "68",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 28,
- "event": "Swimming Women's 100 metres Butterfly",
- "medal": "Bronze"
- },
- {
- "name": "Dana Whitney Vollmer (-Grant)",
- "gender": "F",
- "height": "185",
- "weight": "68",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 28,
- "event": "Swimming Women's 4 x 100 metres Medley Relay",
- "medal": "Gold"
- },
- {
- "name": "Nataliya Vitalyevna Vorobyova",
- "gender": "F",
- "height": "174",
- "weight": "69",
- "sport": "Wrestling",
- "team": "Russia",
- "noc": "RUS",
- "age": 25,
- "event": "Wrestling Women's Light-Heavyweight, Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Olena Oleksandrivna Voronina",
- "gender": "F",
- "height": "165",
- "weight": "65",
- "sport": "Fencing",
- "team": "Ukraine",
- "noc": "UKR",
- "age": 26,
- "event": "Fencing Women's Sabre, Team",
- "medal": "Silver"
- },
- {
- "name": "Anastasiya Sergeyevna Voynova",
- "gender": "F",
- "height": "162",
- "weight": "62",
- "sport": "Cycling",
- "team": "Russia",
- "noc": "RUS",
- "age": 23,
- "event": "Cycling Women's Team Sprint",
- "medal": "Silver"
- },
- {
- "name": "Anna Viktorovna Vyakhireva",
- "gender": "F",
- "height": "168",
- "weight": "63",
- "sport": "Handball",
- "team": "Russia",
- "noc": "RUS",
- "age": 21,
- "event": "Handball Women's Handball",
- "medal": "Gold"
- },
- {
- "name": "Walace Souza Silva",
- "gender": "M",
- "height": "188",
- "weight": "75",
- "sport": "Football",
- "team": "Brazil",
- "noc": "BRA",
- "age": 21,
- "event": "Football Men's Football",
- "medal": "Gold"
- },
- {
- "name": "Keshorn Walcott",
- "gender": "M",
- "height": "183",
- "weight": "90",
- "sport": "Athletics",
- "team": "Trinidad and Tobago",
- "noc": "TTO",
- "age": 23,
- "event": "Athletics Men's Javelin Throw",
- "medal": "Bronze"
- },
- {
- "name": "Marta Walczykiewicz",
- "gender": "F",
- "height": "165",
- "weight": "63",
- "sport": "Canoeing",
- "team": "Poland",
- "noc": "POL",
- "age": 29,
- "event": "Canoeing Women's Kayak Singles, 200 metres",
- "medal": "Silver"
- },
- {
- "name": "Bianca Michaela Walkden",
- "gender": "F",
- "height": "182",
- "weight": "74",
- "sport": "Taekwondo",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 24,
- "event": "Taekwondo Women's Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Kira Walkenhorst",
- "gender": "F",
- "height": "184",
- "weight": "75",
- "sport": "Beach Volleyball",
- "team": "Germany-1",
- "noc": "GER",
- "age": 25,
- "event": "Beach Volleyball Women's Beach Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Christopher James \"Chris\" Walker-Hebborn",
- "gender": "M",
- "height": "184",
- "weight": "84",
- "sport": "Swimming",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 26,
- "event": "Swimming Men's 4 x 100 metres Medley Relay",
- "medal": "Silver"
- },
- {
- "name": "Wallace Leandro de Souza",
- "gender": "M",
- "height": "198",
- "weight": "87",
- "sport": "Volleyball",
- "team": "Brazil",
- "noc": "BRA",
- "age": 29,
- "event": "Volleyball Men's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Daniel \"Dan\" Wallace",
- "gender": "M",
- "height": "188",
- "weight": "80",
- "sport": "Swimming",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 23,
- "event": "Swimming Men's 4 x 200 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Kenneth Maxwell \"Ken\" Wallace",
- "gender": "M",
- "height": "190",
- "weight": "90",
- "sport": "Canoeing",
- "team": "Australia",
- "noc": "AUS",
- "age": 33,
- "event": "Canoeing Men's Kayak Doubles, 1,000 metres",
- "medal": "Bronze"
- },
- {
- "name": "Tomas \"Tom\" Walsh",
- "gender": "M",
- "height": "185",
- "weight": "120",
- "sport": "Athletics",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 24,
- "event": "Athletics Men's Shot Put",
- "medal": "Bronze"
- },
- {
- "name": "Kerri Lee Walsh Jennings",
- "gender": "F",
- "height": "191",
- "weight": "73",
- "sport": "Beach Volleyball",
- "team": "United States-1",
- "noc": "USA",
- "age": 37,
- "event": "Beach Volleyball Women's Beach Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Marcus Cooper Walz",
- "gender": "M",
- "height": "184",
- "weight": "82",
- "sport": "Canoeing",
- "team": "Spain",
- "noc": "ESP",
- "age": 21,
- "event": "Canoeing Men's Kayak Singles, 1,000 metres",
- "medal": "Gold"
- },
- {
- "name": "Margaret Nyairera Wambui",
- "gender": "F",
- "height": "NA",
- "weight": "66",
- "sport": "Athletics",
- "team": "Kenya",
- "noc": "KEN",
- "age": 20,
- "event": "Athletics Women's 800 metres",
- "medal": "Bronze"
- },
- {
- "name": "Wang Shun",
- "gender": "M",
- "height": "191",
- "weight": "74",
- "sport": "Swimming",
- "team": "China",
- "noc": "CHN",
- "age": 22,
- "event": "Swimming Men's 200 metres Individual Medley",
- "medal": "Bronze"
- },
- {
- "name": "Wang Yan",
- "gender": "F",
- "height": "140",
- "weight": "33",
- "sport": "Gymnastics",
- "team": "China",
- "noc": "CHN",
- "age": 16,
- "event": "Gymnastics Women's Team All-Around",
- "medal": "Bronze"
- },
- {
- "name": "Wang Zhen",
- "gender": "M",
- "height": "180",
- "weight": "62",
- "sport": "Athletics",
- "team": "China",
- "noc": "CHN",
- "age": 24,
- "event": "Athletics Men's 20 kilometres Walk",
- "medal": "Gold"
- },
- {
- "name": "McLain Ward",
- "gender": "M",
- "height": "176",
- "weight": "70",
- "sport": "Equestrianism",
- "team": "United States",
- "noc": "USA",
- "age": 40,
- "event": "Equestrianism Mixed Jumping, Team",
- "medal": "Silver"
- },
- {
- "name": "Damian Warner",
- "gender": "M",
- "height": "185",
- "weight": "83",
- "sport": "Athletics",
- "team": "Canada",
- "noc": "CAN",
- "age": 26,
- "event": "Athletics Men's Decathlon",
- "medal": "Bronze"
- },
- {
- "name": "Natasha Watcham-Roy",
- "gender": "F",
- "height": "170",
- "weight": "67",
- "sport": "Rugby Sevens",
- "team": "Canada",
- "noc": "CAN",
- "age": 24,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Jason Waterhouse",
- "gender": "M",
- "height": "185",
- "weight": "75",
- "sport": "Sailing",
- "team": "Australia",
- "noc": "AUS",
- "age": 24,
- "event": "Sailing Mixed Multihull",
- "medal": "Silver"
- },
- {
- "name": "Marcus China Watson",
- "gender": "M",
- "height": "177",
- "weight": "88",
- "sport": "Rugby Sevens",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 25,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Hollie Webb",
- "gender": "F",
- "height": "165",
- "weight": "65",
- "sport": "Hockey",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 25,
- "event": "Hockey Women's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Franziska Weber",
- "gender": "F",
- "height": "176",
- "weight": "70",
- "sport": "Canoeing",
- "team": "Germany",
- "noc": "GER",
- "age": 27,
- "event": "Canoeing Women's Kayak Doubles, 500 metres",
- "medal": "Silver"
- },
- {
- "name": "Franziska Weber",
- "gender": "F",
- "height": "176",
- "weight": "70",
- "sport": "Canoeing",
- "team": "Germany",
- "noc": "GER",
- "age": 27,
- "event": "Canoeing Women's Kayak Fours, 500 metres",
- "medal": "Silver"
- },
- {
- "name": "Sam Webster",
- "gender": "M",
- "height": "183",
- "weight": "80",
- "sport": "Cycling",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 25,
- "event": "Cycling Men's Team Sprint",
- "medal": "Silver"
- },
- {
- "name": "Ferry Weertman",
- "gender": "M",
- "height": "189",
- "weight": "86",
- "sport": "Swimming",
- "team": "Netherlands",
- "noc": "NED",
- "age": 24,
- "event": "Swimming Men's 10 kilometres Open Water",
- "medal": "Gold"
- },
- {
- "name": "Wei Qiuyue",
- "gender": "F",
- "height": "182",
- "weight": "65",
- "sport": "Volleyball",
- "team": "China",
- "noc": "CHN",
- "age": 27,
- "event": "Volleyball Women's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Steffen Weinhold",
- "gender": "M",
- "height": "191",
- "weight": "94",
- "sport": "Handball",
- "team": "Germany",
- "noc": "GER",
- "age": 30,
- "event": "Handball Men's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Amanda Jo Weir (-Davis)",
- "gender": "F",
- "height": "188",
- "weight": "77",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Swimming Women's 4 x 100 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Abbey Weitzeil",
- "gender": "F",
- "height": "178",
- "weight": "68",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Swimming Women's 4 x 100 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Abbey Weitzeil",
- "gender": "F",
- "height": "178",
- "weight": "68",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Swimming Women's 4 x 100 metres Medley Relay",
- "medal": "Gold"
- },
- {
- "name": "Niklas Wellen",
- "gender": "M",
- "height": "185",
- "weight": "77",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 21,
- "event": "Hockey Men's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Sam Welsford",
- "gender": "M",
- "height": "179",
- "weight": "82",
- "sport": "Cycling",
- "team": "Australia",
- "noc": "AUS",
- "age": 20,
- "event": "Cycling Men's Team Pursuit, 4,000 metres",
- "medal": "Silver"
- },
- {
- "name": "Miriam Welte",
- "gender": "F",
- "height": "171",
- "weight": "67",
- "sport": "Cycling",
- "team": "Germany",
- "noc": "GER",
- "age": 29,
- "event": "Cycling Women's Team Sprint",
- "medal": "Bronze"
- },
- {
- "name": "Lidewij Marsia Maria Welten",
- "gender": "F",
- "height": "170",
- "weight": "64",
- "sport": "Hockey",
- "team": "Netherlands",
- "noc": "NED",
- "age": 26,
- "event": "Hockey Women's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Phillipp Wende",
- "gender": "M",
- "height": "199",
- "weight": "90",
- "sport": "Rowing",
- "team": "Germany",
- "noc": "GER",
- "age": 31,
- "event": "Rowing Men's Quadruple Sculls",
- "medal": "Gold"
- },
- {
- "name": "Isabelle Regina Werth",
- "gender": "F",
- "height": "169",
- "weight": "66",
- "sport": "Equestrianism",
- "team": "Germany",
- "noc": "GER",
- "age": 47,
- "event": "Equestrianism Mixed Dressage, Individual",
- "medal": "Silver"
- },
- {
- "name": "Isabelle Regina Werth",
- "gender": "F",
- "height": "169",
- "weight": "66",
- "sport": "Equestrianism",
- "team": "Germany",
- "noc": "GER",
- "age": 47,
- "event": "Equestrianism Mixed Dressage, Team",
- "medal": "Gold"
- },
- {
- "name": "Christopher Wesley",
- "gender": "M",
- "height": "192",
- "weight": "88",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 29,
- "event": "Hockey Men's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Sanne Wevers",
- "gender": "F",
- "height": "156",
- "weight": "46",
- "sport": "Gymnastics",
- "team": "Netherlands",
- "noc": "NED",
- "age": 24,
- "event": "Gymnastics Women's Balance Beam",
- "medal": "Gold"
- },
- {
- "name": "Wverton Pereira da Silva",
- "gender": "M",
- "height": "189",
- "weight": "86",
- "sport": "Football",
- "team": "Brazil",
- "noc": "BRA",
- "age": 28,
- "event": "Football Men's Football",
- "medal": "Gold"
- },
- {
- "name": "Lindsay Marie Whalen",
- "gender": "F",
- "height": "175",
- "weight": "72",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 34,
- "event": "Basketball Women's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Nicola White",
- "gender": "F",
- "height": "172",
- "weight": "65",
- "sport": "Hockey",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 28,
- "event": "Hockey Women's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Max Antony Whitlock",
- "gender": "M",
- "height": "167",
- "weight": "56",
- "sport": "Gymnastics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 23,
- "event": "Gymnastics Men's Individual All-Around",
- "medal": "Bronze"
- },
- {
- "name": "Max Antony Whitlock",
- "gender": "M",
- "height": "167",
- "weight": "56",
- "sport": "Gymnastics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 23,
- "event": "Gymnastics Men's Floor Exercise",
- "medal": "Gold"
- },
- {
- "name": "Max Antony Whitlock",
- "gender": "M",
- "height": "167",
- "weight": "56",
- "sport": "Gymnastics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 23,
- "event": "Gymnastics Men's Pommelled Horse",
- "medal": "Gold"
- },
- {
- "name": "Erica Elizabeth Wiebe",
- "gender": "F",
- "height": "175",
- "weight": "75",
- "sport": "Wrestling",
- "team": "Canada",
- "noc": "CAN",
- "age": 27,
- "event": "Wrestling Women's Heavyweight, Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Fabian Wiede",
- "gender": "M",
- "height": "194",
- "weight": "94",
- "sport": "Handball",
- "team": "Germany",
- "noc": "GER",
- "age": 22,
- "event": "Handball Men's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Patrick Wiencek",
- "gender": "M",
- "height": "200",
- "weight": "110",
- "sport": "Handball",
- "team": "Germany",
- "noc": "GER",
- "age": 27,
- "event": "Handball Men's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Peter Noel Jan Wiersum",
- "gender": "M",
- "height": "173",
- "weight": "55",
- "sport": "Rowing",
- "team": "Netherlands",
- "noc": "NED",
- "age": 31,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Bronze"
- },
- {
- "name": "Tone Wieten",
- "gender": "M",
- "height": "201",
- "weight": "102",
- "sport": "Rowing",
- "team": "Netherlands",
- "noc": "NED",
- "age": 22,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Bronze"
- },
- {
- "name": "Bradley Marc Wiggins",
- "gender": "M",
- "height": "190",
- "weight": "82",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 36,
- "event": "Cycling Men's Team Pursuit, 4,000 metres",
- "medal": "Gold"
- },
- {
- "name": "Rhian Emilie Wilkinson",
- "gender": "F",
- "height": "166",
- "weight": "66",
- "sport": "Football",
- "team": "Canada",
- "noc": "CAN",
- "age": 34,
- "event": "Football Women's Football",
- "medal": "Bronze"
- },
- {
- "name": "William de Asevedo Furtado",
- "gender": "M",
- "height": "176",
- "weight": "65",
- "sport": "Football",
- "team": "Brazil",
- "noc": "BRA",
- "age": 21,
- "event": "Football Men's Football",
- "medal": "Gold"
- },
- {
- "name": "Charity Williams",
- "gender": "F",
- "height": "162",
- "weight": "68",
- "sport": "Rugby Sevens",
- "team": "Canada",
- "noc": "CAN",
- "age": 19,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Christania Williams",
- "gender": "F",
- "height": "165",
- "weight": "63",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 21,
- "event": "Athletics Women's 4 x 100 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Michelle Williams (-Toro)",
- "gender": "F",
- "height": "175",
- "weight": "67",
- "sport": "Swimming",
- "team": "Canada",
- "noc": "CAN",
- "age": 25,
- "event": "Swimming Women's 4 x 100 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "Niall Williams",
- "gender": "F",
- "height": "173",
- "weight": "74",
- "sport": "Rugby Sevens",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 28,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Sharni Williams",
- "gender": "F",
- "height": "167",
- "weight": "79",
- "sport": "Rugby Sevens",
- "team": "Australia",
- "noc": "AUS",
- "age": 28,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Venus Ebony Starr Williams",
- "gender": "F",
- "height": "185",
- "weight": "75",
- "sport": "Tennis",
- "team": "United States-1",
- "noc": "USA",
- "age": 36,
- "event": "Tennis Mixed Doubles",
- "medal": "Silver"
- },
- {
- "name": "Novlene Hilaire Williams-Mills",
- "gender": "F",
- "height": "168",
- "weight": "57",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 34,
- "event": "Athletics Women's 4 x 400 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Nicholas Ian \"Nick\" Willis",
- "gender": "M",
- "height": "183",
- "weight": "68",
- "sport": "Athletics",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 33,
- "event": "Athletics Men's 1,500 metres",
- "medal": "Bronze"
- },
- {
- "name": "Madison \"Madi\" Wilson",
- "gender": "F",
- "height": "179",
- "weight": "61",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 22,
- "event": "Swimming Women's 4 x 100 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Madison \"Madi\" Wilson",
- "gender": "F",
- "height": "179",
- "weight": "61",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 22,
- "event": "Swimming Women's 4 x 100 metres Medley Relay",
- "medal": "Silver"
- },
- {
- "name": "Melanie Kate Wilson",
- "gender": "F",
- "height": "184",
- "weight": "75",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 32,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Silver"
- },
- {
- "name": "Nile Wilson",
- "gender": "M",
- "height": "166",
- "weight": "60",
- "sport": "Gymnastics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 20,
- "event": "Gymnastics Men's Horizontal Bar",
- "medal": "Bronze"
- },
- {
- "name": "Spencer James W. Wilton",
- "gender": "M",
- "height": "183",
- "weight": "83",
- "sport": "Equestrianism",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 43,
- "event": "Equestrianism Mixed Dressage, Team",
- "medal": "Silver"
- },
- {
- "name": "Kasper Winther Jrgensen",
- "gender": "M",
- "height": "182",
- "weight": "73",
- "sport": "Rowing",
- "team": "Denmark",
- "noc": "DEN",
- "age": 31,
- "event": "Rowing Men's Lightweight Coxless Fours",
- "medal": "Silver"
- },
- {
- "name": "Anita Wodarczyk",
- "gender": "F",
- "height": "178",
- "weight": "95",
- "sport": "Athletics",
- "team": "Poland",
- "noc": "POL",
- "age": 30,
- "event": "Athletics Women's Hammer Throw",
- "medal": "Gold"
- },
- {
- "name": "Maja Martyna Woszczowska",
- "gender": "F",
- "height": "170",
- "weight": "54",
- "sport": "Cycling",
- "team": "Poland",
- "noc": "POL",
- "age": 32,
- "event": "Cycling Women's Mountainbike, Cross-team",
- "medal": "Silver"
- },
- {
- "name": "Andreas Wolff",
- "gender": "M",
- "height": "198",
- "weight": "110",
- "sport": "Handball",
- "team": "Germany",
- "noc": "GER",
- "age": 25,
- "event": "Handball Men's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Panipak Wongpattanakit",
- "gender": "F",
- "height": "173",
- "weight": "49",
- "sport": "Taekwondo",
- "team": "Thailand",
- "noc": "THA",
- "age": 18,
- "event": "Taekwondo Women's Flyweight",
- "medal": "Bronze"
- },
- {
- "name": "Portia Woodman",
- "gender": "F",
- "height": "169",
- "weight": "74",
- "sport": "Rugby Sevens",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 25,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Kelsi Worrell",
- "gender": "F",
- "height": "180",
- "weight": "75",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 22,
- "event": "Swimming Women's 4 x 100 metres Medley Relay",
- "medal": "Gold"
- },
- {
- "name": "Taylor Worth",
- "gender": "M",
- "height": "174",
- "weight": "60",
- "sport": "Archery",
- "team": "Australia",
- "noc": "AUS",
- "age": 25,
- "event": "Archery Men's Team",
- "medal": "Bronze"
- },
- {
- "name": "Dagmara Wozniak (Woniak-)",
- "gender": "F",
- "height": "173",
- "weight": "81",
- "sport": "Fencing",
- "team": "United States",
- "noc": "USA",
- "age": 28,
- "event": "Fencing Women's Sabre, Team",
- "medal": "Bronze"
- },
- {
- "name": "Felipe Almeida Wu",
- "gender": "M",
- "height": "169",
- "weight": "69",
- "sport": "Shooting",
- "team": "Brazil",
- "noc": "BRA",
- "age": 24,
- "event": "Shooting Men's Air Pistol, 10 metres",
- "medal": "Silver"
- },
- {
- "name": "Wu Minxia",
- "gender": "F",
- "height": "167",
- "weight": "52",
- "sport": "Diving",
- "team": "China",
- "noc": "CHN",
- "age": 30,
- "event": "Diving Women's Synchronized Springboard",
- "medal": "Gold"
- },
- {
- "name": "Marta Xargay Casademont",
- "gender": "F",
- "height": "180",
- "weight": "71",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 25,
- "event": "Basketball Women's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Xiang Yanmei",
- "gender": "F",
- "height": "163",
- "weight": "69",
- "sport": "Weightlifting",
- "team": "China",
- "noc": "CHN",
- "age": 24,
- "event": "Weightlifting Women's Light-Heavyweight",
- "medal": "Gold"
- },
- {
- "name": "Xu Anqi",
- "gender": "F",
- "height": "182",
- "weight": "76",
- "sport": "Fencing",
- "team": "China",
- "noc": "CHN",
- "age": 24,
- "event": "Fencing Women's epee, Team",
- "medal": "Silver"
- },
- {
- "name": "Xu Jiayu",
- "gender": "M",
- "height": "187",
- "weight": "78",
- "sport": "Swimming",
- "team": "China",
- "noc": "CHN",
- "age": 20,
- "event": "Swimming Men's 100 metres Backstroke",
- "medal": "Silver"
- },
- {
- "name": "Xu Xin",
- "gender": "M",
- "height": "180",
- "weight": "67",
- "sport": "Table Tennis",
- "team": "China",
- "noc": "CHN",
- "age": 26,
- "event": "Table Tennis Men's Team",
- "medal": "Gold"
- },
- {
- "name": "Xu Yunli",
- "gender": "F",
- "height": "195",
- "weight": "75",
- "sport": "Volleyball",
- "team": "China",
- "noc": "CHN",
- "age": 29,
- "event": "Volleyball Women's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Kanae Yamabe",
- "gender": "F",
- "height": "172",
- "weight": "108",
- "sport": "Judo",
- "team": "Japan",
- "noc": "JPN",
- "age": 25,
- "event": "Judo Women's Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Ryota Yamagata",
- "gender": "M",
- "height": "177",
- "weight": "70",
- "sport": "Athletics",
- "team": "Japan",
- "noc": "JPN",
- "age": 24,
- "event": "Athletics Men's 4 x 100 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Koji Yamamuro",
- "gender": "M",
- "height": "159",
- "weight": "58",
- "sport": "Gymnastics",
- "team": "Japan",
- "noc": "JPN",
- "age": 27,
- "event": "Gymnastics Men's Team All-Around",
- "medal": "Gold"
- },
- {
- "name": "Yan Ni",
- "gender": "F",
- "height": "192",
- "weight": "74",
- "sport": "Volleyball",
- "team": "China",
- "noc": "CHN",
- "age": 29,
- "event": "Volleyball Women's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Dmytro Mykolaiovych Yanchuk",
- "gender": "M",
- "height": "184",
- "weight": "75",
- "sport": "Canoeing",
- "team": "Ukraine",
- "noc": "UKR",
- "age": 23,
- "event": "Canoeing Men's Canadian Doubles, 1,000 metres",
- "medal": "Bronze"
- },
- {
- "name": "Yang Fangxu",
- "gender": "F",
- "height": "190",
- "weight": "71",
- "sport": "Volleyball",
- "team": "China",
- "noc": "CHN",
- "age": 21,
- "event": "Volleyball Women's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Elitsa Atanasova Yankova",
- "gender": "F",
- "height": "151",
- "weight": "48",
- "sport": "Wrestling",
- "team": "Bulgaria",
- "noc": "BUL",
- "age": 21,
- "event": "Wrestling Women's Flyweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Selim Yaar",
- "gender": "M",
- "height": "179",
- "weight": "86",
- "sport": "Wrestling",
- "team": "Turkey",
- "noc": "TUR",
- "age": 26,
- "event": "Wrestling Men's Light-Heavyweight, Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Hassan Aliazam Yazdanicharati",
- "gender": "M",
- "height": "181",
- "weight": "74",
- "sport": "Wrestling",
- "team": "Iran",
- "noc": "IRI",
- "age": 21,
- "event": "Wrestling Men's Middleweight, Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Yuliya Andreyevna Yefimova",
- "gender": "F",
- "height": "178",
- "weight": "64",
- "sport": "Swimming",
- "team": "Russia",
- "noc": "RUS",
- "age": 24,
- "event": "Swimming Women's 100 metres Breaststroke",
- "medal": "Silver"
- },
- {
- "name": "Yuliya Andreyevna Yefimova",
- "gender": "F",
- "height": "178",
- "weight": "64",
- "sport": "Swimming",
- "team": "Russia",
- "noc": "RUS",
- "age": 24,
- "event": "Swimming Women's 200 metres Breaststroke",
- "medal": "Silver"
- },
- {
- "name": "Julius Kiplagat Yego",
- "gender": "M",
- "height": "175",
- "weight": "94",
- "sport": "Athletics",
- "team": "Kenya",
- "noc": "KEN",
- "age": 27,
- "event": "Athletics Men's Javelin Throw",
- "medal": "Silver"
- },
- {
- "name": "Yana Karapetovna Yegoryan",
- "gender": "F",
- "height": "175",
- "weight": "64",
- "sport": "Fencing",
- "team": "Russia",
- "noc": "RUS",
- "age": 22,
- "event": "Fencing Women's Sabre, Individual",
- "medal": "Gold"
- },
- {
- "name": "Yana Karapetovna Yegoryan",
- "gender": "F",
- "height": "175",
- "weight": "64",
- "sport": "Fencing",
- "team": "Russia",
- "noc": "RUS",
- "age": 22,
- "event": "Fencing Women's Sabre, Team",
- "medal": "Gold"
- },
- {
- "name": "Daniyar Maratovich Yeleusinov",
- "gender": "M",
- "height": "178",
- "weight": "64",
- "sport": "Boxing",
- "team": "Kazakhstan",
- "noc": "KAZ",
- "age": 25,
- "event": "Boxing Men's Welterweight",
- "medal": "Gold"
- },
- {
- "name": "Tatyana Vladimirova Yerokhina",
- "gender": "F",
- "height": "185",
- "weight": "73",
- "sport": "Handball",
- "team": "Russia",
- "noc": "RUS",
- "age": 31,
- "event": "Handball Women's Handball",
- "medal": "Gold"
- },
- {
- "name": "Yi Siling",
- "gender": "F",
- "height": "165",
- "weight": "51",
- "sport": "Shooting",
- "team": "China",
- "noc": "CHN",
- "age": 27,
- "event": "Shooting Women's Air Rifle, 10 metres",
- "medal": "Bronze"
- },
- {
- "name": "Yin Chengxin",
- "gender": "F",
- "height": "170",
- "weight": "58",
- "sport": "Synchronized Swimming",
- "team": "China",
- "noc": "CHN",
- "age": 21,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Silver"
- },
- {
- "name": "Yin Junhua",
- "gender": "F",
- "height": "167",
- "weight": "60",
- "sport": "Boxing",
- "team": "China",
- "noc": "CHN",
- "age": 25,
- "event": "Boxing Women's Lightweight",
- "medal": "Silver"
- },
- {
- "name": "Tony Victor James Yoka",
- "gender": "M",
- "height": "200",
- "weight": "105",
- "sport": "Boxing",
- "team": "France",
- "noc": "FRA",
- "age": 24,
- "event": "Boxing Men's Super-Heavyweight",
- "medal": "Gold"
- },
- {
- "name": "Yoon Jin-Hee",
- "gender": "F",
- "height": "158",
- "weight": "53",
- "sport": "Weightlifting",
- "team": "South Korea",
- "noc": "KOR",
- "age": 29,
- "event": "Weightlifting Women's Featherweight",
- "medal": "Bronze"
- },
- {
- "name": "Kurumi Yoshida",
- "gender": "F",
- "height": "167",
- "weight": "57",
- "sport": "Synchronized Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 24,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Bronze"
- },
- {
- "name": "Saori Yoshida",
- "gender": "F",
- "height": "157",
- "weight": "55",
- "sport": "Wrestling",
- "team": "Japan",
- "noc": "JPN",
- "age": 33,
- "event": "Wrestling Women's Featherweight, Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Maharu Yoshimura",
- "gender": "M",
- "height": "177",
- "weight": "61",
- "sport": "Table Tennis",
- "team": "Japan",
- "noc": "JPN",
- "age": 23,
- "event": "Table Tennis Men's Team",
- "medal": "Silver"
- },
- {
- "name": "You Hao",
- "gender": "M",
- "height": "162",
- "weight": "60",
- "sport": "Gymnastics",
- "team": "China",
- "noc": "CHN",
- "age": 24,
- "event": "Gymnastics Men's Team All-Around",
- "medal": "Bronze"
- },
- {
- "name": "Yu Song",
- "gender": "F",
- "height": "182",
- "weight": "128",
- "sport": "Judo",
- "team": "China",
- "noc": "CHN",
- "age": 29,
- "event": "Judo Women's Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Yuan Xinyue",
- "gender": "F",
- "height": "201",
- "weight": "78",
- "sport": "Volleyball",
- "team": "China",
- "noc": "CHN",
- "age": 19,
- "event": "Volleyball Women's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Grce Zaadi Deuna",
- "gender": "F",
- "height": "171",
- "weight": "66",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 23,
- "event": "Handball Women's Handball",
- "medal": "Silver"
- },
- {
- "name": "Olga Sergeyevna Zabelinskaya (Sukhoruchenkova-)",
- "gender": "F",
- "height": "175",
- "weight": "61",
- "sport": "Cycling",
- "team": "Russia",
- "noc": "RUS",
- "age": 36,
- "event": "Cycling Women's Individual Time Trial",
- "medal": "Silver"
- },
- {
- "name": "Shelina Laura Zadorsky",
- "gender": "F",
- "height": "172",
- "weight": "67",
- "sport": "Football",
- "team": "Canada",
- "noc": "CAN",
- "age": 23,
- "event": "Football Women's Football",
- "medal": "Bronze"
- },
- {
- "name": "Mariel Leigh Zagunis",
- "gender": "F",
- "height": "173",
- "weight": "72",
- "sport": "Fencing",
- "team": "United States",
- "noc": "USA",
- "age": 31,
- "event": "Fencing Women's Sabre, Team",
- "medal": "Bronze"
- },
- {
- "name": "Thomas Zajac",
- "gender": "M",
- "height": "180",
- "weight": "77",
- "sport": "Sailing",
- "team": "Austria",
- "noc": "AUT",
- "age": 30,
- "event": "Sailing Mixed Multihull",
- "medal": "Bronze"
- },
- {
- "name": "Arthur Nabarrete Zanetti",
- "gender": "M",
- "height": "156",
- "weight": "61",
- "sport": "Gymnastics",
- "team": "Brazil",
- "noc": "BRA",
- "age": 26,
- "event": "Gymnastics Men's Rings",
- "medal": "Silver"
- },
- {
- "name": "Aleksandr Sergeyevich Zaychikov",
- "gender": "M",
- "height": "180",
- "weight": "105",
- "sport": "Weightlifting",
- "team": "Kazakhstan",
- "noc": "KAZ",
- "age": 23,
- "event": "Weightlifting Men's Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Ivan Zaytsev",
- "gender": "M",
- "height": "204",
- "weight": "100",
- "sport": "Volleyball",
- "team": "Italy",
- "noc": "ITA",
- "age": 27,
- "event": "Volleyball Men's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Vasilij bogar",
- "gender": "M",
- "height": "189",
- "weight": "98",
- "sport": "Sailing",
- "team": "Slovenia",
- "noc": "SLO",
- "age": 40,
- "event": "Sailing Men's One Person Heavyweight Dinghy",
- "medal": "Silver"
- },
- {
- "name": "Jos Carlos Cracco Neto",
- "gender": "M",
- "height": "170",
- "weight": "69",
- "sport": "Football",
- "team": "Brazil",
- "noc": "BRA",
- "age": 22,
- "event": "Football Men's Football",
- "medal": "Gold"
- },
- {
- "name": "Zeng Zhen",
- "gender": "F",
- "height": "170",
- "weight": "61",
- "sport": "Synchronized Swimming",
- "team": "China",
- "noc": "CHN",
- "age": 22,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Silver"
- },
- {
- "name": "Zhang Binbin",
- "gender": "F",
- "height": "164",
- "weight": "55",
- "sport": "Shooting",
- "team": "China",
- "noc": "CHN",
- "age": 27,
- "event": "Shooting Women's Small-Bore Rifle, Three Positions, 50 metres",
- "medal": "Silver"
- },
- {
- "name": "Zhang Changning",
- "gender": "F",
- "height": "193",
- "weight": "79",
- "sport": "Volleyball",
- "team": "China",
- "noc": "CHN",
- "age": 20,
- "event": "Volleyball Women's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Zhang Chenglong",
- "gender": "M",
- "height": "173",
- "weight": "65",
- "sport": "Gymnastics",
- "team": "China",
- "noc": "CHN",
- "age": 27,
- "event": "Gymnastics Men's Team All-Around",
- "medal": "Bronze"
- },
- {
- "name": "Zhang Fengliu",
- "gender": "F",
- "height": "172",
- "weight": "77",
- "sport": "Wrestling",
- "team": "China",
- "noc": "CHN",
- "age": 26,
- "event": "Wrestling Women's Heavyweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Zhang Jike",
- "gender": "M",
- "height": "178",
- "weight": "70",
- "sport": "Table Tennis",
- "team": "China",
- "noc": "CHN",
- "age": 28,
- "event": "Table Tennis Men's Singles",
- "medal": "Silver"
- },
- {
- "name": "Zhang Jike",
- "gender": "M",
- "height": "178",
- "weight": "70",
- "sport": "Table Tennis",
- "team": "China",
- "noc": "CHN",
- "age": 28,
- "event": "Table Tennis Men's Team",
- "medal": "Gold"
- },
- {
- "name": "Zhang Mengxue",
- "gender": "F",
- "height": "162",
- "weight": "70",
- "sport": "Shooting",
- "team": "China",
- "noc": "CHN",
- "age": 25,
- "event": "Shooting Women's Air Pistol, 10 metres",
- "medal": "Gold"
- },
- {
- "name": "Zhang Nan",
- "gender": "M",
- "height": "183",
- "weight": "75",
- "sport": "Badminton",
- "team": "China-1",
- "noc": "CHN",
- "age": 26,
- "event": "Badminton Mixed Doubles",
- "medal": "Bronze"
- },
- {
- "name": "Zhang Nan",
- "gender": "M",
- "height": "183",
- "weight": "75",
- "sport": "Badminton",
- "team": "China-1",
- "noc": "CHN",
- "age": 26,
- "event": "Badminton Men's Doubles",
- "medal": "Gold"
- },
- {
- "name": "Zhang Wenxiu",
- "gender": "F",
- "height": "183",
- "weight": "105",
- "sport": "Athletics",
- "team": "China",
- "noc": "CHN",
- "age": 30,
- "event": "Athletics Women's Hammer Throw",
- "medal": "Silver"
- },
- {
- "name": "Zhao Shuai",
- "gender": "M",
- "height": "188",
- "weight": "63",
- "sport": "Taekwondo",
- "team": "China",
- "noc": "CHN",
- "age": 20,
- "event": "Taekwondo Men's Flyweight",
- "medal": "Gold"
- },
- {
- "name": "Zhao Yunlei",
- "gender": "F",
- "height": "173",
- "weight": "60",
- "sport": "Badminton",
- "team": "China-1",
- "noc": "CHN",
- "age": 29,
- "event": "Badminton Mixed Doubles",
- "medal": "Bronze"
- },
- {
- "name": "Zhazira Abdrakhmanovna Zhapparkul",
- "gender": "F",
- "height": "155",
- "weight": "69",
- "sport": "Weightlifting",
- "team": "Kazakhstan",
- "noc": "KAZ",
- "age": 22,
- "event": "Weightlifting Women's Light-Heavyweight",
- "medal": "Silver"
- },
- {
- "name": "Zheng Shuyin",
- "gender": "F",
- "height": "188",
- "weight": "75",
- "sport": "Taekwondo",
- "team": "China",
- "noc": "CHN",
- "age": 22,
- "event": "Taekwondo Women's Heavyweight",
- "medal": "Gold"
- },
- {
- "name": "Viktoriya Yuryevna Zhilinskayte",
- "gender": "F",
- "height": "188",
- "weight": "80",
- "sport": "Handball",
- "team": "Russia",
- "noc": "RUS",
- "age": 27,
- "event": "Handball Women's Handball",
- "medal": "Gold"
- },
- {
- "name": "Valeriya Sergeyevna Zholobova-Koblova",
- "gender": "F",
- "height": "164",
- "weight": "58",
- "sport": "Wrestling",
- "team": "Russia",
- "noc": "RUS",
- "age": 23,
- "event": "Wrestling Women's Lightweight, Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Zhong Tianshi",
- "gender": "F",
- "height": "168",
- "weight": "62",
- "sport": "Cycling",
- "team": "China",
- "noc": "CHN",
- "age": 25,
- "event": "Cycling Women's Team Sprint",
- "medal": "Gold"
- },
- {
- "name": "Zhu Ting",
- "gender": "F",
- "height": "198",
- "weight": "78",
- "sport": "Volleyball",
- "team": "China",
- "noc": "CHN",
- "age": 21,
- "event": "Volleyball Women's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Bojana ivkovi",
- "gender": "F",
- "height": "186",
- "weight": "72",
- "sport": "Volleyball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 28,
- "event": "Volleyball Women's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Shakhobiddin Shokirovich Zoirov",
- "gender": "M",
- "height": "169",
- "weight": "52",
- "sport": "Boxing",
- "team": "Uzbekistan",
- "noc": "UZB",
- "age": 23,
- "event": "Boxing Men's Flyweight",
- "medal": "Gold"
- },
- {
- "name": "Milenko Zori",
- "gender": "M",
- "height": "179",
- "weight": "73",
- "sport": "Canoeing",
- "team": "Serbia",
- "noc": "SRB",
- "age": 27,
- "event": "Canoeing Men's Kayak Doubles, 1,000 metres",
- "medal": "Silver"
- },
- {
- "name": "Martin Zwicker",
- "gender": "M",
- "height": "175",
- "weight": "64",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 29,
- "event": "Hockey Men's Hockey",
- "medal": "Bronze"
- }
- ]
-}
diff --git a/src/data/athletes/athletes.json b/src/data/athletes/athletes.json
deleted file mode 100644
index 95019e1e..00000000
--- a/src/data/athletes/athletes.json
+++ /dev/null
@@ -1,24284 +0,0 @@
-{
- "games": "Olympic Games",
- "year": 2016,
- "season": "summer",
- "city": "Rio de Janeiro",
- "athletes": [
- {
- "name": "Giovanni Abagnale",
- "gender": "M",
- "height": "198",
- "weight": "90",
- "sport": "Rowing",
- "team": "Italy",
- "noc": "ITA",
- "age": 21,
- "event": "Rowing Men's Coxless Pairs",
- "medal": "Bronze"
- },
- {
- "name": "Patimat Abakarova",
- "gender": "F",
- "height": "165",
- "weight": "49",
- "sport": "Taekwondo",
- "team": "Azerbaijan",
- "noc": "AZE",
- "age": 21,
- "event": "Taekwondo Women's Flyweight",
- "medal": "Bronze"
- },
- {
- "name": "Luc Abalo",
- "gender": "M",
- "height": "182",
- "weight": "86",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 31,
- "event": "Handball Men's Handball",
- "medal": "Silver"
- },
- {
- "name": "Saeid Morad Abdevali",
- "gender": "M",
- "height": "170",
- "weight": "80",
- "sport": "Wrestling",
- "team": "Iran",
- "noc": "IRI",
- "age": 26,
- "event": "Wrestling Men's Middleweight, Greco-Roman",
- "medal": "Bronze"
- },
- {
- "name": "Denis Mikhaylovich Ablyazin",
- "gender": "M",
- "height": "161",
- "weight": "62",
- "sport": "Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 24,
- "event": "Gymnastics Men's Team All-Around",
- "medal": "Silver"
- },
- {
- "name": "Denis Mikhaylovich Ablyazin",
- "gender": "M",
- "height": "161",
- "weight": "62",
- "sport": "Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 24,
- "event": "Gymnastics Men's Horse Vault",
- "medal": "Silver"
- },
- {
- "name": "Denis Mikhaylovich Ablyazin",
- "gender": "M",
- "height": "161",
- "weight": "62",
- "sport": "Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 24,
- "event": "Gymnastics Men's Rings",
- "medal": "Bronze"
- },
- {
- "name": "Matthew \"Matt\" Abood",
- "gender": "M",
- "height": "197",
- "weight": "92",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 30,
- "event": "Swimming Men's 4 x 100 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "Alejandro \"lex\" Abrines Redondo",
- "gender": "M",
- "height": "198",
- "weight": "93",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 23,
- "event": "Basketball Men's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Ahmad Abughaush",
- "gender": "M",
- "height": "178",
- "weight": "68",
- "sport": "Taekwondo",
- "team": "Jordan",
- "noc": "JOR",
- "age": 20,
- "event": "Taekwondo Men's Featherweight",
- "medal": "Gold"
- },
- {
- "name": "Chantal Achterberg",
- "gender": "F",
- "height": "172",
- "weight": "72",
- "sport": "Rowing",
- "team": "Netherlands",
- "noc": "NED",
- "age": 31,
- "event": "Rowing Women's Quadruple Sculls",
- "medal": "Silver"
- },
- {
- "name": "Nicola Virginia Adams",
- "gender": "F",
- "height": "164",
- "weight": "51",
- "sport": "Boxing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 33,
- "event": "Boxing Women's Flyweight",
- "medal": "Gold"
- },
- {
- "name": "Rachael Alexis Adams",
- "gender": "F",
- "height": "188",
- "weight": "81",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Volleyball Women's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Valerie Kasanita Adams-Vili (-Price)",
- "gender": "F",
- "height": "193",
- "weight": "120",
- "sport": "Athletics",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 31,
- "event": "Athletics Women's Shot Put",
- "medal": "Silver"
- },
- {
- "name": "Nathan Ghar-Jun Adrian",
- "gender": "M",
- "height": "198",
- "weight": "100",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Swimming Men's 50 metres Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Nathan Ghar-Jun Adrian",
- "gender": "M",
- "height": "198",
- "weight": "100",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Swimming Men's 100 metres Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Nathan Ghar-Jun Adrian",
- "gender": "M",
- "height": "198",
- "weight": "100",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Swimming Men's 4 x 100 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Nathan Ghar-Jun Adrian",
- "gender": "M",
- "height": "198",
- "weight": "100",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Swimming Men's 4 x 100 metres Medley Relay",
- "medal": "Gold"
- },
- {
- "name": "Cecil Sebastian Afrika",
- "gender": "M",
- "height": "175",
- "weight": "75",
- "sport": "Rugby Sevens",
- "team": "South Africa",
- "noc": "RSA",
- "age": 28,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Timothy Ernest Victor Kwizera \"Tim\" Agaba",
- "gender": "M",
- "height": "193",
- "weight": "104",
- "sport": "Rugby Sevens",
- "team": "South Africa",
- "noc": "RSA",
- "age": 27,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Clarisse Agbegnenou",
- "gender": "F",
- "height": "164",
- "weight": "66",
- "sport": "Judo",
- "team": "France",
- "noc": "FRA",
- "age": 23,
- "event": "Judo Women's Half-Middleweight",
- "medal": "Silver"
- },
- {
- "name": "Sandra Aguilar Navarro",
- "gender": "F",
- "height": "167",
- "weight": "50",
- "sport": "Rhythmic Gymnastics",
- "team": "Spain",
- "noc": "ESP",
- "age": 23,
- "event": "Rhythmic Gymnastics Women's Group",
- "medal": "Silver"
- },
- {
- "name": "Sri Wahyuni Agustiani",
- "gender": "F",
- "height": "147",
- "weight": "47",
- "sport": "Weightlifting",
- "team": "Indonesia",
- "noc": "INA",
- "age": 21,
- "event": "Weightlifting Women's Flyweight",
- "medal": "Silver"
- },
- {
- "name": "Christian Ahlmann",
- "gender": "M",
- "height": "189",
- "weight": "80",
- "sport": "Equestrianism",
- "team": "Germany",
- "noc": "GER",
- "age": 41,
- "event": "Equestrianism Mixed Jumping, Team",
- "medal": "Bronze"
- },
- {
- "name": "Tontowi Ahmad",
- "gender": "M",
- "height": "179",
- "weight": "72",
- "sport": "Badminton",
- "team": "Indonesia-1",
- "noc": "INA",
- "age": 29,
- "event": "Badminton Mixed Doubles",
- "medal": "Gold"
- },
- {
- "name": "Matteo Aicardi",
- "gender": "M",
- "height": "192",
- "weight": "102",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 30,
- "event": "Water Polo Men's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Rosaria Aiello",
- "gender": "F",
- "height": "172",
- "weight": "74",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 27,
- "event": "Water Polo Women's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Oluwafemi \"Junior\" Ajayi",
- "gender": "M",
- "height": "172",
- "weight": "79",
- "sport": "Football",
- "team": "Nigeria",
- "noc": "NGR",
- "age": 20,
- "event": "Football Men's Football",
- "medal": "Bronze"
- },
- {
- "name": "Mobolade Abimbola Ajomale",
- "gender": "M",
- "height": "180",
- "weight": "62",
- "sport": "Athletics",
- "team": "Canada",
- "noc": "CAN",
- "age": 20,
- "event": "Athletics Men's 4 x 100 metres Relay",
- "medal": "Bronze"
- },
- {
- "name": "Taha Akgl",
- "gender": "M",
- "height": "192",
- "weight": "125",
- "sport": "Wrestling",
- "team": "Turkey",
- "noc": "TUR",
- "age": 25,
- "event": "Wrestling Men's Super-Heavyweight, Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Murodzhon Kakharovich Akhmadaliyev",
- "gender": "M",
- "height": "165",
- "weight": "56",
- "sport": "Boxing",
- "team": "Uzbekistan",
- "noc": "UZB",
- "age": 21,
- "event": "Boxing Men's Bantamweight",
- "medal": "Bronze"
- },
- {
- "name": "Artur Kamilevich Akhmatkhuzin",
- "gender": "M",
- "height": "187",
- "weight": "79",
- "sport": "Fencing",
- "team": "Russia",
- "noc": "RUS",
- "age": 28,
- "event": "Fencing Men's Foil, Team",
- "medal": "Gold"
- },
- {
- "name": "Morolake Akinosun",
- "gender": "F",
- "height": "163",
- "weight": "61",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 22,
- "event": "Athletics Women's 4 x 100 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Foluke Antinuke Akinradewo",
- "gender": "F",
- "height": "191",
- "weight": "79",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 28,
- "event": "Volleyball Women's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Daniel Akpeyi",
- "gender": "M",
- "height": "187",
- "weight": "80",
- "sport": "Football",
- "team": "Nigeria",
- "noc": "NGR",
- "age": 30,
- "event": "Football Men's Football",
- "medal": "Bronze"
- },
- {
- "name": "Monica Aksamit",
- "gender": "F",
- "height": "183",
- "weight": "74",
- "sport": "Fencing",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Fencing Women's Sabre, Team",
- "medal": "Bronze"
- },
- {
- "name": "Fehaid Al-Deehani",
- "gender": "M",
- "height": "178",
- "weight": "95",
- "sport": "Shooting",
- "team": "Individual Olympic Athletes",
- "noc": "IOA",
- "age": 49,
- "event": "Shooting Men's Double Trap",
- "medal": "Gold"
- },
- {
- "name": "Abdullah Al-Rashidi",
- "gender": "M",
- "height": "183",
- "weight": "83",
- "sport": "Shooting",
- "team": "Individual Olympic Athletes",
- "noc": "IOA",
- "age": 52,
- "event": "Shooting Men's Skeet",
- "medal": "Bronze"
- },
- {
- "name": "Jo Qesem Ayela Aleh",
- "gender": "F",
- "height": "171",
- "weight": "58",
- "sport": "Sailing",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 30,
- "event": "Sailing Women's Two Person Dinghy",
- "medal": "Silver"
- },
- {
- "name": "Artur Aleksanyan",
- "gender": "M",
- "height": "190",
- "weight": "98",
- "sport": "Wrestling",
- "team": "Armenia",
- "noc": "ARM",
- "age": 24,
- "event": "Wrestling Men's Heavyweight, Greco-Roman",
- "medal": "Gold"
- },
- {
- "name": "Milan Aleksi",
- "gender": "M",
- "height": "193",
- "weight": "96",
- "sport": "Water Polo",
- "team": "Serbia",
- "noc": "SRB",
- "age": 30,
- "event": "Water Polo Men's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Abdoul Razak Issoufou Alfaga",
- "gender": "M",
- "height": "207",
- "weight": "90",
- "sport": "Taekwondo",
- "team": "Niger",
- "noc": "NIG",
- "age": 21,
- "event": "Taekwondo Men's Heavyweight",
- "medal": "Silver"
- },
- {
- "name": "Nia Sifaatihii Ali",
- "gender": "F",
- "height": "170",
- "weight": "65",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Athletics Women's 100 metres Hurdles",
- "medal": "Silver"
- },
- {
- "name": "Alison Conte Cerutti",
- "gender": "M",
- "height": "203",
- "weight": "106",
- "sport": "Beach Volleyball",
- "team": "Brazil-1",
- "noc": "BRA",
- "age": 30,
- "event": "Beach Volleyball Men's Beach Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Kimia Alizadeh Zenoorin",
- "gender": "F",
- "height": "185",
- "weight": "57",
- "sport": "Taekwondo",
- "team": "Iran",
- "noc": "IRI",
- "age": 18,
- "event": "Taekwondo Women's Featherweight",
- "medal": "Bronze"
- },
- {
- "name": "Nathon Allen",
- "gender": "M",
- "height": "178",
- "weight": "NA",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 20,
- "event": "Athletics Men's 4 x 400 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Ida Alstad",
- "gender": "F",
- "height": "172",
- "weight": "60",
- "sport": "Handball",
- "team": "Norway",
- "noc": "NOR",
- "age": 31,
- "event": "Handball Women's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Lzaro Jorge lvarez Estrada",
- "gender": "M",
- "height": "173",
- "weight": "60",
- "sport": "Boxing",
- "team": "Cuba",
- "noc": "CUB",
- "age": 25,
- "event": "Boxing Men's Lightweight",
- "medal": "Bronze"
- },
- {
- "name": "Yuri Alvear Orjuela",
- "gender": "F",
- "height": "176",
- "weight": "70",
- "sport": "Judo",
- "team": "Colombia",
- "noc": "COL",
- "age": 30,
- "event": "Judo Women's Middleweight",
- "medal": "Silver"
- },
- {
- "name": "Marwa Al-Amri",
- "gender": "F",
- "height": "160",
- "weight": "58",
- "sport": "Wrestling",
- "team": "Tunisia",
- "noc": "TUN",
- "age": 27,
- "event": "Wrestling Women's Lightweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Stanley Amuzie",
- "gender": "M",
- "height": "171",
- "weight": "85",
- "sport": "Football",
- "team": "Nigeria",
- "noc": "NGR",
- "age": 20,
- "event": "Football Men's Football",
- "medal": "Bronze"
- },
- {
- "name": "An Ba-Ul",
- "gender": "M",
- "height": "169",
- "weight": "66",
- "sport": "Judo",
- "team": "South Korea",
- "noc": "KOR",
- "age": 22,
- "event": "Judo Men's Half-Lightweight",
- "medal": "Silver"
- },
- {
- "name": "milie Andol",
- "gender": "F",
- "height": "170",
- "weight": "97",
- "sport": "Judo",
- "team": "France",
- "noc": "FRA",
- "age": 28,
- "event": "Judo Women's Heavyweight",
- "medal": "Gold"
- },
- {
- "name": "Anne Dsane Andersen",
- "gender": "F",
- "height": "183",
- "weight": "86",
- "sport": "Rowing",
- "team": "Denmark",
- "noc": "DEN",
- "age": 23,
- "event": "Rowing Women's Coxless Pairs",
- "medal": "Bronze"
- },
- {
- "name": "Matthew John \"Matt\" Anderson",
- "gender": "M",
- "height": "202",
- "weight": "100",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 29,
- "event": "Volleyball Men's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Jonna Andersson",
- "gender": "F",
- "height": "167",
- "weight": "61",
- "sport": "Football",
- "team": "Sweden",
- "noc": "SWE",
- "age": 23,
- "event": "Football Women's Football",
- "medal": "Silver"
- },
- {
- "name": "Roman Sergeyevich Anoshkin",
- "gender": "M",
- "height": "192",
- "weight": "95",
- "sport": "Canoeing",
- "team": "Russia",
- "noc": "RUS",
- "age": 28,
- "event": "Canoeing Men's Kayak Singles, 1,000 metres",
- "medal": "Bronze"
- },
- {
- "name": "Giselle Anne Ansley",
- "gender": "F",
- "height": "176",
- "weight": "73",
- "sport": "Hockey",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 24,
- "event": "Hockey Women's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Carmelo Kyan Anthony",
- "gender": "M",
- "height": "203",
- "weight": "109",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 32,
- "event": "Basketball Men's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Oleg Antonov",
- "gender": "M",
- "height": "198",
- "weight": "88",
- "sport": "Volleyball",
- "team": "Italy",
- "noc": "ITA",
- "age": 28,
- "event": "Volleyball Men's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Emilia Elisabeth Appelqvist",
- "gender": "F",
- "height": "168",
- "weight": "65",
- "sport": "Football",
- "team": "Sweden",
- "noc": "SWE",
- "age": 26,
- "event": "Football Women's Football",
- "medal": "Silver"
- },
- {
- "name": "Hirooki Arai",
- "gender": "M",
- "height": "180",
- "weight": "62",
- "sport": "Athletics",
- "team": "Japan",
- "noc": "JPN",
- "age": 28,
- "event": "Athletics Men's 50 kilometres Walk",
- "medal": "Bronze"
- },
- {
- "name": "Katie Louise Archibald",
- "gender": "F",
- "height": "178",
- "weight": "70",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 22,
- "event": "Cycling Women's Team Pursuit",
- "medal": "Gold"
- },
- {
- "name": "Joahnys Oscar Argilagos Prez",
- "gender": "M",
- "height": "152",
- "weight": "49",
- "sport": "Boxing",
- "team": "Cuba",
- "noc": "CUB",
- "age": 19,
- "event": "Boxing Men's Light-Flyweight",
- "medal": "Bronze"
- },
- {
- "name": "William Peixoto Arjona",
- "gender": "M",
- "height": "186",
- "weight": "78",
- "sport": "Volleyball",
- "team": "Brazil",
- "noc": "BRA",
- "age": 37,
- "event": "Volleyball Men's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Kristin Ann Armstrong (-Savola)",
- "gender": "F",
- "height": "173",
- "weight": "58",
- "sport": "Cycling",
- "team": "United States",
- "noc": "USA",
- "age": 42,
- "event": "Cycling Women's Individual Time Trial",
- "medal": "Gold"
- },
- {
- "name": "Emilie Hegh Arntzen",
- "gender": "F",
- "height": "183",
- "weight": "78",
- "sport": "Handball",
- "team": "Norway",
- "noc": "NOR",
- "age": 22,
- "event": "Handball Women's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Migran Arutyunyan",
- "gender": "M",
- "height": "166",
- "weight": "67",
- "sport": "Wrestling",
- "team": "Armenia",
- "noc": "ARM",
- "age": 27,
- "event": "Wrestling Men's Welterweight, Greco-Roman",
- "medal": "Silver"
- },
- {
- "name": "Geraldina Rachel \"Dina\" Asher-Smith",
- "gender": "F",
- "height": "164",
- "weight": "55",
- "sport": "Athletics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 20,
- "event": "Athletics Women's 4 x 100 metres Relay",
- "medal": "Bronze"
- },
- {
- "name": "Nickel Ashmeade",
- "gender": "M",
- "height": "183",
- "weight": "77",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 26,
- "event": "Athletics Men's 4 x 100 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Jessica Ashwood",
- "gender": "F",
- "height": "173",
- "weight": "64",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 23,
- "event": "Swimming Women's 4 x 200 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Kosovare \"Kosse\" Asllani",
- "gender": "F",
- "height": "166",
- "weight": "56",
- "sport": "Football",
- "team": "Sweden",
- "noc": "SWE",
- "age": 27,
- "event": "Football Women's Football",
- "medal": "Silver"
- },
- {
- "name": "Sandra Auffarth",
- "gender": "F",
- "height": "170",
- "weight": "57",
- "sport": "Equestrianism",
- "team": "Germany",
- "noc": "GER",
- "age": 29,
- "event": "Equestrianism Mixed Three-Day Event, Team",
- "medal": "Silver"
- },
- {
- "name": "Seimone Delicia Augustus",
- "gender": "F",
- "height": "183",
- "weight": "74",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 32,
- "event": "Basketball Women's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Mohd Azizulhasni Awang",
- "gender": "M",
- "height": "166",
- "weight": "69",
- "sport": "Cycling",
- "team": "Malaysia",
- "noc": "MAS",
- "age": 28,
- "event": "Cycling Men's Keirin",
- "medal": "Bronze"
- },
- {
- "name": "Viktor Axelsen",
- "gender": "M",
- "height": "194",
- "weight": "88",
- "sport": "Badminton",
- "team": "Denmark",
- "noc": "DEN",
- "age": 22,
- "event": "Badminton Men's Singles",
- "medal": "Bronze"
- },
- {
- "name": "Almaz Ayana Eba",
- "gender": "F",
- "height": "166",
- "weight": "47",
- "sport": "Athletics",
- "team": "Ethiopia",
- "noc": "ETH",
- "age": 24,
- "event": "Athletics Women's 5,000 metres",
- "medal": "Bronze"
- },
- {
- "name": "Almaz Ayana Eba",
- "gender": "F",
- "height": "166",
- "weight": "47",
- "sport": "Athletics",
- "team": "Ethiopia",
- "noc": "ETH",
- "age": 24,
- "event": "Athletics Women's 10,000 metres",
- "medal": "Gold"
- },
- {
- "name": "Camille Anas Ayglon-Saurina",
- "gender": "F",
- "height": "180",
- "weight": "66",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 31,
- "event": "Handball Women's Handball",
- "medal": "Silver"
- },
- {
- "name": "Jrmie Azou",
- "gender": "M",
- "height": "178",
- "weight": "71",
- "sport": "Rowing",
- "team": "France",
- "noc": "FRA",
- "age": 27,
- "event": "Rowing Men's Lightweight Double Sculls",
- "medal": "Gold"
- },
- {
- "name": "Okechukwu Godson Azubuike",
- "gender": "M",
- "height": "170",
- "weight": "68",
- "sport": "Football",
- "team": "Nigeria",
- "noc": "NGR",
- "age": 19,
- "event": "Football Men's Football",
- "medal": "Bronze"
- },
- {
- "name": "Diana Bacosi",
- "gender": "F",
- "height": "175",
- "weight": "85",
- "sport": "Shooting",
- "team": "Italy",
- "noc": "ITA",
- "age": 33,
- "event": "Shooting Women's Skeet",
- "medal": "Gold"
- },
- {
- "name": "Timea Bacsinszky",
- "gender": "F",
- "height": "170",
- "weight": "62",
- "sport": "Tennis",
- "team": "Switzerland",
- "noc": "SUI",
- "age": 27,
- "event": "Tennis Women's Doubles",
- "medal": "Silver"
- },
- {
- "name": "Kemar Bailey-Cole",
- "gender": "M",
- "height": "193",
- "weight": "84",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 24,
- "event": "Athletics Men's 4 x 100 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Kathleen Baker",
- "gender": "F",
- "height": "173",
- "weight": "68",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Swimming Women's 100 metres Backstroke",
- "medal": "Silver"
- },
- {
- "name": "Kathleen Baker",
- "gender": "F",
- "height": "173",
- "weight": "68",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Swimming Women's 4 x 100 metres Medley Relay",
- "medal": "Gold"
- },
- {
- "name": "Mashu Baker",
- "gender": "M",
- "height": "178",
- "weight": "90",
- "sport": "Judo",
- "team": "Japan",
- "noc": "JPN",
- "age": 21,
- "event": "Judo Men's Middleweight",
- "medal": "Gold"
- },
- {
- "name": "Shakira Baker",
- "gender": "F",
- "height": "172",
- "weight": "89",
- "sport": "Rugby Sevens",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 24,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Dmitry Igorevich Balandin",
- "gender": "M",
- "height": "195",
- "weight": "85",
- "sport": "Swimming",
- "team": "Kazakhstan",
- "noc": "KAZ",
- "age": 21,
- "event": "Swimming Men's 200 metres Breaststroke",
- "medal": "Gold"
- },
- {
- "name": "Kayla Banwarth",
- "gender": "F",
- "height": "178",
- "weight": "70",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Volleyball Women's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Carina Br",
- "gender": "F",
- "height": "185",
- "weight": "75",
- "sport": "Rowing",
- "team": "Germany",
- "noc": "GER",
- "age": 26,
- "event": "Rowing Women's Quadruple Sculls",
- "medal": "Gold"
- },
- {
- "name": "Brbara Seixas de Freitas",
- "gender": "F",
- "height": "178",
- "weight": "67",
- "sport": "Beach Volleyball",
- "team": "Brazil-1",
- "noc": "BRA",
- "age": 29,
- "event": "Beach Volleyball Women's Beach Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Elinor Jane Barker",
- "gender": "F",
- "height": "168",
- "weight": "56",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 21,
- "event": "Cycling Women's Team Pursuit",
- "medal": "Gold"
- },
- {
- "name": "Harrison Bryce Jordan Barnes",
- "gender": "M",
- "height": "203",
- "weight": "102",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 24,
- "event": "Basketball Men's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Thomas Gabriel Jrmie Baroukh",
- "gender": "M",
- "height": "183",
- "weight": "70",
- "sport": "Rowing",
- "team": "France",
- "noc": "FRA",
- "age": 28,
- "event": "Rowing Men's Lightweight Coxless Fours",
- "medal": "Bronze"
- },
- {
- "name": "Bronte Amelia Arnold Barratt",
- "gender": "F",
- "height": "171",
- "weight": "59",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 27,
- "event": "Swimming Women's 4 x 200 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Jennifer Mae \"Jenny\" Barringer-Simpson",
- "gender": "F",
- "height": "166",
- "weight": "53",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 29,
- "event": "Athletics Women's 1,500 metres",
- "medal": "Bronze"
- },
- {
- "name": "Mutaz Essa Barshim",
- "gender": "M",
- "height": "190",
- "weight": "65",
- "sport": "Athletics",
- "team": "Qatar",
- "noc": "QAT",
- "age": 25,
- "event": "Athletics Men's High Jump",
- "medal": "Silver"
- },
- {
- "name": "Jacob Jepsen Barse",
- "gender": "M",
- "height": "188",
- "weight": "73",
- "sport": "Rowing",
- "team": "Denmark",
- "noc": "DEN",
- "age": 27,
- "event": "Rowing Men's Lightweight Coxless Fours",
- "medal": "Silver"
- },
- {
- "name": "Saskia Bartusiak",
- "gender": "F",
- "height": "170",
- "weight": "60",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 33,
- "event": "Football Women's Football",
- "medal": "Gold"
- },
- {
- "name": "Dimitri David Bascou",
- "gender": "M",
- "height": "181",
- "weight": "80",
- "sport": "Athletics",
- "team": "France",
- "noc": "FRA",
- "age": 29,
- "event": "Athletics Men's 110 metres Hurdles",
- "medal": "Bronze"
- },
- {
- "name": "Fabio Basile",
- "gender": "M",
- "height": "160",
- "weight": "66",
- "sport": "Judo",
- "team": "Italy",
- "noc": "ITA",
- "age": 21,
- "event": "Judo Men's Half-Lightweight",
- "medal": "Gold"
- },
- {
- "name": "Vitalina Igorevna Batsarashkina",
- "gender": "F",
- "height": "162",
- "weight": "60",
- "sport": "Shooting",
- "team": "Russia",
- "noc": "RUS",
- "age": 19,
- "event": "Shooting Women's Air Pistol, 10 metres",
- "medal": "Silver"
- },
- {
- "name": "Mathieu Albert Daniel Bauderlique",
- "gender": "M",
- "height": "185",
- "weight": "81",
- "sport": "Boxing",
- "team": "France",
- "noc": "FRA",
- "age": 27,
- "event": "Boxing Men's Light-Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Robert Bauer",
- "gender": "M",
- "height": "183",
- "weight": "76",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 21,
- "event": "Football Men's Football",
- "medal": "Silver"
- },
- {
- "name": "Grgory Benot Baug",
- "gender": "M",
- "height": "181",
- "weight": "100",
- "sport": "Cycling",
- "team": "France",
- "noc": "FRA",
- "age": 31,
- "event": "Cycling Men's Team Sprint",
- "medal": "Bronze"
- },
- {
- "name": "Maxime Eugne Ren Beaumont",
- "gender": "M",
- "height": "191",
- "weight": "94",
- "sport": "Canoeing",
- "team": "France",
- "noc": "FRA",
- "age": 34,
- "event": "Canoeing Men's Kayak Singles, 200 metres",
- "medal": "Silver"
- },
- {
- "name": "Nicole Elise Beck",
- "gender": "F",
- "height": "168",
- "weight": "66",
- "sport": "Rugby Sevens",
- "team": "Australia",
- "noc": "AUS",
- "age": 28,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Janine Elizabeth Beckie",
- "gender": "F",
- "height": "173",
- "weight": "63",
- "sport": "Football",
- "team": "Canada",
- "noc": "CAN",
- "age": 21,
- "event": "Football Women's Football",
- "medal": "Bronze"
- },
- {
- "name": "gatha Bednarczuk Rippel",
- "gender": "F",
- "height": "182",
- "weight": "70",
- "sport": "Beach Volleyball",
- "team": "Brazil-1",
- "noc": "BRA",
- "age": 33,
- "event": "Beach Volleyball Women's Beach Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Ludger Beerbaum",
- "gender": "M",
- "height": "190",
- "weight": "85",
- "sport": "Equestrianism",
- "team": "Germany",
- "noc": "GER",
- "age": 52,
- "event": "Equestrianism Mixed Jumping, Team",
- "medal": "Bronze"
- },
- {
- "name": "Genevieve \"Gen\" Behrent",
- "gender": "F",
- "height": "183",
- "weight": "73",
- "sport": "Rowing",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 25,
- "event": "Rowing Women's Coxless Pairs",
- "medal": "Silver"
- },
- {
- "name": "Melanie Behringer",
- "gender": "F",
- "height": "172",
- "weight": "71",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 30,
- "event": "Football Women's Football",
- "medal": "Gold"
- },
- {
- "name": "Milad Beigi Hareqani",
- "gender": "M",
- "height": "197",
- "weight": "80",
- "sport": "Taekwondo",
- "team": "Azerbaijan",
- "noc": "AZE",
- "age": 25,
- "event": "Taekwondo Men's Welterweight",
- "medal": "Bronze"
- },
- {
- "name": "Ruth Beita Vila",
- "gender": "F",
- "height": "191",
- "weight": "72",
- "sport": "Athletics",
- "team": "Spain",
- "noc": "ESP",
- "age": 37,
- "event": "Athletics Women's High Jump",
- "medal": "Gold"
- },
- {
- "name": "Jose Blanger",
- "gender": "F",
- "height": "163",
- "weight": "63",
- "sport": "Football",
- "team": "Canada",
- "noc": "CAN",
- "age": 30,
- "event": "Football Women's Football",
- "medal": "Bronze"
- },
- {
- "name": "Mathew Belcher",
- "gender": "M",
- "height": "173",
- "weight": "62",
- "sport": "Sailing",
- "team": "Australia",
- "noc": "AUS",
- "age": 33,
- "event": "Sailing Men's Two Person Dinghy",
- "medal": "Silver"
- },
- {
- "name": "Zhan Vensanovych Beleniuk",
- "gender": "M",
- "height": "178",
- "weight": "85",
- "sport": "Wrestling",
- "team": "Ukraine",
- "noc": "UKR",
- "age": 25,
- "event": "Wrestling Men's Light-Heavyweight, Greco-Roman",
- "medal": "Silver"
- },
- {
- "name": "Mireia Belmonte Garca",
- "gender": "F",
- "height": "170",
- "weight": "59",
- "sport": "Swimming",
- "team": "Spain",
- "noc": "ESP",
- "age": 25,
- "event": "Swimming Women's 200 metres Butterfly",
- "medal": "Gold"
- },
- {
- "name": "Mireia Belmonte Garca",
- "gender": "F",
- "height": "170",
- "weight": "59",
- "sport": "Swimming",
- "team": "Spain",
- "noc": "ESP",
- "age": 25,
- "event": "Swimming Women's 400 metres Individual Medley",
- "medal": "Bronze"
- },
- {
- "name": "Alexander Belonogoff",
- "gender": "M",
- "height": "187",
- "weight": "90",
- "sport": "Rowing",
- "team": "Australia",
- "noc": "AUS",
- "age": 26,
- "event": "Rowing Men's Quadruple Sculls",
- "medal": "Silver"
- },
- {
- "name": "Olga Konstantinovna Belova-Gorbunova",
- "gender": "F",
- "height": "169",
- "weight": "60",
- "sport": "Water Polo",
- "team": "Russia",
- "noc": "RUS",
- "age": 22,
- "event": "Water Polo Women's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Anastasiya Yevgenyevna Belyakova",
- "gender": "F",
- "height": "173",
- "weight": "60",
- "sport": "Boxing",
- "team": "Russia",
- "noc": "RUS",
- "age": 23,
- "event": "Boxing Women's Lightweight",
- "medal": "Bronze"
- },
- {
- "name": "David Sagitovich Belyavsky",
- "gender": "M",
- "height": "165",
- "weight": "55",
- "sport": "Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 24,
- "event": "Gymnastics Men's Team All-Around",
- "medal": "Silver"
- },
- {
- "name": "David Sagitovich Belyavsky",
- "gender": "M",
- "height": "165",
- "weight": "55",
- "sport": "Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 24,
- "event": "Gymnastics Men's Parallel Bars",
- "medal": "Bronze"
- },
- {
- "name": "Lars Bender",
- "gender": "M",
- "height": "184",
- "weight": "80",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 27,
- "event": "Football Men's Football",
- "medal": "Silver"
- },
- {
- "name": "Sven Bender",
- "gender": "M",
- "height": "185",
- "weight": "80",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 27,
- "event": "Football Men's Football",
- "medal": "Silver"
- },
- {
- "name": "Meaghan Benfeito",
- "gender": "F",
- "height": "155",
- "weight": "48",
- "sport": "Diving",
- "team": "Canada",
- "noc": "CAN",
- "age": 27,
- "event": "Diving Women's Platform",
- "medal": "Bronze"
- },
- {
- "name": "Meaghan Benfeito",
- "gender": "F",
- "height": "155",
- "weight": "48",
- "sport": "Diving",
- "team": "Canada",
- "noc": "CAN",
- "age": 27,
- "event": "Diving Women's Synchronized Platform",
- "medal": "Bronze"
- },
- {
- "name": "Brittany \"Britt\" Benn",
- "gender": "F",
- "height": "165",
- "weight": "68",
- "sport": "Rugby Sevens",
- "team": "Canada",
- "noc": "CAN",
- "age": 27,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Karen Bennett",
- "gender": "F",
- "height": "179",
- "weight": "75",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 27,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Silver"
- },
- {
- "name": "Mark Stewart Bennett",
- "gender": "M",
- "height": "183",
- "weight": "89",
- "sport": "Rugby Sevens",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 23,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Paul Bennett",
- "gender": "M",
- "height": "207",
- "weight": "100",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 27,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Gold"
- },
- {
- "name": "Joseph \"Gunnar\" Bentz",
- "gender": "M",
- "height": "196",
- "weight": "84",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 20,
- "event": "Swimming Men's 4 x 200 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Matej Beu",
- "gender": "M",
- "height": "196",
- "weight": "83",
- "sport": "Canoeing",
- "team": "Slovakia",
- "noc": "SVK",
- "age": 28,
- "event": "Canoeing Men's Canadian Singles, Slalom",
- "medal": "Silver"
- },
- {
- "name": "Mdlina Bere",
- "gender": "F",
- "height": "186",
- "weight": "75",
- "sport": "Rowing",
- "team": "Romania",
- "noc": "ROU",
- "age": 23,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Bronze"
- },
- {
- "name": "Stig Andr Berge",
- "gender": "M",
- "height": "167",
- "weight": "60",
- "sport": "Wrestling",
- "team": "Norway",
- "noc": "NOR",
- "age": 33,
- "event": "Wrestling Men's Featherweight, Greco-Roman",
- "medal": "Bronze"
- },
- {
- "name": "Emma Sofia Berglund",
- "gender": "F",
- "height": "171",
- "weight": "64",
- "sport": "Football",
- "team": "Sweden",
- "noc": "SWE",
- "age": 27,
- "event": "Football Women's Football",
- "medal": "Silver"
- },
- {
- "name": "Nicole Beukers",
- "gender": "F",
- "height": "170",
- "weight": "66",
- "sport": "Rowing",
- "team": "Netherlands",
- "noc": "NED",
- "age": 25,
- "event": "Rowing Women's Quadruple Sculls",
- "medal": "Silver"
- },
- {
- "name": "Allison Beveridge",
- "gender": "F",
- "height": "169",
- "weight": "62",
- "sport": "Cycling",
- "team": "Canada",
- "noc": "CAN",
- "age": 23,
- "event": "Cycling Women's Team Pursuit",
- "medal": "Bronze"
- },
- {
- "name": "Roberta Bianconi",
- "gender": "F",
- "height": "176",
- "weight": "76",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 27,
- "event": "Water Polo Women's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Daniel \"Dan\" Bibby",
- "gender": "M",
- "height": "176",
- "weight": "86",
- "sport": "Rugby Sevens",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 25,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Fiona Clare Bigwood",
- "gender": "F",
- "height": "173",
- "weight": "75",
- "sport": "Equestrianism",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 40,
- "event": "Equestrianism Mixed Dressage, Team",
- "medal": "Silver"
- },
- {
- "name": "Marko Bija",
- "gender": "M",
- "height": "201",
- "weight": "85",
- "sport": "Water Polo",
- "team": "Croatia",
- "noc": "CRO",
- "age": 25,
- "event": "Water Polo Men's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Simone Arianne Biles",
- "gender": "F",
- "height": "143",
- "weight": "47",
- "sport": "Gymnastics",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Gymnastics Women's Individual All-Around",
- "medal": "Gold"
- },
- {
- "name": "Simone Arianne Biles",
- "gender": "F",
- "height": "143",
- "weight": "47",
- "sport": "Gymnastics",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Gymnastics Women's Team All-Around",
- "medal": "Gold"
- },
- {
- "name": "Simone Arianne Biles",
- "gender": "F",
- "height": "143",
- "weight": "47",
- "sport": "Gymnastics",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Gymnastics Women's Floor Exercise",
- "medal": "Gold"
- },
- {
- "name": "Simone Arianne Biles",
- "gender": "F",
- "height": "143",
- "weight": "47",
- "sport": "Gymnastics",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Gymnastics Women's Horse Vault",
- "medal": "Gold"
- },
- {
- "name": "Simone Arianne Biles",
- "gender": "F",
- "height": "143",
- "weight": "47",
- "sport": "Gymnastics",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Gymnastics Women's Balance Beam",
- "medal": "Bronze"
- },
- {
- "name": "Emanuele Birarelli",
- "gender": "M",
- "height": "202",
- "weight": "95",
- "sport": "Volleyball",
- "team": "Italy",
- "noc": "ITA",
- "age": 35,
- "event": "Volleyball Men's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Stefan Birevi",
- "gender": "M",
- "height": "210",
- "weight": "104",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 26,
- "event": "Basketball Men's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Suzanne Brigit \"Sue\" Bird",
- "gender": "F",
- "height": "175",
- "weight": "66",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 35,
- "event": "Basketball Women's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Dane Alex Bird-Smith",
- "gender": "M",
- "height": "187",
- "weight": "72",
- "sport": "Athletics",
- "team": "Australia",
- "noc": "AUS",
- "age": 24,
- "event": "Athletics Men's 20 kilometres Walk",
- "medal": "Bronze"
- },
- {
- "name": "Vera Leonidovna Biryukova",
- "gender": "F",
- "height": "168",
- "weight": "47",
- "sport": "Rhythmic Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 18,
- "event": "Rhythmic Gymnastics Women's Group",
- "medal": "Gold"
- },
- {
- "name": "Emma Stina Blackstenius",
- "gender": "F",
- "height": "173",
- "weight": "69",
- "sport": "Football",
- "team": "Sweden",
- "noc": "SWE",
- "age": 20,
- "event": "Football Women's Football",
- "medal": "Silver"
- },
- {
- "name": "Yohan Blake",
- "gender": "M",
- "height": "180",
- "weight": "80",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 26,
- "event": "Athletics Men's 4 x 100 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Irina Valeryevna Bliznova",
- "gender": "F",
- "height": "182",
- "weight": "68",
- "sport": "Handball",
- "team": "Russia",
- "noc": "RUS",
- "age": 29,
- "event": "Handball Women's Handball",
- "medal": "Gold"
- },
- {
- "name": "Anastasiya Ilyinichna Bliznyuk",
- "gender": "F",
- "height": "173",
- "weight": "51",
- "sport": "Rhythmic Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 22,
- "event": "Rhythmic Gymnastics Women's Group",
- "medal": "Gold"
- },
- {
- "name": "Pernille Blume",
- "gender": "F",
- "height": "170",
- "weight": "58",
- "sport": "Swimming",
- "team": "Denmark",
- "noc": "DEN",
- "age": 22,
- "event": "Swimming Women's 50 metres Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Pernille Blume",
- "gender": "F",
- "height": "170",
- "weight": "58",
- "sport": "Swimming",
- "team": "Denmark",
- "noc": "DEN",
- "age": 22,
- "event": "Swimming Women's 4 x 100 metres Medley Relay",
- "medal": "Bronze"
- },
- {
- "name": "Jack Bobridge",
- "gender": "M",
- "height": "180",
- "weight": "65",
- "sport": "Cycling",
- "team": "Australia",
- "noc": "AUS",
- "age": 27,
- "event": "Cycling Men's Team Pursuit, 4,000 metres",
- "medal": "Silver"
- },
- {
- "name": "Vladlena Eduardovna Bobrovnikova",
- "gender": "F",
- "height": "180",
- "weight": "72",
- "sport": "Handball",
- "team": "Russia",
- "noc": "RUS",
- "age": 28,
- "event": "Handball Women's Handball",
- "medal": "Gold"
- },
- {
- "name": "Gauthier Boccard",
- "gender": "M",
- "height": "186",
- "weight": "79",
- "sport": "Hockey",
- "team": "Belgium",
- "noc": "BEL",
- "age": 24,
- "event": "Hockey Men's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Gbor Gyula Boczk",
- "gender": "M",
- "height": "192",
- "weight": "89",
- "sport": "Fencing",
- "team": "Hungary",
- "noc": "HUN",
- "age": 39,
- "event": "Fencing Men's epee, Team",
- "medal": "Bronze"
- },
- {
- "name": "Michal Alexandre Bodegas",
- "gender": "M",
- "height": "192",
- "weight": "102",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 29,
- "event": "Water Polo Men's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Bogdan Bogdanovi",
- "gender": "M",
- "height": "197",
- "weight": "99",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 23,
- "event": "Basketball Men's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Tijana Bogdanovi",
- "gender": "F",
- "height": "172",
- "weight": "52",
- "sport": "Taekwondo",
- "team": "Serbia",
- "noc": "SRB",
- "age": 18,
- "event": "Taekwondo Women's Flyweight",
- "medal": "Silver"
- },
- {
- "name": "Andreea Boghian",
- "gender": "F",
- "height": "186",
- "weight": "78",
- "sport": "Rowing",
- "team": "Romania",
- "noc": "ROU",
- "age": 24,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Bronze"
- },
- {
- "name": "Shmagi Bolkvadze",
- "gender": "M",
- "height": "170",
- "weight": "66",
- "sport": "Wrestling",
- "team": "Georgia",
- "noc": "GEO",
- "age": 22,
- "event": "Wrestling Men's Welterweight, Greco-Roman",
- "medal": "Bronze"
- },
- {
- "name": "Timo Boll",
- "gender": "M",
- "height": "181",
- "weight": "74",
- "sport": "Table Tennis",
- "team": "Germany",
- "noc": "GER",
- "age": 35,
- "event": "Table Tennis Men's Team",
- "medal": "Bronze"
- },
- {
- "name": "Usain St. Leo Bolt",
- "gender": "M",
- "height": "196",
- "weight": "95",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 29,
- "event": "Athletics Men's 100 metres",
- "medal": "Gold"
- },
- {
- "name": "Usain St. Leo Bolt",
- "gender": "M",
- "height": "196",
- "weight": "95",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 29,
- "event": "Athletics Men's 200 metres",
- "medal": "Gold"
- },
- {
- "name": "Usain St. Leo Bolt",
- "gender": "M",
- "height": "196",
- "weight": "95",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 29,
- "event": "Athletics Men's 4 x 100 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Hamish Byron Bond",
- "gender": "M",
- "height": "189",
- "weight": "89",
- "sport": "Rowing",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 30,
- "event": "Rowing Men's Coxless Pairs",
- "medal": "Gold"
- },
- {
- "name": "Bohdan Viktorovych Bondarenko",
- "gender": "M",
- "height": "198",
- "weight": "77",
- "sport": "Athletics",
- "team": "Ukraine",
- "noc": "UKR",
- "age": 26,
- "event": "Athletics Men's High Jump",
- "medal": "Bronze"
- },
- {
- "name": "Tom Boon",
- "gender": "M",
- "height": "184",
- "weight": "81",
- "sport": "Hockey",
- "team": "Belgium",
- "noc": "BEL",
- "age": 26,
- "event": "Hockey Men's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Joshua \"Josh\" Booth",
- "gender": "M",
- "height": "190",
- "weight": "93",
- "sport": "Rowing",
- "team": "Australia",
- "noc": "AUS",
- "age": 25,
- "event": "Rowing Men's Coxless Fours",
- "medal": "Silver"
- },
- {
- "name": "Kjetil Borch",
- "gender": "M",
- "height": "193",
- "weight": "84",
- "sport": "Rowing",
- "team": "Norway",
- "noc": "NOR",
- "age": 26,
- "event": "Rowing Men's Double Sculls",
- "medal": "Bronze"
- },
- {
- "name": "Yannick Philippe Andr Borel",
- "gender": "M",
- "height": "197",
- "weight": "100",
- "sport": "Fencing",
- "team": "France",
- "noc": "FRA",
- "age": 27,
- "event": "Fencing Men's epee, Team",
- "medal": "Gold"
- },
- {
- "name": "Maurcio Borges Almeida Silva",
- "gender": "M",
- "height": "199",
- "weight": "99",
- "sport": "Volleyball",
- "team": "Brazil",
- "noc": "BRA",
- "age": 27,
- "event": "Volleyball Men's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Mariya Olegovna Borisova",
- "gender": "F",
- "height": "184",
- "weight": "95",
- "sport": "Water Polo",
- "team": "Russia",
- "noc": "RUS",
- "age": 19,
- "event": "Water Polo Women's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Ismael Borrero Molina",
- "gender": "M",
- "height": "160",
- "weight": "59",
- "sport": "Wrestling",
- "team": "Cuba",
- "noc": "CUB",
- "age": 24,
- "event": "Wrestling Men's Featherweight, Greco-Roman",
- "medal": "Gold"
- },
- {
- "name": "Willemijn Bos",
- "gender": "F",
- "height": "181",
- "weight": "69",
- "sport": "Hockey",
- "team": "Netherlands",
- "noc": "NED",
- "age": 28,
- "event": "Hockey Women's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Tijana Bokovi",
- "gender": "F",
- "height": "193",
- "weight": "82",
- "sport": "Volleyball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 19,
- "event": "Volleyball Women's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Roger-Yves Bost",
- "gender": "M",
- "height": "176",
- "weight": "80",
- "sport": "Equestrianism",
- "team": "France",
- "noc": "FRA",
- "age": 50,
- "event": "Equestrianism Mixed Jumping, Team",
- "medal": "Gold"
- },
- {
- "name": "Ins Boubakri",
- "gender": "F",
- "height": "167",
- "weight": "56",
- "sport": "Fencing",
- "team": "Tunisia",
- "noc": "TUN",
- "age": 27,
- "event": "Fencing Women's Foil, Individual",
- "medal": "Bronze"
- },
- {
- "name": "David Alasdair Boudia",
- "gender": "M",
- "height": "175",
- "weight": "73",
- "sport": "Diving",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Diving Men's Platform",
- "medal": "Bronze"
- },
- {
- "name": "David Alasdair Boudia",
- "gender": "M",
- "height": "175",
- "weight": "73",
- "sport": "Diving",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Diving Men's Synchronized Platform",
- "medal": "Silver"
- },
- {
- "name": "Carline Bouw",
- "gender": "F",
- "height": "184",
- "weight": "72",
- "sport": "Rowing",
- "team": "Netherlands",
- "noc": "NED",
- "age": 31,
- "event": "Rowing Women's Quadruple Sculls",
- "medal": "Silver"
- },
- {
- "name": "Marit Bouwmeester",
- "gender": "F",
- "height": "177",
- "weight": "68",
- "sport": "Sailing",
- "team": "Netherlands",
- "noc": "NED",
- "age": 28,
- "event": "Sailing Women's One Person Dinghy",
- "medal": "Gold"
- },
- {
- "name": "Frentorish \"Tori\" Bowie",
- "gender": "F",
- "height": "175",
- "weight": "58",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 25,
- "event": "Athletics Women's 100 metres",
- "medal": "Silver"
- },
- {
- "name": "Frentorish \"Tori\" Bowie",
- "gender": "F",
- "height": "175",
- "weight": "58",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 25,
- "event": "Athletics Women's 200 metres",
- "medal": "Bronze"
- },
- {
- "name": "Frentorish \"Tori\" Bowie",
- "gender": "F",
- "height": "175",
- "weight": "58",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 25,
- "event": "Athletics Women's 4 x 100 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Jovana Brakoevi-Kancian",
- "gender": "F",
- "height": "196",
- "weight": "82",
- "sport": "Volleyball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 28,
- "event": "Volleyball Women's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Julian Brandt",
- "gender": "M",
- "height": "183",
- "weight": "83",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 20,
- "event": "Football Men's Football",
- "medal": "Silver"
- },
- {
- "name": "Ana Maria Florentina Brnz-Popescu",
- "gender": "F",
- "height": "175",
- "weight": "64",
- "sport": "Fencing",
- "team": "Romania",
- "noc": "ROU",
- "age": 31,
- "event": "Fencing Women's epee, Team",
- "medal": "Gold"
- },
- {
- "name": "Sophie Charlotte Bray",
- "gender": "F",
- "height": "164",
- "weight": "58",
- "sport": "Hockey",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 26,
- "event": "Hockey Women's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Thiago Braz da Silva",
- "gender": "M",
- "height": "183",
- "weight": "75",
- "sport": "Athletics",
- "team": "Brazil",
- "noc": "BRA",
- "age": 22,
- "event": "Athletics Men's Pole Vault",
- "medal": "Gold"
- },
- {
- "name": "Kelly Brazier",
- "gender": "F",
- "height": "171",
- "weight": "70",
- "sport": "Rugby Sevens",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 26,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Sebastian Brendel",
- "gender": "M",
- "height": "192",
- "weight": "92",
- "sport": "Canoeing",
- "team": "Germany",
- "noc": "GER",
- "age": 28,
- "event": "Canoeing Men's Canadian Singles, 1,000 metres",
- "medal": "Gold"
- },
- {
- "name": "Sebastian Brendel",
- "gender": "M",
- "height": "192",
- "weight": "92",
- "sport": "Canoeing",
- "team": "Germany",
- "noc": "GER",
- "age": 28,
- "event": "Canoeing Men's Canadian Doubles, 1,000 metres",
- "medal": "Gold"
- },
- {
- "name": "Thomas Briels",
- "gender": "M",
- "height": "172",
- "weight": "71",
- "sport": "Hockey",
- "team": "Belgium",
- "noc": "BEL",
- "age": 28,
- "event": "Hockey Men's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Lawrence Brittain",
- "gender": "M",
- "height": "187",
- "weight": "94",
- "sport": "Rowing",
- "team": "South Africa",
- "noc": "RSA",
- "age": 25,
- "event": "Rowing Men's Coxless Pairs",
- "medal": "Silver"
- },
- {
- "name": "Allison M. Brock",
- "gender": "F",
- "height": "168",
- "weight": "59",
- "sport": "Equestrianism",
- "team": "United States",
- "noc": "USA",
- "age": 36,
- "event": "Equestrianism Mixed Dressage, Team",
- "medal": "Bronze"
- },
- {
- "name": "Kristina Brring-Sprehe",
- "gender": "F",
- "height": "168",
- "weight": "54",
- "sport": "Equestrianism",
- "team": "Germany",
- "noc": "GER",
- "age": 29,
- "event": "Equestrianism Mixed Dressage, Individual",
- "medal": "Bronze"
- },
- {
- "name": "Kristina Brring-Sprehe",
- "gender": "F",
- "height": "168",
- "weight": "54",
- "sport": "Equestrianism",
- "team": "Germany",
- "noc": "GER",
- "age": 29,
- "event": "Equestrianism Mixed Dressage, Team",
- "medal": "Gold"
- },
- {
- "name": "Gayle Broughton",
- "gender": "F",
- "height": "174",
- "weight": "70",
- "sport": "Rugby Sevens",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 20,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Alexander Brouwer",
- "gender": "M",
- "height": "198",
- "weight": "88",
- "sport": "Beach Volleyball",
- "team": "Netherlands-1",
- "noc": "NED",
- "age": 26,
- "event": "Beach Volleyball Men's Beach Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Aaron Brown",
- "gender": "M",
- "height": "198",
- "weight": "79",
- "sport": "Athletics",
- "team": "Canada",
- "noc": "CAN",
- "age": 24,
- "event": "Athletics Men's 4 x 100 metres Relay",
- "medal": "Bronze"
- },
- {
- "name": "Christopher Deon \"Chris\" Brown",
- "gender": "M",
- "height": "178",
- "weight": "75",
- "sport": "Athletics",
- "team": "Bahamas",
- "noc": "BAH",
- "age": 37,
- "event": "Athletics Men's 4 x 400 metres Relay",
- "medal": "Bronze"
- },
- {
- "name": "Kyle Gie Brown",
- "gender": "M",
- "height": "182",
- "weight": "92",
- "sport": "Rugby Sevens",
- "team": "South Africa",
- "noc": "RSA",
- "age": 29,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Laura Brown",
- "gender": "F",
- "height": "167",
- "weight": "61",
- "sport": "Cycling",
- "team": "Canada",
- "noc": "CAN",
- "age": 29,
- "event": "Cycling Women's Team Pursuit",
- "medal": "Bronze"
- },
- {
- "name": "Alistair Edward Brownlee",
- "gender": "M",
- "height": "184",
- "weight": "70",
- "sport": "Triathlon",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 28,
- "event": "Triathlon Men's Olympic Distance",
- "medal": "Gold"
- },
- {
- "name": "Jonathan Callum \"Jonny\" Brownlee",
- "gender": "M",
- "height": "181",
- "weight": "70",
- "sport": "Triathlon",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 26,
- "event": "Triathlon Men's Olympic Distance",
- "medal": "Silver"
- },
- {
- "name": "Kristoffer Brun",
- "gender": "M",
- "height": "175",
- "weight": "70",
- "sport": "Rowing",
- "team": "Norway",
- "noc": "NOR",
- "age": 28,
- "event": "Rowing Men's Lightweight Double Sculls",
- "medal": "Bronze"
- },
- {
- "name": "Manuel Brunet",
- "gender": "M",
- "height": "179",
- "weight": "79",
- "sport": "Hockey",
- "team": "Argentina",
- "noc": "ARG",
- "age": 30,
- "event": "Hockey Men's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Rachele Bruni",
- "gender": "F",
- "height": "170",
- "weight": "59",
- "sport": "Swimming",
- "team": "Italy",
- "noc": "ITA",
- "age": 25,
- "event": "Swimming Women's 10 kilometres Open Water",
- "medal": "Silver"
- },
- {
- "name": "Bruno \"Bruninho\" Mossa de Rezende",
- "gender": "M",
- "height": "190",
- "weight": "76",
- "sport": "Volleyball",
- "team": "Brazil",
- "noc": "BRA",
- "age": 30,
- "event": "Volleyball Men's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Joshua Buatsi",
- "gender": "M",
- "height": "185",
- "weight": "81",
- "sport": "Boxing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 23,
- "event": "Boxing Men's Light-Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Kadeisha Buchanan",
- "gender": "F",
- "height": "170",
- "weight": "65",
- "sport": "Football",
- "team": "Canada",
- "noc": "CAN",
- "age": 20,
- "event": "Football Women's Football",
- "medal": "Bronze"
- },
- {
- "name": "Matthijs Bchli",
- "gender": "M",
- "height": "188",
- "weight": "90",
- "sport": "Cycling",
- "team": "Netherlands",
- "noc": "NED",
- "age": 23,
- "event": "Cycling Men's Keirin",
- "medal": "Silver"
- },
- {
- "name": "Luka Buki",
- "gender": "M",
- "height": "195",
- "weight": "90",
- "sport": "Water Polo",
- "team": "Croatia",
- "noc": "CRO",
- "age": 22,
- "event": "Water Polo Men's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Yekaterina Borisovna Bukina",
- "gender": "F",
- "height": "174",
- "weight": "75",
- "sport": "Wrestling",
- "team": "Russia",
- "noc": "RUS",
- "age": 29,
- "event": "Wrestling Women's Heavyweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Chlo Bulleux",
- "gender": "F",
- "height": "172",
- "weight": "65",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 24,
- "event": "Handball Women's Handball",
- "medal": "Silver"
- },
- {
- "name": "Phil Burgess",
- "gender": "M",
- "height": "180",
- "weight": "92",
- "sport": "Rugby Sevens",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 28,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Damir Buri",
- "gender": "M",
- "height": "205",
- "weight": "115",
- "sport": "Water Polo",
- "team": "Croatia",
- "noc": "CRO",
- "age": 35,
- "event": "Water Polo Men's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Steven James Burke",
- "gender": "M",
- "height": "183",
- "weight": "78",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 28,
- "event": "Cycling Men's Team Pursuit, 4,000 metres",
- "medal": "Gold"
- },
- {
- "name": "Peter Burling",
- "gender": "M",
- "height": "186",
- "weight": "82",
- "sport": "Sailing",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 25,
- "event": "Sailing Men's Skiff",
- "medal": "Gold"
- },
- {
- "name": "Christopher Burton",
- "gender": "M",
- "height": "180",
- "weight": "70",
- "sport": "Equestrianism",
- "team": "Australia",
- "noc": "AUS",
- "age": 34,
- "event": "Equestrianism Mixed Three-Day Event, Team",
- "medal": "Bronze"
- },
- {
- "name": "Tom Burton",
- "gender": "M",
- "height": "180",
- "weight": "81",
- "sport": "Sailing",
- "team": "Australia",
- "noc": "AUS",
- "age": 26,
- "event": "Sailing Men's One Person Dinghy",
- "medal": "Gold"
- },
- {
- "name": "Bianka Bua",
- "gender": "F",
- "height": "187",
- "weight": "74",
- "sport": "Volleyball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 22,
- "event": "Volleyball Women's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Andro Bulje",
- "gender": "M",
- "height": "200",
- "weight": "115",
- "sport": "Water Polo",
- "team": "Croatia",
- "noc": "CRO",
- "age": 30,
- "event": "Water Polo Men's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Simone Buti",
- "gender": "M",
- "height": "206",
- "weight": "100",
- "sport": "Volleyball",
- "team": "Italy",
- "noc": "ITA",
- "age": 32,
- "event": "Volleyball Men's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Jimmy Butler III",
- "gender": "M",
- "height": "201",
- "weight": "99",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Basketball Men's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Linus Butt",
- "gender": "M",
- "height": "186",
- "weight": "83",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 29,
- "event": "Hockey Men's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Dajana Butulija",
- "gender": "F",
- "height": "175",
- "weight": "65",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 30,
- "event": "Basketball Women's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Denia Caballero Ponce",
- "gender": "F",
- "height": "175",
- "weight": "70",
- "sport": "Athletics",
- "team": "Cuba",
- "noc": "CUB",
- "age": 26,
- "event": "Athletics Women's Discus Throw",
- "medal": "Bronze"
- },
- {
- "name": "Jrmy Cadot",
- "gender": "M",
- "height": "185",
- "weight": "78",
- "sport": "Fencing",
- "team": "France",
- "noc": "FRA",
- "age": 29,
- "event": "Fencing Men's Foil, Team",
- "medal": "Silver"
- },
- {
- "name": "Tania Cagnotto (-Parolin)",
- "gender": "F",
- "height": "160",
- "weight": "54",
- "sport": "Diving",
- "team": "Italy",
- "noc": "ITA",
- "age": 31,
- "event": "Diving Women's Springboard",
- "medal": "Bronze"
- },
- {
- "name": "Tania Cagnotto (-Parolin)",
- "gender": "F",
- "height": "160",
- "weight": "54",
- "sport": "Diving",
- "team": "Italy",
- "noc": "ITA",
- "age": 31,
- "event": "Diving Women's Synchronized Springboard",
- "medal": "Silver"
- },
- {
- "name": "Cai Zelin",
- "gender": "M",
- "height": "175",
- "weight": "55",
- "sport": "Athletics",
- "team": "China",
- "noc": "CHN",
- "age": 25,
- "event": "Athletics Men's 20 kilometres Walk",
- "medal": "Silver"
- },
- {
- "name": "Chiara Cainero",
- "gender": "F",
- "height": "171",
- "weight": "81",
- "sport": "Shooting",
- "team": "Italy",
- "noc": "ITA",
- "age": 38,
- "event": "Shooting Women's Skeet",
- "medal": "Silver"
- },
- {
- "name": "Jos Manuel Caldern Borrallo",
- "gender": "M",
- "height": "191",
- "weight": "90",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 34,
- "event": "Basketball Men's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Hilary Caldwell",
- "gender": "F",
- "height": "173",
- "weight": "61",
- "sport": "Swimming",
- "team": "Canada",
- "noc": "CAN",
- "age": 25,
- "event": "Swimming Women's 200 metres Backstroke",
- "medal": "Bronze"
- },
- {
- "name": "Facundo Callioni",
- "gender": "M",
- "height": "183",
- "weight": "77",
- "sport": "Hockey",
- "team": "Argentina",
- "noc": "ARG",
- "age": 30,
- "event": "Hockey Men's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Eva Calvo Gmez",
- "gender": "F",
- "height": "176",
- "weight": "57",
- "sport": "Taekwondo",
- "team": "Spain",
- "noc": "ESP",
- "age": 25,
- "event": "Taekwondo Women's Featherweight",
- "medal": "Silver"
- },
- {
- "name": "Asuka Antonio \"Aska\" Cambridge",
- "gender": "M",
- "height": "179",
- "weight": "74",
- "sport": "Athletics",
- "team": "Japan",
- "noc": "JPN",
- "age": 23,
- "event": "Athletics Men's 4 x 100 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Bronte Campbell",
- "gender": "F",
- "height": "179",
- "weight": "58",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 22,
- "event": "Swimming Women's 4 x 100 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Cate Natalie Campbell",
- "gender": "F",
- "height": "186",
- "weight": "67",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 24,
- "event": "Swimming Women's 4 x 100 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Cate Natalie Campbell",
- "gender": "F",
- "height": "186",
- "weight": "67",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 24,
- "event": "Swimming Women's 4 x 100 metres Medley Relay",
- "medal": "Silver"
- },
- {
- "name": "Veronica Angella Campbell-Brown",
- "gender": "F",
- "height": "168",
- "weight": "58",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 34,
- "event": "Athletics Women's 4 x 100 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Niccol Campriani",
- "gender": "M",
- "height": "177",
- "weight": "80",
- "sport": "Shooting",
- "team": "Italy",
- "noc": "ITA",
- "age": 28,
- "event": "Shooting Men's Air Rifle, 10 metres",
- "medal": "Gold"
- },
- {
- "name": "Niccol Campriani",
- "gender": "M",
- "height": "177",
- "weight": "80",
- "sport": "Shooting",
- "team": "Italy",
- "noc": "ITA",
- "age": 28,
- "event": "Shooting Men's Small-Bore Rifle, Three Positions, 50 metres",
- "medal": "Gold"
- },
- {
- "name": "Fabian Cancellara",
- "gender": "M",
- "height": "186",
- "weight": "81",
- "sport": "Cycling",
- "team": "Switzerland",
- "noc": "SUI",
- "age": 35,
- "event": "Cycling Men's Individual Time Trial",
- "medal": "Gold"
- },
- {
- "name": "Cao Yuan",
- "gender": "M",
- "height": "160",
- "weight": "42",
- "sport": "Diving",
- "team": "China",
- "noc": "CHN",
- "age": 21,
- "event": "Diving Men's Springboard",
- "medal": "Gold"
- },
- {
- "name": "Cao Yuan",
- "gender": "M",
- "height": "160",
- "weight": "42",
- "sport": "Diving",
- "team": "China",
- "noc": "CHN",
- "age": 21,
- "event": "Diving Men's Synchronized Springboard",
- "medal": "Bronze"
- },
- {
- "name": "Jazmin Roxy \"Jazz\" Carlin",
- "gender": "F",
- "height": "175",
- "weight": "57",
- "sport": "Swimming",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 25,
- "event": "Swimming Women's 400 metres Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Jazmin Roxy \"Jazz\" Carlin",
- "gender": "F",
- "height": "175",
- "weight": "57",
- "sport": "Swimming",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 25,
- "event": "Swimming Women's 800 metres Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Olivia Frances Carnegie-Brown",
- "gender": "F",
- "height": "181",
- "weight": "73",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 25,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Silver"
- },
- {
- "name": "Cecilia Carranza Saroli",
- "gender": "F",
- "height": "164",
- "weight": "63",
- "sport": "Sailing",
- "team": "Argentina",
- "noc": "ARG",
- "age": 29,
- "event": "Sailing Mixed Multihull",
- "medal": "Gold"
- },
- {
- "name": "Lisa Carrington",
- "gender": "F",
- "height": "168",
- "weight": "63",
- "sport": "Canoeing",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 27,
- "event": "Canoeing Women's Kayak Singles, 200 metres",
- "medal": "Gold"
- },
- {
- "name": "Lisa Carrington",
- "gender": "F",
- "height": "168",
- "weight": "63",
- "sport": "Canoeing",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 27,
- "event": "Canoeing Women's Kayak Singles, 500 metres",
- "medal": "Bronze"
- },
- {
- "name": "Michelle Denee Carter",
- "gender": "F",
- "height": "176",
- "weight": "136",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Athletics Women's Shot Put",
- "medal": "Gold"
- },
- {
- "name": "Charlotte Caslick",
- "gender": "F",
- "height": "172",
- "weight": "65",
- "sport": "Rugby Sevens",
- "team": "Australia",
- "noc": "AUS",
- "age": 21,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Matteo Castaldo",
- "gender": "M",
- "height": "188",
- "weight": "86",
- "sport": "Rowing",
- "team": "Italy",
- "noc": "ITA",
- "age": 30,
- "event": "Rowing Men's Coxless Fours",
- "medal": "Bronze"
- },
- {
- "name": "Kristi Castlin",
- "gender": "F",
- "height": "170",
- "weight": "60",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 28,
- "event": "Athletics Women's 100 metres Hurdles",
- "medal": "Bronze"
- },
- {
- "name": "Tamika Devonne Catchings",
- "gender": "F",
- "height": "185",
- "weight": "77",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 37,
- "event": "Basketball Women's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Kelly Catlin",
- "gender": "F",
- "height": "168",
- "weight": "63",
- "sport": "Cycling",
- "team": "United States",
- "noc": "USA",
- "age": 20,
- "event": "Cycling Women's Team Pursuit",
- "medal": "Silver"
- },
- {
- "name": "Mark Simon Cavendish",
- "gender": "M",
- "height": "175",
- "weight": "70",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 31,
- "event": "Cycling Men's Omnium",
- "medal": "Silver"
- },
- {
- "name": "Saa ao",
- "gender": "F",
- "height": "178",
- "weight": "72",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 27,
- "event": "Basketball Women's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Matthew Gerald \"Matt\" Centrowitz, Jr.",
- "gender": "M",
- "height": "176",
- "weight": "65",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Athletics Men's 1,500 metres",
- "medal": "Gold"
- },
- {
- "name": "Davit Gochayevich Chakvetadze",
- "gender": "M",
- "height": "174",
- "weight": "85",
- "sport": "Wrestling",
- "team": "Russia",
- "noc": "RUS",
- "age": 23,
- "event": "Wrestling Men's Light-Heavyweight, Greco-Roman",
- "medal": "Gold"
- },
- {
- "name": "Kyle Chalmers",
- "gender": "M",
- "height": "193",
- "weight": "90",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 18,
- "event": "Swimming Men's 100 metres Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Kyle Chalmers",
- "gender": "M",
- "height": "193",
- "weight": "90",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 18,
- "event": "Swimming Men's 4 x 100 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "Kyle Chalmers",
- "gender": "M",
- "height": "193",
- "weight": "90",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 18,
- "event": "Swimming Men's 4 x 100 metres Medley Relay",
- "medal": "Bronze"
- },
- {
- "name": "Frank Chamizo Marquez",
- "gender": "M",
- "height": "172",
- "weight": "65",
- "sport": "Wrestling",
- "team": "Italy",
- "noc": "ITA",
- "age": 24,
- "event": "Wrestling Men's Welterweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Miles Cleveland Chamley-Watson",
- "gender": "M",
- "height": "193",
- "weight": "80",
- "sport": "Fencing",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Fencing Men's Foil, Team",
- "medal": "Bronze"
- },
- {
- "name": "Chan Peng Soon",
- "gender": "M",
- "height": "175",
- "weight": "68",
- "sport": "Badminton",
- "team": "Malaysia",
- "noc": "MAS",
- "age": 28,
- "event": "Badminton Mixed Doubles",
- "medal": "Silver"
- },
- {
- "name": "Chang Hye-Jin",
- "gender": "F",
- "height": "158",
- "weight": "50",
- "sport": "Archery",
- "team": "South Korea",
- "noc": "KOR",
- "age": 29,
- "event": "Archery Women's Individual",
- "medal": "Gold"
- },
- {
- "name": "Chang Hye-Jin",
- "gender": "F",
- "height": "158",
- "weight": "50",
- "sport": "Archery",
- "team": "South Korea",
- "noc": "KOR",
- "age": 29,
- "event": "Archery Women's Team",
- "medal": "Gold"
- },
- {
- "name": "Allysha Chapman",
- "gender": "F",
- "height": "160",
- "weight": "56",
- "sport": "Football",
- "team": "Canada",
- "noc": "CAN",
- "age": 27,
- "event": "Football Women's Football",
- "medal": "Bronze"
- },
- {
- "name": "Tina Alexandria Charles",
- "gender": "F",
- "height": "193",
- "weight": "88",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Basketball Women's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Cdric Charlier",
- "gender": "M",
- "height": "181",
- "weight": "81",
- "sport": "Hockey",
- "team": "Belgium",
- "noc": "BEL",
- "age": 28,
- "event": "Hockey Men's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Yuriy Volodymyrovych Cheban",
- "gender": "M",
- "height": "185",
- "weight": "93",
- "sport": "Canoeing",
- "team": "Ukraine",
- "noc": "UKR",
- "age": 30,
- "event": "Canoeing Men's Canadian Singles, 200 metres",
- "medal": "Gold"
- },
- {
- "name": "Paul Kipkemboi Chelimo",
- "gender": "M",
- "height": "175",
- "weight": "57",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 25,
- "event": "Athletics Men's 5,000 metres",
- "medal": "Silver"
- },
- {
- "name": "Chen Aisen",
- "gender": "M",
- "height": "168",
- "weight": "60",
- "sport": "Diving",
- "team": "China",
- "noc": "CHN",
- "age": 20,
- "event": "Diving Men's Platform",
- "medal": "Gold"
- },
- {
- "name": "Chen Aisen",
- "gender": "M",
- "height": "168",
- "weight": "60",
- "sport": "Diving",
- "team": "China",
- "noc": "CHN",
- "age": 20,
- "event": "Diving Men's Synchronized Platform",
- "medal": "Gold"
- },
- {
- "name": "Chen Long",
- "gender": "M",
- "height": "188",
- "weight": "81",
- "sport": "Badminton",
- "team": "China",
- "noc": "CHN",
- "age": 27,
- "event": "Badminton Men's Singles",
- "medal": "Gold"
- },
- {
- "name": "Chen Peina",
- "gender": "F",
- "height": "172",
- "weight": "63",
- "sport": "Sailing",
- "team": "China",
- "noc": "CHN",
- "age": 27,
- "event": "Sailing Women's Windsurfer",
- "medal": "Silver"
- },
- {
- "name": "Chen Ruolin",
- "gender": "F",
- "height": "160",
- "weight": "47",
- "sport": "Diving",
- "team": "China",
- "noc": "CHN",
- "age": 23,
- "event": "Diving Women's Synchronized Platform",
- "medal": "Gold"
- },
- {
- "name": "Cheng Xunzhao",
- "gender": "M",
- "height": "185",
- "weight": "90",
- "sport": "Judo",
- "team": "China",
- "noc": "CHN",
- "age": 25,
- "event": "Judo Men's Middleweight",
- "medal": "Bronze"
- },
- {
- "name": "Cheong Jun Hoong",
- "gender": "F",
- "height": "150",
- "weight": "48",
- "sport": "Diving",
- "team": "Malaysia",
- "noc": "MAS",
- "age": 26,
- "event": "Diving Women's Synchronized Platform",
- "medal": "Silver"
- },
- {
- "name": "Aleksey Borisovich Cheremisinov",
- "gender": "M",
- "height": "183",
- "weight": "75",
- "sport": "Fencing",
- "team": "Russia",
- "noc": "RUS",
- "age": 31,
- "event": "Fencing Men's Foil, Team",
- "medal": "Gold"
- },
- {
- "name": "Emilee Cherry",
- "gender": "F",
- "height": "168",
- "weight": "70",
- "sport": "Rugby Sevens",
- "team": "Australia",
- "noc": "AUS",
- "age": 23,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Vivian Jepkemoi Cheruiyot",
- "gender": "F",
- "height": "153",
- "weight": "40",
- "sport": "Athletics",
- "team": "Kenya",
- "noc": "KEN",
- "age": 32,
- "event": "Athletics Women's 5,000 metres",
- "medal": "Gold"
- },
- {
- "name": "Vivian Jepkemoi Cheruiyot",
- "gender": "F",
- "height": "153",
- "weight": "40",
- "sport": "Athletics",
- "team": "Kenya",
- "noc": "KEN",
- "age": 32,
- "event": "Athletics Women's 10,000 metres",
- "medal": "Silver"
- },
- {
- "name": "Vlada Aleksandrovna Chigiryova",
- "gender": "F",
- "height": "162",
- "weight": "46",
- "sport": "Synchronized Swimming",
- "team": "Russia",
- "noc": "RUS",
- "age": 21,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Gold"
- },
- {
- "name": "Eilidh Child-Doyle",
- "gender": "F",
- "height": "170",
- "weight": "60",
- "sport": "Athletics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 29,
- "event": "Athletics Women's 4 x 400 metres Relay",
- "medal": "Bronze"
- },
- {
- "name": "Choe Hyo-Sim",
- "gender": "F",
- "height": "159",
- "weight": "63",
- "sport": "Weightlifting",
- "team": "North Korea",
- "noc": "PRK",
- "age": 22,
- "event": "Weightlifting Women's Middleweight",
- "medal": "Silver"
- },
- {
- "name": "Choi Mi-Sun",
- "gender": "F",
- "height": "168",
- "weight": "53",
- "sport": "Archery",
- "team": "South Korea",
- "noc": "KOR",
- "age": 20,
- "event": "Archery Women's Team",
- "medal": "Gold"
- },
- {
- "name": "Maialen Chourraut Yurramendi",
- "gender": "F",
- "height": "161",
- "weight": "55",
- "sport": "Canoeing",
- "team": "Spain",
- "noc": "ESP",
- "age": 33,
- "event": "Canoeing Women's Kayak Singles, Slalom",
- "medal": "Gold"
- },
- {
- "name": "Micah Makanamaikalani Christenson",
- "gender": "M",
- "height": "198",
- "weight": "86",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 23,
- "event": "Volleyball Men's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Mads Christiansen",
- "gender": "M",
- "height": "197",
- "weight": "93",
- "sport": "Handball",
- "team": "Denmark",
- "noc": "DEN",
- "age": 30,
- "event": "Handball Men's Handball",
- "medal": "Gold"
- },
- {
- "name": "Max Christiansen",
- "gender": "M",
- "height": "187",
- "weight": "84",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 19,
- "event": "Football Men's Football",
- "medal": "Silver"
- },
- {
- "name": "Anton Mikhaylovich Chupkov",
- "gender": "M",
- "height": "188",
- "weight": "71",
- "sport": "Swimming",
- "team": "Russia",
- "noc": "RUS",
- "age": 19,
- "event": "Swimming Men's 200 metres Breaststroke",
- "medal": "Bronze"
- },
- {
- "name": "Monika Ciaciuch",
- "gender": "F",
- "height": "182",
- "weight": "74",
- "sport": "Rowing",
- "team": "Poland",
- "noc": "POL",
- "age": 24,
- "event": "Rowing Women's Quadruple Sculls",
- "medal": "Bronze"
- },
- {
- "name": "Cheick Sallah Ciss Junior",
- "gender": "M",
- "height": "186",
- "weight": "80",
- "sport": "Taekwondo",
- "team": "Cote d'Ivoire",
- "noc": "CIV",
- "age": 22,
- "event": "Taekwondo Men's Welterweight",
- "medal": "Gold"
- },
- {
- "name": "Souleymane Diop Cissokho",
- "gender": "M",
- "height": "179",
- "weight": "69",
- "sport": "Boxing",
- "team": "France",
- "noc": "FRA",
- "age": 25,
- "event": "Boxing Men's Welterweight",
- "medal": "Bronze"
- },
- {
- "name": "Edward \"Ed\" Clancy",
- "gender": "M",
- "height": "185",
- "weight": "79",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 31,
- "event": "Cycling Men's Team Pursuit, 4,000 metres",
- "medal": "Gold"
- },
- {
- "name": "Caroline Archer \"KK\" Clark",
- "gender": "F",
- "height": "188",
- "weight": "72",
- "sport": "Water Polo",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Water Polo Women's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Saskia Clark",
- "gender": "F",
- "height": "176",
- "weight": "68",
- "sport": "Sailing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 36,
- "event": "Sailing Women's Two Person Dinghy",
- "medal": "Gold"
- },
- {
- "name": "Joseph \"Joe\" Clarke",
- "gender": "M",
- "height": "182",
- "weight": "76",
- "sport": "Canoeing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 23,
- "event": "Canoeing Men's Kayak Singles, Slalom",
- "medal": "Gold"
- },
- {
- "name": "Vctor Claver Arocas",
- "gender": "M",
- "height": "206",
- "weight": "107",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 27,
- "event": "Basketball Men's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "William Bundu \"Will\" Claye",
- "gender": "M",
- "height": "181",
- "weight": "72",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 25,
- "event": "Athletics Men's Triple Jump",
- "medal": "Silver"
- },
- {
- "name": "Kerron Stephon Clement",
- "gender": "M",
- "height": "188",
- "weight": "86",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Athletics Men's 400 metres Hurdles",
- "medal": "Gold"
- },
- {
- "name": "Kyle Clemons",
- "gender": "M",
- "height": "180",
- "weight": "74",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 25,
- "event": "Athletics Men's 4 x 400 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "lodie Pascaline Clouvel",
- "gender": "F",
- "height": "182",
- "weight": "69",
- "sport": "Modern Pentathlon",
- "team": "France",
- "noc": "FRA",
- "age": 27,
- "event": "Modern Pentathlon Women's Individual",
- "medal": "Silver"
- },
- {
- "name": "Emma Jane Coburn",
- "gender": "F",
- "height": "173",
- "weight": "54",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 25,
- "event": "Athletics Women's 3,000 metres Steeplechase",
- "medal": "Bronze"
- },
- {
- "name": "Corey Cogdell-Unrein",
- "gender": "F",
- "height": "173",
- "weight": "70",
- "sport": "Shooting",
- "team": "United States",
- "noc": "USA",
- "age": 29,
- "event": "Shooting Women's Trap",
- "medal": "Bronze"
- },
- {
- "name": "Roxana Gabriela Cogianu",
- "gender": "F",
- "height": "180",
- "weight": "72",
- "sport": "Rowing",
- "team": "Romania",
- "noc": "ROU",
- "age": 29,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Bronze"
- },
- {
- "name": "Adelina Maria Cojocariu-Bogus",
- "gender": "F",
- "height": "186",
- "weight": "75",
- "sport": "Rowing",
- "team": "Romania",
- "noc": "ROU",
- "age": 27,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Bronze"
- },
- {
- "name": "Massimo Colaci",
- "gender": "M",
- "height": "180",
- "weight": "75",
- "sport": "Volleyball",
- "team": "Italy",
- "noc": "ITA",
- "age": 31,
- "event": "Volleyball Men's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Thibault Colard",
- "gender": "M",
- "height": "187",
- "weight": "70",
- "sport": "Rowing",
- "team": "France",
- "noc": "FRA",
- "age": 24,
- "event": "Rowing Men's Lightweight Coxless Fours",
- "medal": "Bronze"
- },
- {
- "name": "Carlos Coloma Nicols",
- "gender": "M",
- "height": "171",
- "weight": "65",
- "sport": "Cycling",
- "team": "Spain",
- "noc": "ESP",
- "age": 34,
- "event": "Cycling Men's Mountainbike, Cross-team",
- "medal": "Bronze"
- },
- {
- "name": "Robson Donato Conceio",
- "gender": "M",
- "height": "171",
- "weight": "57",
- "sport": "Boxing",
- "team": "Brazil",
- "noc": "BRA",
- "age": 27,
- "event": "Boxing Men's Lightweight",
- "medal": "Gold"
- },
- {
- "name": "John \"Jack\" Conger",
- "gender": "M",
- "height": "193",
- "weight": "80",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 21,
- "event": "Swimming Men's 4 x 200 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Sally Conway",
- "gender": "F",
- "height": "167",
- "weight": "70",
- "sport": "Judo",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 29,
- "event": "Judo Women's Middleweight",
- "medal": "Bronze"
- },
- {
- "name": "Tamsin Cook",
- "gender": "F",
- "height": "170",
- "weight": "61",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 17,
- "event": "Swimming Women's 4 x 200 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Yasmani Copello Escobar",
- "gender": "M",
- "height": "191",
- "weight": "85",
- "sport": "Athletics",
- "team": "Turkey",
- "noc": "TUR",
- "age": 29,
- "event": "Athletics Men's 400 metres Hurdles",
- "medal": "Bronze"
- },
- {
- "name": "Kevin Cordes",
- "gender": "M",
- "height": "196",
- "weight": "88",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 22,
- "event": "Swimming Men's 4 x 100 metres Medley Relay",
- "medal": "Gold"
- },
- {
- "name": "Tanguy Cosyns",
- "gender": "M",
- "height": "174",
- "weight": "70",
- "sport": "Hockey",
- "team": "Belgium",
- "noc": "BEL",
- "age": 25,
- "event": "Hockey Men's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Aleksandra Cotti",
- "gender": "F",
- "height": "167",
- "weight": "65",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 27,
- "event": "Water Polo Women's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "DeMarcus Amir Cousins",
- "gender": "M",
- "height": "210",
- "weight": "122",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 25,
- "event": "Basketball Men's Basketball",
- "medal": "Gold"
- },
- {
- "name": "J'den Michael Tbory Cox",
- "gender": "M",
- "height": "180",
- "weight": "86",
- "sport": "Wrestling",
- "team": "United States",
- "noc": "USA",
- "age": 21,
- "event": "Wrestling Men's Light-Heavyweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Kameryn Louise \"Kami\" Craig",
- "gender": "F",
- "height": "181",
- "weight": "88",
- "sport": "Water Polo",
- "team": "United States",
- "noc": "USA",
- "age": 29,
- "event": "Water Polo Women's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Sal Craviotto Rivero",
- "gender": "M",
- "height": "192",
- "weight": "98",
- "sport": "Canoeing",
- "team": "Spain",
- "noc": "ESP",
- "age": 31,
- "event": "Canoeing Men's Kayak Singles, 200 metres",
- "medal": "Bronze"
- },
- {
- "name": "Sal Craviotto Rivero",
- "gender": "M",
- "height": "192",
- "weight": "98",
- "sport": "Canoeing",
- "team": "Spain",
- "noc": "ESP",
- "age": 31,
- "event": "Canoeing Men's Kayak Doubles, 200 metres",
- "medal": "Gold"
- },
- {
- "name": "Samuel Thomas \"Sam\" Cross",
- "gender": "M",
- "height": "191",
- "weight": "103",
- "sport": "Rugby Sevens",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 23,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Ryan Crouser",
- "gender": "M",
- "height": "201",
- "weight": "125",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 23,
- "event": "Athletics Men's Shot Put",
- "medal": "Gold"
- },
- {
- "name": "Kimberley \"Kim\" Crow-Brennan",
- "gender": "F",
- "height": "188",
- "weight": "74",
- "sport": "Rowing",
- "team": "Australia",
- "noc": "AUS",
- "age": 30,
- "event": "Rowing Women's Single Sculls",
- "medal": "Gold"
- },
- {
- "name": "Anna Cruz Lebrato",
- "gender": "F",
- "height": "176",
- "weight": "60",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 29,
- "event": "Basketball Women's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Aleksandra Crvendaki",
- "gender": "F",
- "height": "187",
- "weight": "76",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 20,
- "event": "Basketball Women's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Lszl Cseh, Jr.",
- "gender": "M",
- "height": "188",
- "weight": "83",
- "sport": "Swimming",
- "team": "Hungary",
- "noc": "HUN",
- "age": 30,
- "event": "Swimming Men's 100 metres Butterfly",
- "medal": "Silver"
- },
- {
- "name": "Tamara Csipes",
- "gender": "F",
- "height": "176",
- "weight": "78",
- "sport": "Canoeing",
- "team": "Hungary",
- "noc": "HUN",
- "age": 26,
- "event": "Canoeing Women's Kayak Fours, 500 metres",
- "medal": "Gold"
- },
- {
- "name": "Milo uk",
- "gender": "M",
- "height": "191",
- "weight": "91",
- "sport": "Water Polo",
- "team": "Serbia",
- "noc": "SRB",
- "age": 25,
- "event": "Water Polo Men's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Chay Crista Kerio Cullen",
- "gender": "F",
- "height": "182",
- "weight": "74",
- "sport": "Hockey",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 30,
- "event": "Hockey Women's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Rsul unayev",
- "gender": "M",
- "height": "171",
- "weight": "66",
- "sport": "Wrestling",
- "team": "Azerbaijan",
- "noc": "AZE",
- "age": 25,
- "event": "Wrestling Men's Welterweight, Greco-Roman",
- "medal": "Bronze"
- },
- {
- "name": "Michal D'Almeida",
- "gender": "M",
- "height": "176",
- "weight": "80",
- "sport": "Cycling",
- "team": "France",
- "noc": "FRA",
- "age": 28,
- "event": "Cycling Men's Team Sprint",
- "medal": "Bronze"
- },
- {
- "name": "Sabrina D'Angelo",
- "gender": "F",
- "height": "173",
- "weight": "71",
- "sport": "Football",
- "team": "Canada",
- "noc": "CAN",
- "age": 23,
- "event": "Football Women's Football",
- "medal": "Bronze"
- },
- {
- "name": "Mayra Aguiar da Silva",
- "gender": "F",
- "height": "177",
- "weight": "78",
- "sport": "Judo",
- "team": "Brazil",
- "noc": "BRA",
- "age": 25,
- "event": "Judo Women's Half-Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Rafael Carlos da Silva",
- "gender": "M",
- "height": "203",
- "weight": "160",
- "sport": "Judo",
- "team": "Brazil",
- "noc": "BRA",
- "age": 29,
- "event": "Judo Men's Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Ana Dabovi",
- "gender": "F",
- "height": "183",
- "weight": "70",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 26,
- "event": "Basketball Women's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Milica Dabovi",
- "gender": "F",
- "height": "173",
- "weight": "63",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 34,
- "event": "Basketball Women's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Sara Ilonka Dbritz",
- "gender": "F",
- "height": "171",
- "weight": "59",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 21,
- "event": "Football Women's Football",
- "medal": "Gold"
- },
- {
- "name": "Lisa Karolina Viktoria Dahlkvist",
- "gender": "F",
- "height": "173",
- "weight": "66",
- "sport": "Football",
- "team": "Sweden",
- "noc": "SWE",
- "age": 29,
- "event": "Football Women's Football",
- "medal": "Silver"
- },
- {
- "name": "Ro Masivesi Dakuwaqa",
- "gender": "M",
- "height": "190",
- "weight": "105",
- "sport": "Rugby Sevens",
- "team": "Fiji",
- "noc": "FIJ",
- "age": 22,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Thomas Robert \"Tom\" Daley",
- "gender": "M",
- "height": "177",
- "weight": "74",
- "sport": "Diving",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 22,
- "event": "Diving Men's Synchronized Platform",
- "medal": "Bronze"
- },
- {
- "name": "Francesca Dallap",
- "gender": "F",
- "height": "163",
- "weight": "57",
- "sport": "Diving",
- "team": "Italy",
- "noc": "ITA",
- "age": 30,
- "event": "Diving Women's Synchronized Springboard",
- "medal": "Silver"
- },
- {
- "name": "Chloe Elysha Dalton",
- "gender": "F",
- "height": "180",
- "weight": "72",
- "sport": "Rugby Sevens",
- "team": "Australia",
- "noc": "AUS",
- "age": 23,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Blandine Dancette",
- "gender": "F",
- "height": "169",
- "weight": "60",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 28,
- "event": "Handball Women's Handball",
- "medal": "Silver"
- },
- {
- "name": "Emmanuel Shinkut Daniel",
- "gender": "M",
- "height": "174",
- "weight": "88",
- "sport": "Football",
- "team": "Nigeria",
- "noc": "NGR",
- "age": 22,
- "event": "Football Men's Football",
- "medal": "Bronze"
- },
- {
- "name": "Alexandra Mary L. \"Alex\" Danson",
- "gender": "F",
- "height": "167",
- "weight": "56",
- "sport": "Hockey",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 31,
- "event": "Hockey Women's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Hannah Darling",
- "gender": "F",
- "height": "174",
- "weight": "72",
- "sport": "Rugby Sevens",
- "team": "Canada",
- "noc": "CAN",
- "age": 20,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Lisa Darmanin",
- "gender": "F",
- "height": "168",
- "weight": "65",
- "sport": "Sailing",
- "team": "Australia",
- "noc": "AUS",
- "age": 24,
- "event": "Sailing Mixed Multihull",
- "medal": "Silver"
- },
- {
- "name": "Tuyana Norpolovna Dashidorzhiyeva",
- "gender": "F",
- "height": "169",
- "weight": "57",
- "sport": "Archery",
- "team": "Russia",
- "noc": "RUS",
- "age": 20,
- "event": "Archery Women's Team",
- "medal": "Silver"
- },
- {
- "name": "James Davies",
- "gender": "M",
- "height": "181",
- "weight": "98",
- "sport": "Rugby Sevens",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 25,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Lucy Davis",
- "gender": "F",
- "height": "165",
- "weight": "55",
- "sport": "Equestrianism",
- "team": "United States",
- "noc": "USA",
- "age": 23,
- "event": "Equestrianism Mixed Jumping, Team",
- "medal": "Silver"
- },
- {
- "name": "Edward James Eddie Dawkins",
- "gender": "M",
- "height": "185",
- "weight": "93",
- "sport": "Cycling",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 27,
- "event": "Cycling Men's Team Sprint",
- "medal": "Silver"
- },
- {
- "name": "Christine Day",
- "gender": "F",
- "height": "168",
- "weight": "51",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 29,
- "event": "Athletics Women's 4 x 400 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Eva Roma Maria de Goede",
- "gender": "F",
- "height": "170",
- "weight": "61",
- "sport": "Hockey",
- "team": "Netherlands",
- "noc": "NED",
- "age": 27,
- "event": "Hockey Women's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Andre De Grasse",
- "gender": "M",
- "height": "176",
- "weight": "70",
- "sport": "Athletics",
- "team": "Canada",
- "noc": "CAN",
- "age": 21,
- "event": "Athletics Men's 100 metres",
- "medal": "Bronze"
- },
- {
- "name": "Andre De Grasse",
- "gender": "M",
- "height": "176",
- "weight": "70",
- "sport": "Athletics",
- "team": "Canada",
- "noc": "CAN",
- "age": 21,
- "event": "Athletics Men's 200 metres",
- "medal": "Silver"
- },
- {
- "name": "Andre De Grasse",
- "gender": "M",
- "height": "176",
- "weight": "70",
- "sport": "Athletics",
- "team": "Canada",
- "noc": "CAN",
- "age": 21,
- "event": "Athletics Men's 4 x 100 metres Relay",
- "medal": "Bronze"
- },
- {
- "name": "Juan Leon de Jongh",
- "gender": "M",
- "height": "175",
- "weight": "87",
- "sport": "Rugby Sevens",
- "team": "South Africa",
- "noc": "RSA",
- "age": 28,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Zoe Michaela de Toledo",
- "gender": "F",
- "height": "172",
- "weight": "58",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 29,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Silver"
- },
- {
- "name": "Xan de Waard",
- "gender": "F",
- "height": "163",
- "weight": "55",
- "sport": "Hockey",
- "team": "Netherlands",
- "noc": "NED",
- "age": 20,
- "event": "Hockey Women's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Hlne Defrance",
- "gender": "F",
- "height": "179",
- "weight": "66",
- "sport": "Sailing",
- "team": "France",
- "noc": "FRA",
- "age": 29,
- "event": "Sailing Women's Two Person Dinghy",
- "medal": "Bronze"
- },
- {
- "name": "Marco Del Lungo",
- "gender": "M",
- "height": "190",
- "weight": "97",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 26,
- "event": "Water Polo Men's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Juan Martn del Potro",
- "gender": "M",
- "height": "198",
- "weight": "97",
- "sport": "Tennis",
- "team": "Argentina",
- "noc": "ARG",
- "age": 27,
- "event": "Tennis Men's Singles",
- "medal": "Silver"
- },
- {
- "name": "Elena Delle Donne",
- "gender": "F",
- "height": "195",
- "weight": "86",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Basketball Women's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Siraba Dembl",
- "gender": "F",
- "height": "172",
- "weight": "64",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 30,
- "event": "Handball Women's Handball",
- "medal": "Silver"
- },
- {
- "name": "Mirela Krasimirova Demireva",
- "gender": "F",
- "height": "180",
- "weight": "58",
- "sport": "Athletics",
- "team": "Bulgaria",
- "noc": "BUL",
- "age": 26,
- "event": "Athletics Women's High Jump",
- "medal": "Silver"
- },
- {
- "name": "Soner Demirta",
- "gender": "M",
- "height": "170",
- "weight": "74",
- "sport": "Wrestling",
- "team": "Turkey",
- "noc": "TUR",
- "age": 25,
- "event": "Wrestling Men's Middleweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Nicholas Charles \"Nick\" Dempsey",
- "gender": "M",
- "height": "180",
- "weight": "71",
- "sport": "Sailing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 35,
- "event": "Sailing Men's Windsurfer",
- "medal": "Silver"
- },
- {
- "name": "Valentin Demyanenko",
- "gender": "M",
- "height": "193",
- "weight": "93",
- "sport": "Canoeing",
- "team": "Azerbaijan",
- "noc": "AZE",
- "age": 32,
- "event": "Canoeing Men's Canadian Singles, 200 metres",
- "medal": "Silver"
- },
- {
- "name": "Felix Denayer",
- "gender": "M",
- "height": "190",
- "weight": "85",
- "sport": "Hockey",
- "team": "Belgium",
- "noc": "BEL",
- "age": 26,
- "event": "Hockey Men's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Deng Shudi",
- "gender": "M",
- "height": "163",
- "weight": "58",
- "sport": "Gymnastics",
- "team": "China",
- "noc": "CHN",
- "age": 24,
- "event": "Gymnastics Men's Team All-Around",
- "medal": "Bronze"
- },
- {
- "name": "Deng Wei",
- "gender": "F",
- "height": "159",
- "weight": "63",
- "sport": "Weightlifting",
- "team": "China",
- "noc": "CHN",
- "age": 23,
- "event": "Weightlifting Women's Middleweight",
- "medal": "Gold"
- },
- {
- "name": "Aleksey Alekseyevich Denisenko",
- "gender": "M",
- "height": "185",
- "weight": "68",
- "sport": "Taekwondo",
- "team": "Russia",
- "noc": "RUS",
- "age": 22,
- "event": "Taekwondo Men's Featherweight",
- "medal": "Silver"
- },
- {
- "name": "Inna Vasilyevna Deriglazova",
- "gender": "F",
- "height": "173",
- "weight": "61",
- "sport": "Fencing",
- "team": "Russia",
- "noc": "RUS",
- "age": 26,
- "event": "Fencing Women's Foil, Individual",
- "medal": "Gold"
- },
- {
- "name": "DeMar Darnell DeRozan",
- "gender": "M",
- "height": "201",
- "weight": "99",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Basketball Men's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Gabriele Detti",
- "gender": "M",
- "height": "184",
- "weight": "79",
- "sport": "Swimming",
- "team": "Italy",
- "noc": "ITA",
- "age": 21,
- "event": "Swimming Men's 400 metres Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Gabriele Detti",
- "gender": "M",
- "height": "184",
- "weight": "79",
- "sport": "Swimming",
- "team": "Italy",
- "noc": "ITA",
- "age": 21,
- "event": "Swimming Men's 1,500 metres Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Daniel Deuer",
- "gender": "M",
- "height": "190",
- "weight": "76",
- "sport": "Equestrianism",
- "team": "Germany",
- "noc": "GER",
- "age": 34,
- "event": "Equestrianism Mixed Jumping, Team",
- "medal": "Bronze"
- },
- {
- "name": "Jolien D'hoore",
- "gender": "F",
- "height": "176",
- "weight": "64",
- "sport": "Cycling",
- "team": "Belgium",
- "noc": "BEL",
- "age": 26,
- "event": "Cycling Women's Omnium",
- "medal": "Bronze"
- },
- {
- "name": "Marco Di Costanzo",
- "gender": "M",
- "height": "184",
- "weight": "87",
- "sport": "Rowing",
- "team": "Italy",
- "noc": "ITA",
- "age": 24,
- "event": "Rowing Men's Coxless Pairs",
- "medal": "Bronze"
- },
- {
- "name": "Elisa Di Francisca",
- "gender": "F",
- "height": "177",
- "weight": "65",
- "sport": "Fencing",
- "team": "Italy",
- "noc": "ITA",
- "age": 33,
- "event": "Fencing Women's Foil, Individual",
- "medal": "Silver"
- },
- {
- "name": "Francesco Di Fulvio",
- "gender": "M",
- "height": "190",
- "weight": "88",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 22,
- "event": "Water Polo Men's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Tania Di Mario",
- "gender": "F",
- "height": "168",
- "weight": "62",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 37,
- "event": "Water Polo Women's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Emily Jane Diamond",
- "gender": "F",
- "height": "173",
- "weight": "58",
- "sport": "Athletics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 25,
- "event": "Athletics Women's 4 x 400 metres Relay",
- "medal": "Bronze"
- },
- {
- "name": "Hidilyn Diaz",
- "gender": "F",
- "height": "149",
- "weight": "53",
- "sport": "Weightlifting",
- "team": "Philippines",
- "noc": "PHI",
- "age": 25,
- "event": "Weightlifting Women's Featherweight",
- "medal": "Silver"
- },
- {
- "name": "Genzebe Dibaba Keneni",
- "gender": "F",
- "height": "168",
- "weight": "52",
- "sport": "Athletics",
- "team": "Ethiopia",
- "noc": "ETH",
- "age": 25,
- "event": "Athletics Women's 1,500 metres",
- "medal": "Silver"
- },
- {
- "name": "Mare Dibaba Hurssa (-Ibrahimova-)",
- "gender": "F",
- "height": "156",
- "weight": "45",
- "sport": "Athletics",
- "team": "Ethiopia",
- "noc": "ETH",
- "age": 26,
- "event": "Athletics Women's Marathon",
- "medal": "Bronze"
- },
- {
- "name": "Tirunesh Dibaba Keneni",
- "gender": "F",
- "height": "166",
- "weight": "50",
- "sport": "Athletics",
- "team": "Ethiopia",
- "noc": "ETH",
- "age": 31,
- "event": "Athletics Women's 10,000 metres",
- "medal": "Bronze"
- },
- {
- "name": "Aurimas Didbalis",
- "gender": "M",
- "height": "172",
- "weight": "94",
- "sport": "Weightlifting",
- "team": "Lithuania",
- "noc": "LTU",
- "age": 25,
- "event": "Weightlifting Men's Middle-Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Heidi Diethelm Gerber",
- "gender": "F",
- "height": "168",
- "weight": "93",
- "sport": "Shooting",
- "team": "Switzerland",
- "noc": "SUI",
- "age": 47,
- "event": "Shooting Women's Sporting Pistol, 25 metres",
- "medal": "Bronze"
- },
- {
- "name": "Tina Dietze",
- "gender": "F",
- "height": "172",
- "weight": "68",
- "sport": "Canoeing",
- "team": "Germany",
- "noc": "GER",
- "age": 28,
- "event": "Canoeing Women's Kayak Doubles, 500 metres",
- "medal": "Silver"
- },
- {
- "name": "Tina Dietze",
- "gender": "F",
- "height": "172",
- "weight": "68",
- "sport": "Canoeing",
- "team": "Germany",
- "noc": "GER",
- "age": 28,
- "event": "Canoeing Women's Kayak Fours, 500 metres",
- "medal": "Silver"
- },
- {
- "name": "Ding Ning",
- "gender": "F",
- "height": "171",
- "weight": "63",
- "sport": "Table Tennis",
- "team": "China",
- "noc": "CHN",
- "age": 26,
- "event": "Table Tennis Women's Singles",
- "medal": "Gold"
- },
- {
- "name": "Ding Ning",
- "gender": "F",
- "height": "171",
- "weight": "63",
- "sport": "Table Tennis",
- "team": "China",
- "noc": "CHN",
- "age": 26,
- "event": "Table Tennis Women's Team",
- "medal": "Gold"
- },
- {
- "name": "Ding Xia",
- "gender": "F",
- "height": "180",
- "weight": "67",
- "sport": "Volleyball",
- "team": "China",
- "noc": "CHN",
- "age": 26,
- "event": "Volleyball Women's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Loredana Dinu (Iordchioiu-)",
- "gender": "F",
- "height": "168",
- "weight": "60",
- "sport": "Fencing",
- "team": "Romania",
- "noc": "ROU",
- "age": 32,
- "event": "Fencing Women's epee, Team",
- "medal": "Gold"
- },
- {
- "name": "Adrien Dipanda",
- "gender": "M",
- "height": "202",
- "weight": "105",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 28,
- "event": "Handball Men's Handball",
- "medal": "Silver"
- },
- {
- "name": "Madeline Jane \"Maya\" DiRado",
- "gender": "F",
- "height": "175",
- "weight": "65",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 23,
- "event": "Swimming Women's 4 x 200 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Madeline Jane \"Maya\" DiRado",
- "gender": "F",
- "height": "175",
- "weight": "65",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 23,
- "event": "Swimming Women's 200 metres Backstroke",
- "medal": "Gold"
- },
- {
- "name": "Madeline Jane \"Maya\" DiRado",
- "gender": "F",
- "height": "175",
- "weight": "65",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 23,
- "event": "Swimming Women's 200 metres Individual Medley",
- "medal": "Bronze"
- },
- {
- "name": "Madeline Jane \"Maya\" DiRado",
- "gender": "F",
- "height": "175",
- "weight": "65",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 23,
- "event": "Swimming Women's 400 metres Individual Medley",
- "medal": "Silver"
- },
- {
- "name": "Carlien Clemens Dirkse van den Heuvel",
- "gender": "F",
- "height": "170",
- "weight": "56",
- "sport": "Hockey",
- "team": "Netherlands",
- "noc": "NED",
- "age": 29,
- "event": "Hockey Women's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Christian Dissinger",
- "gender": "M",
- "height": "203",
- "weight": "105",
- "sport": "Handball",
- "team": "Germany",
- "noc": "GER",
- "age": 24,
- "event": "Handball Men's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Denis Sergeyevich Dmitriyev",
- "gender": "M",
- "height": "177",
- "weight": "90",
- "sport": "Cycling",
- "team": "Russia",
- "noc": "RUS",
- "age": 30,
- "event": "Cycling Men's Sprint",
- "medal": "Bronze"
- },
- {
- "name": "Darya Yevgenyevna Dmitriyeva",
- "gender": "F",
- "height": "178",
- "weight": "74",
- "sport": "Handball",
- "team": "Russia",
- "noc": "RUS",
- "age": 20,
- "event": "Handball Women's Handball",
- "medal": "Gold"
- },
- {
- "name": "Sbastien Dockier",
- "gender": "M",
- "height": "175",
- "weight": "74",
- "sport": "Hockey",
- "team": "Belgium",
- "noc": "BEL",
- "age": 26,
- "event": "Hockey Men's Hockey",
- "medal": "Silver"
- },
- {
- "name": "John-John Dohmen",
- "gender": "M",
- "height": "174",
- "weight": "69",
- "sport": "Hockey",
- "team": "Belgium",
- "noc": "BEL",
- "age": 28,
- "event": "Hockey Men's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Slvia Domnguez Fernndez",
- "gender": "F",
- "height": "167",
- "weight": "64",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 29,
- "event": "Basketball Women's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Apisai Raviyawa Domolailai",
- "gender": "M",
- "height": "192",
- "weight": "98",
- "sport": "Rugby Sevens",
- "team": "Fiji",
- "noc": "FIJ",
- "age": 27,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Dong Bin",
- "gender": "M",
- "height": "180",
- "weight": "74",
- "sport": "Athletics",
- "team": "China",
- "noc": "CHN",
- "age": 27,
- "event": "Athletics Men's Triple Jump",
- "medal": "Bronze"
- },
- {
- "name": "Dong Dong",
- "gender": "M",
- "height": "168",
- "weight": "57",
- "sport": "Trampolining",
- "team": "China",
- "noc": "CHN",
- "age": 27,
- "event": "Trampolining Men's Individual",
- "medal": "Silver"
- },
- {
- "name": "Dorjnyambuugiin Otgondalai",
- "gender": "M",
- "height": "170",
- "weight": "60",
- "sport": "Boxing",
- "team": "Mongolia",
- "noc": "MGL",
- "age": 28,
- "event": "Boxing Men's Lightweight",
- "medal": "Bronze"
- },
- {
- "name": "Dorjsurengiin Sumiya",
- "gender": "F",
- "height": "160",
- "weight": "59",
- "sport": "Judo",
- "team": "Mongolia",
- "noc": "MGL",
- "age": 25,
- "event": "Judo Women's Lightweight",
- "medal": "Silver"
- },
- {
- "name": "Sam Dorman",
- "gender": "M",
- "height": "175",
- "weight": "77",
- "sport": "Diving",
- "team": "United States",
- "noc": "USA",
- "age": 24,
- "event": "Diving Men's Synchronized Springboard",
- "medal": "Silver"
- },
- {
- "name": "Sara Dosho",
- "gender": "F",
- "height": "159",
- "weight": "69",
- "sport": "Wrestling",
- "team": "Japan",
- "noc": "JPN",
- "age": 21,
- "event": "Wrestling Women's Light-Heavyweight, Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Josef Dostl",
- "gender": "M",
- "height": "202",
- "weight": "115",
- "sport": "Canoeing",
- "team": "Czech Republic",
- "noc": "CZE",
- "age": 23,
- "event": "Canoeing Men's Kayak Singles, 1,000 metres",
- "medal": "Silver"
- },
- {
- "name": "Josef Dostl",
- "gender": "M",
- "height": "202",
- "weight": "115",
- "sport": "Canoeing",
- "team": "Czech Republic",
- "noc": "CZE",
- "age": 23,
- "event": "Canoeing Men's Kayak Fours, 1,000 metres",
- "medal": "Bronze"
- },
- {
- "name": "Gabrielle Christina Victoria \"Gabby\" Douglas",
- "gender": "F",
- "height": "157",
- "weight": "50",
- "sport": "Gymnastics",
- "team": "United States",
- "noc": "USA",
- "age": 20,
- "event": "Gymnastics Women's Team All-Around",
- "medal": "Gold"
- },
- {
- "name": "Douglas dos Santos Justino de Melo",
- "gender": "M",
- "height": "173",
- "weight": "69",
- "sport": "Football",
- "team": "Brazil",
- "noc": "BRA",
- "age": 22,
- "event": "Football Men's Football",
- "medal": "Gold"
- },
- {
- "name": "Owain Daniel John Doull",
- "gender": "M",
- "height": "181",
- "weight": "73",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 23,
- "event": "Cycling Men's Team Pursuit, 4,000 metres",
- "medal": "Gold"
- },
- {
- "name": "Felix Drahotta",
- "gender": "M",
- "height": "200",
- "weight": "102",
- "sport": "Rowing",
- "team": "Germany",
- "noc": "GER",
- "age": 27,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Silver"
- },
- {
- "name": "Caeleb Remel Dressel",
- "gender": "M",
- "height": "191",
- "weight": "86",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Swimming Men's 4 x 100 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Caeleb Remel Dressel",
- "gender": "M",
- "height": "191",
- "weight": "86",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Swimming Men's 4 x 100 metres Medley Relay",
- "medal": "Gold"
- },
- {
- "name": "Derek Drouin",
- "gender": "M",
- "height": "196",
- "weight": "83",
- "sport": "Athletics",
- "team": "Canada",
- "noc": "CAN",
- "age": 26,
- "event": "Athletics Men's High Jump",
- "medal": "Gold"
- },
- {
- "name": "Daniela Druncea",
- "gender": "F",
- "height": "150",
- "weight": "50",
- "sport": "Rowing",
- "team": "Romania",
- "noc": "ROU",
- "age": 25,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Bronze"
- },
- {
- "name": "Paul Drux",
- "gender": "M",
- "height": "192",
- "weight": "106",
- "sport": "Handball",
- "team": "Germany",
- "noc": "GER",
- "age": 21,
- "event": "Handball Men's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Alexander Mah Owens Drysdale",
- "gender": "M",
- "height": "200",
- "weight": "102",
- "sport": "Rowing",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 37,
- "event": "Rowing Men's Single Sculls",
- "medal": "Gold"
- },
- {
- "name": "Du Li",
- "gender": "F",
- "height": "170",
- "weight": "55",
- "sport": "Shooting",
- "team": "China",
- "noc": "CHN",
- "age": 34,
- "event": "Shooting Women's Air Rifle, 10 metres",
- "medal": "Silver"
- },
- {
- "name": "Du Li",
- "gender": "F",
- "height": "170",
- "weight": "55",
- "sport": "Shooting",
- "team": "China",
- "noc": "CHN",
- "age": 34,
- "event": "Shooting Women's Small-Bore Rifle, Three Positions, 50 metres",
- "medal": "Bronze"
- },
- {
- "name": "Duan Jingli",
- "gender": "F",
- "height": "180",
- "weight": "76",
- "sport": "Rowing",
- "team": "China",
- "noc": "CHN",
- "age": 27,
- "event": "Rowing Women's Single Sculls",
- "medal": "Bronze"
- },
- {
- "name": "Charlotte Susan Jane Dujardin",
- "gender": "F",
- "height": "170",
- "weight": "57",
- "sport": "Equestrianism",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 31,
- "event": "Equestrianism Mixed Dressage, Individual",
- "medal": "Gold"
- },
- {
- "name": "Charlotte Susan Jane Dujardin",
- "gender": "F",
- "height": "170",
- "weight": "57",
- "sport": "Equestrianism",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 31,
- "event": "Equestrianism Mixed Dressage, Team",
- "medal": "Silver"
- },
- {
- "name": "Tom Dumoulin",
- "gender": "M",
- "height": "186",
- "weight": "70",
- "sport": "Cycling",
- "team": "Netherlands",
- "noc": "NED",
- "age": 25,
- "event": "Cycling Men's Individual Time Trial",
- "medal": "Silver"
- },
- {
- "name": "Vitaly Vladimirovich Dunaytsev",
- "gender": "M",
- "height": "174",
- "weight": "64",
- "sport": "Boxing",
- "team": "Russia",
- "noc": "RUS",
- "age": 24,
- "event": "Boxing Men's Light-Welterweight",
- "medal": "Bronze"
- },
- {
- "name": "Fitzroy Junior Dunkley",
- "gender": "M",
- "height": "195",
- "weight": "79",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 23,
- "event": "Athletics Men's 4 x 400 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Joshua Dunkley-Smith",
- "gender": "M",
- "height": "194",
- "weight": "98",
- "sport": "Rowing",
- "team": "Australia",
- "noc": "AUS",
- "age": 27,
- "event": "Rowing Men's Coxless Fours",
- "medal": "Silver"
- },
- {
- "name": "Kevin Wayne Durant",
- "gender": "M",
- "height": "206",
- "weight": "105",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Basketball Men's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Scott David Durant",
- "gender": "M",
- "height": "196",
- "weight": "96",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 28,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Gold"
- },
- {
- "name": "Hasanboy Dusmatov",
- "gender": "M",
- "height": "156",
- "weight": "49",
- "sport": "Boxing",
- "team": "Uzbekistan",
- "noc": "UZB",
- "age": 23,
- "event": "Boxing Men's Light-Flyweight",
- "medal": "Gold"
- },
- {
- "name": "Phillip Peter Dutton",
- "gender": "M",
- "height": "168",
- "weight": "68",
- "sport": "Equestrianism",
- "team": "United States",
- "noc": "USA",
- "age": 52,
- "event": "Equestrianism Mixed Three-Day Event, Individual",
- "medal": "Bronze"
- },
- {
- "name": "Conor James Dwyer",
- "gender": "M",
- "height": "196",
- "weight": "89",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Swimming Men's 200 metres Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Conor James Dwyer",
- "gender": "M",
- "height": "196",
- "weight": "89",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Swimming Men's 4 x 200 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Yekaterina Vladimirovna Dyachenko",
- "gender": "F",
- "height": "167",
- "weight": "53",
- "sport": "Fencing",
- "team": "Russia",
- "noc": "RUS",
- "age": 28,
- "event": "Fencing Women's Sabre, Team",
- "medal": "Gold"
- },
- {
- "name": "Ivan Fyodorovich Dychko",
- "gender": "M",
- "height": "205",
- "weight": "91",
- "sport": "Boxing",
- "team": "Kazakhstan",
- "noc": "KAZ",
- "age": 25,
- "event": "Boxing Men's Super-Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Chlo Dygert (-Owen)",
- "gender": "F",
- "height": "176",
- "weight": "66",
- "sport": "Cycling",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Cycling Women's Team Pursuit",
- "medal": "Silver"
- },
- {
- "name": "Ashton James Eaton",
- "gender": "M",
- "height": "186",
- "weight": "81",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 28,
- "event": "Athletics Men's Decathlon",
- "medal": "Gold"
- },
- {
- "name": "Masashi Ebinuma",
- "gender": "M",
- "height": "170",
- "weight": "66",
- "sport": "Judo",
- "team": "Japan",
- "noc": "JPN",
- "age": 26,
- "event": "Judo Men's Half-Lightweight",
- "medal": "Bronze"
- },
- {
- "name": "Jessica Jane \"Jess\" Eddie",
- "gender": "F",
- "height": "178",
- "weight": "75",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 31,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Silver"
- },
- {
- "name": "der Francis Carbonera",
- "gender": "M",
- "height": "205",
- "weight": "107",
- "sport": "Volleyball",
- "team": "Brazil",
- "noc": "BRA",
- "age": 32,
- "event": "Volleyball Men's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Alexander \"Alex\" Edmondson",
- "gender": "M",
- "height": "184",
- "weight": "76",
- "sport": "Cycling",
- "team": "Australia",
- "noc": "AUS",
- "age": 22,
- "event": "Cycling Men's Team Pursuit, 4,000 metres",
- "medal": "Silver"
- },
- {
- "name": "Batrice Edwige",
- "gender": "F",
- "height": "182",
- "weight": "76",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 27,
- "event": "Handball Women's Handball",
- "medal": "Silver"
- },
- {
- "name": "Naito Ehara",
- "gender": "M",
- "height": "172",
- "weight": "59",
- "sport": "Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 23,
- "event": "Swimming Men's 4 x 200 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "Stefaniya Aleksandrovna Elfutina",
- "gender": "F",
- "height": "170",
- "weight": "59",
- "sport": "Sailing",
- "team": "Russia",
- "noc": "RUS",
- "age": 19,
- "event": "Sailing Women's Windsurfer",
- "medal": "Bronze"
- },
- {
- "name": "Marcus John Ellis",
- "gender": "M",
- "height": "175",
- "weight": "80",
- "sport": "Badminton",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 26,
- "event": "Badminton Men's Doubles",
- "medal": "Bronze"
- },
- {
- "name": "Taylor Ellis-Watson",
- "gender": "F",
- "height": "183",
- "weight": "65",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 23,
- "event": "Athletics Women's 4 x 400 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Brady Lee Ellison",
- "gender": "M",
- "height": "181",
- "weight": "86",
- "sport": "Archery",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Archery Men's Individual",
- "medal": "Bronze"
- },
- {
- "name": "Brady Lee Ellison",
- "gender": "M",
- "height": "181",
- "weight": "86",
- "sport": "Archery",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Archery Men's Team",
- "medal": "Silver"
- },
- {
- "name": "Amanda Elmore",
- "gender": "F",
- "height": "180",
- "weight": "80",
- "sport": "Rowing",
- "team": "United States",
- "noc": "USA",
- "age": 25,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Gold"
- },
- {
- "name": "Brittany Joyce Elmslie",
- "gender": "F",
- "height": "179",
- "weight": "73",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 22,
- "event": "Swimming Women's 4 x 100 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Brittany Joyce Elmslie",
- "gender": "F",
- "height": "179",
- "weight": "73",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 22,
- "event": "Swimming Women's 4 x 100 metres Medley Relay",
- "medal": "Silver"
- },
- {
- "name": "Giulia Enrica Emmolo",
- "gender": "F",
- "height": "171",
- "weight": "67",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 24,
- "event": "Water Polo Women's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Tnu Endrekson",
- "gender": "M",
- "height": "198",
- "weight": "104",
- "sport": "Rowing",
- "team": "Estonia",
- "noc": "EST",
- "age": 37,
- "event": "Rowing Men's Quadruple Sculls",
- "medal": "Bronze"
- },
- {
- "name": "Jessica Phyllis Ennis-Hill",
- "gender": "F",
- "height": "165",
- "weight": "57",
- "sport": "Athletics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 30,
- "event": "Athletics Women's Heptathlon",
- "medal": "Silver"
- },
- {
- "name": "Magdalena \"Magda\" Eriksson",
- "gender": "F",
- "height": "172",
- "weight": "66",
- "sport": "Football",
- "team": "Sweden",
- "noc": "SWE",
- "age": 22,
- "event": "Football Women's Football",
- "medal": "Silver"
- },
- {
- "name": "Saturday Keigo Erimuya",
- "gender": "M",
- "height": "171",
- "weight": "NA",
- "sport": "Football",
- "team": "Nigeria",
- "noc": "NGR",
- "age": 18,
- "event": "Football Men's Football",
- "medal": "Bronze"
- },
- {
- "name": "Anthony Lee Ervin",
- "gender": "M",
- "height": "191",
- "weight": "80",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 35,
- "event": "Swimming Men's 50 metres Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Anthony Lee Ervin",
- "gender": "M",
- "height": "191",
- "weight": "80",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 35,
- "event": "Swimming Men's 4 x 100 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Srgio \"Escadinha\" Dutra dos Santos",
- "gender": "M",
- "height": "184",
- "weight": "78",
- "sport": "Volleyball",
- "team": "Brazil",
- "noc": "BRA",
- "age": 40,
- "event": "Volleyball Men's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Mara del Rosario Espinoza Espinoza",
- "gender": "F",
- "height": "173",
- "weight": "70",
- "sport": "Taekwondo",
- "team": "Mexico",
- "noc": "MEX",
- "age": 28,
- "event": "Taekwondo Women's Heavyweight",
- "medal": "Silver"
- },
- {
- "name": "Chloe Esposito",
- "gender": "F",
- "height": "168",
- "weight": "55",
- "sport": "Modern Pentathlon",
- "team": "Australia",
- "noc": "AUS",
- "age": 24,
- "event": "Modern Pentathlon Women's Individual",
- "medal": "Gold"
- },
- {
- "name": "Oghenekaro Peter Etebo",
- "gender": "M",
- "height": "172",
- "weight": "71",
- "sport": "Football",
- "team": "Nigeria",
- "noc": "NGR",
- "age": 20,
- "event": "Football Men's Football",
- "medal": "Bronze"
- },
- {
- "name": "Gemma Etheridge",
- "gender": "F",
- "height": "169",
- "weight": "66",
- "sport": "Rugby Sevens",
- "team": "Australia",
- "noc": "AUS",
- "age": 29,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Imoh Ezekiel",
- "gender": "M",
- "height": "171",
- "weight": "80",
- "sport": "Football",
- "team": "Nigeria",
- "noc": "NGR",
- "age": 22,
- "event": "Football Men's Football",
- "medal": "Bronze"
- },
- {
- "name": "Ludovic Fabregas",
- "gender": "M",
- "height": "198",
- "weight": "100",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 20,
- "event": "Handball Men's Handball",
- "medal": "Silver"
- },
- {
- "name": "Simone Facey",
- "gender": "F",
- "height": "162",
- "weight": "53",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 31,
- "event": "Athletics Women's 4 x 100 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Fan Yilin",
- "gender": "F",
- "height": "148",
- "weight": "37",
- "sport": "Gymnastics",
- "team": "China",
- "noc": "CHN",
- "age": 16,
- "event": "Gymnastics Women's Team All-Around",
- "medal": "Bronze"
- },
- {
- "name": "ime Fantela",
- "gender": "M",
- "height": "183",
- "weight": "67",
- "sport": "Sailing",
- "team": "Croatia",
- "noc": "CRO",
- "age": 30,
- "event": "Sailing Men's Two Person Dinghy",
- "medal": "Gold"
- },
- {
- "name": "Mohamed Muktar Jama \"Mo\" Farah",
- "gender": "M",
- "height": "175",
- "weight": "58",
- "sport": "Athletics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 33,
- "event": "Athletics Men's 5,000 metres",
- "medal": "Gold"
- },
- {
- "name": "Mohamed Muktar Jama \"Mo\" Farah",
- "gender": "M",
- "height": "175",
- "weight": "58",
- "sport": "Athletics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 33,
- "event": "Athletics Men's 10,000 metres",
- "medal": "Gold"
- },
- {
- "name": "Bianca Farella",
- "gender": "F",
- "height": "173",
- "weight": "73",
- "sport": "Rugby Sevens",
- "team": "Canada",
- "noc": "CAN",
- "age": 24,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Kent Farrington",
- "gender": "M",
- "height": "173",
- "weight": "66",
- "sport": "Equestrianism",
- "team": "United States",
- "noc": "USA",
- "age": 35,
- "event": "Equestrianism Mixed Jumping, Team",
- "medal": "Silver"
- },
- {
- "name": "Steffen Fth",
- "gender": "M",
- "height": "199",
- "weight": "97",
- "sport": "Handball",
- "team": "Germany",
- "noc": "GER",
- "age": 26,
- "event": "Handball Men's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Rachel Fattal",
- "gender": "F",
- "height": "173",
- "weight": "65",
- "sport": "Water Polo",
- "team": "United States",
- "noc": "USA",
- "age": 22,
- "event": "Water Polo Women's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Krisztina Fazekas Zur",
- "gender": "F",
- "height": "172",
- "weight": "64",
- "sport": "Canoeing",
- "team": "Hungary",
- "noc": "HUN",
- "age": 36,
- "event": "Canoeing Women's Kayak Fours, 500 metres",
- "medal": "Gold"
- },
- {
- "name": "James \"Jimmy\" Feigen",
- "gender": "M",
- "height": "196",
- "weight": "98",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Swimming Men's 4 x 100 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Felipe Anderson Perieira Gomes",
- "gender": "M",
- "height": "178",
- "weight": "66",
- "sport": "Football",
- "team": "Brazil",
- "noc": "BRA",
- "age": 23,
- "event": "Football Men's Football",
- "medal": "Gold"
- },
- {
- "name": "Allyson Michelle Felix",
- "gender": "F",
- "height": "168",
- "weight": "56",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Athletics Women's 400 metres",
- "medal": "Silver"
- },
- {
- "name": "Allyson Michelle Felix",
- "gender": "F",
- "height": "168",
- "weight": "56",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Athletics Women's 4 x 100 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Allyson Michelle Felix",
- "gender": "F",
- "height": "168",
- "weight": "56",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Athletics Women's 4 x 400 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Feng Shanshan",
- "gender": "F",
- "height": "170",
- "weight": "85",
- "sport": "Golf",
- "team": "China",
- "noc": "CHN",
- "age": 26,
- "event": "Golf Women's Individual",
- "medal": "Bronze"
- },
- {
- "name": "Rodolfo \"Rudy\" Fernndez Farrs",
- "gender": "M",
- "height": "196",
- "weight": "84",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 31,
- "event": "Basketball Men's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Rossella Fiamingo",
- "gender": "F",
- "height": "167",
- "weight": "50",
- "sport": "Fencing",
- "team": "Italy",
- "noc": "ITA",
- "age": 25,
- "event": "Fencing Women's epee, Individual",
- "medal": "Silver"
- },
- {
- "name": "Marco Fichera",
- "gender": "M",
- "height": "180",
- "weight": "74",
- "sport": "Fencing",
- "team": "Italy",
- "noc": "ITA",
- "age": 22,
- "event": "Fencing Men's epee, Team",
- "medal": "Silver"
- },
- {
- "name": "Connor Evan Fields",
- "gender": "M",
- "height": "183",
- "weight": "88",
- "sport": "Cycling",
- "team": "United States",
- "noc": "USA",
- "age": 23,
- "event": "Cycling Men's BMX",
- "medal": "Gold"
- },
- {
- "name": "Pietro Figlioli",
- "gender": "M",
- "height": "191",
- "weight": "98",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 32,
- "event": "Water Polo Men's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "scar Albeyro Figueroa Mosquera",
- "gender": "M",
- "height": "159",
- "weight": "62",
- "sport": "Weightlifting",
- "team": "Colombia",
- "noc": "COL",
- "age": 33,
- "event": "Weightlifting Men's Featherweight",
- "medal": "Gold"
- },
- {
- "name": "Roseline Filion",
- "gender": "F",
- "height": "152",
- "weight": "52",
- "sport": "Diving",
- "team": "Canada",
- "noc": "CAN",
- "age": 29,
- "event": "Diving Women's Synchronized Platform",
- "medal": "Bronze"
- },
- {
- "name": "Filip Filipovi",
- "gender": "M",
- "height": "196",
- "weight": "101",
- "sport": "Water Polo",
- "team": "Serbia",
- "noc": "SRB",
- "age": 29,
- "event": "Water Polo Men's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Yoel Segundo Finol Rivas",
- "gender": "M",
- "height": "168",
- "weight": "52",
- "sport": "Boxing",
- "team": "Venezuela",
- "noc": "VEN",
- "age": 19,
- "event": "Boxing Men's Flyweight",
- "medal": "Bronze"
- },
- {
- "name": "Aria Fischer",
- "gender": "F",
- "height": "183",
- "weight": "78",
- "sport": "Water Polo",
- "team": "United States",
- "noc": "USA",
- "age": 17,
- "event": "Water Polo Women's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Makenzie Fischer",
- "gender": "F",
- "height": "186",
- "weight": "74",
- "sport": "Water Polo",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Water Polo Women's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "sa Nilla Maria Fischer",
- "gender": "F",
- "height": "176",
- "weight": "68",
- "sport": "Football",
- "team": "Sweden",
- "noc": "SWE",
- "age": 32,
- "event": "Football Women's Football",
- "medal": "Silver"
- },
- {
- "name": "Theresa Matauaina Fitzpatrick",
- "gender": "F",
- "height": "168",
- "weight": "75",
- "sport": "Rugby Sevens",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 21,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Jessie Alexandra Fleming",
- "gender": "F",
- "height": "164",
- "weight": "55",
- "sport": "Football",
- "team": "Canada",
- "noc": "CAN",
- "age": 18,
- "event": "Football Women's Football",
- "medal": "Bronze"
- },
- {
- "name": "David Florence",
- "gender": "M",
- "height": "188",
- "weight": "76",
- "sport": "Canoeing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 33,
- "event": "Canoeing Men's Canadian Doubles, Slalom",
- "medal": "Silver"
- },
- {
- "name": "Casper Michael von Folsach",
- "gender": "M",
- "height": "191",
- "weight": "82",
- "sport": "Cycling",
- "team": "Denmark",
- "noc": "DEN",
- "age": 23,
- "event": "Cycling Men's Team Pursuit, 4,000 metres",
- "medal": "Bronze"
- },
- {
- "name": "Andrea Fondelli",
- "gender": "M",
- "height": "190",
- "weight": "96",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 22,
- "event": "Water Polo Men's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Nouchka Fontijn",
- "gender": "F",
- "height": "180",
- "weight": "75",
- "sport": "Boxing",
- "team": "Netherlands",
- "noc": "NED",
- "age": 28,
- "event": "Boxing Women's Middleweight",
- "medal": "Silver"
- },
- {
- "name": "Shashalee Forbes",
- "gender": "F",
- "height": "160",
- "weight": "55",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 20,
- "event": "Athletics Women's 4 x 100 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Karsten Forsterling",
- "gender": "M",
- "height": "191",
- "weight": "88",
- "sport": "Rowing",
- "team": "Australia",
- "noc": "AUS",
- "age": 36,
- "event": "Rowing Men's Quadruple Sculls",
- "medal": "Silver"
- },
- {
- "name": "Sylvia Shaqueria Fowles",
- "gender": "F",
- "height": "198",
- "weight": "90",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Basketball Women's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Jessica Esther \"Jess\" Fox",
- "gender": "F",
- "height": "166",
- "weight": "60",
- "sport": "Canoeing",
- "team": "Australia",
- "noc": "AUS",
- "age": 22,
- "event": "Canoeing Women's Kayak Singles, Slalom",
- "medal": "Bronze"
- },
- {
- "name": "Marit Malm Frafjord",
- "gender": "F",
- "height": "182",
- "weight": "78",
- "sport": "Handball",
- "team": "Norway",
- "noc": "NOR",
- "age": 30,
- "event": "Handball Women's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Javon Francis",
- "gender": "M",
- "height": "183",
- "weight": "68",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 21,
- "event": "Athletics Men's 4 x 400 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Phyllis Chanez Francis",
- "gender": "F",
- "height": "180",
- "weight": "72",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 24,
- "event": "Athletics Women's 4 x 400 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Tanja Chiara Frank",
- "gender": "F",
- "height": "167",
- "weight": "57",
- "sport": "Sailing",
- "team": "Austria",
- "noc": "AUT",
- "age": 23,
- "event": "Sailing Mixed Multihull",
- "medal": "Bronze"
- },
- {
- "name": "Melissa Jeanette \"Missy\" Franklin",
- "gender": "F",
- "height": "188",
- "weight": "77",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 21,
- "event": "Swimming Women's 4 x 200 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Anna Jenny Eva Maria Fransson (Magnusson-)",
- "gender": "F",
- "height": "169",
- "weight": "73",
- "sport": "Wrestling",
- "team": "Sweden",
- "noc": "SWE",
- "age": 29,
- "event": "Wrestling Women's Light-Heavyweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Shelly-Ann Fraser-Pryce",
- "gender": "F",
- "height": "160",
- "weight": "57",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 29,
- "event": "Athletics Women's 100 metres",
- "medal": "Bronze"
- },
- {
- "name": "Shelly-Ann Fraser-Pryce",
- "gender": "F",
- "height": "160",
- "weight": "57",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 29,
- "event": "Athletics Women's 4 x 100 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Teresa Frassinetti",
- "gender": "F",
- "height": "178",
- "weight": "75",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 30,
- "event": "Water Polo Women's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Carl Peder Fredricson",
- "gender": "M",
- "height": "189",
- "weight": "80",
- "sport": "Equestrianism",
- "team": "Sweden",
- "noc": "SWE",
- "age": 44,
- "event": "Equestrianism Mixed Jumping, Individual",
- "medal": "Silver"
- },
- {
- "name": "Christopher Clive \"Chris\" Froome",
- "gender": "M",
- "height": "185",
- "weight": "69",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 31,
- "event": "Cycling Men's Individual Time Trial",
- "medal": "Bronze"
- },
- {
- "name": "Fu Haifeng",
- "gender": "M",
- "height": "181",
- "weight": "78",
- "sport": "Badminton",
- "team": "China-1",
- "noc": "CHN",
- "age": 32,
- "event": "Badminton Men's Doubles",
- "medal": "Gold"
- },
- {
- "name": "Fu Yuanhui",
- "gender": "F",
- "height": "179",
- "weight": "63",
- "sport": "Swimming",
- "team": "China",
- "noc": "CHN",
- "age": 20,
- "event": "Swimming Women's 100 metres Backstroke",
- "medal": "Bronze"
- },
- {
- "name": "Florian Fuchs",
- "gender": "M",
- "height": "185",
- "weight": "74",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 24,
- "event": "Hockey Men's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Jakob Diemer Fuglsang",
- "gender": "M",
- "height": "183",
- "weight": "69",
- "sport": "Cycling",
- "team": "Denmark",
- "noc": "DEN",
- "age": 31,
- "event": "Cycling Men's Road Race, Individual",
- "medal": "Silver"
- },
- {
- "name": "Ai Fukuhara",
- "gender": "F",
- "height": "156",
- "weight": "48",
- "sport": "Table Tennis",
- "team": "Japan",
- "noc": "JPN",
- "age": 27,
- "event": "Table Tennis Women's Team",
- "medal": "Bronze"
- },
- {
- "name": "Magdalena Fularczyk-Kozowska",
- "gender": "F",
- "height": "173",
- "weight": "70",
- "sport": "Rowing",
- "team": "Poland",
- "noc": "POL",
- "age": 29,
- "event": "Rowing Women's Double Sculls",
- "medal": "Gold"
- },
- {
- "name": "Moritz Frste",
- "gender": "M",
- "height": "190",
- "weight": "89",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 31,
- "event": "Hockey Men's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Gabriel Barbosa Almeida",
- "gender": "M",
- "height": "178",
- "weight": "68",
- "sport": "Football",
- "team": "Brazil",
- "noc": "BRA",
- "age": 19,
- "event": "Football Men's Football",
- "medal": "Gold"
- },
- {
- "name": "Gabriel Fernando de Jesus",
- "gender": "M",
- "height": "175",
- "weight": "68",
- "sport": "Football",
- "team": "Brazil",
- "noc": "BRA",
- "age": 19,
- "event": "Football Men's Football",
- "medal": "Gold"
- },
- {
- "name": "Otgontsetseg Galbadrakhyn",
- "gender": "F",
- "height": "170",
- "weight": "63",
- "sport": "Judo",
- "team": "Kazakhstan",
- "noc": "KAZ",
- "age": 24,
- "event": "Judo Women's Extra-Lightweight",
- "medal": "Bronze"
- },
- {
- "name": "Valentino Gallo",
- "gender": "M",
- "height": "192",
- "weight": "95",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 31,
- "event": "Water Polo Men's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Jacqueline \"Jackie\" Galloway",
- "gender": "F",
- "height": "178",
- "weight": "80",
- "sport": "Taekwondo",
- "team": "United States",
- "noc": "USA",
- "age": 20,
- "event": "Taekwondo Women's Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Dzhavid Shakirovich Gamzatov",
- "gender": "M",
- "height": "176",
- "weight": "91",
- "sport": "Wrestling",
- "team": "Belarus",
- "noc": "BLR",
- "age": 26,
- "event": "Wrestling Men's Light-Heavyweight, Greco-Roman",
- "medal": "Bronze"
- },
- {
- "name": "Gao Lei",
- "gender": "M",
- "height": "170",
- "weight": "64",
- "sport": "Trampolining",
- "team": "China",
- "noc": "CHN",
- "age": 24,
- "event": "Trampolining Men's Individual",
- "medal": "Bronze"
- },
- {
- "name": "Xavier Garca Gadea",
- "gender": "M",
- "height": "198",
- "weight": "92",
- "sport": "Water Polo",
- "team": "Croatia",
- "noc": "CRO",
- "age": 32,
- "event": "Water Polo Men's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Steven Gardiner",
- "gender": "M",
- "height": "193",
- "weight": "94",
- "sport": "Athletics",
- "team": "Bahamas",
- "noc": "BAH",
- "age": 20,
- "event": "Athletics Men's 4 x 400 metres Relay",
- "medal": "Bronze"
- },
- {
- "name": "English Gardner",
- "gender": "F",
- "height": "168",
- "weight": "55",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 24,
- "event": "Athletics Women's 4 x 100 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Denis Gargaud Chanut",
- "gender": "M",
- "height": "181",
- "weight": "76",
- "sport": "Canoeing",
- "team": "France",
- "noc": "FRA",
- "age": 29,
- "event": "Canoeing Men's Canadian Singles, Slalom",
- "medal": "Gold"
- },
- {
- "name": "Arianna Garibotti",
- "gender": "F",
- "height": "169",
- "weight": "64",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 26,
- "event": "Water Polo Women's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Daniele Garozzo",
- "gender": "M",
- "height": "177",
- "weight": "65",
- "sport": "Fencing",
- "team": "Italy",
- "noc": "ITA",
- "age": 23,
- "event": "Fencing Men's Foil, Individual",
- "medal": "Gold"
- },
- {
- "name": "Enrico Garozzo",
- "gender": "M",
- "height": "190",
- "weight": "70",
- "sport": "Fencing",
- "team": "Italy",
- "noc": "ITA",
- "age": 27,
- "event": "Fencing Men's epee, Team",
- "medal": "Silver"
- },
- {
- "name": "Zach Garrett",
- "gender": "M",
- "height": "178",
- "weight": "64",
- "sport": "Archery",
- "team": "United States",
- "noc": "USA",
- "age": 21,
- "event": "Archery Men's Team",
- "medal": "Silver"
- },
- {
- "name": "Pau Gasol Sez",
- "gender": "M",
- "height": "215",
- "weight": "115",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 36,
- "event": "Basketball Men's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Justin Alexander Gatlin",
- "gender": "M",
- "height": "186",
- "weight": "80",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 34,
- "event": "Athletics Men's 100 metres",
- "medal": "Silver"
- },
- {
- "name": "Artemi Gavezou Castro",
- "gender": "F",
- "height": "169",
- "weight": "55",
- "sport": "Rhythmic Gymnastics",
- "team": "Spain",
- "noc": "ESP",
- "age": 22,
- "event": "Rhythmic Gymnastics Women's Group",
- "medal": "Silver"
- },
- {
- "name": "Yuliya Petrovna Gavrilova",
- "gender": "F",
- "height": "169",
- "weight": "56",
- "sport": "Fencing",
- "team": "Russia",
- "noc": "RUS",
- "age": 27,
- "event": "Fencing Women's Sabre, Team",
- "medal": "Gold"
- },
- {
- "name": "Fazliddin Khasanbayevich Gaybnazarov",
- "gender": "M",
- "height": "169",
- "weight": "64",
- "sport": "Boxing",
- "team": "Uzbekistan",
- "noc": "UZB",
- "age": 25,
- "event": "Boxing Men's Light-Welterweight",
- "medal": "Gold"
- },
- {
- "name": "Ruth Marie Christelle Gbagbi",
- "gender": "F",
- "height": "176",
- "weight": "65",
- "sport": "Taekwondo",
- "team": "Cote d'Ivoire",
- "noc": "CIV",
- "age": 22,
- "event": "Taekwondo Women's Welterweight",
- "medal": "Bronze"
- },
- {
- "name": "Hagos Gebrhiwet Berhe",
- "gender": "M",
- "height": "171",
- "weight": "56",
- "sport": "Athletics",
- "team": "Ethiopia",
- "noc": "ETH",
- "age": 22,
- "event": "Athletics Men's 5,000 metres",
- "medal": "Bronze"
- },
- {
- "name": "Justin Gilberto Geduld",
- "gender": "M",
- "height": "175",
- "weight": "78",
- "sport": "Rugby Sevens",
- "team": "South Africa",
- "noc": "RSA",
- "age": 22,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Aniuar Borisovich Geduyev",
- "gender": "M",
- "height": "173",
- "weight": "74",
- "sport": "Wrestling",
- "team": "Russia",
- "noc": "RUS",
- "age": 29,
- "event": "Wrestling Men's Middleweight, Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Uwe Gensheimer",
- "gender": "M",
- "height": "188",
- "weight": "88",
- "sport": "Handball",
- "team": "Germany",
- "noc": "GER",
- "age": 29,
- "event": "Handball Men's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Paul George",
- "gender": "M",
- "height": "206",
- "weight": "99",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Basketball Men's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Vincent Grard",
- "gender": "M",
- "height": "189",
- "weight": "100",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 29,
- "event": "Handball Men's Handball",
- "medal": "Silver"
- },
- {
- "name": "Aleksandra Viktorovna Gerasimenya",
- "gender": "F",
- "height": "175",
- "weight": "60",
- "sport": "Swimming",
- "team": "Belarus",
- "noc": "BLR",
- "age": 30,
- "event": "Swimming Women's 50 metres Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Yarden Gerbi",
- "gender": "F",
- "height": "169",
- "weight": "63",
- "sport": "Judo",
- "team": "Israel",
- "noc": "ISR",
- "age": 27,
- "event": "Judo Women's Half-Middleweight",
- "medal": "Bronze"
- },
- {
- "name": "Komeil Nemat Ghasemi",
- "gender": "M",
- "height": "186",
- "weight": "115",
- "sport": "Wrestling",
- "team": "Iran",
- "noc": "IRI",
- "age": 28,
- "event": "Wrestling Men's Super-Heavyweight, Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Simona Cristina Gherman (Alexandru-)",
- "gender": "F",
- "height": "170",
- "weight": "58",
- "sport": "Fencing",
- "team": "Romania",
- "noc": "ROU",
- "age": 31,
- "event": "Fencing Women's epee, Team",
- "medal": "Gold"
- },
- {
- "name": "Simone Giannelli",
- "gender": "M",
- "height": "198",
- "weight": "92",
- "sport": "Volleyball",
- "team": "Italy",
- "noc": "ITA",
- "age": 19,
- "event": "Volleyball Men's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Spyridon \"Spyros\" Gianniotis",
- "gender": "M",
- "height": "185",
- "weight": "78",
- "sport": "Swimming",
- "team": "Greece",
- "noc": "GRE",
- "age": 36,
- "event": "Swimming Men's 10 kilometres Open Water",
- "medal": "Silver"
- },
- {
- "name": "Laura Gil Collado",
- "gender": "F",
- "height": "191",
- "weight": "78",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 24,
- "event": "Basketball Women's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Juan Ignacio Gilardi",
- "gender": "M",
- "height": "186",
- "weight": "91",
- "sport": "Hockey",
- "team": "Argentina",
- "noc": "ARG",
- "age": 34,
- "event": "Hockey Men's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Kaleigh Gilchrist",
- "gender": "F",
- "height": "176",
- "weight": "77",
- "sport": "Water Polo",
- "team": "United States",
- "noc": "USA",
- "age": 24,
- "event": "Water Polo Women's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Fabien Pierre Aurlien Dominique Gilot",
- "gender": "M",
- "height": "193",
- "weight": "85",
- "sport": "Swimming",
- "team": "France",
- "noc": "FRA",
- "age": 32,
- "event": "Swimming Men's 4 x 100 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Matthias Lukas Ginter",
- "gender": "M",
- "height": "190",
- "weight": "88",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 22,
- "event": "Football Men's Football",
- "medal": "Silver"
- },
- {
- "name": "Cameron Girdlestone",
- "gender": "M",
- "height": "190",
- "weight": "92",
- "sport": "Rowing",
- "team": "Australia",
- "noc": "AUS",
- "age": 28,
- "event": "Rowing Men's Quadruple Sculls",
- "medal": "Silver"
- },
- {
- "name": "Niccol Gitto",
- "gender": "M",
- "height": "190",
- "weight": "90",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 29,
- "event": "Water Polo Men's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Odette Giuffrida",
- "gender": "F",
- "height": "160",
- "weight": "52",
- "sport": "Judo",
- "team": "Italy",
- "noc": "ITA",
- "age": 21,
- "event": "Judo Women's Half-Lightweight",
- "medal": "Silver"
- },
- {
- "name": "Shakhram Dzhamshedovich Giyasov",
- "gender": "M",
- "height": "174",
- "weight": "69",
- "sport": "Boxing",
- "team": "Uzbekistan",
- "noc": "UZB",
- "age": 23,
- "event": "Boxing Men's Welterweight",
- "medal": "Silver"
- },
- {
- "name": "Jasmin Glaesser",
- "gender": "F",
- "height": "167",
- "weight": "58",
- "sport": "Cycling",
- "team": "Canada",
- "noc": "CAN",
- "age": 24,
- "event": "Cycling Women's Team Pursuit",
- "medal": "Bronze"
- },
- {
- "name": "Josip Glasnovi",
- "gender": "M",
- "height": "178",
- "weight": "82",
- "sport": "Shooting",
- "team": "Croatia",
- "noc": "CRO",
- "age": 33,
- "event": "Shooting Men's Trap",
- "medal": "Gold"
- },
- {
- "name": "Alisha Rebecca Glass",
- "gender": "F",
- "height": "183",
- "weight": "72",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 28,
- "event": "Volleyball Women's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Laura Glauser",
- "gender": "F",
- "height": "178",
- "weight": "65",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 22,
- "event": "Handball Women's Handball",
- "medal": "Silver"
- },
- {
- "name": "Helen Rachel M. Glover",
- "gender": "F",
- "height": "177",
- "weight": "67",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 30,
- "event": "Rowing Women's Coxless Pairs",
- "medal": "Gold"
- },
- {
- "name": "Nadezhda Sergeyevna Glyzina-Fedotova",
- "gender": "F",
- "height": "175",
- "weight": "68",
- "sport": "Water Polo",
- "team": "Russia",
- "noc": "RUS",
- "age": 28,
- "event": "Water Polo Women's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Serge David Gnabry",
- "gender": "M",
- "height": "173",
- "weight": "74",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 21,
- "event": "Football Men's Football",
- "medal": "Silver"
- },
- {
- "name": "Tessa Gobbo",
- "gender": "F",
- "height": "185",
- "weight": "82",
- "sport": "Rowing",
- "team": "United States",
- "noc": "USA",
- "age": 25,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Gold"
- },
- {
- "name": "ivko Goci",
- "gender": "M",
- "height": "193",
- "weight": "93",
- "sport": "Water Polo",
- "team": "Serbia",
- "noc": "SRB",
- "age": 33,
- "event": "Water Polo Men's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Lena Goeling",
- "gender": "F",
- "height": "171",
- "weight": "56",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 30,
- "event": "Football Women's Football",
- "medal": "Gold"
- },
- {
- "name": "Goh Liu Ying",
- "gender": "F",
- "height": "166",
- "weight": "56",
- "sport": "Badminton",
- "team": "Malaysia",
- "noc": "MAS",
- "age": 27,
- "event": "Badminton Mixed Doubles",
- "medal": "Silver"
- },
- {
- "name": "Goh V Shem",
- "gender": "M",
- "height": "180",
- "weight": "70",
- "sport": "Badminton",
- "team": "Malaysia",
- "noc": "MAS",
- "age": 27,
- "event": "Badminton Men's Doubles",
- "medal": "Silver"
- },
- {
- "name": "Vladislav Olegovich Goncharov",
- "gender": "M",
- "height": "173",
- "weight": "66",
- "sport": "Trampolining",
- "team": "Belarus",
- "noc": "BLR",
- "age": 20,
- "event": "Trampolining Men's Individual",
- "medal": "Gold"
- },
- {
- "name": "Gong Jinjie",
- "gender": "F",
- "height": "165",
- "weight": "65",
- "sport": "Cycling",
- "team": "China",
- "noc": "CHN",
- "age": 29,
- "event": "Cycling Women's Team Sprint",
- "medal": "Gold"
- },
- {
- "name": "Gong Xiangyu",
- "gender": "F",
- "height": "186",
- "weight": "72",
- "sport": "Volleyball",
- "team": "China",
- "noc": "CHN",
- "age": 19,
- "event": "Volleyball Women's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Joel Gonzlez Bonilla",
- "gender": "M",
- "height": "185",
- "weight": "68",
- "sport": "Taekwondo",
- "team": "Spain",
- "noc": "ESP",
- "age": 26,
- "event": "Taekwondo Men's Featherweight",
- "medal": "Bronze"
- },
- {
- "name": "Mara Guadalupe Gonzlez Romero",
- "gender": "F",
- "height": "162",
- "weight": "47",
- "sport": "Athletics",
- "team": "Mexico",
- "noc": "MEX",
- "age": 27,
- "event": "Athletics Women's 20 kilometres Walk",
- "medal": "Silver"
- },
- {
- "name": "Daniel Goodfellow",
- "gender": "M",
- "height": "167",
- "weight": "58",
- "sport": "Diving",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 19,
- "event": "Diving Men's Synchronized Platform",
- "medal": "Bronze"
- },
- {
- "name": "Chrisann Gordon",
- "gender": "F",
- "height": "168",
- "weight": "65",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 21,
- "event": "Athletics Women's 4 x 400 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Leon Goretzka",
- "gender": "M",
- "height": "189",
- "weight": "79",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 21,
- "event": "Football Men's Football",
- "medal": "Silver"
- },
- {
- "name": "Karina Khavazhevna Goricheva",
- "gender": "F",
- "height": "160",
- "weight": "63",
- "sport": "Weightlifting",
- "team": "Kazakhstan",
- "noc": "KAZ",
- "age": 23,
- "event": "Weightlifting Women's Middleweight",
- "medal": "Bronze"
- },
- {
- "name": "Giulia Gorlero",
- "gender": "F",
- "height": "180",
- "weight": "73",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 25,
- "event": "Water Polo Women's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Kennedy Goss",
- "gender": "F",
- "height": "173",
- "weight": "74",
- "sport": "Swimming",
- "team": "Canada",
- "noc": "CAN",
- "age": 19,
- "event": "Swimming Women's 4 x 200 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "Sarah Goss",
- "gender": "F",
- "height": "176",
- "weight": "73",
- "sport": "Rugby Sevens",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 23,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Matthew Anthony W. \"Matt\" Gotrel",
- "gender": "M",
- "height": "195",
- "weight": "95",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 27,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Gold"
- },
- {
- "name": "Simon Gougnard",
- "gender": "M",
- "height": "187",
- "weight": "84",
- "sport": "Hockey",
- "team": "Belgium",
- "noc": "BEL",
- "age": 25,
- "event": "Hockey Men's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Martine Soffiatti Grael",
- "gender": "F",
- "height": "168",
- "weight": "62",
- "sport": "Sailing",
- "team": "Brazil",
- "noc": "BRA",
- "age": 25,
- "event": "Sailing Women's Skiff",
- "medal": "Gold"
- },
- {
- "name": "Katherine Jane Grainger",
- "gender": "F",
- "height": "183",
- "weight": "78",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 40,
- "event": "Rowing Women's Double Sculls",
- "medal": "Silver"
- },
- {
- "name": "Mats Grambusch",
- "gender": "M",
- "height": "177",
- "weight": "74",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 23,
- "event": "Hockey Men's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Tom Grambusch",
- "gender": "M",
- "height": "185",
- "weight": "85",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 20,
- "event": "Hockey Men's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Laura Graves",
- "gender": "F",
- "height": "173",
- "weight": "55",
- "sport": "Equestrianism",
- "team": "United States",
- "noc": "USA",
- "age": 29,
- "event": "Equestrianism Mixed Dressage, Team",
- "medal": "Bronze"
- },
- {
- "name": "Mathieu Grbille",
- "gender": "M",
- "height": "198",
- "weight": "100",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 24,
- "event": "Handball Men's Handball",
- "medal": "Silver"
- },
- {
- "name": "Draymond Jamal Green",
- "gender": "M",
- "height": "200",
- "weight": "104",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Basketball Men's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Ellia Green",
- "gender": "F",
- "height": "172",
- "weight": "75",
- "sport": "Rugby Sevens",
- "team": "Australia",
- "noc": "AUS",
- "age": 23,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Alexander John \"Alex\" Gregory",
- "gender": "M",
- "height": "198",
- "weight": "97",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 32,
- "event": "Rowing Men's Coxless Fours",
- "medal": "Gold"
- },
- {
- "name": "Catherine Rose \"Katie\" Greves (-Solesbury)",
- "gender": "F",
- "height": "179",
- "weight": "71",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 33,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Silver"
- },
- {
- "name": "Sam Griffiths",
- "gender": "M",
- "height": "171",
- "weight": "73",
- "sport": "Equestrianism",
- "team": "Australia",
- "noc": "AUS",
- "age": 44,
- "event": "Equestrianism Mixed Three-Day Event, Team",
- "medal": "Bronze"
- },
- {
- "name": "Kirill Akopovich Grigoryan",
- "gender": "M",
- "height": "179",
- "weight": "88",
- "sport": "Shooting",
- "team": "Russia",
- "noc": "RUS",
- "age": 24,
- "event": "Shooting Men's Small-Bore Rifle, Prone, 50 metres",
- "medal": "Bronze"
- },
- {
- "name": "Kari Aalvik Grimsb",
- "gender": "F",
- "height": "180",
- "weight": "80",
- "sport": "Handball",
- "team": "Norway",
- "noc": "NOR",
- "age": 31,
- "event": "Handball Women's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Brittney Yevette Griner",
- "gender": "F",
- "height": "203",
- "weight": "94",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 25,
- "event": "Basketball Women's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Anna Sergeyevna Grinyova",
- "gender": "F",
- "height": "185",
- "weight": "87",
- "sport": "Water Polo",
- "team": "Russia",
- "noc": "RUS",
- "age": 28,
- "event": "Water Polo Women's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Mindaugas Grikonis",
- "gender": "M",
- "height": "190",
- "weight": "92",
- "sport": "Rowing",
- "team": "Lithuania",
- "noc": "LTU",
- "age": 30,
- "event": "Rowing Men's Double Sculls",
- "medal": "Silver"
- },
- {
- "name": "Marcus Gro",
- "gender": "M",
- "height": "182",
- "weight": "85",
- "sport": "Canoeing",
- "team": "Germany",
- "noc": "GER",
- "age": 26,
- "event": "Canoeing Men's Kayak Doubles, 1,000 metres",
- "medal": "Gold"
- },
- {
- "name": "Marcus Gro",
- "gender": "M",
- "height": "182",
- "weight": "85",
- "sport": "Canoeing",
- "team": "Germany",
- "noc": "GER",
- "age": 26,
- "event": "Canoeing Men's Kayak Fours, 1,000 metres",
- "medal": "Gold"
- },
- {
- "name": "Madeline Groves",
- "gender": "F",
- "height": "179",
- "weight": "66",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 21,
- "event": "Swimming Women's 200 metres Butterfly",
- "medal": "Silver"
- },
- {
- "name": "Madeline Groves",
- "gender": "F",
- "height": "179",
- "weight": "66",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 21,
- "event": "Swimming Women's 4 x 100 metres Medley Relay",
- "medal": "Silver"
- },
- {
- "name": "Hans Gruhne",
- "gender": "M",
- "height": "193",
- "weight": "92",
- "sport": "Rowing",
- "team": "Germany",
- "noc": "GER",
- "age": 27,
- "event": "Rowing Men's Quadruple Sculls",
- "medal": "Gold"
- },
- {
- "name": "Gauthier Grumier",
- "gender": "M",
- "height": "188",
- "weight": "83",
- "sport": "Fencing",
- "team": "France",
- "noc": "FRA",
- "age": 32,
- "event": "Fencing Men's epee, Individual",
- "medal": "Bronze"
- },
- {
- "name": "Gauthier Grumier",
- "gender": "M",
- "height": "188",
- "weight": "83",
- "sport": "Fencing",
- "team": "France",
- "noc": "FRA",
- "age": 32,
- "event": "Fencing Men's epee, Team",
- "medal": "Gold"
- },
- {
- "name": "Gu Xiao",
- "gender": "F",
- "height": "174",
- "weight": "60",
- "sport": "Synchronized Swimming",
- "team": "China",
- "noc": "CHN",
- "age": 23,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Silver"
- },
- {
- "name": "Evandro Motta Guerra",
- "gender": "M",
- "height": "207",
- "weight": "106",
- "sport": "Volleyball",
- "team": "Brazil",
- "noc": "BRA",
- "age": 34,
- "event": "Volleyball Men's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Michal Yves Robert Guigou",
- "gender": "M",
- "height": "179",
- "weight": "79",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 34,
- "event": "Handball Men's Handball",
- "medal": "Silver"
- },
- {
- "name": "Guo Li",
- "gender": "F",
- "height": "167",
- "weight": "54",
- "sport": "Synchronized Swimming",
- "team": "China",
- "noc": "CHN",
- "age": 23,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Silver"
- },
- {
- "name": "James George Guy",
- "gender": "M",
- "height": "187",
- "weight": "83",
- "sport": "Swimming",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 20,
- "event": "Swimming Men's 4 x 200 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "James George Guy",
- "gender": "M",
- "height": "187",
- "weight": "83",
- "sport": "Swimming",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 20,
- "event": "Swimming Men's 4 x 100 metres Medley Relay",
- "medal": "Silver"
- },
- {
- "name": "Gwak Dong-Han",
- "gender": "M",
- "height": "183",
- "weight": "90",
- "sport": "Judo",
- "team": "South Korea",
- "noc": "KOR",
- "age": 24,
- "event": "Judo Men's Middleweight",
- "medal": "Bronze"
- },
- {
- "name": "Mario-Elio Gyr",
- "gender": "M",
- "height": "187",
- "weight": "76",
- "sport": "Rowing",
- "team": "Switzerland",
- "noc": "SUI",
- "age": 31,
- "event": "Rowing Men's Lightweight Coxless Fours",
- "medal": "Gold"
- },
- {
- "name": "Francis Townley Haas",
- "gender": "M",
- "height": "196",
- "weight": "84",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Swimming Men's 4 x 200 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Kai Hfner",
- "gender": "M",
- "height": "192",
- "weight": "95",
- "sport": "Handball",
- "team": "Germany",
- "noc": "GER",
- "age": 27,
- "event": "Handball Men's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Ryunosuke Haga",
- "gender": "M",
- "height": "186",
- "weight": "100",
- "sport": "Judo",
- "team": "Japan",
- "noc": "JPN",
- "age": 25,
- "event": "Judo Men's Half-Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Kosuke Hagino",
- "gender": "M",
- "height": "177",
- "weight": "71",
- "sport": "Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 21,
- "event": "Swimming Men's 4 x 200 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "Kosuke Hagino",
- "gender": "M",
- "height": "177",
- "weight": "71",
- "sport": "Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 21,
- "event": "Swimming Men's 200 metres Individual Medley",
- "medal": "Silver"
- },
- {
- "name": "Kosuke Hagino",
- "gender": "M",
- "height": "177",
- "weight": "71",
- "sport": "Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 21,
- "event": "Swimming Men's 400 metres Individual Medley",
- "medal": "Gold"
- },
- {
- "name": "Lisa Hahn-Altenburg",
- "gender": "F",
- "height": "155",
- "weight": "58",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 26,
- "event": "Hockey Women's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Aika Hakoyama",
- "gender": "F",
- "height": "176",
- "weight": "65",
- "sport": "Synchronized Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 25,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Bronze"
- },
- {
- "name": "Arman Hall",
- "gender": "M",
- "height": "183",
- "weight": "75",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 22,
- "event": "Athletics Men's 4 x 400 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Fabian Hambchen",
- "gender": "M",
- "height": "164",
- "weight": "62",
- "sport": "Gymnastics",
- "team": "Germany",
- "noc": "GER",
- "age": 28,
- "event": "Gymnastics Men's Horizontal Bar",
- "medal": "Gold"
- },
- {
- "name": "Pauline Louisa Hammarlund",
- "gender": "F",
- "height": "172",
- "weight": "65",
- "sport": "Football",
- "team": "Sweden",
- "noc": "SWE",
- "age": 22,
- "event": "Football Women's Football",
- "medal": "Silver"
- },
- {
- "name": "Sarah Kathryn Hammer (-Sparks)",
- "gender": "F",
- "height": "171",
- "weight": "65",
- "sport": "Cycling",
- "team": "United States",
- "noc": "USA",
- "age": 32,
- "event": "Cycling Women's Team Pursuit",
- "medal": "Silver"
- },
- {
- "name": "Sarah Kathryn Hammer (-Sparks)",
- "gender": "F",
- "height": "171",
- "weight": "65",
- "sport": "Cycling",
- "team": "United States",
- "noc": "USA",
- "age": 32,
- "event": "Cycling Women's Omnium",
- "medal": "Silver"
- },
- {
- "name": "Ying Han",
- "gender": "F",
- "height": "170",
- "weight": "60",
- "sport": "Table Tennis",
- "team": "Germany",
- "noc": "GER",
- "age": 33,
- "event": "Table Tennis Women's Team",
- "medal": "Silver"
- },
- {
- "name": "Takuya Haneda",
- "gender": "M",
- "height": "175",
- "weight": "70",
- "sport": "Canoeing",
- "team": "Japan",
- "noc": "JPN",
- "age": 29,
- "event": "Canoeing Men's Canadian Singles, Slalom",
- "medal": "Bronze"
- },
- {
- "name": "Martin Hner",
- "gender": "M",
- "height": "184",
- "weight": "83",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 27,
- "event": "Hockey Men's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Tawin Hanprab",
- "gender": "M",
- "height": "176",
- "weight": "58",
- "sport": "Taekwondo",
- "team": "Thailand",
- "noc": "THA",
- "age": 18,
- "event": "Taekwondo Men's Flyweight",
- "medal": "Silver"
- },
- {
- "name": "Henrik Toft Hansen",
- "gender": "M",
- "height": "200",
- "weight": "105",
- "sport": "Handball",
- "team": "Denmark",
- "noc": "DEN",
- "age": 29,
- "event": "Handball Men's Handball",
- "medal": "Gold"
- },
- {
- "name": "Jena Mai Hansen",
- "gender": "F",
- "height": "166",
- "weight": "60",
- "sport": "Sailing",
- "team": "Denmark",
- "noc": "DEN",
- "age": 27,
- "event": "Sailing Women's Skiff",
- "medal": "Bronze"
- },
- {
- "name": "Lasse Norman Hansen",
- "gender": "M",
- "height": "180",
- "weight": "73",
- "sport": "Cycling",
- "team": "Denmark",
- "noc": "DEN",
- "age": 24,
- "event": "Cycling Men's Team Pursuit, 4,000 metres",
- "medal": "Bronze"
- },
- {
- "name": "Lasse Norman Hansen",
- "gender": "M",
- "height": "180",
- "weight": "73",
- "sport": "Cycling",
- "team": "Denmark",
- "noc": "DEN",
- "age": 24,
- "event": "Cycling Men's Omnium",
- "medal": "Bronze"
- },
- {
- "name": "Mikkel Hansen",
- "gender": "M",
- "height": "196",
- "weight": "98",
- "sport": "Handball",
- "team": "Denmark",
- "noc": "DEN",
- "age": 28,
- "event": "Handball Men's Handball",
- "medal": "Gold"
- },
- {
- "name": "Ren Toft Hansen",
- "gender": "M",
- "height": "200",
- "weight": "105",
- "sport": "Handball",
- "team": "Denmark",
- "noc": "DEN",
- "age": 31,
- "event": "Handball Men's Handball",
- "medal": "Gold"
- },
- {
- "name": "Hao Jialu",
- "gender": "F",
- "height": "176",
- "weight": "66",
- "sport": "Fencing",
- "team": "China",
- "noc": "CHN",
- "age": 28,
- "event": "Fencing Women's epee, Team",
- "medal": "Silver"
- },
- {
- "name": "Hisayoshi Harasawa",
- "gender": "M",
- "height": "191",
- "weight": "125",
- "sport": "Judo",
- "team": "Japan",
- "noc": "JPN",
- "age": 24,
- "event": "Judo Men's Heavyweight",
- "medal": "Silver"
- },
- {
- "name": "Christa Deanne Harmotto-Dietzen",
- "gender": "F",
- "height": "188",
- "weight": "79",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 29,
- "event": "Volleyball Women's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Kayla Harrison",
- "gender": "F",
- "height": "173",
- "weight": "74",
- "sport": "Judo",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Judo Women's Half-Heavyweight",
- "medal": "Gold"
- },
- {
- "name": "Christoph Harting",
- "gender": "M",
- "height": "207",
- "weight": "120",
- "sport": "Athletics",
- "team": "Germany",
- "noc": "GER",
- "age": 26,
- "event": "Athletics Men's Discus Throw",
- "medal": "Gold"
- },
- {
- "name": "Artem Harutyunyan",
- "gender": "M",
- "height": "172",
- "weight": "64",
- "sport": "Boxing",
- "team": "Germany",
- "noc": "GER",
- "age": 25,
- "event": "Boxing Men's Light-Welterweight",
- "medal": "Bronze"
- },
- {
- "name": "Natasha Monique Hastings",
- "gender": "F",
- "height": "173",
- "weight": "68",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Athletics Women's 4 x 400 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Franzisca Hauke",
- "gender": "F",
- "height": "172",
- "weight": "63",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 26,
- "event": "Hockey Women's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Tobias Constantin Hauke",
- "gender": "M",
- "height": "183",
- "weight": "81",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 28,
- "event": "Hockey Men's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Patrick Hausding",
- "gender": "M",
- "height": "180",
- "weight": "77",
- "sport": "Diving",
- "team": "Germany",
- "noc": "GER",
- "age": 27,
- "event": "Diving Men's Springboard",
- "medal": "Bronze"
- },
- {
- "name": "Daniel Havel",
- "gender": "M",
- "height": "178",
- "weight": "79",
- "sport": "Canoeing",
- "team": "Czech Republic",
- "noc": "CZE",
- "age": 24,
- "event": "Canoeing Men's Kayak Fours, 1,000 metres",
- "medal": "Bronze"
- },
- {
- "name": "Akeem Haynes",
- "gender": "M",
- "height": "170",
- "weight": "73",
- "sport": "Athletics",
- "team": "Canada",
- "noc": "CAN",
- "age": 24,
- "event": "Athletics Men's 4 x 100 metres Relay",
- "medal": "Bronze"
- },
- {
- "name": "He Zi",
- "gender": "F",
- "height": "159",
- "weight": "51",
- "sport": "Diving",
- "team": "China",
- "noc": "CHN",
- "age": 25,
- "event": "Diving Women's Springboard",
- "medal": "Silver"
- },
- {
- "name": "Maaike Christiane Head",
- "gender": "F",
- "height": "173",
- "weight": "59",
- "sport": "Rowing",
- "team": "Netherlands",
- "noc": "NED",
- "age": 32,
- "event": "Rowing Women's Lightweight Double Sculls",
- "medal": "Gold"
- },
- {
- "name": "Liam Nicholas Heath",
- "gender": "M",
- "height": "182",
- "weight": "81",
- "sport": "Canoeing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 31,
- "event": "Canoeing Men's Kayak Singles, 200 metres",
- "medal": "Gold"
- },
- {
- "name": "Liam Nicholas Heath",
- "gender": "M",
- "height": "182",
- "weight": "81",
- "sport": "Canoeing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 31,
- "event": "Canoeing Men's Kayak Doubles, 200 metres",
- "medal": "Silver"
- },
- {
- "name": "Erik Heil",
- "gender": "M",
- "height": "185",
- "weight": "80",
- "sport": "Sailing",
- "team": "Germany",
- "noc": "GER",
- "age": 26,
- "event": "Sailing Men's Skiff",
- "medal": "Bronze"
- },
- {
- "name": "Silvio Heinevetter",
- "gender": "M",
- "height": "194",
- "weight": "99",
- "sport": "Handball",
- "team": "Germany",
- "noc": "GER",
- "age": 31,
- "event": "Handball Men's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Ryan Held",
- "gender": "M",
- "height": "NA",
- "weight": "NA",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 21,
- "event": "Swimming Men's 4 x 100 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Jeffrey \"Jeff\" Henderson",
- "gender": "M",
- "height": "183",
- "weight": "86",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Athletics Men's Long Jump",
- "medal": "Gold"
- },
- {
- "name": "Kaj Hendriks",
- "gender": "M",
- "height": "197",
- "weight": "95",
- "sport": "Rowing",
- "team": "Netherlands",
- "noc": "NED",
- "age": 28,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Bronze"
- },
- {
- "name": "Josephine Henning",
- "gender": "F",
- "height": "175",
- "weight": "68",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 26,
- "event": "Football Women's Football",
- "medal": "Gold"
- },
- {
- "name": "Desiree Latifah N. Henry",
- "gender": "F",
- "height": "171",
- "weight": "64",
- "sport": "Athletics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 20,
- "event": "Athletics Women's 4 x 100 metres Relay",
- "medal": "Bronze"
- },
- {
- "name": "Michael David Hepburn",
- "gender": "M",
- "height": "186",
- "weight": "77",
- "sport": "Cycling",
- "team": "Australia",
- "noc": "AUS",
- "age": 24,
- "event": "Cycling Men's Team Pursuit, 4,000 metres",
- "medal": "Silver"
- },
- {
- "name": "Sabrina Hering",
- "gender": "F",
- "height": "167",
- "weight": "70",
- "sport": "Canoeing",
- "team": "Germany",
- "noc": "GER",
- "age": 24,
- "event": "Canoeing Women's Kayak Fours, 500 metres",
- "medal": "Silver"
- },
- {
- "name": "Ismael Marcelo Hernndez Uscanga",
- "gender": "M",
- "height": "178",
- "weight": "64",
- "sport": "Modern Pentathlon",
- "team": "Mexico",
- "noc": "MEX",
- "age": 26,
- "event": "Modern Pentathlon Men's Individual",
- "medal": "Bronze"
- },
- {
- "name": "Lauren Zoe \"Laurie\" Hernandez",
- "gender": "F",
- "height": "152",
- "weight": "49",
- "sport": "Gymnastics",
- "team": "United States",
- "noc": "USA",
- "age": 16,
- "event": "Gymnastics Women's Team All-Around",
- "medal": "Gold"
- },
- {
- "name": "Lauren Zoe \"Laurie\" Hernandez",
- "gender": "F",
- "height": "152",
- "weight": "49",
- "sport": "Gymnastics",
- "team": "United States",
- "noc": "USA",
- "age": 16,
- "event": "Gymnastics Women's Balance Beam",
- "medal": "Silver"
- },
- {
- "name": "Nico Miguel Hernandez",
- "gender": "M",
- "height": "165",
- "weight": "49",
- "sport": "Boxing",
- "team": "United States",
- "noc": "USA",
- "age": 20,
- "event": "Boxing Men's Light-Flyweight",
- "medal": "Bronze"
- },
- {
- "name": "Stefany del Carmen Hernndez Mendoza",
- "gender": "F",
- "height": "165",
- "weight": "65",
- "sport": "Cycling",
- "team": "Venezuela",
- "noc": "VEN",
- "age": 25,
- "event": "Cycling Women's BMX",
- "medal": "Bronze"
- },
- {
- "name": "Guillermo Gustavo \"Willy\" Hernangmez Geuer",
- "gender": "M",
- "height": "210",
- "weight": "115",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 22,
- "event": "Basketball Men's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Camilla Herrem",
- "gender": "F",
- "height": "167",
- "weight": "57",
- "sport": "Handball",
- "team": "Norway",
- "noc": "NOR",
- "age": 29,
- "event": "Handball Women's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Timm Herzbruch",
- "gender": "M",
- "height": "180",
- "weight": "76",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 19,
- "event": "Hockey Men's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Carl Rupert Hester",
- "gender": "M",
- "height": "182",
- "weight": "86",
- "sport": "Equestrianism",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 49,
- "event": "Equestrianism Mixed Dressage, Team",
- "medal": "Silver"
- },
- {
- "name": "Rei Higuchi",
- "gender": "M",
- "height": "163",
- "weight": "63",
- "sport": "Wrestling",
- "team": "Japan",
- "noc": "JPN",
- "age": 20,
- "event": "Wrestling Men's Featherweight, Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Alexander \"Alex\" Hill",
- "gender": "M",
- "height": "194",
- "weight": "92",
- "sport": "Rowing",
- "team": "Australia",
- "noc": "AUS",
- "age": 23,
- "event": "Rowing Men's Coxless Fours",
- "medal": "Silver"
- },
- {
- "name": "Kimberly \"Kim\" Hill",
- "gender": "F",
- "height": "193",
- "weight": "72",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Volleyball Women's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Phelan Peter Hill",
- "gender": "M",
- "height": "172",
- "weight": "55",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 37,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Gold"
- },
- {
- "name": "Samantha \"Sami\" Hill",
- "gender": "F",
- "height": "183",
- "weight": "89",
- "sport": "Water Polo",
- "team": "United States",
- "noc": "USA",
- "age": 24,
- "event": "Water Polo Women's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Madeline Clare \"Maddie\" Hinch",
- "gender": "F",
- "height": "168",
- "weight": "62",
- "sport": "Hockey",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 27,
- "event": "Hockey Women's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Philip Hindes",
- "gender": "M",
- "height": "178",
- "weight": "82",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 23,
- "event": "Cycling Men's Team Sprint",
- "medal": "Gold"
- },
- {
- "name": "Martina Hingis (-Hutin)",
- "gender": "F",
- "height": "170",
- "weight": "59",
- "sport": "Tennis",
- "team": "Switzerland",
- "noc": "SUI",
- "age": 35,
- "event": "Tennis Women's Doubles",
- "medal": "Silver"
- },
- {
- "name": "Sophie Hitchon",
- "gender": "F",
- "height": "170",
- "weight": "75",
- "sport": "Athletics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 25,
- "event": "Athletics Women's Hammer Throw",
- "medal": "Bronze"
- },
- {
- "name": "Michael \"Mike\" Hixon",
- "gender": "M",
- "height": "173",
- "weight": "68",
- "sport": "Diving",
- "team": "United States",
- "noc": "USA",
- "age": 22,
- "event": "Diving Men's Synchronized Springboard",
- "medal": "Silver"
- },
- {
- "name": "Hong Xun Vinh",
- "gender": "M",
- "height": "175",
- "weight": "75",
- "sport": "Shooting",
- "team": "Vietnam",
- "noc": "VIE",
- "age": 41,
- "event": "Shooting Men's Air Pistol, 10 metres",
- "medal": "Gold"
- },
- {
- "name": "Hong Xun Vinh",
- "gender": "M",
- "height": "175",
- "weight": "75",
- "sport": "Shooting",
- "team": "Vietnam",
- "noc": "VIE",
- "age": 41,
- "event": "Shooting Men's Free Pistol, 50 metres",
- "medal": "Silver"
- },
- {
- "name": "Max Hoff",
- "gender": "M",
- "height": "197",
- "weight": "95",
- "sport": "Canoeing",
- "team": "Germany",
- "noc": "GER",
- "age": 33,
- "event": "Canoeing Men's Kayak Fours, 1,000 metres",
- "medal": "Gold"
- },
- {
- "name": "Victoria Frances \"Vicky\" Holland",
- "gender": "F",
- "height": "168",
- "weight": "56",
- "sport": "Triathlon",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 30,
- "event": "Triathlon Women's Olympic Distance",
- "medal": "Bronze"
- },
- {
- "name": "Maxwell Philip \"Max\" Holt",
- "gender": "M",
- "height": "208",
- "weight": "90",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 29,
- "event": "Volleyball Men's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Daryl Homer",
- "gender": "M",
- "height": "173",
- "weight": "74",
- "sport": "Fencing",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Fencing Men's Sabre, Individual",
- "medal": "Silver"
- },
- {
- "name": "Ellen Marijn Hoog",
- "gender": "F",
- "height": "164",
- "weight": "54",
- "sport": "Hockey",
- "team": "Netherlands",
- "noc": "NED",
- "age": 30,
- "event": "Hockey Women's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Tamara Horacek",
- "gender": "F",
- "height": "179",
- "weight": "80",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 20,
- "event": "Handball Women's Handball",
- "medal": "Silver"
- },
- {
- "name": "Timo Horn",
- "gender": "M",
- "height": "191",
- "weight": "76",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 23,
- "event": "Football Men's Football",
- "medal": "Silver"
- },
- {
- "name": "Mackenzie \"Mack\" Horton",
- "gender": "M",
- "height": "190",
- "weight": "88",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 20,
- "event": "Swimming Men's 400 metres Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Natsumi Hoshi",
- "gender": "F",
- "height": "164",
- "weight": "56",
- "sport": "Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 25,
- "event": "Swimming Women's 200 metres Butterfly",
- "medal": "Bronze"
- },
- {
- "name": "Katinka Hossz",
- "gender": "F",
- "height": "175",
- "weight": "65",
- "sport": "Swimming",
- "team": "Hungary",
- "noc": "HUN",
- "age": 27,
- "event": "Swimming Women's 100 metres Backstroke",
- "medal": "Gold"
- },
- {
- "name": "Katinka Hossz",
- "gender": "F",
- "height": "175",
- "weight": "65",
- "sport": "Swimming",
- "team": "Hungary",
- "noc": "HUN",
- "age": 27,
- "event": "Swimming Women's 200 metres Backstroke",
- "medal": "Silver"
- },
- {
- "name": "Katinka Hossz",
- "gender": "F",
- "height": "175",
- "weight": "65",
- "sport": "Swimming",
- "team": "Hungary",
- "noc": "HUN",
- "age": 27,
- "event": "Swimming Women's 200 metres Individual Medley",
- "medal": "Gold"
- },
- {
- "name": "Katinka Hossz",
- "gender": "F",
- "height": "175",
- "weight": "65",
- "sport": "Swimming",
- "team": "Hungary",
- "noc": "HUN",
- "age": 27,
- "event": "Swimming Women's 400 metres Individual Medley",
- "medal": "Gold"
- },
- {
- "name": "Manon Houette",
- "gender": "F",
- "height": "168",
- "weight": "69",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 24,
- "event": "Handball Women's Handball",
- "medal": "Silver"
- },
- {
- "name": "Franois Hougaard",
- "gender": "M",
- "height": "179",
- "weight": "93",
- "sport": "Rugby Sevens",
- "team": "South Africa",
- "noc": "RSA",
- "age": 28,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Frances Julia Houghton",
- "gender": "F",
- "height": "193",
- "weight": "80",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 35,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Silver"
- },
- {
- "name": "Pierre Houin",
- "gender": "M",
- "height": "182",
- "weight": "74",
- "sport": "Rowing",
- "team": "France",
- "noc": "FRA",
- "age": 22,
- "event": "Rowing Men's Lightweight Double Sculls",
- "medal": "Gold"
- },
- {
- "name": "Richard Hounslow",
- "gender": "M",
- "height": "183",
- "weight": "78",
- "sport": "Canoeing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 34,
- "event": "Canoeing Men's Canadian Doubles, Slalom",
- "medal": "Silver"
- },
- {
- "name": "Lucie Hradeck",
- "gender": "F",
- "height": "177",
- "weight": "72",
- "sport": "Tennis",
- "team": "Czech Republic",
- "noc": "CZE",
- "age": 31,
- "event": "Tennis Mixed Doubles",
- "medal": "Bronze"
- },
- {
- "name": "Filip Hrgovi",
- "gender": "M",
- "height": "198",
- "weight": "101",
- "sport": "Boxing",
- "team": "Croatia",
- "noc": "CRO",
- "age": 24,
- "event": "Boxing Men's Super-Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Hsu Shu-Ching",
- "gender": "F",
- "height": "160",
- "weight": "53",
- "sport": "Weightlifting",
- "team": "Chinese Taipei",
- "noc": "TPE",
- "age": 25,
- "event": "Weightlifting Women's Featherweight",
- "medal": "Gold"
- },
- {
- "name": "Cbrayl Hsnov",
- "gender": "M",
- "height": "170",
- "weight": "74",
- "sport": "Wrestling",
- "team": "Azerbaijan",
- "noc": "AZE",
- "age": 26,
- "event": "Wrestling Men's Middleweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Hu Jianguan",
- "gender": "M",
- "height": "168",
- "weight": "52",
- "sport": "Boxing",
- "team": "China",
- "noc": "CHN",
- "age": 23,
- "event": "Boxing Men's Flyweight",
- "medal": "Bronze"
- },
- {
- "name": "Huang Wenyi",
- "gender": "F",
- "height": "178",
- "weight": "63",
- "sport": "Rowing",
- "team": "China",
- "noc": "CHN",
- "age": 25,
- "event": "Rowing Women's Lightweight Double Sculls",
- "medal": "Bronze"
- },
- {
- "name": "Huang Xuechen",
- "gender": "F",
- "height": "175",
- "weight": "61",
- "sport": "Synchronized Swimming",
- "team": "China",
- "noc": "CHN",
- "age": 26,
- "event": "Synchronized Swimming Women's Duet",
- "medal": "Silver"
- },
- {
- "name": "Huang Xuechen",
- "gender": "F",
- "height": "175",
- "weight": "61",
- "sport": "Synchronized Swimming",
- "team": "China",
- "noc": "CHN",
- "age": 26,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Silver"
- },
- {
- "name": "Hui Ruoqi",
- "gender": "F",
- "height": "192",
- "weight": "78",
- "sport": "Volleyball",
- "team": "China",
- "noc": "CHN",
- "age": 25,
- "event": "Volleyball Women's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Svenja Anette Huth",
- "gender": "F",
- "height": "163",
- "weight": "54",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 25,
- "event": "Football Women's Football",
- "medal": "Gold"
- },
- {
- "name": "Diego Matias Hyplito",
- "gender": "M",
- "height": "170",
- "weight": "68",
- "sport": "Gymnastics",
- "team": "Brazil",
- "noc": "BRA",
- "age": 30,
- "event": "Gymnastics Men's Floor Exercise",
- "medal": "Silver"
- },
- {
- "name": "Caterine Ibargn Mena",
- "gender": "F",
- "height": "185",
- "weight": "70",
- "sport": "Athletics",
- "team": "Colombia",
- "noc": "COL",
- "age": 32,
- "event": "Athletics Women's Triple Jump",
- "medal": "Gold"
- },
- {
- "name": "Isidoro Ibarra",
- "gender": "M",
- "height": "175",
- "weight": "75",
- "sport": "Hockey",
- "team": "Argentina",
- "noc": "ARG",
- "age": 23,
- "event": "Hockey Men's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Pedro Ibarra",
- "gender": "M",
- "height": "174",
- "weight": "75",
- "sport": "Hockey",
- "team": "Argentina",
- "noc": "ARG",
- "age": 30,
- "event": "Hockey Men's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Magomed Idrisovich Ibragimov",
- "gender": "M",
- "height": "183",
- "weight": "97",
- "sport": "Wrestling",
- "team": "Uzbekistan",
- "noc": "UZB",
- "age": 31,
- "event": "Wrestling Men's Heavyweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Kaori Icho",
- "gender": "F",
- "height": "166",
- "weight": "61",
- "sport": "Wrestling",
- "team": "Japan",
- "noc": "JPN",
- "age": 32,
- "event": "Wrestling Women's Lightweight, Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Mohamed Ihab Youssef Ahmed Mahmoud",
- "gender": "M",
- "height": "165",
- "weight": "77",
- "sport": "Weightlifting",
- "team": "Egypt",
- "noc": "EGY",
- "age": 26,
- "event": "Weightlifting Men's Middleweight",
- "medal": "Bronze"
- },
- {
- "name": "Shota Iizuka",
- "gender": "M",
- "height": "185",
- "weight": "80",
- "sport": "Athletics",
- "team": "Japan",
- "noc": "JPN",
- "age": 25,
- "event": "Athletics Men's 4 x 100 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Cenk ldem",
- "gender": "M",
- "height": "180",
- "weight": "98",
- "sport": "Wrestling",
- "team": "Turkey",
- "noc": "TUR",
- "age": 30,
- "event": "Wrestling Men's Heavyweight, Greco-Roman",
- "medal": "Bronze"
- },
- {
- "name": "Yekaterina Fyodorovna Ilyina",
- "gender": "F",
- "height": "174",
- "weight": "60",
- "sport": "Handball",
- "team": "Russia",
- "noc": "RUS",
- "age": 25,
- "event": "Handball Women's Handball",
- "medal": "Gold"
- },
- {
- "name": "Race Alick Reid Imboden",
- "gender": "M",
- "height": "185",
- "weight": "75",
- "sport": "Fencing",
- "team": "United States",
- "noc": "USA",
- "age": 23,
- "event": "Fencing Men's Foil, Team",
- "medal": "Bronze"
- },
- {
- "name": "Gza Imre",
- "gender": "M",
- "height": "184",
- "weight": "75",
- "sport": "Fencing",
- "team": "Hungary",
- "noc": "HUN",
- "age": 41,
- "event": "Fencing Men's epee, Individual",
- "medal": "Silver"
- },
- {
- "name": "Gza Imre",
- "gender": "M",
- "height": "184",
- "weight": "75",
- "sport": "Fencing",
- "team": "Hungary",
- "noc": "HUN",
- "age": 41,
- "event": "Fencing Men's epee, Team",
- "medal": "Bronze"
- },
- {
- "name": "Marco Innocenti",
- "gender": "M",
- "height": "170",
- "weight": "97",
- "sport": "Shooting",
- "team": "Italy",
- "noc": "ITA",
- "age": 37,
- "event": "Shooting Men's Double Trap",
- "medal": "Silver"
- },
- {
- "name": "Yukiko Inui",
- "gender": "F",
- "height": "169",
- "weight": "55",
- "sport": "Synchronized Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 25,
- "event": "Synchronized Swimming Women's Duet",
- "medal": "Bronze"
- },
- {
- "name": "Yukiko Inui",
- "gender": "F",
- "height": "169",
- "weight": "55",
- "sport": "Synchronized Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 25,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Bronze"
- },
- {
- "name": "Eko Yuli Irawan",
- "gender": "M",
- "height": "154",
- "weight": "62",
- "sport": "Weightlifting",
- "team": "Indonesia",
- "noc": "INA",
- "age": 27,
- "event": "Weightlifting Men's Featherweight",
- "medal": "Silver"
- },
- {
- "name": "Kyrie Andrew Irving",
- "gender": "M",
- "height": "190",
- "weight": "87",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 24,
- "event": "Basketball Men's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Radik sayev",
- "gender": "M",
- "height": "200",
- "weight": "93",
- "sport": "Taekwondo",
- "team": "Azerbaijan",
- "noc": "AZE",
- "age": 26,
- "event": "Taekwondo Men's Heavyweight",
- "medal": "Gold"
- },
- {
- "name": "Nataliya Sergeyevna Ishchenko",
- "gender": "F",
- "height": "177",
- "weight": "60",
- "sport": "Synchronized Swimming",
- "team": "Russia",
- "noc": "RUS",
- "age": 30,
- "event": "Synchronized Swimming Women's Duet",
- "medal": "Gold"
- },
- {
- "name": "Nataliya Sergeyevna Ishchenko",
- "gender": "F",
- "height": "177",
- "weight": "60",
- "sport": "Synchronized Swimming",
- "team": "Russia",
- "noc": "RUS",
- "age": 30,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Gold"
- },
- {
- "name": "Kasumi Ishikawa",
- "gender": "F",
- "height": "158",
- "weight": "51",
- "sport": "Table Tennis",
- "team": "Japan",
- "noc": "JPN",
- "age": 23,
- "event": "Table Tennis Women's Team",
- "medal": "Bronze"
- },
- {
- "name": "Mandy Islacker",
- "gender": "F",
- "height": "164",
- "weight": "55",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 27,
- "event": "Football Women's Football",
- "medal": "Gold"
- },
- {
- "name": "Daniar Ismailow",
- "gender": "M",
- "height": "173",
- "weight": "69",
- "sport": "Weightlifting",
- "team": "Turkey",
- "noc": "TUR",
- "age": 24,
- "event": "Weightlifting Men's Lightweight",
- "medal": "Silver"
- },
- {
- "name": "Mima Ito",
- "gender": "F",
- "height": "150",
- "weight": "45",
- "sport": "Table Tennis",
- "team": "Japan",
- "noc": "JPN",
- "age": 15,
- "event": "Table Tennis Women's Team",
- "medal": "Bronze"
- },
- {
- "name": "Yevgeniya Andreyevna Ivanova",
- "gender": "F",
- "height": "176",
- "weight": "68",
- "sport": "Water Polo",
- "team": "Russia",
- "noc": "RUS",
- "age": 29,
- "event": "Water Polo Women's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Ja Dong-Min",
- "gender": "M",
- "height": "190",
- "weight": "91",
- "sport": "Taekwondo",
- "team": "South Korea",
- "noc": "KOR",
- "age": 29,
- "event": "Taekwondo Men's Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Shericka Jackson",
- "gender": "F",
- "height": "173",
- "weight": "61",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 22,
- "event": "Athletics Women's 400 metres",
- "medal": "Bronze"
- },
- {
- "name": "Shericka Jackson",
- "gender": "F",
- "height": "173",
- "weight": "61",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 22,
- "event": "Athletics Women's 4 x 400 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Nicolas Jacobi",
- "gender": "M",
- "height": "193",
- "weight": "95",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 29,
- "event": "Hockey Men's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Connor Jaeger",
- "gender": "M",
- "height": "185",
- "weight": "77",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 25,
- "event": "Swimming Men's 1,500 metres Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Thomas \"Tom\" Jaeschke",
- "gender": "M",
- "height": "198",
- "weight": "91",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 22,
- "event": "Volleyball Men's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Evan Reese Jager",
- "gender": "M",
- "height": "188",
- "weight": "65",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Athletics Men's 3,000 metres Steeplechase",
- "medal": "Silver"
- },
- {
- "name": "Eva Sofia Jakobsson",
- "gender": "F",
- "height": "174",
- "weight": "62",
- "sport": "Football",
- "team": "Sweden",
- "noc": "SWE",
- "age": 26,
- "event": "Football Women's Football",
- "medal": "Silver"
- },
- {
- "name": "Malte Jakschik",
- "gender": "M",
- "height": "194",
- "weight": "93",
- "sport": "Rowing",
- "team": "Germany",
- "noc": "GER",
- "age": 23,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Silver"
- },
- {
- "name": "Nikola Jaki",
- "gender": "M",
- "height": "197",
- "weight": "89",
- "sport": "Water Polo",
- "team": "Serbia",
- "noc": "SRB",
- "age": 19,
- "event": "Water Polo Men's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Rebecca Angharad \"Becky\" James",
- "gender": "F",
- "height": "171",
- "weight": "66",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 24,
- "event": "Cycling Women's Sprint",
- "medal": "Silver"
- },
- {
- "name": "Rebecca Angharad \"Becky\" James",
- "gender": "F",
- "height": "171",
- "weight": "66",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 24,
- "event": "Cycling Women's Keirin",
- "medal": "Silver"
- },
- {
- "name": "Kirani James",
- "gender": "M",
- "height": "180",
- "weight": "66",
- "sport": "Athletics",
- "team": "Grenada",
- "noc": "GRN",
- "age": 23,
- "event": "Athletics Men's 400 metres",
- "medal": "Silver"
- },
- {
- "name": "Andrei Jms",
- "gender": "M",
- "height": "184",
- "weight": "90",
- "sport": "Rowing",
- "team": "Estonia",
- "noc": "EST",
- "age": 34,
- "event": "Rowing Men's Quadruple Sculls",
- "medal": "Bronze"
- },
- {
- "name": "Inge Janssen",
- "gender": "F",
- "height": "182",
- "weight": "74",
- "sport": "Rowing",
- "team": "Netherlands",
- "noc": "NED",
- "age": 27,
- "event": "Rowing Women's Quadruple Sculls",
- "medal": "Silver"
- },
- {
- "name": "Daniel Jasinski",
- "gender": "M",
- "height": "207",
- "weight": "120",
- "sport": "Athletics",
- "team": "Germany",
- "noc": "GER",
- "age": 26,
- "event": "Athletics Men's Discus Throw",
- "medal": "Bronze"
- },
- {
- "name": "Ruth Jebet",
- "gender": "F",
- "height": "162",
- "weight": "51",
- "sport": "Athletics",
- "team": "Bahrain",
- "noc": "BRN",
- "age": 19,
- "event": "Athletics Women's 3,000 metres Steeplechase",
- "medal": "Gold"
- },
- {
- "name": "Lindsay Jennerich",
- "gender": "F",
- "height": "165",
- "weight": "59",
- "sport": "Rowing",
- "team": "Canada",
- "noc": "CAN",
- "age": 34,
- "event": "Rowing Women's Lightweight Double Sculls",
- "medal": "Silver"
- },
- {
- "name": "Henrik Mllgaard Jensen",
- "gender": "M",
- "height": "197",
- "weight": "102",
- "sport": "Handball",
- "team": "Denmark",
- "noc": "DEN",
- "age": 31,
- "event": "Handball Men's Handball",
- "medal": "Gold"
- },
- {
- "name": "Iain Jensen",
- "gender": "M",
- "height": "186",
- "weight": "80",
- "sport": "Sailing",
- "team": "Australia",
- "noc": "AUS",
- "age": 28,
- "event": "Sailing Men's Skiff",
- "medal": "Silver"
- },
- {
- "name": "Jeong Bo-Kyeong",
- "gender": "F",
- "height": "153",
- "weight": "51",
- "sport": "Judo",
- "team": "South Korea",
- "noc": "KOR",
- "age": 25,
- "event": "Judo Women's Extra-Lightweight",
- "medal": "Silver"
- },
- {
- "name": "Jeong Gyeong-Eun",
- "gender": "F",
- "height": "172",
- "weight": "59",
- "sport": "Badminton",
- "team": "South Korea-1",
- "noc": "KOR",
- "age": 26,
- "event": "Badminton Women's Doubles",
- "medal": "Bronze"
- },
- {
- "name": "Daniel Jrent",
- "gender": "M",
- "height": "189",
- "weight": "84",
- "sport": "Fencing",
- "team": "France",
- "noc": "FRA",
- "age": 25,
- "event": "Fencing Men's epee, Team",
- "medal": "Gold"
- },
- {
- "name": "Jin Jong-O",
- "gender": "M",
- "height": "175",
- "weight": "78",
- "sport": "Shooting",
- "team": "South Korea",
- "noc": "KOR",
- "age": 36,
- "event": "Shooting Men's Free Pistol, 50 metres",
- "medal": "Gold"
- },
- {
- "name": "Eric Johannesen",
- "gender": "M",
- "height": "193",
- "weight": "100",
- "sport": "Rowing",
- "team": "Germany",
- "noc": "GER",
- "age": 28,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Silver"
- },
- {
- "name": "Emma Karolina Johansson",
- "gender": "F",
- "height": "168",
- "weight": "54",
- "sport": "Cycling",
- "team": "Sweden",
- "noc": "SWE",
- "age": 32,
- "event": "Cycling Women's Road Race, Individual",
- "medal": "Silver"
- },
- {
- "name": "Ashleigh Johnson",
- "gender": "F",
- "height": "186",
- "weight": "81",
- "sport": "Water Polo",
- "team": "United States",
- "noc": "USA",
- "age": 21,
- "event": "Water Polo Women's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Steele Alexander Johnson",
- "gender": "M",
- "height": "188",
- "weight": "80",
- "sport": "Diving",
- "team": "United States",
- "noc": "USA",
- "age": 20,
- "event": "Diving Men's Synchronized Platform",
- "medal": "Silver"
- },
- {
- "name": "Steve Johnson",
- "gender": "M",
- "height": "188",
- "weight": "86",
- "sport": "Tennis",
- "team": "United States-2",
- "noc": "USA",
- "age": 26,
- "event": "Tennis Men's Doubles",
- "medal": "Bronze"
- },
- {
- "name": "Nikola Joki",
- "gender": "M",
- "height": "209",
- "weight": "115",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 21,
- "event": "Basketball Men's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Maro Jokovi",
- "gender": "M",
- "height": "203",
- "weight": "95",
- "sport": "Water Polo",
- "team": "Croatia",
- "noc": "CRO",
- "age": 28,
- "event": "Water Polo Men's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Jade Louise Jones",
- "gender": "F",
- "height": "156",
- "weight": "57",
- "sport": "Taekwondo",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 23,
- "event": "Taekwondo Women's Featherweight",
- "medal": "Gold"
- },
- {
- "name": "Luuka Jones",
- "gender": "F",
- "height": "172",
- "weight": "68",
- "sport": "Canoeing",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 27,
- "event": "Canoeing Women's Kayak Singles, Slalom",
- "medal": "Silver"
- },
- {
- "name": "Kelly Maria Jonker",
- "gender": "F",
- "height": "159",
- "weight": "59",
- "sport": "Hockey",
- "team": "Netherlands",
- "noc": "NED",
- "age": 26,
- "event": "Hockey Women's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Hyland DeAndre Jordan, Jr.",
- "gender": "M",
- "height": "211",
- "weight": "120",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 28,
- "event": "Basketball Men's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Gwen Rosemary Jorgensen (-Lemieux)",
- "gender": "F",
- "height": "178",
- "weight": "59",
- "sport": "Triathlon",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Triathlon Women's Olympic Distance",
- "medal": "Gold"
- },
- {
- "name": "Nevena Jovanovi",
- "gender": "F",
- "height": "179",
- "weight": "72",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 26,
- "event": "Basketball Women's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Stefan Jovi",
- "gender": "M",
- "height": "196",
- "weight": "94",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 25,
- "event": "Basketball Men's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Joseph \"Joe\" Joyce",
- "gender": "M",
- "height": "197",
- "weight": "108",
- "sport": "Boxing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 30,
- "event": "Boxing Men's Super-Heavyweight",
- "medal": "Silver"
- },
- {
- "name": "Emma Aastrand Jrgensen",
- "gender": "F",
- "height": "169",
- "weight": "70",
- "sport": "Canoeing",
- "team": "Denmark",
- "noc": "DEN",
- "age": 20,
- "event": "Canoeing Women's Kayak Singles, 500 metres",
- "medal": "Silver"
- },
- {
- "name": "Morten Jrgensen",
- "gender": "M",
- "height": "183",
- "weight": "73",
- "sport": "Rowing",
- "team": "Denmark",
- "noc": "DEN",
- "age": 31,
- "event": "Rowing Men's Lightweight Coxless Fours",
- "medal": "Silver"
- },
- {
- "name": "Osmany Juantorena Portuondo",
- "gender": "M",
- "height": "200",
- "weight": "85",
- "sport": "Volleyball",
- "team": "Italy",
- "noc": "ITA",
- "age": 30,
- "event": "Volleyball Men's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Kamilla Rytter Juhl",
- "gender": "F",
- "height": "183",
- "weight": "71",
- "sport": "Badminton",
- "team": "Denmark",
- "noc": "DEN",
- "age": 32,
- "event": "Badminton Women's Doubles",
- "medal": "Silver"
- },
- {
- "name": "Michael Jung",
- "gender": "M",
- "height": "168",
- "weight": "70",
- "sport": "Equestrianism",
- "team": "Germany",
- "noc": "GER",
- "age": 34,
- "event": "Equestrianism Mixed Three-Day Event, Individual",
- "medal": "Gold"
- },
- {
- "name": "Michael Jung",
- "gender": "M",
- "height": "168",
- "weight": "70",
- "sport": "Equestrianism",
- "team": "Germany",
- "noc": "GER",
- "age": 34,
- "event": "Equestrianism Mixed Three-Day Event, Team",
- "medal": "Silver"
- },
- {
- "name": "Henri Junghnel",
- "gender": "M",
- "height": "179",
- "weight": "80",
- "sport": "Shooting",
- "team": "Germany",
- "noc": "GER",
- "age": 28,
- "event": "Shooting Men's Small-Bore Rifle, Prone, 50 metres",
- "medal": "Gold"
- },
- {
- "name": "Pavlos Kagialis",
- "gender": "M",
- "height": "184",
- "weight": "74",
- "sport": "Sailing",
- "team": "Greece",
- "noc": "GRE",
- "age": 32,
- "event": "Sailing Men's Two Person Dinghy",
- "medal": "Bronze"
- },
- {
- "name": "Nikola Kalini",
- "gender": "M",
- "height": "202",
- "weight": "102",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 24,
- "event": "Basketball Men's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Viktoriya Viktorovna Kalinina",
- "gender": "F",
- "height": "183",
- "weight": "74",
- "sport": "Handball",
- "team": "Russia",
- "noc": "RUS",
- "age": 27,
- "event": "Handball Women's Handball",
- "medal": "Gold"
- },
- {
- "name": "Chase Tyler Kalisz",
- "gender": "M",
- "height": "193",
- "weight": "86",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 22,
- "event": "Swimming Men's 400 metres Individual Medley",
- "medal": "Silver"
- },
- {
- "name": "Reneta Kamberova",
- "gender": "F",
- "height": "170",
- "weight": "53",
- "sport": "Rhythmic Gymnastics",
- "team": "Bulgaria",
- "noc": "BUL",
- "age": 25,
- "event": "Rhythmic Gymnastics Women's Group",
- "medal": "Bronze"
- },
- {
- "name": "Sergey Igorevich Kamensky",
- "gender": "M",
- "height": "178",
- "weight": "73",
- "sport": "Shooting",
- "team": "Russia",
- "noc": "RUS",
- "age": 28,
- "event": "Shooting Men's Small-Bore Rifle, Three Positions, 50 metres",
- "medal": "Silver"
- },
- {
- "name": "Jacob Robert \"Jake\" Linde-Kaminski ",
- "gender": "M",
- "height": "178",
- "weight": "70",
- "sport": "Archery",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Archery Men's Team",
- "medal": "Silver"
- },
- {
- "name": "Rie Kaneto",
- "gender": "F",
- "height": "175",
- "weight": "64",
- "sport": "Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 27,
- "event": "Swimming Women's 200 metres Breaststroke",
- "medal": "Gold"
- },
- {
- "name": "Boglrka Kaps",
- "gender": "F",
- "height": "168",
- "weight": "54",
- "sport": "Swimming",
- "team": "Hungary",
- "noc": "HUN",
- "age": 23,
- "event": "Swimming Women's 800 metres Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Luka Karabatic",
- "gender": "M",
- "height": "202",
- "weight": "108",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 28,
- "event": "Handball Men's Handball",
- "medal": "Silver"
- },
- {
- "name": "Nikola Karabatic",
- "gender": "M",
- "height": "194",
- "weight": "104",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 32,
- "event": "Handball Men's Handball",
- "medal": "Silver"
- },
- {
- "name": "Elvina Khaydaryanovna Karimova",
- "gender": "F",
- "height": "166",
- "weight": "62",
- "sport": "Water Polo",
- "team": "Russia",
- "noc": "RUS",
- "age": 22,
- "event": "Water Polo Women's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Anna Olegovna Karnaukh",
- "gender": "F",
- "height": "173",
- "weight": "61",
- "sport": "Water Polo",
- "team": "Russia",
- "noc": "RUS",
- "age": 22,
- "event": "Water Polo Women's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Monika Karsch",
- "gender": "F",
- "height": "158",
- "weight": "55",
- "sport": "Shooting",
- "team": "Germany",
- "noc": "GER",
- "age": 33,
- "event": "Shooting Women's Sporting Pistol, 25 metres",
- "medal": "Silver"
- },
- {
- "name": "Ryohei Kato",
- "gender": "M",
- "height": "162",
- "weight": "54",
- "sport": "Gymnastics",
- "team": "Japan",
- "noc": "JPN",
- "age": 22,
- "event": "Gymnastics Men's Team All-Around",
- "medal": "Gold"
- },
- {
- "name": "Peter Kauzer",
- "gender": "M",
- "height": "177",
- "weight": "70",
- "sport": "Canoeing",
- "team": "Slovenia",
- "noc": "SLO",
- "age": 32,
- "event": "Canoeing Men's Kayak Singles, Slalom",
- "medal": "Silver"
- },
- {
- "name": "Risako Kawai",
- "gender": "F",
- "height": "160",
- "weight": "61",
- "sport": "Wrestling",
- "team": "Japan",
- "noc": "JPN",
- "age": 21,
- "event": "Wrestling Women's Middleweight, Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Rza Kayaalp",
- "gender": "M",
- "height": "182",
- "weight": "130",
- "sport": "Wrestling",
- "team": "Turkey",
- "noc": "TUR",
- "age": 26,
- "event": "Wrestling Men's Super-Heavyweight, Greco-Roman",
- "medal": "Silver"
- },
- {
- "name": "Lyubomira Kazanova",
- "gender": "F",
- "height": "177",
- "weight": "56",
- "sport": "Rhythmic Gymnastics",
- "team": "Bulgaria",
- "noc": "BUL",
- "age": 20,
- "event": "Rhythmic Gymnastics Women's Group",
- "medal": "Bronze"
- },
- {
- "name": "Shaun Keeling",
- "gender": "M",
- "height": "196",
- "weight": "94",
- "sport": "Rowing",
- "team": "South Africa",
- "noc": "RSA",
- "age": 29,
- "event": "Rowing Men's Coxless Pairs",
- "medal": "Silver"
- },
- {
- "name": "Maddison Keeney",
- "gender": "F",
- "height": "167",
- "weight": "62",
- "sport": "Diving",
- "team": "Australia",
- "noc": "AUS",
- "age": 20,
- "event": "Diving Women's Synchronized Springboard",
- "medal": "Bronze"
- },
- {
- "name": "Marloes Keetels",
- "gender": "F",
- "height": "172",
- "weight": "66",
- "sport": "Hockey",
- "team": "Netherlands",
- "noc": "NED",
- "age": 23,
- "event": "Hockey Women's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Majlinda Kelmendi",
- "gender": "F",
- "height": "162",
- "weight": "52",
- "sport": "Judo",
- "team": "Kosovo",
- "noc": "KOS",
- "age": 25,
- "event": "Judo Women's Half-Lightweight",
- "medal": "Gold"
- },
- {
- "name": "Tabea Kemme",
- "gender": "F",
- "height": "169",
- "weight": "56",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 24,
- "event": "Football Women's Football",
- "medal": "Gold"
- },
- {
- "name": "Tams Kenderesi",
- "gender": "M",
- "height": "186",
- "weight": "74",
- "sport": "Swimming",
- "team": "Hungary",
- "noc": "HUN",
- "age": 19,
- "event": "Swimming Men's 200 metres Butterfly",
- "medal": "Bronze"
- },
- {
- "name": "Sam Kendricks",
- "gender": "M",
- "height": "185",
- "weight": "80",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 23,
- "event": "Athletics Men's Pole Vault",
- "medal": "Bronze"
- },
- {
- "name": "Jason Francis Kenny",
- "gender": "M",
- "height": "178",
- "weight": "81",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 28,
- "event": "Cycling Men's Sprint",
- "medal": "Gold"
- },
- {
- "name": "Jason Francis Kenny",
- "gender": "M",
- "height": "178",
- "weight": "81",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 28,
- "event": "Cycling Men's Keirin",
- "medal": "Gold"
- },
- {
- "name": "Jason Francis Kenny",
- "gender": "M",
- "height": "178",
- "weight": "81",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 28,
- "event": "Cycling Men's Team Sprint",
- "medal": "Gold"
- },
- {
- "name": "Angelique Kerber",
- "gender": "F",
- "height": "173",
- "weight": "68",
- "sport": "Tennis",
- "team": "Germany",
- "noc": "GER",
- "age": 28,
- "event": "Tennis Women's Singles",
- "medal": "Silver"
- },
- {
- "name": "Isabel Kerschowski",
- "gender": "F",
- "height": "167",
- "weight": "57",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 28,
- "event": "Football Women's Football",
- "medal": "Gold"
- },
- {
- "name": "Khasan Magometovich Khalmurzayev",
- "gender": "M",
- "height": "182",
- "weight": "81",
- "sport": "Judo",
- "team": "Russia",
- "noc": "RUS",
- "age": 22,
- "event": "Judo Men's Half-Middleweight",
- "medal": "Gold"
- },
- {
- "name": "Farkhad Ibragimovich Kharki",
- "gender": "M",
- "height": "160",
- "weight": "62",
- "sport": "Weightlifting",
- "team": "Kazakhstan",
- "noc": "KAZ",
- "age": 25,
- "event": "Weightlifting Men's Featherweight",
- "medal": "Bronze"
- },
- {
- "name": "Olha Hennadivna Kharlan",
- "gender": "F",
- "height": "172",
- "weight": "68",
- "sport": "Fencing",
- "team": "Ukraine",
- "noc": "UKR",
- "age": 25,
- "event": "Fencing Women's Sabre, Individual",
- "medal": "Bronze"
- },
- {
- "name": "Olha Hennadivna Kharlan",
- "gender": "F",
- "height": "172",
- "weight": "68",
- "sport": "Fencing",
- "team": "Ukraine",
- "noc": "UKR",
- "age": 25,
- "event": "Fencing Women's Sabre, Team",
- "medal": "Silver"
- },
- {
- "name": "Vladimer Khinchegashvili",
- "gender": "M",
- "height": "170",
- "weight": "57",
- "sport": "Wrestling",
- "team": "Georgia",
- "noc": "GEO",
- "age": 25,
- "event": "Wrestling Men's Featherweight, Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Olga Sergeyevna Khudenko",
- "gender": "F",
- "height": "178",
- "weight": "78",
- "sport": "Canoeing",
- "team": "Belarus",
- "noc": "BLR",
- "age": 24,
- "event": "Canoeing Women's Kayak Fours, 500 metres",
- "medal": "Bronze"
- },
- {
- "name": "Ki Bo-Bae",
- "gender": "F",
- "height": "167",
- "weight": "57",
- "sport": "Archery",
- "team": "South Korea",
- "noc": "KOR",
- "age": 28,
- "event": "Archery Women's Individual",
- "medal": "Bronze"
- },
- {
- "name": "Ki Bo-Bae",
- "gender": "F",
- "height": "167",
- "weight": "57",
- "sport": "Archery",
- "team": "South Korea",
- "noc": "KOR",
- "age": 28,
- "event": "Archery Women's Team",
- "medal": "Gold"
- },
- {
- "name": "Faith Chepngetich Kibiegon",
- "gender": "F",
- "height": "157",
- "weight": "43",
- "sport": "Athletics",
- "team": "Kenya",
- "noc": "KEN",
- "age": 22,
- "event": "Athletics Women's 1,500 metres",
- "medal": "Gold"
- },
- {
- "name": "Kim Hyeon-Wu",
- "gender": "M",
- "height": "173",
- "weight": "80",
- "sport": "Wrestling",
- "team": "South Korea",
- "noc": "KOR",
- "age": 27,
- "event": "Wrestling Men's Middleweight, Greco-Roman",
- "medal": "Bronze"
- },
- {
- "name": "Kim Jeong-Hwan",
- "gender": "M",
- "height": "178",
- "weight": "66",
- "sport": "Fencing",
- "team": "South Korea",
- "noc": "KOR",
- "age": 32,
- "event": "Fencing Men's Sabre, Individual",
- "medal": "Bronze"
- },
- {
- "name": "Kim Jong-Hyeon",
- "gender": "M",
- "height": "170",
- "weight": "73",
- "sport": "Shooting",
- "team": "South Korea",
- "noc": "KOR",
- "age": 31,
- "event": "Shooting Men's Small-Bore Rifle, Prone, 50 metres",
- "medal": "Silver"
- },
- {
- "name": "Kim Kuk-Hyang",
- "gender": "F",
- "height": "170",
- "weight": "100",
- "sport": "Weightlifting",
- "team": "North Korea",
- "noc": "PRK",
- "age": 23,
- "event": "Weightlifting Women's Super-Heavyweight",
- "medal": "Silver"
- },
- {
- "name": "Kim So-Hui",
- "gender": "F",
- "height": "164",
- "weight": "50",
- "sport": "Taekwondo",
- "team": "South Korea",
- "noc": "KOR",
- "age": 22,
- "event": "Taekwondo Women's Flyweight",
- "medal": "Gold"
- },
- {
- "name": "Kim Song-Guk",
- "gender": "M",
- "height": "167",
- "weight": "75",
- "sport": "Shooting",
- "team": "North Korea",
- "noc": "PRK",
- "age": 30,
- "event": "Shooting Men's Free Pistol, 50 metres",
- "medal": "Bronze"
- },
- {
- "name": "Kim Song-I",
- "gender": "F",
- "height": "161",
- "weight": "55",
- "sport": "Table Tennis",
- "team": "North Korea",
- "noc": "PRK",
- "age": 21,
- "event": "Table Tennis Women's Singles",
- "medal": "Bronze"
- },
- {
- "name": "Kim Tae-Hun",
- "gender": "M",
- "height": "182",
- "weight": "59",
- "sport": "Taekwondo",
- "team": "South Korea",
- "noc": "KOR",
- "age": 21,
- "event": "Taekwondo Men's Flyweight",
- "medal": "Bronze"
- },
- {
- "name": "Kim Woo-Jin",
- "gender": "M",
- "height": "180",
- "weight": "95",
- "sport": "Archery",
- "team": "South Korea",
- "noc": "KOR",
- "age": 24,
- "event": "Archery Men's Team",
- "medal": "Gold"
- },
- {
- "name": "Lilly King",
- "gender": "F",
- "height": "175",
- "weight": "70",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Swimming Women's 100 metres Breaststroke",
- "medal": "Gold"
- },
- {
- "name": "Lilly King",
- "gender": "F",
- "height": "175",
- "weight": "70",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Swimming Women's 4 x 100 metres Medley Relay",
- "medal": "Gold"
- },
- {
- "name": "Eliud Kipchoge",
- "gender": "M",
- "height": "167",
- "weight": "57",
- "sport": "Athletics",
- "team": "Kenya",
- "noc": "KEN",
- "age": 31,
- "event": "Athletics Men's Marathon",
- "medal": "Gold"
- },
- {
- "name": "Conseslus Kipruto",
- "gender": "M",
- "height": "167",
- "weight": "58",
- "sport": "Athletics",
- "team": "Kenya",
- "noc": "KEN",
- "age": 21,
- "event": "Athletics Men's 3,000 metres Steeplechase",
- "medal": "Gold"
- },
- {
- "name": "Eunice Jepkirui Kirwa",
- "gender": "F",
- "height": "155",
- "weight": "49",
- "sport": "Athletics",
- "team": "Bahrain",
- "noc": "BRN",
- "age": 32,
- "event": "Athletics Women's Marathon",
- "medal": "Silver"
- },
- {
- "name": "Yoshihide Kiryu",
- "gender": "M",
- "height": "175",
- "weight": "68",
- "sport": "Athletics",
- "team": "Japan",
- "noc": "JPN",
- "age": 20,
- "event": "Athletics Men's 4 x 100 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Jennifer \"Jen\" Kish",
- "gender": "F",
- "height": "172",
- "weight": "73",
- "sport": "Rugby Sevens",
- "team": "Canada",
- "noc": "CAN",
- "age": 28,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Hyvin Kiyeng Jepkemoi",
- "gender": "F",
- "height": "162",
- "weight": "42",
- "sport": "Athletics",
- "team": "Kenya",
- "noc": "KEN",
- "age": 24,
- "event": "Athletics Women's 3,000 metres Steeplechase",
- "medal": "Silver"
- },
- {
- "name": "Gauthier Klauss",
- "gender": "M",
- "height": "171",
- "weight": "65",
- "sport": "Canoeing",
- "team": "France",
- "noc": "FRA",
- "age": 28,
- "event": "Canoeing Men's Canadian Doubles, Slalom",
- "medal": "Bronze"
- },
- {
- "name": "Ingrid Klimke (-Busacker)",
- "gender": "F",
- "height": "172",
- "weight": "58",
- "sport": "Equestrianism",
- "team": "Germany",
- "noc": "GER",
- "age": 48,
- "event": "Equestrianism Mixed Three-Day Event, Team",
- "medal": "Silver"
- },
- {
- "name": "Lukas Klostermann",
- "gender": "M",
- "height": "189",
- "weight": "83",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 20,
- "event": "Football Men's Football",
- "medal": "Silver"
- },
- {
- "name": "Bo-Gyung \"Lydia\" Ko",
- "gender": "F",
- "height": "165",
- "weight": "NA",
- "sport": "Golf",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 19,
- "event": "Golf Women's Individual",
- "medal": "Silver"
- },
- {
- "name": "Yuki Kobori",
- "gender": "M",
- "height": "183",
- "weight": "77",
- "sport": "Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 22,
- "event": "Swimming Men's 4 x 200 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "Agnieszka Kobus",
- "gender": "F",
- "height": "177",
- "weight": "68",
- "sport": "Rowing",
- "team": "Poland",
- "noc": "POL",
- "age": 25,
- "event": "Rowing Women's Quadruple Sculls",
- "medal": "Bronze"
- },
- {
- "name": "Olga Aleksandrovna Kochneva",
- "gender": "F",
- "height": "168",
- "weight": "58",
- "sport": "Fencing",
- "team": "Russia",
- "noc": "RUS",
- "age": 28,
- "event": "Fencing Women's epee, Team",
- "medal": "Bronze"
- },
- {
- "name": "Madison Taylor Kocian",
- "gender": "F",
- "height": "157",
- "weight": "46",
- "sport": "Gymnastics",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Gymnastics Women's Team All-Around",
- "medal": "Gold"
- },
- {
- "name": "Madison Taylor Kocian",
- "gender": "F",
- "height": "157",
- "weight": "46",
- "sport": "Gymnastics",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Gymnastics Women's Uneven Bars",
- "medal": "Silver"
- },
- {
- "name": "Werner Kok",
- "gender": "M",
- "height": "180",
- "weight": "91",
- "sport": "Rugby Sevens",
- "team": "South Africa",
- "noc": "RSA",
- "age": 23,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Sara Kolak",
- "gender": "F",
- "height": "170",
- "weight": "74",
- "sport": "Athletics",
- "team": "Croatia",
- "noc": "CRO",
- "age": 21,
- "event": "Athletics Women's Javelin Throw",
- "medal": "Gold"
- },
- {
- "name": "Cheslin Kolbe",
- "gender": "M",
- "height": "179",
- "weight": "89",
- "sport": "Rugby Sevens",
- "team": "South Africa",
- "noc": "RSA",
- "age": 22,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Svetlana Konstantinovna Kolesnichenko",
- "gender": "F",
- "height": "171",
- "weight": "53",
- "sport": "Synchronized Swimming",
- "team": "Russia",
- "noc": "RUS",
- "age": 22,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Gold"
- },
- {
- "name": "Osea Kolinisau",
- "gender": "M",
- "height": "174",
- "weight": "90",
- "sport": "Rugby Sevens",
- "team": "Fiji",
- "noc": "FIJ",
- "age": 30,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Violetta Vitalyevna Kolobova",
- "gender": "F",
- "height": "176",
- "weight": "64",
- "sport": "Fencing",
- "team": "Russia",
- "noc": "RUS",
- "age": 25,
- "event": "Fencing Women's epee, Team",
- "medal": "Bronze"
- },
- {
- "name": "Alina Ivanivna Komashchuk",
- "gender": "F",
- "height": "169",
- "weight": "75",
- "sport": "Fencing",
- "team": "Ukraine",
- "noc": "UKR",
- "age": 23,
- "event": "Fencing Women's Sabre, Team",
- "medal": "Silver"
- },
- {
- "name": "Ami Kondo",
- "gender": "F",
- "height": "156",
- "weight": "48",
- "sport": "Judo",
- "team": "Japan",
- "noc": "JPN",
- "age": 21,
- "event": "Judo Women's Extra-Lightweight",
- "medal": "Bronze"
- },
- {
- "name": "Anna Korakaki",
- "gender": "F",
- "height": "175",
- "weight": "65",
- "sport": "Shooting",
- "team": "Greece",
- "noc": "GRE",
- "age": 20,
- "event": "Shooting Women's Air Pistol, 10 metres",
- "medal": "Bronze"
- },
- {
- "name": "Anna Korakaki",
- "gender": "F",
- "height": "175",
- "weight": "65",
- "sport": "Shooting",
- "team": "Greece",
- "noc": "GRE",
- "age": 20,
- "event": "Shooting Women's Sporting Pistol, 25 metres",
- "medal": "Gold"
- },
- {
- "name": "Joseph Mathias \"Joe\" Kovacs",
- "gender": "M",
- "height": "183",
- "weight": "134",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Athletics Men's Shot Put",
- "medal": "Silver"
- },
- {
- "name": "Danuta Kozk",
- "gender": "F",
- "height": "168",
- "weight": "63",
- "sport": "Canoeing",
- "team": "Hungary",
- "noc": "HUN",
- "age": 29,
- "event": "Canoeing Women's Kayak Singles, 500 metres",
- "medal": "Gold"
- },
- {
- "name": "Danuta Kozk",
- "gender": "F",
- "height": "168",
- "weight": "63",
- "sport": "Canoeing",
- "team": "Hungary",
- "noc": "HUN",
- "age": 29,
- "event": "Canoeing Women's Kayak Doubles, 500 metres",
- "medal": "Gold"
- },
- {
- "name": "Danuta Kozk",
- "gender": "F",
- "height": "168",
- "weight": "63",
- "sport": "Canoeing",
- "team": "Hungary",
- "noc": "HUN",
- "age": 29,
- "event": "Canoeing Women's Kayak Fours, 500 metres",
- "medal": "Gold"
- },
- {
- "name": "Annike Berit Krahn",
- "gender": "F",
- "height": "173",
- "weight": "61",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 31,
- "event": "Football Women's Football",
- "medal": "Gold"
- },
- {
- "name": "Julia Krajewski",
- "gender": "F",
- "height": "168",
- "weight": "65",
- "sport": "Equestrianism",
- "team": "Germany",
- "noc": "GER",
- "age": 27,
- "event": "Equestrianism Mixed Three-Day Event, Team",
- "medal": "Silver"
- },
- {
- "name": "Ivan Krapi",
- "gender": "M",
- "height": "194",
- "weight": "103",
- "sport": "Water Polo",
- "team": "Croatia",
- "noc": "CRO",
- "age": 27,
- "event": "Water Polo Men's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Olena Vitalivna Kravatska",
- "gender": "F",
- "height": "176",
- "weight": "66",
- "sport": "Fencing",
- "team": "Ukraine",
- "noc": "UKR",
- "age": 24,
- "event": "Fencing Women's Sabre, Team",
- "medal": "Silver"
- },
- {
- "name": "Jannick Green Krejberg",
- "gender": "M",
- "height": "195",
- "weight": "95",
- "sport": "Handball",
- "team": "Denmark",
- "noc": "DEN",
- "age": 27,
- "event": "Handball Men's Handball",
- "medal": "Gold"
- },
- {
- "name": "Steffi Kriegerstein",
- "gender": "F",
- "height": "178",
- "weight": "70",
- "sport": "Canoeing",
- "team": "Germany",
- "noc": "GER",
- "age": 23,
- "event": "Canoeing Women's Kayak Fours, 500 metres",
- "medal": "Silver"
- },
- {
- "name": "Veronica Egebakken Kristiansen",
- "gender": "F",
- "height": "175",
- "weight": "68",
- "sport": "Handball",
- "team": "Norway",
- "noc": "NOR",
- "age": 26,
- "event": "Handball Women's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Sara Krnji",
- "gender": "F",
- "height": "193",
- "weight": "83",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 25,
- "event": "Basketball Women's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Luk Krplek",
- "gender": "M",
- "height": "197",
- "weight": "105",
- "sport": "Judo",
- "team": "Czech Republic",
- "noc": "CZE",
- "age": 25,
- "event": "Judo Men's Half-Heavyweight",
- "medal": "Gold"
- },
- {
- "name": "Sinphet Kruaithong",
- "gender": "M",
- "height": "159",
- "weight": "56",
- "sport": "Weightlifting",
- "team": "Thailand",
- "noc": "THA",
- "age": 20,
- "event": "Weightlifting Men's Bantamweight",
- "medal": "Bronze"
- },
- {
- "name": "Hannah Krger",
- "gender": "F",
- "height": "173",
- "weight": "67",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 27,
- "event": "Hockey Women's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Ku Bon-Chan",
- "gender": "M",
- "height": "181",
- "weight": "84",
- "sport": "Archery",
- "team": "South Korea",
- "noc": "KOR",
- "age": 23,
- "event": "Archery Men's Individual",
- "medal": "Gold"
- },
- {
- "name": "Ku Bon-Chan",
- "gender": "M",
- "height": "181",
- "weight": "84",
- "sport": "Archery",
- "team": "South Korea",
- "noc": "KOR",
- "age": 23,
- "event": "Archery Men's Team",
- "medal": "Gold"
- },
- {
- "name": "Matthew Gregory \"Matt\" Kuchar",
- "gender": "M",
- "height": "193",
- "weight": "86",
- "sport": "Golf",
- "team": "United States",
- "noc": "USA",
- "age": 38,
- "event": "Golf Men's Individual",
- "medal": "Bronze"
- },
- {
- "name": "Denis Maksymilian Kudla",
- "gender": "M",
- "height": "184",
- "weight": "90",
- "sport": "Wrestling",
- "team": "Germany",
- "noc": "GER",
- "age": 21,
- "event": "Wrestling Men's Light-Heavyweight, Greco-Roman",
- "medal": "Bronze"
- },
- {
- "name": "Yana Alekseyevna Kudryavtseva",
- "gender": "F",
- "height": "170",
- "weight": "47",
- "sport": "Rhythmic Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 18,
- "event": "Rhythmic Gymnastics Women's Individual",
- "medal": "Silver"
- },
- {
- "name": "Andreas Kuffner",
- "gender": "M",
- "height": "196",
- "weight": "94",
- "sport": "Rowing",
- "team": "Germany",
- "noc": "GER",
- "age": 29,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Silver"
- },
- {
- "name": "Julius Khn",
- "gender": "M",
- "height": "198",
- "weight": "110",
- "sport": "Handball",
- "team": "Germany",
- "noc": "GER",
- "age": 23,
- "event": "Handball Men's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Nikolay Yulyevich Kuksenkov",
- "gender": "M",
- "height": "172",
- "weight": "65",
- "sport": "Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 27,
- "event": "Gymnastics Men's Team All-Around",
- "medal": "Silver"
- },
- {
- "name": "Jaroslav Kulhav",
- "gender": "M",
- "height": "188",
- "weight": "77",
- "sport": "Cycling",
- "team": "Czech Republic",
- "noc": "CZE",
- "age": 31,
- "event": "Cycling Men's Mountainbike, Cross-team",
- "medal": "Silver"
- },
- {
- "name": "Serhiy Volodymyrovych Kulish",
- "gender": "M",
- "height": "176",
- "weight": "64",
- "sport": "Shooting",
- "team": "Ukraine",
- "noc": "UKR",
- "age": 23,
- "event": "Shooting Men's Air Rifle, 10 metres",
- "medal": "Silver"
- },
- {
- "name": "Semi Kunabuli Kunatani",
- "gender": "M",
- "height": "192",
- "weight": "98",
- "sport": "Rugby Sevens",
- "team": "Fiji",
- "noc": "FIJ",
- "age": 25,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Kahena Kunze",
- "gender": "F",
- "height": "172",
- "weight": "68",
- "sport": "Sailing",
- "team": "Brazil",
- "noc": "BRA",
- "age": 25,
- "event": "Sailing Women's Skiff",
- "medal": "Gold"
- },
- {
- "name": "Kuo Hsing-Chun",
- "gender": "F",
- "height": "157",
- "weight": "58",
- "sport": "Weightlifting",
- "team": "Chinese Taipei",
- "noc": "TPE",
- "age": 22,
- "event": "Weightlifting Women's Lightweight",
- "medal": "Bronze"
- },
- {
- "name": "Amanda Maria Kurtovic",
- "gender": "F",
- "height": "175",
- "weight": "71",
- "sport": "Handball",
- "team": "Norway",
- "noc": "NOR",
- "age": 25,
- "event": "Handball Women's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Polina Viktorovna Kuznetsova (Vyakhireva-)",
- "gender": "F",
- "height": "168",
- "weight": "60",
- "sport": "Handball",
- "team": "Russia",
- "noc": "RUS",
- "age": 29,
- "event": "Handball Women's Handball",
- "medal": "Gold"
- },
- {
- "name": "Nataliya Yuryevna Kuzyutina",
- "gender": "F",
- "height": "160",
- "weight": "52",
- "sport": "Judo",
- "team": "Russia",
- "noc": "RUS",
- "age": 27,
- "event": "Judo Women's Half-Lightweight",
- "medal": "Bronze"
- },
- {
- "name": "Petra Kvitov",
- "gender": "F",
- "height": "183",
- "weight": "70",
- "sport": "Tennis",
- "team": "Czech Republic",
- "noc": "CZE",
- "age": 26,
- "event": "Tennis Women's Singles",
- "medal": "Bronze"
- },
- {
- "name": "Julio Csar La Cruz Peraza",
- "gender": "M",
- "height": "182",
- "weight": "81",
- "sport": "Boxing",
- "team": "Cuba",
- "noc": "CUB",
- "age": 26,
- "event": "Boxing Men's Light-Heavyweight",
- "medal": "Gold"
- },
- {
- "name": "Stephanie Lynn Marie Labb",
- "gender": "F",
- "height": "178",
- "weight": "53",
- "sport": "Football",
- "team": "Canada",
- "noc": "CAN",
- "age": 29,
- "event": "Football Women's Football",
- "medal": "Bronze"
- },
- {
- "name": "Alexandra Lacrabre",
- "gender": "F",
- "height": "177",
- "weight": "73",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 29,
- "event": "Handball Women's Handball",
- "medal": "Silver"
- },
- {
- "name": "Karim Florent Laghouag",
- "gender": "M",
- "height": "177",
- "weight": "70",
- "sport": "Equestrianism",
- "team": "France",
- "noc": "FRA",
- "age": 40,
- "event": "Equestrianism Mixed Three-Day Event, Team",
- "medal": "Gold"
- },
- {
- "name": "Eric Lamaze",
- "gender": "M",
- "height": "170",
- "weight": "65",
- "sport": "Equestrianism",
- "team": "Canada",
- "noc": "CAN",
- "age": 48,
- "event": "Equestrianism Mixed Jumping, Individual",
- "medal": "Bronze"
- },
- {
- "name": "Niklas Landin Jacobsen",
- "gender": "M",
- "height": "201",
- "weight": "102",
- "sport": "Handball",
- "team": "Denmark",
- "noc": "DEN",
- "age": 27,
- "event": "Handball Men's Handball",
- "medal": "Gold"
- },
- {
- "name": "Laurisa Landre",
- "gender": "F",
- "height": "174",
- "weight": "67",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 30,
- "event": "Handball Women's Handball",
- "medal": "Silver"
- },
- {
- "name": "Ghislaine Landry",
- "gender": "F",
- "height": "163",
- "weight": "65",
- "sport": "Rugby Sevens",
- "team": "Canada",
- "noc": "CAN",
- "age": 28,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Santiago Ral Lange Roberti",
- "gender": "M",
- "height": "184",
- "weight": "73",
- "sport": "Sailing",
- "team": "Argentina",
- "noc": "ARG",
- "age": 54,
- "event": "Sailing Mixed Multihull",
- "medal": "Gold"
- },
- {
- "name": "Christopher Phillip \"Chris\" Langridge",
- "gender": "M",
- "height": "180",
- "weight": "NA",
- "sport": "Badminton",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 31,
- "event": "Badminton Men's Doubles",
- "medal": "Bronze"
- },
- {
- "name": "Matthew Keir \"Matt\" Langridge",
- "gender": "M",
- "height": "194",
- "weight": "93",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 33,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Gold"
- },
- {
- "name": "Aurimas Lankas",
- "gender": "M",
- "height": "178",
- "weight": "89",
- "sport": "Canoeing",
- "team": "Lithuania",
- "noc": "LTU",
- "age": 30,
- "event": "Canoeing Men's Kayak Doubles, 200 metres",
- "medal": "Bronze"
- },
- {
- "name": "Filippo Lanza",
- "gender": "M",
- "height": "198",
- "weight": "98",
- "sport": "Volleyball",
- "team": "Italy",
- "noc": "ITA",
- "age": 25,
- "event": "Volleyball Men's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Yekaterina Alekseyevna Larionova",
- "gender": "F",
- "height": "158",
- "weight": "63",
- "sport": "Wrestling",
- "team": "Kazakhstan",
- "noc": "KAZ",
- "age": 22,
- "event": "Wrestling Women's Middleweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Mitchell James \"Mitch\" Larkin",
- "gender": "M",
- "height": "187",
- "weight": "72",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 23,
- "event": "Swimming Men's 200 metres Backstroke",
- "medal": "Silver"
- },
- {
- "name": "Mitchell James \"Mitch\" Larkin",
- "gender": "M",
- "height": "187",
- "weight": "72",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 23,
- "event": "Swimming Men's 4 x 100 metres Medley Relay",
- "medal": "Bronze"
- },
- {
- "name": "Jacob Sgaard Larsen",
- "gender": "M",
- "height": "182",
- "weight": "73",
- "sport": "Rowing",
- "team": "Denmark",
- "noc": "DEN",
- "age": 28,
- "event": "Rowing Men's Lightweight Coxless Fours",
- "medal": "Silver"
- },
- {
- "name": "Mads Mensah Larsen",
- "gender": "M",
- "height": "188",
- "weight": "106",
- "sport": "Handball",
- "team": "Denmark",
- "noc": "DEN",
- "age": 24,
- "event": "Handball Men's Handball",
- "medal": "Gold"
- },
- {
- "name": "Niklas Larsen",
- "gender": "M",
- "height": "180",
- "weight": "74",
- "sport": "Cycling",
- "team": "Denmark",
- "noc": "DEN",
- "age": 19,
- "event": "Cycling Men's Team Pursuit, 4,000 metres",
- "medal": "Bronze"
- },
- {
- "name": "Jordan Quinn Larson-Burbach",
- "gender": "F",
- "height": "188",
- "weight": "75",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 29,
- "event": "Volleyball Women's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Simone Laudehr",
- "gender": "F",
- "height": "175",
- "weight": "56",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 30,
- "event": "Football Women's Football",
- "medal": "Gold"
- },
- {
- "name": "Jack David Laugher",
- "gender": "M",
- "height": "166",
- "weight": "65",
- "sport": "Diving",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 21,
- "event": "Diving Men's Springboard",
- "medal": "Silver"
- },
- {
- "name": "Jack David Laugher",
- "gender": "M",
- "height": "166",
- "weight": "65",
- "sport": "Diving",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 21,
- "event": "Diving Men's Synchronized Springboard",
- "medal": "Gold"
- },
- {
- "name": "Renaud Lavillenie",
- "gender": "M",
- "height": "177",
- "weight": "71",
- "sport": "Athletics",
- "team": "France",
- "noc": "FRA",
- "age": 29,
- "event": "Athletics Men's Pole Vault",
- "medal": "Silver"
- },
- {
- "name": "Ashley Lawrence",
- "gender": "F",
- "height": "163",
- "weight": "59",
- "sport": "Football",
- "team": "Canada",
- "noc": "CAN",
- "age": 21,
- "event": "Football Women's Football",
- "medal": "Bronze"
- },
- {
- "name": "Kirsti Lay (-Giroux)",
- "gender": "F",
- "height": "173",
- "weight": "65",
- "sport": "Cycling",
- "team": "Canada",
- "noc": "CAN",
- "age": 28,
- "event": "Cycling Women's Team Pursuit",
- "medal": "Bronze"
- },
- {
- "name": "Le Chien-Ying",
- "gender": "F",
- "height": "165",
- "weight": "69",
- "sport": "Archery",
- "team": "Chinese Taipei",
- "noc": "TPE",
- "age": 26,
- "event": "Archery Women's Team",
- "medal": "Bronze"
- },
- {
- "name": "Chad Guy Bertrand le Clos",
- "gender": "M",
- "height": "190",
- "weight": "83",
- "sport": "Swimming",
- "team": "South Africa",
- "noc": "RSA",
- "age": 24,
- "event": "Swimming Men's 200 metres Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Chad Guy Bertrand le Clos",
- "gender": "M",
- "height": "190",
- "weight": "83",
- "sport": "Swimming",
- "team": "South Africa",
- "noc": "RSA",
- "age": 24,
- "event": "Swimming Men's 100 metres Butterfly",
- "medal": "Silver"
- },
- {
- "name": "Pierre Le Coq",
- "gender": "M",
- "height": "186",
- "weight": "72",
- "sport": "Sailing",
- "team": "France",
- "noc": "FRA",
- "age": 27,
- "event": "Sailing Men's Windsurfer",
- "medal": "Bronze"
- },
- {
- "name": "Erwann Lucien douard Le Pchoux",
- "gender": "M",
- "height": "171",
- "weight": "65",
- "sport": "Fencing",
- "team": "France",
- "noc": "FRA",
- "age": 34,
- "event": "Fencing Men's Foil, Team",
- "medal": "Silver"
- },
- {
- "name": "Barbara Lechner-Engleder",
- "gender": "F",
- "height": "162",
- "weight": "72",
- "sport": "Shooting",
- "team": "Germany",
- "noc": "GER",
- "age": 33,
- "event": "Shooting Women's Small-Bore Rifle, Three Positions, 50 metres",
- "medal": "Gold"
- },
- {
- "name": "Camille Lecointre",
- "gender": "F",
- "height": "159",
- "weight": "56",
- "sport": "Sailing",
- "team": "France",
- "noc": "FRA",
- "age": 31,
- "event": "Sailing Women's Two Person Dinghy",
- "medal": "Bronze"
- },
- {
- "name": "Kathleen Genevieve \"Katie\" Ledecky",
- "gender": "F",
- "height": "183",
- "weight": "73",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Swimming Women's 200 metres Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Kathleen Genevieve \"Katie\" Ledecky",
- "gender": "F",
- "height": "183",
- "weight": "73",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Swimming Women's 400 metres Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Kathleen Genevieve \"Katie\" Ledecky",
- "gender": "F",
- "height": "183",
- "weight": "73",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Swimming Women's 800 metres Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Kathleen Genevieve \"Katie\" Ledecky",
- "gender": "F",
- "height": "183",
- "weight": "73",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Swimming Women's 4 x 100 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Kathleen Genevieve \"Katie\" Ledecky",
- "gender": "F",
- "height": "183",
- "weight": "73",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Swimming Women's 4 x 200 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Lee Chong Wei",
- "gender": "M",
- "height": "170",
- "weight": "68",
- "sport": "Badminton",
- "team": "Malaysia",
- "noc": "MAS",
- "age": 33,
- "event": "Badminton Men's Singles",
- "medal": "Silver"
- },
- {
- "name": "Lee Dae-Hun",
- "gender": "M",
- "height": "183",
- "weight": "70",
- "sport": "Taekwondo",
- "team": "South Korea",
- "noc": "KOR",
- "age": 24,
- "event": "Taekwondo Men's Featherweight",
- "medal": "Bronze"
- },
- {
- "name": "David Cameron Lee",
- "gender": "M",
- "height": "203",
- "weight": "105",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 34,
- "event": "Volleyball Men's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Lee Seung-Yun",
- "gender": "M",
- "height": "174",
- "weight": "80",
- "sport": "Archery",
- "team": "South Korea",
- "noc": "KOR",
- "age": 21,
- "event": "Archery Men's Team",
- "medal": "Gold"
- },
- {
- "name": "Zoe Samantha Lee",
- "gender": "F",
- "height": "176",
- "weight": "70",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 30,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Silver"
- },
- {
- "name": "Enzo-Boris Lefort",
- "gender": "M",
- "height": "190",
- "weight": "80",
- "sport": "Fencing",
- "team": "France",
- "noc": "FRA",
- "age": 24,
- "event": "Fencing Men's Foil, Team",
- "medal": "Silver"
- },
- {
- "name": "Christophe Alexandre Christian Lematre",
- "gender": "M",
- "height": "190",
- "weight": "74",
- "sport": "Athletics",
- "team": "France",
- "noc": "FRA",
- "age": 26,
- "event": "Athletics Men's 200 metres",
- "medal": "Bronze"
- },
- {
- "name": "Finn Lemke",
- "gender": "M",
- "height": "210",
- "weight": "115",
- "sport": "Handball",
- "team": "Germany",
- "noc": "GER",
- "age": 24,
- "event": "Handball Men's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Mathieu Lemoine",
- "gender": "M",
- "height": "176",
- "weight": "70",
- "sport": "Equestrianism",
- "team": "France",
- "noc": "FRA",
- "age": 32,
- "event": "Equestrianism Mixed Three-Day Event, Team",
- "medal": "Gold"
- },
- {
- "name": "Pnlope Leprvost",
- "gender": "F",
- "height": "175",
- "weight": "55",
- "sport": "Equestrianism",
- "team": "France",
- "noc": "FRA",
- "age": 36,
- "event": "Equestrianism Mixed Jumping, Team",
- "medal": "Gold"
- },
- {
- "name": "Aleksandr Leonidovich Lesun",
- "gender": "M",
- "height": "185",
- "weight": "74",
- "sport": "Modern Pentathlon",
- "team": "Russia",
- "noc": "RUS",
- "age": 28,
- "event": "Modern Pentathlon Men's Individual",
- "medal": "Gold"
- },
- {
- "name": "Joanna Leszczyska",
- "gender": "F",
- "height": "183",
- "weight": "75",
- "sport": "Rowing",
- "team": "Poland",
- "noc": "POL",
- "age": 27,
- "event": "Rowing Women's Quadruple Sculls",
- "medal": "Bronze"
- },
- {
- "name": "Melanie Leupolz",
- "gender": "F",
- "height": "173",
- "weight": "52",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 22,
- "event": "Football Women's Football",
- "medal": "Gold"
- },
- {
- "name": "Laurien Leurink",
- "gender": "F",
- "height": "173",
- "weight": "67",
- "sport": "Hockey",
- "team": "Netherlands",
- "noc": "NED",
- "age": 21,
- "event": "Hockey Women's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Olga Sergeyevna Levina-Akopyan",
- "gender": "F",
- "height": "176",
- "weight": "63",
- "sport": "Handball",
- "team": "Russia",
- "noc": "RUS",
- "age": 31,
- "event": "Handball Women's Handball",
- "medal": "Gold"
- },
- {
- "name": "Vasily Alekseyevich Levit",
- "gender": "M",
- "height": "185",
- "weight": "91",
- "sport": "Boxing",
- "team": "Kazakhstan",
- "noc": "KAZ",
- "age": 28,
- "event": "Boxing Men's Heavyweight",
- "medal": "Silver"
- },
- {
- "name": "Amandine Suzanne Monique Leynaud",
- "gender": "F",
- "height": "178",
- "weight": "64",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 30,
- "event": "Handball Women's Handball",
- "medal": "Silver"
- },
- {
- "name": "Danell Johan Leyva Gonzalez",
- "gender": "M",
- "height": "170",
- "weight": "68",
- "sport": "Gymnastics",
- "team": "United States",
- "noc": "USA",
- "age": 24,
- "event": "Gymnastics Men's Parallel Bars",
- "medal": "Silver"
- },
- {
- "name": "Danell Johan Leyva Gonzalez",
- "gender": "M",
- "height": "170",
- "weight": "68",
- "sport": "Gymnastics",
- "team": "United States",
- "noc": "USA",
- "age": 24,
- "event": "Gymnastics Men's Horizontal Bar",
- "medal": "Silver"
- },
- {
- "name": "Li Dan",
- "gender": "F",
- "height": "155",
- "weight": "47",
- "sport": "Trampolining",
- "team": "China",
- "noc": "CHN",
- "age": 27,
- "event": "Trampolining Women's Individual",
- "medal": "Bronze"
- },
- {
- "name": "Li Qian",
- "gender": "F",
- "height": "180",
- "weight": "75",
- "sport": "Boxing",
- "team": "China",
- "noc": "CHN",
- "age": 26,
- "event": "Boxing Women's Middleweight",
- "medal": "Bronze"
- },
- {
- "name": "Li Xiaolu",
- "gender": "F",
- "height": "167",
- "weight": "51",
- "sport": "Synchronized Swimming",
- "team": "China",
- "noc": "CHN",
- "age": 23,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Silver"
- },
- {
- "name": "Li Xiaoxia",
- "gender": "F",
- "height": "174",
- "weight": "65",
- "sport": "Table Tennis",
- "team": "China",
- "noc": "CHN",
- "age": 28,
- "event": "Table Tennis Women's Singles",
- "medal": "Silver"
- },
- {
- "name": "Li Xiaoxia",
- "gender": "F",
- "height": "174",
- "weight": "65",
- "sport": "Table Tennis",
- "team": "China",
- "noc": "CHN",
- "age": 28,
- "event": "Table Tennis Women's Team",
- "medal": "Gold"
- },
- {
- "name": "Li Yuehong",
- "gender": "M",
- "height": "173",
- "weight": "71",
- "sport": "Shooting",
- "team": "China",
- "noc": "CHN",
- "age": 26,
- "event": "Shooting Men's Rapid-Fire Pistol, 25 metres",
- "medal": "Bronze"
- },
- {
- "name": "Liang Xinping",
- "gender": "F",
- "height": "171",
- "weight": "60",
- "sport": "Synchronized Swimming",
- "team": "China",
- "noc": "CHN",
- "age": 22,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Silver"
- },
- {
- "name": "Tom Liebscher",
- "gender": "M",
- "height": "189",
- "weight": "89",
- "sport": "Canoeing",
- "team": "Germany",
- "noc": "GER",
- "age": 23,
- "event": "Canoeing Men's Kayak Fours, 1,000 metres",
- "medal": "Gold"
- },
- {
- "name": "Julia Lier",
- "gender": "F",
- "height": "183",
- "weight": "78",
- "sport": "Rowing",
- "team": "Germany",
- "noc": "GER",
- "age": 24,
- "event": "Rowing Women's Quadruple Sculls",
- "medal": "Gold"
- },
- {
- "name": "Elis Ligtlee",
- "gender": "F",
- "height": "185",
- "weight": "90",
- "sport": "Cycling",
- "team": "Netherlands",
- "noc": "NED",
- "age": 22,
- "event": "Cycling Women's Keirin",
- "medal": "Gold"
- },
- {
- "name": "Feyisa Lilesa",
- "gender": "M",
- "height": "175",
- "weight": "67",
- "sport": "Athletics",
- "team": "Ethiopia",
- "noc": "ETH",
- "age": 26,
- "event": "Athletics Men's Marathon",
- "medal": "Silver"
- },
- {
- "name": "Lin Chaopan",
- "gender": "M",
- "height": "163",
- "weight": "60",
- "sport": "Gymnastics",
- "team": "China",
- "noc": "CHN",
- "age": 20,
- "event": "Gymnastics Men's Team All-Around",
- "medal": "Bronze"
- },
- {
- "name": "Lin Li",
- "gender": "F",
- "height": "171",
- "weight": "70",
- "sport": "Volleyball",
- "team": "China",
- "noc": "CHN",
- "age": 24,
- "event": "Volleyball Women's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Lin Shih-Chia",
- "gender": "F",
- "height": "160",
- "weight": "65",
- "sport": "Archery",
- "team": "Chinese Taipei",
- "noc": "TPE",
- "age": 23,
- "event": "Archery Women's Team",
- "medal": "Bronze"
- },
- {
- "name": "Lin Yue",
- "gender": "M",
- "height": "163",
- "weight": "53",
- "sport": "Diving",
- "team": "China",
- "noc": "CHN",
- "age": 25,
- "event": "Diving Men's Synchronized Platform",
- "medal": "Gold"
- },
- {
- "name": "Rut Hedvig Lindahl",
- "gender": "F",
- "height": "179",
- "weight": "74",
- "sport": "Football",
- "team": "Sweden",
- "noc": "SWE",
- "age": 33,
- "event": "Football Women's Football",
- "medal": "Silver"
- },
- {
- "name": "Oliver William Lindsay-Hague",
- "gender": "M",
- "height": "180",
- "weight": "83",
- "sport": "Rugby Sevens",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 25,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Edward Theodore \"Ed\" Ling",
- "gender": "M",
- "height": "180",
- "weight": "80",
- "sport": "Shooting",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 33,
- "event": "Shooting Men's Trap",
- "medal": "Bronze"
- },
- {
- "name": "Tibor Linka",
- "gender": "M",
- "height": "199",
- "weight": "95",
- "sport": "Canoeing",
- "team": "Slovakia",
- "noc": "SVK",
- "age": 21,
- "event": "Canoeing Men's Kayak Fours, 1,000 metres",
- "medal": "Silver"
- },
- {
- "name": "Varlam Lip'art'eliani",
- "gender": "M",
- "height": "187",
- "weight": "94",
- "sport": "Judo",
- "team": "Georgia",
- "noc": "GEO",
- "age": 27,
- "event": "Judo Men's Middleweight",
- "medal": "Silver"
- },
- {
- "name": "Liu Hong",
- "gender": "F",
- "height": "160",
- "weight": "50",
- "sport": "Athletics",
- "team": "China",
- "noc": "CHN",
- "age": 29,
- "event": "Athletics Women's 20 kilometres Walk",
- "medal": "Gold"
- },
- {
- "name": "Liu Huixia",
- "gender": "F",
- "height": "157",
- "weight": "48",
- "sport": "Diving",
- "team": "China",
- "noc": "CHN",
- "age": 18,
- "event": "Diving Women's Synchronized Platform",
- "medal": "Gold"
- },
- {
- "name": "Liu Shiwen",
- "gender": "F",
- "height": "160",
- "weight": "54",
- "sport": "Table Tennis",
- "team": "China",
- "noc": "CHN",
- "age": 25,
- "event": "Table Tennis Women's Team",
- "medal": "Gold"
- },
- {
- "name": "Liu Xiaotong",
- "gender": "F",
- "height": "188",
- "weight": "70",
- "sport": "Volleyball",
- "team": "China",
- "noc": "CHN",
- "age": 26,
- "event": "Volleyball Women's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Liu Yang",
- "gender": "M",
- "height": "162",
- "weight": "61",
- "sport": "Gymnastics",
- "team": "China",
- "noc": "CHN",
- "age": 21,
- "event": "Gymnastics Men's Team All-Around",
- "medal": "Bronze"
- },
- {
- "name": "Hac liyev",
- "gender": "M",
- "height": "168",
- "weight": "65",
- "sport": "Wrestling",
- "team": "Azerbaijan",
- "noc": "AZE",
- "age": 25,
- "event": "Wrestling Men's Featherweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Carli Ellen Lloyd",
- "gender": "F",
- "height": "180",
- "weight": "75",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Volleyball Women's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Sergio Llull Meli",
- "gender": "M",
- "height": "192",
- "weight": "91",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 28,
- "event": "Basketball Men's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Ryan Steven Lochte",
- "gender": "M",
- "height": "188",
- "weight": "88",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 32,
- "event": "Swimming Men's 4 x 200 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "William Lockwood",
- "gender": "M",
- "height": "191",
- "weight": "88",
- "sport": "Rowing",
- "team": "Australia",
- "noc": "AUS",
- "age": 28,
- "event": "Rowing Men's Coxless Fours",
- "medal": "Silver"
- },
- {
- "name": "Matteo Lodo",
- "gender": "M",
- "height": "196",
- "weight": "90",
- "sport": "Rowing",
- "team": "Italy",
- "noc": "ITA",
- "age": 21,
- "event": "Rowing Men's Coxless Fours",
- "medal": "Bronze"
- },
- {
- "name": "Eleanor \"Elle\" Logan",
- "gender": "F",
- "height": "188",
- "weight": "86",
- "sport": "Rowing",
- "team": "United States",
- "noc": "USA",
- "age": 28,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Gold"
- },
- {
- "name": "Tatyana Yuryevna Logunova",
- "gender": "F",
- "height": "174",
- "weight": "62",
- "sport": "Fencing",
- "team": "Russia",
- "noc": "RUS",
- "age": 36,
- "event": "Fencing Women's epee, Team",
- "medal": "Bronze"
- },
- {
- "name": "Luka Lonar",
- "gender": "M",
- "height": "195",
- "weight": "106",
- "sport": "Water Polo",
- "team": "Croatia",
- "noc": "CRO",
- "age": 29,
- "event": "Water Polo Men's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Long Qingquan",
- "gender": "M",
- "height": "150",
- "weight": "56",
- "sport": "Weightlifting",
- "team": "China",
- "noc": "CHN",
- "age": 25,
- "event": "Weightlifting Men's Bantamweight",
- "medal": "Gold"
- },
- {
- "name": "Elisa Longo Borghini",
- "gender": "F",
- "height": "170",
- "weight": "59",
- "sport": "Cycling",
- "team": "Italy",
- "noc": "ITA",
- "age": 24,
- "event": "Cycling Women's Road Race, Individual",
- "medal": "Bronze"
- },
- {
- "name": "Arlen Lpez Cardona",
- "gender": "M",
- "height": "178",
- "weight": "75",
- "sport": "Boxing",
- "team": "Cuba",
- "noc": "CUB",
- "age": 23,
- "event": "Boxing Men's Middleweight",
- "medal": "Gold"
- },
- {
- "name": "Elena Lpez Benaches",
- "gender": "F",
- "height": "169",
- "weight": "56",
- "sport": "Rhythmic Gymnastics",
- "team": "Spain",
- "noc": "ESP",
- "age": 21,
- "event": "Rhythmic Gymnastics Women's Group",
- "medal": "Silver"
- },
- {
- "name": "Juan Martn Lpez",
- "gender": "M",
- "height": "178",
- "weight": "74",
- "sport": "Hockey",
- "team": "Argentina",
- "noc": "ARG",
- "age": 31,
- "event": "Hockey Men's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Marc Lpez i Tarrs",
- "gender": "M",
- "height": "175",
- "weight": "71",
- "sport": "Tennis",
- "team": "Spain-2",
- "noc": "ESP",
- "age": 34,
- "event": "Tennis Men's Doubles",
- "medal": "Gold"
- },
- {
- "name": "Mijan Lpez Nez",
- "gender": "M",
- "height": "198",
- "weight": "130",
- "sport": "Wrestling",
- "team": "Cuba",
- "noc": "CUB",
- "age": 33,
- "event": "Wrestling Men's Super-Heavyweight, Greco-Roman",
- "medal": "Gold"
- },
- {
- "name": "Nike Lorenz",
- "gender": "F",
- "height": "170",
- "weight": "69",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 19,
- "event": "Hockey Women's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Constantine Michael Louloudis",
- "gender": "M",
- "height": "190",
- "weight": "92",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 24,
- "event": "Rowing Men's Coxless Fours",
- "medal": "Gold"
- },
- {
- "name": "Karsta Lowe",
- "gender": "F",
- "height": "193",
- "weight": "82",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 23,
- "event": "Volleyball Women's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Kyle Lowry",
- "gender": "M",
- "height": "183",
- "weight": "93",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Basketball Men's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Heidi Lke",
- "gender": "F",
- "height": "173",
- "weight": "68",
- "sport": "Handball",
- "team": "Norway",
- "noc": "NOR",
- "age": 33,
- "event": "Handball Women's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Lu Xiaojun",
- "gender": "M",
- "height": "172",
- "weight": "77",
- "sport": "Weightlifting",
- "team": "China",
- "noc": "CHN",
- "age": 32,
- "event": "Weightlifting Men's Middleweight",
- "medal": "Silver"
- },
- {
- "name": "Lu Xiuzhi",
- "gender": "F",
- "height": "160",
- "weight": "45",
- "sport": "Athletics",
- "team": "China",
- "noc": "CHN",
- "age": 22,
- "event": "Athletics Women's 20 kilometres Walk",
- "medal": "Bronze"
- },
- {
- "name": "Luan Guilherme de Jesus Vieira",
- "gender": "M",
- "height": "180",
- "weight": "71",
- "sport": "Football",
- "team": "Brazil",
- "noc": "BRA",
- "age": 23,
- "event": "Football Men's Football",
- "medal": "Gold"
- },
- {
- "name": "Luan Garcia Teixeira",
- "gender": "M",
- "height": "183",
- "weight": "79",
- "sport": "Football",
- "team": "Brazil",
- "noc": "BRA",
- "age": 23,
- "event": "Football Men's Football",
- "medal": "Gold"
- },
- {
- "name": "Ricardo Samuel Lucarelli Santos de Souza",
- "gender": "M",
- "height": "195",
- "weight": "79",
- "sport": "Volleyball",
- "team": "Brazil",
- "noc": "BRA",
- "age": 24,
- "event": "Volleyball Men's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Jean-Michel Lucenay",
- "gender": "M",
- "height": "186",
- "weight": "78",
- "sport": "Fencing",
- "team": "France",
- "noc": "FRA",
- "age": 38,
- "event": "Fencing Men's epee, Team",
- "medal": "Gold"
- },
- {
- "name": "Robert Lcken",
- "gender": "M",
- "height": "199",
- "weight": "95",
- "sport": "Rowing",
- "team": "Netherlands",
- "noc": "NED",
- "age": 31,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Bronze"
- },
- {
- "name": "Laura Ludwig",
- "gender": "F",
- "height": "181",
- "weight": "70",
- "sport": "Beach Volleyball",
- "team": "Germany-1",
- "noc": "GER",
- "age": 30,
- "event": "Beach Volleyball Women's Beach Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Yasmany Daniel Lugo Cabrera",
- "gender": "M",
- "height": "190",
- "weight": "98",
- "sport": "Wrestling",
- "team": "Cuba",
- "noc": "CUB",
- "age": 26,
- "event": "Wrestling Men's Heavyweight, Greco-Roman",
- "medal": "Silver"
- },
- {
- "name": "Luiz Felipe Marques Fonteles",
- "gender": "M",
- "height": "196",
- "weight": "89",
- "sport": "Volleyball",
- "team": "Brazil",
- "noc": "BRA",
- "age": 32,
- "event": "Volleyball Men's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Megan Lukan",
- "gender": "F",
- "height": "170",
- "weight": "58",
- "sport": "Rugby Sevens",
- "team": "Canada",
- "noc": "CAN",
- "age": 24,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Kristine Lunde-Borgersen",
- "gender": "F",
- "height": "181",
- "weight": "67",
- "sport": "Handball",
- "team": "Norway",
- "noc": "NOR",
- "age": 36,
- "event": "Handball Women's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Daniele Lupo",
- "gender": "M",
- "height": "183",
- "weight": "77",
- "sport": "Beach Volleyball",
- "team": "Italy-1",
- "noc": "ITA",
- "age": 25,
- "event": "Beach Volleyball Men's Beach Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Lock Luypaert",
- "gender": "M",
- "height": "181",
- "weight": "78",
- "sport": "Hockey",
- "team": "Belgium",
- "noc": "BEL",
- "age": 24,
- "event": "Hockey Men's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Ma Long",
- "gender": "M",
- "height": "175",
- "weight": "72",
- "sport": "Table Tennis",
- "team": "China",
- "noc": "CHN",
- "age": 27,
- "event": "Table Tennis Men's Singles",
- "medal": "Gold"
- },
- {
- "name": "Ma Long",
- "gender": "M",
- "height": "175",
- "weight": "72",
- "sport": "Table Tennis",
- "team": "China",
- "noc": "CHN",
- "age": 27,
- "event": "Table Tennis Men's Team",
- "medal": "Gold"
- },
- {
- "name": "Marko Macan",
- "gender": "M",
- "height": "196",
- "weight": "109",
- "sport": "Water Polo",
- "team": "Croatia",
- "noc": "CRO",
- "age": 23,
- "event": "Water Polo Men's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Brittany MacLean",
- "gender": "F",
- "height": "172",
- "weight": "70",
- "sport": "Swimming",
- "team": "Canada",
- "noc": "CAN",
- "age": 22,
- "event": "Swimming Women's 4 x 200 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "Rosannagh \"Rosie\" MacLennan",
- "gender": "F",
- "height": "158",
- "weight": "54",
- "sport": "Trampolining",
- "team": "Canada",
- "noc": "CAN",
- "age": 27,
- "event": "Trampolining Women's Individual",
- "medal": "Gold"
- },
- {
- "name": "Hannah Louise Macleod",
- "gender": "F",
- "height": "172",
- "weight": "67",
- "sport": "Hockey",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 32,
- "event": "Hockey Women's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Milan Mavan",
- "gender": "M",
- "height": "205",
- "weight": "107",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 26,
- "event": "Basketball Men's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Natalia Madaj",
- "gender": "F",
- "height": "175",
- "weight": "68",
- "sport": "Rowing",
- "team": "Poland",
- "noc": "POL",
- "age": 28,
- "event": "Rowing Women's Double Sculls",
- "medal": "Gold"
- },
- {
- "name": "Elizabeth \"Beezie\" Madden (Patton-)",
- "gender": "F",
- "height": "168",
- "weight": "63",
- "sport": "Equestrianism",
- "team": "United States",
- "noc": "USA",
- "age": 52,
- "event": "Equestrianism Mixed Jumping, Team",
- "medal": "Silver"
- },
- {
- "name": "Tianna Madison-Bartoletta",
- "gender": "F",
- "height": "168",
- "weight": "58",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Athletics Women's 4 x 100 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Tianna Madison-Bartoletta",
- "gender": "F",
- "height": "168",
- "weight": "58",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Athletics Women's Long Jump",
- "medal": "Gold"
- },
- {
- "name": "Frederik Rodenberg Madsen",
- "gender": "M",
- "height": "187",
- "weight": "73",
- "sport": "Cycling",
- "team": "Denmark",
- "noc": "DEN",
- "age": 18,
- "event": "Cycling Men's Team Pursuit, 4,000 metres",
- "medal": "Bronze"
- },
- {
- "name": "Mark Overgaard Madsen",
- "gender": "M",
- "height": "177",
- "weight": "80",
- "sport": "Wrestling",
- "team": "Denmark",
- "noc": "DEN",
- "age": 31,
- "event": "Wrestling Men's Middleweight, Greco-Roman",
- "medal": "Silver"
- },
- {
- "name": "Kingsley Madu",
- "gender": "M",
- "height": "171",
- "weight": "79",
- "sport": "Football",
- "team": "Nigeria",
- "noc": "NGR",
- "age": 20,
- "event": "Football Men's Football",
- "medal": "Bronze"
- },
- {
- "name": "Mihaela Maevska",
- "gender": "F",
- "height": "172",
- "weight": "54",
- "sport": "Rhythmic Gymnastics",
- "team": "Bulgaria",
- "noc": "BUL",
- "age": 25,
- "event": "Rhythmic Gymnastics Women's Group",
- "medal": "Bronze"
- },
- {
- "name": "James Magnussen",
- "gender": "M",
- "height": "198",
- "weight": "94",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 25,
- "event": "Swimming Men's 4 x 100 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "Kentin Mah",
- "gender": "M",
- "height": "186",
- "weight": "83",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 25,
- "event": "Handball Men's Handball",
- "medal": "Silver"
- },
- {
- "name": "Leonie Rebekka Maier",
- "gender": "F",
- "height": "163",
- "weight": "62",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 23,
- "event": "Football Women's Football",
- "medal": "Gold"
- },
- {
- "name": "Sandrine Mainville",
- "gender": "F",
- "height": "173",
- "weight": "65",
- "sport": "Swimming",
- "team": "Canada",
- "noc": "CAN",
- "age": 24,
- "event": "Swimming Women's 4 x 100 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "Rafa Majka",
- "gender": "M",
- "height": "173",
- "weight": "61",
- "sport": "Cycling",
- "team": "Poland",
- "noc": "POL",
- "age": 26,
- "event": "Cycling Men's Road Race, Individual",
- "medal": "Bronze"
- },
- {
- "name": "Yekaterina Valeryevna Makarova",
- "gender": "F",
- "height": "176",
- "weight": "65",
- "sport": "Tennis",
- "team": "Russia-2",
- "noc": "RUS",
- "age": 28,
- "event": "Tennis Women's Doubles",
- "medal": "Gold"
- },
- {
- "name": "Taoufik Makhloufi",
- "gender": "M",
- "height": "170",
- "weight": "67",
- "sport": "Athletics",
- "team": "Algeria",
- "noc": "ALG",
- "age": 28,
- "event": "Athletics Men's 800 metres",
- "medal": "Silver"
- },
- {
- "name": "Taoufik Makhloufi",
- "gender": "M",
- "height": "170",
- "weight": "67",
- "sport": "Athletics",
- "team": "Algeria",
- "noc": "ALG",
- "age": 28,
- "event": "Athletics Men's 1,500 metres",
- "medal": "Silver"
- },
- {
- "name": "Anastasiya Ivanovna Maksimova",
- "gender": "F",
- "height": "170",
- "weight": "50",
- "sport": "Rhythmic Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 25,
- "event": "Rhythmic Gymnastics Women's Group",
- "medal": "Gold"
- },
- {
- "name": "Hedaya Ahmad Malak Wahba",
- "gender": "F",
- "height": "174",
- "weight": "57",
- "sport": "Taekwondo",
- "team": "Egypt",
- "noc": "EGY",
- "age": 23,
- "event": "Taekwondo Women's Featherweight",
- "medal": "Bronze"
- },
- {
- "name": "Tijana Maleevi",
- "gender": "F",
- "height": "185",
- "weight": "78",
- "sport": "Volleyball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 25,
- "event": "Volleyball Women's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Sakshi Malik",
- "gender": "F",
- "height": "162",
- "weight": "58",
- "sport": "Wrestling",
- "team": "India",
- "noc": "IND",
- "age": 23,
- "event": "Wrestling Women's Lightweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Alexandra Maria \"Alex\" Maloney",
- "gender": "F",
- "height": "158",
- "weight": "56",
- "sport": "Sailing",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 24,
- "event": "Sailing Women's Skiff",
- "medal": "Silver"
- },
- {
- "name": "Mariya Ruslanovna Mamoshuk",
- "gender": "F",
- "height": "163",
- "weight": "65",
- "sport": "Wrestling",
- "team": "Belarus",
- "noc": "BLR",
- "age": 23,
- "event": "Wrestling Women's Middleweight, Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Margarita Abdullayevna Mamun",
- "gender": "F",
- "height": "170",
- "weight": "50",
- "sport": "Rhythmic Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 20,
- "event": "Rhythmic Gymnastics Women's Individual",
- "medal": "Gold"
- },
- {
- "name": "Florent Manaudou",
- "gender": "M",
- "height": "199",
- "weight": "99",
- "sport": "Swimming",
- "team": "France",
- "noc": "FRA",
- "age": 25,
- "event": "Swimming Men's 50 metres Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Florent Manaudou",
- "gender": "M",
- "height": "199",
- "weight": "99",
- "sport": "Swimming",
- "team": "France",
- "noc": "FRA",
- "age": 25,
- "event": "Swimming Men's 4 x 100 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Duan Mandi",
- "gender": "M",
- "height": "202",
- "weight": "105",
- "sport": "Water Polo",
- "team": "Serbia",
- "noc": "SRB",
- "age": 22,
- "event": "Water Polo Men's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Panagiotis Mantis",
- "gender": "M",
- "height": "180",
- "weight": "65",
- "sport": "Sailing",
- "team": "Greece",
- "noc": "GRE",
- "age": 34,
- "event": "Sailing Men's Two Person Dinghy",
- "medal": "Bronze"
- },
- {
- "name": "Huriana Manuel",
- "gender": "F",
- "height": "166",
- "weight": "65",
- "sport": "Rugby Sevens",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 29,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Simone Ashley Manuel",
- "gender": "F",
- "height": "178",
- "weight": "73",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 20,
- "event": "Swimming Women's 50 metres Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Simone Ashley Manuel",
- "gender": "F",
- "height": "178",
- "weight": "73",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 20,
- "event": "Swimming Women's 100 metres Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Simone Ashley Manuel",
- "gender": "F",
- "height": "178",
- "weight": "73",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 20,
- "event": "Swimming Women's 4 x 100 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Simone Ashley Manuel",
- "gender": "F",
- "height": "178",
- "weight": "73",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 20,
- "event": "Swimming Women's 4 x 100 metres Medley Relay",
- "medal": "Gold"
- },
- {
- "name": "Luvo Manyonga",
- "gender": "M",
- "height": "NA",
- "weight": "NA",
- "sport": "Athletics",
- "team": "South Africa",
- "noc": "RSA",
- "age": 25,
- "event": "Athletics Men's Long Jump",
- "medal": "Silver"
- },
- {
- "name": "Gyuzel Tagirovna Manyurova",
- "gender": "F",
- "height": "174",
- "weight": "75",
- "sport": "Wrestling",
- "team": "Kazakhstan",
- "noc": "KAZ",
- "age": 38,
- "event": "Wrestling Women's Heavyweight, Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Mao Yi",
- "gender": "F",
- "height": "151",
- "weight": "35",
- "sport": "Gymnastics",
- "team": "China",
- "noc": "CHN",
- "age": 16,
- "event": "Gymnastics Women's Team All-Around",
- "medal": "Bronze"
- },
- {
- "name": "Katy Louise Marchant",
- "gender": "F",
- "height": "170",
- "weight": "72",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 23,
- "event": "Cycling Women's Sprint",
- "medal": "Bronze"
- },
- {
- "name": "Igor Mareni",
- "gender": "M",
- "height": "173",
- "weight": "70",
- "sport": "Sailing",
- "team": "Croatia",
- "noc": "CRO",
- "age": 30,
- "event": "Sailing Men's Two Person Dinghy",
- "medal": "Gold"
- },
- {
- "name": "Yekaterina Aleksandrovna Marennikova",
- "gender": "F",
- "height": "176",
- "weight": "70",
- "sport": "Handball",
- "team": "Russia",
- "noc": "RUS",
- "age": 34,
- "event": "Handball Women's Handball",
- "medal": "Gold"
- },
- {
- "name": "Cyrille Maret",
- "gender": "M",
- "height": "189",
- "weight": "108",
- "sport": "Judo",
- "team": "France",
- "noc": "FRA",
- "age": 28,
- "event": "Judo Men's Half-Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Melanie Margalis",
- "gender": "F",
- "height": "173",
- "weight": "65",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 24,
- "event": "Swimming Women's 4 x 200 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Arthur Nory Oyakawa Mariano",
- "gender": "M",
- "height": "169",
- "weight": "65",
- "sport": "Gymnastics",
- "team": "Brazil",
- "noc": "BRA",
- "age": 22,
- "event": "Gymnastics Men's Floor Exercise",
- "medal": "Bronze"
- },
- {
- "name": "Carolina Mara Marn Marn",
- "gender": "F",
- "height": "172",
- "weight": "65",
- "sport": "Badminton",
- "team": "Spain",
- "noc": "ESP",
- "age": 23,
- "event": "Badminton Women's Singles",
- "medal": "Gold"
- },
- {
- "name": "Stefan Markovi",
- "gender": "M",
- "height": "199",
- "weight": "96",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 28,
- "event": "Basketball Men's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Helen Louise Maroulis",
- "gender": "F",
- "height": "163",
- "weight": "57",
- "sport": "Wrestling",
- "team": "United States",
- "noc": "USA",
- "age": 24,
- "event": "Wrestling Women's Featherweight, Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Dzsenifer Marozsn",
- "gender": "F",
- "height": "171",
- "weight": "68",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 24,
- "event": "Football Women's Football",
- "medal": "Gold"
- },
- {
- "name": "Marcos \"Marquinhos\" Aos Corra",
- "gender": "M",
- "height": "185",
- "weight": "75",
- "sport": "Football",
- "team": "Brazil",
- "noc": "BRA",
- "age": 22,
- "event": "Football Men's Football",
- "medal": "Gold"
- },
- {
- "name": "Damir Martin",
- "gender": "M",
- "height": "189",
- "weight": "97",
- "sport": "Rowing",
- "team": "Croatia",
- "noc": "CRO",
- "age": 28,
- "event": "Rowing Men's Single Sculls",
- "medal": "Silver"
- },
- {
- "name": "Yurberjen Herney Martnez Rivas",
- "gender": "M",
- "height": "165",
- "weight": "49",
- "sport": "Boxing",
- "team": "Colombia",
- "noc": "COL",
- "age": 24,
- "event": "Boxing Men's Light-Flyweight",
- "medal": "Silver"
- },
- {
- "name": "Simon Martirosyan",
- "gender": "M",
- "height": "181",
- "weight": "105",
- "sport": "Weightlifting",
- "team": "Armenia",
- "noc": "ARM",
- "age": 19,
- "event": "Weightlifting Men's Heavyweight",
- "medal": "Silver"
- },
- {
- "name": "Anita Mrton",
- "gender": "F",
- "height": "172",
- "weight": "95",
- "sport": "Athletics",
- "team": "Hungary",
- "noc": "HUN",
- "age": 27,
- "event": "Athletics Women's Shot Put",
- "medal": "Bronze"
- },
- {
- "name": "Kei Marumo",
- "gender": "F",
- "height": "160",
- "weight": "50",
- "sport": "Synchronized Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 24,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Bronze"
- },
- {
- "name": "Vladimir Anatolyevich Maslennikov",
- "gender": "M",
- "height": "171",
- "weight": "73",
- "sport": "Shooting",
- "team": "Russia",
- "noc": "RUS",
- "age": 21,
- "event": "Shooting Men's Air Rifle, 10 metres",
- "medal": "Bronze"
- },
- {
- "name": "Kylie Jacqueline Masse",
- "gender": "F",
- "height": "173",
- "weight": "61",
- "sport": "Swimming",
- "team": "Canada",
- "noc": "CAN",
- "age": 20,
- "event": "Swimming Women's 100 metres Backstroke",
- "medal": "Bronze"
- },
- {
- "name": "Kelly Massey",
- "gender": "F",
- "height": "178",
- "weight": "57",
- "sport": "Athletics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 31,
- "event": "Athletics Women's 4 x 400 metres Relay",
- "medal": "Bronze"
- },
- {
- "name": "Alexander Chen Massialas",
- "gender": "M",
- "height": "188",
- "weight": "81",
- "sport": "Fencing",
- "team": "United States",
- "noc": "USA",
- "age": 22,
- "event": "Fencing Men's Foil, Individual",
- "medal": "Silver"
- },
- {
- "name": "Alexander Chen Massialas",
- "gender": "M",
- "height": "188",
- "weight": "81",
- "sport": "Fencing",
- "team": "United States",
- "noc": "USA",
- "age": 22,
- "event": "Fencing Men's Foil, Team",
- "medal": "Bronze"
- },
- {
- "name": "Luca Masso",
- "gender": "M",
- "height": "186",
- "weight": "82",
- "sport": "Hockey",
- "team": "Argentina",
- "noc": "ARG",
- "age": 22,
- "event": "Hockey Men's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Viliame Sevaka Mata",
- "gender": "M",
- "height": "196",
- "weight": "106",
- "sport": "Rugby Sevens",
- "team": "Fiji",
- "noc": "FIJ",
- "age": 24,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Diana Beverly Matheson",
- "gender": "F",
- "height": "153",
- "weight": "54",
- "sport": "Football",
- "team": "Canada",
- "noc": "CAN",
- "age": 32,
- "event": "Football Women's Football",
- "medal": "Bronze"
- },
- {
- "name": "Courtney Lynn Kaiulani Mathewson",
- "gender": "F",
- "height": "171",
- "weight": "69",
- "sport": "Water Polo",
- "team": "United States",
- "noc": "USA",
- "age": 29,
- "event": "Water Polo Women's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Michael Walter Mathieu",
- "gender": "M",
- "height": "178",
- "weight": "76",
- "sport": "Athletics",
- "team": "Bahamas",
- "noc": "BAH",
- "age": 32,
- "event": "Athletics Men's 4 x 400 metres Relay",
- "medal": "Bronze"
- },
- {
- "name": "Takeshi Matsuda",
- "gender": "M",
- "height": "184",
- "weight": "84",
- "sport": "Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 32,
- "event": "Swimming Men's 4 x 200 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "Kaori Matsumoto",
- "gender": "F",
- "height": "163",
- "weight": "57",
- "sport": "Judo",
- "team": "Japan",
- "noc": "JPN",
- "age": 28,
- "event": "Judo Women's Lightweight",
- "medal": "Bronze"
- },
- {
- "name": "Misaki Matsutomo",
- "gender": "F",
- "height": "160",
- "weight": "50",
- "sport": "Badminton",
- "team": "Japan",
- "noc": "JPN",
- "age": 24,
- "event": "Badminton Women's Doubles",
- "medal": "Gold"
- },
- {
- "name": "Bethanie Lynn Mattek-Sands",
- "gender": "F",
- "height": "168",
- "weight": "66",
- "sport": "Tennis",
- "team": "United States-2",
- "noc": "USA",
- "age": 31,
- "event": "Tennis Mixed Doubles",
- "medal": "Gold"
- },
- {
- "name": "Peter Matthews",
- "gender": "M",
- "height": "188",
- "weight": "84",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 26,
- "event": "Athletics Men's 4 x 400 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Sofia Magdalena Mattsson",
- "gender": "F",
- "height": "164",
- "weight": "56",
- "sport": "Wrestling",
- "team": "Sweden",
- "noc": "SWE",
- "age": 26,
- "event": "Wrestling Women's Featherweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Marie Mvers",
- "gender": "F",
- "height": "170",
- "weight": "67",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 25,
- "event": "Hockey Women's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Philipp Max",
- "gender": "M",
- "height": "177",
- "weight": "76",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 22,
- "event": "Football Men's Football",
- "medal": "Silver"
- },
- {
- "name": "Kvin Mayer",
- "gender": "M",
- "height": "186",
- "weight": "77",
- "sport": "Athletics",
- "team": "France",
- "noc": "FRA",
- "age": 24,
- "event": "Athletics Men's Decathlon",
- "medal": "Silver"
- },
- {
- "name": "Agustn Alejandro Mazzilli",
- "gender": "M",
- "height": "173",
- "weight": "77",
- "sport": "Hockey",
- "team": "Argentina",
- "noc": "ARG",
- "age": 27,
- "event": "Hockey Men's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Piotr Maachowski",
- "gender": "M",
- "height": "193",
- "weight": "130",
- "sport": "Athletics",
- "team": "Poland",
- "noc": "POL",
- "age": 33,
- "event": "Athletics Men's Discus Throw",
- "medal": "Silver"
- },
- {
- "name": "Kayla McAlister",
- "gender": "F",
- "height": "169",
- "weight": "70",
- "sport": "Rugby Sevens",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 27,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Shona Clare McCallin",
- "gender": "F",
- "height": "165",
- "weight": "69",
- "sport": "Hockey",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 24,
- "event": "Hockey Women's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Eliza McCartney",
- "gender": "F",
- "height": "179",
- "weight": "66",
- "sport": "Athletics",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 19,
- "event": "Athletics Women's Pole Vault",
- "medal": "Bronze"
- },
- {
- "name": "Ruaridh Lawson McConnochie",
- "gender": "M",
- "height": "190",
- "weight": "93",
- "sport": "Rugby Sevens",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 24,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Francena Lynette McCorory",
- "gender": "F",
- "height": "171",
- "weight": "68",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Athletics Women's 4 x 400 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Angel Lajuane McCoughtry",
- "gender": "F",
- "height": "185",
- "weight": "70",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 29,
- "event": "Basketball Women's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Rusheen McDonald",
- "gender": "M",
- "height": "175",
- "weight": "81",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 23,
- "event": "Athletics Men's 4 x 400 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Cameron McEvoy",
- "gender": "M",
- "height": "185",
- "weight": "70",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 22,
- "event": "Swimming Men's 4 x 100 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "Cameron McEvoy",
- "gender": "M",
- "height": "185",
- "weight": "70",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 22,
- "event": "Swimming Men's 4 x 100 metres Medley Relay",
- "medal": "Bronze"
- },
- {
- "name": "Emma McKeon",
- "gender": "F",
- "height": "180",
- "weight": "60",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 22,
- "event": "Swimming Women's 200 metres Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Emma McKeon",
- "gender": "F",
- "height": "180",
- "weight": "60",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 22,
- "event": "Swimming Women's 4 x 100 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Emma McKeon",
- "gender": "F",
- "height": "180",
- "weight": "60",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 22,
- "event": "Swimming Women's 4 x 200 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Emma McKeon",
- "gender": "F",
- "height": "180",
- "weight": "60",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 22,
- "event": "Swimming Women's 4 x 100 metres Medley Relay",
- "medal": "Silver"
- },
- {
- "name": "Taylor McKeown",
- "gender": "F",
- "height": "178",
- "weight": "65",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 21,
- "event": "Swimming Women's 4 x 100 metres Medley Relay",
- "medal": "Silver"
- },
- {
- "name": "Anneisha McLaughlin-Whilby",
- "gender": "F",
- "height": "170",
- "weight": "65",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 30,
- "event": "Athletics Women's 4 x 400 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Omar McLeod",
- "gender": "M",
- "height": "180",
- "weight": "NA",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 22,
- "event": "Athletics Men's 110 metres Hurdles",
- "medal": "Gold"
- },
- {
- "name": "Stephenie Ann McPherson",
- "gender": "F",
- "height": "173",
- "weight": "57",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 27,
- "event": "Athletics Women's 4 x 400 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Tony McQuay",
- "gender": "M",
- "height": "181",
- "weight": "72",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Athletics Men's 4 x 400 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "James McRae",
- "gender": "M",
- "height": "193",
- "weight": "93",
- "sport": "Rowing",
- "team": "Australia",
- "noc": "AUS",
- "age": 29,
- "event": "Rowing Men's Quadruple Sculls",
- "medal": "Silver"
- },
- {
- "name": "Anna Maree Devenish Meares",
- "gender": "F",
- "height": "165",
- "weight": "70",
- "sport": "Cycling",
- "team": "Australia",
- "noc": "AUS",
- "age": 32,
- "event": "Cycling Women's Keirin",
- "medal": "Bronze"
- },
- {
- "name": "Christopher James \"Chris\" Mears",
- "gender": "M",
- "height": "172",
- "weight": "70",
- "sport": "Diving",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 23,
- "event": "Diving Men's Synchronized Springboard",
- "medal": "Gold"
- },
- {
- "name": "Molly Meech",
- "gender": "F",
- "height": "178",
- "weight": "74",
- "sport": "Sailing",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 23,
- "event": "Sailing Women's Skiff",
- "medal": "Silver"
- },
- {
- "name": "Sam Meech",
- "gender": "M",
- "height": "183",
- "weight": "81",
- "sport": "Sailing",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 25,
- "event": "Sailing Men's One Person Dinghy",
- "medal": "Bronze"
- },
- {
- "name": "Robert Meeuwsen",
- "gender": "M",
- "height": "207",
- "weight": "92",
- "sport": "Beach Volleyball",
- "team": "Netherlands-1",
- "noc": "NED",
- "age": 28,
- "event": "Beach Volleyball Men's Beach Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Catherine Michelle \"Katie\" Meili",
- "gender": "F",
- "height": "170",
- "weight": "61",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 25,
- "event": "Swimming Women's 100 metres Breaststroke",
- "medal": "Bronze"
- },
- {
- "name": "Catherine Michelle \"Katie\" Meili",
- "gender": "F",
- "height": "170",
- "weight": "61",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 25,
- "event": "Swimming Women's 4 x 100 metres Medley Relay",
- "medal": "Gold"
- },
- {
- "name": "Gerek Lin Meinhardt",
- "gender": "M",
- "height": "183",
- "weight": "80",
- "sport": "Fencing",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Fencing Men's Foil, Team",
- "medal": "Bronze"
- },
- {
- "name": "Mahiedine Mekhissi-Benabbad",
- "gender": "M",
- "height": "190",
- "weight": "75",
- "sport": "Athletics",
- "team": "France",
- "noc": "FRA",
- "age": 31,
- "event": "Athletics Men's 3,000 metres Steeplechase",
- "medal": "Bronze"
- },
- {
- "name": "Bektemir Ruzmatzhonovich Melikuziyev",
- "gender": "M",
- "height": "177",
- "weight": "75",
- "sport": "Boxing",
- "team": "Uzbekistan",
- "noc": "UZB",
- "age": 20,
- "event": "Boxing Men's Middleweight",
- "medal": "Silver"
- },
- {
- "name": "Angelina Romanovna Melnikova",
- "gender": "F",
- "height": "151",
- "weight": "44",
- "sport": "Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 16,
- "event": "Gymnastics Women's Team All-Around",
- "medal": "Silver"
- },
- {
- "name": "Meng Suping",
- "gender": "F",
- "height": "173",
- "weight": "123",
- "sport": "Weightlifting",
- "team": "China",
- "noc": "CHN",
- "age": 27,
- "event": "Weightlifting Women's Super-Heavyweight",
- "medal": "Gold"
- },
- {
- "name": "Joaqun Menini",
- "gender": "M",
- "height": "182",
- "weight": "76",
- "sport": "Hockey",
- "team": "Argentina",
- "noc": "ARG",
- "age": 24,
- "event": "Hockey Men's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Florin Mergea",
- "gender": "M",
- "height": "180",
- "weight": "76",
- "sport": "Tennis",
- "team": "Romania",
- "noc": "ROU",
- "age": 31,
- "event": "Tennis Men's Doubles",
- "medal": "Silver"
- },
- {
- "name": "LaShawn Merritt",
- "gender": "M",
- "height": "191",
- "weight": "86",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Athletics Men's 400 metres",
- "medal": "Bronze"
- },
- {
- "name": "LaShawn Merritt",
- "gender": "M",
- "height": "191",
- "weight": "86",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Athletics Men's 4 x 400 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Mehdy Metella",
- "gender": "M",
- "height": "190",
- "weight": "90",
- "sport": "Swimming",
- "team": "France",
- "noc": "FRA",
- "age": 24,
- "event": "Swimming Men's 4 x 100 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Maximilian Meyer",
- "gender": "M",
- "height": "173",
- "weight": "60",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 20,
- "event": "Football Men's Football",
- "medal": "Silver"
- },
- {
- "name": "Boaz Cornelius Meylink",
- "gender": "M",
- "height": "195",
- "weight": "93",
- "sport": "Rowing",
- "team": "Netherlands",
- "noc": "NED",
- "age": 32,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Bronze"
- },
- {
- "name": "William Meynard",
- "gender": "M",
- "height": "190",
- "weight": "85",
- "sport": "Swimming",
- "team": "France",
- "noc": "FRA",
- "age": 29,
- "event": "Swimming Men's 4 x 100 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Meredith T. Michaels-Beerbaum",
- "gender": "F",
- "height": "162",
- "weight": "51",
- "sport": "Equestrianism",
- "team": "Germany",
- "noc": "GER",
- "age": 46,
- "event": "Equestrianism Mixed Jumping, Team",
- "medal": "Bronze"
- },
- {
- "name": "Monika Ewa Michalik (Rogien-)",
- "gender": "F",
- "height": "167",
- "weight": "63",
- "sport": "Wrestling",
- "team": "Poland",
- "noc": "POL",
- "age": 36,
- "event": "Wrestling Women's Middleweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Clment Mignon",
- "gender": "M",
- "height": "187",
- "weight": "75",
- "sport": "Swimming",
- "team": "France",
- "noc": "FRA",
- "age": 23,
- "event": "Swimming Men's 4 x 100 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Brankica Mihajlovi",
- "gender": "F",
- "height": "190",
- "weight": "83",
- "sport": "Volleyball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 25,
- "event": "Volleyball Women's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "John Michael Nchekwube Obinna \"John Mikel Obi\" Mikel",
- "gender": "M",
- "height": "179",
- "weight": "86",
- "sport": "Football",
- "team": "Nigeria",
- "noc": "NGR",
- "age": 29,
- "event": "Football Men's Football",
- "medal": "Bronze"
- },
- {
- "name": "Beata Mikoajczyk",
- "gender": "F",
- "height": "170",
- "weight": "68",
- "sport": "Canoeing",
- "team": "Poland",
- "noc": "POL",
- "age": 30,
- "event": "Canoeing Women's Kayak Doubles, 500 metres",
- "medal": "Bronze"
- },
- {
- "name": "Cody Miller",
- "gender": "M",
- "height": "180",
- "weight": "80",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 24,
- "event": "Swimming Men's 100 metres Breaststroke",
- "medal": "Bronze"
- },
- {
- "name": "Cody Miller",
- "gender": "M",
- "height": "180",
- "weight": "80",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 24,
- "event": "Swimming Men's 4 x 100 metres Medley Relay",
- "medal": "Gold"
- },
- {
- "name": "Shaunae Miller (-Uibo)",
- "gender": "F",
- "height": "185",
- "weight": "69",
- "sport": "Athletics",
- "team": "Bahamas",
- "noc": "BAH",
- "age": 22,
- "event": "Athletics Women's 400 metres",
- "medal": "Gold"
- },
- {
- "name": "Hannah Louise Mills",
- "gender": "F",
- "height": "157",
- "weight": "50",
- "sport": "Sailing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 28,
- "event": "Sailing Women's Two Person Dinghy",
- "medal": "Gold"
- },
- {
- "name": "Stephen Milne",
- "gender": "M",
- "height": "185",
- "weight": "76",
- "sport": "Swimming",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 22,
- "event": "Swimming Men's 4 x 200 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Jelena Milovanovi",
- "gender": "F",
- "height": "190",
- "weight": "84",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 27,
- "event": "Basketball Women's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Gor Minasyan",
- "gender": "M",
- "height": "180",
- "weight": "140",
- "sport": "Weightlifting",
- "team": "Armenia",
- "noc": "ARM",
- "age": 21,
- "event": "Weightlifting Men's Super-Heavyweight",
- "medal": "Silver"
- },
- {
- "name": "Jevaughn Minzie",
- "gender": "M",
- "height": "178",
- "weight": "85",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 21,
- "event": "Athletics Men's 4 x 100 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Nikola Miroti Stajovi",
- "gender": "M",
- "height": "208",
- "weight": "100",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 25,
- "event": "Basketball Men's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Taras Viktorovych Mishchuk",
- "gender": "M",
- "height": "187",
- "weight": "85",
- "sport": "Canoeing",
- "team": "Ukraine",
- "noc": "UKR",
- "age": 21,
- "event": "Canoeing Men's Canadian Doubles, 1,000 metres",
- "medal": "Bronze"
- },
- {
- "name": "Ethan Mitchell",
- "gender": "M",
- "height": "180",
- "weight": "83",
- "sport": "Cycling",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 25,
- "event": "Cycling Men's Team Sprint",
- "medal": "Silver"
- },
- {
- "name": "Tom Mitchell",
- "gender": "M",
- "height": "178",
- "weight": "85",
- "sport": "Rugby Sevens",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 27,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Branislav Mitrovi",
- "gender": "M",
- "height": "201",
- "weight": "100",
- "sport": "Water Polo",
- "team": "Serbia",
- "noc": "SRB",
- "age": 31,
- "event": "Water Polo Men's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Stefan Mitrovi",
- "gender": "M",
- "height": "195",
- "weight": "91",
- "sport": "Water Polo",
- "team": "Serbia",
- "noc": "SRB",
- "age": 28,
- "event": "Water Polo Men's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Risako Mitsui",
- "gender": "F",
- "height": "168",
- "weight": "57",
- "sport": "Synchronized Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 22,
- "event": "Synchronized Swimming Women's Duet",
- "medal": "Bronze"
- },
- {
- "name": "Risako Mitsui",
- "gender": "F",
- "height": "168",
- "weight": "57",
- "sport": "Synchronized Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 22,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Bronze"
- },
- {
- "name": "Anja Mittag",
- "gender": "F",
- "height": "168",
- "weight": "58",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 31,
- "event": "Football Women's Football",
- "medal": "Gold"
- },
- {
- "name": "Hiromi Miyake",
- "gender": "F",
- "height": "145",
- "weight": "48",
- "sport": "Weightlifting",
- "team": "Japan",
- "noc": "JPN",
- "age": 30,
- "event": "Weightlifting Women's Flyweight",
- "medal": "Bronze"
- },
- {
- "name": "Jun Mizutani",
- "gender": "M",
- "height": "172",
- "weight": "63",
- "sport": "Table Tennis",
- "team": "Japan",
- "noc": "JPN",
- "age": 27,
- "event": "Table Tennis Men's Singles",
- "medal": "Bronze"
- },
- {
- "name": "Jun Mizutani",
- "gender": "M",
- "height": "172",
- "weight": "63",
- "sport": "Table Tennis",
- "team": "Japan",
- "noc": "JPN",
- "age": 27,
- "event": "Table Tennis Men's Team",
- "medal": "Silver"
- },
- {
- "name": "Lourdes Mohedano Snchez de Mora",
- "gender": "F",
- "height": "173",
- "weight": "53",
- "sport": "Rhythmic Gymnastics",
- "team": "Spain",
- "noc": "ESP",
- "age": 21,
- "event": "Rhythmic Gymnastics Women's Group",
- "medal": "Silver"
- },
- {
- "name": "Kayla Moleschi",
- "gender": "F",
- "height": "159",
- "weight": "65",
- "sport": "Rugby Sevens",
- "team": "Canada",
- "noc": "CAN",
- "age": 25,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Mari Kristine Sbstad Molid",
- "gender": "F",
- "height": "178",
- "weight": "73",
- "sport": "Handball",
- "team": "Norway",
- "noc": "NOR",
- "age": 25,
- "event": "Handball Women's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Telma Alexandra Pinto Monteiro",
- "gender": "F",
- "height": "161",
- "weight": "57",
- "sport": "Judo",
- "team": "Portugal",
- "noc": "POR",
- "age": 30,
- "event": "Judo Women's Lightweight",
- "medal": "Bronze"
- },
- {
- "name": "Domenico Montrone",
- "gender": "M",
- "height": "189",
- "weight": "97",
- "sport": "Rowing",
- "team": "Italy",
- "noc": "ITA",
- "age": 30,
- "event": "Rowing Men's Coxless Fours",
- "medal": "Bronze"
- },
- {
- "name": "Maya April Moore",
- "gender": "F",
- "height": "183",
- "weight": "79",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Basketball Women's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Sohrab Moradi",
- "gender": "M",
- "height": "170",
- "weight": "97",
- "sport": "Weightlifting",
- "team": "Iran",
- "noc": "IRI",
- "age": 27,
- "event": "Weightlifting Men's Middle-Heavyweight",
- "medal": "Gold"
- },
- {
- "name": "David Morgan",
- "gender": "M",
- "height": "184",
- "weight": "82",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 22,
- "event": "Swimming Men's 4 x 100 metres Medley Relay",
- "medal": "Bronze"
- },
- {
- "name": "Sandi Morris",
- "gender": "F",
- "height": "173",
- "weight": "62",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 24,
- "event": "Athletics Women's Pole Vault",
- "medal": "Silver"
- },
- {
- "name": "Casper Ulrich Mortensen",
- "gender": "M",
- "height": "190",
- "weight": "88",
- "sport": "Handball",
- "team": "Denmark",
- "noc": "DEN",
- "age": 26,
- "event": "Handball Men's Handball",
- "medal": "Gold"
- },
- {
- "name": "Lus Javier Mosquera Lozano",
- "gender": "M",
- "height": "165",
- "weight": "64",
- "sport": "Weightlifting",
- "team": "Colombia",
- "noc": "COL",
- "age": 21,
- "event": "Weightlifting Men's Lightweight",
- "medal": "Bronze"
- },
- {
- "name": "Estelle Mossely",
- "gender": "F",
- "height": "168",
- "weight": "60",
- "sport": "Boxing",
- "team": "France",
- "noc": "FRA",
- "age": 23,
- "event": "Boxing Women's Lightweight",
- "medal": "Gold"
- },
- {
- "name": "Nora Mrk",
- "gender": "F",
- "height": "168",
- "weight": "63",
- "sport": "Handball",
- "team": "Norway",
- "noc": "NOR",
- "age": 25,
- "event": "Handball Women's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Beslan Zaudinovich Mudranov",
- "gender": "M",
- "height": "166",
- "weight": "60",
- "sport": "Judo",
- "team": "Russia",
- "noc": "RUS",
- "age": 30,
- "event": "Judo Men's Extra-Lightweight",
- "medal": "Gold"
- },
- {
- "name": "Dalilah Muhammad",
- "gender": "F",
- "height": "173",
- "weight": "55",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Athletics Women's 400 metres Hurdles",
- "medal": "Gold"
- },
- {
- "name": "Ibtihaj Muhammad",
- "gender": "F",
- "height": "170",
- "weight": "68",
- "sport": "Fencing",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Fencing Women's Sabre, Team",
- "medal": "Bronze"
- },
- {
- "name": "Lutalo Massop-Muhammad",
- "gender": "M",
- "height": "191",
- "weight": "80",
- "sport": "Taekwondo",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 25,
- "event": "Taekwondo Men's Welterweight",
- "medal": "Silver"
- },
- {
- "name": "Usman Edu Muhammed",
- "gender": "M",
- "height": "169",
- "weight": "78",
- "sport": "Football",
- "team": "Nigeria",
- "noc": "NGR",
- "age": 22,
- "event": "Football Men's Football",
- "medal": "Bronze"
- },
- {
- "name": "Julia Mller",
- "gender": "F",
- "height": "170",
- "weight": "71",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 30,
- "event": "Hockey Women's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Mathias Mller",
- "gender": "M",
- "height": "187",
- "weight": "80",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 24,
- "event": "Hockey Men's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Janne Mller-Wieland",
- "gender": "F",
- "height": "175",
- "weight": "69",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 29,
- "event": "Hockey Women's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Maximilian Munski",
- "gender": "M",
- "height": "195",
- "weight": "96",
- "sport": "Rowing",
- "team": "Germany",
- "noc": "GER",
- "age": 28,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Silver"
- },
- {
- "name": "Annalise Murphy",
- "gender": "F",
- "height": "184",
- "weight": "72",
- "sport": "Sailing",
- "team": "Ireland",
- "noc": "IRL",
- "age": 26,
- "event": "Sailing Women's One Person Dinghy",
- "medal": "Silver"
- },
- {
- "name": "Clayton Murphy",
- "gender": "M",
- "height": "180",
- "weight": "68",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 21,
- "event": "Athletics Men's 800 metres",
- "medal": "Bronze"
- },
- {
- "name": "Kelly Murphy",
- "gender": "F",
- "height": "188",
- "weight": "77",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Volleyball Women's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Ryan Murphy",
- "gender": "M",
- "height": "191",
- "weight": "91",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 21,
- "event": "Swimming Men's 100 metres Backstroke",
- "medal": "Gold"
- },
- {
- "name": "Ryan Murphy",
- "gender": "M",
- "height": "191",
- "weight": "91",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 21,
- "event": "Swimming Men's 200 metres Backstroke",
- "medal": "Gold"
- },
- {
- "name": "Ryan Murphy",
- "gender": "M",
- "height": "191",
- "weight": "91",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 21,
- "event": "Swimming Men's 4 x 100 metres Medley Relay",
- "medal": "Gold"
- },
- {
- "name": "Andrew Barron \"Andy\" Murray",
- "gender": "M",
- "height": "190",
- "weight": "83",
- "sport": "Tennis",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 29,
- "event": "Tennis Men's Singles",
- "medal": "Gold"
- },
- {
- "name": "Eric Gordon Murray",
- "gender": "M",
- "height": "195",
- "weight": "98",
- "sport": "Rowing",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 34,
- "event": "Rowing Men's Coxless Pairs",
- "medal": "Gold"
- },
- {
- "name": "Meghan Musnicki",
- "gender": "F",
- "height": "183",
- "weight": "73",
- "sport": "Rowing",
- "team": "United States",
- "noc": "USA",
- "age": 33,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Gold"
- },
- {
- "name": "Madeline \"Maddie\" Musselman",
- "gender": "F",
- "height": "181",
- "weight": "65",
- "sport": "Water Polo",
- "team": "United States",
- "noc": "USA",
- "age": 18,
- "event": "Water Polo Women's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Aliya Farkhatovna Mustafina",
- "gender": "F",
- "height": "162",
- "weight": "48",
- "sport": "Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 21,
- "event": "Gymnastics Women's Individual All-Around",
- "medal": "Bronze"
- },
- {
- "name": "Aliya Farkhatovna Mustafina",
- "gender": "F",
- "height": "162",
- "weight": "48",
- "sport": "Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 21,
- "event": "Gymnastics Women's Team All-Around",
- "medal": "Silver"
- },
- {
- "name": "Aliya Farkhatovna Mustafina",
- "gender": "F",
- "height": "162",
- "weight": "48",
- "sport": "Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 21,
- "event": "Gymnastics Women's Uneven Bars",
- "medal": "Gold"
- },
- {
- "name": "Denis Myk",
- "gender": "M",
- "height": "189",
- "weight": "90",
- "sport": "Canoeing",
- "team": "Slovakia",
- "noc": "SVK",
- "age": 20,
- "event": "Canoeing Men's Kayak Fours, 1,000 metres",
- "medal": "Silver"
- },
- {
- "name": "Rafael Nadal Parera",
- "gender": "M",
- "height": "185",
- "weight": "80",
- "sport": "Tennis",
- "team": "Spain-2",
- "noc": "ESP",
- "age": 30,
- "event": "Tennis Men's Doubles",
- "medal": "Gold"
- },
- {
- "name": "Alexander Michael \"Alex\" Naddour",
- "gender": "M",
- "height": "170",
- "weight": "70",
- "sport": "Gymnastics",
- "team": "United States",
- "noc": "USA",
- "age": 25,
- "event": "Gymnastics Men's Pommelled Horse",
- "medal": "Bronze"
- },
- {
- "name": "Takanori Nagase",
- "gender": "M",
- "height": "181",
- "weight": "81",
- "sport": "Judo",
- "team": "Japan",
- "noc": "JPN",
- "age": 22,
- "event": "Judo Men's Half-Middleweight",
- "medal": "Bronze"
- },
- {
- "name": "Nikita Vladimirovich Nagorny",
- "gender": "M",
- "height": "166",
- "weight": "67",
- "sport": "Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 19,
- "event": "Gymnastics Men's Team All-Around",
- "medal": "Silver"
- },
- {
- "name": "Karolina Naja",
- "gender": "F",
- "height": "165",
- "weight": "63",
- "sport": "Canoeing",
- "team": "Poland",
- "noc": "POL",
- "age": 26,
- "event": "Canoeing Women's Kayak Doubles, 500 metres",
- "medal": "Bronze"
- },
- {
- "name": "Kanami Nakamaki",
- "gender": "F",
- "height": "167",
- "weight": "58",
- "sport": "Synchronized Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 24,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Bronze"
- },
- {
- "name": "Mai Nakamura",
- "gender": "F",
- "height": "163",
- "weight": "56",
- "sport": "Synchronized Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 27,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Bronze"
- },
- {
- "name": "Misato Nakamura",
- "gender": "F",
- "height": "157",
- "weight": "52",
- "sport": "Judo",
- "team": "Japan",
- "noc": "JPN",
- "age": 27,
- "event": "Judo Women's Half-Lightweight",
- "medal": "Bronze"
- },
- {
- "name": "Leone Nakarawa",
- "gender": "M",
- "height": "198",
- "weight": "109",
- "sport": "Rugby Sevens",
- "team": "Fiji",
- "noc": "FIJ",
- "age": 28,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Daniel Narcisse",
- "gender": "M",
- "height": "189",
- "weight": "93",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 36,
- "event": "Handball Men's Handball",
- "medal": "Silver"
- },
- {
- "name": "George Christopher Nash",
- "gender": "M",
- "height": "195",
- "weight": "96",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 26,
- "event": "Rowing Men's Coxless Fours",
- "medal": "Gold"
- },
- {
- "name": "Tyla Nathan-Wong",
- "gender": "F",
- "height": "163",
- "weight": "58",
- "sport": "Rugby Sevens",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 22,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Lilyana Natsir",
- "gender": "F",
- "height": "169",
- "weight": "62",
- "sport": "Badminton",
- "team": "Indonesia-1",
- "noc": "INA",
- "age": 30,
- "event": "Badminton Mixed Doubles",
- "medal": "Gold"
- },
- {
- "name": "Darya Sergeyevna Naumova",
- "gender": "F",
- "height": "165",
- "weight": "76",
- "sport": "Weightlifting",
- "team": "Belarus",
- "noc": "BLR",
- "age": 20,
- "event": "Weightlifting Women's Heavyweight",
- "medal": "Silver"
- },
- {
- "name": "Juan Carlos Navarro Feijoo",
- "gender": "M",
- "height": "193",
- "weight": "82",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 36,
- "event": "Basketball Men's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Ikhtiyor Karimovich Navruzov",
- "gender": "M",
- "height": "165",
- "weight": "65",
- "sport": "Wrestling",
- "team": "Uzbekistan",
- "noc": "UZB",
- "age": 27,
- "event": "Wrestling Men's Welterweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Tsvetelina Biserova Naydenova",
- "gender": "F",
- "height": "168",
- "weight": "49",
- "sport": "Rhythmic Gymnastics",
- "team": "Bulgaria",
- "noc": "BUL",
- "age": 22,
- "event": "Rhythmic Gymnastics Women's Group",
- "medal": "Bronze"
- },
- {
- "name": "Dilshod Nazarov",
- "gender": "M",
- "height": "187",
- "weight": "120",
- "sport": "Athletics",
- "team": "Tajikistan",
- "noc": "TJK",
- "age": 34,
- "event": "Athletics Men's Hammer Throw",
- "medal": "Gold"
- },
- {
- "name": "Astou Barro Ndour Gueye",
- "gender": "F",
- "height": "195",
- "weight": "68",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 21,
- "event": "Basketball Women's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Lia Neal",
- "gender": "F",
- "height": "178",
- "weight": "75",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 21,
- "event": "Swimming Women's 4 x 100 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Leah Neale",
- "gender": "F",
- "height": "173",
- "weight": "66",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 21,
- "event": "Swimming Women's 4 x 200 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Nemanja Nedovi",
- "gender": "M",
- "height": "191",
- "weight": "90",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 25,
- "event": "Basketball Men's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Daryll Saskia Neita",
- "gender": "F",
- "height": "172",
- "weight": "61",
- "sport": "Athletics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 19,
- "event": "Athletics Women's 4 x 100 metres Relay",
- "medal": "Bronze"
- },
- {
- "name": "Kiley Neushul",
- "gender": "F",
- "height": "173",
- "weight": "65",
- "sport": "Water Polo",
- "team": "United States",
- "noc": "USA",
- "age": 23,
- "event": "Water Polo Women's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Stephen Newbold",
- "gender": "M",
- "height": "191",
- "weight": "82",
- "sport": "Athletics",
- "team": "Bahamas",
- "noc": "BAH",
- "age": 21,
- "event": "Athletics Men's 4 x 400 metres Relay",
- "medal": "Bronze"
- },
- {
- "name": "Neymar da Silva Santos Jnior",
- "gender": "M",
- "height": "174",
- "weight": "64",
- "sport": "Football",
- "team": "Brazil",
- "noc": "BRA",
- "age": 24,
- "event": "Football Men's Football",
- "medal": "Gold"
- },
- {
- "name": "Timothey N'Guessan",
- "gender": "M",
- "height": "186",
- "weight": "105",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 23,
- "event": "Handball Men's Handball",
- "medal": "Silver"
- },
- {
- "name": "Haby Niar",
- "gender": "F",
- "height": "176",
- "weight": "66",
- "sport": "Taekwondo",
- "team": "France",
- "noc": "FRA",
- "age": 23,
- "event": "Taekwondo Women's Welterweight",
- "medal": "Silver"
- },
- {
- "name": "Laura Nicholls Gonzlez",
- "gender": "F",
- "height": "190",
- "weight": "90",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 27,
- "event": "Basketball Women's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Paolo Nicolai",
- "gender": "M",
- "height": "203",
- "weight": "91",
- "sport": "Beach Volleyball",
- "team": "Italy-1",
- "noc": "ITA",
- "age": 27,
- "event": "Beach Volleyball Men's Beach Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Astier Nicolas",
- "gender": "M",
- "height": "180",
- "weight": "70",
- "sport": "Equestrianism",
- "team": "France",
- "noc": "FRA",
- "age": 27,
- "event": "Equestrianism Mixed Three-Day Event, Individual",
- "medal": "Silver"
- },
- {
- "name": "Astier Nicolas",
- "gender": "M",
- "height": "180",
- "weight": "70",
- "sport": "Equestrianism",
- "team": "France",
- "noc": "FRA",
- "age": 27,
- "event": "Equestrianism Mixed Three-Day Event, Team",
- "medal": "Gold"
- },
- {
- "name": "Michael Damgaard Nielsen",
- "gender": "M",
- "height": "192",
- "weight": "92",
- "sport": "Handball",
- "team": "Denmark",
- "noc": "DEN",
- "age": 26,
- "event": "Handball Men's Handball",
- "medal": "Gold"
- },
- {
- "name": "Mie stergaard Nielsen",
- "gender": "F",
- "height": "184",
- "weight": "67",
- "sport": "Swimming",
- "team": "Denmark",
- "noc": "DEN",
- "age": 19,
- "event": "Swimming Women's 4 x 100 metres Medley Relay",
- "medal": "Bronze"
- },
- {
- "name": "Simon Niepmann",
- "gender": "M",
- "height": "180",
- "weight": "71",
- "sport": "Rowing",
- "team": "Switzerland",
- "noc": "SUI",
- "age": 31,
- "event": "Rowing Men's Lightweight Coxless Fours",
- "medal": "Gold"
- },
- {
- "name": "Slobodan Niki",
- "gender": "M",
- "height": "197",
- "weight": "106",
- "sport": "Water Polo",
- "team": "Serbia",
- "noc": "SRB",
- "age": 33,
- "event": "Water Polo Men's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Vladimir Olegovich Nikitin",
- "gender": "M",
- "height": "165",
- "weight": "56",
- "sport": "Boxing",
- "team": "Russia",
- "noc": "RUS",
- "age": 26,
- "event": "Boxing Men's Bantamweight",
- "medal": "Bronze"
- },
- {
- "name": "Jelena Nikoli",
- "gender": "F",
- "height": "194",
- "weight": "79",
- "sport": "Volleyball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 34,
- "event": "Volleyball Women's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Gnonsiane Niombla",
- "gender": "F",
- "height": "172",
- "weight": "69",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 26,
- "event": "Handball Women's Handball",
- "medal": "Silver"
- },
- {
- "name": "Kei Nishikori",
- "gender": "M",
- "height": "178",
- "weight": "74",
- "sport": "Tennis",
- "team": "Japan",
- "noc": "JPN",
- "age": 26,
- "event": "Tennis Men's Singles",
- "medal": "Bronze"
- },
- {
- "name": "Koki Niwa",
- "gender": "M",
- "height": "162",
- "weight": "51",
- "sport": "Table Tennis",
- "team": "Japan",
- "noc": "JPN",
- "age": 21,
- "event": "Table Tennis Men's Team",
- "medal": "Silver"
- },
- {
- "name": "Adilbek Sabitovich Niyazymbetov",
- "gender": "M",
- "height": "180",
- "weight": "81",
- "sport": "Boxing",
- "team": "Kazakhstan",
- "noc": "KAZ",
- "age": 27,
- "event": "Boxing Men's Light-Heavyweight",
- "medal": "Silver"
- },
- {
- "name": "Francine Niyonsaba",
- "gender": "F",
- "height": "166",
- "weight": "60",
- "sport": "Athletics",
- "team": "Burundi",
- "noc": "BDI",
- "age": 23,
- "event": "Athletics Women's 800 metres",
- "medal": "Silver"
- },
- {
- "name": "Alessandro Nora",
- "gender": "M",
- "height": "191",
- "weight": "85",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 29,
- "event": "Water Polo Men's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Daniel James \"Dan\" Norton",
- "gender": "M",
- "height": "180",
- "weight": "85",
- "sport": "Rugby Sevens",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 28,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Oktawia Nowacka",
- "gender": "F",
- "height": "180",
- "weight": "60",
- "sport": "Modern Pentathlon",
- "team": "Poland",
- "noc": "POL",
- "age": 25,
- "event": "Modern Pentathlon Women's Individual",
- "medal": "Bronze"
- },
- {
- "name": "Wojciech Nowicki",
- "gender": "M",
- "height": "196",
- "weight": "128",
- "sport": "Athletics",
- "team": "Poland",
- "noc": "POL",
- "age": 27,
- "event": "Athletics Men's Hammer Throw",
- "medal": "Bronze"
- },
- {
- "name": "Jesper Nddesbo",
- "gender": "M",
- "height": "199",
- "weight": "100",
- "sport": "Handball",
- "team": "Denmark",
- "noc": "DEN",
- "age": 35,
- "event": "Handball Men's Handball",
- "medal": "Gold"
- },
- {
- "name": "Ruslan Nurudinov",
- "gender": "M",
- "height": "183",
- "weight": "109",
- "sport": "Weightlifting",
- "team": "Uzbekistan",
- "noc": "UZB",
- "age": 24,
- "event": "Weightlifting Men's Heavyweight",
- "medal": "Gold"
- },
- {
- "name": "Guy Olivier Nyokas",
- "gender": "M",
- "height": "189",
- "weight": "86",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 30,
- "event": "Handball Men's Handball",
- "medal": "Silver"
- },
- {
- "name": "Estelle Nze Minko",
- "gender": "F",
- "height": "178",
- "weight": "67",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 24,
- "event": "Handball Women's Handball",
- "medal": "Silver"
- },
- {
- "name": "Patricia Obee",
- "gender": "F",
- "height": "165",
- "weight": "60",
- "sport": "Rowing",
- "team": "Canada",
- "noc": "CAN",
- "age": 24,
- "event": "Rowing Women's Lightweight Double Sculls",
- "medal": "Silver"
- },
- {
- "name": "Hellen Onsando Obiri",
- "gender": "F",
- "height": "160",
- "weight": "50",
- "sport": "Athletics",
- "team": "Kenya",
- "noc": "KEN",
- "age": 26,
- "event": "Athletics Women's 5,000 metres",
- "medal": "Silver"
- },
- {
- "name": "Siobhan-Marie O'Connor",
- "gender": "F",
- "height": "173",
- "weight": "60",
- "sport": "Swimming",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 20,
- "event": "Swimming Women's 200 metres Individual Medley",
- "medal": "Silver"
- },
- {
- "name": "Hannes Ocik",
- "gender": "M",
- "height": "191",
- "weight": "93",
- "sport": "Rowing",
- "team": "Germany",
- "noc": "GER",
- "age": 25,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Silver"
- },
- {
- "name": "Gary O'Donovan",
- "gender": "M",
- "height": "172",
- "weight": "70",
- "sport": "Rowing",
- "team": "Ireland",
- "noc": "IRL",
- "age": 23,
- "event": "Rowing Men's Lightweight Double Sculls",
- "medal": "Silver"
- },
- {
- "name": "Paul O'Donovan",
- "gender": "M",
- "height": "177",
- "weight": "70",
- "sport": "Rowing",
- "team": "Ireland",
- "noc": "IRL",
- "age": 22,
- "event": "Rowing Men's Lightweight Double Sculls",
- "medal": "Silver"
- },
- {
- "name": "Stine Bredal Oftedal",
- "gender": "F",
- "height": "168",
- "weight": "65",
- "sport": "Handball",
- "team": "Norway",
- "noc": "NOR",
- "age": 24,
- "event": "Handball Women's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Maja Ognjenovi",
- "gender": "F",
- "height": "183",
- "weight": "67",
- "sport": "Volleyball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 31,
- "event": "Volleyball Women's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Oh Hye-Ri",
- "gender": "F",
- "height": "182",
- "weight": "69",
- "sport": "Taekwondo",
- "team": "South Korea",
- "noc": "KOR",
- "age": 28,
- "event": "Taekwondo Women's Welterweight",
- "medal": "Gold"
- },
- {
- "name": "Christine Ijeoma Chika Ohuruogu",
- "gender": "F",
- "height": "172",
- "weight": "70",
- "sport": "Athletics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 32,
- "event": "Athletics Women's 4 x 400 metres Relay",
- "medal": "Bronze"
- },
- {
- "name": "Poliana Okimoto-Cintra",
- "gender": "F",
- "height": "165",
- "weight": "52",
- "sport": "Swimming",
- "team": "Brazil",
- "noc": "BRA",
- "age": 33,
- "event": "Swimming Women's 10 kilometres Open Water",
- "medal": "Bronze"
- },
- {
- "name": "Courtney Okolo",
- "gender": "F",
- "height": "173",
- "weight": "59",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 22,
- "event": "Athletics Women's 4 x 400 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Nozomi Okuhara",
- "gender": "F",
- "height": "156",
- "weight": "51",
- "sport": "Badminton",
- "team": "Japan",
- "noc": "JPN",
- "age": 21,
- "event": "Badminton Women's Singles",
- "medal": "Bronze"
- },
- {
- "name": "Pia-Sophie Oldhafer",
- "gender": "F",
- "height": "166",
- "weight": "55",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 24,
- "event": "Hockey Women's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Penelope \"Penny\" Oleksiak",
- "gender": "F",
- "height": "185",
- "weight": "68",
- "sport": "Swimming",
- "team": "Canada",
- "noc": "CAN",
- "age": 16,
- "event": "Swimming Women's 100 metres Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Penelope \"Penny\" Oleksiak",
- "gender": "F",
- "height": "185",
- "weight": "68",
- "sport": "Swimming",
- "team": "Canada",
- "noc": "CAN",
- "age": 16,
- "event": "Swimming Women's 4 x 100 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "Penelope \"Penny\" Oleksiak",
- "gender": "F",
- "height": "185",
- "weight": "68",
- "sport": "Swimming",
- "team": "Canada",
- "noc": "CAN",
- "age": 16,
- "event": "Swimming Women's 4 x 200 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "Penelope \"Penny\" Oleksiak",
- "gender": "F",
- "height": "185",
- "weight": "68",
- "sport": "Swimming",
- "team": "Canada",
- "noc": "CAN",
- "age": 16,
- "event": "Swimming Women's 100 metres Butterfly",
- "medal": "Silver"
- },
- {
- "name": "Marc-Antoine Olivier",
- "gender": "M",
- "height": "183",
- "weight": "64",
- "sport": "Swimming",
- "team": "France",
- "noc": "FRA",
- "age": 20,
- "event": "Swimming Men's 10 kilometres Open Water",
- "medal": "Bronze"
- },
- {
- "name": "Morten Olsen",
- "gender": "M",
- "height": "184",
- "weight": "95",
- "sport": "Handball",
- "team": "Denmark",
- "noc": "DEN",
- "age": 31,
- "event": "Handball Men's Handball",
- "medal": "Gold"
- },
- {
- "name": "Om Yun-Chol",
- "gender": "M",
- "height": "151",
- "weight": "56",
- "sport": "Weightlifting",
- "team": "North Korea",
- "noc": "PRK",
- "age": 24,
- "event": "Weightlifting Men's Bantamweight",
- "medal": "Silver"
- },
- {
- "name": "Kano Omata",
- "gender": "F",
- "height": "160",
- "weight": "48",
- "sport": "Synchronized Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 20,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Bronze"
- },
- {
- "name": "Thierry Omeyer",
- "gender": "M",
- "height": "192",
- "weight": "93",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 39,
- "event": "Handball Men's Handball",
- "medal": "Silver"
- },
- {
- "name": "Shohei Ono",
- "gender": "M",
- "height": "170",
- "weight": "73",
- "sport": "Judo",
- "team": "Japan",
- "noc": "JPN",
- "age": 24,
- "event": "Judo Men's Lightweight",
- "medal": "Gold"
- },
- {
- "name": "Nwanyika Jenete C. \"Anyika\" Onuora",
- "gender": "F",
- "height": "178",
- "weight": "76",
- "sport": "Athletics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 31,
- "event": "Athletics Women's 4 x 400 metres Relay",
- "medal": "Bronze"
- },
- {
- "name": "Laura Oprea",
- "gender": "F",
- "height": "186",
- "weight": "75",
- "sport": "Rowing",
- "team": "Romania",
- "noc": "ROU",
- "age": 22,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Bronze"
- },
- {
- "name": "Orlando Ortega Alejo",
- "gender": "M",
- "height": "182",
- "weight": "77",
- "sport": "Athletics",
- "team": "Spain",
- "noc": "ESP",
- "age": 25,
- "event": "Athletics Men's 110 metres Hurdles",
- "medal": "Silver"
- },
- {
- "name": "Idalys Ortz Bocourt",
- "gender": "F",
- "height": "180",
- "weight": "95",
- "sport": "Judo",
- "team": "Cuba",
- "noc": "CUB",
- "age": 26,
- "event": "Judo Women's Heavyweight",
- "medal": "Silver"
- },
- {
- "name": "Ignacio Ortz",
- "gender": "M",
- "height": "180",
- "weight": "76",
- "sport": "Hockey",
- "team": "Argentina",
- "noc": "ARG",
- "age": 29,
- "event": "Hockey Men's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Rstm Orucov",
- "gender": "M",
- "height": "179",
- "weight": "73",
- "sport": "Judo",
- "team": "Azerbaijan",
- "noc": "AZE",
- "age": 24,
- "event": "Judo Men's Lightweight",
- "medal": "Silver"
- },
- {
- "name": "Selin Oruz",
- "gender": "F",
- "height": "172",
- "weight": "60",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 19,
- "event": "Hockey Women's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Timur Oruz",
- "gender": "M",
- "height": "186",
- "weight": "87",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 21,
- "event": "Hockey Men's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Inna Volodymyrivna Osypenko-Radomska",
- "gender": "F",
- "height": "166",
- "weight": "63",
- "sport": "Canoeing",
- "team": "Azerbaijan",
- "noc": "AZE",
- "age": 33,
- "event": "Canoeing Women's Kayak Singles, 200 metres",
- "medal": "Bronze"
- },
- {
- "name": "Shinobu Ota",
- "gender": "M",
- "height": "165",
- "weight": "65",
- "sport": "Wrestling",
- "team": "Japan",
- "noc": "JPN",
- "age": 22,
- "event": "Wrestling Men's Featherweight, Greco-Roman",
- "medal": "Silver"
- },
- {
- "name": "Katharina Otte",
- "gender": "F",
- "height": "170",
- "weight": "63",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 29,
- "event": "Hockey Women's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Jeanette Ottesen Gray",
- "gender": "F",
- "height": "178",
- "weight": "70",
- "sport": "Swimming",
- "team": "Denmark",
- "noc": "DEN",
- "age": 28,
- "event": "Swimming Women's 4 x 100 metres Medley Relay",
- "medal": "Bronze"
- },
- {
- "name": "Oussama Al-Oueslati",
- "gender": "M",
- "height": "199",
- "weight": "80",
- "sport": "Taekwondo",
- "team": "Tunisia",
- "noc": "TUN",
- "age": 20,
- "event": "Taekwondo Men's Welterweight",
- "medal": "Bronze"
- },
- {
- "name": "Sofiane Oumiha",
- "gender": "M",
- "height": "174",
- "weight": "60",
- "sport": "Boxing",
- "team": "France",
- "noc": "FRA",
- "age": 21,
- "event": "Boxing Men's Lightweight",
- "medal": "Silver"
- },
- {
- "name": "Sarah Ourahmoune",
- "gender": "F",
- "height": "158",
- "weight": "51",
- "sport": "Boxing",
- "team": "France",
- "noc": "FRA",
- "age": 34,
- "event": "Boxing Women's Flyweight",
- "medal": "Silver"
- },
- {
- "name": "Nathan Outteridge",
- "gender": "M",
- "height": "179",
- "weight": "75",
- "sport": "Sailing",
- "team": "Australia",
- "noc": "AUS",
- "age": 30,
- "event": "Sailing Men's Skiff",
- "medal": "Silver"
- },
- {
- "name": "Emily Overholt",
- "gender": "F",
- "height": "170",
- "weight": "55",
- "sport": "Swimming",
- "team": "Canada",
- "noc": "CAN",
- "age": 18,
- "event": "Swimming Women's 4 x 200 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "Dimitrij Ovtcharov",
- "gender": "M",
- "height": "186",
- "weight": "78",
- "sport": "Table Tennis",
- "team": "Germany",
- "noc": "GER",
- "age": 27,
- "event": "Table Tennis Men's Team",
- "medal": "Bronze"
- },
- {
- "name": "Lily Isabelle Owsley",
- "gender": "F",
- "height": "170",
- "weight": "70",
- "sport": "Hockey",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 21,
- "event": "Hockey Women's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Jake Packard",
- "gender": "M",
- "height": "195",
- "weight": "68",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 22,
- "event": "Swimming Men's 4 x 100 metres Medley Relay",
- "medal": "Bronze"
- },
- {
- "name": "Bryony Kate Frances Page",
- "gender": "F",
- "height": "172",
- "weight": "60",
- "sport": "Trampolining",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 25,
- "event": "Trampolining Women's Individual",
- "medal": "Silver"
- },
- {
- "name": "Danielle Nicole Page",
- "gender": "F",
- "height": "188",
- "weight": "77",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 29,
- "event": "Basketball Women's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Caleb Paine",
- "gender": "M",
- "height": "191",
- "weight": "98",
- "sport": "Sailing",
- "team": "United States",
- "noc": "USA",
- "age": 25,
- "event": "Sailing Men's One Person Heavyweight Dinghy",
- "medal": "Bronze"
- },
- {
- "name": "Mariana Pajn Londoo",
- "gender": "F",
- "height": "158",
- "weight": "50",
- "sport": "Cycling",
- "team": "Colombia",
- "noc": "COL",
- "age": 24,
- "event": "Cycling Women's BMX",
- "medal": "Gold"
- },
- {
- "name": "Laia Palau Alts",
- "gender": "F",
- "height": "181",
- "weight": "69",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 36,
- "event": "Basketball Women's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Gregorio Paltrinieri",
- "gender": "M",
- "height": "191",
- "weight": "72",
- "sport": "Swimming",
- "team": "Italy",
- "noc": "ITA",
- "age": 21,
- "event": "Swimming Men's 1,500 metres Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Pan Feihong",
- "gender": "F",
- "height": "173",
- "weight": "57",
- "sport": "Rowing",
- "team": "China",
- "noc": "CHN",
- "age": 27,
- "event": "Rowing Women's Lightweight Double Sculls",
- "medal": "Bronze"
- },
- {
- "name": "Pang Wei",
- "gender": "M",
- "height": "178",
- "weight": "77",
- "sport": "Shooting",
- "team": "China",
- "noc": "CHN",
- "age": 30,
- "event": "Shooting Men's Air Pistol, 10 metres",
- "medal": "Bronze"
- },
- {
- "name": "Yekaterina Andreyevna Pantyulina-Lisunova",
- "gender": "F",
- "height": "175",
- "weight": "64",
- "sport": "Water Polo",
- "team": "Russia",
- "noc": "RUS",
- "age": 26,
- "event": "Water Polo Women's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Karen Paquin",
- "gender": "F",
- "height": "172",
- "weight": "70",
- "sport": "Rugby Sevens",
- "team": "Canada",
- "noc": "CAN",
- "age": 29,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Matas Enrique Paredes",
- "gender": "M",
- "height": "176",
- "weight": "74",
- "sport": "Hockey",
- "team": "Argentina",
- "noc": "ARG",
- "age": 34,
- "event": "Hockey Men's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Paula Beln Pareto",
- "gender": "F",
- "height": "150",
- "weight": "48",
- "sport": "Judo",
- "team": "Argentina",
- "noc": "ARG",
- "age": 30,
- "event": "Judo Women's Extra-Lightweight",
- "medal": "Gold"
- },
- {
- "name": "Park In-Bee",
- "gender": "F",
- "height": "168",
- "weight": "65",
- "sport": "Golf",
- "team": "South Korea",
- "noc": "KOR",
- "age": 28,
- "event": "Golf Women's Individual",
- "medal": "Gold"
- },
- {
- "name": "Park Sang-Young",
- "gender": "M",
- "height": "177",
- "weight": "73",
- "sport": "Fencing",
- "team": "South Korea",
- "noc": "KOR",
- "age": 20,
- "event": "Fencing Men's epee, Individual",
- "medal": "Gold"
- },
- {
- "name": "Shannon Parry",
- "gender": "F",
- "height": "170",
- "weight": "70",
- "sport": "Rugby Sevens",
- "team": "Australia",
- "noc": "AUS",
- "age": 26,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Mara Lucila Pascua Surez",
- "gender": "F",
- "height": "196",
- "weight": "93",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 33,
- "event": "Basketball Women's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Mariya Valeryevna Paseka",
- "gender": "F",
- "height": "161",
- "weight": "48",
- "sport": "Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 21,
- "event": "Gymnastics Women's Team All-Around",
- "medal": "Silver"
- },
- {
- "name": "Mariya Valeryevna Paseka",
- "gender": "F",
- "height": "161",
- "weight": "48",
- "sport": "Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 21,
- "event": "Gymnastics Women's Horse Vault",
- "medal": "Silver"
- },
- {
- "name": "Aleksandra Vyacheslavovna Patskevich",
- "gender": "F",
- "height": "169",
- "weight": "69",
- "sport": "Synchronized Swimming",
- "team": "Russia",
- "noc": "RUS",
- "age": 27,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Gold"
- },
- {
- "name": "Ilse Paulis",
- "gender": "F",
- "height": "174",
- "weight": "57",
- "sport": "Rowing",
- "team": "Netherlands",
- "noc": "NED",
- "age": 23,
- "event": "Rowing Women's Lightweight Double Sculls",
- "medal": "Gold"
- },
- {
- "name": "Maartje Yvonne Helene Paumen",
- "gender": "F",
- "height": "176",
- "weight": "66",
- "sport": "Hockey",
- "team": "Netherlands",
- "noc": "NED",
- "age": 30,
- "event": "Hockey Women's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Josip Pavi",
- "gender": "M",
- "height": "195",
- "weight": "90",
- "sport": "Water Polo",
- "team": "Croatia",
- "noc": "CRO",
- "age": 34,
- "event": "Water Polo Men's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Adam George Peaty",
- "gender": "M",
- "height": "191",
- "weight": "86",
- "sport": "Swimming",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 21,
- "event": "Swimming Men's 100 metres Breaststroke",
- "medal": "Gold"
- },
- {
- "name": "Adam George Peaty",
- "gender": "M",
- "height": "191",
- "weight": "86",
- "sport": "Swimming",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 21,
- "event": "Swimming Men's 4 x 100 metres Medley Relay",
- "medal": "Silver"
- },
- {
- "name": "Matthieu Patrick Franois Peche",
- "gender": "M",
- "height": "175",
- "weight": "75",
- "sport": "Canoeing",
- "team": "France",
- "noc": "FRA",
- "age": 28,
- "event": "Canoeing Men's Canadian Doubles, Slalom",
- "medal": "Bronze"
- },
- {
- "name": "Christinna Pedersen",
- "gender": "F",
- "height": "178",
- "weight": "68",
- "sport": "Badminton",
- "team": "Denmark",
- "noc": "DEN",
- "age": 30,
- "event": "Badminton Women's Doubles",
- "medal": "Silver"
- },
- {
- "name": "Rikke Mller Pedersen",
- "gender": "F",
- "height": "174",
- "weight": "61",
- "sport": "Swimming",
- "team": "Denmark",
- "noc": "DEN",
- "age": 27,
- "event": "Swimming Women's 4 x 100 metres Medley Relay",
- "medal": "Bronze"
- },
- {
- "name": "Gonzalo Peillat",
- "gender": "M",
- "height": "177",
- "weight": "82",
- "sport": "Hockey",
- "team": "Argentina",
- "noc": "ARG",
- "age": 23,
- "event": "Hockey Men's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Hendrik Pekeler",
- "gender": "M",
- "height": "203",
- "weight": "103",
- "sport": "Handball",
- "team": "Germany",
- "noc": "GER",
- "age": 25,
- "event": "Handball Men's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Evania Pelite",
- "gender": "F",
- "height": "169",
- "weight": "67",
- "sport": "Rugby Sevens",
- "team": "Australia",
- "noc": "AUS",
- "age": 21,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Giovanni Pellielo",
- "gender": "M",
- "height": "173",
- "weight": "93",
- "sport": "Shooting",
- "team": "Italy",
- "noc": "ITA",
- "age": 46,
- "event": "Shooting Men's Trap",
- "medal": "Silver"
- },
- {
- "name": "Catharine Pendrel",
- "gender": "F",
- "height": "166",
- "weight": "50",
- "sport": "Cycling",
- "team": "Canada",
- "noc": "CAN",
- "age": 35,
- "event": "Cycling Women's Mountainbike, Cross-team",
- "medal": "Bronze"
- },
- {
- "name": "Sandra Perkovi",
- "gender": "F",
- "height": "183",
- "weight": "85",
- "sport": "Athletics",
- "team": "Croatia",
- "noc": "CRO",
- "age": 26,
- "event": "Athletics Women's Discus Throw",
- "medal": "Gold"
- },
- {
- "name": "Kseniya Vitalyevna Perova",
- "gender": "F",
- "height": "169",
- "weight": "77",
- "sport": "Archery",
- "team": "Russia",
- "noc": "RUS",
- "age": 27,
- "event": "Archery Women's Team",
- "medal": "Silver"
- },
- {
- "name": "Kasey Perry-Glass",
- "gender": "F",
- "height": "163",
- "weight": "59",
- "sport": "Equestrianism",
- "team": "United States",
- "noc": "USA",
- "age": 28,
- "event": "Equestrianism Mixed Dressage, Team",
- "medal": "Bronze"
- },
- {
- "name": "Franois Pervis",
- "gender": "M",
- "height": "180",
- "weight": "88",
- "sport": "Cycling",
- "team": "France",
- "noc": "FRA",
- "age": 31,
- "event": "Cycling Men's Team Sprint",
- "medal": "Bronze"
- },
- {
- "name": "Babett Peter",
- "gender": "F",
- "height": "172",
- "weight": "64",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 28,
- "event": "Football Women's Football",
- "medal": "Gold"
- },
- {
- "name": "Steffen Peters",
- "gender": "M",
- "height": "173",
- "weight": "68",
- "sport": "Equestrianism",
- "team": "United States",
- "noc": "USA",
- "age": 51,
- "event": "Equestrianism Mixed Dressage, Team",
- "medal": "Bronze"
- },
- {
- "name": "Nils Petersen",
- "gender": "M",
- "height": "188",
- "weight": "80",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 27,
- "event": "Football Men's Football",
- "medal": "Silver"
- },
- {
- "name": "Antonio Petkovi",
- "gender": "M",
- "height": "190",
- "weight": "90",
- "sport": "Water Polo",
- "team": "Croatia",
- "noc": "CRO",
- "age": 30,
- "event": "Water Polo Men's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Geno Petriashvili",
- "gender": "M",
- "height": "198",
- "weight": "125",
- "sport": "Wrestling",
- "team": "Georgia",
- "noc": "GEO",
- "age": 22,
- "event": "Wrestling Men's Super-Heavyweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Mihaela Petril",
- "gender": "F",
- "height": "190",
- "weight": "74",
- "sport": "Rowing",
- "team": "Romania",
- "noc": "ROU",
- "age": 25,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Bronze"
- },
- {
- "name": "Eleftherios Petrounias",
- "gender": "M",
- "height": "164",
- "weight": "62",
- "sport": "Gymnastics",
- "team": "Greece",
- "noc": "GRE",
- "age": 25,
- "event": "Gymnastics Men's Rings",
- "medal": "Gold"
- },
- {
- "name": "Mayya Andreyevna Petrova (Kaverina-)",
- "gender": "F",
- "height": "178",
- "weight": "71",
- "sport": "Handball",
- "team": "Russia",
- "noc": "RUS",
- "age": 34,
- "event": "Handball Women's Handball",
- "medal": "Gold"
- },
- {
- "name": "Sonja Petrovi",
- "gender": "F",
- "height": "188",
- "weight": "77",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 27,
- "event": "Basketball Women's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Michael Fred Phelps, II",
- "gender": "M",
- "height": "193",
- "weight": "91",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 31,
- "event": "Swimming Men's 4 x 100 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Michael Fred Phelps, II",
- "gender": "M",
- "height": "193",
- "weight": "91",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 31,
- "event": "Swimming Men's 4 x 200 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Michael Fred Phelps, II",
- "gender": "M",
- "height": "193",
- "weight": "91",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 31,
- "event": "Swimming Men's 100 metres Butterfly",
- "medal": "Silver"
- },
- {
- "name": "Michael Fred Phelps, II",
- "gender": "M",
- "height": "193",
- "weight": "91",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 31,
- "event": "Swimming Men's 200 metres Butterfly",
- "medal": "Gold"
- },
- {
- "name": "Michael Fred Phelps, II",
- "gender": "M",
- "height": "193",
- "weight": "91",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 31,
- "event": "Swimming Men's 200 metres Individual Medley",
- "medal": "Gold"
- },
- {
- "name": "Michael Fred Phelps, II",
- "gender": "M",
- "height": "193",
- "weight": "91",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 31,
- "event": "Swimming Men's 4 x 100 metres Medley Relay",
- "medal": "Gold"
- },
- {
- "name": "Asha Solette Philip",
- "gender": "F",
- "height": "164",
- "weight": "67",
- "sport": "Athletics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 25,
- "event": "Athletics Women's 4 x 100 metres Relay",
- "medal": "Bronze"
- },
- {
- "name": "Matteo Piano",
- "gender": "M",
- "height": "208",
- "weight": "102",
- "sport": "Volleyball",
- "team": "Italy",
- "noc": "ITA",
- "age": 25,
- "event": "Volleyball Men's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Charline Picon",
- "gender": "F",
- "height": "169",
- "weight": "57",
- "sport": "Sailing",
- "team": "France",
- "noc": "FRA",
- "age": 31,
- "event": "Sailing Women's Windsurfer",
- "medal": "Gold"
- },
- {
- "name": "Luisito Pi",
- "gender": "M",
- "height": "183",
- "weight": "57",
- "sport": "Taekwondo",
- "team": "Dominican Republic",
- "noc": "DOM",
- "age": 22,
- "event": "Taekwondo Men's Flyweight",
- "medal": "Bronze"
- },
- {
- "name": "Ccile Pieper",
- "gender": "F",
- "height": "166",
- "weight": "56",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 21,
- "event": "Hockey Women's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Blake Pieroni",
- "gender": "M",
- "height": "188",
- "weight": "86",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 20,
- "event": "Swimming Men's 4 x 100 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Duko Pijetlovi",
- "gender": "M",
- "height": "197",
- "weight": "97",
- "sport": "Water Polo",
- "team": "Serbia",
- "noc": "SRB",
- "age": 31,
- "event": "Water Polo Men's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Gojko Pijetlovi",
- "gender": "M",
- "height": "194",
- "weight": "92",
- "sport": "Water Polo",
- "team": "Serbia",
- "noc": "SRB",
- "age": 32,
- "event": "Water Polo Men's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Allison Marie Pineau",
- "gender": "F",
- "height": "181",
- "weight": "66",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 27,
- "event": "Handball Women's Handball",
- "medal": "Silver"
- },
- {
- "name": "Paolo Pizzo",
- "gender": "M",
- "height": "180",
- "weight": "70",
- "sport": "Fencing",
- "team": "Italy",
- "noc": "ITA",
- "age": 33,
- "event": "Fencing Men's epee, Team",
- "medal": "Silver"
- },
- {
- "name": "Thomas Plel",
- "gender": "M",
- "height": "181",
- "weight": "80",
- "sport": "Sailing",
- "team": "Germany",
- "noc": "GER",
- "age": 28,
- "event": "Sailing Men's Skiff",
- "medal": "Bronze"
- },
- {
- "name": "David Edward Plummer",
- "gender": "M",
- "height": "191",
- "weight": "95",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Swimming Men's 100 metres Backstroke",
- "medal": "Bronze"
- },
- {
- "name": "David Edward Plummer",
- "gender": "M",
- "height": "191",
- "weight": "95",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Swimming Men's 4 x 100 metres Medley Relay",
- "medal": "Gold"
- },
- {
- "name": "Amanda Polk",
- "gender": "F",
- "height": "180",
- "weight": "84",
- "sport": "Rowing",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Gold"
- },
- {
- "name": "Marina Viktorovna Poltoran-Litvinchuk",
- "gender": "F",
- "height": "178",
- "weight": "68",
- "sport": "Canoeing",
- "team": "Belarus",
- "noc": "BLR",
- "age": 28,
- "event": "Canoeing Women's Kayak Fours, 500 metres",
- "medal": "Bronze"
- },
- {
- "name": "Francesca Pomeri",
- "gender": "F",
- "height": "174",
- "weight": "76",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 23,
- "event": "Water Polo Women's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Simona Pop (Deac-)",
- "gender": "F",
- "height": "178",
- "weight": "62",
- "sport": "Fencing",
- "team": "Romania",
- "noc": "ROU",
- "age": 27,
- "event": "Fencing Women's epee, Team",
- "medal": "Gold"
- },
- {
- "name": "Iuliana Popa",
- "gender": "F",
- "height": "185",
- "weight": "72",
- "sport": "Rowing",
- "team": "Romania",
- "noc": "ROU",
- "age": 20,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Bronze"
- },
- {
- "name": "Nadezhda Mikhaylovna Popok-Lepeshko",
- "gender": "F",
- "height": "172",
- "weight": "67",
- "sport": "Canoeing",
- "team": "Belarus",
- "noc": "BLR",
- "age": 27,
- "event": "Canoeing Women's Kayak Fours, 500 metres",
- "medal": "Bronze"
- },
- {
- "name": "Silvija Popovi",
- "gender": "F",
- "height": "178",
- "weight": "65",
- "sport": "Volleyball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 30,
- "event": "Volleyball Women's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Alexandra Popp",
- "gender": "F",
- "height": "174",
- "weight": "65",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 25,
- "event": "Football Women's Football",
- "medal": "Gold"
- },
- {
- "name": "Valentin Porte",
- "gender": "M",
- "height": "190",
- "weight": "92",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 25,
- "event": "Handball Men's Handball",
- "medal": "Silver"
- },
- {
- "name": "Alise Rose Post",
- "gender": "F",
- "height": "158",
- "weight": "58",
- "sport": "Cycling",
- "team": "United States",
- "noc": "USA",
- "age": 25,
- "event": "Cycling Women's BMX",
- "medal": "Silver"
- },
- {
- "name": "Mira Potkonen",
- "gender": "F",
- "height": "165",
- "weight": "60",
- "sport": "Boxing",
- "team": "Finland",
- "noc": "FIN",
- "age": 35,
- "event": "Boxing Women's Lightweight",
- "medal": "Bronze"
- },
- {
- "name": "Alec Potts",
- "gender": "M",
- "height": "185",
- "weight": "77",
- "sport": "Archery",
- "team": "Australia",
- "noc": "AUS",
- "age": 20,
- "event": "Archery Men's Team",
- "medal": "Bronze"
- },
- {
- "name": "Asafa Kehine Powell",
- "gender": "M",
- "height": "191",
- "weight": "93",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 33,
- "event": "Athletics Men's 4 x 100 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Olivia Elizabeth \"Polly\" Powrie",
- "gender": "F",
- "height": "173",
- "weight": "70",
- "sport": "Sailing",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 28,
- "event": "Sailing Women's Two Person Dinghy",
- "medal": "Silver"
- },
- {
- "name": "Josh Prenot",
- "gender": "M",
- "height": "180",
- "weight": "76",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 23,
- "event": "Swimming Men's 200 metres Breaststroke",
- "medal": "Silver"
- },
- {
- "name": "Christian Presciutti",
- "gender": "M",
- "height": "184",
- "weight": "87",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 33,
- "event": "Water Polo Men's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Nicholas Presciutti",
- "gender": "M",
- "height": "189",
- "weight": "93",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 22,
- "event": "Water Polo Men's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "William Reid Priddy",
- "gender": "M",
- "height": "194",
- "weight": "89",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 38,
- "event": "Volleyball Men's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Nichelle Prince",
- "gender": "F",
- "height": "163",
- "weight": "65",
- "sport": "Football",
- "team": "Canada",
- "noc": "CAN",
- "age": 21,
- "event": "Football Women's Football",
- "medal": "Bronze"
- },
- {
- "name": "Andrija Prlainovi",
- "gender": "M",
- "height": "200",
- "weight": "106",
- "sport": "Water Polo",
- "team": "Serbia",
- "noc": "SRB",
- "age": 29,
- "event": "Water Polo Men's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Yekaterina Valeryevna Prokofyeva",
- "gender": "F",
- "height": "176",
- "weight": "70",
- "sport": "Water Polo",
- "team": "Russia",
- "noc": "RUS",
- "age": 25,
- "event": "Water Polo Women's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Yelena Gennadyevna Prokofyeva",
- "gender": "F",
- "height": "171",
- "weight": "54",
- "sport": "Synchronized Swimming",
- "team": "Russia",
- "noc": "RUS",
- "age": 22,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Gold"
- },
- {
- "name": "Grischa Prmel",
- "gender": "M",
- "height": "182",
- "weight": "78",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 21,
- "event": "Football Men's Football",
- "medal": "Silver"
- },
- {
- "name": "Marie Prouvensier",
- "gender": "F",
- "height": "165",
- "weight": "52",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 22,
- "event": "Handball Women's Handball",
- "medal": "Silver"
- },
- {
- "name": "Ji Prskavec",
- "gender": "M",
- "height": "173",
- "weight": "69",
- "sport": "Canoeing",
- "team": "Czech Republic",
- "noc": "CZE",
- "age": 23,
- "event": "Canoeing Men's Kayak Singles, Slalom",
- "medal": "Bronze"
- },
- {
- "name": "Monica Puig Marchn",
- "gender": "F",
- "height": "170",
- "weight": "64",
- "sport": "Tennis",
- "team": "Puerto Rico",
- "noc": "PUR",
- "age": 22,
- "event": "Tennis Women's Singles",
- "medal": "Gold"
- },
- {
- "name": "Elmar Qasmov",
- "gender": "M",
- "height": "188",
- "weight": "100",
- "sport": "Judo",
- "team": "Azerbaijan",
- "noc": "AZE",
- "age": 25,
- "event": "Judo Men's Half-Heavyweight",
- "medal": "Silver"
- },
- {
- "name": "Xetaq Qazyumov",
- "gender": "M",
- "height": "180",
- "weight": "97",
- "sport": "Wrestling",
- "team": "Azerbaijan",
- "noc": "AZE",
- "age": 33,
- "event": "Wrestling Men's Heavyweight, Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Qin Kai",
- "gender": "M",
- "height": "170",
- "weight": "65",
- "sport": "Diving",
- "team": "China",
- "noc": "CHN",
- "age": 30,
- "event": "Diving Men's Synchronized Springboard",
- "medal": "Bronze"
- },
- {
- "name": "Rasmus Christian Quaade",
- "gender": "M",
- "height": "187",
- "weight": "78",
- "sport": "Cycling",
- "team": "Denmark",
- "noc": "DEN",
- "age": 26,
- "event": "Cycling Men's Team Pursuit, 4,000 metres",
- "medal": "Bronze"
- },
- {
- "name": "Elisa Queirolo",
- "gender": "F",
- "height": "168",
- "weight": "61",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 25,
- "event": "Water Polo Women's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Isaquias Queiroz dos Santos",
- "gender": "M",
- "height": "175",
- "weight": "85",
- "sport": "Canoeing",
- "team": "Brazil",
- "noc": "BRA",
- "age": 22,
- "event": "Canoeing Men's Canadian Singles, 200 metres",
- "medal": "Bronze"
- },
- {
- "name": "Isaquias Queiroz dos Santos",
- "gender": "M",
- "height": "175",
- "weight": "85",
- "sport": "Canoeing",
- "team": "Brazil",
- "noc": "BRA",
- "age": 22,
- "event": "Canoeing Men's Canadian Singles, 1,000 metres",
- "medal": "Silver"
- },
- {
- "name": "Isaquias Queiroz dos Santos",
- "gender": "M",
- "height": "175",
- "weight": "85",
- "sport": "Canoeing",
- "team": "Brazil",
- "noc": "BRA",
- "age": 22,
- "event": "Canoeing Men's Canadian Doubles, 1,000 metres",
- "medal": "Silver"
- },
- {
- "name": "Samantha Ann \"Sam\" Quek",
- "gender": "F",
- "height": "169",
- "weight": "62",
- "sport": "Hockey",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 27,
- "event": "Hockey Women's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Alejandra Quereda Flores",
- "gender": "F",
- "height": "175",
- "weight": "55",
- "sport": "Rhythmic Gymnastics",
- "team": "Spain",
- "noc": "ESP",
- "age": 24,
- "event": "Rhythmic Gymnastics Women's Group",
- "medal": "Silver"
- },
- {
- "name": "Laura Quevedo Caizares",
- "gender": "F",
- "height": "185",
- "weight": "74",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 20,
- "event": "Basketball Women's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Rebecca Quinn",
- "gender": "F",
- "height": "176",
- "weight": "66",
- "sport": "Football",
- "team": "Canada",
- "noc": "CAN",
- "age": 20,
- "event": "Football Women's Football",
- "medal": "Bronze"
- },
- {
- "name": "Jean Quiquampoix",
- "gender": "M",
- "height": "189",
- "weight": "85",
- "sport": "Shooting",
- "team": "France",
- "noc": "FRA",
- "age": 20,
- "event": "Shooting Men's Rapid-Fire Pistol, 25 metres",
- "medal": "Silver"
- },
- {
- "name": "Alicia Quirk",
- "gender": "F",
- "height": "173",
- "weight": "64",
- "sport": "Rugby Sevens",
- "team": "Australia",
- "noc": "AUS",
- "age": 24,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Mohammed Rabii",
- "gender": "M",
- "height": "180",
- "weight": "69",
- "sport": "Boxing",
- "team": "Morocco",
- "noc": "MAR",
- "age": 23,
- "event": "Boxing Men's Welterweight",
- "medal": "Bronze"
- },
- {
- "name": "Federica Radicchi",
- "gender": "F",
- "height": "170",
- "weight": "70",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 27,
- "event": "Water Polo Women's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Tamara Radoaj",
- "gender": "F",
- "height": "170",
- "weight": "60",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 28,
- "event": "Basketball Women's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Miroslav Raduljica",
- "gender": "M",
- "height": "213",
- "weight": "130",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 28,
- "event": "Basketball Men's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Rafael Alcntara do Nascimento",
- "gender": "M",
- "height": "172",
- "weight": "65",
- "sport": "Football",
- "team": "Brazil",
- "noc": "BRA",
- "age": 23,
- "event": "Football Men's Football",
- "medal": "Gold"
- },
- {
- "name": "Hassan Sabzali Rahimi",
- "gender": "M",
- "height": "165",
- "weight": "62",
- "sport": "Wrestling",
- "team": "Iran",
- "noc": "IRI",
- "age": 27,
- "event": "Wrestling Men's Featherweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Guillaume Louis Benoit Raineau",
- "gender": "M",
- "height": "187",
- "weight": "71",
- "sport": "Rowing",
- "team": "France",
- "noc": "FRA",
- "age": 30,
- "event": "Rowing Men's Lightweight Coxless Fours",
- "medal": "Bronze"
- },
- {
- "name": "Alexandra Rose \"Aly\" Raisman",
- "gender": "F",
- "height": "157",
- "weight": "52",
- "sport": "Gymnastics",
- "team": "United States",
- "noc": "USA",
- "age": 22,
- "event": "Gymnastics Women's Individual All-Around",
- "medal": "Silver"
- },
- {
- "name": "Alexandra Rose \"Aly\" Raisman",
- "gender": "F",
- "height": "157",
- "weight": "52",
- "sport": "Gymnastics",
- "team": "United States",
- "noc": "USA",
- "age": 22,
- "event": "Gymnastics Women's Team All-Around",
- "medal": "Gold"
- },
- {
- "name": "Alexandra Rose \"Aly\" Raisman",
- "gender": "F",
- "height": "157",
- "weight": "52",
- "sport": "Gymnastics",
- "team": "United States",
- "noc": "USA",
- "age": 22,
- "event": "Gymnastics Women's Floor Exercise",
- "medal": "Silver"
- },
- {
- "name": "Allar Raja",
- "gender": "M",
- "height": "190",
- "weight": "95",
- "sport": "Rowing",
- "team": "Estonia",
- "noc": "EST",
- "age": 33,
- "event": "Rowing Men's Quadruple Sculls",
- "medal": "Bronze"
- },
- {
- "name": "Nidzhat Aliyevich Rakhimov",
- "gender": "M",
- "height": "176",
- "weight": "77",
- "sport": "Weightlifting",
- "team": "Kazakhstan",
- "noc": "KAZ",
- "age": 22,
- "event": "Weightlifting Men's Middleweight",
- "medal": "Gold"
- },
- {
- "name": "Rajeev Ram",
- "gender": "M",
- "height": "193",
- "weight": "84",
- "sport": "Tennis",
- "team": "United States-1",
- "noc": "USA",
- "age": 32,
- "event": "Tennis Mixed Doubles",
- "medal": "Silver"
- },
- {
- "name": "Edvinas Ramanauskas",
- "gender": "M",
- "height": "184",
- "weight": "90",
- "sport": "Canoeing",
- "team": "Lithuania",
- "noc": "LTU",
- "age": 30,
- "event": "Canoeing Men's Kayak Doubles, 200 metres",
- "medal": "Bronze"
- },
- {
- "name": "Carlos Alberto Ramrez Yepes",
- "gender": "M",
- "height": "178",
- "weight": "65",
- "sport": "Cycling",
- "team": "Colombia",
- "noc": "COL",
- "age": 22,
- "event": "Cycling Men's BMX",
- "medal": "Bronze"
- },
- {
- "name": "Robeisy Eloy Ramrez Carrazana",
- "gender": "M",
- "height": "165",
- "weight": "56",
- "sport": "Boxing",
- "team": "Cuba",
- "noc": "CUB",
- "age": 22,
- "event": "Boxing Men's Bantamweight",
- "medal": "Gold"
- },
- {
- "name": "Soslan Lyudvikovich Ramonov",
- "gender": "M",
- "height": "170",
- "weight": "65",
- "sport": "Wrestling",
- "team": "Russia",
- "noc": "RUS",
- "age": 25,
- "event": "Wrestling Men's Welterweight, Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Thomas Matthew \"Tom\" Ransley",
- "gender": "M",
- "height": "198",
- "weight": "101",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 30,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Gold"
- },
- {
- "name": "Sava Ranelovi",
- "gender": "M",
- "height": "193",
- "weight": "98",
- "sport": "Water Polo",
- "team": "Serbia",
- "noc": "SRB",
- "age": 23,
- "event": "Water Polo Men's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Milena Rai",
- "gender": "F",
- "height": "191",
- "weight": "72",
- "sport": "Volleyball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 25,
- "event": "Volleyball Women's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Hedvig Lrke Berg Rasmussen",
- "gender": "F",
- "height": "187",
- "weight": "79",
- "sport": "Rowing",
- "team": "Denmark",
- "noc": "DEN",
- "age": 22,
- "event": "Rowing Women's Coxless Pairs",
- "medal": "Bronze"
- },
- {
- "name": "Ronald Rauhe",
- "gender": "M",
- "height": "179",
- "weight": "82",
- "sport": "Canoeing",
- "team": "Germany",
- "noc": "GER",
- "age": 34,
- "event": "Canoeing Men's Kayak Singles, 200 metres",
- "medal": "Bronze"
- },
- {
- "name": "Vatemo Ravouvou",
- "gender": "M",
- "height": "171",
- "weight": "81",
- "sport": "Rugby Sevens",
- "team": "Fiji",
- "noc": "FIJ",
- "age": 26,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Savenaca Rawaca",
- "gender": "M",
- "height": "189",
- "weight": "105",
- "sport": "Rugby Sevens",
- "team": "Fiji",
- "noc": "FIJ",
- "age": 24,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Alexis Raynaud",
- "gender": "M",
- "height": "172",
- "weight": "78",
- "sport": "Shooting",
- "team": "France",
- "noc": "FRA",
- "age": 21,
- "event": "Shooting Men's Small-Bore Rifle, Three Positions, 50 metres",
- "medal": "Bronze"
- },
- {
- "name": "Andrs Rdli",
- "gender": "M",
- "height": "193",
- "weight": "83",
- "sport": "Fencing",
- "team": "Hungary",
- "noc": "HUN",
- "age": 32,
- "event": "Fencing Men's epee, Team",
- "medal": "Bronze"
- },
- {
- "name": "Peter \"Pete\" Reed",
- "gender": "M",
- "height": "197",
- "weight": "100",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 35,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Gold"
- },
- {
- "name": "Brittney Davon Reese",
- "gender": "F",
- "height": "173",
- "weight": "61",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 29,
- "event": "Athletics Women's Long Jump",
- "medal": "Silver"
- },
- {
- "name": "Emily Regan",
- "gender": "F",
- "height": "188",
- "weight": "81",
- "sport": "Rowing",
- "team": "United States",
- "noc": "USA",
- "age": 28,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Gold"
- },
- {
- "name": "Tobias Reichmann",
- "gender": "M",
- "height": "188",
- "weight": "87",
- "sport": "Handball",
- "team": "Germany",
- "noc": "GER",
- "age": 28,
- "event": "Handball Men's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Maximilian Reinelt",
- "gender": "M",
- "height": "195",
- "weight": "98",
- "sport": "Rowing",
- "team": "Germany",
- "noc": "GER",
- "age": 27,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Silver"
- },
- {
- "name": "Christian Reitz",
- "gender": "M",
- "height": "183",
- "weight": "93",
- "sport": "Shooting",
- "team": "Germany",
- "noc": "GER",
- "age": 29,
- "event": "Shooting Men's Rapid-Fire Pistol, 25 metres",
- "medal": "Gold"
- },
- {
- "name": "Ren Cancan",
- "gender": "F",
- "height": "167",
- "weight": "51",
- "sport": "Boxing",
- "team": "China",
- "noc": "CHN",
- "age": 28,
- "event": "Boxing Women's Flyweight",
- "medal": "Bronze"
- },
- {
- "name": "Ren Qian",
- "gender": "F",
- "height": "162",
- "weight": "49",
- "sport": "Diving",
- "team": "China",
- "noc": "CHN",
- "age": 15,
- "event": "Diving Women's Platform",
- "medal": "Gold"
- },
- {
- "name": "Renato Soares de Oliveira Augusto",
- "gender": "M",
- "height": "186",
- "weight": "90",
- "sport": "Football",
- "team": "Brazil",
- "noc": "BRA",
- "age": 28,
- "event": "Football Men's Football",
- "medal": "Gold"
- },
- {
- "name": "Max Rendschmidt",
- "gender": "M",
- "height": "186",
- "weight": "90",
- "sport": "Canoeing",
- "team": "Germany",
- "noc": "GER",
- "age": 22,
- "event": "Canoeing Men's Kayak Doubles, 1,000 metres",
- "medal": "Gold"
- },
- {
- "name": "Max Rendschmidt",
- "gender": "M",
- "height": "186",
- "weight": "90",
- "sport": "Canoeing",
- "team": "Germany",
- "noc": "GER",
- "age": 22,
- "event": "Canoeing Men's Kayak Fours, 1,000 metres",
- "medal": "Gold"
- },
- {
- "name": "Robert Peter \"Robbie\" Renwick",
- "gender": "M",
- "height": "184",
- "weight": "80",
- "sport": "Swimming",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 28,
- "event": "Swimming Men's 4 x 200 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Lucas Martn Rey",
- "gender": "M",
- "height": "177",
- "weight": "74",
- "sport": "Hockey",
- "team": "Argentina",
- "noc": "ARG",
- "age": 33,
- "event": "Hockey Men's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Matas Rey",
- "gender": "M",
- "height": "178",
- "weight": "72",
- "sport": "Hockey",
- "team": "Argentina",
- "noc": "ARG",
- "age": 31,
- "event": "Hockey Men's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Felipe Reyes Cabaas",
- "gender": "M",
- "height": "205",
- "weight": "109",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 36,
- "event": "Basketball Men's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Kristina Joana Reynolds",
- "gender": "F",
- "height": "181",
- "weight": "71",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 32,
- "event": "Hockey Women's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Ghasem Gholamreza Rezaei",
- "gender": "M",
- "height": "185",
- "weight": "100",
- "sport": "Wrestling",
- "team": "Iran",
- "noc": "IRI",
- "age": 30,
- "event": "Wrestling Men's Heavyweight, Greco-Roman",
- "medal": "Bronze"
- },
- {
- "name": "Kimberly Susan \"Kim\" Rhode (-Harryman)",
- "gender": "F",
- "height": "163",
- "weight": "82",
- "sport": "Shooting",
- "team": "United States",
- "noc": "USA",
- "age": 37,
- "event": "Shooting Women's Skeet",
- "medal": "Bronze"
- },
- {
- "name": "Ri Se-Gwang",
- "gender": "M",
- "height": "155",
- "weight": "54",
- "sport": "Gymnastics",
- "team": "North Korea",
- "noc": "PRK",
- "age": 31,
- "event": "Gymnastics Men's Horse Vault",
- "medal": "Gold"
- },
- {
- "name": "Helen Richardson-Walsh",
- "gender": "F",
- "height": "165",
- "weight": "55",
- "sport": "Hockey",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 34,
- "event": "Hockey Women's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Kathrin Louise \"Kate\" Richardson-Walsh",
- "gender": "F",
- "height": "171",
- "weight": "66",
- "sport": "Hockey",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 36,
- "event": "Hockey Women's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Linn-Kristin Ullevoldster Riegelhuth Koren",
- "gender": "F",
- "height": "175",
- "weight": "66",
- "sport": "Handball",
- "team": "Norway",
- "noc": "NOR",
- "age": 32,
- "event": "Handball Women's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Rim Jong-Sim",
- "gender": "F",
- "height": "162",
- "weight": "75",
- "sport": "Weightlifting",
- "team": "North Korea",
- "noc": "PRK",
- "age": 23,
- "event": "Weightlifting Women's Heavyweight",
- "medal": "Gold"
- },
- {
- "name": "Anne-Marie Rindom",
- "gender": "F",
- "height": "170",
- "weight": "68",
- "sport": "Sailing",
- "team": "Denmark",
- "noc": "DEN",
- "age": 25,
- "event": "Sailing Women's One Person Dinghy",
- "medal": "Bronze"
- },
- {
- "name": "Teddy Pierre-Marie Riner",
- "gender": "M",
- "height": "203",
- "weight": "139",
- "sport": "Judo",
- "team": "France",
- "noc": "FRA",
- "age": 27,
- "event": "Judo Men's Heavyweight",
- "medal": "Gold"
- },
- {
- "name": "Pandelela Rinong anak Pamg",
- "gender": "F",
- "height": "159",
- "weight": "55",
- "sport": "Diving",
- "team": "Malaysia",
- "noc": "MAS",
- "age": 23,
- "event": "Diving Women's Synchronized Platform",
- "medal": "Silver"
- },
- {
- "name": "Jenny Rissveds",
- "gender": "F",
- "height": "165",
- "weight": "55",
- "sport": "Cycling",
- "team": "Sweden",
- "noc": "SWE",
- "age": 22,
- "event": "Cycling Women's Mountainbike, Cross-team",
- "medal": "Gold"
- },
- {
- "name": "Saulius Ritter",
- "gender": "M",
- "height": "202",
- "weight": "110",
- "sport": "Rowing",
- "team": "Lithuania",
- "noc": "LTU",
- "age": 27,
- "event": "Rowing Men's Double Sculls",
- "medal": "Silver"
- },
- {
- "name": "Hanna Serhivna Rizatdinova",
- "gender": "F",
- "height": "173",
- "weight": "49",
- "sport": "Rhythmic Gymnastics",
- "team": "Ukraine",
- "noc": "UKR",
- "age": 23,
- "event": "Rhythmic Gymnastics Women's Individual",
- "medal": "Bronze"
- },
- {
- "name": "Mlina Robert-Michon",
- "gender": "F",
- "height": "180",
- "weight": "85",
- "sport": "Athletics",
- "team": "France",
- "noc": "FRA",
- "age": 37,
- "event": "Athletics Women's Discus Throw",
- "medal": "Silver"
- },
- {
- "name": "Gil Roberts",
- "gender": "M",
- "height": "188",
- "weight": "82",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Athletics Men's 4 x 400 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "James Roberts",
- "gender": "M",
- "height": "194",
- "weight": "90",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 25,
- "event": "Swimming Men's 4 x 100 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "Mark Robertson",
- "gender": "M",
- "height": "189",
- "weight": "96",
- "sport": "Rugby Sevens",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 31,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Kelsey Robinson",
- "gender": "F",
- "height": "188",
- "weight": "70",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 24,
- "event": "Volleyball Women's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Sarah Elizabeth Robles",
- "gender": "F",
- "height": "178",
- "weight": "141",
- "sport": "Weightlifting",
- "team": "United States",
- "noc": "USA",
- "age": 28,
- "event": "Weightlifting Women's Super-Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Brendon Rodney",
- "gender": "M",
- "height": "195",
- "weight": "80",
- "sport": "Athletics",
- "team": "Canada",
- "noc": "CAN",
- "age": 24,
- "event": "Athletics Men's 4 x 100 metres Relay",
- "medal": "Bronze"
- },
- {
- "name": "Rodrigo Caio Coquette Russo",
- "gender": "M",
- "height": "182",
- "weight": "70",
- "sport": "Football",
- "team": "Brazil",
- "noc": "BRA",
- "age": 22,
- "event": "Football Men's Football",
- "medal": "Gold"
- },
- {
- "name": "Rodrigo Dourado Cunha",
- "gender": "M",
- "height": "186",
- "weight": "79",
- "sport": "Football",
- "team": "Brazil",
- "noc": "BRA",
- "age": 22,
- "event": "Football Men's Football",
- "medal": "Gold"
- },
- {
- "name": "Leonor Rodrguez Manso",
- "gender": "F",
- "height": "180",
- "weight": "72",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 24,
- "event": "Basketball Women's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Misael Uziel Rodrguez Olivas",
- "gender": "M",
- "height": "178",
- "weight": "75",
- "sport": "Boxing",
- "team": "Mexico",
- "noc": "MEX",
- "age": 22,
- "event": "Boxing Men's Middleweight",
- "medal": "Bronze"
- },
- {
- "name": "Sergio Rodrguez Gmez",
- "gender": "M",
- "height": "191",
- "weight": "80",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 30,
- "event": "Basketball Men's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "James Rodwell",
- "gender": "M",
- "height": "195",
- "weight": "105",
- "sport": "Rugby Sevens",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 31,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Boudewijn Rell",
- "gender": "M",
- "height": "195",
- "weight": "100",
- "sport": "Rowing",
- "team": "Netherlands",
- "noc": "NED",
- "age": 27,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Bronze"
- },
- {
- "name": "Thomas Rhler",
- "gender": "M",
- "height": "192",
- "weight": "92",
- "sport": "Athletics",
- "team": "Germany",
- "noc": "GER",
- "age": 24,
- "event": "Athletics Men's Javelin Throw",
- "medal": "Gold"
- },
- {
- "name": "Yulimar del Valle Rojas Rodrguez",
- "gender": "F",
- "height": "192",
- "weight": "72",
- "sport": "Athletics",
- "team": "Venezuela",
- "noc": "VEN",
- "age": 20,
- "event": "Athletics Women's Triple Jump",
- "medal": "Silver"
- },
- {
- "name": "Fridolina Rolf",
- "gender": "F",
- "height": "178",
- "weight": "74",
- "sport": "Football",
- "team": "Sweden",
- "noc": "SWE",
- "age": 22,
- "event": "Football Women's Football",
- "medal": "Silver"
- },
- {
- "name": "Brianna Rollins",
- "gender": "F",
- "height": "165",
- "weight": "59",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 24,
- "event": "Athletics Women's 100 metres Hurdles",
- "medal": "Gold"
- },
- {
- "name": "Svetlana Alekseyevna Romashina",
- "gender": "F",
- "height": "173",
- "weight": "57",
- "sport": "Synchronized Swimming",
- "team": "Russia",
- "noc": "RUS",
- "age": 26,
- "event": "Synchronized Swimming Women's Duet",
- "medal": "Gold"
- },
- {
- "name": "Svetlana Alekseyevna Romashina",
- "gender": "F",
- "height": "173",
- "weight": "57",
- "sport": "Synchronized Swimming",
- "team": "Russia",
- "noc": "RUS",
- "age": 26,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Gold"
- },
- {
- "name": "Leticia Romero Gonzlez",
- "gender": "F",
- "height": "177",
- "weight": "62",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 21,
- "event": "Basketball Women's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Natalie Rooney",
- "gender": "F",
- "height": "181",
- "weight": "95",
- "sport": "Shooting",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 28,
- "event": "Shooting Women's Trap",
- "medal": "Silver"
- },
- {
- "name": "Deanne Rose",
- "gender": "F",
- "height": "160",
- "weight": "62",
- "sport": "Football",
- "team": "Canada",
- "noc": "CAN",
- "age": 17,
- "event": "Football Women's Football",
- "medal": "Bronze"
- },
- {
- "name": "Justin Peter Rose",
- "gender": "M",
- "height": "191",
- "weight": "NA",
- "sport": "Golf",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 36,
- "event": "Golf Men's Individual",
- "medal": "Gold"
- },
- {
- "name": "Shane Rose",
- "gender": "M",
- "height": "181",
- "weight": "80",
- "sport": "Equestrianism",
- "team": "Australia",
- "noc": "AUS",
- "age": 43,
- "event": "Equestrianism Mixed Three-Day Event, Team",
- "medal": "Bronze"
- },
- {
- "name": "April Elizabeth Ross",
- "gender": "F",
- "height": "185",
- "weight": "75",
- "sport": "Beach Volleyball",
- "team": "United States-1",
- "noc": "USA",
- "age": 34,
- "event": "Beach Volleyball Women's Beach Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Gabriele Rossetti",
- "gender": "M",
- "height": "176",
- "weight": "65",
- "sport": "Shooting",
- "team": "Italy",
- "noc": "ITA",
- "age": 21,
- "event": "Shooting Men's Skeet",
- "medal": "Gold"
- },
- {
- "name": "Lucas Rafael Rossi",
- "gender": "M",
- "height": "188",
- "weight": "88",
- "sport": "Hockey",
- "team": "Argentina",
- "noc": "ARG",
- "age": 31,
- "event": "Hockey Men's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Salvatore Rossini",
- "gender": "M",
- "height": "185",
- "weight": "82",
- "sport": "Volleyball",
- "team": "Italy",
- "noc": "ITA",
- "age": 30,
- "event": "Volleyball Men's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Kianoush Rostami",
- "gender": "M",
- "height": "177",
- "weight": "85",
- "sport": "Weightlifting",
- "team": "Iran",
- "noc": "IRI",
- "age": 25,
- "event": "Weightlifting Men's Light-Heavyweight",
- "medal": "Gold"
- },
- {
- "name": "Snke Rothenberger",
- "gender": "M",
- "height": "193",
- "weight": "73",
- "sport": "Equestrianism",
- "team": "Germany",
- "noc": "GER",
- "age": 21,
- "event": "Equestrianism Mixed Dressage, Team",
- "medal": "Gold"
- },
- {
- "name": "Joanna Katie Rowsell Shand",
- "gender": "F",
- "height": "180",
- "weight": "69",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 27,
- "event": "Cycling Women's Team Pursuit",
- "medal": "Gold"
- },
- {
- "name": "Philippe Rozier",
- "gender": "M",
- "height": "173",
- "weight": "63",
- "sport": "Equestrianism",
- "team": "France",
- "noc": "FRA",
- "age": 53,
- "event": "Equestrianism Mixed Jumping, Team",
- "medal": "Gold"
- },
- {
- "name": "Elin Ingrid Johanna Rubensson",
- "gender": "F",
- "height": "166",
- "weight": "59",
- "sport": "Football",
- "team": "Sweden",
- "noc": "SWE",
- "age": 23,
- "event": "Football Women's Football",
- "medal": "Silver"
- },
- {
- "name": "Ricard \"Ricky\" Rubio Vives",
- "gender": "M",
- "height": "193",
- "weight": "82",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 25,
- "event": "Basketball Men's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Taylor Madison Ruck",
- "gender": "F",
- "height": "180",
- "weight": "60",
- "sport": "Swimming",
- "team": "Canada",
- "noc": "CAN",
- "age": 16,
- "event": "Swimming Women's 4 x 100 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "Taylor Madison Ruck",
- "gender": "F",
- "height": "180",
- "weight": "60",
- "sport": "Swimming",
- "team": "Canada",
- "noc": "CAN",
- "age": 16,
- "event": "Swimming Women's 4 x 200 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "David Lekuta Rudisha",
- "gender": "M",
- "height": "190",
- "weight": "76",
- "sport": "Athletics",
- "team": "Kenya",
- "noc": "KEN",
- "age": 27,
- "event": "Athletics Men's 800 metres",
- "medal": "Gold"
- },
- {
- "name": "Christopher Rhr",
- "gender": "M",
- "height": "180",
- "weight": "77",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 22,
- "event": "Hockey Men's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Cierra Runge",
- "gender": "F",
- "height": "193",
- "weight": "85",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 20,
- "event": "Swimming Women's 4 x 200 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Galen Rupp",
- "gender": "M",
- "height": "181",
- "weight": "61",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Athletics Men's Marathon",
- "medal": "Bronze"
- },
- {
- "name": "Aaron Russell",
- "gender": "M",
- "height": "206",
- "weight": "93",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 23,
- "event": "Volleyball Men's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Alonzo Russell",
- "gender": "M",
- "height": "174",
- "weight": "68",
- "sport": "Athletics",
- "team": "Bahamas",
- "noc": "BAH",
- "age": 24,
- "event": "Athletics Men's 4 x 400 metres Relay",
- "medal": "Bronze"
- },
- {
- "name": "Kelly Russell",
- "gender": "F",
- "height": "178",
- "weight": "83",
- "sport": "Rugby Sevens",
- "team": "Canada",
- "noc": "CAN",
- "age": 29,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Gregory James \"Greg\" Rutherford",
- "gender": "M",
- "height": "188",
- "weight": "92",
- "sport": "Athletics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 29,
- "event": "Athletics Men's Long Jump",
- "medal": "Bronze"
- },
- {
- "name": "William \"Will\" Ryan",
- "gender": "M",
- "height": "193",
- "weight": "75",
- "sport": "Sailing",
- "team": "Australia",
- "noc": "AUS",
- "age": 27,
- "event": "Sailing Men's Two Person Dinghy",
- "medal": "Silver"
- },
- {
- "name": "Yevgeny Mikhaylovich Rylov",
- "gender": "M",
- "height": "184",
- "weight": "69",
- "sport": "Swimming",
- "team": "Russia",
- "noc": "RUS",
- "age": 19,
- "event": "Swimming Men's 200 metres Backstroke",
- "medal": "Bronze"
- },
- {
- "name": "Olga Sergeyevna Rypakova (Alekseyeva-)",
- "gender": "F",
- "height": "183",
- "weight": "62",
- "sport": "Athletics",
- "team": "Kazakhstan",
- "noc": "KAZ",
- "age": 31,
- "event": "Athletics Women's Triple Jump",
- "medal": "Bronze"
- },
- {
- "name": "Lucas Saatkamp",
- "gender": "M",
- "height": "209",
- "weight": "101",
- "sport": "Volleyball",
- "team": "Brazil",
- "noc": "BRA",
- "age": 30,
- "event": "Volleyball Men's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Abdul-Rashid Bulayevich Sadulayev",
- "gender": "M",
- "height": "177",
- "weight": "86",
- "sport": "Wrestling",
- "team": "Russia",
- "noc": "RUS",
- "age": 20,
- "event": "Wrestling Men's Light-Heavyweight, Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Lucie afov",
- "gender": "F",
- "height": "177",
- "weight": "65",
- "sport": "Tennis",
- "team": "Czech Republic-1",
- "noc": "CZE",
- "age": 29,
- "event": "Tennis Women's Doubles",
- "medal": "Bronze"
- },
- {
- "name": "Timur Marselevich Safin",
- "gender": "M",
- "height": "182",
- "weight": "82",
- "sport": "Fencing",
- "team": "Russia",
- "noc": "RUS",
- "age": 23,
- "event": "Fencing Men's Foil, Individual",
- "medal": "Bronze"
- },
- {
- "name": "Timur Marselevich Safin",
- "gender": "M",
- "height": "182",
- "weight": "82",
- "sport": "Fencing",
- "team": "Russia",
- "noc": "RUS",
- "age": 23,
- "event": "Fencing Men's Foil, Team",
- "medal": "Gold"
- },
- {
- "name": "Dylan Michael Sage",
- "gender": "M",
- "height": "188",
- "weight": "96",
- "sport": "Rugby Sevens",
- "team": "South Africa",
- "noc": "RSA",
- "age": 24,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Kamran ahsuvarl",
- "gender": "M",
- "height": "180",
- "weight": "75",
- "sport": "Boxing",
- "team": "Azerbaijan",
- "noc": "AZE",
- "age": 23,
- "event": "Boxing Men's Middleweight",
- "medal": "Bronze"
- },
- {
- "name": "Ibragim Magomed-Saidovich Saidov",
- "gender": "M",
- "height": "180",
- "weight": "125",
- "sport": "Wrestling",
- "team": "Belarus",
- "noc": "BLR",
- "age": 31,
- "event": "Wrestling Men's Super-Heavyweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Masato Sakai",
- "gender": "M",
- "height": "181",
- "weight": "77",
- "sport": "Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 21,
- "event": "Swimming Men's 200 metres Butterfly",
- "medal": "Silver"
- },
- {
- "name": "Juan Manuel Saladino",
- "gender": "M",
- "height": "174",
- "weight": "73",
- "sport": "Hockey",
- "team": "Argentina",
- "noc": "ARG",
- "age": 28,
- "event": "Hockey Men's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Popoola Sodiq Saliu",
- "gender": "M",
- "height": "170",
- "weight": "51",
- "sport": "Football",
- "team": "Nigeria",
- "noc": "NGR",
- "age": 21,
- "event": "Football Men's Football",
- "medal": "Bronze"
- },
- {
- "name": "Katja Steen Salskov-Iversen",
- "gender": "F",
- "height": "173",
- "weight": "70",
- "sport": "Sailing",
- "team": "Denmark",
- "noc": "DEN",
- "age": 21,
- "event": "Sailing Women's Skiff",
- "medal": "Bronze"
- },
- {
- "name": "Sara Ahmed Samir",
- "gender": "F",
- "height": "155",
- "weight": "58",
- "sport": "Weightlifting",
- "team": "Egypt",
- "noc": "EGY",
- "age": 18,
- "event": "Weightlifting Women's Light-Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Jessica Eva Katarina Samuelsson",
- "gender": "F",
- "height": "166",
- "weight": "59",
- "sport": "Football",
- "team": "Sweden",
- "noc": "SWE",
- "age": 24,
- "event": "Football Women's Football",
- "medal": "Silver"
- },
- {
- "name": "Germn Sal Snchez Snchez",
- "gender": "M",
- "height": "165",
- "weight": "50",
- "sport": "Diving",
- "team": "Mexico",
- "noc": "MEX",
- "age": 24,
- "event": "Diving Men's Platform",
- "medal": "Silver"
- },
- {
- "name": "Taylor Sander",
- "gender": "M",
- "height": "193",
- "weight": "86",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 24,
- "event": "Volleyball Men's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Andrea Santarelli",
- "gender": "M",
- "height": "184",
- "weight": "76",
- "sport": "Fencing",
- "team": "Italy",
- "noc": "ITA",
- "age": 23,
- "event": "Fencing Men's epee, Team",
- "medal": "Silver"
- },
- {
- "name": "Albert Saritov",
- "gender": "M",
- "height": "188",
- "weight": "100",
- "sport": "Wrestling",
- "team": "Romania",
- "noc": "ROU",
- "age": 31,
- "event": "Wrestling Men's Heavyweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Or Sasson",
- "gender": "M",
- "height": "193",
- "weight": "120",
- "sport": "Judo",
- "team": "Israel",
- "noc": "ISR",
- "age": 25,
- "event": "Judo Men's Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "William Spencer \"Will\" Satch",
- "gender": "M",
- "height": "198",
- "weight": "100",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 27,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Gold"
- },
- {
- "name": "Martin Sauer",
- "gender": "M",
- "height": "169",
- "weight": "55",
- "sport": "Rowing",
- "team": "Germany",
- "noc": "GER",
- "age": 33,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Silver"
- },
- {
- "name": "Katerine Savard",
- "gender": "F",
- "height": "167",
- "weight": "54",
- "sport": "Swimming",
- "team": "Canada",
- "noc": "CAN",
- "age": 23,
- "event": "Swimming Women's 4 x 200 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "Erislandy Savn Cotilla",
- "gender": "M",
- "height": "192",
- "weight": "91",
- "sport": "Boxing",
- "team": "Cuba",
- "noc": "CUB",
- "age": 26,
- "event": "Boxing Men's Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Mohamed Karim \"Moe\" Sbihi",
- "gender": "M",
- "height": "202",
- "weight": "110",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 28,
- "event": "Rowing Men's Coxless Fours",
- "medal": "Gold"
- },
- {
- "name": "Sophie Celina Scheder",
- "gender": "F",
- "height": "167",
- "weight": "56",
- "sport": "Gymnastics",
- "team": "Germany",
- "noc": "GER",
- "age": 19,
- "event": "Gymnastics Women's Uneven Bars",
- "medal": "Bronze"
- },
- {
- "name": "Charlotta Eva \"Lotta\" Schelin",
- "gender": "F",
- "height": "179",
- "weight": "64",
- "sport": "Football",
- "team": "Sweden",
- "noc": "SWE",
- "age": 32,
- "event": "Football Women's Football",
- "medal": "Silver"
- },
- {
- "name": "Dafne Schippers",
- "gender": "F",
- "height": "179",
- "weight": "70",
- "sport": "Athletics",
- "team": "Netherlands",
- "noc": "NED",
- "age": 24,
- "event": "Athletics Women's 200 metres",
- "medal": "Silver"
- },
- {
- "name": "Lauren Schmetterling",
- "gender": "F",
- "height": "180",
- "weight": "77",
- "sport": "Rowing",
- "team": "United States",
- "noc": "USA",
- "age": 28,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Gold"
- },
- {
- "name": "Lisa Schmidla",
- "gender": "F",
- "height": "173",
- "weight": "76",
- "sport": "Rowing",
- "team": "Germany",
- "noc": "GER",
- "age": 25,
- "event": "Rowing Women's Quadruple Sculls",
- "medal": "Gold"
- },
- {
- "name": "Bruno Oscar Schmidt",
- "gender": "M",
- "height": "185",
- "weight": "87",
- "sport": "Beach Volleyball",
- "team": "Brazil-1",
- "noc": "BRA",
- "age": 29,
- "event": "Beach Volleyball Men's Beach Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Richard Schmidt",
- "gender": "M",
- "height": "191",
- "weight": "87",
- "sport": "Rowing",
- "team": "Germany",
- "noc": "GER",
- "age": 29,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Silver"
- },
- {
- "name": "Sophie Diana Schmidt",
- "gender": "F",
- "height": "172",
- "weight": "71",
- "sport": "Football",
- "team": "Canada",
- "noc": "CAN",
- "age": 28,
- "event": "Football Women's Football",
- "medal": "Bronze"
- },
- {
- "name": "Allison Rodgers Schmitt",
- "gender": "F",
- "height": "185",
- "weight": "75",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Swimming Women's 4 x 100 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Allison Rodgers Schmitt",
- "gender": "F",
- "height": "185",
- "weight": "75",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Swimming Women's 4 x 200 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Dorothee Schneider (-Krumhoff)",
- "gender": "F",
- "height": "169",
- "weight": "63",
- "sport": "Equestrianism",
- "team": "Germany",
- "noc": "GER",
- "age": 47,
- "event": "Equestrianism Mixed Dressage, Team",
- "medal": "Gold"
- },
- {
- "name": "Henri Schoeman",
- "gender": "M",
- "height": "170",
- "weight": "59",
- "sport": "Triathlon",
- "team": "South Africa",
- "noc": "RSA",
- "age": 24,
- "event": "Triathlon Men's Olympic Distance",
- "medal": "Bronze"
- },
- {
- "name": "Jonathan Michael \"Jon\" Schofield",
- "gender": "M",
- "height": "182",
- "weight": "80",
- "sport": "Canoeing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 31,
- "event": "Canoeing Men's Kayak Doubles, 200 metres",
- "medal": "Silver"
- },
- {
- "name": "Lauritz Schoof",
- "gender": "M",
- "height": "195",
- "weight": "98",
- "sport": "Rowing",
- "team": "Germany",
- "noc": "GER",
- "age": 25,
- "event": "Rowing Men's Quadruple Sculls",
- "medal": "Gold"
- },
- {
- "name": "Joseph Isaac Schooling",
- "gender": "M",
- "height": "184",
- "weight": "74",
- "sport": "Swimming",
- "team": "Singapore",
- "noc": "SGP",
- "age": 21,
- "event": "Swimming Men's 100 metres Butterfly",
- "medal": "Gold"
- },
- {
- "name": "Olivia Alma Charlotta Schough",
- "gender": "F",
- "height": "172",
- "weight": "60",
- "sport": "Football",
- "team": "Sweden",
- "noc": "SWE",
- "age": 25,
- "event": "Football Women's Football",
- "medal": "Silver"
- },
- {
- "name": "Anne Schrder",
- "gender": "F",
- "height": "170",
- "weight": "58",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 21,
- "event": "Hockey Women's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Almuth Schult",
- "gender": "F",
- "height": "180",
- "weight": "71",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 25,
- "event": "Football Women's Football",
- "medal": "Gold"
- },
- {
- "name": "Karl Schulze",
- "gender": "M",
- "height": "190",
- "weight": "100",
- "sport": "Rowing",
- "team": "Germany",
- "noc": "GER",
- "age": 28,
- "event": "Rowing Men's Quadruple Sculls",
- "medal": "Gold"
- },
- {
- "name": "Simon Schrch",
- "gender": "M",
- "height": "186",
- "weight": "75",
- "sport": "Rowing",
- "team": "Switzerland",
- "noc": "SUI",
- "age": 25,
- "event": "Rowing Men's Lightweight Coxless Fours",
- "medal": "Gold"
- },
- {
- "name": "Nino Schurter",
- "gender": "M",
- "height": "173",
- "weight": "68",
- "sport": "Cycling",
- "team": "Switzerland",
- "noc": "SUI",
- "age": 30,
- "event": "Cycling Men's Mountainbike, Cross-team",
- "medal": "Gold"
- },
- {
- "name": "Lisa Schtze",
- "gender": "F",
- "height": "172",
- "weight": "61",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 19,
- "event": "Hockey Women's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Callum Scotson",
- "gender": "M",
- "height": "184",
- "weight": "77",
- "sport": "Cycling",
- "team": "Australia",
- "noc": "AUS",
- "age": 19,
- "event": "Cycling Men's Team Pursuit, 4,000 metres",
- "medal": "Silver"
- },
- {
- "name": "Desiree Rose Marie Scott",
- "gender": "F",
- "height": "160",
- "weight": "62",
- "sport": "Football",
- "team": "Canada",
- "noc": "CAN",
- "age": 29,
- "event": "Football Women's Football",
- "medal": "Bronze"
- },
- {
- "name": "Duncan William MacNaughton Scott",
- "gender": "M",
- "height": "190",
- "weight": "72",
- "sport": "Swimming",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 19,
- "event": "Swimming Men's 4 x 200 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Duncan William MacNaughton Scott",
- "gender": "M",
- "height": "190",
- "weight": "72",
- "sport": "Swimming",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 19,
- "event": "Swimming Men's 4 x 100 metres Medley Relay",
- "medal": "Silver"
- },
- {
- "name": "Giles Lyndon Scott",
- "gender": "M",
- "height": "197",
- "weight": "95",
- "sport": "Sailing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 29,
- "event": "Sailing Men's One Person Heavyweight Dinghy",
- "medal": "Gold"
- },
- {
- "name": "Stephen \"Steve\" Scott",
- "gender": "M",
- "height": "172",
- "weight": "84",
- "sport": "Shooting",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 31,
- "event": "Shooting Men's Double Trap",
- "medal": "Bronze"
- },
- {
- "name": "Rebecca Scown",
- "gender": "F",
- "height": "178",
- "weight": "70",
- "sport": "Rowing",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 32,
- "event": "Rowing Women's Coxless Pairs",
- "medal": "Silver"
- },
- {
- "name": "Anna Sergeyevna Sedoykina",
- "gender": "F",
- "height": "184",
- "weight": "74",
- "sport": "Handball",
- "team": "Russia",
- "noc": "RUS",
- "age": 32,
- "event": "Handball Women's Handball",
- "medal": "Gold"
- },
- {
- "name": "Emily Jane Seebohm",
- "gender": "F",
- "height": "180",
- "weight": "70",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 24,
- "event": "Swimming Women's 4 x 100 metres Medley Relay",
- "medal": "Silver"
- },
- {
- "name": "Sara Caroline Seger",
- "gender": "F",
- "height": "176",
- "weight": "62",
- "sport": "Football",
- "team": "Sweden",
- "noc": "SWE",
- "age": 31,
- "event": "Football Women's Football",
- "medal": "Silver"
- },
- {
- "name": "Melissa Seidemann",
- "gender": "F",
- "height": "183",
- "weight": "104",
- "sport": "Water Polo",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Water Polo Women's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Davie Selke",
- "gender": "M",
- "height": "192",
- "weight": "82",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 21,
- "event": "Football Men's Football",
- "medal": "Silver"
- },
- {
- "name": "Linda Birgitta Sembrant",
- "gender": "F",
- "height": "175",
- "weight": "67",
- "sport": "Football",
- "team": "Sweden",
- "noc": "SWE",
- "age": 29,
- "event": "Football Women's Football",
- "medal": "Silver"
- },
- {
- "name": "Mokgadi Caster Semenya",
- "gender": "F",
- "height": "178",
- "weight": "70",
- "sport": "Athletics",
- "team": "South Africa",
- "noc": "RSA",
- "age": 25,
- "event": "Athletics Women's 800 metres",
- "medal": "Gold"
- },
- {
- "name": "Sergey Viktorovich Semyonov",
- "gender": "M",
- "height": "187",
- "weight": "130",
- "sport": "Wrestling",
- "team": "Russia",
- "noc": "RUS",
- "age": 20,
- "event": "Wrestling Men's Super-Heavyweight, Greco-Roman",
- "medal": "Bronze"
- },
- {
- "name": "Anna Sergeyevna Sen",
- "gender": "F",
- "height": "186",
- "weight": "81",
- "sport": "Handball",
- "team": "Russia",
- "noc": "RUS",
- "age": 25,
- "event": "Handball Women's Handball",
- "medal": "Gold"
- },
- {
- "name": "Seabelo Mohanoe Senatla",
- "gender": "M",
- "height": "177",
- "weight": "82",
- "sport": "Rugby Sevens",
- "team": "South Africa",
- "noc": "RSA",
- "age": 23,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Anelo etka",
- "gender": "M",
- "height": "186",
- "weight": "87",
- "sport": "Water Polo",
- "team": "Croatia",
- "noc": "CRO",
- "age": 30,
- "event": "Water Polo Men's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Daiya Seto",
- "gender": "M",
- "height": "174",
- "weight": "72",
- "sport": "Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 22,
- "event": "Swimming Men's 400 metres Individual Medley",
- "medal": "Bronze"
- },
- {
- "name": "Torul sgrov",
- "gender": "M",
- "height": "170",
- "weight": "65",
- "sport": "Wrestling",
- "team": "Azerbaijan",
- "noc": "AZE",
- "age": 23,
- "event": "Wrestling Men's Welterweight, Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Dariga Shakimova",
- "gender": "F",
- "height": "172",
- "weight": "75",
- "sport": "Boxing",
- "team": "Kazakhstan",
- "noc": "KAZ",
- "age": 27,
- "event": "Boxing Women's Middleweight",
- "medal": "Bronze"
- },
- {
- "name": "Xiaona Shan",
- "gender": "F",
- "height": "165",
- "weight": "54",
- "sport": "Table Tennis",
- "team": "Germany",
- "noc": "GER",
- "age": 33,
- "event": "Table Tennis Women's Team",
- "medal": "Silver"
- },
- {
- "name": "Shang Chunsong",
- "gender": "F",
- "height": "143",
- "weight": "34",
- "sport": "Gymnastics",
- "team": "China",
- "noc": "CHN",
- "age": 20,
- "event": "Gymnastics Women's Team All-Around",
- "medal": "Bronze"
- },
- {
- "name": "Lasha Shavdatuashvili",
- "gender": "M",
- "height": "170",
- "weight": "75",
- "sport": "Judo",
- "team": "Georgia",
- "noc": "GEO",
- "age": 24,
- "event": "Judo Men's Lightweight",
- "medal": "Bronze"
- },
- {
- "name": "Abdullahi Shehu",
- "gender": "M",
- "height": "170",
- "weight": "72",
- "sport": "Football",
- "team": "Nigeria",
- "noc": "NGR",
- "age": 23,
- "event": "Football Men's Football",
- "medal": "Bronze"
- },
- {
- "name": "Shi Jinglin",
- "gender": "F",
- "height": "175",
- "weight": "68",
- "sport": "Swimming",
- "team": "China",
- "noc": "CHN",
- "age": 23,
- "event": "Swimming Women's 200 metres Breaststroke",
- "medal": "Bronze"
- },
- {
- "name": "Shi Tingmao",
- "gender": "F",
- "height": "159",
- "weight": "52",
- "sport": "Diving",
- "team": "China",
- "noc": "CHN",
- "age": 24,
- "event": "Diving Women's Springboard",
- "medal": "Gold"
- },
- {
- "name": "Shi Tingmao",
- "gender": "F",
- "height": "159",
- "weight": "52",
- "sport": "Diving",
- "team": "China",
- "noc": "CHN",
- "age": 24,
- "event": "Diving Women's Synchronized Springboard",
- "medal": "Gold"
- },
- {
- "name": "Shi Zhiyong",
- "gender": "M",
- "height": "168",
- "weight": "70",
- "sport": "Weightlifting",
- "team": "China",
- "noc": "CHN",
- "age": 22,
- "event": "Weightlifting Men's Lightweight",
- "medal": "Gold"
- },
- {
- "name": "Claressa Maria Shields",
- "gender": "F",
- "height": "175",
- "weight": "75",
- "sport": "Boxing",
- "team": "United States",
- "noc": "USA",
- "age": 21,
- "event": "Boxing Women's Middleweight",
- "medal": "Gold"
- },
- {
- "name": "Thomas Allen \"Tom\" Shields",
- "gender": "M",
- "height": "193",
- "weight": "86",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 25,
- "event": "Swimming Men's 4 x 100 metres Medley Relay",
- "medal": "Gold"
- },
- {
- "name": "Shin Seung-Chan",
- "gender": "F",
- "height": "173",
- "weight": "70",
- "sport": "Badminton",
- "team": "South Korea-1",
- "noc": "KOR",
- "age": 21,
- "event": "Badminton Women's Doubles",
- "medal": "Bronze"
- },
- {
- "name": "Kenzo Shirai",
- "gender": "M",
- "height": "162",
- "weight": "51",
- "sport": "Gymnastics",
- "team": "Japan",
- "noc": "JPN",
- "age": 19,
- "event": "Gymnastics Men's Team All-Around",
- "medal": "Gold"
- },
- {
- "name": "Kenzo Shirai",
- "gender": "M",
- "height": "162",
- "weight": "51",
- "sport": "Gymnastics",
- "team": "Japan",
- "noc": "JPN",
- "age": 19,
- "event": "Gymnastics Men's Horse Vault",
- "medal": "Bronze"
- },
- {
- "name": "Alla Anatolyevna Shishkina",
- "gender": "F",
- "height": "170",
- "weight": "54",
- "sport": "Synchronized Swimming",
- "team": "Russia",
- "noc": "RUS",
- "age": 27,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Gold"
- },
- {
- "name": "Darya Mikhaylovna Shmelyova",
- "gender": "F",
- "height": "164",
- "weight": "64",
- "sport": "Cycling",
- "team": "Russia",
- "noc": "RUS",
- "age": 21,
- "event": "Cycling Women's Team Sprint",
- "medal": "Silver"
- },
- {
- "name": "Erik Thomas Shoji",
- "gender": "M",
- "height": "183",
- "weight": "73",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Volleyball Men's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Kawika Shoji",
- "gender": "M",
- "height": "191",
- "weight": "88",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 28,
- "event": "Volleyball Men's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Ilya Anatolyevich Shtokalov",
- "gender": "M",
- "height": "185",
- "weight": "95",
- "sport": "Canoeing",
- "team": "Russia",
- "noc": "RUS",
- "age": 29,
- "event": "Canoeing Men's Canadian Singles, 1,000 metres",
- "medal": "Bronze"
- },
- {
- "name": "Mariya Vladimirovna Shurochkina",
- "gender": "F",
- "height": "164",
- "weight": "48",
- "sport": "Synchronized Swimming",
- "team": "Russia",
- "noc": "RUS",
- "age": 21,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Gold"
- },
- {
- "name": "Lyubov Andreyevna Shutova",
- "gender": "F",
- "height": "177",
- "weight": "64",
- "sport": "Fencing",
- "team": "Russia",
- "noc": "RUS",
- "age": 33,
- "event": "Fencing Women's epee, Team",
- "medal": "Bronze"
- },
- {
- "name": "Si Yajie",
- "gender": "F",
- "height": "164",
- "weight": "57",
- "sport": "Diving",
- "team": "China",
- "noc": "CHN",
- "age": 17,
- "event": "Diving Women's Platform",
- "medal": "Silver"
- },
- {
- "name": "Olivier Floris Johannes Siegelaar",
- "gender": "M",
- "height": "197",
- "weight": "100",
- "sport": "Rowing",
- "team": "Netherlands",
- "noc": "NED",
- "age": 29,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Bronze"
- },
- {
- "name": "Erlon de Souza Silva",
- "gender": "M",
- "height": "175",
- "weight": "78",
- "sport": "Canoeing",
- "team": "Brazil",
- "noc": "BRA",
- "age": 25,
- "event": "Canoeing Men's Canadian Doubles, 1,000 metres",
- "medal": "Silver"
- },
- {
- "name": "Rafaela Lopes Silva",
- "gender": "F",
- "height": "169",
- "weight": "57",
- "sport": "Judo",
- "team": "Brazil",
- "noc": "BRA",
- "age": 24,
- "event": "Judo Women's Lightweight",
- "medal": "Gold"
- },
- {
- "name": "Anastasiya Dmitriyevna Simanovich",
- "gender": "F",
- "height": "174",
- "weight": "69",
- "sport": "Water Polo",
- "team": "Russia",
- "noc": "RUS",
- "age": 21,
- "event": "Water Polo Women's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Georgia Simmerling",
- "gender": "F",
- "height": "172",
- "weight": "67",
- "sport": "Cycling",
- "team": "Canada",
- "noc": "CAN",
- "age": 27,
- "event": "Cycling Women's Team Pursuit",
- "medal": "Bronze"
- },
- {
- "name": "Kerry Simmonds",
- "gender": "F",
- "height": "183",
- "weight": "82",
- "sport": "Rowing",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Gold"
- },
- {
- "name": "Marko Simonovi",
- "gender": "M",
- "height": "203",
- "weight": "96",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 30,
- "event": "Basketball Men's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Seth Muenfuh Sincere",
- "gender": "M",
- "height": "170",
- "weight": "77",
- "sport": "Football",
- "team": "Nigeria",
- "noc": "NGR",
- "age": 18,
- "event": "Football Men's Football",
- "medal": "Bronze"
- },
- {
- "name": "Christine Margaret Sinclair",
- "gender": "F",
- "height": "176",
- "weight": "75",
- "sport": "Football",
- "team": "Canada",
- "noc": "CAN",
- "age": 33,
- "event": "Football Women's Football",
- "medal": "Bronze"
- },
- {
- "name": "Pusarla Venkata \"P. V.\" Sindhu",
- "gender": "F",
- "height": "179",
- "weight": "65",
- "sport": "Badminton",
- "team": "India",
- "noc": "IND",
- "age": 21,
- "event": "Badminton Women's Singles",
- "medal": "Silver"
- },
- {
- "name": "Nataliya Siniin",
- "gender": "F",
- "height": "160",
- "weight": "58",
- "sport": "Wrestling",
- "team": "Azerbaijan",
- "noc": "AZE",
- "age": 31,
- "event": "Wrestling Women's Featherweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Martin Sinkovi",
- "gender": "M",
- "height": "188",
- "weight": "95",
- "sport": "Rowing",
- "team": "Croatia",
- "noc": "CRO",
- "age": 26,
- "event": "Rowing Men's Double Sculls",
- "medal": "Gold"
- },
- {
- "name": "Valent Sinkovi",
- "gender": "M",
- "height": "187",
- "weight": "93",
- "sport": "Rowing",
- "team": "Croatia",
- "noc": "CRO",
- "age": 28,
- "event": "Rowing Men's Double Sculls",
- "medal": "Gold"
- },
- {
- "name": "Maicon de Andrade Siqueira",
- "gender": "M",
- "height": "190",
- "weight": "90",
- "sport": "Taekwondo",
- "team": "Brazil",
- "noc": "BRA",
- "age": 23,
- "event": "Taekwondo Men's Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Pimsiri Sirikaew",
- "gender": "F",
- "height": "152",
- "weight": "58",
- "sport": "Weightlifting",
- "team": "Thailand",
- "noc": "THA",
- "age": 26,
- "event": "Weightlifting Women's Lightweight",
- "medal": "Silver"
- },
- {
- "name": "Sarah Frederica Sjstrm",
- "gender": "F",
- "height": "182",
- "weight": "76",
- "sport": "Swimming",
- "team": "Sweden",
- "noc": "SWE",
- "age": 22,
- "event": "Swimming Women's 100 metres Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Sarah Frederica Sjstrm",
- "gender": "F",
- "height": "182",
- "weight": "76",
- "sport": "Swimming",
- "team": "Sweden",
- "noc": "SWE",
- "age": 22,
- "event": "Swimming Women's 200 metres Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Sarah Frederica Sjstrm",
- "gender": "F",
- "height": "182",
- "weight": "76",
- "sport": "Swimming",
- "team": "Sweden",
- "noc": "SWE",
- "age": 22,
- "event": "Swimming Women's 100 metres Butterfly",
- "medal": "Gold"
- },
- {
- "name": "Ladislav kantr",
- "gender": "M",
- "height": "189",
- "weight": "80",
- "sport": "Canoeing",
- "team": "Slovakia",
- "noc": "SVK",
- "age": 33,
- "event": "Canoeing Men's Canadian Doubles, Slalom",
- "medal": "Gold"
- },
- {
- "name": "Peter kantr",
- "gender": "M",
- "height": "182",
- "weight": "78",
- "sport": "Canoeing",
- "team": "Slovakia",
- "noc": "SVK",
- "age": 34,
- "event": "Canoeing Men's Canadian Doubles, Slalom",
- "medal": "Gold"
- },
- {
- "name": "Nicholas David \"Nick\" Skelton",
- "gender": "M",
- "height": "175",
- "weight": "76",
- "sport": "Equestrianism",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 58,
- "event": "Equestrianism Mixed Jumping, Individual",
- "medal": "Gold"
- },
- {
- "name": "Callum Skinner",
- "gender": "M",
- "height": "187",
- "weight": "93",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 23,
- "event": "Cycling Men's Sprint",
- "medal": "Silver"
- },
- {
- "name": "Callum Skinner",
- "gender": "M",
- "height": "187",
- "weight": "93",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 23,
- "event": "Cycling Men's Team Sprint",
- "medal": "Gold"
- },
- {
- "name": "Catherine Skinner",
- "gender": "F",
- "height": "172",
- "weight": "80",
- "sport": "Shooting",
- "team": "Australia",
- "noc": "AUS",
- "age": 26,
- "event": "Shooting Women's Trap",
- "medal": "Gold"
- },
- {
- "name": "Sara Slott-Bruun Petersen",
- "gender": "F",
- "height": "171",
- "weight": "57",
- "sport": "Athletics",
- "team": "Denmark",
- "noc": "DEN",
- "age": 29,
- "event": "Athletics Women's 400 metres Hurdles",
- "medal": "Silver"
- },
- {
- "name": "Yeldos Bakhtybayevich Smetov",
- "gender": "M",
- "height": "167",
- "weight": "60",
- "sport": "Judo",
- "team": "Kazakhstan",
- "noc": "KAZ",
- "age": 23,
- "event": "Judo Men's Extra-Lightweight",
- "medal": "Silver"
- },
- {
- "name": "Anabelle Smith",
- "gender": "F",
- "height": "168",
- "weight": "55",
- "sport": "Diving",
- "team": "Australia",
- "noc": "AUS",
- "age": 23,
- "event": "Diving Women's Synchronized Springboard",
- "medal": "Bronze"
- },
- {
- "name": "Clark Smith",
- "gender": "M",
- "height": "206",
- "weight": "90",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 21,
- "event": "Swimming Men's 4 x 200 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "David Michael Smith",
- "gender": "M",
- "height": "201",
- "weight": "86",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 31,
- "event": "Volleyball Men's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Albertus Stephanus \"Kwagga\" Smith",
- "gender": "M",
- "height": "180",
- "weight": "90",
- "sport": "Rugby Sevens",
- "team": "South Africa",
- "noc": "RSA",
- "age": 23,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Leah Smith",
- "gender": "F",
- "height": "178",
- "weight": "67",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 21,
- "event": "Swimming Women's 400 metres Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Leah Smith",
- "gender": "F",
- "height": "178",
- "weight": "67",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 21,
- "event": "Swimming Women's 4 x 200 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Louis Antoine Smith",
- "gender": "M",
- "height": "184",
- "weight": "76",
- "sport": "Gymnastics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 27,
- "event": "Gymnastics Men's Pommelled Horse",
- "medal": "Silver"
- },
- {
- "name": "Olivia Smoliga",
- "gender": "F",
- "height": "188",
- "weight": "72",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 21,
- "event": "Swimming Women's 4 x 100 metres Medley Relay",
- "medal": "Gold"
- },
- {
- "name": "Katelin Snyder (-Guregian)",
- "gender": "F",
- "height": "163",
- "weight": "50",
- "sport": "Rowing",
- "team": "United States",
- "noc": "USA",
- "age": 28,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Gold"
- },
- {
- "name": "Kyle Frederick Snyder",
- "gender": "M",
- "height": "180",
- "weight": "102",
- "sport": "Wrestling",
- "team": "United States",
- "noc": "USA",
- "age": 20,
- "event": "Wrestling Men's Heavyweight, Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Philippus Albertus Borman \"Philip\" Snyman",
- "gender": "M",
- "height": "188",
- "weight": "95",
- "sport": "Rugby Sevens",
- "team": "South Africa",
- "noc": "RSA",
- "age": 29,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Rishod Rashidovich Sobirov",
- "gender": "M",
- "height": "168",
- "weight": "66",
- "sport": "Judo",
- "team": "Uzbekistan",
- "noc": "UZB",
- "age": 29,
- "event": "Judo Men's Half-Lightweight",
- "medal": "Bronze"
- },
- {
- "name": "Yevgeniya Viktorovna Soboleva-Khokhriakova",
- "gender": "F",
- "height": "180",
- "weight": "75",
- "sport": "Water Polo",
- "team": "Russia",
- "noc": "RUS",
- "age": 27,
- "event": "Water Polo Women's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Jack Sock",
- "gender": "M",
- "height": "191",
- "weight": "84",
- "sport": "Tennis",
- "team": "United States-2",
- "noc": "USA",
- "age": 23,
- "event": "Tennis Mixed Doubles",
- "medal": "Gold"
- },
- {
- "name": "Jack Sock",
- "gender": "M",
- "height": "191",
- "weight": "84",
- "sport": "Tennis",
- "team": "United States-2",
- "noc": "USA",
- "age": 23,
- "event": "Tennis Men's Doubles",
- "medal": "Bronze"
- },
- {
- "name": "Sanna Charlotte Solberg",
- "gender": "F",
- "height": "178",
- "weight": "70",
- "sport": "Handball",
- "team": "Norway",
- "noc": "NOR",
- "age": 26,
- "event": "Handball Women's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Franck Robert Bernard Solforosi",
- "gender": "M",
- "height": "184",
- "weight": "70",
- "sport": "Rowing",
- "team": "France",
- "noc": "FRA",
- "age": 31,
- "event": "Rowing Men's Lightweight Coxless Fours",
- "medal": "Bronze"
- },
- {
- "name": "Petrissa Solja",
- "gender": "F",
- "height": "168",
- "weight": "67",
- "sport": "Table Tennis",
- "team": "Germany",
- "noc": "GER",
- "age": 22,
- "event": "Table Tennis Women's Team",
- "medal": "Silver"
- },
- {
- "name": "Joyce Sombroek",
- "gender": "F",
- "height": "179",
- "weight": "64",
- "sport": "Hockey",
- "team": "Netherlands",
- "noc": "NED",
- "age": 25,
- "event": "Hockey Women's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Pter Somfai",
- "gender": "M",
- "height": "188",
- "weight": "85",
- "sport": "Fencing",
- "team": "Hungary",
- "noc": "HUN",
- "age": 36,
- "event": "Fencing Men's epee, Team",
- "medal": "Bronze"
- },
- {
- "name": "Cdric Sorhaindo",
- "gender": "M",
- "height": "192",
- "weight": "110",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 32,
- "event": "Handball Men's Handball",
- "medal": "Silver"
- },
- {
- "name": "Lorenzo Sotomayor Collazo",
- "gender": "M",
- "height": "185",
- "weight": "64",
- "sport": "Boxing",
- "team": "Azerbaijan",
- "noc": "AZE",
- "age": 31,
- "event": "Boxing Men's Light-Welterweight",
- "medal": "Silver"
- },
- {
- "name": "Daniele Pasquale Sottile",
- "gender": "M",
- "height": "186",
- "weight": "73",
- "sport": "Volleyball",
- "team": "Italy",
- "noc": "ITA",
- "age": 36,
- "event": "Volleyball Men's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Douglas Correia de Souza",
- "gender": "M",
- "height": "199",
- "weight": "75",
- "sport": "Volleyball",
- "team": "Brazil",
- "noc": "BRA",
- "age": 20,
- "event": "Volleyball Men's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Maurcio Luiz de Souza",
- "gender": "M",
- "height": "209",
- "weight": "93",
- "sport": "Volleyball",
- "team": "Brazil",
- "noc": "BRA",
- "age": 27,
- "event": "Volleyball Men's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Kasper Sndergaard Sarup",
- "gender": "M",
- "height": "195",
- "weight": "95",
- "sport": "Handball",
- "team": "Denmark",
- "noc": "DEN",
- "age": 35,
- "event": "Handball Men's Handball",
- "medal": "Gold"
- },
- {
- "name": "Ivana panovi",
- "gender": "F",
- "height": "176",
- "weight": "65",
- "sport": "Athletics",
- "team": "Serbia",
- "noc": "SRB",
- "age": 26,
- "event": "Athletics Women's Long Jump",
- "medal": "Bronze"
- },
- {
- "name": "Roscko Shane Specman",
- "gender": "M",
- "height": "174",
- "weight": "81",
- "sport": "Rugby Sevens",
- "team": "South Africa",
- "noc": "RSA",
- "age": 27,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Ashley Spencer",
- "gender": "F",
- "height": "178",
- "weight": "59",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 23,
- "event": "Athletics Women's 400 metres Hurdles",
- "medal": "Bronze"
- },
- {
- "name": "Darya Sergeyevna Spiridonova",
- "gender": "F",
- "height": "156",
- "weight": "45",
- "sport": "Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 18,
- "event": "Gymnastics Women's Team All-Around",
- "medal": "Silver"
- },
- {
- "name": "Nicola Spirig Hug",
- "gender": "F",
- "height": "166",
- "weight": "54",
- "sport": "Triathlon",
- "team": "Switzerland",
- "noc": "SUI",
- "age": 34,
- "event": "Triathlon Women's Olympic Distance",
- "medal": "Silver"
- },
- {
- "name": "Barbora potkov",
- "gender": "F",
- "height": "182",
- "weight": "80",
- "sport": "Athletics",
- "team": "Czech Republic",
- "noc": "CZE",
- "age": 35,
- "event": "Athletics Women's Javelin Throw",
- "medal": "Bronze"
- },
- {
- "name": "Maria Springwald",
- "gender": "F",
- "height": "174",
- "weight": "69",
- "sport": "Rowing",
- "team": "Poland",
- "noc": "POL",
- "age": 25,
- "event": "Rowing Women's Quadruple Sculls",
- "medal": "Bronze"
- },
- {
- "name": "Annika Sprink",
- "gender": "F",
- "height": "173",
- "weight": "61",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 20,
- "event": "Hockey Women's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Sukanya Srisurat",
- "gender": "F",
- "height": "155",
- "weight": "58",
- "sport": "Weightlifting",
- "team": "Thailand",
- "noc": "THA",
- "age": 21,
- "event": "Weightlifting Women's Lightweight",
- "medal": "Gold"
- },
- {
- "name": "rif rifov",
- "gender": "M",
- "height": "180",
- "weight": "97",
- "sport": "Wrestling",
- "team": "Azerbaijan",
- "noc": "AZE",
- "age": 27,
- "event": "Wrestling Men's Light-Heavyweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Sabah riti",
- "gender": "M",
- "height": "192",
- "weight": "130",
- "sport": "Wrestling",
- "team": "Azerbaijan",
- "noc": "AZE",
- "age": 27,
- "event": "Wrestling Men's Super-Heavyweight, Greco-Roman",
- "medal": "Bronze"
- },
- {
- "name": "Mariya Stadnik",
- "gender": "F",
- "height": "157",
- "weight": "48",
- "sport": "Wrestling",
- "team": "Azerbaijan",
- "noc": "AZE",
- "age": 28,
- "event": "Wrestling Women's Flyweight, Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Dragana Stankovi",
- "gender": "F",
- "height": "195",
- "weight": "73",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 21,
- "event": "Basketball Women's Basketball",
- "medal": "Bronze"
- },
- {
- "name": "Heather Mary Stanning",
- "gender": "F",
- "height": "181",
- "weight": "72",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 31,
- "event": "Rowing Women's Coxless Pairs",
- "medal": "Gold"
- },
- {
- "name": "Charlotte Stapenhorst",
- "gender": "F",
- "height": "168",
- "weight": "68",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 21,
- "event": "Hockey Women's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Kevin Staut",
- "gender": "M",
- "height": "182",
- "weight": "70",
- "sport": "Equestrianism",
- "team": "France",
- "noc": "FRA",
- "age": 35,
- "event": "Equestrianism Mixed Jumping, Team",
- "medal": "Gold"
- },
- {
- "name": "Ashley Steacy",
- "gender": "F",
- "height": "158",
- "weight": "64",
- "sport": "Rugby Sevens",
- "team": "Canada",
- "noc": "CAN",
- "age": 29,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Davor tefanek",
- "gender": "M",
- "height": "170",
- "weight": "66",
- "sport": "Wrestling",
- "team": "Serbia",
- "noc": "SRB",
- "age": 30,
- "event": "Wrestling Men's Welterweight, Greco-Roman",
- "medal": "Gold"
- },
- {
- "name": "Aikaterini \"Ekaterini\" Stefanidi",
- "gender": "F",
- "height": "173",
- "weight": "59",
- "sport": "Athletics",
- "team": "Greece",
- "noc": "GRE",
- "age": 26,
- "event": "Athletics Women's Pole Vault",
- "medal": "Gold"
- },
- {
- "name": "Margaret Ann \"Maggie\" Steffens",
- "gender": "F",
- "height": "173",
- "weight": "74",
- "sport": "Water Polo",
- "team": "United States",
- "noc": "USA",
- "age": 23,
- "event": "Water Polo Women's Water Polo",
- "medal": "Gold"
- },
- {
- "name": "Bastian Steger",
- "gender": "M",
- "height": "170",
- "weight": "65",
- "sport": "Table Tennis",
- "team": "Germany",
- "noc": "GER",
- "age": 35,
- "event": "Table Tennis Men's Team",
- "medal": "Bronze"
- },
- {
- "name": "Giulia Steingruber",
- "gender": "F",
- "height": "160",
- "weight": "56",
- "sport": "Gymnastics",
- "team": "Switzerland",
- "noc": "SUI",
- "age": 22,
- "event": "Gymnastics Women's Horse Vault",
- "medal": "Bronze"
- },
- {
- "name": "Henrik Olof Stenson",
- "gender": "M",
- "height": "188",
- "weight": "86",
- "sport": "Golf",
- "team": "Sweden",
- "noc": "SWE",
- "age": 40,
- "event": "Golf Men's Individual",
- "medal": "Silver"
- },
- {
- "name": "Radek tpnek",
- "gender": "M",
- "height": "186",
- "weight": "79",
- "sport": "Tennis",
- "team": "Czech Republic",
- "noc": "CZE",
- "age": 37,
- "event": "Tennis Mixed Doubles",
- "medal": "Bronze"
- },
- {
- "name": "Inna Yakovlevna Stepanova",
- "gender": "F",
- "height": "176",
- "weight": "63",
- "sport": "Archery",
- "team": "Russia",
- "noc": "RUS",
- "age": 26,
- "event": "Archery Women's Team",
- "medal": "Silver"
- },
- {
- "name": "Jan trba",
- "gender": "M",
- "height": "183",
- "weight": "85",
- "sport": "Canoeing",
- "team": "Czech Republic",
- "noc": "CZE",
- "age": 35,
- "event": "Canoeing Men's Kayak Fours, 1,000 metres",
- "medal": "Bronze"
- },
- {
- "name": "Jovana Stevanovi",
- "gender": "F",
- "height": "192",
- "weight": "72",
- "sport": "Volleyball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 24,
- "event": "Volleyball Women's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Travis Stevens",
- "gender": "M",
- "height": "181",
- "weight": "80",
- "sport": "Judo",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Judo Men's Half-Middleweight",
- "medal": "Silver"
- },
- {
- "name": "Shakur Stevenson",
- "gender": "M",
- "height": "173",
- "weight": "56",
- "sport": "Boxing",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Boxing Men's Bantamweight",
- "medal": "Silver"
- },
- {
- "name": "Breanna Mackenzie Stewart",
- "gender": "F",
- "height": "193",
- "weight": "79",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 21,
- "event": "Basketball Women's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Vladimir timac",
- "gender": "M",
- "height": "211",
- "weight": "112",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 28,
- "event": "Basketball Men's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Toni Stipanovi",
- "gender": "M",
- "height": "178",
- "weight": "81",
- "sport": "Sailing",
- "team": "Croatia",
- "noc": "CRO",
- "age": 30,
- "event": "Sailing Men's One Person Dinghy",
- "medal": "Silver"
- },
- {
- "name": "Emmanuel Stockbroekx",
- "gender": "M",
- "height": "189",
- "weight": "88",
- "sport": "Hockey",
- "team": "Belgium",
- "noc": "BEL",
- "age": 22,
- "event": "Hockey Men's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Genevra \"Gevvie\" Stone",
- "gender": "F",
- "height": "183",
- "weight": "71",
- "sport": "Rowing",
- "team": "United States",
- "noc": "USA",
- "age": 31,
- "event": "Rowing Women's Single Sculls",
- "medal": "Silver"
- },
- {
- "name": "Are Weierholt Strandli",
- "gender": "M",
- "height": "181",
- "weight": "69",
- "sport": "Rowing",
- "team": "Norway",
- "noc": "NOR",
- "age": 27,
- "event": "Rowing Men's Lightweight Double Sculls",
- "medal": "Bronze"
- },
- {
- "name": "Jrmy Stravius",
- "gender": "M",
- "height": "190",
- "weight": "86",
- "sport": "Swimming",
- "team": "France",
- "noc": "FRA",
- "age": 28,
- "event": "Swimming Men's 4 x 100 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Vadim Nikolayevich Streltsov",
- "gender": "M",
- "height": "170",
- "weight": "94",
- "sport": "Weightlifting",
- "team": "Belarus",
- "noc": "BLR",
- "age": 30,
- "event": "Weightlifting Men's Middle-Heavyweight",
- "medal": "Silver"
- },
- {
- "name": "Ivan Alekseyevich Stretovich",
- "gender": "M",
- "height": "170",
- "weight": "59",
- "sport": "Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 19,
- "event": "Gymnastics Men's Team All-Around",
- "medal": "Silver"
- },
- {
- "name": "Martin Strobel",
- "gender": "M",
- "height": "189",
- "weight": "90",
- "sport": "Handball",
- "team": "Germany",
- "noc": "GER",
- "age": 30,
- "event": "Handball Men's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Ioana Strungaru (Crciun-)",
- "gender": "F",
- "height": "180",
- "weight": "77",
- "sport": "Rowing",
- "team": "Romania",
- "noc": "ROU",
- "age": 27,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Bronze"
- },
- {
- "name": "Barbora Strcov (-Zhlavov)",
- "gender": "F",
- "height": "164",
- "weight": "60",
- "sport": "Tennis",
- "team": "Czech Republic-1",
- "noc": "CZE",
- "age": 30,
- "event": "Tennis Women's Doubles",
- "medal": "Bronze"
- },
- {
- "name": "Marina Vladimirovna Sudakova (Yartseva-)",
- "gender": "F",
- "height": "165",
- "weight": "66",
- "sport": "Handball",
- "team": "Russia",
- "noc": "RUS",
- "age": 27,
- "event": "Handball Women's Handball",
- "medal": "Gold"
- },
- {
- "name": "Sandro Sukno",
- "gender": "M",
- "height": "200",
- "weight": "93",
- "sport": "Water Polo",
- "team": "Croatia",
- "noc": "CRO",
- "age": 26,
- "event": "Water Polo Men's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Niklas Sle",
- "gender": "M",
- "height": "195",
- "weight": "95",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 20,
- "event": "Football Men's Football",
- "medal": "Silver"
- },
- {
- "name": "Jemima Jelagat Sumgong",
- "gender": "F",
- "height": "160",
- "weight": "45",
- "sport": "Athletics",
- "team": "Kenya",
- "noc": "KEN",
- "age": 31,
- "event": "Athletics Women's Marathon",
- "medal": "Gold"
- },
- {
- "name": "Sun Wenyan",
- "gender": "F",
- "height": "170",
- "weight": "58",
- "sport": "Synchronized Swimming",
- "team": "China",
- "noc": "CHN",
- "age": 26,
- "event": "Synchronized Swimming Women's Duet",
- "medal": "Silver"
- },
- {
- "name": "Sun Wenyan",
- "gender": "F",
- "height": "170",
- "weight": "58",
- "sport": "Synchronized Swimming",
- "team": "China",
- "noc": "CHN",
- "age": 26,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Silver"
- },
- {
- "name": "Sun Yanan",
- "gender": "F",
- "height": "161",
- "weight": "51",
- "sport": "Wrestling",
- "team": "China",
- "noc": "CHN",
- "age": 23,
- "event": "Wrestling Women's Flyweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Sun Yang",
- "gender": "M",
- "height": "198",
- "weight": "89",
- "sport": "Swimming",
- "team": "China",
- "noc": "CHN",
- "age": 24,
- "event": "Swimming Men's 200 metres Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Sun Yang",
- "gender": "M",
- "height": "198",
- "weight": "89",
- "sport": "Swimming",
- "team": "China",
- "noc": "CHN",
- "age": 24,
- "event": "Swimming Men's 400 metres Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Sun Yiwen",
- "gender": "F",
- "height": "177",
- "weight": "63",
- "sport": "Fencing",
- "team": "China",
- "noc": "CHN",
- "age": 24,
- "event": "Fencing Women's epee, Individual",
- "medal": "Bronze"
- },
- {
- "name": "Sun Yiwen",
- "gender": "F",
- "height": "177",
- "weight": "63",
- "sport": "Fencing",
- "team": "China",
- "noc": "CHN",
- "age": 24,
- "event": "Fencing Women's epee, Team",
- "medal": "Silver"
- },
- {
- "name": "Sun Yujie",
- "gender": "F",
- "height": "185",
- "weight": "78",
- "sport": "Fencing",
- "team": "China",
- "noc": "CHN",
- "age": 23,
- "event": "Fencing Women's epee, Team",
- "medal": "Silver"
- },
- {
- "name": "Lasse Jemon Svan Hansen",
- "gender": "M",
- "height": "185",
- "weight": "85",
- "sport": "Handball",
- "team": "Denmark",
- "noc": "DEN",
- "age": 32,
- "event": "Handball Men's Handball",
- "medal": "Gold"
- },
- {
- "name": "Erik Marcus Svensson",
- "gender": "M",
- "height": "176",
- "weight": "68",
- "sport": "Shooting",
- "team": "Sweden",
- "noc": "SWE",
- "age": 26,
- "event": "Shooting Men's Skeet",
- "medal": "Silver"
- },
- {
- "name": "Polly Ann M. Swann",
- "gender": "F",
- "height": "185",
- "weight": "76",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 28,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Silver"
- },
- {
- "name": "Ondej Synek",
- "gender": "M",
- "height": "199",
- "weight": "105",
- "sport": "Rowing",
- "team": "Czech Republic",
- "noc": "CZE",
- "age": 33,
- "event": "Rowing Men's Single Sculls",
- "medal": "Bronze"
- },
- {
- "name": "Elmira Anuarbekovna Syzdykova",
- "gender": "F",
- "height": "172",
- "weight": "69",
- "sport": "Wrestling",
- "team": "Kazakhstan",
- "noc": "KAZ",
- "age": 24,
- "event": "Wrestling Women's Light-Heavyweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Gabriella Timea Szab",
- "gender": "F",
- "height": "170",
- "weight": "62",
- "sport": "Canoeing",
- "team": "Hungary",
- "noc": "HUN",
- "age": 29,
- "event": "Canoeing Women's Kayak Doubles, 500 metres",
- "medal": "Gold"
- },
- {
- "name": "Gabriella Timea Szab",
- "gender": "F",
- "height": "170",
- "weight": "62",
- "sport": "Canoeing",
- "team": "Hungary",
- "noc": "HUN",
- "age": 29,
- "event": "Canoeing Women's Kayak Fours, 500 metres",
- "medal": "Gold"
- },
- {
- "name": "Emese Judit Szsz",
- "gender": "F",
- "height": "176",
- "weight": "71",
- "sport": "Fencing",
- "team": "Hungary",
- "noc": "HUN",
- "age": 33,
- "event": "Fencing Women's epee, Individual",
- "medal": "Gold"
- },
- {
- "name": "ron Szilgyi",
- "gender": "M",
- "height": "180",
- "weight": "78",
- "sport": "Fencing",
- "team": "Hungary",
- "noc": "HUN",
- "age": 26,
- "event": "Fencing Men's Sabre, Individual",
- "medal": "Gold"
- },
- {
- "name": "Chiara Tabani",
- "gender": "F",
- "height": "176",
- "weight": "72",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 21,
- "event": "Water Polo Women's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Haruka Tachimoto",
- "gender": "F",
- "height": "168",
- "weight": "70",
- "sport": "Judo",
- "team": "Japan",
- "noc": "JPN",
- "age": 26,
- "event": "Judo Women's Middleweight",
- "medal": "Gold"
- },
- {
- "name": "Kaspar Taimsoo",
- "gender": "M",
- "height": "194",
- "weight": "95",
- "sport": "Rowing",
- "team": "Estonia",
- "noc": "EST",
- "age": 29,
- "event": "Rowing Men's Quadruple Sculls",
- "medal": "Bronze"
- },
- {
- "name": "Ayaka Takahashi",
- "gender": "F",
- "height": "165",
- "weight": "60",
- "sport": "Badminton",
- "team": "Japan",
- "noc": "JPN",
- "age": 26,
- "event": "Badminton Women's Doubles",
- "medal": "Gold"
- },
- {
- "name": "Naohisa Takato",
- "gender": "M",
- "height": "160",
- "weight": "60",
- "sport": "Judo",
- "team": "Japan",
- "noc": "JPN",
- "age": 23,
- "event": "Judo Men's Extra-Lightweight",
- "medal": "Bronze"
- },
- {
- "name": "Lasha Talakhadze",
- "gender": "M",
- "height": "197",
- "weight": "160",
- "sport": "Weightlifting",
- "team": "Georgia",
- "noc": "GEO",
- "age": 22,
- "event": "Weightlifting Men's Super-Heavyweight",
- "medal": "Gold"
- },
- {
- "name": "Kitione Taliga",
- "gender": "M",
- "height": "186",
- "weight": "87",
- "sport": "Rugby Sevens",
- "team": "Fiji",
- "noc": "FIJ",
- "age": 23,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Jared Tallent",
- "gender": "M",
- "height": "178",
- "weight": "58",
- "sport": "Athletics",
- "team": "Australia",
- "noc": "AUS",
- "age": 31,
- "event": "Athletics Men's 50 kilometres Walk",
- "medal": "Silver"
- },
- {
- "name": "Lachlan Tame",
- "gender": "M",
- "height": "176",
- "weight": "80",
- "sport": "Canoeing",
- "team": "Australia",
- "noc": "AUS",
- "age": 27,
- "event": "Canoeing Men's Kayak Doubles, 1,000 metres",
- "medal": "Bronze"
- },
- {
- "name": "Tan Jiaxin",
- "gender": "F",
- "height": "148",
- "weight": "36",
- "sport": "Gymnastics",
- "team": "China",
- "noc": "CHN",
- "age": 19,
- "event": "Gymnastics Women's Team All-Around",
- "medal": "Bronze"
- },
- {
- "name": "Tan Wee Kiong",
- "gender": "M",
- "height": "177",
- "weight": "77",
- "sport": "Badminton",
- "team": "Malaysia",
- "noc": "MAS",
- "age": 27,
- "event": "Badminton Men's Doubles",
- "medal": "Silver"
- },
- {
- "name": "Tan Ya-Ting",
- "gender": "F",
- "height": "158",
- "weight": "53",
- "sport": "Archery",
- "team": "Chinese Taipei",
- "noc": "TPE",
- "age": 22,
- "event": "Archery Women's Team",
- "medal": "Bronze"
- },
- {
- "name": "Yusuke Tanaka",
- "gender": "M",
- "height": "166",
- "weight": "58",
- "sport": "Gymnastics",
- "team": "Japan",
- "noc": "JPN",
- "age": 26,
- "event": "Gymnastics Men's Team All-Around",
- "medal": "Gold"
- },
- {
- "name": "Sopita Tanasan",
- "gender": "F",
- "height": "154",
- "weight": "48",
- "sport": "Weightlifting",
- "team": "Thailand",
- "noc": "THA",
- "age": 21,
- "event": "Weightlifting Women's Flyweight",
- "medal": "Gold"
- },
- {
- "name": "Melissa Palma Julie Tancredi",
- "gender": "F",
- "height": "177",
- "weight": "73",
- "sport": "Football",
- "team": "Canada",
- "noc": "CAN",
- "age": 34,
- "event": "Football Women's Football",
- "medal": "Bronze"
- },
- {
- "name": "Tang Mengni",
- "gender": "F",
- "height": "169",
- "weight": "59",
- "sport": "Synchronized Swimming",
- "team": "China",
- "noc": "CHN",
- "age": 22,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Silver"
- },
- {
- "name": "Paul Kipngetich Tanui",
- "gender": "M",
- "height": "168",
- "weight": "47",
- "sport": "Athletics",
- "team": "Kenya",
- "noc": "KEN",
- "age": 25,
- "event": "Athletics Men's 10,000 metres",
- "medal": "Silver"
- },
- {
- "name": "Juraj Tarr",
- "gender": "M",
- "height": "190",
- "weight": "88",
- "sport": "Canoeing",
- "team": "Slovakia",
- "noc": "SVK",
- "age": 37,
- "event": "Canoeing Men's Kayak Fours, 1,000 metres",
- "medal": "Silver"
- },
- {
- "name": "Elmurat Zulypkarovich Tasmuradov",
- "gender": "M",
- "height": "160",
- "weight": "59",
- "sport": "Wrestling",
- "team": "Uzbekistan",
- "noc": "UZB",
- "age": 24,
- "event": "Wrestling Men's Featherweight, Greco-Roman",
- "medal": "Bronze"
- },
- {
- "name": "Nur Tatar",
- "gender": "F",
- "height": "173",
- "weight": "67",
- "sport": "Taekwondo",
- "team": "Turkey",
- "noc": "TUR",
- "age": 23,
- "event": "Taekwondo Women's Welterweight",
- "medal": "Bronze"
- },
- {
- "name": "Anastasiya Alekseyevna Tatareva",
- "gender": "F",
- "height": "165",
- "weight": "44",
- "sport": "Rhythmic Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 19,
- "event": "Rhythmic Gymnastics Women's Group",
- "medal": "Gold"
- },
- {
- "name": "Diana Lurena Taurasi",
- "gender": "F",
- "height": "183",
- "weight": "70",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 34,
- "event": "Basketball Women's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Christian Taylor",
- "gender": "M",
- "height": "188",
- "weight": "81",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Athletics Men's Triple Jump",
- "medal": "Gold"
- },
- {
- "name": "Audrey Tcheumo",
- "gender": "F",
- "height": "177",
- "weight": "78",
- "sport": "Judo",
- "team": "France",
- "noc": "FRA",
- "age": 26,
- "event": "Judo Women's Half-Heavyweight",
- "medal": "Silver"
- },
- {
- "name": "Terina Lily Te Tamaki",
- "gender": "F",
- "height": "165",
- "weight": "67",
- "sport": "Rugby Sevens",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 19,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Laura Teani",
- "gender": "F",
- "height": "175",
- "weight": "75",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 25,
- "event": "Water Polo Women's Water Polo",
- "medal": "Silver"
- },
- {
- "name": "Horia Tecu",
- "gender": "M",
- "height": "192",
- "weight": "90",
- "sport": "Tennis",
- "team": "Romania",
- "noc": "ROU",
- "age": 31,
- "event": "Tennis Men's Doubles",
- "medal": "Silver"
- },
- {
- "name": "Stefano Tempesti",
- "gender": "M",
- "height": "205",
- "weight": "100",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 37,
- "event": "Water Polo Men's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Milo Teodosi",
- "gender": "M",
- "height": "195",
- "weight": "90",
- "sport": "Basketball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 29,
- "event": "Basketball Men's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Jana Teschke",
- "gender": "F",
- "height": "168",
- "weight": "56",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 25,
- "event": "Hockey Women's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Brianne Theisen-Eaton",
- "gender": "F",
- "height": "175",
- "weight": "64",
- "sport": "Athletics",
- "team": "Canada",
- "noc": "CAN",
- "age": 27,
- "event": "Athletics Women's Heptathlon",
- "medal": "Bronze"
- },
- {
- "name": "Thiago Maia Alencar",
- "gender": "M",
- "height": "178",
- "weight": "64",
- "sport": "Football",
- "team": "Brazil",
- "noc": "BRA",
- "age": 19,
- "event": "Football Men's Football",
- "medal": "Gold"
- },
- {
- "name": "Nafissatou \"Nafi\" Thiam",
- "gender": "F",
- "height": "184",
- "weight": "69",
- "sport": "Athletics",
- "team": "Belgium",
- "noc": "BEL",
- "age": 21,
- "event": "Athletics Women's Heptathlon",
- "medal": "Gold"
- },
- {
- "name": "Annekatrin Thiele",
- "gender": "F",
- "height": "173",
- "weight": "68",
- "sport": "Rowing",
- "team": "Germany",
- "noc": "GER",
- "age": 31,
- "event": "Rowing Women's Quadruple Sculls",
- "medal": "Gold"
- },
- {
- "name": "Courtney Lynn Thompson",
- "gender": "F",
- "height": "170",
- "weight": "66",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 31,
- "event": "Volleyball Women's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Elaine Thompson",
- "gender": "F",
- "height": "167",
- "weight": "57",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 24,
- "event": "Athletics Women's 100 metres",
- "medal": "Gold"
- },
- {
- "name": "Elaine Thompson",
- "gender": "F",
- "height": "167",
- "weight": "57",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 24,
- "event": "Athletics Women's 200 metres",
- "medal": "Gold"
- },
- {
- "name": "Elaine Thompson",
- "gender": "F",
- "height": "167",
- "weight": "57",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 24,
- "event": "Athletics Women's 4 x 100 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Klay Alexander Thompson",
- "gender": "M",
- "height": "200",
- "weight": "97",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 26,
- "event": "Basketball Men's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Victoria Thornley",
- "gender": "F",
- "height": "193",
- "weight": "76",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 28,
- "event": "Rowing Women's Double Sculls",
- "medal": "Silver"
- },
- {
- "name": "Virginia \"Ginny\" Thrasher",
- "gender": "F",
- "height": "155",
- "weight": "55",
- "sport": "Shooting",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Shooting Women's Air Rifle, 10 metres",
- "medal": "Gold"
- },
- {
- "name": "Tian Tao",
- "gender": "M",
- "height": "172",
- "weight": "85",
- "sport": "Weightlifting",
- "team": "China",
- "noc": "CHN",
- "age": 22,
- "event": "Weightlifting Men's Light-Heavyweight",
- "medal": "Silver"
- },
- {
- "name": "Ivan Grigoryevich Tikhon",
- "gender": "M",
- "height": "186",
- "weight": "110",
- "sport": "Athletics",
- "team": "Belarus",
- "noc": "BLR",
- "age": 40,
- "event": "Athletics Men's Hammer Throw",
- "medal": "Silver"
- },
- {
- "name": "Pieter Timmers",
- "gender": "M",
- "height": "200",
- "weight": "89",
- "sport": "Swimming",
- "team": "Belgium",
- "noc": "BEL",
- "age": 28,
- "event": "Swimming Men's 100 metres Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Anna Viktorovna Timofeyeva",
- "gender": "F",
- "height": "178",
- "weight": "86",
- "sport": "Water Polo",
- "team": "Russia",
- "noc": "RUS",
- "age": 29,
- "event": "Water Polo Women's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Amy Tinkler",
- "gender": "F",
- "height": "152",
- "weight": "47",
- "sport": "Gymnastics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 16,
- "event": "Gymnastics Women's Floor Exercise",
- "medal": "Bronze"
- },
- {
- "name": "Stuart Brian Tinney",
- "gender": "M",
- "height": "180",
- "weight": "71",
- "sport": "Equestrianism",
- "team": "Australia",
- "noc": "AUS",
- "age": 51,
- "event": "Equestrianism Mixed Three-Day Event, Team",
- "medal": "Bronze"
- },
- {
- "name": "Yevgeny Andreyevich Tishchenko",
- "gender": "M",
- "height": "196",
- "weight": "91",
- "sport": "Boxing",
- "team": "Russia",
- "noc": "RUS",
- "age": 25,
- "event": "Boxing Men's Heavyweight",
- "medal": "Gold"
- },
- {
- "name": "Margarita Grigoryevna Tishkevich-Makhneva",
- "gender": "F",
- "height": "181",
- "weight": "67",
- "sport": "Canoeing",
- "team": "Belarus",
- "noc": "BLR",
- "age": 24,
- "event": "Canoeing Women's Kayak Fours, 500 metres",
- "medal": "Bronze"
- },
- {
- "name": "Hristiana Todorova",
- "gender": "F",
- "height": "173",
- "weight": "52",
- "sport": "Rhythmic Gymnastics",
- "team": "Bulgaria",
- "noc": "BUL",
- "age": 21,
- "event": "Rhythmic Gymnastics Women's Group",
- "medal": "Bronze"
- },
- {
- "name": "Tamirat Tola Abera",
- "gender": "M",
- "height": "181",
- "weight": "59",
- "sport": "Athletics",
- "team": "Ethiopia",
- "noc": "ETH",
- "age": 24,
- "event": "Athletics Men's 10,000 metres",
- "medal": "Bronze"
- },
- {
- "name": "Jeremy Toljan",
- "gender": "M",
- "height": "182",
- "weight": "72",
- "sport": "Football",
- "team": "Germany",
- "noc": "GER",
- "age": 21,
- "event": "Football Men's Football",
- "medal": "Silver"
- },
- {
- "name": "Mariya Yuryevna Tolkachova",
- "gender": "F",
- "height": "176",
- "weight": "53",
- "sport": "Rhythmic Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 18,
- "event": "Rhythmic Gymnastics Women's Group",
- "medal": "Gold"
- },
- {
- "name": "Sergiu Toma",
- "gender": "M",
- "height": "180",
- "weight": "81",
- "sport": "Judo",
- "team": "United Arab Emirates",
- "noc": "UAE",
- "age": 29,
- "event": "Judo Men's Half-Middleweight",
- "medal": "Bronze"
- },
- {
- "name": "Marko Tomievi",
- "gender": "M",
- "height": "174",
- "weight": "80",
- "sport": "Canoeing",
- "team": "Serbia",
- "noc": "SRB",
- "age": 26,
- "event": "Canoeing Men's Kayak Doubles, 1,000 metres",
- "medal": "Silver"
- },
- {
- "name": "Emma Kate Tonegato",
- "gender": "F",
- "height": "165",
- "weight": "63",
- "sport": "Rugby Sevens",
- "team": "Australia",
- "noc": "AUS",
- "age": 21,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Jean-Paul Tony Helissey",
- "gender": "M",
- "height": "177",
- "weight": "77",
- "sport": "Fencing",
- "team": "France",
- "noc": "FRA",
- "age": 26,
- "event": "Fencing Men's Foil, Team",
- "medal": "Silver"
- },
- {
- "name": "Gelena Dmitriyevna Topilina",
- "gender": "F",
- "height": "175",
- "weight": "56",
- "sport": "Synchronized Swimming",
- "team": "Russia",
- "noc": "RUS",
- "age": 22,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Gold"
- },
- {
- "name": "Cristian Isaac Toro Carballo",
- "gender": "M",
- "height": "188",
- "weight": "90",
- "sport": "Canoeing",
- "team": "Spain",
- "noc": "ESP",
- "age": 24,
- "event": "Canoeing Men's Kayak Doubles, 200 metres",
- "medal": "Gold"
- },
- {
- "name": "Alba Torrens Salom",
- "gender": "F",
- "height": "195",
- "weight": "80",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 26,
- "event": "Basketball Women's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Eri Tosaka",
- "gender": "F",
- "height": "152",
- "weight": "48",
- "sport": "Wrestling",
- "team": "Japan",
- "noc": "JPN",
- "age": 22,
- "event": "Wrestling Women's Flyweight, Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Matej Tth",
- "gender": "M",
- "height": "185",
- "weight": "73",
- "sport": "Athletics",
- "team": "Slovakia",
- "noc": "SVK",
- "age": 33,
- "event": "Athletics Men's 50 kilometres Walk",
- "medal": "Gold"
- },
- {
- "name": "Susannah Townsend",
- "gender": "F",
- "height": "168",
- "weight": "61",
- "sport": "Hockey",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 27,
- "event": "Hockey Women's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Lucas Tramr",
- "gender": "M",
- "height": "183",
- "weight": "75",
- "sport": "Rowing",
- "team": "Switzerland",
- "noc": "SUI",
- "age": 26,
- "event": "Rowing Men's Lightweight Coxless Fours",
- "medal": "Gold"
- },
- {
- "name": "Luk Trefil",
- "gender": "M",
- "height": "187",
- "weight": "90",
- "sport": "Canoeing",
- "team": "Czech Republic",
- "noc": "CZE",
- "age": 27,
- "event": "Canoeing Men's Kayak Fours, 1,000 metres",
- "medal": "Bronze"
- },
- {
- "name": "Andrew \"Andy\" Triggs Hodge",
- "gender": "M",
- "height": "192",
- "weight": "97",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 37,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Gold"
- },
- {
- "name": "Moritz Trompertz",
- "gender": "M",
- "height": "180",
- "weight": "76",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 20,
- "event": "Hockey Men's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "William Troost-Ekong",
- "gender": "M",
- "height": "175",
- "weight": "74",
- "sport": "Football",
- "team": "Nigeria",
- "noc": "NGR",
- "age": 22,
- "event": "Football Men's Football",
- "medal": "Bronze"
- },
- {
- "name": "Laura Rebecca Trott (-Kenny)",
- "gender": "F",
- "height": "164",
- "weight": "56",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 24,
- "event": "Cycling Women's Team Pursuit",
- "medal": "Gold"
- },
- {
- "name": "Laura Rebecca Trott (-Kenny)",
- "gender": "F",
- "height": "164",
- "weight": "56",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 24,
- "event": "Cycling Women's Omnium",
- "medal": "Gold"
- },
- {
- "name": "Murphy Edward Troy",
- "gender": "M",
- "height": "203",
- "weight": "107",
- "sport": "Volleyball",
- "team": "United States",
- "noc": "USA",
- "age": 27,
- "event": "Volleyball Men's Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Tina Trstenjak",
- "gender": "F",
- "height": "162",
- "weight": "65",
- "sport": "Judo",
- "team": "Slovenia",
- "noc": "SLO",
- "age": 25,
- "event": "Judo Women's Half-Middleweight",
- "medal": "Gold"
- },
- {
- "name": "Jrme Truyens",
- "gender": "M",
- "height": "178",
- "weight": "70",
- "sport": "Hockey",
- "team": "Belgium",
- "noc": "BEL",
- "age": 28,
- "event": "Hockey Men's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Olaf Karl Tufte",
- "gender": "M",
- "height": "193",
- "weight": "94",
- "sport": "Rowing",
- "team": "Norway",
- "noc": "NOR",
- "age": 40,
- "event": "Rowing Men's Double Sculls",
- "medal": "Bronze"
- },
- {
- "name": "Ruby Tui",
- "gender": "F",
- "height": "177",
- "weight": "71",
- "sport": "Rugby Sevens",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 24,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Josua Tuisova Ratulevu",
- "gender": "M",
- "height": "180",
- "weight": "108",
- "sport": "Rugby Sevens",
- "team": "Fiji",
- "noc": "FIJ",
- "age": 22,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Blair Tuke",
- "gender": "M",
- "height": "181",
- "weight": "78",
- "sport": "Sailing",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 27,
- "event": "Sailing Men's Skiff",
- "medal": "Gold"
- },
- {
- "name": "Rustam Tulaganov",
- "gender": "M",
- "height": "186",
- "weight": "91",
- "sport": "Boxing",
- "team": "Uzbekistan",
- "noc": "UZB",
- "age": 24,
- "event": "Boxing Men's Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Boniface Mucheru Tumuti",
- "gender": "M",
- "height": "175",
- "weight": "72",
- "sport": "Athletics",
- "team": "Kenya",
- "noc": "KEN",
- "age": 24,
- "event": "Athletics Men's 400 metres Hurdles",
- "medal": "Silver"
- },
- {
- "name": "Irak'li Turmanidze",
- "gender": "M",
- "height": "182",
- "weight": "130",
- "sport": "Weightlifting",
- "team": "Georgia",
- "noc": "GEO",
- "age": 31,
- "event": "Weightlifting Men's Super-Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Amy Turner",
- "gender": "F",
- "height": "168",
- "weight": "64",
- "sport": "Rugby Sevens",
- "team": "Australia",
- "noc": "AUS",
- "age": 32,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Seda Gurgenovna Tutkhalyan",
- "gender": "F",
- "height": "146",
- "weight": "43",
- "sport": "Gymnastics",
- "team": "Russia",
- "noc": "RUS",
- "age": 17,
- "event": "Gymnastics Women's Team All-Around",
- "medal": "Silver"
- },
- {
- "name": "Seremaia \"Jerry\" Tuwai Vunisa",
- "gender": "M",
- "height": "174",
- "weight": "81",
- "sport": "Rugby Sevens",
- "team": "Fiji",
- "noc": "FIJ",
- "age": 27,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Georgina Sophie \"Georgie\" Twigg",
- "gender": "F",
- "height": "170",
- "weight": "62",
- "sport": "Hockey",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 25,
- "event": "Hockey Women's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Ryan Tyack",
- "gender": "M",
- "height": "186",
- "weight": "102",
- "sport": "Archery",
- "team": "Australia",
- "noc": "AUS",
- "age": 25,
- "event": "Archery Men's Team",
- "medal": "Bronze"
- },
- {
- "name": "Pavlo Yuriyovych Tymoshchenko",
- "gender": "M",
- "height": "192",
- "weight": "78",
- "sport": "Modern Pentathlon",
- "team": "Ukraine",
- "noc": "UKR",
- "age": 29,
- "event": "Modern Pentathlon Men's Individual",
- "medal": "Silver"
- },
- {
- "name": "Kohei Uchimura",
- "gender": "M",
- "height": "160",
- "weight": "54",
- "sport": "Gymnastics",
- "team": "Japan",
- "noc": "JPN",
- "age": 27,
- "event": "Gymnastics Men's Individual All-Around",
- "medal": "Gold"
- },
- {
- "name": "Kohei Uchimura",
- "gender": "M",
- "height": "160",
- "weight": "54",
- "sport": "Gymnastics",
- "team": "Japan",
- "noc": "JPN",
- "age": 27,
- "event": "Gymnastics Men's Team All-Around",
- "medal": "Gold"
- },
- {
- "name": "Ndifreke Effiong Udo",
- "gender": "M",
- "height": "173",
- "weight": "78",
- "sport": "Football",
- "team": "Nigeria",
- "noc": "NGR",
- "age": 17,
- "event": "Football Men's Football",
- "medal": "Bronze"
- },
- {
- "name": "Dirk Uittenbogaard",
- "gender": "M",
- "height": "199",
- "weight": "93",
- "sport": "Rowing",
- "team": "Netherlands",
- "noc": "NED",
- "age": 26,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Bronze"
- },
- {
- "name": "Denis Ulanov",
- "gender": "M",
- "height": "175",
- "weight": "85",
- "sport": "Weightlifting",
- "team": "Kazakhstan",
- "noc": "KAZ",
- "age": 22,
- "event": "Weightlifting Men's Light-Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Aminu Umar",
- "gender": "M",
- "height": "172",
- "weight": "72",
- "sport": "Football",
- "team": "Nigeria",
- "noc": "NGR",
- "age": 21,
- "event": "Football Men's Football",
- "medal": "Bronze"
- },
- {
- "name": "Sadiq Umar",
- "gender": "M",
- "height": "172",
- "weight": "75",
- "sport": "Football",
- "team": "Nigeria",
- "noc": "NGR",
- "age": 19,
- "event": "Football Men's Football",
- "medal": "Bronze"
- },
- {
- "name": "Lisa Unruh",
- "gender": "F",
- "height": "180",
- "weight": "68",
- "sport": "Archery",
- "team": "Germany",
- "noc": "GER",
- "age": 28,
- "event": "Archery Women's Individual",
- "medal": "Silver"
- },
- {
- "name": "Laura Emma Unsworth",
- "gender": "F",
- "height": "157",
- "weight": "55",
- "sport": "Hockey",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 28,
- "event": "Hockey Women's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Diyorbek Urozboyev",
- "gender": "M",
- "height": "172",
- "weight": "60",
- "sport": "Judo",
- "team": "Uzbekistan",
- "noc": "UZB",
- "age": 22,
- "event": "Judo Men's Extra-Lightweight",
- "medal": "Bronze"
- },
- {
- "name": "Anna Vladimirovna Ustyukhina",
- "gender": "F",
- "height": "177",
- "weight": "70",
- "sport": "Water Polo",
- "team": "Russia",
- "noc": "RUS",
- "age": 27,
- "event": "Water Polo Women's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "Milda Valiukait",
- "gender": "F",
- "height": "176",
- "weight": "66",
- "sport": "Rowing",
- "team": "Lithuania",
- "noc": "LTU",
- "age": 22,
- "event": "Rowing Women's Double Sculls",
- "medal": "Bronze"
- },
- {
- "name": "Ingrit Lorena Valencia Victoria",
- "gender": "F",
- "height": "160",
- "weight": "50",
- "sport": "Boxing",
- "team": "Colombia",
- "noc": "COL",
- "age": 27,
- "event": "Boxing Women's Flyweight",
- "medal": "Bronze"
- },
- {
- "name": "Jennifer Valente",
- "gender": "F",
- "height": "176",
- "weight": "74",
- "sport": "Cycling",
- "team": "United States",
- "noc": "USA",
- "age": 21,
- "event": "Cycling Women's Team Pursuit",
- "medal": "Silver"
- },
- {
- "name": "Lidia Valentn Prez",
- "gender": "F",
- "height": "169",
- "weight": "75",
- "sport": "Weightlifting",
- "team": "Spain",
- "noc": "ESP",
- "age": 31,
- "event": "Weightlifting Women's Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Jean-Charles Valladont",
- "gender": "M",
- "height": "180",
- "weight": "83",
- "sport": "Archery",
- "team": "France",
- "noc": "FRA",
- "age": 27,
- "event": "Archery Men's Individual",
- "medal": "Silver"
- },
- {
- "name": "Thibaut Vallette",
- "gender": "M",
- "height": "171",
- "weight": "60",
- "sport": "Equestrianism",
- "team": "France",
- "noc": "FRA",
- "age": 42,
- "event": "Equestrianism Mixed Three-Day Event, Team",
- "medal": "Gold"
- },
- {
- "name": "Naomi Frances van As",
- "gender": "F",
- "height": "179",
- "weight": "63",
- "sport": "Hockey",
- "team": "Netherlands",
- "noc": "NED",
- "age": 33,
- "event": "Hockey Women's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Florent Van Aubel",
- "gender": "M",
- "height": "178",
- "weight": "73",
- "sport": "Hockey",
- "team": "Belgium",
- "noc": "BEL",
- "age": 24,
- "event": "Hockey Men's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Greg Van Avermaet",
- "gender": "M",
- "height": "181",
- "weight": "74",
- "sport": "Cycling",
- "team": "Belgium",
- "noc": "BEL",
- "age": 31,
- "event": "Cycling Men's Road Race, Individual",
- "medal": "Gold"
- },
- {
- "name": "Anna van der Breggen",
- "gender": "F",
- "height": "167",
- "weight": "56",
- "sport": "Cycling",
- "team": "Netherlands",
- "noc": "NED",
- "age": 26,
- "event": "Cycling Women's Road Race, Individual",
- "medal": "Gold"
- },
- {
- "name": "Anna van der Breggen",
- "gender": "F",
- "height": "167",
- "weight": "56",
- "sport": "Cycling",
- "team": "Netherlands",
- "noc": "NED",
- "age": 26,
- "event": "Cycling Women's Individual Time Trial",
- "medal": "Bronze"
- },
- {
- "name": "Cameron van der Burgh",
- "gender": "M",
- "height": "185",
- "weight": "85",
- "sport": "Swimming",
- "team": "South Africa",
- "noc": "RSA",
- "age": 28,
- "event": "Swimming Men's 100 metres Breaststroke",
- "medal": "Silver"
- },
- {
- "name": "Arthur Van Doren",
- "gender": "M",
- "height": "178",
- "weight": "74",
- "sport": "Hockey",
- "team": "Belgium",
- "noc": "BEL",
- "age": 21,
- "event": "Hockey Men's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Anicka van Emden",
- "gender": "F",
- "height": "169",
- "weight": "63",
- "sport": "Judo",
- "team": "Netherlands",
- "noc": "NED",
- "age": 29,
- "event": "Judo Women's Half-Middleweight",
- "medal": "Bronze"
- },
- {
- "name": "Margot van Geffen",
- "gender": "F",
- "height": "172",
- "weight": "63",
- "sport": "Hockey",
- "team": "Netherlands",
- "noc": "NED",
- "age": 26,
- "event": "Hockey Women's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Jelle van Gorkom",
- "gender": "M",
- "height": "187",
- "weight": "93",
- "sport": "Cycling",
- "team": "Netherlands",
- "noc": "NED",
- "age": 25,
- "event": "Cycling Men's BMX",
- "medal": "Silver"
- },
- {
- "name": "Chantal Jean Van Landeghem",
- "gender": "F",
- "height": "180",
- "weight": "77",
- "sport": "Swimming",
- "team": "Canada",
- "noc": "CAN",
- "age": 22,
- "event": "Swimming Women's 4 x 100 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "Caia Jaqueline van Maasakker",
- "gender": "F",
- "height": "180",
- "weight": "69",
- "sport": "Hockey",
- "team": "Netherlands",
- "noc": "NED",
- "age": 27,
- "event": "Hockey Women's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Kitty van Male",
- "gender": "F",
- "height": "170",
- "weight": "63",
- "sport": "Hockey",
- "team": "Netherlands",
- "noc": "NED",
- "age": 28,
- "event": "Hockey Women's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Wayde van Niekerk",
- "gender": "M",
- "height": "183",
- "weight": "70",
- "sport": "Athletics",
- "team": "South Africa",
- "noc": "RSA",
- "age": 24,
- "event": "Athletics Men's 400 metres",
- "medal": "Gold"
- },
- {
- "name": "Dorian Benno Eric van Rijsselberge",
- "gender": "M",
- "height": "189",
- "weight": "75",
- "sport": "Sailing",
- "team": "Netherlands",
- "noc": "NED",
- "age": 27,
- "event": "Sailing Men's Windsurfer",
- "medal": "Gold"
- },
- {
- "name": "Sharon van Rouwendaal",
- "gender": "F",
- "height": "173",
- "weight": "65",
- "sport": "Swimming",
- "team": "Netherlands",
- "noc": "NED",
- "age": 22,
- "event": "Swimming Women's 10 kilometres Open Water",
- "medal": "Gold"
- },
- {
- "name": "Elliot Van Strydonck",
- "gender": "M",
- "height": "185",
- "weight": "75",
- "sport": "Hockey",
- "team": "Belgium",
- "noc": "BEL",
- "age": 28,
- "event": "Hockey Men's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Dirk Van Tichelt",
- "gender": "M",
- "height": "173",
- "weight": "73",
- "sport": "Judo",
- "team": "Belgium",
- "noc": "BEL",
- "age": 32,
- "event": "Judo Men's Lightweight",
- "medal": "Bronze"
- },
- {
- "name": "Vincent Vanasch",
- "gender": "M",
- "height": "180",
- "weight": "78",
- "sport": "Hockey",
- "team": "Belgium",
- "noc": "BEL",
- "age": 28,
- "event": "Hockey Men's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Jan Vandrey",
- "gender": "M",
- "height": "188",
- "weight": "88",
- "sport": "Canoeing",
- "team": "Germany",
- "noc": "GER",
- "age": 24,
- "event": "Canoeing Men's Canadian Doubles, 1,000 metres",
- "medal": "Gold"
- },
- {
- "name": "Laura Vargas Koch",
- "gender": "F",
- "height": "173",
- "weight": "70",
- "sport": "Judo",
- "team": "Germany",
- "noc": "GER",
- "age": 26,
- "event": "Judo Women's Middleweight",
- "medal": "Bronze"
- },
- {
- "name": "Anamari \"Ana\" Velenek",
- "gender": "F",
- "height": "178",
- "weight": "78",
- "sport": "Judo",
- "team": "Slovenia",
- "noc": "SLO",
- "age": 25,
- "event": "Judo Women's Half-Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Sofiya Aleksandrovna Velikaya",
- "gender": "F",
- "height": "175",
- "weight": "70",
- "sport": "Fencing",
- "team": "Russia",
- "noc": "RUS",
- "age": 31,
- "event": "Fencing Women's Sabre, Individual",
- "medal": "Silver"
- },
- {
- "name": "Sofiya Aleksandrovna Velikaya",
- "gender": "F",
- "height": "175",
- "weight": "70",
- "sport": "Fencing",
- "team": "Russia",
- "noc": "RUS",
- "age": 31,
- "event": "Fencing Women's Sabre, Team",
- "medal": "Gold"
- },
- {
- "name": "Stefana Veljkovi",
- "gender": "F",
- "height": "190",
- "weight": "76",
- "sport": "Volleyball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 26,
- "event": "Volleyball Women's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Alessandro Velotto",
- "gender": "M",
- "height": "186",
- "weight": "85",
- "sport": "Water Polo",
- "team": "Italy",
- "noc": "ITA",
- "age": 21,
- "event": "Water Polo Men's Water Polo",
- "medal": "Bronze"
- },
- {
- "name": "David Verburg",
- "gender": "M",
- "height": "173",
- "weight": "70",
- "sport": "Athletics",
- "team": "United States",
- "noc": "USA",
- "age": 25,
- "event": "Athletics Men's 4 x 400 metres Relay",
- "medal": "Gold"
- },
- {
- "name": "Jasa Veremalua",
- "gender": "M",
- "height": "195",
- "weight": "98",
- "sport": "Rugby Sevens",
- "team": "Fiji",
- "noc": "FIJ",
- "age": 28,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Oleh Yuriyovych Verniaiev",
- "gender": "M",
- "height": "161",
- "weight": "55",
- "sport": "Gymnastics",
- "team": "Ukraine",
- "noc": "UKR",
- "age": 22,
- "event": "Gymnastics Men's Individual All-Around",
- "medal": "Silver"
- },
- {
- "name": "Oleh Yuriyovych Verniaiev",
- "gender": "M",
- "height": "161",
- "weight": "55",
- "sport": "Gymnastics",
- "team": "Ukraine",
- "noc": "UKR",
- "age": 22,
- "event": "Gymnastics Men's Parallel Bars",
- "medal": "Gold"
- },
- {
- "name": "Maria Verschoor",
- "gender": "F",
- "height": "164",
- "weight": "58",
- "sport": "Hockey",
- "team": "Netherlands",
- "noc": "NED",
- "age": 22,
- "event": "Hockey Women's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Pieter Gilles \"Mechiel\" Versluis",
- "gender": "M",
- "height": "197",
- "weight": "95",
- "sport": "Rowing",
- "team": "Netherlands",
- "noc": "NED",
- "age": 29,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Bronze"
- },
- {
- "name": "Yelena Sergeyevna Vesnina",
- "gender": "F",
- "height": "180",
- "weight": "60",
- "sport": "Tennis",
- "team": "Russia-2",
- "noc": "RUS",
- "age": 30,
- "event": "Tennis Women's Doubles",
- "medal": "Gold"
- },
- {
- "name": "Luca Vettori",
- "gender": "M",
- "height": "200",
- "weight": "95",
- "sport": "Volleyball",
- "team": "Italy",
- "noc": "ITA",
- "age": 25,
- "event": "Volleyball Men's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Giuseppe Vicino",
- "gender": "M",
- "height": "195",
- "weight": "95",
- "sport": "Rowing",
- "team": "Italy",
- "noc": "ITA",
- "age": 23,
- "event": "Rowing Men's Coxless Fours",
- "medal": "Bronze"
- },
- {
- "name": "Lucas Martn Vila",
- "gender": "M",
- "height": "172",
- "weight": "75",
- "sport": "Hockey",
- "team": "Argentina",
- "noc": "ARG",
- "age": 29,
- "event": "Hockey Men's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Sunette Stella Viljoen",
- "gender": "F",
- "height": "170",
- "weight": "72",
- "sport": "Athletics",
- "team": "South Africa",
- "noc": "RSA",
- "age": 32,
- "event": "Athletics Women's Javelin Throw",
- "medal": "Silver"
- },
- {
- "name": "Samisoni Viriviri",
- "gender": "M",
- "height": "186",
- "weight": "88",
- "sport": "Rugby Sevens",
- "team": "Fiji",
- "noc": "FIJ",
- "age": 28,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Donata Vitartait",
- "gender": "F",
- "height": "170",
- "weight": "62",
- "sport": "Rowing",
- "team": "Lithuania",
- "noc": "LTU",
- "age": 27,
- "event": "Rowing Women's Double Sculls",
- "medal": "Bronze"
- },
- {
- "name": "Juan Manuel Vivaldi",
- "gender": "M",
- "height": "180",
- "weight": "80",
- "sport": "Hockey",
- "team": "Argentina",
- "noc": "ARG",
- "age": 37,
- "event": "Hockey Men's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Elia Viviani",
- "gender": "M",
- "height": "177",
- "weight": "70",
- "sport": "Cycling",
- "team": "Italy",
- "noc": "ITA",
- "age": 27,
- "event": "Cycling Men's Omnium",
- "medal": "Gold"
- },
- {
- "name": "Blanka Vlai",
- "gender": "F",
- "height": "193",
- "weight": "71",
- "sport": "Athletics",
- "team": "Croatia",
- "noc": "CRO",
- "age": 32,
- "event": "Athletics Women's High Jump",
- "medal": "Bronze"
- },
- {
- "name": "Roman Andreyevich Vlasov",
- "gender": "M",
- "height": "175",
- "weight": "75",
- "sport": "Wrestling",
- "team": "Russia",
- "noc": "RUS",
- "age": 25,
- "event": "Wrestling Men's Middleweight, Greco-Roman",
- "medal": "Gold"
- },
- {
- "name": "Erik Vlek",
- "gender": "M",
- "height": "189",
- "weight": "89",
- "sport": "Canoeing",
- "team": "Slovakia",
- "noc": "SVK",
- "age": 34,
- "event": "Canoeing Men's Kayak Fours, 1,000 metres",
- "medal": "Silver"
- },
- {
- "name": "Kristina Vogel",
- "gender": "F",
- "height": "160",
- "weight": "66",
- "sport": "Cycling",
- "team": "Germany",
- "noc": "GER",
- "age": 25,
- "event": "Cycling Women's Sprint",
- "medal": "Gold"
- },
- {
- "name": "Kristina Vogel",
- "gender": "F",
- "height": "160",
- "weight": "66",
- "sport": "Cycling",
- "team": "Germany",
- "noc": "GER",
- "age": 25,
- "event": "Cycling Women's Team Sprint",
- "medal": "Bronze"
- },
- {
- "name": "Dana Whitney Vollmer (-Grant)",
- "gender": "F",
- "height": "185",
- "weight": "68",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 28,
- "event": "Swimming Women's 4 x 100 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Dana Whitney Vollmer (-Grant)",
- "gender": "F",
- "height": "185",
- "weight": "68",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 28,
- "event": "Swimming Women's 100 metres Butterfly",
- "medal": "Bronze"
- },
- {
- "name": "Dana Whitney Vollmer (-Grant)",
- "gender": "F",
- "height": "185",
- "weight": "68",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 28,
- "event": "Swimming Women's 4 x 100 metres Medley Relay",
- "medal": "Gold"
- },
- {
- "name": "Nataliya Vitalyevna Vorobyova",
- "gender": "F",
- "height": "174",
- "weight": "69",
- "sport": "Wrestling",
- "team": "Russia",
- "noc": "RUS",
- "age": 25,
- "event": "Wrestling Women's Light-Heavyweight, Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Olena Oleksandrivna Voronina",
- "gender": "F",
- "height": "165",
- "weight": "65",
- "sport": "Fencing",
- "team": "Ukraine",
- "noc": "UKR",
- "age": 26,
- "event": "Fencing Women's Sabre, Team",
- "medal": "Silver"
- },
- {
- "name": "Anastasiya Sergeyevna Voynova",
- "gender": "F",
- "height": "162",
- "weight": "62",
- "sport": "Cycling",
- "team": "Russia",
- "noc": "RUS",
- "age": 23,
- "event": "Cycling Women's Team Sprint",
- "medal": "Silver"
- },
- {
- "name": "Anna Viktorovna Vyakhireva",
- "gender": "F",
- "height": "168",
- "weight": "63",
- "sport": "Handball",
- "team": "Russia",
- "noc": "RUS",
- "age": 21,
- "event": "Handball Women's Handball",
- "medal": "Gold"
- },
- {
- "name": "Walace Souza Silva",
- "gender": "M",
- "height": "188",
- "weight": "75",
- "sport": "Football",
- "team": "Brazil",
- "noc": "BRA",
- "age": 21,
- "event": "Football Men's Football",
- "medal": "Gold"
- },
- {
- "name": "Keshorn Walcott",
- "gender": "M",
- "height": "183",
- "weight": "90",
- "sport": "Athletics",
- "team": "Trinidad and Tobago",
- "noc": "TTO",
- "age": 23,
- "event": "Athletics Men's Javelin Throw",
- "medal": "Bronze"
- },
- {
- "name": "Marta Walczykiewicz",
- "gender": "F",
- "height": "165",
- "weight": "63",
- "sport": "Canoeing",
- "team": "Poland",
- "noc": "POL",
- "age": 29,
- "event": "Canoeing Women's Kayak Singles, 200 metres",
- "medal": "Silver"
- },
- {
- "name": "Bianca Michaela Walkden",
- "gender": "F",
- "height": "182",
- "weight": "74",
- "sport": "Taekwondo",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 24,
- "event": "Taekwondo Women's Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Kira Walkenhorst",
- "gender": "F",
- "height": "184",
- "weight": "75",
- "sport": "Beach Volleyball",
- "team": "Germany-1",
- "noc": "GER",
- "age": 25,
- "event": "Beach Volleyball Women's Beach Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Christopher James \"Chris\" Walker-Hebborn",
- "gender": "M",
- "height": "184",
- "weight": "84",
- "sport": "Swimming",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 26,
- "event": "Swimming Men's 4 x 100 metres Medley Relay",
- "medal": "Silver"
- },
- {
- "name": "Wallace Leandro de Souza",
- "gender": "M",
- "height": "198",
- "weight": "87",
- "sport": "Volleyball",
- "team": "Brazil",
- "noc": "BRA",
- "age": 29,
- "event": "Volleyball Men's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Daniel \"Dan\" Wallace",
- "gender": "M",
- "height": "188",
- "weight": "80",
- "sport": "Swimming",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 23,
- "event": "Swimming Men's 4 x 200 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Kenneth Maxwell \"Ken\" Wallace",
- "gender": "M",
- "height": "190",
- "weight": "90",
- "sport": "Canoeing",
- "team": "Australia",
- "noc": "AUS",
- "age": 33,
- "event": "Canoeing Men's Kayak Doubles, 1,000 metres",
- "medal": "Bronze"
- },
- {
- "name": "Tomas \"Tom\" Walsh",
- "gender": "M",
- "height": "185",
- "weight": "120",
- "sport": "Athletics",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 24,
- "event": "Athletics Men's Shot Put",
- "medal": "Bronze"
- },
- {
- "name": "Kerri Lee Walsh Jennings",
- "gender": "F",
- "height": "191",
- "weight": "73",
- "sport": "Beach Volleyball",
- "team": "United States-1",
- "noc": "USA",
- "age": 37,
- "event": "Beach Volleyball Women's Beach Volleyball",
- "medal": "Bronze"
- },
- {
- "name": "Marcus Cooper Walz",
- "gender": "M",
- "height": "184",
- "weight": "82",
- "sport": "Canoeing",
- "team": "Spain",
- "noc": "ESP",
- "age": 21,
- "event": "Canoeing Men's Kayak Singles, 1,000 metres",
- "medal": "Gold"
- },
- {
- "name": "Margaret Nyairera Wambui",
- "gender": "F",
- "height": "NA",
- "weight": "66",
- "sport": "Athletics",
- "team": "Kenya",
- "noc": "KEN",
- "age": 20,
- "event": "Athletics Women's 800 metres",
- "medal": "Bronze"
- },
- {
- "name": "Wang Shun",
- "gender": "M",
- "height": "191",
- "weight": "74",
- "sport": "Swimming",
- "team": "China",
- "noc": "CHN",
- "age": 22,
- "event": "Swimming Men's 200 metres Individual Medley",
- "medal": "Bronze"
- },
- {
- "name": "Wang Yan",
- "gender": "F",
- "height": "140",
- "weight": "33",
- "sport": "Gymnastics",
- "team": "China",
- "noc": "CHN",
- "age": 16,
- "event": "Gymnastics Women's Team All-Around",
- "medal": "Bronze"
- },
- {
- "name": "Wang Zhen",
- "gender": "M",
- "height": "180",
- "weight": "62",
- "sport": "Athletics",
- "team": "China",
- "noc": "CHN",
- "age": 24,
- "event": "Athletics Men's 20 kilometres Walk",
- "medal": "Gold"
- },
- {
- "name": "McLain Ward",
- "gender": "M",
- "height": "176",
- "weight": "70",
- "sport": "Equestrianism",
- "team": "United States",
- "noc": "USA",
- "age": 40,
- "event": "Equestrianism Mixed Jumping, Team",
- "medal": "Silver"
- },
- {
- "name": "Damian Warner",
- "gender": "M",
- "height": "185",
- "weight": "83",
- "sport": "Athletics",
- "team": "Canada",
- "noc": "CAN",
- "age": 26,
- "event": "Athletics Men's Decathlon",
- "medal": "Bronze"
- },
- {
- "name": "Natasha Watcham-Roy",
- "gender": "F",
- "height": "170",
- "weight": "67",
- "sport": "Rugby Sevens",
- "team": "Canada",
- "noc": "CAN",
- "age": 24,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Jason Waterhouse",
- "gender": "M",
- "height": "185",
- "weight": "75",
- "sport": "Sailing",
- "team": "Australia",
- "noc": "AUS",
- "age": 24,
- "event": "Sailing Mixed Multihull",
- "medal": "Silver"
- },
- {
- "name": "Marcus China Watson",
- "gender": "M",
- "height": "177",
- "weight": "88",
- "sport": "Rugby Sevens",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 25,
- "event": "Rugby Sevens Men's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Hollie Webb",
- "gender": "F",
- "height": "165",
- "weight": "65",
- "sport": "Hockey",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 25,
- "event": "Hockey Women's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Franziska Weber",
- "gender": "F",
- "height": "176",
- "weight": "70",
- "sport": "Canoeing",
- "team": "Germany",
- "noc": "GER",
- "age": 27,
- "event": "Canoeing Women's Kayak Doubles, 500 metres",
- "medal": "Silver"
- },
- {
- "name": "Franziska Weber",
- "gender": "F",
- "height": "176",
- "weight": "70",
- "sport": "Canoeing",
- "team": "Germany",
- "noc": "GER",
- "age": 27,
- "event": "Canoeing Women's Kayak Fours, 500 metres",
- "medal": "Silver"
- },
- {
- "name": "Sam Webster",
- "gender": "M",
- "height": "183",
- "weight": "80",
- "sport": "Cycling",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 25,
- "event": "Cycling Men's Team Sprint",
- "medal": "Silver"
- },
- {
- "name": "Ferry Weertman",
- "gender": "M",
- "height": "189",
- "weight": "86",
- "sport": "Swimming",
- "team": "Netherlands",
- "noc": "NED",
- "age": 24,
- "event": "Swimming Men's 10 kilometres Open Water",
- "medal": "Gold"
- },
- {
- "name": "Wei Qiuyue",
- "gender": "F",
- "height": "182",
- "weight": "65",
- "sport": "Volleyball",
- "team": "China",
- "noc": "CHN",
- "age": 27,
- "event": "Volleyball Women's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Steffen Weinhold",
- "gender": "M",
- "height": "191",
- "weight": "94",
- "sport": "Handball",
- "team": "Germany",
- "noc": "GER",
- "age": 30,
- "event": "Handball Men's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Amanda Jo Weir (-Davis)",
- "gender": "F",
- "height": "188",
- "weight": "77",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 30,
- "event": "Swimming Women's 4 x 100 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Abbey Weitzeil",
- "gender": "F",
- "height": "178",
- "weight": "68",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Swimming Women's 4 x 100 metres Freestyle Relay",
- "medal": "Silver"
- },
- {
- "name": "Abbey Weitzeil",
- "gender": "F",
- "height": "178",
- "weight": "68",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 19,
- "event": "Swimming Women's 4 x 100 metres Medley Relay",
- "medal": "Gold"
- },
- {
- "name": "Niklas Wellen",
- "gender": "M",
- "height": "185",
- "weight": "77",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 21,
- "event": "Hockey Men's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Sam Welsford",
- "gender": "M",
- "height": "179",
- "weight": "82",
- "sport": "Cycling",
- "team": "Australia",
- "noc": "AUS",
- "age": 20,
- "event": "Cycling Men's Team Pursuit, 4,000 metres",
- "medal": "Silver"
- },
- {
- "name": "Miriam Welte",
- "gender": "F",
- "height": "171",
- "weight": "67",
- "sport": "Cycling",
- "team": "Germany",
- "noc": "GER",
- "age": 29,
- "event": "Cycling Women's Team Sprint",
- "medal": "Bronze"
- },
- {
- "name": "Lidewij Marsia Maria Welten",
- "gender": "F",
- "height": "170",
- "weight": "64",
- "sport": "Hockey",
- "team": "Netherlands",
- "noc": "NED",
- "age": 26,
- "event": "Hockey Women's Hockey",
- "medal": "Silver"
- },
- {
- "name": "Phillipp Wende",
- "gender": "M",
- "height": "199",
- "weight": "90",
- "sport": "Rowing",
- "team": "Germany",
- "noc": "GER",
- "age": 31,
- "event": "Rowing Men's Quadruple Sculls",
- "medal": "Gold"
- },
- {
- "name": "Isabelle Regina Werth",
- "gender": "F",
- "height": "169",
- "weight": "66",
- "sport": "Equestrianism",
- "team": "Germany",
- "noc": "GER",
- "age": 47,
- "event": "Equestrianism Mixed Dressage, Individual",
- "medal": "Silver"
- },
- {
- "name": "Isabelle Regina Werth",
- "gender": "F",
- "height": "169",
- "weight": "66",
- "sport": "Equestrianism",
- "team": "Germany",
- "noc": "GER",
- "age": 47,
- "event": "Equestrianism Mixed Dressage, Team",
- "medal": "Gold"
- },
- {
- "name": "Christopher Wesley",
- "gender": "M",
- "height": "192",
- "weight": "88",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 29,
- "event": "Hockey Men's Hockey",
- "medal": "Bronze"
- },
- {
- "name": "Sanne Wevers",
- "gender": "F",
- "height": "156",
- "weight": "46",
- "sport": "Gymnastics",
- "team": "Netherlands",
- "noc": "NED",
- "age": 24,
- "event": "Gymnastics Women's Balance Beam",
- "medal": "Gold"
- },
- {
- "name": "Wverton Pereira da Silva",
- "gender": "M",
- "height": "189",
- "weight": "86",
- "sport": "Football",
- "team": "Brazil",
- "noc": "BRA",
- "age": 28,
- "event": "Football Men's Football",
- "medal": "Gold"
- },
- {
- "name": "Lindsay Marie Whalen",
- "gender": "F",
- "height": "175",
- "weight": "72",
- "sport": "Basketball",
- "team": "United States",
- "noc": "USA",
- "age": 34,
- "event": "Basketball Women's Basketball",
- "medal": "Gold"
- },
- {
- "name": "Nicola White",
- "gender": "F",
- "height": "172",
- "weight": "65",
- "sport": "Hockey",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 28,
- "event": "Hockey Women's Hockey",
- "medal": "Gold"
- },
- {
- "name": "Max Antony Whitlock",
- "gender": "M",
- "height": "167",
- "weight": "56",
- "sport": "Gymnastics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 23,
- "event": "Gymnastics Men's Individual All-Around",
- "medal": "Bronze"
- },
- {
- "name": "Max Antony Whitlock",
- "gender": "M",
- "height": "167",
- "weight": "56",
- "sport": "Gymnastics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 23,
- "event": "Gymnastics Men's Floor Exercise",
- "medal": "Gold"
- },
- {
- "name": "Max Antony Whitlock",
- "gender": "M",
- "height": "167",
- "weight": "56",
- "sport": "Gymnastics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 23,
- "event": "Gymnastics Men's Pommelled Horse",
- "medal": "Gold"
- },
- {
- "name": "Erica Elizabeth Wiebe",
- "gender": "F",
- "height": "175",
- "weight": "75",
- "sport": "Wrestling",
- "team": "Canada",
- "noc": "CAN",
- "age": 27,
- "event": "Wrestling Women's Heavyweight, Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Fabian Wiede",
- "gender": "M",
- "height": "194",
- "weight": "94",
- "sport": "Handball",
- "team": "Germany",
- "noc": "GER",
- "age": 22,
- "event": "Handball Men's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Patrick Wiencek",
- "gender": "M",
- "height": "200",
- "weight": "110",
- "sport": "Handball",
- "team": "Germany",
- "noc": "GER",
- "age": 27,
- "event": "Handball Men's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Peter Noel Jan Wiersum",
- "gender": "M",
- "height": "173",
- "weight": "55",
- "sport": "Rowing",
- "team": "Netherlands",
- "noc": "NED",
- "age": 31,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Bronze"
- },
- {
- "name": "Tone Wieten",
- "gender": "M",
- "height": "201",
- "weight": "102",
- "sport": "Rowing",
- "team": "Netherlands",
- "noc": "NED",
- "age": 22,
- "event": "Rowing Men's Coxed Eights",
- "medal": "Bronze"
- },
- {
- "name": "Bradley Marc Wiggins",
- "gender": "M",
- "height": "190",
- "weight": "82",
- "sport": "Cycling",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 36,
- "event": "Cycling Men's Team Pursuit, 4,000 metres",
- "medal": "Gold"
- },
- {
- "name": "Rhian Emilie Wilkinson",
- "gender": "F",
- "height": "166",
- "weight": "66",
- "sport": "Football",
- "team": "Canada",
- "noc": "CAN",
- "age": 34,
- "event": "Football Women's Football",
- "medal": "Bronze"
- },
- {
- "name": "William de Asevedo Furtado",
- "gender": "M",
- "height": "176",
- "weight": "65",
- "sport": "Football",
- "team": "Brazil",
- "noc": "BRA",
- "age": 21,
- "event": "Football Men's Football",
- "medal": "Gold"
- },
- {
- "name": "Charity Williams",
- "gender": "F",
- "height": "162",
- "weight": "68",
- "sport": "Rugby Sevens",
- "team": "Canada",
- "noc": "CAN",
- "age": 19,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Bronze"
- },
- {
- "name": "Christania Williams",
- "gender": "F",
- "height": "165",
- "weight": "63",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 21,
- "event": "Athletics Women's 4 x 100 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Michelle Williams (-Toro)",
- "gender": "F",
- "height": "175",
- "weight": "67",
- "sport": "Swimming",
- "team": "Canada",
- "noc": "CAN",
- "age": 25,
- "event": "Swimming Women's 4 x 100 metres Freestyle Relay",
- "medal": "Bronze"
- },
- {
- "name": "Niall Williams",
- "gender": "F",
- "height": "173",
- "weight": "74",
- "sport": "Rugby Sevens",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 28,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Sharni Williams",
- "gender": "F",
- "height": "167",
- "weight": "79",
- "sport": "Rugby Sevens",
- "team": "Australia",
- "noc": "AUS",
- "age": 28,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Gold"
- },
- {
- "name": "Venus Ebony Starr Williams",
- "gender": "F",
- "height": "185",
- "weight": "75",
- "sport": "Tennis",
- "team": "United States-1",
- "noc": "USA",
- "age": 36,
- "event": "Tennis Mixed Doubles",
- "medal": "Silver"
- },
- {
- "name": "Novlene Hilaire Williams-Mills",
- "gender": "F",
- "height": "168",
- "weight": "57",
- "sport": "Athletics",
- "team": "Jamaica",
- "noc": "JAM",
- "age": 34,
- "event": "Athletics Women's 4 x 400 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Nicholas Ian \"Nick\" Willis",
- "gender": "M",
- "height": "183",
- "weight": "68",
- "sport": "Athletics",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 33,
- "event": "Athletics Men's 1,500 metres",
- "medal": "Bronze"
- },
- {
- "name": "Madison \"Madi\" Wilson",
- "gender": "F",
- "height": "179",
- "weight": "61",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 22,
- "event": "Swimming Women's 4 x 100 metres Freestyle Relay",
- "medal": "Gold"
- },
- {
- "name": "Madison \"Madi\" Wilson",
- "gender": "F",
- "height": "179",
- "weight": "61",
- "sport": "Swimming",
- "team": "Australia",
- "noc": "AUS",
- "age": 22,
- "event": "Swimming Women's 4 x 100 metres Medley Relay",
- "medal": "Silver"
- },
- {
- "name": "Melanie Kate Wilson",
- "gender": "F",
- "height": "184",
- "weight": "75",
- "sport": "Rowing",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 32,
- "event": "Rowing Women's Coxed Eights",
- "medal": "Silver"
- },
- {
- "name": "Nile Wilson",
- "gender": "M",
- "height": "166",
- "weight": "60",
- "sport": "Gymnastics",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 20,
- "event": "Gymnastics Men's Horizontal Bar",
- "medal": "Bronze"
- },
- {
- "name": "Spencer James W. Wilton",
- "gender": "M",
- "height": "183",
- "weight": "83",
- "sport": "Equestrianism",
- "team": "Great Britain",
- "noc": "GBR",
- "age": 43,
- "event": "Equestrianism Mixed Dressage, Team",
- "medal": "Silver"
- },
- {
- "name": "Kasper Winther Jrgensen",
- "gender": "M",
- "height": "182",
- "weight": "73",
- "sport": "Rowing",
- "team": "Denmark",
- "noc": "DEN",
- "age": 31,
- "event": "Rowing Men's Lightweight Coxless Fours",
- "medal": "Silver"
- },
- {
- "name": "Anita Wodarczyk",
- "gender": "F",
- "height": "178",
- "weight": "95",
- "sport": "Athletics",
- "team": "Poland",
- "noc": "POL",
- "age": 30,
- "event": "Athletics Women's Hammer Throw",
- "medal": "Gold"
- },
- {
- "name": "Maja Martyna Woszczowska",
- "gender": "F",
- "height": "170",
- "weight": "54",
- "sport": "Cycling",
- "team": "Poland",
- "noc": "POL",
- "age": 32,
- "event": "Cycling Women's Mountainbike, Cross-team",
- "medal": "Silver"
- },
- {
- "name": "Andreas Wolff",
- "gender": "M",
- "height": "198",
- "weight": "110",
- "sport": "Handball",
- "team": "Germany",
- "noc": "GER",
- "age": 25,
- "event": "Handball Men's Handball",
- "medal": "Bronze"
- },
- {
- "name": "Panipak Wongpattanakit",
- "gender": "F",
- "height": "173",
- "weight": "49",
- "sport": "Taekwondo",
- "team": "Thailand",
- "noc": "THA",
- "age": 18,
- "event": "Taekwondo Women's Flyweight",
- "medal": "Bronze"
- },
- {
- "name": "Portia Woodman",
- "gender": "F",
- "height": "169",
- "weight": "74",
- "sport": "Rugby Sevens",
- "team": "New Zealand",
- "noc": "NZL",
- "age": 25,
- "event": "Rugby Sevens Women's Rugby Sevens",
- "medal": "Silver"
- },
- {
- "name": "Kelsi Worrell",
- "gender": "F",
- "height": "180",
- "weight": "75",
- "sport": "Swimming",
- "team": "United States",
- "noc": "USA",
- "age": 22,
- "event": "Swimming Women's 4 x 100 metres Medley Relay",
- "medal": "Gold"
- },
- {
- "name": "Taylor Worth",
- "gender": "M",
- "height": "174",
- "weight": "60",
- "sport": "Archery",
- "team": "Australia",
- "noc": "AUS",
- "age": 25,
- "event": "Archery Men's Team",
- "medal": "Bronze"
- },
- {
- "name": "Dagmara Wozniak (Woniak-)",
- "gender": "F",
- "height": "173",
- "weight": "81",
- "sport": "Fencing",
- "team": "United States",
- "noc": "USA",
- "age": 28,
- "event": "Fencing Women's Sabre, Team",
- "medal": "Bronze"
- },
- {
- "name": "Felipe Almeida Wu",
- "gender": "M",
- "height": "169",
- "weight": "69",
- "sport": "Shooting",
- "team": "Brazil",
- "noc": "BRA",
- "age": 24,
- "event": "Shooting Men's Air Pistol, 10 metres",
- "medal": "Silver"
- },
- {
- "name": "Wu Minxia",
- "gender": "F",
- "height": "167",
- "weight": "52",
- "sport": "Diving",
- "team": "China",
- "noc": "CHN",
- "age": 30,
- "event": "Diving Women's Synchronized Springboard",
- "medal": "Gold"
- },
- {
- "name": "Marta Xargay Casademont",
- "gender": "F",
- "height": "180",
- "weight": "71",
- "sport": "Basketball",
- "team": "Spain",
- "noc": "ESP",
- "age": 25,
- "event": "Basketball Women's Basketball",
- "medal": "Silver"
- },
- {
- "name": "Xiang Yanmei",
- "gender": "F",
- "height": "163",
- "weight": "69",
- "sport": "Weightlifting",
- "team": "China",
- "noc": "CHN",
- "age": 24,
- "event": "Weightlifting Women's Light-Heavyweight",
- "medal": "Gold"
- },
- {
- "name": "Xu Anqi",
- "gender": "F",
- "height": "182",
- "weight": "76",
- "sport": "Fencing",
- "team": "China",
- "noc": "CHN",
- "age": 24,
- "event": "Fencing Women's epee, Team",
- "medal": "Silver"
- },
- {
- "name": "Xu Jiayu",
- "gender": "M",
- "height": "187",
- "weight": "78",
- "sport": "Swimming",
- "team": "China",
- "noc": "CHN",
- "age": 20,
- "event": "Swimming Men's 100 metres Backstroke",
- "medal": "Silver"
- },
- {
- "name": "Xu Xin",
- "gender": "M",
- "height": "180",
- "weight": "67",
- "sport": "Table Tennis",
- "team": "China",
- "noc": "CHN",
- "age": 26,
- "event": "Table Tennis Men's Team",
- "medal": "Gold"
- },
- {
- "name": "Xu Yunli",
- "gender": "F",
- "height": "195",
- "weight": "75",
- "sport": "Volleyball",
- "team": "China",
- "noc": "CHN",
- "age": 29,
- "event": "Volleyball Women's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Kanae Yamabe",
- "gender": "F",
- "height": "172",
- "weight": "108",
- "sport": "Judo",
- "team": "Japan",
- "noc": "JPN",
- "age": 25,
- "event": "Judo Women's Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Ryota Yamagata",
- "gender": "M",
- "height": "177",
- "weight": "70",
- "sport": "Athletics",
- "team": "Japan",
- "noc": "JPN",
- "age": 24,
- "event": "Athletics Men's 4 x 100 metres Relay",
- "medal": "Silver"
- },
- {
- "name": "Koji Yamamuro",
- "gender": "M",
- "height": "159",
- "weight": "58",
- "sport": "Gymnastics",
- "team": "Japan",
- "noc": "JPN",
- "age": 27,
- "event": "Gymnastics Men's Team All-Around",
- "medal": "Gold"
- },
- {
- "name": "Yan Ni",
- "gender": "F",
- "height": "192",
- "weight": "74",
- "sport": "Volleyball",
- "team": "China",
- "noc": "CHN",
- "age": 29,
- "event": "Volleyball Women's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Dmytro Mykolaiovych Yanchuk",
- "gender": "M",
- "height": "184",
- "weight": "75",
- "sport": "Canoeing",
- "team": "Ukraine",
- "noc": "UKR",
- "age": 23,
- "event": "Canoeing Men's Canadian Doubles, 1,000 metres",
- "medal": "Bronze"
- },
- {
- "name": "Yang Fangxu",
- "gender": "F",
- "height": "190",
- "weight": "71",
- "sport": "Volleyball",
- "team": "China",
- "noc": "CHN",
- "age": 21,
- "event": "Volleyball Women's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Elitsa Atanasova Yankova",
- "gender": "F",
- "height": "151",
- "weight": "48",
- "sport": "Wrestling",
- "team": "Bulgaria",
- "noc": "BUL",
- "age": 21,
- "event": "Wrestling Women's Flyweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Selim Yaar",
- "gender": "M",
- "height": "179",
- "weight": "86",
- "sport": "Wrestling",
- "team": "Turkey",
- "noc": "TUR",
- "age": 26,
- "event": "Wrestling Men's Light-Heavyweight, Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Hassan Aliazam Yazdanicharati",
- "gender": "M",
- "height": "181",
- "weight": "74",
- "sport": "Wrestling",
- "team": "Iran",
- "noc": "IRI",
- "age": 21,
- "event": "Wrestling Men's Middleweight, Freestyle",
- "medal": "Gold"
- },
- {
- "name": "Yuliya Andreyevna Yefimova",
- "gender": "F",
- "height": "178",
- "weight": "64",
- "sport": "Swimming",
- "team": "Russia",
- "noc": "RUS",
- "age": 24,
- "event": "Swimming Women's 100 metres Breaststroke",
- "medal": "Silver"
- },
- {
- "name": "Yuliya Andreyevna Yefimova",
- "gender": "F",
- "height": "178",
- "weight": "64",
- "sport": "Swimming",
- "team": "Russia",
- "noc": "RUS",
- "age": 24,
- "event": "Swimming Women's 200 metres Breaststroke",
- "medal": "Silver"
- },
- {
- "name": "Julius Kiplagat Yego",
- "gender": "M",
- "height": "175",
- "weight": "94",
- "sport": "Athletics",
- "team": "Kenya",
- "noc": "KEN",
- "age": 27,
- "event": "Athletics Men's Javelin Throw",
- "medal": "Silver"
- },
- {
- "name": "Yana Karapetovna Yegoryan",
- "gender": "F",
- "height": "175",
- "weight": "64",
- "sport": "Fencing",
- "team": "Russia",
- "noc": "RUS",
- "age": 22,
- "event": "Fencing Women's Sabre, Individual",
- "medal": "Gold"
- },
- {
- "name": "Yana Karapetovna Yegoryan",
- "gender": "F",
- "height": "175",
- "weight": "64",
- "sport": "Fencing",
- "team": "Russia",
- "noc": "RUS",
- "age": 22,
- "event": "Fencing Women's Sabre, Team",
- "medal": "Gold"
- },
- {
- "name": "Daniyar Maratovich Yeleusinov",
- "gender": "M",
- "height": "178",
- "weight": "64",
- "sport": "Boxing",
- "team": "Kazakhstan",
- "noc": "KAZ",
- "age": 25,
- "event": "Boxing Men's Welterweight",
- "medal": "Gold"
- },
- {
- "name": "Tatyana Vladimirova Yerokhina",
- "gender": "F",
- "height": "185",
- "weight": "73",
- "sport": "Handball",
- "team": "Russia",
- "noc": "RUS",
- "age": 31,
- "event": "Handball Women's Handball",
- "medal": "Gold"
- },
- {
- "name": "Yi Siling",
- "gender": "F",
- "height": "165",
- "weight": "51",
- "sport": "Shooting",
- "team": "China",
- "noc": "CHN",
- "age": 27,
- "event": "Shooting Women's Air Rifle, 10 metres",
- "medal": "Bronze"
- },
- {
- "name": "Yin Chengxin",
- "gender": "F",
- "height": "170",
- "weight": "58",
- "sport": "Synchronized Swimming",
- "team": "China",
- "noc": "CHN",
- "age": 21,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Silver"
- },
- {
- "name": "Yin Junhua",
- "gender": "F",
- "height": "167",
- "weight": "60",
- "sport": "Boxing",
- "team": "China",
- "noc": "CHN",
- "age": 25,
- "event": "Boxing Women's Lightweight",
- "medal": "Silver"
- },
- {
- "name": "Tony Victor James Yoka",
- "gender": "M",
- "height": "200",
- "weight": "105",
- "sport": "Boxing",
- "team": "France",
- "noc": "FRA",
- "age": 24,
- "event": "Boxing Men's Super-Heavyweight",
- "medal": "Gold"
- },
- {
- "name": "Yoon Jin-Hee",
- "gender": "F",
- "height": "158",
- "weight": "53",
- "sport": "Weightlifting",
- "team": "South Korea",
- "noc": "KOR",
- "age": 29,
- "event": "Weightlifting Women's Featherweight",
- "medal": "Bronze"
- },
- {
- "name": "Kurumi Yoshida",
- "gender": "F",
- "height": "167",
- "weight": "57",
- "sport": "Synchronized Swimming",
- "team": "Japan",
- "noc": "JPN",
- "age": 24,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Bronze"
- },
- {
- "name": "Saori Yoshida",
- "gender": "F",
- "height": "157",
- "weight": "55",
- "sport": "Wrestling",
- "team": "Japan",
- "noc": "JPN",
- "age": 33,
- "event": "Wrestling Women's Featherweight, Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Maharu Yoshimura",
- "gender": "M",
- "height": "177",
- "weight": "61",
- "sport": "Table Tennis",
- "team": "Japan",
- "noc": "JPN",
- "age": 23,
- "event": "Table Tennis Men's Team",
- "medal": "Silver"
- },
- {
- "name": "You Hao",
- "gender": "M",
- "height": "162",
- "weight": "60",
- "sport": "Gymnastics",
- "team": "China",
- "noc": "CHN",
- "age": 24,
- "event": "Gymnastics Men's Team All-Around",
- "medal": "Bronze"
- },
- {
- "name": "Yu Song",
- "gender": "F",
- "height": "182",
- "weight": "128",
- "sport": "Judo",
- "team": "China",
- "noc": "CHN",
- "age": 29,
- "event": "Judo Women's Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Yuan Xinyue",
- "gender": "F",
- "height": "201",
- "weight": "78",
- "sport": "Volleyball",
- "team": "China",
- "noc": "CHN",
- "age": 19,
- "event": "Volleyball Women's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Grce Zaadi Deuna",
- "gender": "F",
- "height": "171",
- "weight": "66",
- "sport": "Handball",
- "team": "France",
- "noc": "FRA",
- "age": 23,
- "event": "Handball Women's Handball",
- "medal": "Silver"
- },
- {
- "name": "Olga Sergeyevna Zabelinskaya (Sukhoruchenkova-)",
- "gender": "F",
- "height": "175",
- "weight": "61",
- "sport": "Cycling",
- "team": "Russia",
- "noc": "RUS",
- "age": 36,
- "event": "Cycling Women's Individual Time Trial",
- "medal": "Silver"
- },
- {
- "name": "Shelina Laura Zadorsky",
- "gender": "F",
- "height": "172",
- "weight": "67",
- "sport": "Football",
- "team": "Canada",
- "noc": "CAN",
- "age": 23,
- "event": "Football Women's Football",
- "medal": "Bronze"
- },
- {
- "name": "Mariel Leigh Zagunis",
- "gender": "F",
- "height": "173",
- "weight": "72",
- "sport": "Fencing",
- "team": "United States",
- "noc": "USA",
- "age": 31,
- "event": "Fencing Women's Sabre, Team",
- "medal": "Bronze"
- },
- {
- "name": "Thomas Zajac",
- "gender": "M",
- "height": "180",
- "weight": "77",
- "sport": "Sailing",
- "team": "Austria",
- "noc": "AUT",
- "age": 30,
- "event": "Sailing Mixed Multihull",
- "medal": "Bronze"
- },
- {
- "name": "Arthur Nabarrete Zanetti",
- "gender": "M",
- "height": "156",
- "weight": "61",
- "sport": "Gymnastics",
- "team": "Brazil",
- "noc": "BRA",
- "age": 26,
- "event": "Gymnastics Men's Rings",
- "medal": "Silver"
- },
- {
- "name": "Aleksandr Sergeyevich Zaychikov",
- "gender": "M",
- "height": "180",
- "weight": "105",
- "sport": "Weightlifting",
- "team": "Kazakhstan",
- "noc": "KAZ",
- "age": 23,
- "event": "Weightlifting Men's Heavyweight",
- "medal": "Bronze"
- },
- {
- "name": "Ivan Zaytsev",
- "gender": "M",
- "height": "204",
- "weight": "100",
- "sport": "Volleyball",
- "team": "Italy",
- "noc": "ITA",
- "age": 27,
- "event": "Volleyball Men's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Vasilij bogar",
- "gender": "M",
- "height": "189",
- "weight": "98",
- "sport": "Sailing",
- "team": "Slovenia",
- "noc": "SLO",
- "age": 40,
- "event": "Sailing Men's One Person Heavyweight Dinghy",
- "medal": "Silver"
- },
- {
- "name": "Jos Carlos Cracco Neto",
- "gender": "M",
- "height": "170",
- "weight": "69",
- "sport": "Football",
- "team": "Brazil",
- "noc": "BRA",
- "age": 22,
- "event": "Football Men's Football",
- "medal": "Gold"
- },
- {
- "name": "Zeng Zhen",
- "gender": "F",
- "height": "170",
- "weight": "61",
- "sport": "Synchronized Swimming",
- "team": "China",
- "noc": "CHN",
- "age": 22,
- "event": "Synchronized Swimming Women's Team",
- "medal": "Silver"
- },
- {
- "name": "Zhang Binbin",
- "gender": "F",
- "height": "164",
- "weight": "55",
- "sport": "Shooting",
- "team": "China",
- "noc": "CHN",
- "age": 27,
- "event": "Shooting Women's Small-Bore Rifle, Three Positions, 50 metres",
- "medal": "Silver"
- },
- {
- "name": "Zhang Changning",
- "gender": "F",
- "height": "193",
- "weight": "79",
- "sport": "Volleyball",
- "team": "China",
- "noc": "CHN",
- "age": 20,
- "event": "Volleyball Women's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Zhang Chenglong",
- "gender": "M",
- "height": "173",
- "weight": "65",
- "sport": "Gymnastics",
- "team": "China",
- "noc": "CHN",
- "age": 27,
- "event": "Gymnastics Men's Team All-Around",
- "medal": "Bronze"
- },
- {
- "name": "Zhang Fengliu",
- "gender": "F",
- "height": "172",
- "weight": "77",
- "sport": "Wrestling",
- "team": "China",
- "noc": "CHN",
- "age": 26,
- "event": "Wrestling Women's Heavyweight, Freestyle",
- "medal": "Bronze"
- },
- {
- "name": "Zhang Jike",
- "gender": "M",
- "height": "178",
- "weight": "70",
- "sport": "Table Tennis",
- "team": "China",
- "noc": "CHN",
- "age": 28,
- "event": "Table Tennis Men's Singles",
- "medal": "Silver"
- },
- {
- "name": "Zhang Jike",
- "gender": "M",
- "height": "178",
- "weight": "70",
- "sport": "Table Tennis",
- "team": "China",
- "noc": "CHN",
- "age": 28,
- "event": "Table Tennis Men's Team",
- "medal": "Gold"
- },
- {
- "name": "Zhang Mengxue",
- "gender": "F",
- "height": "162",
- "weight": "70",
- "sport": "Shooting",
- "team": "China",
- "noc": "CHN",
- "age": 25,
- "event": "Shooting Women's Air Pistol, 10 metres",
- "medal": "Gold"
- },
- {
- "name": "Zhang Nan",
- "gender": "M",
- "height": "183",
- "weight": "75",
- "sport": "Badminton",
- "team": "China-1",
- "noc": "CHN",
- "age": 26,
- "event": "Badminton Mixed Doubles",
- "medal": "Bronze"
- },
- {
- "name": "Zhang Nan",
- "gender": "M",
- "height": "183",
- "weight": "75",
- "sport": "Badminton",
- "team": "China-1",
- "noc": "CHN",
- "age": 26,
- "event": "Badminton Men's Doubles",
- "medal": "Gold"
- },
- {
- "name": "Zhang Wenxiu",
- "gender": "F",
- "height": "183",
- "weight": "105",
- "sport": "Athletics",
- "team": "China",
- "noc": "CHN",
- "age": 30,
- "event": "Athletics Women's Hammer Throw",
- "medal": "Silver"
- },
- {
- "name": "Zhao Shuai",
- "gender": "M",
- "height": "188",
- "weight": "63",
- "sport": "Taekwondo",
- "team": "China",
- "noc": "CHN",
- "age": 20,
- "event": "Taekwondo Men's Flyweight",
- "medal": "Gold"
- },
- {
- "name": "Zhao Yunlei",
- "gender": "F",
- "height": "173",
- "weight": "60",
- "sport": "Badminton",
- "team": "China-1",
- "noc": "CHN",
- "age": 29,
- "event": "Badminton Mixed Doubles",
- "medal": "Bronze"
- },
- {
- "name": "Zhazira Abdrakhmanovna Zhapparkul",
- "gender": "F",
- "height": "155",
- "weight": "69",
- "sport": "Weightlifting",
- "team": "Kazakhstan",
- "noc": "KAZ",
- "age": 22,
- "event": "Weightlifting Women's Light-Heavyweight",
- "medal": "Silver"
- },
- {
- "name": "Zheng Shuyin",
- "gender": "F",
- "height": "188",
- "weight": "75",
- "sport": "Taekwondo",
- "team": "China",
- "noc": "CHN",
- "age": 22,
- "event": "Taekwondo Women's Heavyweight",
- "medal": "Gold"
- },
- {
- "name": "Viktoriya Yuryevna Zhilinskayte",
- "gender": "F",
- "height": "188",
- "weight": "80",
- "sport": "Handball",
- "team": "Russia",
- "noc": "RUS",
- "age": 27,
- "event": "Handball Women's Handball",
- "medal": "Gold"
- },
- {
- "name": "Valeriya Sergeyevna Zholobova-Koblova",
- "gender": "F",
- "height": "164",
- "weight": "58",
- "sport": "Wrestling",
- "team": "Russia",
- "noc": "RUS",
- "age": 23,
- "event": "Wrestling Women's Lightweight, Freestyle",
- "medal": "Silver"
- },
- {
- "name": "Zhong Tianshi",
- "gender": "F",
- "height": "168",
- "weight": "62",
- "sport": "Cycling",
- "team": "China",
- "noc": "CHN",
- "age": 25,
- "event": "Cycling Women's Team Sprint",
- "medal": "Gold"
- },
- {
- "name": "Zhu Ting",
- "gender": "F",
- "height": "198",
- "weight": "78",
- "sport": "Volleyball",
- "team": "China",
- "noc": "CHN",
- "age": 21,
- "event": "Volleyball Women's Volleyball",
- "medal": "Gold"
- },
- {
- "name": "Bojana ivkovi",
- "gender": "F",
- "height": "186",
- "weight": "72",
- "sport": "Volleyball",
- "team": "Serbia",
- "noc": "SRB",
- "age": 28,
- "event": "Volleyball Women's Volleyball",
- "medal": "Silver"
- },
- {
- "name": "Shakhobiddin Shokirovich Zoirov",
- "gender": "M",
- "height": "169",
- "weight": "52",
- "sport": "Boxing",
- "team": "Uzbekistan",
- "noc": "UZB",
- "age": 23,
- "event": "Boxing Men's Flyweight",
- "medal": "Gold"
- },
- {
- "name": "Milenko Zori",
- "gender": "M",
- "height": "179",
- "weight": "73",
- "sport": "Canoeing",
- "team": "Serbia",
- "noc": "SRB",
- "age": 27,
- "event": "Canoeing Men's Kayak Doubles, 1,000 metres",
- "medal": "Silver"
- },
- {
- "name": "Martin Zwicker",
- "gender": "M",
- "height": "175",
- "weight": "64",
- "sport": "Hockey",
- "team": "Germany",
- "noc": "GER",
- "age": 29,
- "event": "Hockey Men's Hockey",
- "medal": "Bronze"
- }
- ]
-}
diff --git a/src/data/breakingbad/README.md b/src/data/breakingbad/README.md
deleted file mode 100644
index a20e3110..00000000
--- a/src/data/breakingbad/README.md
+++ /dev/null
@@ -1,39 +0,0 @@
-# Breaking Bad
-
-Breaking Bad es una serie de televisión estadounidense
-creada y producida por Vince Gilligan. Situada y producida
-en Albuquerque, Nuevo México, consiste en la historia de
-Walter White, un profesor de química al que diagnostican
-un cáncer de pulmón inoperable. Walter pasa a una vida de
-crimen produciendo y distribuyendo metanfetamina junto
-a un ex-estudiante, Jesse Pinkman, con el objetivo de
-conseguir suficiente dinero para el futuro de su
-familia tras su inevitable muerte
-
-## Hallazgos
-
-Haciendo una investigación (research) sobre la
-información que podrían necesitar nuestras
-usuarias encontramos que los datos de mayor
-interés son:
-
-- Información sobre los personajes como nombre,
-apodo, ocupación y nombre de la actriz o actor
-que lo interpreta.
-
-- Adicionalmente a esta información, Breaking Bad
-coexsiste con Better Call Saul; para nuestras usuarias
-es importante poder ver la lista de personajes que
-aparecen cada una de las series.
-
-## Detalles de la data
-
-Con este set de datos puedes obtener los siguientes datos de un personaje:
-
-- nombre
-- imagen
-- ocupación
-- estado de vida
-- apodo/nickname
-- categoria
-- temporada donde aparece
diff --git a/src/data/breakingbad/README.pt.md b/src/data/breakingbad/README.pt.md
deleted file mode 100644
index 99bb0844..00000000
--- a/src/data/breakingbad/README.pt.md
+++ /dev/null
@@ -1,37 +0,0 @@
-# Breaking Bad
-
-Breaking Bad é uma série de televisão americana criada e
-produzida por Vince Gilligan. Ambientado e produzido em
-Albuquerque, Novo México, segue a história de Walter White,
-um professor de química que é diagnosticado com câncer de
-pulmão inoperável. Walter se volta para uma vida de crime
-produzindo e distribuindo metanfetamina ao lado de um
-ex-aluno, Jesse Pinkman, a fim de arrecadar dinheiro
-suficiente para o futuro de sua família após sua morte
-inevitável.
-
-## Constatações
-
-Fazendo uma investigação (pesquisa) sobre as
-informações que nossas usuárias podem precisar,
-descobrimos que os dados de maior interesse são:
-
-- Informações sobre os personagens como nome, apelido,
-ocupação e nome da atriz ou ator que o interpreta.
-
-- Além dessas informações, Breaking Bad coexiste
-com Better Call Saul; para nossos usuários é
-importante poder ver a lista de personagens que
-aparecem em cada uma das séries.
-
-## Detalhes dos data
-
-Com este conjunto de dados você pode obter os seguintes dados de um caractere:
-
-- nome
-- imagem
-- ocupação
-- estado de vida
-- sobrenome
-- categoria
-- estação em que aparece
diff --git a/src/data/breakingbad/breakingbad.js b/src/data/breakingbad/breakingbad.js
deleted file mode 100644
index 00c23039..00000000
--- a/src/data/breakingbad/breakingbad.js
+++ /dev/null
@@ -1,818 +0,0 @@
-export default {
- "breaking_bad": [
- {
- char_id: 1,
- name: "Walter White",
- birthday: "09-07-1958",
- occupation: ["High School Chemistry Teacher", "Meth King Pin"],
- img: "https://images.amcnetworks.com/amc.com/wp-content/uploads/2015/04/cast_bb_700x1000_walter-white-lg.jpg",
- status: "Presumed dead",
- nickname: "Heisenberg",
- appearance: [1, 2, 3, 4, 5],
- portrayed: "Bryan Cranston",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 2,
- name: "Jesse Pinkman",
- birthday: "09-24-1984",
- occupation: ["Meth Dealer"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/9/95/JesseS5.jpg/revision/latest?cb=20120620012441",
- status: "Alive",
- nickname: "Cap n' Cook",
- appearance: [1, 2, 3, 4, 5],
- portrayed: "Aaron Paul",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 3,
- name: "Skyler White",
- birthday: "08-11-1970",
- occupation: [
- "House wife",
- "Book Keeper",
- "Car Wash Manager",
- "Taxi Dispatcher",
- ],
- img: "https://s-i.huffpost.com/gen/1317262/images/o-ANNA-GUNN-facebook.jpg",
- status: "Alive",
- nickname: "Sky",
- appearance: [1, 2, 3, 4, 5],
- portrayed: "Anna Gunn",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 4,
- name: "Walter White Jr.",
- birthday: "07-08-1993",
- occupation: ["Teenager"],
- img: "https://media1.popsugar-assets.com/files/thumbor/WeLUSvbAMS_GL4iELYAUzu7Bpv0/fit-in/1024x1024/filters:format_auto-!!-:strip_icc-!!-/2018/01/12/910/n/1922283/fb758e62b5daf3c9_TCDBRBA_EC011/i/RJ-Mitte-Walter-White-Jr.jpg",
- status: "Alive",
- nickname: "Flynn",
- appearance: [1, 2, 3, 4, 5],
- portrayed: "RJ Mitte",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 5,
- name: "Henry Schrader",
- birthday: "Unknown",
- occupation: ["DEA Agent"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/b/b7/HankS5.jpg/revision/latest/scale-to-width-down/700?cb=20120620014136",
- status: "Deceased",
- nickname: "Hank",
- appearance: [1, 2, 3, 4, 5],
- portrayed: "Dean Norris",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 6,
- name: "Marie Schrader",
- birthday: "Unknown",
- occupation: ["Housewife", "Clepto"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/1/10/Season_2_-_Marie.jpg/revision/latest?cb=20120617211645",
- status: "Alive",
- nickname: "Marie",
- appearance: [1, 2, 3, 4, 5],
- portrayed: "Betsy Brandt",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 7,
- name: "Mike Ehrmantraut",
- birthday: "Unknown",
- occupation: ["Hitman", "Private Investigator", "Ex-Cop"],
- img: "https://images.amcnetworks.com/amc.com/wp-content/uploads/2015/04/cast_bb_700x1000_mike-ehrmantraut-lg.jpg",
- status: "Deceased",
- nickname: "Mike",
- appearance: [2, 3, 4, 5],
- portrayed: "Jonathan Banks",
- category: "Breaking Bad, Better Call Saul",
- better_call_saul_appearance: [1, 2, 3, 4, 5],
- },
- {
- char_id: 8,
- name: "Saul Goodman",
- birthday: "Unknown",
- occupation: ["Lawyer"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/1/16/Saul_Goodman.jpg/revision/latest?cb=20120704065846",
- status: "Alive",
- nickname: "Jimmy McGill",
- appearance: [2, 3, 4, 5],
- portrayed: "Bob Odenkirk",
- category: "Breaking Bad, Better Call Saul",
- better_call_saul_appearance: [1, 2, 3, 4, 5],
- },
- {
- char_id: 9,
- name: "Gustavo Fring",
- birthday: "Unknown",
- occupation: ["Los-Pollos co-Founder", "Philanthropist", "Cartel Leader"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/1/1f/BCS_S4_Gustavo_Fring.jpg/revision/latest?cb=20180824195925",
- status: "Deceased",
- nickname: "Gus",
- appearance: [2, 3, 4],
- portrayed: "Giancarlo Esposito",
- category: "Breaking Bad, Better Call Saul",
- better_call_saul_appearance: [3, 4, 5],
- },
- {
- char_id: 10,
- name: "Hector Salamanca",
- birthday: "Unknown",
- occupation: ["Former Senior Cartel Leader"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/b/b4/Hector_BCS.jpg/revision/latest?cb=20170810091606",
- status: "Deceased",
- nickname: "Don Hector",
- appearance: [1, 2, 3, 4],
- portrayed: "Mark Margolis",
- category: "Breaking Bad, Better Call Saul",
- better_call_saul_appearance: [2, 3, 4, 5],
- },
- {
- char_id: 11,
- name: "Domingo Molina",
- birthday: "Unknown",
- occupation: ["Meth Distributor"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/e/e7/Krazy8.png/revision/latest?cb=20130208041554",
- status: "Deceased",
- nickname: "Krazy-8",
- appearance: [1],
- portrayed: "Maximino Arciniega",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 12,
- name: "Tuco Salamanca",
- birthday: "Unknown",
- occupation: ["Meth Distributor"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/a/a7/Tuco_BCS.jpg/revision/latest?cb=20170810082445",
- status: "Deceased",
- nickname: "Tuco",
- appearance: [1, 2],
- portrayed: "Raymond Cruz",
- category: "Breaking Bad, Better Call Saul",
- better_call_saul_appearance: [1, 2],
- },
- {
- char_id: 13,
- name: "Marco & Leonel Salamanca",
- birthday: "Unknown",
- occupation: ["Cartel Hitman"],
- img: "https://images.amcnetworks.com/amc.com/wp-content/uploads/2015/04/cast_bb_700x1000_the-cousins-lg.jpg",
- status: "Deceased",
- nickname: "The Cousins",
- appearance: [3],
- portrayed: "Luis & Daniel Moncada",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 14,
- name: "Lydia Rodarte-Quayle",
- birthday: "Unknown",
- occupation: ["Executive at Madrigal"],
- img: "https://media1.popsugar-assets.com/files/thumbor/wERDST0TUb-iHCSb2r5ZpsvaZLo/fit-in/1024x1024/filters:format_auto-!!-:strip_icc-!!-/2013/07/17/675/n/1922283/fae2f583f04bb80f_Laura-Fraser-is-back-as-Lydia-Rodarte-Quayle_gallery_primary/i/Laura-Fraser-Lydia-Rodarte-Quayle.jpg",
- status: "Deceased",
- nickname: "Lydia",
- appearance: [5],
- portrayed: "Laura Fraser",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 15,
- name: "Todd Alquist",
- birthday: "Unknown",
- occupation: ["Lab Assistant", "Enforcer", "Meth Cook"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/9/95/Todd_brba5b.png/revision/latest?cb=20130717134303",
- status: "Deceased",
- nickname: "Ricky Hitler",
- appearance: [5],
- portrayed: "Jesse Plemons",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 16,
- name: "Jane Margolis",
- birthday: "Unknown",
- occupation: ["Tattoo Artist", "Landlord"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/b/b4/Jane.jpg/revision/latest?cb=20090621233653",
- status: "Deceased",
- nickname: "Apology Girl",
- appearance: [2],
- portrayed: "Krysten Ritter",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 17,
- name: "Skinny Pete",
- birthday: "Unknown",
- occupation: ["Low-level meth distributer"],
- img: "https://vignette.wikia.nocookie.net/breaking-bad-tv/images/c/ce/Sp.png/revision/latest?cb=20121016143623",
- status: "Alive",
- nickname: "Skinny",
- appearance: [1, 2, 3, 4, 5],
- portrayed: "Charles Baker",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 18,
- name: "Brandon Mayhew",
- birthday: "Unknown",
- occupation: ["Low-level meth distributer"],
- img: "https://images.amcnetworks.com/amc.com/wp-content/uploads/2015/04/cast_bb_700x1000_badger-lg.jpg",
- status: "Alive",
- nickname: "Badger",
- appearance: [1, 2, 3, 4, 5],
- portrayed: "Matt L. Jones",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 19,
- name: "Huell Babineaux",
- birthday: "Unknown",
- occupation: ["Bodyguard"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/c/c1/4x11_-_Huell.png/revision/latest?cb=20130913100459&path-prefix=es",
- status: "Alive",
- nickname: "Huell",
- appearance: [4, 5],
- portrayed: "Lavell Crawford",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 20,
- name: "Steven Gomez",
- birthday: "Unknown",
- occupation: ["DEA Agent"],
- img: "https://images.amcnetworks.com/amc.com/wp-content/uploads/2015/04/cast_bb_700x1000_steven-gomez-lg.jpg",
- status: "Deceased",
- nickname: "Gomie",
- appearance: [1, 2, 3, 4, 5],
- portrayed: "Steven Michael Quezada",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 21,
- name: "Theodore Beneke",
- birthday: "Unknown",
- occupation: ["Former President Beneke Fabricators"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/b/bd/Cast_bb_700x1000_todd-beneke-lg.jpg/revision/latest?cb=20170723165057",
- status: "Alive",
- nickname: "Ted",
- appearance: [2, 3, 4, 5],
- portrayed: "Christopher Cousins",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 22,
- name: "Gale Boetticher",
- birthday: "Unknown",
- occupation: ["Chemist", "Meth manufacturer"],
- img: "https://images.amcnetworks.com/amc.com/wp-content/uploads/2015/04/cast_bb_700x1000_gale-boetticher-lg.jpg",
- status: "Deceased",
- nickname: "GB",
- appearance: [3],
- portrayed: "David Costabile",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 23,
- name: "Andrea Cantillo",
- birthday: "Unknown",
- occupation: ["Unknown"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/5/51/Andrea_-_To%27hajilee.png/revision/latest?cb=20131025094457",
- status: "Deceased",
- nickname: "Andrea",
- appearance: [3, 4, 5],
- portrayed: "Emily Rios",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 24,
- name: "Brock Cantillo",
- birthday: "Unknown",
- occupation: ["Kid"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/9/97/Brock.png/revision/latest?cb=20170725193144",
- status: "Alive",
- nickname: "Brock",
- appearance: [3, 4, 5],
- portrayed: "Ian Posada",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 25,
- name: "Carmen Molina",
- birthday: "Unknown",
- occupation: ["High School Principal"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/d/de/Carmen.JPG/revision/latest?cb=20100410125233",
- status: "Alive",
- nickname: "Carmen",
- appearance: [1, 2, 3, 5],
- portrayed: "Carmen Serano",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 26,
- name: "Gretchen Schwartz",
- birthday: "Unknown",
- occupation: ["Co-owner Gray Matter"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/5/5e/Gretchen_Schwartz.png/revision/latest?cb=20131005103735&path-prefix=es",
- status: "Alive",
- nickname: "Gretchen",
- appearance: [1, 2, 5],
- portrayed: "Jessica Hecht",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 27,
- name: "Elliot Schwartz",
- birthday: "Unknown",
- occupation: ["Co-Founder Gray Matter"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/8/8a/Elliott_Schwartz.png/revision/latest?cb=20131005103743&path-prefix=es",
- status: "Alive",
- nickname: "Elliot",
- appearance: [1, 5],
- portrayed: "Adam Godley",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 28,
- name: "Gonzo",
- birthday: "Unknown",
- occupation: ["Tuco's Bodyguard"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/d/d6/Gonzo.JPG/revision/latest?cb=20100415212944",
- status: "Deceased",
- nickname: "Gonzo",
- appearance: [1, 2],
- portrayed: "Jesus, Payan, Jr.",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 29,
- name: "Christian Ortgea",
- birthday: "Unknown",
- occupation: ["Low-level meth distributor"],
- img: "https://res.cloudinary.com/dwvrok1le/image/upload/v1540314304/c8acek3pimb0hb4efrvf.jpg",
- status: "Deceased",
- nickname: "Combo",
- appearance: [1, 2, 3],
- portrayed: "Rodney Rush",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 30,
- name: "Mrs. Pinkman",
- birthday: "Unknown",
- occupation: ["unknown"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/a/a2/Tess_Harper.jpg/revision/latest?cb=20120923235754",
- status: "Alive",
- nickname: "Jesse's mom",
- appearance: [1, 2, 3],
- portrayed: "Tess Harper",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 31,
- name: "Adam Pinkman",
- birthday: "Unknown",
- occupation: ["unknown"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/c/c9/AdamPinkman.png/revision/latest?cb=20141117180836&path-prefix=es",
- status: "Alive",
- nickname: "Jesse's dad",
- appearance: [1, 2, 3],
- portrayed: "Michael Bofshever",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 32,
- name: "Jake Pinkman",
- birthday: "Unknown",
- occupation: ["Kid", "Jesse's little brother"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/a/a4/Jake.jpg/revision/latest?cb=20121214201656&path-prefix=de",
- status: "Alive",
- nickname: "Jake",
- appearance: [1],
- portrayed: "Ben Petry",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 33,
- name: "No-Doze",
- birthday: "Unknown",
- occupation: ["Juarez Cartel Lieutenant"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/c/ca/No_Doze_2.png/revision/latest?cb=20131014073210",
- status: "Deceased",
- nickname: "No-Doze",
- appearance: [1, 2],
- portrayed: "Cesar Garcia",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 34,
- name: "Emilio Koyama",
- birthday: "Unknown",
- occupation: ["Low-level meth distributor"],
- img: "https://vignette.wikia.nocookie.net/trbreakingbad/images/9/9c/Emilio.jpeg/revision/latest?cb=20161029192022",
- status: "Deceased",
- nickname: "Emilio",
- appearance: [1],
- portrayed: "John Koyama",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 35,
- name: "Dr. Delcavoli",
- birthday: "Unknown",
- occupation: ["Physician"],
- img: "https://res.cloudinary.com/dwvrok1le/image/upload/v1540314509/lj5qlbe6xvmmpxnspz6y.jpg",
- status: "Alive",
- nickname: "Dr. Delcavoli",
- appearance: [1, 2],
- portrayed: "David House",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 36,
- name: "Wendy S.",
- birthday: "Unknown",
- occupation: ["Prostitute"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/c/cc/Wendy.jpg/revision/latest?cb=20170721162715",
- status: "Alive",
- nickname: "Wendy",
- appearance: [1, 2, 3],
- portrayed: "Julie Minesci",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 37,
- name: "Bogdan Wolynetz",
- birthday: "Unknown",
- occupation: ["Former owner of A1A Car Wash"],
- img: "https://i.pinimg.com/originals/d5/c0/34/d5c0345ae70fbdbaa33b7537d685da54.jpg",
- status: "Alive",
- nickname: "Bogdan",
- appearance: [1, 3, 4],
- portrayed: "Marius Stan",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 38,
- name: "Ken",
- birthday: "Unknown",
- occupation: ["Stock Broker"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/8/8c/Ken.png/revision/latest?cb=20170721163649",
- status: "Alive",
- nickname: "Ken Wins",
- appearance: [1],
- portrayed: "Kyle Bornheimer",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 39,
- name: "Holly White",
- birthday: "Unknown",
- occupation: ["Infant"],
- img: "https://static.wikia.nocookie.net/breakingbad/images/0/08/Tumblr_lqddc79K9S1qc5omm.png/revision/latest?cb=20111012055605",
- status: "Alive",
- nickname: "Holly",
- appearance: [2, 3, 4, 5],
- portrayed: "Unknown",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 40,
- name: "George Merkert",
- birthday: "Unknown",
- occupation: ["Former Head of Albuquerque DEA"],
- img: "https://m.media-amazon.com/images/M/MV5BMTkwMTkxNjUzM15BMl5BanBnXkFtZTgwMTg5MTczMTE@._V1_UY317_CR175,0,214,317_AL_.jpg",
- status: "Alive",
- nickname: "ASAC Merkert",
- appearance: [2, 3, 4, 5],
- portrayed: "Michael Shamus Wiles",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 41,
- name: "Donald Margolis",
- birthday: "Unknown",
- occupation: ["Air-Traffic Controller", "Landlord"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/1/12/Donald_Margolis.png/revision/latest?cb=20120802212034",
- status: "Unknown",
- nickname: "Jane's dad",
- appearance: [2, 3],
- portrayed: "John de Lancie",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 42,
- name: "Clovis",
- birthday: "Unknown",
- occupation: ["Mechanic"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/0/0f/Clovis.JPG/revision/latest?cb=20100415221013",
- status: "Alive",
- nickname: "Clovis",
- appearance: [2, 3],
- portrayed: "Tom Kiesche",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 43,
- name: "SAC Ramey",
- birthday: "Unknown",
- occupation: ["DEA agent"],
- img: "https://res.cloudinary.com/dwvrok1le/image/upload/v1539360786/o7thsjdorobfbetqaefj.jpg",
- status: "Alive",
- nickname: "SAC Ramey",
- appearance: [2, 4, 5],
- portrayed: "Todd Terry",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 44,
- name: "Victor",
- birthday: "Unknown",
- occupation: ["Henchman of Gustavo Fring"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/4/48/Victor2.png/revision/latest?cb=20131009225027",
- status: "Deceased",
- nickname: "Victor",
- appearance: [2, 3, 4],
- portrayed: "Jeremiah Bitsui",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 45,
- name: "Tomás Cantillo",
- birthday: "Unknown",
- occupation: ["Kid", "Gang member for a rival dealer in ABQ"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/e/ec/Tomas.png/revision/latest?cb=20130131043014",
- status: "Deceased",
- nickname: "Andrea's brother",
- appearance: [2, 3],
- portrayed: "Angelo Martinez",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 46,
- name: "Francesca Liddy",
- birthday: "Unknown",
- occupation: [
- "Department of Motor Vehicles",
- "Secretary for Saul Goodman Associates",
- ],
- img: "https://res.cloudinary.com/dwvrok1le/image/upload/v1539362182/o9mstjonfn6dsdi3uij6.jpg",
- status: "Alive",
- nickname: "Honey Tits",
- appearance: [2, 3, 4, 5],
- portrayed: "Tina Parker",
- category: "Breaking Bad, Better Call Saul",
- better_call_saul_appearance: [3, 4],
- },
- {
- char_id: 47,
- name: "Cynthia",
- birthday: "Unknown",
- occupation: ["Los Pollos Hermanos Manager"],
- img: "https://res.cloudinary.com/dwvrok1le/image/upload/v1539362375/z63youp272k5mbqbuqj9.jpg",
- status: "Alive",
- nickname: "Cynthia",
- appearance: [2, 3, 4],
- portrayed: "Ashley Kajiki",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 48,
- name: "Tortuga",
- birthday: "Unknown",
- occupation: ["Juarez Cartel member", "DEA informant"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/5/58/BBWA_Tortuga.jpg/revision/latest?cb=20131101172007",
- status: "Deceased",
- nickname: "Tortuga",
- appearance: [2, 3],
- portrayed: "Danny Trejo",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 49,
- name: "Tim Roberts",
- birthday: "Unknown",
- occupation: ["Detective for the APD"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/8/8d/2x02_-_Tim_Roberts.jpg/revision/latest?cb=20110927053954",
- status: "Alive",
- nickname: "Detective Roberts",
- appearance: [2, 4],
- portrayed: "Nigel Gibbs",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 50,
- name: "Juan Bolsa",
- birthday: "Unknown",
- occupation: ["Mexican drug cartel boss"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/3/38/Bolsa.png/revision/latest?cb=20180825204033",
- status: "Deceased",
- nickname: "Don Juan",
- appearance: [3, 4],
- portrayed: "Javier Grajeda",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 51,
- name: "Group Leader",
- birthday: "Unknown",
- occupation: ["Drug & Alcohol Rehabilitation Counselor"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/8/81/Group_Leader_Brown_Shirt_-_Kafkaesque.png/revision/latest?cb=20131025095333",
- status: "Alive",
- nickname: "Counselor",
- appearance: [3, 4],
- portrayed: "Jere Burns",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 52,
- name: "Kaylee Ehrmantraut",
- birthday: "Unknown",
- occupation: ["Kid"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/c/cc/Kaylee.png/revision/latest?cb=20170810082843",
- status: "Alive",
- nickname: "Mike's Granddaughter",
- appearance: [3, 5],
- portrayed: "Kaija Rose Bales",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 53,
- name: "Pamela",
- birthday: "Unknown",
- occupation: ["Attorney"],
- img: "https://res.cloudinary.com/dwvrok1le/image/upload/v1539373707/bbb6muek0tcmbc3g2sog.jpg",
- status: "Alive",
- nickname: "Skyler's attorney",
- appearance: [3],
- portrayed: "Julie Dretzin",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 54,
- name: "Duane Chow",
- birthday: "Unknown",
- occupation: ["Owner of Golden Moth Chemical"],
- img: "https://res.cloudinary.com/dwvrok1le/image/upload/v1539373871/ssk1t4hvo9tmhvdt5hcn.jpg",
- status: "Deceased",
- nickname: "Chow",
- appearance: [3, 5],
- portrayed: "James Ning",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 55,
- name: "Stacey Ehrmantraut",
- birthday: "Unknown",
- occupation: ["Mother"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/b/b3/StaceyEhrmantraut.png/revision/latest?cb=20150310150049",
- status: "Alive",
- nickname: "Mike's daugter-in-law",
- appearance: [3],
- portrayed: "Kerry Condon",
- category: "Breaking Bad, Better Call Saul",
- better_call_saul_appearance: [1, 2, 3, 4, 5],
- },
- {
- char_id: 56,
- name: "Officer Saxton",
- birthday: "Unknown",
- occupation: ["APD Officer"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/f/f3/Officer_Saxton_-_I.F.T..png/revision/latest?cb=20131025090606",
- status: "Alive",
- nickname: "Saxton",
- appearance: [3],
- portrayed: "Stoney Westmoreland",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 57,
- name: "Jack Welker",
- birthday: "Unknown",
- occupation: ["Criminal Gang Leader"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/c/ce/Jack5x13.png/revision/latest?cb=20130912225922",
- status: "Deceased",
- nickname: "Uncle Jack",
- appearance: [5],
- portrayed: "Michael Bowen",
- category: "Breaking Bad",
- better_call_saul_appearance: [],
- },
- {
- char_id: 112,
- name: "Kimberly Wexler",
- birthday: "Unknown",
- occupation: ["Lawyer"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/f/f7/BCS_S4_Kim_Wexler.jpg/revision/latest?cb=20180824195845",
- status: "Alive",
- nickname: "Kim",
- appearance: [],
- portrayed: "Rhea Seehorn",
- category: "Better Call Saul",
- better_call_saul_appearance: [1, 2, 3, 4, 5],
- },
- {
- char_id: 113,
- name: "Howard Hamlin",
- birthday: "Unknown",
- occupation: ["Lawyer"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/5/57/BCS_S4_Howard_Hamlin.jpg/revision/latest?cb=20180824195855",
- status: "Alive",
- nickname: "Howard",
- appearance: [],
- portrayed: "Patrick Fabian",
- category: "Better Call Saul",
- better_call_saul_appearance: [1, 2, 3, 4, 5],
- },
- {
- char_id: 114,
- name: "Charles McGill",
- birthday: "Unknown",
- occupation: ["Lawyer"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/3/3e/BCS_S3_ChuckMcGill.jpg/revision/latest?cb=20170327185308",
- status: "Deceased",
- nickname: "Chuck",
- appearance: [],
- portrayed: "Michael McKean",
- category: "Better Call Saul",
- better_call_saul_appearance: [1, 2, 3, 4],
- },
- {
- char_id: 115,
- name: "Ignacio Varga",
- birthday: "Unknown",
- occupation: ["Crimal Gang Lieutenant"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/b/b1/BCS_S4_Nacho_Varga.jpg/revision/latest?cb=20180824195910",
- status: "Alive",
- nickname: "Nacho",
- appearance: [],
- portrayed: "Michael Mano",
- category: "Better Call Saul",
- better_call_saul_appearance: [1, 2, 3, 4, 5],
- },
- {
- char_id: 116,
- name: "Eduardo Salamanca",
- birthday: "Unknown",
- occupation: ["Cartel Member"],
- img: "https://vignette.wikia.nocookie.net/breakingbad/images/8/85/LaloProfileBCS.png/revision/latest?cb=20180925050152",
- status: "Alive",
- nickname: "Lalo",
- appearance: [],
- portrayed: "Tony Dalton",
- category: "Better Call Saul",
- better_call_saul_appearance: [4, 5],
- },
- ],
-};
diff --git a/src/data/breakingbad/breakingbad.json b/src/data/breakingbad/breakingbad.json
deleted file mode 100644
index 80d8625e..00000000
--- a/src/data/breakingbad/breakingbad.json
+++ /dev/null
@@ -1,1224 +0,0 @@
-{
- "breaking_bad": [
- {
- "char_id": 1,
- "name": "Walter White",
- "birthday": "09-07-1958",
- "occupation": [
- "High School Chemistry Teacher",
- "Meth King Pin"
- ],
- "img": "https://images.amcnetworks.com/amc.com/wp-content/uploads/2015/04/cast_bb_700x1000_walter-white-lg.jpg",
- "status": "Presumed dead",
- "nickname": "Heisenberg",
- "appearance": [
- 1,
- 2,
- 3,
- 4,
- 5
- ],
- "portrayed": "Bryan Cranston",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 2,
- "name": "Jesse Pinkman",
- "birthday": "09-24-1984",
- "occupation": [
- "Meth Dealer"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/9/95/JesseS5.jpg/revision/latest?cb=20120620012441",
- "status": "Alive",
- "nickname": "Cap n' Cook",
- "appearance": [
- 1,
- 2,
- 3,
- 4,
- 5
- ],
- "portrayed": "Aaron Paul",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 3,
- "name": "Skyler White",
- "birthday": "08-11-1970",
- "occupation": [
- "House wife",
- "Book Keeper",
- "Car Wash Manager",
- "Taxi Dispatcher"
- ],
- "img": "https://s-i.huffpost.com/gen/1317262/images/o-ANNA-GUNN-facebook.jpg",
- "status": "Alive",
- "nickname": "Sky",
- "appearance": [
- 1,
- 2,
- 3,
- 4,
- 5
- ],
- "portrayed": "Anna Gunn",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 4,
- "name": "Walter White Jr.",
- "birthday": "07-08-1993",
- "occupation": [
- "Teenager"
- ],
- "img": "https://media1.popsugar-assets.com/files/thumbor/WeLUSvbAMS_GL4iELYAUzu7Bpv0/fit-in/1024x1024/filters:format_auto-!!-:strip_icc-!!-/2018/01/12/910/n/1922283/fb758e62b5daf3c9_TCDBRBA_EC011/i/RJ-Mitte-Walter-White-Jr.jpg",
- "status": "Alive",
- "nickname": "Flynn",
- "appearance": [
- 1,
- 2,
- 3,
- 4,
- 5
- ],
- "portrayed": "RJ Mitte",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 5,
- "name": "Henry Schrader",
- "birthday": "Unknown",
- "occupation": [
- "DEA Agent"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/b/b7/HankS5.jpg/revision/latest/scale-to-width-down/700?cb=20120620014136",
- "status": "Deceased",
- "nickname": "Hank",
- "appearance": [
- 1,
- 2,
- 3,
- 4,
- 5
- ],
- "portrayed": "Dean Norris",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 6,
- "name": "Marie Schrader",
- "birthday": "Unknown",
- "occupation": [
- "Housewife",
- "Clepto"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/1/10/Season_2_-_Marie.jpg/revision/latest?cb=20120617211645",
- "status": "Alive",
- "nickname": "Marie",
- "appearance": [
- 1,
- 2,
- 3,
- 4,
- 5
- ],
- "portrayed": "Betsy Brandt",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 7,
- "name": "Mike Ehrmantraut",
- "birthday": "Unknown",
- "occupation": [
- "Hitman",
- "Private Investigator",
- "Ex-Cop"
- ],
- "img": "https://images.amcnetworks.com/amc.com/wp-content/uploads/2015/04/cast_bb_700x1000_mike-ehrmantraut-lg.jpg",
- "status": "Deceased",
- "nickname": "Mike",
- "appearance": [
- 2,
- 3,
- 4,
- 5
- ],
- "portrayed": "Jonathan Banks",
- "category": "Breaking Bad, Better Call Saul",
- "better_call_saul_appearance": [
- 1,
- 2,
- 3,
- 4,
- 5
- ]
- },
- {
- "char_id": 8,
- "name": "Saul Goodman",
- "birthday": "Unknown",
- "occupation": [
- "Lawyer"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/1/16/Saul_Goodman.jpg/revision/latest?cb=20120704065846",
- "status": "Alive",
- "nickname": "Jimmy McGill",
- "appearance": [
- 2,
- 3,
- 4,
- 5
- ],
- "portrayed": "Bob Odenkirk",
- "category": "Breaking Bad, Better Call Saul",
- "better_call_saul_appearance": [
- 1,
- 2,
- 3,
- 4,
- 5
- ]
- },
- {
- "char_id": 9,
- "name": "Gustavo Fring",
- "birthday": "Unknown",
- "occupation": [
- "Los-Pollos co-Founder",
- "Philanthropist",
- "Cartel Leader"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/1/1f/BCS_S4_Gustavo_Fring.jpg/revision/latest?cb=20180824195925",
- "status": "Deceased",
- "nickname": "Gus",
- "appearance": [
- 2,
- 3,
- 4
- ],
- "portrayed": "Giancarlo Esposito",
- "category": "Breaking Bad, Better Call Saul",
- "better_call_saul_appearance": [
- 3,
- 4,
- 5
- ]
- },
- {
- "char_id": 10,
- "name": "Hector Salamanca",
- "birthday": "Unknown",
- "occupation": [
- "Former Senior Cartel Leader"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/b/b4/Hector_BCS.jpg/revision/latest?cb=20170810091606",
- "status": "Deceased",
- "nickname": "Don Hector",
- "appearance": [
- 1,
- 2,
- 3,
- 4
- ],
- "portrayed": "Mark Margolis",
- "category": "Breaking Bad, Better Call Saul",
- "better_call_saul_appearance": [
- 2,
- 3,
- 4,
- 5
- ]
- },
- {
- "char_id": 11,
- "name": "Domingo Molina",
- "birthday": "Unknown",
- "occupation": [
- "Meth Distributor"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/e/e7/Krazy8.png/revision/latest?cb=20130208041554",
- "status": "Deceased",
- "nickname": "Krazy-8",
- "appearance": [
- 1
- ],
- "portrayed": "Maximino Arciniega",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 12,
- "name": "Tuco Salamanca",
- "birthday": "Unknown",
- "occupation": [
- "Meth Distributor"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/a/a7/Tuco_BCS.jpg/revision/latest?cb=20170810082445",
- "status": "Deceased",
- "nickname": "Tuco",
- "appearance": [
- 1,
- 2
- ],
- "portrayed": "Raymond Cruz",
- "category": "Breaking Bad, Better Call Saul",
- "better_call_saul_appearance": [
- 1,
- 2
- ]
- },
- {
- "char_id": 13,
- "name": "Marco & Leonel Salamanca",
- "birthday": "Unknown",
- "occupation": [
- "Cartel Hitman"
- ],
- "img": "https://images.amcnetworks.com/amc.com/wp-content/uploads/2015/04/cast_bb_700x1000_the-cousins-lg.jpg",
- "status": "Deceased",
- "nickname": "The Cousins",
- "appearance": [
- 3
- ],
- "portrayed": "Luis & Daniel Moncada",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 14,
- "name": "Lydia Rodarte-Quayle",
- "birthday": "Unknown",
- "occupation": [
- "Executive at Madrigal"
- ],
- "img": "https://media1.popsugar-assets.com/files/thumbor/wERDST0TUb-iHCSb2r5ZpsvaZLo/fit-in/1024x1024/filters:format_auto-!!-:strip_icc-!!-/2013/07/17/675/n/1922283/fae2f583f04bb80f_Laura-Fraser-is-back-as-Lydia-Rodarte-Quayle_gallery_primary/i/Laura-Fraser-Lydia-Rodarte-Quayle.jpg",
- "status": "Deceased",
- "nickname": "Lydia",
- "appearance": [
- 5
- ],
- "portrayed": "Laura Fraser",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 15,
- "name": "Todd Alquist",
- "birthday": "Unknown",
- "occupation": [
- "Lab Assistant",
- "Enforcer",
- "Meth Cook"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/9/95/Todd_brba5b.png/revision/latest?cb=20130717134303",
- "status": "Deceased",
- "nickname": "Ricky Hitler",
- "appearance": [
- 5
- ],
- "portrayed": "Jesse Plemons",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 16,
- "name": "Jane Margolis",
- "birthday": "Unknown",
- "occupation": [
- "Tattoo Artist",
- "Landlord"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/b/b4/Jane.jpg/revision/latest?cb=20090621233653",
- "status": "Deceased",
- "nickname": "Apology Girl",
- "appearance": [
- 2
- ],
- "portrayed": "Krysten Ritter",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 17,
- "name": "Skinny Pete",
- "birthday": "Unknown",
- "occupation": [
- "Low-level meth distributer"
- ],
- "img": "https://vignette.wikia.nocookie.net/breaking-bad-tv/images/c/ce/Sp.png/revision/latest?cb=20121016143623",
- "status": "Alive",
- "nickname": "Skinny",
- "appearance": [
- 1,
- 2,
- 3,
- 4,
- 5
- ],
- "portrayed": "Charles Baker",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 18,
- "name": "Brandon Mayhew",
- "birthday": "Unknown",
- "occupation": [
- "Low-level meth distributer"
- ],
- "img": "https://images.amcnetworks.com/amc.com/wp-content/uploads/2015/04/cast_bb_700x1000_badger-lg.jpg",
- "status": "Alive",
- "nickname": "Badger",
- "appearance": [
- 1,
- 2,
- 3,
- 4,
- 5
- ],
- "portrayed": "Matt L. Jones",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 19,
- "name": "Huell Babineaux",
- "birthday": "Unknown",
- "occupation": [
- "Bodyguard"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/c/c1/4x11_-_Huell.png/revision/latest?cb=20130913100459&path-prefix=es",
- "status": "Alive",
- "nickname": "Huell",
- "appearance": [
- 4,
- 5
- ],
- "portrayed": "Lavell Crawford",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 20,
- "name": "Steven Gomez",
- "birthday": "Unknown",
- "occupation": [
- "DEA Agent"
- ],
- "img": "https://images.amcnetworks.com/amc.com/wp-content/uploads/2015/04/cast_bb_700x1000_steven-gomez-lg.jpg",
- "status": "Deceased",
- "nickname": "Gomie",
- "appearance": [
- 1,
- 2,
- 3,
- 4,
- 5
- ],
- "portrayed": "Steven Michael Quezada",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 21,
- "name": "Theodore Beneke",
- "birthday": "Unknown",
- "occupation": [
- "Former President Beneke Fabricators"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/b/bd/Cast_bb_700x1000_todd-beneke-lg.jpg/revision/latest?cb=20170723165057",
- "status": "Alive",
- "nickname": "Ted",
- "appearance": [
- 2,
- 3,
- 4,
- 5
- ],
- "portrayed": "Christopher Cousins",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 22,
- "name": "Gale Boetticher",
- "birthday": "Unknown",
- "occupation": [
- "Chemist",
- "Meth manufacturer"
- ],
- "img": "https://images.amcnetworks.com/amc.com/wp-content/uploads/2015/04/cast_bb_700x1000_gale-boetticher-lg.jpg",
- "status": "Deceased",
- "nickname": "GB",
- "appearance": [
- 3
- ],
- "portrayed": "David Costabile",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 23,
- "name": "Andrea Cantillo",
- "birthday": "Unknown",
- "occupation": [
- "Unknown"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/5/51/Andrea_-_To%27hajilee.png/revision/latest?cb=20131025094457",
- "status": "Deceased",
- "nickname": "Andrea",
- "appearance": [
- 3,
- 4,
- 5
- ],
- "portrayed": "Emily Rios",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 24,
- "name": "Brock Cantillo",
- "birthday": "Unknown",
- "occupation": [
- "Kid"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/9/97/Brock.png/revision/latest?cb=20170725193144",
- "status": "Alive",
- "nickname": "Brock",
- "appearance": [
- 3,
- 4,
- 5
- ],
- "portrayed": "Ian Posada",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 25,
- "name": "Carmen Molina",
- "birthday": "Unknown",
- "occupation": [
- "High School Principal"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/d/de/Carmen.JPG/revision/latest?cb=20100410125233",
- "status": "Alive",
- "nickname": "Carmen",
- "appearance": [
- 1,
- 2,
- 3,
- 5
- ],
- "portrayed": "Carmen Serano",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 26,
- "name": "Gretchen Schwartz",
- "birthday": "Unknown",
- "occupation": [
- "Co-owner Gray Matter"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/5/5e/Gretchen_Schwartz.png/revision/latest?cb=20131005103735&path-prefix=es",
- "status": "Alive",
- "nickname": "Gretchen",
- "appearance": [
- 1,
- 2,
- 5
- ],
- "portrayed": "Jessica Hecht",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 27,
- "name": "Elliot Schwartz",
- "birthday": "Unknown",
- "occupation": [
- "Co-Founder Gray Matter"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/8/8a/Elliott_Schwartz.png/revision/latest?cb=20131005103743&path-prefix=es",
- "status": "Alive",
- "nickname": "Elliot",
- "appearance": [
- 1,
- 5
- ],
- "portrayed": "Adam Godley",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 28,
- "name": "Gonzo",
- "birthday": "Unknown",
- "occupation": [
- "Tuco's Bodyguard"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/d/d6/Gonzo.JPG/revision/latest?cb=20100415212944",
- "status": "Deceased",
- "nickname": "Gonzo",
- "appearance": [
- 1,
- 2
- ],
- "portrayed": "Jesus, Payan, Jr.",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 29,
- "name": "Christian Ortgea",
- "birthday": "Unknown",
- "occupation": [
- "Low-level meth distributor"
- ],
- "img": "https://res.cloudinary.com/dwvrok1le/image/upload/v1540314304/c8acek3pimb0hb4efrvf.jpg",
- "status": "Deceased",
- "nickname": "Combo",
- "appearance": [
- 1,
- 2,
- 3
- ],
- "portrayed": "Rodney Rush",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 30,
- "name": "Mrs. Pinkman",
- "birthday": "Unknown",
- "occupation": [
- "unknown"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/a/a2/Tess_Harper.jpg/revision/latest?cb=20120923235754",
- "status": "Alive",
- "nickname": "Jesse's mom",
- "appearance": [
- 1,
- 2,
- 3
- ],
- "portrayed": "Tess Harper",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 31,
- "name": "Adam Pinkman",
- "birthday": "Unknown",
- "occupation": [
- "unknown"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/c/c9/AdamPinkman.png/revision/latest?cb=20141117180836&path-prefix=es",
- "status": "Alive",
- "nickname": "Jesse's dad",
- "appearance": [
- 1,
- 2,
- 3
- ],
- "portrayed": "Michael Bofshever",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 32,
- "name": "Jake Pinkman",
- "birthday": "Unknown",
- "occupation": [
- "Kid",
- "Jesse's little brother"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/a/a4/Jake.jpg/revision/latest?cb=20121214201656&path-prefix=de",
- "status": "Alive",
- "nickname": "Jake",
- "appearance": [
- 1
- ],
- "portrayed": "Ben Petry",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 33,
- "name": "No-Doze",
- "birthday": "Unknown",
- "occupation": [
- "Juarez Cartel Lieutenant"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/c/ca/No_Doze_2.png/revision/latest?cb=20131014073210",
- "status": "Deceased",
- "nickname": "No-Doze",
- "appearance": [
- 1,
- 2
- ],
- "portrayed": "Cesar Garcia",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 34,
- "name": "Emilio Koyama",
- "birthday": "Unknown",
- "occupation": [
- "Low-level meth distributor"
- ],
- "img": "https://vignette.wikia.nocookie.net/trbreakingbad/images/9/9c/Emilio.jpeg/revision/latest?cb=20161029192022",
- "status": "Deceased",
- "nickname": "Emilio",
- "appearance": [
- 1
- ],
- "portrayed": "John Koyama",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 35,
- "name": "Dr. Delcavoli",
- "birthday": "Unknown",
- "occupation": [
- "Physician"
- ],
- "img": "https://res.cloudinary.com/dwvrok1le/image/upload/v1540314509/lj5qlbe6xvmmpxnspz6y.jpg",
- "status": "Alive",
- "nickname": "Dr. Delcavoli",
- "appearance": [
- 1,
- 2
- ],
- "portrayed": "David House",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 36,
- "name": "Wendy S.",
- "birthday": "Unknown",
- "occupation": [
- "Prostitute"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/c/cc/Wendy.jpg/revision/latest?cb=20170721162715",
- "status": "Alive",
- "nickname": "Wendy",
- "appearance": [
- 1,
- 2,
- 3
- ],
- "portrayed": "Julie Minesci",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 37,
- "name": "Bogdan Wolynetz",
- "birthday": "Unknown",
- "occupation": [
- "Former owner of A1A Car Wash"
- ],
- "img": "https://i.pin.com/originals/d5/c0/34/d5c0345ae70fbdbaa33b7537d685da54.jpg",
- "status": "Alive",
- "nickname": "Bogdan",
- "appearance": [
- 1,
- 3,
- 4
- ],
- "portrayed": "Marius Stan",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 38,
- "name": "Ken",
- "birthday": "Unknown",
- "occupation": [
- "Stock Broker"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/8/8c/Ken.png/revision/latest?cb=20170721163649",
- "status": "Alive",
- "nickname": "Ken Wins",
- "appearance": [
- 1
- ],
- "portrayed": "Kyle Bornheimer",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 39,
- "name": "Holly White",
- "birthday": "Unknown",
- "occupation": [
- "Infant"
- ],
- "img": "https://static.wikia.nocookie.net/breakingbad/images/0/08/Tumblr_lqddc79K9S1qc5omm.png/revision/latest?cb=20111012055605",
- "status": "Alive",
- "nickname": "Holly",
- "appearance": [
- 2,
- 3,
- 4,
- 5
- ],
- "portrayed": "Unknown",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 40,
- "name": "George Merkert",
- "birthday": "Unknown",
- "occupation": [
- "Former Head of Albuquerque DEA"
- ],
- "img": "https://m.media-amazon.com/images/M/MV5BMTkwMTkxNjUzM15BMl5BanBnXkFtZTgwMTg5MTczMTE@._V1_UY317_CR175,0,214,317_AL_.jpg",
- "status": "Alive",
- "nickname": "ASAC Merkert",
- "appearance": [
- 2,
- 3,
- 4,
- 5
- ],
- "portrayed": "Michael Shamus Wiles",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 41,
- "name": "Donald Margolis",
- "birthday": "Unknown",
- "occupation": [
- "Air-Traffic Controller",
- "Landlord"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/1/12/Donald_Margolis.png/revision/latest?cb=20120802212034",
- "status": "Unknown",
- "nickname": "Jane's dad",
- "appearance": [
- 2,
- 3
- ],
- "portrayed": "John de Lancie",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 42,
- "name": "Clovis",
- "birthday": "Unknown",
- "occupation": [
- "Mechanic"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/0/0f/Clovis.JPG/revision/latest?cb=20100415221013",
- "status": "Alive",
- "nickname": "Clovis",
- "appearance": [
- 2,
- 3
- ],
- "portrayed": "Tom Kiesche",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 43,
- "name": "SAC Ramey",
- "birthday": "Unknown",
- "occupation": [
- "DEA agent"
- ],
- "img": "https://res.cloudinary.com/dwvrok1le/image/upload/v1539360786/o7thsjdorobfbetqaefj.jpg",
- "status": "Alive",
- "nickname": "SAC Ramey",
- "appearance": [
- 2,
- 4,
- 5
- ],
- "portrayed": "Todd Terry",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 44,
- "name": "Victor",
- "birthday": "Unknown",
- "occupation": [
- "Henchman of Gustavo Fring"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/4/48/Victor2.png/revision/latest?cb=20131009225027",
- "status": "Deceased",
- "nickname": "Victor",
- "appearance": [
- 2,
- 3,
- 4
- ],
- "portrayed": "Jeremiah Bitsui",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 45,
- "name": "Tomás Cantillo",
- "birthday": "Unknown",
- "occupation": [
- "Kid",
- "Gang member for a rival dealer in ABQ"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/e/ec/Tomas.png/revision/latest?cb=20130131043014",
- "status": "Deceased",
- "nickname": "Andrea's brother",
- "appearance": [
- 2,
- 3
- ],
- "portrayed": "Angelo Martinez",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 46,
- "name": "Francesca Liddy",
- "birthday": "Unknown",
- "occupation": [
- "Department of Motor Vehicles",
- "Secretary for Saul Goodman Associates"
- ],
- "img": "https://res.cloudinary.com/dwvrok1le/image/upload/v1539362182/o9mstjonfn6dsdi3uij6.jpg",
- "status": "Alive",
- "nickname": "Honey Tits",
- "appearance": [
- 2,
- 3,
- 4,
- 5
- ],
- "portrayed": "Tina Parker",
- "category": "Breaking Bad, Better Call Saul",
- "better_call_saul_appearance": [
- 3,
- 4
- ]
- },
- {
- "char_id": 47,
- "name": "Cynthia",
- "birthday": "Unknown",
- "occupation": [
- "Los Pollos Hermanos Manager"
- ],
- "img": "https://res.cloudinary.com/dwvrok1le/image/upload/v1539362375/z63youp272k5mbqbuqj9.jpg",
- "status": "Alive",
- "nickname": "Cynthia",
- "appearance": [
- 2,
- 3,
- 4
- ],
- "portrayed": "Ashley Kajiki",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 48,
- "name": "Tortuga",
- "birthday": "Unknown",
- "occupation": [
- "Juarez Cartel member",
- "DEA informant"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/5/58/BBWA_Tortuga.jpg/revision/latest?cb=20131101172007",
- "status": "Deceased",
- "nickname": "Tortuga",
- "appearance": [
- 2,
- 3
- ],
- "portrayed": "Danny Trejo",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 49,
- "name": "Tim Roberts",
- "birthday": "Unknown",
- "occupation": [
- "Detective for the APD"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/8/8d/2x02_-_Tim_Roberts.jpg/revision/latest?cb=20110927053954",
- "status": "Alive",
- "nickname": "Detective Roberts",
- "appearance": [
- 2,
- 4
- ],
- "portrayed": "Nigel Gibbs",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 50,
- "name": "Juan Bolsa",
- "birthday": "Unknown",
- "occupation": [
- "Mexican drug cartel boss"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/3/38/Bolsa.png/revision/latest?cb=20180825204033",
- "status": "Deceased",
- "nickname": "Don Juan",
- "appearance": [
- 3,
- 4
- ],
- "portrayed": "Javier Grajeda",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 51,
- "name": "Group Leader",
- "birthday": "Unknown",
- "occupation": [
- "Drug & Alcohol Rehabilitation Counselor"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/8/81/Group_Leader_Brown_Shirt_-_Kafkaesque.png/revision/latest?cb=20131025095333",
- "status": "Alive",
- "nickname": "Counselor",
- "appearance": [
- 3,
- 4
- ],
- "portrayed": "Jere Burns",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 52,
- "name": "Kaylee Ehrmantraut",
- "birthday": "Unknown",
- "occupation": [
- "Kid"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/c/cc/Kaylee.png/revision/latest?cb=20170810082843",
- "status": "Alive",
- "nickname": "Mike's Granddaughter",
- "appearance": [
- 3,
- 5
- ],
- "portrayed": "Kaija Rose Bales",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 53,
- "name": "Pamela",
- "birthday": "Unknown",
- "occupation": [
- "Attorney"
- ],
- "img": "https://res.cloudinary.com/dwvrok1le/image/upload/v1539373707/bbb6muek0tcmbc3g2sog.jpg",
- "status": "Alive",
- "nickname": "Skyler's attorney",
- "appearance": [
- 3
- ],
- "portrayed": "Julie Dretzin",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 54,
- "name": "Duane Chow",
- "birthday": "Unknown",
- "occupation": [
- "Owner of Golden Moth Chemical"
- ],
- "img": "https://res.cloudinary.com/dwvrok1le/image/upload/v1539373871/ssk1t4hvo9tmhvdt5hcn.jpg",
- "status": "Deceased",
- "nickname": "Chow",
- "appearance": [
- 3,
- 5
- ],
- "portrayed": "James Ning",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 55,
- "name": "Stacey Ehrmantraut",
- "birthday": "Unknown",
- "occupation": [
- "Mother"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/b/b3/StaceyEhrmantraut.png/revision/latest?cb=20150310150049",
- "status": "Alive",
- "nickname": "Mike's daugter-in-law",
- "appearance": [
- 3
- ],
- "portrayed": "Kerry Condon",
- "category": "Breaking Bad, Better Call Saul",
- "better_call_saul_appearance": [
- 1,
- 2,
- 3,
- 4,
- 5
- ]
- },
- {
- "char_id": 56,
- "name": "Officer Saxton",
- "birthday": "Unknown",
- "occupation": [
- "APD Officer"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/f/f3/Officer_Saxton_-_I.F.T..png/revision/latest?cb=20131025090606",
- "status": "Alive",
- "nickname": "Saxton",
- "appearance": [
- 3
- ],
- "portrayed": "Stoney Westmoreland",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 57,
- "name": "Jack Welker",
- "birthday": "Unknown",
- "occupation": [
- "Criminal Gang Leader"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/c/ce/Jack5x13.png/revision/latest?cb=20130912225922",
- "status": "Deceased",
- "nickname": "Uncle Jack",
- "appearance": [
- 5
- ],
- "portrayed": "Michael Bowen",
- "category": "Breaking Bad",
- "better_call_saul_appearance": []
- },
- {
- "char_id": 112,
- "name": "Kimberly Wexler",
- "birthday": "Unknown",
- "occupation": [
- "Lawyer"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/f/f7/BCS_S4_Kim_Wexler.jpg/revision/latest?cb=20180824195845",
- "status": "Alive",
- "nickname": "Kim",
- "appearance": [],
- "portrayed": "Rhea Seehorn",
- "category": "Better Call Saul",
- "better_call_saul_appearance": [
- 1,
- 2,
- 3,
- 4,
- 5
- ]
- },
- {
- "char_id": 113,
- "name": "Howard Hamlin",
- "birthday": "Unknown",
- "occupation": [
- "Lawyer"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/5/57/BCS_S4_Howard_Hamlin.jpg/revision/latest?cb=20180824195855",
- "status": "Alive",
- "nickname": "Howard",
- "appearance": [],
- "portrayed": "Patrick Fabian",
- "category": "Better Call Saul",
- "better_call_saul_appearance": [
- 1,
- 2,
- 3,
- 4,
- 5
- ]
- },
- {
- "char_id": 114,
- "name": "Charles McGill",
- "birthday": "Unknown",
- "occupation": [
- "Lawyer"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/3/3e/BCS_S3_ChuckMcGill.jpg/revision/latest?cb=20170327185308",
- "status": "Deceased",
- "nickname": "Chuck",
- "appearance": [],
- "portrayed": "Michael McKean",
- "category": "Better Call Saul",
- "better_call_saul_appearance": [
- 1,
- 2,
- 3,
- 4
- ]
- },
- {
- "char_id": 115,
- "name": "Ignacio Varga",
- "birthday": "Unknown",
- "occupation": [
- "Crimal Gang Lieutenant"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/b/b1/BCS_S4_Nacho_Varga.jpg/revision/latest?cb=20180824195910",
- "status": "Alive",
- "nickname": "Nacho",
- "appearance": [],
- "portrayed": "Michael Mano",
- "category": "Better Call Saul",
- "better_call_saul_appearance": [
- 1,
- 2,
- 3,
- 4,
- 5
- ]
- },
- {
- "char_id": 116,
- "name": "Eduardo Salamanca",
- "birthday": "Unknown",
- "occupation": [
- "Cartel Member"
- ],
- "img": "https://vignette.wikia.nocookie.net/breakingbad/images/8/85/LaloProfileBCS.png/revision/latest?cb=20180925050152",
- "status": "Alive",
- "nickname": "Lalo",
- "appearance": [],
- "portrayed": "Tony Dalton",
- "category": "Better Call Saul",
- "better_call_saul_appearance": [
- 4,
- 5
- ]
- }
- ]
-}
\ No newline at end of file
diff --git a/src/data/countries/README.md b/src/data/countries/README.md
deleted file mode 100644
index 67b64435..00000000
--- a/src/data/countries/README.md
+++ /dev/null
@@ -1,45 +0,0 @@
-# Países
-
-La geografía (del latín geographĭa, literalmente traducido como
-_descripción de la tierra_) es la disciplina que trata del estudio,
-la descripción o de la representación gráfica de la Tierra. En sentido amplio
-es la ciencia que estudia la superficie terrestre, las sociedades que la
-habitan y los territorios, paisajes, lugares o regiones que la forman al
-relacionarse entre sí.
-
-La geografía se divide en dos grandes ramas: geografía regional y geografía
-general, en este caso nos centraremos en la primera.
-
-La geografía regional estudia las diferentes subdivisiones del espacio terrestre
-en países, estados y regiones a distintas escalas de detalle, desde el análisis
-geográfico de un pequeño valle de montaña, hasta el estudio regional amplio de
-comarcas, países, naciones o estados, e incluso, espacios multinacionales.
-
-En este _dataset_ podrás encontrar información sobre las divisiones que hoy
-conocemos como _Países_.
-
-## Hallazgos
-
-Cada país cuenta con ciertas características que son relevantes para
-una potencial usuaria que quisiera introducirse en la disciplina conocida
-como _Geografía_.
-
-Cada uno contiene información sobre:
-
-- Su nombre común y oficial.
-- Su _Top Level Domain_ (tld), la extensión que utilizan en intenet, por
- ejemplo la de Perú es `.pe` y la de Brasil es `.br`.
-- Si se ha independizado o no.
-- Su(s) Capital(es).
-- La _subregión_ a la que pertenece.
-- Los lenguajes hablados en ese país.
-- Los países con los que limita.
-- Su área total (en metros cuadrados).
-- Un emoji con su respectiva bandera.
-- La población total.
-- Su [coeficiente de gini](https://es.wikipedia.org/wiki/Coeficiente_de_Gini)
- (del año más reciente del cual se tenga data).
-- La nomenclatura utilizada por la FIFA para identificar al país.
-- Su huso horario.
-- El continente al cual pertenece.
-- Y por último, imágenes y descripción de su bandera.
diff --git a/src/data/countries/README.pt.md b/src/data/countries/README.pt.md
deleted file mode 100644
index 3c8ba5ea..00000000
--- a/src/data/countries/README.pt.md
+++ /dev/null
@@ -1,43 +0,0 @@
-# Países
-
-Geografia (do latim geographĭa, traduzido literalmente como
-_descrição do terreno_) é a disciplina que trata do estudo,a descrição ou
-representação gráfica da Terra. Em sentido amplo, é a ciência que estuda a
-superfície terrestre, as sociedades que a habitam e os territórios, paisagens,
-lugares ou regiões que a constituem quando se relacionam entre si.
-
-A geografia divide-se em dois grandes ramos: a geografia regional e a geografia
-geral, neste caso vamos nos concentrar na primeira.
-
-A geografia regional estuda as diferentes subdivisões do espaço terrestre em
-países, estados e regiões em diferentes escalas de detalhe, desde a análise
-geográfica de um pequeno vale montanhoso, até o amplo estudo regional de
-condados, países, nações ou estados, e até espaços multinacionais.
-
-Neste _dataset_ você poderá encontrar informações sobre as divisões que hoje em
-dia conhecemos como _Países_.
-
-## Constatações
-
-Cada país tem certas características que são relevantes para uma potencial
-usuária que gostaria de entrar na disciplina conhecida como _Geografia_.
-
-Cada um contém informações sobre:
-
-- Seu nome comum e oficial.
-- Seu _Top Level Domain_ (tld), a extensão que usam na internet, por exemplo,
- a do Peru é `.pe` e a do Brasil é `.br`.
-- Se tornou independente ou não.
-- Suas capitais.
-- A _sub-região_ a que pertence.
-- As línguas faladas naquele país.
-- Os países que faz fronteira.
-- Sua área total (em metros quadrados).
-- Um emoji com sua respectiva bandeira.
-- A população total.
-- Seu [coeficiente Gini](https://www.ipea.gov.br/desafios/index.php?option=com_content&id=2048:catid=28#:~:text=O%20que%20%C3%A9%3F%20%2D%20%C3%8Dndice%20de%20Gini&text=O%20%C3%8Dndice%20de%20Gini%2C%20criado,apresentam%20de%20zero%20a%20cem)
- (do ano mais recente para o qual há dados disponíveis).
-- A nomenclatura usada pela FIFA para identificar o país.
-- Seu fuso horário.
-- O continente a que pertence.
-- E por fim, imagens e descrição da sua bandeira.
diff --git a/src/data/countries/countries.js b/src/data/countries/countries.js
deleted file mode 100644
index c5ab1b82..00000000
--- a/src/data/countries/countries.js
+++ /dev/null
@@ -1,9650 +0,0 @@
-export default {
- "countries": [
- {
- "name": {
- "common": "Guatemala",
- "official": "Republic of Guatemala"
- },
- "tld": [
- ".gt"
- ],
- "independent": true,
- "capital": [
- "Guatemala City"
- ],
- "subregion": "Central America",
- "languages": {
- "spa": "Spanish"
- },
- "borders": [
- "BLZ",
- "SLV",
- "HND",
- "MEX"
- ],
- "area": 108889,
- "flag": "🇬🇹",
- "population": 16858333,
- "gini": {
- "2014": 48.3
- },
- "fifa": "GUA",
- "timezones": [
- "UTC-06:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/gt.png",
- "svg": "https://flagcdn.com/gt.svg",
- "alt": "The flag of Guatemala is composed of three equal vertical bands of light blue, white and light blue, with the national coat of arms centered in the white band."
- }
- },
- {
- "name": {
- "common": "Singapore",
- "official": "Republic of Singapore"
- },
- "tld": [
- ".sg",
- ".新加坡",
- ".சிங்கப்பூர்"
- ],
- "independent": true,
- "capital": [
- "Singapore"
- ],
- "subregion": "South-Eastern Asia",
- "languages": {
- "zho": "Chinese",
- "eng": "English",
- "msa": "Malay",
- "tam": "Tamil"
- },
- "area": 710,
- "flag": "🇸🇬",
- "population": 5685807,
- "fifa": "SIN",
- "timezones": [
- "UTC+08:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/sg.png",
- "svg": "https://flagcdn.com/sg.svg",
- "alt": "The flag of Singapore is composed of two equal horizontal bands of red and white. On the hoist side of the red band is a fly-side facing white crescent which partially encloses five small five-pointed white stars arranged in the shape of a pentagon."
- }
- },
- {
- "name": {
- "common": "Bosnia and Herzegovina",
- "official": "Bosnia and Herzegovina"
- },
- "tld": [
- ".ba"
- ],
- "independent": true,
- "capital": [
- "Sarajevo"
- ],
- "subregion": "Southeast Europe",
- "languages": {
- "bos": "Bosnian",
- "hrv": "Croatian",
- "srp": "Serbian"
- },
- "borders": [
- "HRV",
- "MNE",
- "SRB"
- ],
- "area": 51209,
- "flag": "🇧🇦",
- "population": 3280815,
- "gini": {
- "2011": 33
- },
- "fifa": "BIH",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ba.png",
- "svg": "https://flagcdn.com/ba.svg",
- "alt": "The flag of Bosnia and Herzegovina has a blue field, at the center of which is a large yellow hoist-side facing right-angled triangle that is based on the top edge and spans the height of the field. Adjacent to the hypotenuse of this triangle are nine adjoining five-pointed white stars with the top and bottom stars cut in half by the edges of the field."
- }
- },
- {
- "name": {
- "common": "Maldives",
- "official": "Republic of the Maldives"
- },
- "tld": [
- ".mv"
- ],
- "independent": true,
- "capital": [
- "Malé"
- ],
- "subregion": "Southern Asia",
- "languages": {
- "div": "Maldivian"
- },
- "area": 300,
- "flag": "🇲🇻",
- "population": 540542,
- "gini": {
- "2016": 31.3
- },
- "fifa": "MDV",
- "timezones": [
- "UTC+05:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/mv.png",
- "svg": "https://flagcdn.com/mv.svg",
- "alt": "The flag of Maldives has a red field, at the center of which is a large green rectangle bearing a fly-side facing white crescent."
- }
- },
- {
- "name": {
- "common": "Latvia",
- "official": "Republic of Latvia"
- },
- "tld": [
- ".lv"
- ],
- "independent": true,
- "capital": [
- "Riga"
- ],
- "subregion": "Northern Europe",
- "languages": {
- "lav": "Latvian"
- },
- "borders": [
- "BLR",
- "EST",
- "LTU",
- "RUS"
- ],
- "area": 64559,
- "flag": "🇱🇻",
- "population": 1901548,
- "gini": {
- "2018": 35.1
- },
- "fifa": "LVA",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/lv.png",
- "svg": "https://flagcdn.com/lv.svg",
- "alt": "The flag of Latvia has a carmine-red field with a thin white horizontal band across the middle of the field."
- }
- },
- {
- "name": {
- "common": "Greece",
- "official": "Hellenic Republic"
- },
- "tld": [
- ".gr"
- ],
- "independent": true,
- "capital": [
- "Athens"
- ],
- "subregion": "Southern Europe",
- "languages": {
- "ell": "Greek"
- },
- "borders": [
- "ALB",
- "BGR",
- "TUR",
- "MKD"
- ],
- "area": 131990,
- "flag": "🇬🇷",
- "population": 10715549,
- "gini": {
- "2018": 32.9
- },
- "fifa": "GRE",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/gr.png",
- "svg": "https://flagcdn.com/gr.svg",
- "alt": "The flag of Greece is composed of nine equal horizontal bands of blue alternating with white. A blue square bearing a white cross is superimposed in the canton."
- }
- },
- {
- "name": {
- "common": "Cocos (Keeling) Islands",
- "official": "Territory of the Cocos (Keeling) Islands"
- },
- "tld": [
- ".cc"
- ],
- "independent": false,
- "capital": [
- "West Island"
- ],
- "subregion": "Australia and New Zealand",
- "languages": {
- "eng": "English"
- },
- "area": 14,
- "flag": "🇨🇨",
- "population": 544,
- "timezones": [
- "UTC+06:30"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/cc.png",
- "svg": "https://flagcdn.com/cc.svg"
- }
- },
- {
- "name": {
- "common": "Mayotte",
- "official": "Department of Mayotte"
- },
- "tld": [
- ".yt"
- ],
- "independent": false,
- "capital": [
- "Mamoudzou"
- ],
- "subregion": "Eastern Africa",
- "languages": {
- "fra": "French"
- },
- "area": 374,
- "flag": "🇾🇹",
- "population": 226915,
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/yt.png",
- "svg": "https://flagcdn.com/yt.svg"
- }
- },
- {
- "name": {
- "common": "Jordan",
- "official": "Hashemite Kingdom of Jordan"
- },
- "tld": [
- ".jo",
- "الاردن."
- ],
- "independent": true,
- "capital": [
- "Amman"
- ],
- "subregion": "Western Asia",
- "languages": {
- "ara": "Arabic"
- },
- "borders": [
- "IRQ",
- "ISR",
- "PSE",
- "SAU",
- "SYR"
- ],
- "area": 89342,
- "flag": "🇯🇴",
- "population": 10203140,
- "gini": {
- "2010": 33.7
- },
- "fifa": "JOR",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/jo.png",
- "svg": "https://flagcdn.com/jo.svg",
- "alt": "The flag of Jordan is composed of three equal horizontal bands of black, white and green, with a red isosceles triangle superimposed on the hoist side of the field. This triangle has its base on the hoist end, spans about half the width of the field and bears a small seven-pointed white star at its center."
- }
- },
- {
- "name": {
- "common": "Bangladesh",
- "official": "People's Republic of Bangladesh"
- },
- "tld": [
- ".bd"
- ],
- "independent": true,
- "capital": [
- "Dhaka"
- ],
- "subregion": "Southern Asia",
- "languages": {
- "ben": "Bengali"
- },
- "borders": [
- "MMR",
- "IND"
- ],
- "area": 147570,
- "flag": "🇧🇩",
- "population": 164689383,
- "gini": {
- "2016": 32.4
- },
- "fifa": "BAN",
- "timezones": [
- "UTC+06:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/bd.png",
- "svg": "https://flagcdn.com/bd.svg",
- "alt": "The flag of Bangladesh has a dark green field bearing a large red circle that is offset slightly towards the hoist side of center."
- }
- },
- {
- "name": {
- "common": "American Samoa",
- "official": "American Samoa"
- },
- "tld": [
- ".as"
- ],
- "independent": false,
- "capital": [
- "Pago Pago"
- ],
- "subregion": "Polynesia",
- "languages": {
- "eng": "English",
- "smo": "Samoan"
- },
- "area": 199,
- "flag": "🇦🇸",
- "population": 55197,
- "fifa": "ASA",
- "timezones": [
- "UTC-11:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/as.png",
- "svg": "https://flagcdn.com/as.svg"
- }
- },
- {
- "name": {
- "common": "Italy",
- "official": "Italian Republic"
- },
- "tld": [
- ".it"
- ],
- "independent": true,
- "capital": [
- "Rome"
- ],
- "subregion": "Southern Europe",
- "languages": {
- "ita": "Italian"
- },
- "borders": [
- "AUT",
- "FRA",
- "SMR",
- "SVN",
- "CHE",
- "VAT"
- ],
- "area": 301336,
- "flag": "🇮🇹",
- "population": 59554023,
- "gini": {
- "2017": 35.9
- },
- "fifa": "ITA",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/it.png",
- "svg": "https://flagcdn.com/it.svg",
- "alt": "The flag of Italy is composed of three equal vertical bands of green, white and red."
- }
- },
- {
- "name": {
- "common": "Algeria",
- "official": "People's Democratic Republic of Algeria"
- },
- "tld": [
- ".dz",
- "الجزائر."
- ],
- "independent": true,
- "capital": [
- "Algiers"
- ],
- "subregion": "Northern Africa",
- "languages": {
- "ara": "Arabic"
- },
- "borders": [
- "TUN",
- "LBY",
- "NER",
- "ESH",
- "MRT",
- "MLI",
- "MAR"
- ],
- "area": 2381741,
- "flag": "🇩🇿",
- "population": 44700000,
- "gini": {
- "2011": 27.6
- },
- "fifa": "ALG",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/dz.png",
- "svg": "https://flagcdn.com/dz.svg",
- "alt": "The flag of Algeria features two equal vertical bands of green and white. A five-pointed red star within a fly-side facing red crescent is centered over the two-color boundary."
- }
- },
- {
- "name": {
- "common": "France",
- "official": "French Republic"
- },
- "tld": [
- ".fr"
- ],
- "independent": true,
- "capital": [
- "Paris"
- ],
- "subregion": "Western Europe",
- "languages": {
- "fra": "French"
- },
- "borders": [
- "AND",
- "BEL",
- "DEU",
- "ITA",
- "LUX",
- "MCO",
- "ESP",
- "CHE"
- ],
- "area": 551695,
- "flag": "🇫🇷",
- "population": 67391582,
- "gini": {
- "2018": 32.4
- },
- "fifa": "FRA",
- "timezones": [
- "UTC-10:00",
- "UTC-09:30",
- "UTC-09:00",
- "UTC-08:00",
- "UTC-04:00",
- "UTC-03:00",
- "UTC+01:00",
- "UTC+02:00",
- "UTC+03:00",
- "UTC+04:00",
- "UTC+05:00",
- "UTC+10:00",
- "UTC+11:00",
- "UTC+12:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/fr.png",
- "svg": "https://flagcdn.com/fr.svg",
- "alt": "The flag of France is composed of three equal vertical bands of blue, white and red."
- }
- },
- {
- "name": {
- "common": "Bhutan",
- "official": "Kingdom of Bhutan"
- },
- "tld": [
- ".bt"
- ],
- "independent": true,
- "capital": [
- "Thimphu"
- ],
- "subregion": "Southern Asia",
- "languages": {
- "dzo": "Dzongkha"
- },
- "borders": [
- "CHN",
- "IND"
- ],
- "area": 38394,
- "flag": "🇧🇹",
- "population": 771612,
- "gini": {
- "2017": 37.4
- },
- "fifa": "BHU",
- "timezones": [
- "UTC+06:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/bt.png",
- "svg": "https://flagcdn.com/bt.svg",
- "alt": "The flag of Bhutan is divided diagonally, from the lower hoist-side corner to the upper fly-side corner, into an upper yellow and a lower orange triangle. A fly-side facing white dragon holding four jewels in its claws is situated along the boundary of the two triangles."
- }
- },
- {
- "name": {
- "common": "São Tomé and Príncipe",
- "official": "Democratic Republic of São Tomé and Príncipe"
- },
- "tld": [
- ".st"
- ],
- "independent": true,
- "capital": [
- "São Tomé"
- ],
- "subregion": "Middle Africa",
- "languages": {
- "por": "Portuguese"
- },
- "area": 964,
- "flag": "🇸🇹",
- "population": 219161,
- "gini": {
- "2017": 56.3
- },
- "fifa": "STP",
- "timezones": [
- "UTC"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/st.png",
- "svg": "https://flagcdn.com/st.svg",
- "alt": "The flag of South Sudan is composed of three equal horizontal bands of black, red with white top and bottom edges, and green. A blue equilateral triangle which spans about two-fifth the width of the field is superimposed on the hoist side with its base on the hoist end of the field. At the center of this triangle is a five-pointed yellow star."
- }
- },
- {
- "name": {
- "common": "Nauru",
- "official": "Republic of Nauru"
- },
- "tld": [
- ".nr"
- ],
- "independent": true,
- "capital": [
- "Yaren"
- ],
- "subregion": "Micronesia",
- "languages": {
- "eng": "English",
- "nau": "Nauru"
- },
- "area": 21,
- "flag": "🇳🇷",
- "population": 10834,
- "gini": {
- "2012": 34.8
- },
- "timezones": [
- "UTC+12:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/nr.png",
- "svg": "https://flagcdn.com/nr.svg",
- "alt": "The flag of Nauru has a dark blue field with a thin yellow horizontal band across the center and a large white twelve-pointed star beneath the horizontal band on the hoist side of the field."
- }
- },
- {
- "name": {
- "common": "Gabon",
- "official": "Gabonese Republic"
- },
- "tld": [
- ".ga"
- ],
- "independent": true,
- "capital": [
- "Libreville"
- ],
- "subregion": "Middle Africa",
- "languages": {
- "fra": "French"
- },
- "borders": [
- "CMR",
- "COG",
- "GNQ"
- ],
- "area": 267668,
- "flag": "🇬🇦",
- "population": 2225728,
- "gini": {
- "2017": 38
- },
- "fifa": "GAB",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ga.png",
- "svg": "https://flagcdn.com/ga.svg",
- "alt": "The flag of Gabon is composed of three equal horizontal bands of green, yellow and blue."
- }
- },
- {
- "name": {
- "common": "New Caledonia",
- "official": "New Caledonia"
- },
- "tld": [
- ".nc"
- ],
- "independent": false,
- "capital": [
- "Nouméa"
- ],
- "subregion": "Melanesia",
- "languages": {
- "fra": "French"
- },
- "area": 18575,
- "flag": "🇳🇨",
- "population": 271960,
- "fifa": "NCL",
- "timezones": [
- "UTC+11:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/nc.png",
- "svg": "https://flagcdn.com/nc.svg"
- }
- },
- {
- "name": {
- "common": "Norway",
- "official": "Kingdom of Norway"
- },
- "tld": [
- ".no"
- ],
- "independent": true,
- "capital": [
- "Oslo"
- ],
- "subregion": "Northern Europe",
- "languages": {
- "nno": "Norwegian Nynorsk",
- "nob": "Norwegian Bokmål",
- "smi": "Sami"
- },
- "borders": [
- "FIN",
- "SWE",
- "RUS"
- ],
- "area": 323802,
- "flag": "🇳🇴",
- "population": 5379475,
- "gini": {
- "2018": 27.6
- },
- "fifa": "NOR",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/no.png",
- "svg": "https://flagcdn.com/no.svg",
- "alt": "The flag of Norway has a red field with a large white-edged navy blue cross that extends to the edges of the field. The vertical part of this cross is offset towards the hoist side."
- }
- },
- {
- "name": {
- "common": "Tuvalu",
- "official": "Tuvalu"
- },
- "tld": [
- ".tv"
- ],
- "independent": true,
- "capital": [
- "Funafuti"
- ],
- "subregion": "Polynesia",
- "languages": {
- "eng": "English",
- "tvl": "Tuvaluan"
- },
- "area": 26,
- "flag": "🇹🇻",
- "population": 11792,
- "gini": {
- "2010": 39.1
- },
- "timezones": [
- "UTC+12:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/tv.png",
- "svg": "https://flagcdn.com/tv.svg",
- "alt": "The flag of Tuvalu has a light blue field with the flag of the United Kingdom — the Union Jack — in the canton. A representation of the country's nine Islands using nine five-pointed yellow stars is situated in the fly half of the field."
- }
- },
- {
- "name": {
- "common": "India",
- "official": "Republic of India"
- },
- "tld": [
- ".in"
- ],
- "independent": true,
- "capital": [
- "New Delhi"
- ],
- "subregion": "Southern Asia",
- "languages": {
- "eng": "English",
- "hin": "Hindi",
- "tam": "Tamil"
- },
- "borders": [
- "BGD",
- "BTN",
- "MMR",
- "CHN",
- "NPL",
- "PAK"
- ],
- "area": 3287590,
- "flag": "🇮🇳",
- "population": 1380004385,
- "gini": {
- "2011": 35.7
- },
- "fifa": "IND",
- "timezones": [
- "UTC+05:30"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/in.png",
- "svg": "https://flagcdn.com/in.svg",
- "alt": "The flag of India is composed of three equal horizontal bands of saffron, white and green. A navy blue wheel with twenty-four spokes — the Ashoka Chakra — is centered in the white band."
- }
- },
- {
- "name": {
- "common": "Cambodia",
- "official": "Kingdom of Cambodia"
- },
- "tld": [
- ".kh"
- ],
- "independent": true,
- "capital": [
- "Phnom Penh"
- ],
- "subregion": "South-Eastern Asia",
- "languages": {
- "khm": "Khmer"
- },
- "borders": [
- "LAO",
- "THA",
- "VNM"
- ],
- "area": 181035,
- "flag": "🇰🇭",
- "population": 16718971,
- "fifa": "CAM",
- "timezones": [
- "UTC+07:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/kh.png",
- "svg": "https://flagcdn.com/kh.svg",
- "alt": "The flag of Cambodia features three horizontal bands of blue, red and blue, with a white depiction of the temple complex, Angkor Wat centered in the red band."
- }
- },
- {
- "name": {
- "common": "Mauritius",
- "official": "Republic of Mauritius"
- },
- "tld": [
- ".mu"
- ],
- "independent": true,
- "capital": [
- "Port Louis"
- ],
- "subregion": "Eastern Africa",
- "languages": {
- "eng": "English",
- "fra": "French",
- "mfe": "Mauritian Creole"
- },
- "area": 2040,
- "flag": "🇲🇺",
- "population": 1265740,
- "gini": {
- "2017": 36.8
- },
- "fifa": "MRI",
- "timezones": [
- "UTC+04:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/mu.png",
- "svg": "https://flagcdn.com/mu.svg",
- "alt": "The flag of Mauritius is composed of four equal horizontal bands of red, blue, yellow and green."
- }
- },
- {
- "name": {
- "common": "DR Congo",
- "official": "Democratic Republic of the Congo"
- },
- "tld": [
- ".cd"
- ],
- "independent": true,
- "capital": [
- "Kinshasa"
- ],
- "subregion": "Middle Africa",
- "languages": {
- "fra": "French",
- "kon": "Kikongo",
- "lin": "Lingala",
- "lua": "Tshiluba",
- "swa": "Swahili"
- },
- "borders": [
- "AGO",
- "BDI",
- "CAF",
- "COG",
- "RWA",
- "SSD",
- "TZA",
- "UGA",
- "ZMB"
- ],
- "area": 2344858,
- "flag": "🇨🇩",
- "population": 108407721,
- "gini": {
- "2012": 42.1
- },
- "fifa": "COD",
- "timezones": [
- "UTC+01:00",
- "UTC+02:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/cd.png",
- "svg": "https://flagcdn.com/cd.svg",
- "alt": "The flag of the Democratic Republic of the Congo has a sky-blue field with a yellow-edged red diagonal band that extends from the lower hoist-side corner to the upper fly-side corner of the field. A large five-pointed yellow star is situated above the diagonal band on the upper hoist side of the field."
- }
- },
- {
- "name": {
- "common": "San Marino",
- "official": "Republic of San Marino"
- },
- "tld": [
- ".sm"
- ],
- "independent": true,
- "capital": [
- "City of San Marino"
- ],
- "subregion": "Southern Europe",
- "languages": {
- "ita": "Italian"
- },
- "borders": [
- "ITA"
- ],
- "area": 61,
- "flag": "🇸🇲",
- "population": 33938,
- "fifa": "SMR",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/sm.png",
- "svg": "https://flagcdn.com/sm.svg",
- "alt": "The flag of San Marino is composed of two equal horizontal bands of white and light blue, with the national coat of arms superimposed in the center."
- }
- },
- {
- "name": {
- "common": "Panama",
- "official": "Republic of Panama"
- },
- "tld": [
- ".pa"
- ],
- "independent": true,
- "capital": [
- "Panama City"
- ],
- "subregion": "Central America",
- "languages": {
- "spa": "Spanish"
- },
- "borders": [
- "COL",
- "CRI"
- ],
- "area": 75417,
- "flag": "🇵🇦",
- "population": 4314768,
- "gini": {
- "2019": 49.8
- },
- "fifa": "PAN",
- "timezones": [
- "UTC-05:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/pa.png",
- "svg": "https://flagcdn.com/pa.svg",
- "alt": "The flag of Panama is composed of four equal rectangular areas — a white rectangular area with a blue five-pointed star at its center, a red rectangular area, a white rectangular area with a red five-pointed star at its center, and a blue rectangular area — in the upper hoist side, upper fly side, lower fly side and lower hoist side respectively."
- }
- },
- {
- "name": {
- "common": "Netherlands",
- "official": "Kingdom of the Netherlands"
- },
- "tld": [
- ".nl"
- ],
- "independent": true,
- "capital": [
- "Amsterdam"
- ],
- "subregion": "Western Europe",
- "languages": {
- "nld": "Dutch"
- },
- "borders": [
- "BEL",
- "DEU"
- ],
- "area": 41850,
- "flag": "🇳🇱",
- "population": 16655799,
- "gini": {
- "2018": 28.1
- },
- "fifa": "NED",
- "timezones": [
- "UTC-04:00",
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/nl.png",
- "svg": "https://flagcdn.com/nl.svg",
- "alt": "The flag of the Netherlands is composed of three equal horizontal bands of red, white and blue."
- }
- },
- {
- "name": {
- "common": "Puerto Rico",
- "official": "Commonwealth of Puerto Rico"
- },
- "tld": [
- ".pr"
- ],
- "independent": false,
- "capital": [
- "San Juan"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English",
- "spa": "Spanish"
- },
- "area": 8870,
- "flag": "🇵🇷",
- "population": 3194034,
- "fifa": "PUR",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/pr.png",
- "svg": "https://flagcdn.com/pr.svg"
- }
- },
- {
- "name": {
- "common": "Nicaragua",
- "official": "Republic of Nicaragua"
- },
- "tld": [
- ".ni"
- ],
- "independent": true,
- "capital": [
- "Managua"
- ],
- "subregion": "Central America",
- "languages": {
- "spa": "Spanish"
- },
- "borders": [
- "CRI",
- "HND"
- ],
- "area": 130373,
- "flag": "🇳🇮",
- "population": 6624554,
- "gini": {
- "2014": 46.2
- },
- "fifa": "NCA",
- "timezones": [
- "UTC-06:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ni.png",
- "svg": "https://flagcdn.com/ni.svg",
- "alt": "The flag of Nicaragua is composed of three equal horizontal bands of blue, white and blue, with the national coat of arms centered in the white band."
- }
- },
- {
- "name": {
- "common": "Réunion",
- "official": "Réunion Island"
- },
- "tld": [
- ".re"
- ],
- "independent": false,
- "capital": [
- "Saint-Denis"
- ],
- "subregion": "Eastern Africa",
- "languages": {
- "fra": "French"
- },
- "area": 2511,
- "flag": "🇷🇪",
- "population": 840974,
- "timezones": [
- "UTC+04:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/re.png",
- "svg": "https://flagcdn.com/re.svg"
- }
- },
- {
- "name": {
- "common": "Sierra Leone",
- "official": "Republic of Sierra Leone"
- },
- "tld": [
- ".sl"
- ],
- "independent": true,
- "capital": [
- "Freetown"
- ],
- "subregion": "Western Africa",
- "languages": {
- "eng": "English"
- },
- "borders": [
- "GIN",
- "LBR"
- ],
- "area": 71740,
- "flag": "🇸🇱",
- "population": 7976985,
- "gini": {
- "2018": 35.7
- },
- "fifa": "SLE",
- "timezones": [
- "UTC"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/sl.png",
- "svg": "https://flagcdn.com/sl.svg",
- "alt": "The flag of Sierra Leone is composed of three equal horizontal bands of green, white and blue."
- }
- },
- {
- "name": {
- "common": "Barbados",
- "official": "Barbados"
- },
- "tld": [
- ".bb"
- ],
- "independent": true,
- "capital": [
- "Bridgetown"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English"
- },
- "area": 430,
- "flag": "🇧🇧",
- "population": 287371,
- "fifa": "BRB",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/bb.png",
- "svg": "https://flagcdn.com/bb.svg",
- "alt": "The flag of Barbados is composed of three equal vertical bands of ultramarine, gold and ultramarine. The head of a black trident is centered in the gold band."
- }
- },
- {
- "name": {
- "common": "Israel",
- "official": "State of Israel"
- },
- "tld": [
- ".il"
- ],
- "independent": true,
- "capital": [
- "Jerusalem"
- ],
- "subregion": "Western Asia",
- "languages": {
- "ara": "Arabic",
- "heb": "Hebrew"
- },
- "borders": [
- "EGY",
- "JOR",
- "LBN",
- "PSE",
- "SYR"
- ],
- "area": 20770,
- "flag": "🇮🇱",
- "population": 9216900,
- "gini": {
- "2016": 39
- },
- "fifa": "ISR",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/il.png",
- "svg": "https://flagcdn.com/il.svg",
- "alt": "The flag of Israel has a white field with a blue hexagram — the Magen David — centered between two equal horizontal blue bands situated near the top and bottom edges of the field."
- }
- },
- {
- "name": {
- "common": "Western Sahara",
- "official": "Sahrawi Arab Democratic Republic"
- },
- "tld": [
- ".eh"
- ],
- "independent": false,
- "capital": [
- "El Aaiún"
- ],
- "subregion": "Northern Africa",
- "languages": {
- "ber": "Berber",
- "mey": "Hassaniya",
- "spa": "Spanish"
- },
- "borders": [
- "DZA",
- "MRT",
- "MAR"
- ],
- "area": 266000,
- "flag": "🇪🇭",
- "population": 510713,
- "timezones": [
- "UTC+00:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/eh.png",
- "svg": "https://flagcdn.com/eh.svg"
- }
- },
- {
- "name": {
- "common": "Anguilla",
- "official": "Anguilla"
- },
- "tld": [
- ".ai"
- ],
- "independent": false,
- "capital": [
- "The Valley"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English"
- },
- "area": 91,
- "flag": "🇦🇮",
- "population": 13452,
- "fifa": "AIA",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ai.png",
- "svg": "https://flagcdn.com/ai.svg"
- }
- },
- {
- "name": {
- "common": "Rwanda",
- "official": "Republic of Rwanda"
- },
- "tld": [
- ".rw"
- ],
- "independent": true,
- "capital": [
- "Kigali"
- ],
- "subregion": "Eastern Africa",
- "languages": {
- "eng": "English",
- "fra": "French",
- "kin": "Kinyarwanda"
- },
- "borders": [
- "BDI",
- "COD",
- "TZA",
- "UGA"
- ],
- "area": 26338,
- "flag": "🇷🇼",
- "population": 12952209,
- "gini": {
- "2016": 43.7
- },
- "fifa": "RWA",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/rw.png",
- "svg": "https://flagcdn.com/rw.svg",
- "alt": "The flag of Rwanda is composed of three horizontal bands of light blue, yellow and green. The light blue band is twice the height of the other two bands and bears a yellow sun with twenty-four rays on its fly side."
- }
- },
- {
- "name": {
- "common": "Turkey",
- "official": "Republic of Turkey"
- },
- "tld": [
- ".tr"
- ],
- "independent": true,
- "capital": [
- "Ankara"
- ],
- "subregion": "Western Asia",
- "languages": {
- "tur": "Turkish"
- },
- "borders": [
- "ARM",
- "AZE",
- "BGR",
- "GEO",
- "GRC",
- "IRN",
- "IRQ",
- "SYR"
- ],
- "area": 783562,
- "flag": "🇹🇷",
- "population": 84339067,
- "gini": {
- "2019": 41.9
- },
- "fifa": "TUR",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/tr.png",
- "svg": "https://flagcdn.com/tr.svg",
- "alt": "The flag of Turkey has a red field bearing a large fly-side facing white crescent and a smaller five-pointed white star placed just outside the crescent opening. The white crescent and star are offset slightly towards the hoist side of center."
- }
- },
- {
- "name": {
- "common": "Marshall Islands",
- "official": "Republic of the Marshall Islands"
- },
- "tld": [
- ".mh"
- ],
- "independent": true,
- "capital": [
- "Majuro"
- ],
- "subregion": "Micronesia",
- "languages": {
- "eng": "English",
- "mah": "Marshallese"
- },
- "area": 181,
- "flag": "🇲🇭",
- "population": 59194,
- "timezones": [
- "UTC+12:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/mh.png",
- "svg": "https://flagcdn.com/mh.svg",
- "alt": "The flag of Marshall Islands has a blue field with two broadening adjacent diagonal bands of orange and white that extend from the lower hoist-side corner to the upper fly-side corner of the field. A large white star with twenty-four rays — four large rays at the cardinal points and twenty smaller rays — is situated in the upper hoist-side corner above the diagonal bands."
- }
- },
- {
- "name": {
- "common": "Mozambique",
- "official": "Republic of Mozambique"
- },
- "tld": [
- ".mz"
- ],
- "independent": true,
- "capital": [
- "Maputo"
- ],
- "subregion": "Eastern Africa",
- "languages": {
- "por": "Portuguese"
- },
- "borders": [
- "MWI",
- "ZAF",
- "SWZ",
- "TZA",
- "ZMB",
- "ZWE"
- ],
- "area": 801590,
- "flag": "🇲🇿",
- "population": 31255435,
- "gini": {
- "2014": 54
- },
- "fifa": "MOZ",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/mz.png",
- "svg": "https://flagcdn.com/mz.svg",
- "alt": "The flag of Mozambique is composed of three equal horizontal bands of teal, black with white top and bottom edges, and yellow. A red isosceles triangle spanning about two-fifth the width of the field is superimposed on the hoist side with its base on the hoist end. This triangle bears a crossed rifle and hoe in black superimposed on an open white book which is superimposed on a five-pointed yellow star."
- }
- },
- {
- "name": {
- "common": "Nigeria",
- "official": "Federal Republic of Nigeria"
- },
- "tld": [
- ".ng"
- ],
- "independent": true,
- "capital": [
- "Abuja"
- ],
- "subregion": "Western Africa",
- "languages": {
- "eng": "English"
- },
- "borders": [
- "BEN",
- "CMR",
- "TCD",
- "NER"
- ],
- "area": 923768,
- "flag": "🇳🇬",
- "population": 206139587,
- "gini": {
- "2018": 35.1
- },
- "fifa": "NGA",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ng.png",
- "svg": "https://flagcdn.com/ng.svg",
- "alt": "The flag of Nigeria is composed of three equal vertical bands of green, white and green."
- }
- },
- {
- "name": {
- "common": "Russia",
- "official": "Russian Federation"
- },
- "tld": [
- ".ru",
- ".su",
- ".рф"
- ],
- "independent": true,
- "capital": [
- "Moscow"
- ],
- "subregion": "Eastern Europe",
- "languages": {
- "rus": "Russian"
- },
- "borders": [
- "AZE",
- "BLR",
- "CHN",
- "EST",
- "FIN",
- "GEO",
- "KAZ",
- "PRK",
- "LVA",
- "LTU",
- "MNG",
- "NOR",
- "POL",
- "UKR"
- ],
- "area": 17098242,
- "flag": "🇷🇺",
- "population": 144104080,
- "gini": {
- "2018": 37.5
- },
- "fifa": "RUS",
- "timezones": [
- "UTC+03:00",
- "UTC+04:00",
- "UTC+06:00",
- "UTC+07:00",
- "UTC+08:00",
- "UTC+09:00",
- "UTC+10:00",
- "UTC+11:00",
- "UTC+12:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ru.png",
- "svg": "https://flagcdn.com/ru.svg",
- "alt": "The flag of Russia is composed of three equal horizontal bands of white, blue and red."
- }
- },
- {
- "name": {
- "common": "Cuba",
- "official": "Republic of Cuba"
- },
- "tld": [
- ".cu"
- ],
- "independent": true,
- "capital": [
- "Havana"
- ],
- "subregion": "Caribbean",
- "languages": {
- "spa": "Spanish"
- },
- "area": 109884,
- "flag": "🇨🇺",
- "population": 11326616,
- "fifa": "CUB",
- "timezones": [
- "UTC-05:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/cu.png",
- "svg": "https://flagcdn.com/cu.svg",
- "alt": "The flag of Cuba is composed of five equal horizontal bands of blue alternating with white and a red equilateral triangle superimposed on the hoist side of the field. The triangle has its base on the hoist end, spans about two-fifth the width of the field and bears a white five-pointed star at its center."
- }
- },
- {
- "name": {
- "common": "Jersey",
- "official": "Bailiwick of Jersey"
- },
- "tld": [
- ".je"
- ],
- "independent": false,
- "capital": [
- "Saint Helier"
- ],
- "subregion": "Northern Europe",
- "languages": {
- "eng": "English",
- "fra": "French",
- "nrf": "Jèrriais"
- },
- "area": 116,
- "flag": "🇯🇪",
- "population": 100800,
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/je.png",
- "svg": "https://flagcdn.com/je.svg"
- }
- },
- {
- "name": {
- "common": "British Virgin Islands",
- "official": "Virgin Islands"
- },
- "tld": [
- ".vg"
- ],
- "independent": false,
- "capital": [
- "Road Town"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English"
- },
- "area": 151,
- "flag": "🇻🇬",
- "population": 30237,
- "fifa": "VGB",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/vg.png",
- "svg": "https://flagcdn.com/vg.svg"
- }
- },
- {
- "name": {
- "common": "Costa Rica",
- "official": "Republic of Costa Rica"
- },
- "tld": [
- ".cr"
- ],
- "independent": true,
- "capital": [
- "San José"
- ],
- "subregion": "Central America",
- "languages": {
- "spa": "Spanish"
- },
- "borders": [
- "NIC",
- "PAN"
- ],
- "area": 51100,
- "flag": "🇨🇷",
- "population": 5094114,
- "gini": {
- "2019": 48.2
- },
- "fifa": "CRC",
- "timezones": [
- "UTC-06:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/cr.png",
- "svg": "https://flagcdn.com/cr.svg",
- "alt": "The flag of Costa Rica is composed of five horizontal bands of blue, white, red, white and blue. The central red band is twice the height of the other four bands."
- }
- },
- {
- "name": {
- "common": "Saint Pierre and Miquelon",
- "official": "Saint Pierre and Miquelon"
- },
- "tld": [
- ".pm"
- ],
- "independent": false,
- "capital": [
- "Saint-Pierre"
- ],
- "subregion": "North America",
- "languages": {
- "fra": "French"
- },
- "area": 242,
- "flag": "🇵🇲",
- "population": 6069,
- "timezones": [
- "UTC-03:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/pm.png",
- "svg": "https://flagcdn.com/pm.svg"
- }
- },
- {
- "name": {
- "common": "El Salvador",
- "official": "Republic of El Salvador"
- },
- "tld": [
- ".sv"
- ],
- "independent": true,
- "capital": [
- "San Salvador"
- ],
- "subregion": "Central America",
- "languages": {
- "spa": "Spanish"
- },
- "borders": [
- "GTM",
- "HND"
- ],
- "area": 21041,
- "flag": "🇸🇻",
- "population": 6486201,
- "gini": {
- "2019": 38.8
- },
- "fifa": "SLV",
- "timezones": [
- "UTC-06:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/sv.png",
- "svg": "https://flagcdn.com/sv.svg",
- "alt": "The flag of El Salvador is composed of three equal horizontal bands of cobalt blue, white and cobalt blue, with the national coat of arms centered in the white band."
- }
- },
- {
- "name": {
- "common": "Cook Islands",
- "official": "Cook Islands"
- },
- "tld": [
- ".ck"
- ],
- "independent": false,
- "capital": [
- "Avarua"
- ],
- "subregion": "Polynesia",
- "languages": {
- "eng": "English",
- "rar": "Cook Islands Māori"
- },
- "area": 236,
- "flag": "🇨🇰",
- "population": 18100,
- "fifa": "COK",
- "timezones": [
- "UTC-10:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ck.png",
- "svg": "https://flagcdn.com/ck.svg"
- }
- },
- {
- "name": {
- "common": "Niue",
- "official": "Niue"
- },
- "tld": [
- ".nu"
- ],
- "independent": false,
- "capital": [
- "Alofi"
- ],
- "subregion": "Polynesia",
- "languages": {
- "eng": "English",
- "niu": "Niuean"
- },
- "area": 260,
- "flag": "🇳🇺",
- "population": 1470,
- "timezones": [
- "UTC-11:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/nu.png",
- "svg": "https://flagcdn.com/nu.svg"
- }
- },
- {
- "name": {
- "common": "Slovenia",
- "official": "Republic of Slovenia"
- },
- "tld": [
- ".si"
- ],
- "independent": true,
- "capital": [
- "Ljubljana"
- ],
- "subregion": "Central Europe",
- "languages": {
- "slv": "Slovene"
- },
- "borders": [
- "AUT",
- "HRV",
- "ITA",
- "HUN"
- ],
- "area": 20273,
- "flag": "🇸🇮",
- "population": 2100126,
- "gini": {
- "2018": 24.6
- },
- "fifa": "SVN",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/si.png",
- "svg": "https://flagcdn.com/si.svg",
- "alt": "The flag of Slovenia is composed of three equal horizontal bands of white, blue and red. The national coat of arms is situated in the upper hoist side of the field centered on the boundary between the white and blue bands."
- }
- },
- {
- "name": {
- "common": "Papua New Guinea",
- "official": "Independent State of Papua New Guinea"
- },
- "tld": [
- ".pg"
- ],
- "independent": true,
- "capital": [
- "Port Moresby"
- ],
- "subregion": "Melanesia",
- "languages": {
- "eng": "English",
- "hmo": "Hiri Motu",
- "tpi": "Tok Pisin"
- },
- "borders": [
- "IDN"
- ],
- "area": 462840,
- "flag": "🇵🇬",
- "population": 8947027,
- "gini": {
- "2009": 41.9
- },
- "fifa": "PNG",
- "timezones": [
- "UTC+10:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/pg.png",
- "svg": "https://flagcdn.com/pg.svg",
- "alt": "The flag of Papua New Guinea is divided diagonally, from the upper hoist-side corner to the lower fly-side corner, into a lower black and an upper red triangle. On the hoist side of the lower black triangle is a representation of the Southern Cross constellation made up of one small and four larger five-pointed white stars. A golden Raggiana bird-of-paradise is situated on the fly side of the upper red triangle."
- }
- },
- {
- "name": {
- "common": "Honduras",
- "official": "Republic of Honduras"
- },
- "tld": [
- ".hn"
- ],
- "independent": true,
- "capital": [
- "Tegucigalpa"
- ],
- "subregion": "Central America",
- "languages": {
- "spa": "Spanish"
- },
- "borders": [
- "GTM",
- "SLV",
- "NIC"
- ],
- "area": 112492,
- "flag": "🇭🇳",
- "population": 9904608,
- "gini": {
- "2019": 48.2
- },
- "fifa": "HON",
- "timezones": [
- "UTC-06:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/hn.png",
- "svg": "https://flagcdn.com/hn.svg",
- "alt": "The flag of Honduras is composed of three equal horizontal bands of turquoise, white and turquoise, with five small five-pointed turquoise stars arranged in a quincuncial pattern at the center of the white band."
- }
- },
- {
- "name": {
- "common": "Macau",
- "official": "Macao Special Administrative Region of the People's Republic of China"
- },
- "tld": [
- ".mo"
- ],
- "independent": false,
- "subregion": "Eastern Asia",
- "languages": {
- "por": "Portuguese",
- "zho": "Chinese"
- },
- "borders": [
- "CHN"
- ],
- "area": 30,
- "flag": "🇲🇴",
- "population": 649342,
- "fifa": "MAC",
- "timezones": [
- "UTC+08:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/mo.png",
- "svg": "https://flagcdn.com/mo.svg"
- }
- },
- {
- "name": {
- "common": "Portugal",
- "official": "Portuguese Republic"
- },
- "tld": [
- ".pt"
- ],
- "independent": true,
- "capital": [
- "Lisbon"
- ],
- "subregion": "Southern Europe",
- "languages": {
- "por": "Portuguese"
- },
- "borders": [
- "ESP"
- ],
- "area": 92090,
- "flag": "🇵🇹",
- "population": 10305564,
- "gini": {
- "2018": 33.5
- },
- "fifa": "POR",
- "timezones": [
- "UTC-01:00",
- "UTC"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/pt.png",
- "svg": "https://flagcdn.com/pt.svg",
- "alt": "The flag of Portugal is composed of two vertical bands of green and red in the ratio of 2:3, with the coat of arms of Portugal centered over the two-color boundary."
- }
- },
- {
- "name": {
- "common": "Trinidad and Tobago",
- "official": "Republic of Trinidad and Tobago"
- },
- "tld": [
- ".tt"
- ],
- "independent": true,
- "capital": [
- "Port of Spain"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English"
- },
- "area": 5130,
- "flag": "🇹🇹",
- "population": 1399491,
- "gini": {
- "1992": 40.3
- },
- "fifa": "TRI",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/tt.png",
- "svg": "https://flagcdn.com/tt.svg",
- "alt": "The flag of Trinidad and Tobago has a red field with a white-edged black diagonal band that extends from the upper hoist-side corner to the lower fly-side corner of the field."
- }
- },
- {
- "name": {
- "common": "Gambia",
- "official": "Republic of the Gambia"
- },
- "tld": [
- ".gm"
- ],
- "independent": true,
- "capital": [
- "Banjul"
- ],
- "subregion": "Western Africa",
- "languages": {
- "eng": "English"
- },
- "borders": [
- "SEN"
- ],
- "area": 10689,
- "flag": "🇬🇲",
- "population": 2416664,
- "gini": {
- "2015": 35.9
- },
- "fifa": "GAM",
- "timezones": [
- "UTC+00:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/gm.png",
- "svg": "https://flagcdn.com/gm.svg",
- "alt": "The flag of Gambia is composed of three equal horizontal bands of red, blue with white top and bottom edges, and green."
- }
- },
- {
- "name": {
- "common": "Myanmar",
- "official": "Republic of the Union of Myanmar"
- },
- "tld": [
- ".mm"
- ],
- "independent": true,
- "capital": [
- "Naypyidaw"
- ],
- "subregion": "South-Eastern Asia",
- "languages": {
- "mya": "Burmese"
- },
- "borders": [
- "BGD",
- "CHN",
- "IND",
- "LAO",
- "THA"
- ],
- "area": 676578,
- "flag": "🇲🇲",
- "population": 54409794,
- "gini": {
- "2017": 30.7
- },
- "fifa": "MYA",
- "timezones": [
- "UTC+06:30"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/mm.png",
- "svg": "https://flagcdn.com/mm.svg",
- "alt": "The flag of Myanmar is composed of three equal horizontal bands of yellow, green and red, with a large five-pointed white star superimposed at the center of the field."
- }
- },
- {
- "name": {
- "common": "Egypt",
- "official": "Arab Republic of Egypt"
- },
- "tld": [
- ".eg",
- ".مصر"
- ],
- "independent": true,
- "capital": [
- "Cairo"
- ],
- "subregion": "Northern Africa",
- "languages": {
- "ara": "Arabic"
- },
- "borders": [
- "ISR",
- "LBY",
- "PSE",
- "SDN"
- ],
- "area": 1002450,
- "flag": "🇪🇬",
- "population": 102334403,
- "gini": {
- "2017": 31.5
- },
- "fifa": "EGY",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/eg.png",
- "svg": "https://flagcdn.com/eg.svg",
- "alt": "The flag of Egypt is composed of three equal horizontal bands of red, white and black, with Egypt's national emblem — a hoist-side facing gold eagle of Saladin — centered in the white band."
- }
- },
- {
- "name": {
- "common": "Lebanon",
- "official": "Lebanese Republic"
- },
- "tld": [
- ".lb"
- ],
- "independent": true,
- "capital": [
- "Beirut"
- ],
- "subregion": "Western Asia",
- "languages": {
- "ara": "Arabic",
- "fra": "French"
- },
- "borders": [
- "ISR",
- "SYR"
- ],
- "area": 10452,
- "flag": "🇱🇧",
- "population": 6825442,
- "gini": {
- "2011": 31.8
- },
- "fifa": "LBN",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/lb.png",
- "svg": "https://flagcdn.com/lb.svg",
- "alt": "The flag of Lebanon is composed of three horizontal bands of red, white and red. The white band is twice the height of the red bands and bears a green Lebanese Cedar tree at its center."
- }
- },
- {
- "name": {
- "common": "Kenya",
- "official": "Republic of Kenya"
- },
- "tld": [
- ".ke"
- ],
- "independent": true,
- "capital": [
- "Nairobi"
- ],
- "subregion": "Eastern Africa",
- "languages": {
- "eng": "English",
- "swa": "Swahili"
- },
- "borders": [
- "ETH",
- "SOM",
- "SSD",
- "TZA",
- "UGA"
- ],
- "area": 580367,
- "flag": "🇰🇪",
- "population": 53771300,
- "gini": {
- "2015": 40.8
- },
- "fifa": "KEN",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ke.png",
- "svg": "https://flagcdn.com/ke.svg",
- "alt": "The flag of Kenya is composed of three equal horizontal bands of black, red with white top and bottom edges, and green. An emblem comprising a red, black and white Maasai shield covering two crossed white spears is superimposed at the center of the field."
- }
- },
- {
- "name": {
- "common": "Equatorial Guinea",
- "official": "Republic of Equatorial Guinea"
- },
- "tld": [
- ".gq"
- ],
- "independent": true,
- "capital": [
- "Malabo"
- ],
- "subregion": "Middle Africa",
- "languages": {
- "fra": "French",
- "por": "Portuguese",
- "spa": "Spanish"
- },
- "borders": [
- "CMR",
- "GAB"
- ],
- "area": 28051,
- "flag": "🇬🇶",
- "population": 1402985,
- "fifa": "EQG",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/gq.png",
- "svg": "https://flagcdn.com/gq.svg",
- "alt": "The flag of Equatorial Guinea is composed of three equal horizontal bands of green, white and red with the national coat of arms centered in the white band and an isosceles triangle superimposed on the hoist side of the field. The triangle is light blue, has its base on the hoist end and spans about one-fifth the width of the field."
- }
- },
- {
- "name": {
- "common": "United States Virgin Islands",
- "official": "Virgin Islands of the United States"
- },
- "tld": [
- ".vi"
- ],
- "independent": false,
- "capital": [
- "Charlotte Amalie"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English"
- },
- "area": 347,
- "flag": "🇻🇮",
- "population": 106290,
- "fifa": "VIR",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/vi.png",
- "svg": "https://flagcdn.com/vi.svg"
- }
- },
- {
- "name": {
- "common": "Croatia",
- "official": "Republic of Croatia"
- },
- "tld": [
- ".hr"
- ],
- "independent": true,
- "capital": [
- "Zagreb"
- ],
- "subregion": "Southeast Europe",
- "languages": {
- "hrv": "Croatian"
- },
- "borders": [
- "BIH",
- "HUN",
- "MNE",
- "SRB",
- "SVN"
- ],
- "area": 56594,
- "flag": "🇭🇷",
- "population": 4047200,
- "gini": {
- "2018": 29.7
- },
- "fifa": "CRO",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/hr.png",
- "svg": "https://flagcdn.com/hr.svg",
- "alt": "The flag of Croatia is composed of three equal horizontal bands of red, white and blue, with coat of arms of Croatia superimposed in the center."
- }
- },
- {
- "name": {
- "common": "United States",
- "official": "United States of America"
- },
- "tld": [
- ".us"
- ],
- "independent": true,
- "capital": [
- "Washington, D.C."
- ],
- "subregion": "North America",
- "languages": {
- "eng": "English"
- },
- "borders": [
- "CAN",
- "MEX"
- ],
- "area": 9372610,
- "flag": "🇺🇸",
- "population": 329484123,
- "gini": {
- "2018": 41.4
- },
- "fifa": "USA",
- "timezones": [
- "UTC-12:00",
- "UTC-11:00",
- "UTC-10:00",
- "UTC-09:00",
- "UTC-08:00",
- "UTC-07:00",
- "UTC-06:00",
- "UTC-05:00",
- "UTC-04:00",
- "UTC+10:00",
- "UTC+12:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/us.png",
- "svg": "https://flagcdn.com/us.svg",
- "alt": "The flag of the United States of America is composed of thirteen equal horizontal bands of red alternating with white. A blue rectangle, bearing fifty small five-pointed white stars arranged in nine rows where rows of six stars alternate with rows of five stars, is superimposed in the canton."
- }
- },
- {
- "name": {
- "common": "Caribbean Netherlands",
- "official": "Bonaire, Sint Eustatius and Saba"
- },
- "tld": [
- ".bq",
- ".nl"
- ],
- "independent": false,
- "capital": [
- "Kralendijk"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English",
- "nld": "Dutch",
- "pap": "Papiamento"
- },
- "area": 328,
- "flag": "🇧🇶",
- "population": 25987,
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/bq.png",
- "svg": "https://flagcdn.com/bq.svg"
- }
- },
- {
- "name": {
- "common": "Philippines",
- "official": "Republic of the Philippines"
- },
- "tld": [
- ".ph"
- ],
- "independent": true,
- "capital": [
- "Manila"
- ],
- "subregion": "South-Eastern Asia",
- "languages": {
- "eng": "English",
- "fil": "Filipino"
- },
- "area": 342353,
- "flag": "🇵🇭",
- "population": 109581085,
- "gini": {
- "2018": 42.3
- },
- "fifa": "PHI",
- "timezones": [
- "UTC+08:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ph.png",
- "svg": "https://flagcdn.com/ph.svg",
- "alt": "The flag of Philippines is composed of two equal horizontal bands of blue and red, with a white equilateral triangle superimposed on the hoist side of the field. This triangle has its base on the hoist end, spans about two-fifth the width of the field and bears a central golden-yellow sun with eight rays and a five-pointed golden-yellow star at each vertex."
- }
- },
- {
- "name": {
- "common": "Kazakhstan",
- "official": "Republic of Kazakhstan"
- },
- "tld": [
- ".kz",
- ".қаз"
- ],
- "independent": true,
- "capital": [
- "Nur-Sultan"
- ],
- "subregion": "Central Asia",
- "languages": {
- "kaz": "Kazakh",
- "rus": "Russian"
- },
- "borders": [
- "CHN",
- "KGZ",
- "RUS",
- "TKM",
- "UZB"
- ],
- "area": 2724900,
- "flag": "🇰🇿",
- "population": 18754440,
- "gini": {
- "2018": 27.8
- },
- "fifa": "KAZ",
- "timezones": [
- "UTC+05:00",
- "UTC+06:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/kz.png",
- "svg": "https://flagcdn.com/kz.svg",
- "alt": "The flag of Kazakhstan has a turquoise field, at the center of which is a gold sun with thirty-two rays above a soaring golden steppe eagle. A thin vertical band displays a national ornamental pattern — koshkar-muiz — in gold near the hoist end."
- }
- },
- {
- "name": {
- "common": "Kosovo",
- "official": "Republic of Kosovo"
- },
- "capital": [
- "Pristina"
- ],
- "subregion": "Southeast Europe",
- "languages": {
- "sqi": "Albanian",
- "srp": "Serbian"
- },
- "borders": [
- "ALB",
- "MKD",
- "MNE",
- "SRB"
- ],
- "area": 10908,
- "flag": "🇽🇰",
- "population": 1775378,
- "gini": {
- "2017": 29
- },
- "fifa": "KVX",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/xk.png",
- "svg": "https://flagcdn.com/xk.svg"
- }
- },
- {
- "name": {
- "common": "Argentina",
- "official": "Argentine Republic"
- },
- "tld": [
- ".ar"
- ],
- "independent": true,
- "capital": [
- "Buenos Aires"
- ],
- "subregion": "South America",
- "languages": {
- "grn": "Guaraní",
- "spa": "Spanish"
- },
- "borders": [
- "BOL",
- "BRA",
- "CHL",
- "PRY",
- "URY"
- ],
- "area": 2780400,
- "flag": "🇦🇷",
- "population": 45376763,
- "gini": {
- "2019": 42.9
- },
- "fifa": "ARG",
- "timezones": [
- "UTC-03:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ar.png",
- "svg": "https://flagcdn.com/ar.svg",
- "alt": "The flag of Argentina features three equal horizontal bands of light blue, white and light blue. A brown-edged golden sun is centered in the white band."
- }
- },
- {
- "name": {
- "common": "Tajikistan",
- "official": "Republic of Tajikistan"
- },
- "tld": [
- ".tj"
- ],
- "independent": true,
- "capital": [
- "Dushanbe"
- ],
- "subregion": "Central Asia",
- "languages": {
- "rus": "Russian",
- "tgk": "Tajik"
- },
- "borders": [
- "AFG",
- "CHN",
- "KGZ",
- "UZB"
- ],
- "area": 143100,
- "flag": "🇹🇯",
- "population": 9537642,
- "gini": {
- "2015": 34
- },
- "fifa": "TJK",
- "timezones": [
- "UTC+05:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/tj.png",
- "svg": "https://flagcdn.com/tj.svg",
- "alt": "The flag of Tajikistan is composed of three horizontal bands of red, white and green in the ratio of 2:3:2. A golden-yellow crown surmounted by an arc of seven five-pointed golden-yellow stars is centered in the white band."
- }
- },
- {
- "name": {
- "common": "Azerbaijan",
- "official": "Republic of Azerbaijan"
- },
- "tld": [
- ".az"
- ],
- "independent": true,
- "capital": [
- "Baku"
- ],
- "subregion": "Western Asia",
- "languages": {
- "aze": "Azerbaijani",
- "rus": "Russian"
- },
- "borders": [
- "ARM",
- "GEO",
- "IRN",
- "RUS",
- "TUR"
- ],
- "area": 86600,
- "flag": "🇦🇿",
- "population": 10110116,
- "gini": {
- "2005": 26.6
- },
- "fifa": "AZE",
- "timezones": [
- "UTC+04:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/az.png",
- "svg": "https://flagcdn.com/az.svg",
- "alt": "The flag of Azerbaijan features three equal horizontal bands of blue, red and green, with a white fly-side facing crescent and eight-pointed star centered in the red band."
- }
- },
- {
- "name": {
- "common": "Romania",
- "official": "Romania"
- },
- "tld": [
- ".ro"
- ],
- "independent": true,
- "capital": [
- "Bucharest"
- ],
- "subregion": "Southeast Europe",
- "languages": {
- "ron": "Romanian"
- },
- "borders": [
- "BGR",
- "HUN",
- "MDA",
- "SRB",
- "UKR"
- ],
- "area": 238391,
- "flag": "🇷🇴",
- "population": 19286123,
- "gini": {
- "2018": 35.8
- },
- "fifa": "ROU",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ro.png",
- "svg": "https://flagcdn.com/ro.svg",
- "alt": "The flag of Romania is composed of three equal vertical bands of navy blue, yellow and red."
- }
- },
- {
- "name": {
- "common": "Chile",
- "official": "Republic of Chile"
- },
- "tld": [
- ".cl"
- ],
- "independent": true,
- "capital": [
- "Santiago"
- ],
- "subregion": "South America",
- "languages": {
- "spa": "Spanish"
- },
- "borders": [
- "ARG",
- "BOL",
- "PER"
- ],
- "area": 756102,
- "flag": "🇨🇱",
- "population": 19116209,
- "gini": {
- "2017": 44.4
- },
- "fifa": "CHI",
- "timezones": [
- "UTC-06:00",
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/cl.png",
- "svg": "https://flagcdn.com/cl.svg",
- "alt": "The flag of Chile is composed of two equal horizontal bands of white and red, with a blue square of the same height as the white band superimposed in the canton. A white five-pointed star is centered in the blue square."
- }
- },
- {
- "name": {
- "common": "Cyprus",
- "official": "Republic of Cyprus"
- },
- "tld": [
- ".cy"
- ],
- "independent": true,
- "capital": [
- "Nicosia"
- ],
- "subregion": "Southern Europe",
- "languages": {
- "ell": "Greek",
- "tur": "Turkish"
- },
- "area": 9251,
- "flag": "🇨🇾",
- "population": 1207361,
- "gini": {
- "2018": 32.7
- },
- "fifa": "CYP",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/cy.png",
- "svg": "https://flagcdn.com/cy.svg",
- "alt": "The flag of Cyprus has a white field, at the center of which is a copper-colored silhouette of the Island of Cyprus above two green olive branches crossed at the stem."
- }
- },
- {
- "name": {
- "common": "Cape Verde",
- "official": "Republic of Cabo Verde"
- },
- "tld": [
- ".cv"
- ],
- "independent": true,
- "capital": [
- "Praia"
- ],
- "subregion": "Western Africa",
- "languages": {
- "por": "Portuguese"
- },
- "area": 4033,
- "flag": "🇨🇻",
- "population": 555988,
- "gini": {
- "2015": 42.4
- },
- "fifa": "CPV",
- "timezones": [
- "UTC-01:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/cv.png",
- "svg": "https://flagcdn.com/cv.svg",
- "alt": "The flag of Cape Verde is composed of five horizontal bands of blue, white, red, white and blue in the ratio of 6:1:1:1:3. A ring of ten five-pointed yellow stars is centered at three-eighth of the height from the bottom edge and three-eighth of the width from the hoist end of the field."
- }
- },
- {
- "name": {
- "common": "Bulgaria",
- "official": "Republic of Bulgaria"
- },
- "tld": [
- ".bg"
- ],
- "independent": true,
- "capital": [
- "Sofia"
- ],
- "subregion": "Southeast Europe",
- "languages": {
- "bul": "Bulgarian"
- },
- "borders": [
- "GRC",
- "MKD",
- "ROU",
- "SRB",
- "TUR"
- ],
- "area": 110879,
- "flag": "🇧🇬",
- "population": 6927288,
- "gini": {
- "2018": 41.3
- },
- "fifa": "BUL",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/bg.png",
- "svg": "https://flagcdn.com/bg.svg",
- "alt": "The flag of Bulgaria is composed of three equal horizontal bands of white, green and red."
- }
- },
- {
- "name": {
- "common": "Uruguay",
- "official": "Oriental Republic of Uruguay"
- },
- "tld": [
- ".uy"
- ],
- "independent": true,
- "capital": [
- "Montevideo"
- ],
- "subregion": "South America",
- "languages": {
- "spa": "Spanish"
- },
- "borders": [
- "ARG",
- "BRA"
- ],
- "area": 181034,
- "flag": "🇺🇾",
- "population": 3473727,
- "gini": {
- "2019": 39.7
- },
- "fifa": "URU",
- "timezones": [
- "UTC-03:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/uy.png",
- "svg": "https://flagcdn.com/uy.svg",
- "alt": "The flag of Uruguay is composed of nine equal horizontal bands of white alternating with blue, with a white square superimposed in the canton. In the white square is a yellow sun bearing a human face — the Sun of May — from which sixteen rays extend. The sun's rays alternate between triangular and wavy."
- }
- },
- {
- "name": {
- "common": "North Macedonia",
- "official": "Republic of North Macedonia"
- },
- "tld": [
- ".mk"
- ],
- "independent": true,
- "capital": [
- "Skopje"
- ],
- "subregion": "Southeast Europe",
- "languages": {
- "mkd": "Macedonian"
- },
- "borders": [
- "ALB",
- "BGR",
- "GRC",
- "UNK",
- "SRB"
- ],
- "area": 25713,
- "flag": "🇲🇰",
- "population": 2077132,
- "gini": {
- "2018": 33
- },
- "fifa": "MKD",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/mk.png",
- "svg": "https://flagcdn.com/mk.svg",
- "alt": "The flag of North Macedonia has a red field, at the center of which is a golden-yellow sun with eight broadening rays that extend to the edges of the field."
- }
- },
- {
- "name": {
- "common": "Afghanistan",
- "official": "Islamic Republic of Afghanistan"
- },
- "tld": [
- ".af"
- ],
- "independent": true,
- "capital": [
- "Kabul"
- ],
- "subregion": "Southern Asia",
- "languages": {
- "prs": "Dari",
- "pus": "Pashto",
- "tuk": "Turkmen"
- },
- "borders": [
- "IRN",
- "PAK",
- "TKM",
- "UZB",
- "TJK",
- "CHN"
- ],
- "area": 652230,
- "flag": "🇦🇫",
- "population": 40218234,
- "fifa": "AFG",
- "timezones": [
- "UTC+04:30"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://upload.wikimedia.org/wikipedia/commons/thumb/5/5c/Flag_of_the_Taliban.svg/320px-Flag_of_the_Taliban.svg.png",
- "svg": "https://upload.wikimedia.org/wikipedia/commons/5/5c/Flag_of_the_Taliban.svg",
- "alt": "The flag of the Islamic Emirate of Afghanistan has a white field with Arabic inscriptions — the Shahada — in black across its center."
- }
- },
- {
- "name": {
- "common": "Botswana",
- "official": "Republic of Botswana"
- },
- "tld": [
- ".bw"
- ],
- "independent": true,
- "capital": [
- "Gaborone"
- ],
- "subregion": "Southern Africa",
- "languages": {
- "eng": "English",
- "tsn": "Tswana"
- },
- "borders": [
- "NAM",
- "ZAF",
- "ZMB",
- "ZWE"
- ],
- "area": 582000,
- "flag": "🇧🇼",
- "population": 2351625,
- "gini": {
- "2015": 53.3
- },
- "fifa": "BOT",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/bw.png",
- "svg": "https://flagcdn.com/bw.svg",
- "alt": "The flag of Botswana has a light blue field with a white-edged black horizontal band across its center."
- }
- },
- {
- "name": {
- "common": "Antarctica",
- "official": "Antarctica"
- },
- "tld": [
- ".aq"
- ],
- "independent": false,
- "area": 14000000,
- "flag": "🇦🇶",
- "population": 1000,
- "timezones": [
- "UTC-03:00",
- "UTC+03:00",
- "UTC+05:00",
- "UTC+06:00",
- "UTC+07:00",
- "UTC+08:00",
- "UTC+10:00",
- "UTC+12:00"
- ],
- "continents": [
- "Antarctica"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/aq.png",
- "svg": "https://flagcdn.com/aq.svg"
- }
- },
- {
- "name": {
- "common": "Canada",
- "official": "Canada"
- },
- "tld": [
- ".ca"
- ],
- "independent": true,
- "capital": [
- "Ottawa"
- ],
- "subregion": "North America",
- "languages": {
- "eng": "English",
- "fra": "French"
- },
- "borders": [
- "USA"
- ],
- "area": 9984670,
- "flag": "🇨🇦",
- "population": 38005238,
- "gini": {
- "2017": 33.3
- },
- "fifa": "CAN",
- "timezones": [
- "UTC-08:00",
- "UTC-07:00",
- "UTC-06:00",
- "UTC-05:00",
- "UTC-04:00",
- "UTC-03:30"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ca.png",
- "svg": "https://flagcdn.com/ca.svg",
- "alt": "The flag of Canada is composed of a red vertical band on the hoist and fly sides and a central white square that is twice the width of the vertical bands. A large eleven-pointed red maple leaf is centered in the white square."
- }
- },
- {
- "name": {
- "common": "Mauritania",
- "official": "Islamic Republic of Mauritania"
- },
- "tld": [
- ".mr"
- ],
- "independent": true,
- "capital": [
- "Nouakchott"
- ],
- "subregion": "Western Africa",
- "languages": {
- "ara": "Arabic"
- },
- "borders": [
- "DZA",
- "MLI",
- "SEN",
- "ESH"
- ],
- "area": 1030700,
- "flag": "🇲🇷",
- "population": 4649660,
- "gini": {
- "2014": 32.6
- },
- "fifa": "MTN",
- "timezones": [
- "UTC"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/mr.png",
- "svg": "https://flagcdn.com/mr.svg",
- "alt": "The flag of Mauritania has a green field with a thin red horizontal band at the top and bottom of the field. At the center of the field is a five-pointed yellow star above an upward facing yellow crescent."
- }
- },
- {
- "name": {
- "common": "Qatar",
- "official": "State of Qatar"
- },
- "tld": [
- ".qa",
- "قطر."
- ],
- "independent": true,
- "capital": [
- "Doha"
- ],
- "subregion": "Western Asia",
- "languages": {
- "ara": "Arabic"
- },
- "borders": [
- "SAU"
- ],
- "area": 11586,
- "flag": "🇶🇦",
- "population": 2881060,
- "fifa": "QAT",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/qa.png",
- "svg": "https://flagcdn.com/qa.svg",
- "alt": "The flag of Qatar has a maroon field, on the hoist side of which is a white vertical band that spans about one-third the width of the field and is separated from the rest of the field by nine adjoining fly-side pointing white isosceles triangles that serve as a serrated line."
- }
- },
- {
- "name": {
- "common": "Spain",
- "official": "Kingdom of Spain"
- },
- "tld": [
- ".es"
- ],
- "independent": true,
- "capital": [
- "Madrid"
- ],
- "subregion": "Southern Europe",
- "languages": {
- "spa": "Spanish"
- },
- "borders": [
- "AND",
- "FRA",
- "GIB",
- "PRT",
- "MAR"
- ],
- "area": 505992,
- "flag": "🇪🇸",
- "population": 47351567,
- "gini": {
- "2018": 34.7
- },
- "fifa": "ESP",
- "timezones": [
- "UTC",
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/es.png",
- "svg": "https://flagcdn.com/es.svg",
- "alt": "The flag of Spain is composed of three horizontal bands of red, yellow and red, with the yellow band twice the height of the red bands. In the yellow band is the national coat of arms offset slightly towards the hoist side of center."
- }
- },
- {
- "name": {
- "common": "Yemen",
- "official": "Republic of Yemen"
- },
- "tld": [
- ".ye"
- ],
- "independent": true,
- "capital": [
- "Sana'a"
- ],
- "subregion": "Western Asia",
- "languages": {
- "ara": "Arabic"
- },
- "borders": [
- "OMN",
- "SAU"
- ],
- "area": 527968,
- "flag": "🇾🇪",
- "population": 29825968,
- "gini": {
- "2014": 36.7
- },
- "fifa": "YEM",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ye.png",
- "svg": "https://flagcdn.com/ye.svg",
- "alt": "The flag of Yemen is composed of three equal horizontal bands of red, white and black."
- }
- },
- {
- "name": {
- "common": "Somalia",
- "official": "Federal Republic of Somalia"
- },
- "tld": [
- ".so"
- ],
- "independent": true,
- "capital": [
- "Mogadishu"
- ],
- "subregion": "Eastern Africa",
- "languages": {
- "ara": "Arabic",
- "som": "Somali"
- },
- "borders": [
- "DJI",
- "ETH",
- "KEN"
- ],
- "area": 637657,
- "flag": "🇸🇴",
- "population": 15893219,
- "gini": {
- "2017": 36.8
- },
- "fifa": "SOM",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/so.png",
- "svg": "https://flagcdn.com/so.svg",
- "alt": "The flag of Somalia features a large five-pointed white star centered on a light blue field."
- }
- },
- {
- "name": {
- "common": "Sweden",
- "official": "Kingdom of Sweden"
- },
- "tld": [
- ".se"
- ],
- "independent": true,
- "capital": [
- "Stockholm"
- ],
- "subregion": "Northern Europe",
- "languages": {
- "swe": "Swedish"
- },
- "borders": [
- "FIN",
- "NOR"
- ],
- "area": 450295,
- "flag": "🇸🇪",
- "population": 10353442,
- "gini": {
- "2018": 30
- },
- "fifa": "SWE",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/se.png",
- "svg": "https://flagcdn.com/se.svg",
- "alt": "The flag of Sweden has a blue field with a large golden-yellow cross that extend to the edges of the field. The vertical part of this cross is offset towards the hoist side."
- }
- },
- {
- "name": {
- "common": "Liechtenstein",
- "official": "Principality of Liechtenstein"
- },
- "tld": [
- ".li"
- ],
- "independent": true,
- "capital": [
- "Vaduz"
- ],
- "subregion": "Western Europe",
- "languages": {
- "deu": "German"
- },
- "borders": [
- "AUT",
- "CHE"
- ],
- "area": 160,
- "flag": "🇱🇮",
- "population": 38137,
- "fifa": "LIE",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/li.png",
- "svg": "https://flagcdn.com/li.svg",
- "alt": "The flag of Liechtenstein is composed of two equal horizontal bands of blue and red, with a golden-yellow crown on the hoist side of the blue band."
- }
- },
- {
- "name": {
- "common": "South Georgia",
- "official": "South Georgia and the South Sandwich Islands"
- },
- "tld": [
- ".gs"
- ],
- "independent": false,
- "capital": [
- "King Edward Point"
- ],
- "languages": {
- "eng": "English"
- },
- "area": 3903,
- "flag": "🇬🇸",
- "population": 30,
- "timezones": [
- "UTC-02:00"
- ],
- "continents": [
- "Antarctica"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/gs.png",
- "svg": "https://flagcdn.com/gs.svg"
- }
- },
- {
- "name": {
- "common": "Morocco",
- "official": "Kingdom of Morocco"
- },
- "tld": [
- ".ma",
- "المغرب."
- ],
- "independent": true,
- "capital": [
- "Rabat"
- ],
- "subregion": "Northern Africa",
- "languages": {
- "ara": "Arabic",
- "ber": "Berber"
- },
- "borders": [
- "DZA",
- "ESH",
- "ESP"
- ],
- "area": 446550,
- "flag": "🇲🇦",
- "population": 36910558,
- "gini": {
- "2013": 39.5
- },
- "fifa": "MAR",
- "timezones": [
- "UTC"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ma.png",
- "svg": "https://flagcdn.com/ma.svg",
- "alt": "The flag of Morocco features a green pentagram — a five-pointed linear star — centered on a red field."
- }
- },
- {
- "name": {
- "common": "Madagascar",
- "official": "Republic of Madagascar"
- },
- "tld": [
- ".mg"
- ],
- "independent": true,
- "capital": [
- "Antananarivo"
- ],
- "subregion": "Eastern Africa",
- "languages": {
- "fra": "French",
- "mlg": "Malagasy"
- },
- "area": 587041,
- "flag": "🇲🇬",
- "population": 27691019,
- "gini": {
- "2012": 42.6
- },
- "fifa": "MAD",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/mg.png",
- "svg": "https://flagcdn.com/mg.svg",
- "alt": "The flag of Madagascar features a white vertical band on the hoist side that takes up about one-third the width of the field, and two equal horizontal bands of red and green adjoining the vertical band."
- }
- },
- {
- "name": {
- "common": "Ukraine",
- "official": "Ukraine"
- },
- "tld": [
- ".ua",
- ".укр"
- ],
- "independent": true,
- "capital": [
- "Kyiv"
- ],
- "subregion": "Eastern Europe",
- "languages": {
- "ukr": "Ukrainian"
- },
- "borders": [
- "BLR",
- "HUN",
- "MDA",
- "POL",
- "ROU",
- "RUS",
- "SVK"
- ],
- "area": 603500,
- "flag": "🇺🇦",
- "population": 44134693,
- "gini": {
- "2019": 26.6
- },
- "fifa": "UKR",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ua.png",
- "svg": "https://flagcdn.com/ua.svg",
- "alt": "The flag of Ukraine is composed of two equal horizontal bands of blue and yellow."
- }
- },
- {
- "name": {
- "common": "Iran",
- "official": "Islamic Republic of Iran"
- },
- "tld": [
- ".ir",
- "ایران."
- ],
- "independent": true,
- "capital": [
- "Tehran"
- ],
- "subregion": "Southern Asia",
- "languages": {
- "fas": "Persian (Farsi)"
- },
- "borders": [
- "AFG",
- "ARM",
- "AZE",
- "IRQ",
- "PAK",
- "TUR",
- "TKM"
- ],
- "area": 1648195,
- "flag": "🇮🇷",
- "population": 83992953,
- "gini": {
- "2018": 42
- },
- "fifa": "IRN",
- "timezones": [
- "UTC+03:30"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ir.png",
- "svg": "https://flagcdn.com/ir.svg",
- "alt": "The flag of Iran is composed of three equal horizontal bands of green, white and red. A red emblem of Iran is centered in the white band and Arabic inscriptions in white span the bottom edge of the green band and the top edge of the red band."
- }
- },
- {
- "name": {
- "common": "Poland",
- "official": "Republic of Poland"
- },
- "tld": [
- ".pl"
- ],
- "independent": true,
- "capital": [
- "Warsaw"
- ],
- "subregion": "Central Europe",
- "languages": {
- "pol": "Polish"
- },
- "borders": [
- "BLR",
- "CZE",
- "DEU",
- "LTU",
- "RUS",
- "SVK",
- "UKR"
- ],
- "area": 312679,
- "flag": "🇵🇱",
- "population": 37950802,
- "gini": {
- "2018": 30.2
- },
- "fifa": "POL",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/pl.png",
- "svg": "https://flagcdn.com/pl.svg",
- "alt": "The flag of Poland is composed of two equal horizontal bands of white and red."
- }
- },
- {
- "name": {
- "common": "Chad",
- "official": "Republic of Chad"
- },
- "tld": [
- ".td"
- ],
- "independent": true,
- "capital": [
- "N'Djamena"
- ],
- "subregion": "Middle Africa",
- "languages": {
- "ara": "Arabic",
- "fra": "French"
- },
- "borders": [
- "CMR",
- "CAF",
- "LBY",
- "NER",
- "NGA",
- "SDN"
- ],
- "area": 1284000,
- "flag": "🇹🇩",
- "population": 16425859,
- "gini": {
- "2011": 43.3
- },
- "fifa": "CHA",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/td.png",
- "svg": "https://flagcdn.com/td.svg",
- "alt": "The flag of Chad is composed of three equal vertical bands of blue, gold and red."
- }
- },
- {
- "name": {
- "common": "Vanuatu",
- "official": "Republic of Vanuatu"
- },
- "tld": [
- ".vu"
- ],
- "independent": true,
- "capital": [
- "Port Vila"
- ],
- "subregion": "Melanesia",
- "languages": {
- "bis": "Bislama",
- "eng": "English",
- "fra": "French"
- },
- "area": 12189,
- "flag": "🇻🇺",
- "population": 307150,
- "gini": {
- "2010": 37.6
- },
- "fifa": "VAN",
- "timezones": [
- "UTC+11:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/vu.png",
- "svg": "https://flagcdn.com/vu.svg",
- "alt": "The flag of Vanuatu is composed of two equal horizontal bands of red and green, with a black isosceles triangle superimposed on the hoist side of the field. This triangle has its base on the hoist end, spans about two-fifth the width of the field and is enclosed on its sides by the arms of a thin black-edged yellow horizontally oriented Y-shaped band which extends along the boundary of the red and green bands to the fly end of the field. A yellow boar's tusk encircling two yellow crossed namele leaves is centered in the triangle."
- }
- },
- {
- "name": {
- "common": "Palau",
- "official": "Republic of Palau"
- },
- "tld": [
- ".pw"
- ],
- "independent": true,
- "capital": [
- "Ngerulmud"
- ],
- "subregion": "Micronesia",
- "languages": {
- "eng": "English",
- "pau": "Palauan"
- },
- "area": 459,
- "flag": "🇵🇼",
- "population": 18092,
- "timezones": [
- "UTC+09:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/pw.png",
- "svg": "https://flagcdn.com/pw.svg",
- "alt": "The flag of Palau has a light blue field with a large golden-yellow circle that is offset slightly towards the hoist side of center."
- }
- },
- {
- "name": {
- "common": "Peru",
- "official": "Republic of Peru"
- },
- "tld": [
- ".pe"
- ],
- "independent": true,
- "capital": [
- "Lima"
- ],
- "subregion": "South America",
- "languages": {
- "aym": "Aymara",
- "que": "Quechua",
- "spa": "Spanish"
- },
- "borders": [
- "BOL",
- "BRA",
- "CHL",
- "COL",
- "ECU"
- ],
- "area": 1285216,
- "flag": "🇵🇪",
- "population": 32971846,
- "gini": {
- "2019": 41.5
- },
- "fifa": "PER",
- "timezones": [
- "UTC-05:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/pe.png",
- "svg": "https://flagcdn.com/pe.svg",
- "alt": "The flag of Peru is composed of three equal vertical bands of red, white and red, with the national emblem centered in the white band."
- }
- },
- {
- "name": {
- "common": "Eswatini",
- "official": "Kingdom of Eswatini"
- },
- "tld": [
- ".sz"
- ],
- "independent": true,
- "capital": [
- "Mbabane"
- ],
- "subregion": "Southern Africa",
- "languages": {
- "eng": "English",
- "ssw": "Swazi"
- },
- "borders": [
- "MOZ",
- "ZAF"
- ],
- "area": 17364,
- "flag": "🇸🇿",
- "population": 1160164,
- "gini": {
- "2016": 54.6
- },
- "fifa": "SWZ",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/sz.png",
- "svg": "https://flagcdn.com/sz.svg",
- "alt": "The flag of Eswatini is composed of three horizontal bands — a large central yellow-edged red band, and a light blue band above and beneath the red band. The red band is three times the height of the blue bands and bears a centered emblem made up of a large black and white Nguni shield covering two spears and a staff decorated with feather tassels, all placed horizontally."
- }
- },
- {
- "name": {
- "common": "Martinique",
- "official": "Martinique"
- },
- "tld": [
- ".mq"
- ],
- "independent": false,
- "capital": [
- "Fort-de-France"
- ],
- "subregion": "Caribbean",
- "languages": {
- "fra": "French"
- },
- "area": 1128,
- "flag": "🇲🇶",
- "population": 378243,
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/mq.png",
- "svg": "https://flagcdn.com/mq.svg"
- }
- },
- {
- "name": {
- "common": "Luxembourg",
- "official": "Grand Duchy of Luxembourg"
- },
- "tld": [
- ".lu"
- ],
- "independent": true,
- "capital": [
- "Luxembourg"
- ],
- "subregion": "Western Europe",
- "languages": {
- "deu": "German",
- "fra": "French",
- "ltz": "Luxembourgish"
- },
- "borders": [
- "BEL",
- "FRA",
- "DEU"
- ],
- "area": 2586,
- "flag": "🇱🇺",
- "population": 632275,
- "gini": {
- "2018": 35.4
- },
- "fifa": "LUX",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/lu.png",
- "svg": "https://flagcdn.com/lu.svg",
- "alt": "The flag of Luxembourg is composed of three equal horizontal bands of red, white and light blue."
- }
- },
- {
- "name": {
- "common": "Djibouti",
- "official": "Republic of Djibouti"
- },
- "tld": [
- ".dj"
- ],
- "independent": true,
- "capital": [
- "Djibouti"
- ],
- "subregion": "Eastern Africa",
- "languages": {
- "ara": "Arabic",
- "fra": "French"
- },
- "borders": [
- "ERI",
- "ETH",
- "SOM"
- ],
- "area": 23200,
- "flag": "🇩🇯",
- "population": 988002,
- "gini": {
- "2017": 41.6
- },
- "fifa": "DJI",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/dj.png",
- "svg": "https://flagcdn.com/dj.svg",
- "alt": "The flag of Djibouti is composed of two equal horizontal bands of light blue and light green, with a white isosceles triangle superimposed on the hoist side of the field. The triangle has its base on the hoist end, spans about two-fifth the width of the field and bears a red five-pointed star at its center."
- }
- },
- {
- "name": {
- "common": "Haiti",
- "official": "Republic of Haiti"
- },
- "tld": [
- ".ht"
- ],
- "independent": true,
- "capital": [
- "Port-au-Prince"
- ],
- "subregion": "Caribbean",
- "languages": {
- "fra": "French",
- "hat": "Haitian Creole"
- },
- "borders": [
- "DOM"
- ],
- "area": 27750,
- "flag": "🇭🇹",
- "population": 11402533,
- "gini": {
- "2012": 41.1
- },
- "fifa": "HAI",
- "timezones": [
- "UTC-05:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ht.png",
- "svg": "https://flagcdn.com/ht.svg",
- "alt": "The flag of Haiti is composed of two equal horizontal bands of blue and red. A white square bearing the national coat of arms is superimposed at the center of the field."
- }
- },
- {
- "name": {
- "common": "Syria",
- "official": "Syrian Arab Republic"
- },
- "tld": [
- ".sy",
- "سوريا."
- ],
- "independent": true,
- "capital": [
- "Damascus"
- ],
- "subregion": "Western Asia",
- "languages": {
- "ara": "Arabic"
- },
- "borders": [
- "IRQ",
- "ISR",
- "JOR",
- "LBN",
- "TUR"
- ],
- "area": 185180,
- "flag": "🇸🇾",
- "population": 17500657,
- "gini": {
- "2003": 37.5
- },
- "fifa": "SYR",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/sy.png",
- "svg": "https://flagcdn.com/sy.svg",
- "alt": "The flag of Syria is composed of three equal horizontal bands of red, white and black. At the center of the white band are two small five-pointed green stars arranged in a horizontal line."
- }
- },
- {
- "name": {
- "common": "Gibraltar",
- "official": "Gibraltar"
- },
- "tld": [
- ".gi"
- ],
- "independent": false,
- "capital": [
- "Gibraltar"
- ],
- "subregion": "Southern Europe",
- "languages": {
- "eng": "English"
- },
- "borders": [
- "ESP"
- ],
- "area": 6,
- "flag": "🇬🇮",
- "population": 33691,
- "fifa": "GIB",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/gi.png",
- "svg": "https://flagcdn.com/gi.svg"
- }
- },
- {
- "name": {
- "common": "Mexico",
- "official": "United Mexican States"
- },
- "tld": [
- ".mx"
- ],
- "independent": true,
- "capital": [
- "Mexico City"
- ],
- "subregion": "North America",
- "languages": {
- "spa": "Spanish"
- },
- "borders": [
- "BLZ",
- "GTM",
- "USA"
- ],
- "area": 1964375,
- "flag": "🇲🇽",
- "population": 128932753,
- "gini": {
- "2018": 45.4
- },
- "fifa": "MEX",
- "timezones": [
- "UTC-08:00",
- "UTC-07:00",
- "UTC-06:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/mx.png",
- "svg": "https://flagcdn.com/mx.svg",
- "alt": "The flag of Mexico is composed of three equal vertical bands of green, white and red, with the national coat of arms centered in the white band."
- }
- },
- {
- "name": {
- "common": "Iceland",
- "official": "Iceland"
- },
- "tld": [
- ".is"
- ],
- "independent": true,
- "capital": [
- "Reykjavik"
- ],
- "subregion": "Northern Europe",
- "languages": {
- "isl": "Icelandic"
- },
- "area": 103000,
- "flag": "🇮🇸",
- "population": 366425,
- "gini": {
- "2017": 26.1
- },
- "fifa": "ISL",
- "timezones": [
- "UTC"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/is.png",
- "svg": "https://flagcdn.com/is.svg",
- "alt": "The flag of Iceland has a blue field with a large white-edged red cross that extends to the edges of the field. The vertical part of this cross is offset towards the hoist side."
- }
- },
- {
- "name": {
- "common": "Fiji",
- "official": "Republic of Fiji"
- },
- "tld": [
- ".fj"
- ],
- "independent": true,
- "capital": [
- "Suva"
- ],
- "subregion": "Melanesia",
- "languages": {
- "eng": "English",
- "fij": "Fijian",
- "hif": "Fiji Hindi"
- },
- "area": 18272,
- "flag": "🇫🇯",
- "population": 896444,
- "gini": {
- "2013": 36.7
- },
- "fifa": "FIJ",
- "timezones": [
- "UTC+12:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/fj.png",
- "svg": "https://flagcdn.com/fj.svg",
- "alt": "The flag of Fiji has a light blue field. It features the flag of the United Kingdom — the Union Jack — in the canton and the shield of the national coat of arms centered in the fly half."
- }
- },
- {
- "name": {
- "common": "North Korea",
- "official": "Democratic People's Republic of Korea"
- },
- "tld": [
- ".kp"
- ],
- "independent": true,
- "capital": [
- "Pyongyang"
- ],
- "subregion": "Eastern Asia",
- "languages": {
- "kor": "Korean"
- },
- "borders": [
- "CHN",
- "KOR",
- "RUS"
- ],
- "area": 120538,
- "flag": "🇰🇵",
- "population": 25778815,
- "fifa": "PRK",
- "timezones": [
- "UTC+09:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/kp.png",
- "svg": "https://flagcdn.com/kp.svg",
- "alt": "The flag of North Korea is composed of three horizontal bands — a large central white-edged red band, and a blue band above and beneath the red band. On the hoist side of the red band is a red five-pointed star within a white circle."
- }
- },
- {
- "name": {
- "common": "Solomon Islands",
- "official": "Solomon Islands"
- },
- "tld": [
- ".sb"
- ],
- "independent": true,
- "capital": [
- "Honiara"
- ],
- "subregion": "Melanesia",
- "languages": {
- "eng": "English"
- },
- "area": 28896,
- "flag": "🇸🇧",
- "population": 686878,
- "gini": {
- "2012": 37.1
- },
- "fifa": "SOL",
- "timezones": [
- "UTC+11:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/sb.png",
- "svg": "https://flagcdn.com/sb.svg",
- "alt": "The flag of Solomon Islands features a thin yellow diagonal band that extends from the lower hoist-side corner to the upper fly-side corner of the field. Above and beneath this band are a blue and green triangle respectively. Five white five-pointed stars arranged in an X shape are situated on the hoist side of the upper blue triangle."
- }
- },
- {
- "name": {
- "common": "United States Minor Outlying Islands",
- "official": "United States Minor Outlying Islands"
- },
- "tld": [
- ".us"
- ],
- "independent": false,
- "capital": [
- "Washington DC"
- ],
- "subregion": "North America",
- "languages": {
- "eng": "English"
- },
- "area": 34.2,
- "flag": "🇺🇲",
- "population": 300,
- "timezones": [
- "UTC-11:00",
- "UTC-10:00",
- "UTC+12:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/um.png",
- "svg": "https://flagcdn.com/um.svg"
- }
- },
- {
- "name": {
- "common": "Guinea",
- "official": "Republic of Guinea"
- },
- "tld": [
- ".gn"
- ],
- "independent": true,
- "capital": [
- "Conakry"
- ],
- "subregion": "Western Africa",
- "languages": {
- "fra": "French"
- },
- "borders": [
- "CIV",
- "GNB",
- "LBR",
- "MLI",
- "SEN",
- "SLE"
- ],
- "area": 245857,
- "flag": "🇬🇳",
- "population": 13132792,
- "gini": {
- "2012": 33.7
- },
- "fifa": "GUI",
- "timezones": [
- "UTC"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/gn.png",
- "svg": "https://flagcdn.com/gn.svg",
- "alt": "The flag of Guinea is composed of three equal vertical bands of red, yellow and green."
- }
- },
- {
- "name": {
- "common": "Saint Kitts and Nevis",
- "official": "Federation of Saint Christopher and Nevis"
- },
- "tld": [
- ".kn"
- ],
- "independent": true,
- "capital": [
- "Basseterre"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English"
- },
- "area": 261,
- "flag": "🇰🇳",
- "population": 53192,
- "fifa": "SKN",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/kn.png",
- "svg": "https://flagcdn.com/kn.svg",
- "alt": "The flag of Saint Kitts and Nevis features two large five-pointed white stars within a yellow-edged black diagonal band that extends from the lower hoist-side corner to the upper fly-side corner of the field. Above and beneath this band are a green and red triangle respectively."
- }
- },
- {
- "name": {
- "common": "French Southern and Antarctic Lands",
- "official": "Territory of the French Southern and Antarctic Lands"
- },
- "tld": [
- ".tf"
- ],
- "independent": false,
- "capital": [
- "Port-aux-Français"
- ],
- "languages": {
- "fra": "French"
- },
- "area": 7747,
- "flag": "🇹🇫",
- "population": 400,
- "timezones": [
- "UTC+05:00"
- ],
- "continents": [
- "Antarctica"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/tf.png",
- "svg": "https://flagcdn.com/tf.svg"
- }
- },
- {
- "name": {
- "common": "Bahrain",
- "official": "Kingdom of Bahrain"
- },
- "tld": [
- ".bh"
- ],
- "independent": true,
- "capital": [
- "Manama"
- ],
- "subregion": "Western Asia",
- "languages": {
- "ara": "Arabic"
- },
- "area": 765,
- "flag": "🇧🇭",
- "population": 1701583,
- "fifa": "BHR",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/bh.png",
- "svg": "https://flagcdn.com/bh.svg",
- "alt": "The flag of Bahrain has a red field. On the hoist side, it features a white vertical band that spans about one-third the width of the field and is separated from the rest of the field by five adjoining fly-side pointing white isosceles triangles that serve as a serrated line."
- }
- },
- {
- "name": {
- "common": "Lithuania",
- "official": "Republic of Lithuania"
- },
- "tld": [
- ".lt"
- ],
- "independent": true,
- "capital": [
- "Vilnius"
- ],
- "subregion": "Northern Europe",
- "languages": {
- "lit": "Lithuanian"
- },
- "borders": [
- "BLR",
- "LVA",
- "POL",
- "RUS"
- ],
- "area": 65300,
- "flag": "🇱🇹",
- "population": 2794700,
- "gini": {
- "2018": 35.7
- },
- "fifa": "LTU",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/lt.png",
- "svg": "https://flagcdn.com/lt.svg",
- "alt": "The flag of Lithuania is composed of three equal horizontal bands of yellow, green and red."
- }
- },
- {
- "name": {
- "common": "Georgia",
- "official": "Georgia"
- },
- "tld": [
- ".ge"
- ],
- "independent": true,
- "capital": [
- "Tbilisi"
- ],
- "subregion": "Western Asia",
- "languages": {
- "kat": "Georgian"
- },
- "borders": [
- "ARM",
- "AZE",
- "RUS",
- "TUR"
- ],
- "area": 69700,
- "flag": "🇬🇪",
- "population": 3714000,
- "gini": {
- "2019": 35.9
- },
- "fifa": "GEO",
- "timezones": [
- "UTC+04:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ge.png",
- "svg": "https://flagcdn.com/ge.svg",
- "alt": "The flag of Georgia has a white field with a large centered red cross that extends to the edges and divides the field into four quarters. A small red Bolnur-Katskhuri cross is centered in each quarter."
- }
- },
- {
- "name": {
- "common": "Serbia",
- "official": "Republic of Serbia"
- },
- "tld": [
- ".rs",
- ".срб"
- ],
- "independent": true,
- "capital": [
- "Belgrade"
- ],
- "subregion": "Southeast Europe",
- "languages": {
- "srp": "Serbian"
- },
- "borders": [
- "BIH",
- "BGR",
- "HRV",
- "HUN",
- "UNK",
- "MKD",
- "MNE",
- "ROU"
- ],
- "area": 88361,
- "flag": "🇷🇸",
- "population": 6908224,
- "gini": {
- "2017": 36.2
- },
- "fifa": "SRB",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/rs.png",
- "svg": "https://flagcdn.com/rs.svg",
- "alt": "The flag of Serbia is composed of three equal horizontal bands of red, blue and white. The coat of arms of Serbia is superimposed at the center of the field slightly towards the hoist side."
- }
- },
- {
- "name": {
- "common": "Central African Republic",
- "official": "Central African Republic"
- },
- "tld": [
- ".cf"
- ],
- "independent": true,
- "capital": [
- "Bangui"
- ],
- "subregion": "Middle Africa",
- "languages": {
- "fra": "French",
- "sag": "Sango"
- },
- "borders": [
- "CMR",
- "TCD",
- "COD",
- "COG",
- "SSD",
- "SDN"
- ],
- "area": 622984,
- "flag": "🇨🇫",
- "population": 4829764,
- "gini": {
- "2008": 56.2
- },
- "fifa": "CTA",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/cf.png",
- "svg": "https://flagcdn.com/cf.svg",
- "alt": "The flag of Central African Republic is composed of four equal horizontal bands of blue, white, green and yellow intersected at the center by a vertical red band of equal size as the horizontal bands. A yellow five-pointed star is situated on the hoist side of the blue band."
- }
- },
- {
- "name": {
- "common": "Mali",
- "official": "Republic of Mali"
- },
- "tld": [
- ".ml"
- ],
- "independent": true,
- "capital": [
- "Bamako"
- ],
- "subregion": "Western Africa",
- "languages": {
- "fra": "French"
- },
- "borders": [
- "DZA",
- "BFA",
- "GIN",
- "CIV",
- "MRT",
- "NER",
- "SEN"
- ],
- "area": 1240192,
- "flag": "🇲🇱",
- "population": 20250834,
- "gini": {
- "2009": 33
- },
- "fifa": "MLI",
- "timezones": [
- "UTC"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ml.png",
- "svg": "https://flagcdn.com/ml.svg",
- "alt": "The flag of Mali is composed of three equal vertical bands of green, yellow and red."
- }
- },
- {
- "name": {
- "common": "Mongolia",
- "official": "Mongolia"
- },
- "tld": [
- ".mn"
- ],
- "independent": true,
- "capital": [
- "Ulan Bator"
- ],
- "subregion": "Eastern Asia",
- "languages": {
- "mon": "Mongolian"
- },
- "borders": [
- "CHN",
- "RUS"
- ],
- "area": 1564110,
- "flag": "🇲🇳",
- "population": 3278292,
- "gini": {
- "2018": 32.7
- },
- "fifa": "MNG",
- "timezones": [
- "UTC+07:00",
- "UTC+08:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/mn.png",
- "svg": "https://flagcdn.com/mn.svg",
- "alt": "The flag of Mongolia is composed of three equal vertical bands of red, blue and red, with the national emblem — the Soyombo — in gold centered in the hoist-side red band."
- }
- },
- {
- "name": {
- "common": "Dominica",
- "official": "Commonwealth of Dominica"
- },
- "tld": [
- ".dm"
- ],
- "independent": true,
- "capital": [
- "Roseau"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English"
- },
- "area": 751,
- "flag": "🇩🇲",
- "population": 71991,
- "fifa": "DMA",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/dm.png",
- "svg": "https://flagcdn.com/dm.svg",
- "alt": "The flag of Dominica has a green field with a large centered tricolor cross. The vertical and horizontal parts of the cross each comprise three bands of yellow, black and white. A red circle, bearing a hoist-side facing purple Sisserou parrot standing on a twig and encircled by ten five-pointed yellow-edged green stars, is superimposed at the center of the cross."
- }
- },
- {
- "name": {
- "common": "Greenland",
- "official": "Greenland"
- },
- "tld": [
- ".gl"
- ],
- "independent": false,
- "capital": [
- "Nuuk"
- ],
- "subregion": "North America",
- "languages": {
- "kal": "Greenlandic"
- },
- "area": 2166086,
- "flag": "🇬🇱",
- "population": 56367,
- "timezones": [
- "UTC-04:00",
- "UTC-03:00",
- "UTC-01:00",
- "UTC+00:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/gl.png",
- "svg": "https://flagcdn.com/gl.svg"
- }
- },
- {
- "name": {
- "common": "Ethiopia",
- "official": "Federal Democratic Republic of Ethiopia"
- },
- "tld": [
- ".et"
- ],
- "independent": true,
- "capital": [
- "Addis Ababa"
- ],
- "subregion": "Eastern Africa",
- "languages": {
- "amh": "Amharic"
- },
- "borders": [
- "DJI",
- "ERI",
- "KEN",
- "SOM",
- "SSD",
- "SDN"
- ],
- "area": 1104300,
- "flag": "🇪🇹",
- "population": 114963583,
- "gini": {
- "2015": 35
- },
- "fifa": "ETH",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/et.png",
- "svg": "https://flagcdn.com/et.svg",
- "alt": "The flag of Ethiopia is composed of three equal horizontal bands of green, yellow and red, with the national emblem superimposed at the center of the field. The national emblem comprises a light blue circle bearing a golden-yellow pentagram with single yellow rays emanating from the angles between the points of the pentagram."
- }
- },
- {
- "name": {
- "common": "Libya",
- "official": "State of Libya"
- },
- "tld": [
- ".ly"
- ],
- "independent": true,
- "capital": [
- "Tripoli"
- ],
- "subregion": "Northern Africa",
- "languages": {
- "ara": "Arabic"
- },
- "borders": [
- "DZA",
- "TCD",
- "EGY",
- "NER",
- "SDN",
- "TUN"
- ],
- "area": 1759540,
- "flag": "🇱🇾",
- "population": 6871287,
- "fifa": "LBY",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ly.png",
- "svg": "https://flagcdn.com/ly.svg",
- "alt": "The flag of Libya is composed of three horizontal bands of red, black and green, with the black band twice the height of the other two bands. At the center of the black band is a fly-side facing white crescent and a five-pointed white star placed just outside the crescent opening."
- }
- },
- {
- "name": {
- "common": "Namibia",
- "official": "Republic of Namibia"
- },
- "tld": [
- ".na"
- ],
- "independent": true,
- "capital": [
- "Windhoek"
- ],
- "subregion": "Southern Africa",
- "languages": {
- "afr": "Afrikaans",
- "deu": "German",
- "eng": "English",
- "her": "Herero",
- "hgm": "Khoekhoe",
- "kwn": "Kwangali",
- "loz": "Lozi",
- "ndo": "Ndonga",
- "tsn": "Tswana"
- },
- "borders": [
- "AGO",
- "BWA",
- "ZAF",
- "ZMB"
- ],
- "area": 825615,
- "flag": "🇳🇦",
- "population": 2540916,
- "gini": {
- "2015": 59.1
- },
- "fifa": "NAM",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/na.png",
- "svg": "https://flagcdn.com/na.svg",
- "alt": "The flag of Namibia features a white-edged red diagonal band that extends from the lower hoist-side corner to the upper fly-side corner of the field. Above and beneath this band are a blue and green triangle respectively. A gold sun with twelve triangular rays is situated on the hoist side of the upper triangle."
- }
- },
- {
- "name": {
- "common": "Moldova",
- "official": "Republic of Moldova"
- },
- "tld": [
- ".md"
- ],
- "independent": true,
- "capital": [
- "Chișinău"
- ],
- "subregion": "Eastern Europe",
- "languages": {
- "ron": "Romanian"
- },
- "borders": [
- "ROU",
- "UKR"
- ],
- "area": 33846,
- "flag": "🇲🇩",
- "population": 2617820,
- "gini": {
- "2018": 25.7
- },
- "fifa": "MDA",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/md.png",
- "svg": "https://flagcdn.com/md.svg",
- "alt": "The flag of Moldova is composed of three equal vertical bands of blue, yellow and red, with the national coat of arms centered in the yellow band."
- }
- },
- {
- "name": {
- "common": "Bolivia",
- "official": "Plurinational State of Bolivia"
- },
- "tld": [
- ".bo"
- ],
- "independent": true,
- "capital": [
- "Sucre"
- ],
- "subregion": "South America",
- "languages": {
- "aym": "Aymara",
- "grn": "Guaraní",
- "que": "Quechua",
- "spa": "Spanish"
- },
- "borders": [
- "ARG",
- "BRA",
- "CHL",
- "PRY",
- "PER"
- ],
- "area": 1098581,
- "flag": "🇧🇴",
- "population": 11673029,
- "gini": {
- "2019": 41.6
- },
- "fifa": "BOL",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/bo.png",
- "svg": "https://flagcdn.com/bo.svg",
- "alt": "The flag of Bolivia is composed of three equal horizontal bands of red, yellow and green, with the national coat of arms centered in the yellow band."
- }
- },
- {
- "name": {
- "common": "Dominican Republic",
- "official": "Dominican Republic"
- },
- "tld": [
- ".do"
- ],
- "independent": true,
- "capital": [
- "Santo Domingo"
- ],
- "subregion": "Caribbean",
- "languages": {
- "spa": "Spanish"
- },
- "borders": [
- "HTI"
- ],
- "area": 48671,
- "flag": "🇩🇴",
- "population": 10847904,
- "gini": {
- "2019": 41.9
- },
- "fifa": "DOM",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/do.png",
- "svg": "https://flagcdn.com/do.svg",
- "alt": "The flag of the Dominican Republic is divided into four rectangles by a centered white cross that extends to the edges of the field and bears the national coat of arms in its center. The upper hoist-side and lower fly-side rectangles are blue and the lower hoist-side and upper fly-side rectangles are red."
- }
- },
- {
- "name": {
- "common": "Curaçao",
- "official": "Country of Curaçao"
- },
- "tld": [
- ".cw"
- ],
- "independent": false,
- "capital": [
- "Willemstad"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English",
- "nld": "Dutch",
- "pap": "Papiamento"
- },
- "area": 444,
- "flag": "🇨🇼",
- "population": 155014,
- "fifa": "CUW",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/cw.png",
- "svg": "https://flagcdn.com/cw.svg"
- }
- },
- {
- "name": {
- "common": "Indonesia",
- "official": "Republic of Indonesia"
- },
- "tld": [
- ".id"
- ],
- "independent": true,
- "capital": [
- "Jakarta"
- ],
- "subregion": "South-Eastern Asia",
- "languages": {
- "ind": "Indonesian"
- },
- "borders": [
- "TLS",
- "MYS",
- "PNG"
- ],
- "area": 1904569,
- "flag": "🇮🇩",
- "population": 273523621,
- "gini": {
- "2019": 38.2
- },
- "fifa": "IDN",
- "timezones": [
- "UTC+07:00",
- "UTC+08:00",
- "UTC+09:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/id.png",
- "svg": "https://flagcdn.com/id.svg",
- "alt": "The flag of Indonesia is composed of two equal horizontal bands of red and white."
- }
- },
- {
- "name": {
- "common": "Belarus",
- "official": "Republic of Belarus"
- },
- "tld": [
- ".by"
- ],
- "independent": true,
- "capital": [
- "Minsk"
- ],
- "subregion": "Eastern Europe",
- "languages": {
- "bel": "Belarusian",
- "rus": "Russian"
- },
- "borders": [
- "LVA",
- "LTU",
- "POL",
- "RUS",
- "UKR"
- ],
- "area": 207600,
- "flag": "🇧🇾",
- "population": 9398861,
- "gini": {
- "2019": 25.3
- },
- "fifa": "BLR",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/by.png",
- "svg": "https://flagcdn.com/by.svg",
- "alt": "The flag of Belarus features a vertical band, with a white and red ornamental pattern, spanning about one-fifth the width of the field on the hoist side. Adjoining the vertical band are two horizontal bands of red and green, with the red band twice the height of the green band."
- }
- },
- {
- "name": {
- "common": "Bouvet Island",
- "official": "Bouvet Island"
- },
- "tld": [
- ".bv"
- ],
- "independent": false,
- "languages": {
- "nor": "Norwegian"
- },
- "area": 49,
- "flag": "🇧🇻",
- "population": 0,
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Antarctica"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/bv.png",
- "svg": "https://flagcdn.com/bv.svg"
- }
- },
- {
- "name": {
- "common": "Republic of the Congo",
- "official": "Republic of the Congo"
- },
- "tld": [
- ".cg"
- ],
- "independent": true,
- "capital": [
- "Brazzaville"
- ],
- "subregion": "Middle Africa",
- "languages": {
- "fra": "French",
- "kon": "Kikongo",
- "lin": "Lingala"
- },
- "borders": [
- "AGO",
- "CMR",
- "CAF",
- "COD",
- "GAB"
- ],
- "area": 342000,
- "flag": "🇨🇬",
- "population": 5657000,
- "gini": {
- "2011": 48.9
- },
- "fifa": "CGO",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/cg.png",
- "svg": "https://flagcdn.com/cg.svg",
- "alt": "The flag of the Republic of the Congo features a yellow diagonal band that extends from the lower hoist-side corner to the upper fly-side corner of the field. Above and beneath this band are a green and red triangle respectively."
- }
- },
- {
- "name": {
- "common": "Liberia",
- "official": "Republic of Liberia"
- },
- "tld": [
- ".lr"
- ],
- "independent": true,
- "capital": [
- "Monrovia"
- ],
- "subregion": "Western Africa",
- "languages": {
- "eng": "English"
- },
- "borders": [
- "GIN",
- "CIV",
- "SLE"
- ],
- "area": 111369,
- "flag": "🇱🇷",
- "population": 5057677,
- "gini": {
- "2016": 35.3
- },
- "fifa": "LBR",
- "timezones": [
- "UTC"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/lr.png",
- "svg": "https://flagcdn.com/lr.svg",
- "alt": "The flag of Liberia is composed of eleven equal horizontal bands of red alternating with white. A blue square bearing a five-pointed white star is superimposed in the canton."
- }
- },
- {
- "name": {
- "common": "Malta",
- "official": "Republic of Malta"
- },
- "tld": [
- ".mt"
- ],
- "independent": true,
- "capital": [
- "Valletta"
- ],
- "subregion": "Southern Europe",
- "languages": {
- "eng": "English",
- "mlt": "Maltese"
- },
- "area": 316,
- "flag": "🇲🇹",
- "population": 525285,
- "gini": {
- "2018": 28.7
- },
- "fifa": "MLT",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/mt.png",
- "svg": "https://flagcdn.com/mt.svg",
- "alt": "The flag of Malta is composed of two equal vertical bands of white and red. A representation of the George cross edged in red is situated on the upper hoist-side corner of the white band."
- }
- },
- {
- "name": {
- "common": "Saint Martin",
- "official": "Saint Martin"
- },
- "tld": [
- ".fr",
- ".gp"
- ],
- "independent": false,
- "capital": [
- "Marigot"
- ],
- "subregion": "Caribbean",
- "languages": {
- "fra": "French"
- },
- "borders": [
- "SXM"
- ],
- "area": 53,
- "flag": "🇲🇫",
- "population": 38659,
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/mf.png",
- "svg": "https://flagcdn.com/mf.svg"
- }
- },
- {
- "name": {
- "common": "South Africa",
- "official": "Republic of South Africa"
- },
- "tld": [
- ".za"
- ],
- "independent": true,
- "capital": [
- "Pretoria",
- "Bloemfontein",
- "Cape Town"
- ],
- "subregion": "Southern Africa",
- "languages": {
- "afr": "Afrikaans",
- "eng": "English",
- "nbl": "Southern Ndebele",
- "nso": "Northern Sotho",
- "sot": "Southern Sotho",
- "ssw": "Swazi",
- "tsn": "Tswana",
- "tso": "Tsonga",
- "ven": "Venda",
- "xho": "Xhosa",
- "zul": "Zulu"
- },
- "borders": [
- "BWA",
- "LSO",
- "MOZ",
- "NAM",
- "SWZ",
- "ZWE"
- ],
- "area": 1221037,
- "flag": "🇿🇦",
- "population": 59308690,
- "gini": {
- "2014": 63
- },
- "fifa": "RSA",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/za.png",
- "svg": "https://flagcdn.com/za.svg",
- "alt": "The flag of South Africa is composed of two equal horizontal bands of red and blue, with a yellow-edged black isosceles triangle superimposed on the hoist side of the field. This triangle has its base centered on the hoist end, spans about two-fifth the width and two-third the height of the field, and is enclosed on its sides by the arms of a white-edged green horizontally oriented Y-shaped band which extends along the boundary of the red and blue bands to the fly end of the field."
- }
- },
- {
- "name": {
- "common": "Togo",
- "official": "Togolese Republic"
- },
- "tld": [
- ".tg"
- ],
- "independent": true,
- "capital": [
- "Lomé"
- ],
- "subregion": "Western Africa",
- "languages": {
- "fra": "French"
- },
- "borders": [
- "BEN",
- "BFA",
- "GHA"
- ],
- "area": 56785,
- "flag": "🇹🇬",
- "population": 8278737,
- "gini": {
- "2015": 43.1
- },
- "fifa": "TOG",
- "timezones": [
- "UTC"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/tg.png",
- "svg": "https://flagcdn.com/tg.svg",
- "alt": "The flag of Togo is composed of five equal horizontal bands of green alternating with yellow. A red square bearing a five-pointed white star is superimposed in the canton."
- }
- },
- {
- "name": {
- "common": "Armenia",
- "official": "Republic of Armenia"
- },
- "tld": [
- ".am"
- ],
- "independent": true,
- "capital": [
- "Yerevan"
- ],
- "subregion": "Western Asia",
- "languages": {
- "hye": "Armenian"
- },
- "borders": [
- "AZE",
- "GEO",
- "IRN",
- "TUR"
- ],
- "area": 29743,
- "flag": "🇦🇲",
- "population": 2963234,
- "gini": {
- "2019": 29.9
- },
- "fifa": "ARM",
- "timezones": [
- "UTC+04:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/am.png",
- "svg": "https://flagcdn.com/am.svg",
- "alt": "The flag of Armenia is composed of three equal horizontal bands of red, blue and orange."
- }
- },
- {
- "name": {
- "common": "Saint Helena, Ascension and Tristan da Cunha",
- "official": "Saint Helena, Ascension and Tristan da Cunha"
- },
- "tld": [
- ".sh",
- ".ac"
- ],
- "independent": false,
- "capital": [
- "Jamestown"
- ],
- "subregion": "Western Africa",
- "languages": {
- "eng": "English"
- },
- "area": 394,
- "flag": "🇸🇭",
- "population": 53192,
- "timezones": [
- "UTC+00:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/sh.png",
- "svg": "https://flagcdn.com/sh.svg"
- }
- },
- {
- "name": {
- "common": "Albania",
- "official": "Republic of Albania"
- },
- "tld": [
- ".al"
- ],
- "independent": true,
- "capital": [
- "Tirana"
- ],
- "subregion": "Southeast Europe",
- "languages": {
- "sqi": "Albanian"
- },
- "borders": [
- "MNE",
- "GRC",
- "MKD",
- "UNK"
- ],
- "area": 28748,
- "flag": "🇦🇱",
- "population": 2837743,
- "gini": {
- "2017": 33.2
- },
- "fifa": "ALB",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/al.png",
- "svg": "https://flagcdn.com/al.svg",
- "alt": "The flag of Albania features a silhouetted double-headed black eagle at the center of a red field."
- }
- },
- {
- "name": {
- "common": "Andorra",
- "official": "Principality of Andorra"
- },
- "tld": [
- ".ad"
- ],
- "independent": true,
- "capital": [
- "Andorra la Vella"
- ],
- "subregion": "Southern Europe",
- "languages": {
- "cat": "Catalan"
- },
- "borders": [
- "FRA",
- "ESP"
- ],
- "area": 468,
- "flag": "🇦🇩",
- "population": 77265,
- "fifa": "AND",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ad.png",
- "svg": "https://flagcdn.com/ad.svg",
- "alt": "The flag of Andorra features three equal vertical bands of blue, yellow and red, with the coat of arms of Andorra centered in the yellow band."
- }
- },
- {
- "name": {
- "common": "South Sudan",
- "official": "Republic of South Sudan"
- },
- "tld": [
- ".ss"
- ],
- "independent": true,
- "capital": [
- "Juba"
- ],
- "subregion": "Middle Africa",
- "languages": {
- "eng": "English"
- },
- "borders": [
- "CAF",
- "COD",
- "ETH",
- "KEN",
- "SDN",
- "UGA"
- ],
- "area": 619745,
- "flag": "🇸🇸",
- "population": 11193729,
- "gini": {
- "2016": 44.1
- },
- "fifa": "SSD",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ss.png",
- "svg": "https://flagcdn.com/ss.svg",
- "alt": "The flag of South Sudan is composed of three equal horizontal bands of black, red with white top and bottom edges, and green. A blue equilateral triangle which spans about two-fifth the width of the field is superimposed on the hoist side with its base on the hoist end of the field. At the center of this triangle is a five-pointed yellow star."
- }
- },
- {
- "name": {
- "common": "Guernsey",
- "official": "Bailiwick of Guernsey"
- },
- "tld": [
- ".gg"
- ],
- "independent": false,
- "capital": [
- "St. Peter Port"
- ],
- "subregion": "Northern Europe",
- "languages": {
- "eng": "English",
- "fra": "French",
- "nfr": "Guernésiais"
- },
- "area": 78,
- "flag": "🇬🇬",
- "population": 62999,
- "timezones": [
- "UTC+00:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/gg.png",
- "svg": "https://flagcdn.com/gg.svg"
- }
- },
- {
- "name": {
- "common": "United Arab Emirates",
- "official": "United Arab Emirates"
- },
- "tld": [
- ".ae",
- "امارات."
- ],
- "independent": true,
- "capital": [
- "Abu Dhabi"
- ],
- "subregion": "Western Asia",
- "languages": {
- "ara": "Arabic"
- },
- "borders": [
- "OMN",
- "SAU"
- ],
- "area": 83600,
- "flag": "🇦🇪",
- "population": 9890400,
- "gini": {
- "2018": 26
- },
- "fifa": "UAE",
- "timezones": [
- "UTC+04:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ae.png",
- "svg": "https://flagcdn.com/ae.svg",
- "alt": "The flag of United Arab Emirates features a red vertical band on its hoist side that takes up about one-fourth the width of the field and three equal horizontal bands of green, white and black adjoining the vertical band."
- }
- },
- {
- "name": {
- "common": "Czechia",
- "official": "Czech Republic"
- },
- "tld": [
- ".cz"
- ],
- "independent": true,
- "capital": [
- "Prague"
- ],
- "subregion": "Central Europe",
- "languages": {
- "ces": "Czech",
- "slk": "Slovak"
- },
- "borders": [
- "AUT",
- "DEU",
- "POL",
- "SVK"
- ],
- "area": 78865,
- "flag": "🇨🇿",
- "population": 10698896,
- "gini": {
- "2018": 25
- },
- "fifa": "CZE",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/cz.png",
- "svg": "https://flagcdn.com/cz.svg",
- "alt": "The flag of Czechia is composed of two equal horizontal bands of white and red, with a blue isosceles triangle superimposed on the hoist side of the field. The triangle has its base on the hoist end and spans about two-fifth the width of the field."
- }
- },
- {
- "name": {
- "common": "Guadeloupe",
- "official": "Guadeloupe"
- },
- "tld": [
- ".gp"
- ],
- "independent": false,
- "capital": [
- "Basse-Terre"
- ],
- "subregion": "Caribbean",
- "languages": {
- "fra": "French"
- },
- "area": 1628,
- "flag": "🇬🇵",
- "population": 400132,
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/gp.png",
- "svg": "https://flagcdn.com/gp.svg"
- }
- },
- {
- "name": {
- "common": "Grenada",
- "official": "Grenada"
- },
- "tld": [
- ".gd"
- ],
- "independent": true,
- "capital": [
- "St. George's"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English"
- },
- "area": 344,
- "flag": "🇬🇩",
- "population": 112519,
- "fifa": "GRN",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/gd.png",
- "svg": "https://flagcdn.com/gd.svg",
- "alt": "The flag of Grenada features a large central rectangular area surrounded by a red border, with three five-pointed yellow stars centered on the top and bottom borders. The central rectangle is divided diagonally into four alternating triangular areas of yellow at the top and bottom and green on the hoist and fly sides, and a five-pointed yellow star on a red circle is superimposed at its center. A symbolic nutmeg pod is situated on the green hoist-side triangle."
- }
- },
- {
- "name": {
- "common": "Pakistan",
- "official": "Islamic Republic of Pakistan"
- },
- "tld": [
- ".pk"
- ],
- "independent": true,
- "capital": [
- "Islamabad"
- ],
- "subregion": "Southern Asia",
- "languages": {
- "eng": "English",
- "urd": "Urdu"
- },
- "borders": [
- "AFG",
- "CHN",
- "IND",
- "IRN"
- ],
- "area": 881912,
- "flag": "🇵🇰",
- "population": 220892331,
- "gini": {
- "2018": 31.6
- },
- "fifa": "PAK",
- "timezones": [
- "UTC+05:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/pk.png",
- "svg": "https://flagcdn.com/pk.svg",
- "alt": "The flag of Pakistan is composed of a white vertical band on its hoist side that takes up about one-fourth the width of the field and a dark green rectangular area that spans the rest of the field. A white fly-side facing crescent and five-pointed star are centered in the dark green area."
- }
- },
- {
- "name": {
- "common": "Vatican City",
- "official": "Vatican City State"
- },
- "tld": [
- ".va"
- ],
- "independent": true,
- "capital": [
- "Vatican City"
- ],
- "subregion": "Southern Europe",
- "languages": {
- "ita": "Italian",
- "lat": "Latin"
- },
- "borders": [
- "ITA"
- ],
- "area": 0.44,
- "flag": "🇻🇦",
- "population": 451,
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/va.png",
- "svg": "https://flagcdn.com/va.svg",
- "alt": "The flag of Vatican City is square shaped. It is composed of two equal vertical bands of yellow and white, with national coat of arms centered in the white band. The national coat of arms comprises the Papal Tiara superimposed on two crossed keys."
- }
- },
- {
- "name": {
- "common": "Wallis and Futuna",
- "official": "Territory of the Wallis and Futuna Islands"
- },
- "tld": [
- ".wf"
- ],
- "independent": false,
- "capital": [
- "Mata-Utu"
- ],
- "subregion": "Polynesia",
- "languages": {
- "fra": "French"
- },
- "area": 142,
- "flag": "🇼🇫",
- "population": 11750,
- "timezones": [
- "UTC+12:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/wf.png",
- "svg": "https://flagcdn.com/wf.svg"
- }
- },
- {
- "name": {
- "common": "Svalbard and Jan Mayen",
- "official": "Svalbard og Jan Mayen"
- },
- "tld": [
- ".sj"
- ],
- "independent": false,
- "capital": [
- "Longyearbyen"
- ],
- "subregion": "Northern Europe",
- "languages": {
- "nor": "Norwegian"
- },
- "area": -1,
- "flag": "🇸🇯",
- "population": 2562,
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/sj.png",
- "svg": "https://flagcdn.com/sj.svg"
- }
- },
- {
- "name": {
- "common": "Cameroon",
- "official": "Republic of Cameroon"
- },
- "tld": [
- ".cm"
- ],
- "independent": true,
- "capital": [
- "Yaoundé"
- ],
- "subregion": "Middle Africa",
- "languages": {
- "eng": "English",
- "fra": "French"
- },
- "borders": [
- "CAF",
- "TCD",
- "COG",
- "GNQ",
- "GAB",
- "NGA"
- ],
- "area": 475442,
- "flag": "🇨🇲",
- "population": 26545864,
- "gini": {
- "2014": 46.6
- },
- "fifa": "CMR",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/cm.png",
- "svg": "https://flagcdn.com/cm.svg",
- "alt": "The flag of Cameroon is composed of three equal vertical bands of green, red and yellow, with a yellow five-pointed star in the center."
- }
- },
- {
- "name": {
- "common": "Jamaica",
- "official": "Jamaica"
- },
- "tld": [
- ".jm"
- ],
- "independent": true,
- "capital": [
- "Kingston"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English",
- "jam": "Jamaican Patois"
- },
- "area": 10991,
- "flag": "🇯🇲",
- "population": 2961161,
- "gini": {
- "2004": 45.5
- },
- "fifa": "JAM",
- "timezones": [
- "UTC-05:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/jm.png",
- "svg": "https://flagcdn.com/jm.svg",
- "alt": "The flag of Jamaica is divided by a gold diagonal cross into four alternating triangular areas of green at the top and bottom, and black on the hoist and fly sides"
- }
- },
- {
- "name": {
- "common": "Comoros",
- "official": "Union of the Comoros"
- },
- "tld": [
- ".km"
- ],
- "independent": true,
- "capital": [
- "Moroni"
- ],
- "subregion": "Eastern Africa",
- "languages": {
- "ara": "Arabic",
- "fra": "French",
- "zdj": "Comorian"
- },
- "area": 1862,
- "flag": "🇰🇲",
- "population": 869595,
- "gini": {
- "2014": 45.3
- },
- "fifa": "COM",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/km.png",
- "svg": "https://flagcdn.com/km.svg",
- "alt": "The flag of Comoros is composed of four equal horizontal bands of yellow, white, red and blue, with a green isosceles triangle superimposed on the hoist side of the field. This triangle has its base on the hoist end, spans about two-fifth the width of the field and bears a fly-side facing white crescent and four five-pointed white stars arranged in a vertical line along the opening of the crescent."
- }
- },
- {
- "name": {
- "common": "Falkland Islands",
- "official": "Falkland Islands"
- },
- "tld": [
- ".fk"
- ],
- "independent": false,
- "capital": [
- "Stanley"
- ],
- "subregion": "South America",
- "languages": {
- "eng": "English"
- },
- "area": 12173,
- "flag": "🇫🇰",
- "population": 2563,
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/fk.png",
- "svg": "https://flagcdn.com/fk.svg"
- }
- },
- {
- "name": {
- "common": "Turkmenistan",
- "official": "Turkmenistan"
- },
- "tld": [
- ".tm"
- ],
- "independent": true,
- "capital": [
- "Ashgabat"
- ],
- "subregion": "Central Asia",
- "languages": {
- "rus": "Russian",
- "tuk": "Turkmen"
- },
- "borders": [
- "AFG",
- "IRN",
- "KAZ",
- "UZB"
- ],
- "area": 488100,
- "flag": "🇹🇲",
- "population": 6031187,
- "gini": {
- "1998": 40.8
- },
- "fifa": "TKM",
- "timezones": [
- "UTC+05:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/tm.png",
- "svg": "https://flagcdn.com/tm.svg",
- "alt": "The flag of Turkmenistan has a green field. It features a red vertical band, bearing five carpet guls stacked above two crossed olive branches, near the hoist end of the field. Just to the fly side of the vertical band near the top edge of the field is a hoist-side facing white crescent and five small five-pointed white stars placed just outside the crescent opening."
- }
- },
- {
- "name": {
- "common": "Brunei",
- "official": "Nation of Brunei, Abode of Peace"
- },
- "tld": [
- ".bn"
- ],
- "independent": true,
- "capital": [
- "Bandar Seri Begawan"
- ],
- "subregion": "South-Eastern Asia",
- "languages": {
- "msa": "Malay"
- },
- "borders": [
- "MYS"
- ],
- "area": 5765,
- "flag": "🇧🇳",
- "population": 437483,
- "fifa": "BRU",
- "timezones": [
- "UTC+08:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/bn.png",
- "svg": "https://flagcdn.com/bn.svg",
- "alt": "The flag of Brunei has a yellow field with two adjoining diagonal bands of white and black that extend from the upper hoist side of the field to the lower fly side. The red emblem of Brunei is centered on the field."
- }
- },
- {
- "name": {
- "common": "Antigua and Barbuda",
- "official": "Antigua and Barbuda"
- },
- "tld": [
- ".ag"
- ],
- "independent": true,
- "capital": [
- "Saint John's"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English"
- },
- "area": 442,
- "flag": "🇦🇬",
- "population": 97928,
- "fifa": "ATG",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ag.png",
- "svg": "https://flagcdn.com/ag.svg",
- "alt": "The flag of Antigua and Barbuda has a red field with an inverted isosceles triangle based on the top edge and spanning the height of the field. This triangle has three horizontal bands of black, light blue and white, with the light blue band half the height of the two other bands. The top half of a golden-yellow sun is situated in the lower two-third of the black band to depict a rising sun."
- }
- },
- {
- "name": {
- "common": "Ghana",
- "official": "Republic of Ghana"
- },
- "tld": [
- ".gh"
- ],
- "independent": true,
- "capital": [
- "Accra"
- ],
- "subregion": "Western Africa",
- "languages": {
- "eng": "English"
- },
- "borders": [
- "BFA",
- "CIV",
- "TGO"
- ],
- "area": 238533,
- "flag": "🇬🇭",
- "population": 31072945,
- "gini": {
- "2016": 43.5
- },
- "fifa": "GHA",
- "timezones": [
- "UTC"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/gh.png",
- "svg": "https://flagcdn.com/gh.svg",
- "alt": "The flag of Ghana is composed of three equal horizontal bands of red, gold and green, with a five-pointed black star centered in the gold band."
- }
- },
- {
- "name": {
- "common": "Kuwait",
- "official": "State of Kuwait"
- },
- "tld": [
- ".kw"
- ],
- "independent": true,
- "capital": [
- "Kuwait City"
- ],
- "subregion": "Western Asia",
- "languages": {
- "ara": "Arabic"
- },
- "borders": [
- "IRQ",
- "SAU"
- ],
- "area": 17818,
- "flag": "🇰🇼",
- "population": 4270563,
- "fifa": "KUW",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/kw.png",
- "svg": "https://flagcdn.com/kw.svg",
- "alt": "The flag of Kuwait is composed of three equal horizontal bands of green, white and red, with a black trapezium superimposed on the hoist side of the field. This trapezium has its base on the hoist end and spans about one-fourth the width of the field."
- }
- },
- {
- "name": {
- "common": "Eritrea",
- "official": "State of Eritrea"
- },
- "tld": [
- ".er"
- ],
- "independent": true,
- "capital": [
- "Asmara"
- ],
- "subregion": "Eastern Africa",
- "languages": {
- "ara": "Arabic",
- "eng": "English",
- "tir": "Tigrinya"
- },
- "borders": [
- "DJI",
- "ETH",
- "SDN"
- ],
- "area": 117600,
- "flag": "🇪🇷",
- "population": 5352000,
- "fifa": "ERI",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/er.png",
- "svg": "https://flagcdn.com/er.svg",
- "alt": "The flag of Eritrea comprises three triangles — a large red isosceles triangle with its base spanning the hoist end and its apex at the midpoint on the fly end, and a green and blue right-angled triangle above and beneath the red triangle. On the hoist side of the red triangle is a golden vertical olive branch encircled by a golden olive wreath."
- }
- },
- {
- "name": {
- "common": "Zimbabwe",
- "official": "Republic of Zimbabwe"
- },
- "tld": [
- ".zw"
- ],
- "independent": true,
- "capital": [
- "Harare"
- ],
- "subregion": "Southern Africa",
- "languages": {
- "bwg": "Chibarwe",
- "eng": "English",
- "kck": "Kalanga",
- "khi": "Khoisan",
- "ndc": "Ndau",
- "nde": "Northern Ndebele",
- "nya": "Chewa",
- "sna": "Shona",
- "sot": "Sotho",
- "toi": "Tonga",
- "tsn": "Tswana",
- "tso": "Tsonga",
- "ven": "Venda",
- "xho": "Xhosa",
- "zib": "Zimbabwean Sign Language"
- },
- "borders": [
- "BWA",
- "MOZ",
- "ZAF",
- "ZMB"
- ],
- "area": 390757,
- "flag": "🇿🇼",
- "population": 14862927,
- "gini": {
- "2019": 50.3
- },
- "fifa": "ZIM",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/zw.png",
- "svg": "https://flagcdn.com/zw.svg",
- "alt": "The flag of Zimbabwe is composed of seven equal horizontal bands of green, yellow, red, black, red, yellow and green, with a white isosceles triangle superimposed on the hoist side of the field. This triangle is edged in black, spans about one-fourth the width of the field and has its base on the hoist end. A yellow Zimbabwe bird superimposed on a five-pointed red star is centered in the triangle."
- }
- },
- {
- "name": {
- "common": "Tanzania",
- "official": "United Republic of Tanzania"
- },
- "tld": [
- ".tz"
- ],
- "independent": true,
- "capital": [
- "Dodoma"
- ],
- "subregion": "Eastern Africa",
- "languages": {
- "eng": "English",
- "swa": "Swahili"
- },
- "borders": [
- "BDI",
- "COD",
- "KEN",
- "MWI",
- "MOZ",
- "RWA",
- "UGA",
- "ZMB"
- ],
- "area": 945087,
- "flag": "🇹🇿",
- "population": 59734213,
- "gini": {
- "2017": 40.5
- },
- "fifa": "TAN",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/tz.png",
- "svg": "https://flagcdn.com/tz.svg",
- "alt": "The flag of Tanzania features a yellow-edged black diagonal band that extends from the lower hoist-side corner to the upper fly-side corner of the field. Above and beneath this band are a green and light blue triangle respectively."
- }
- },
- {
- "name": {
- "common": "Estonia",
- "official": "Republic of Estonia"
- },
- "tld": [
- ".ee"
- ],
- "independent": true,
- "capital": [
- "Tallinn"
- ],
- "subregion": "Northern Europe",
- "languages": {
- "est": "Estonian"
- },
- "borders": [
- "LVA",
- "RUS"
- ],
- "area": 45227,
- "flag": "🇪🇪",
- "population": 1331057,
- "gini": {
- "2018": 30.3
- },
- "fifa": "EST",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ee.png",
- "svg": "https://flagcdn.com/ee.svg",
- "alt": "The flag of Estonia is composed of three equal horizontal bands of blue, black and white."
- }
- },
- {
- "name": {
- "common": "Belize",
- "official": "Belize"
- },
- "tld": [
- ".bz"
- ],
- "independent": true,
- "capital": [
- "Belmopan"
- ],
- "subregion": "Central America",
- "languages": {
- "bjz": "Belizean Creole",
- "eng": "English",
- "spa": "Spanish"
- },
- "borders": [
- "GTM",
- "MEX"
- ],
- "area": 22966,
- "flag": "🇧🇿",
- "population": 397621,
- "gini": {
- "1999": 53.3
- },
- "fifa": "BLZ",
- "timezones": [
- "UTC-06:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/bz.png",
- "svg": "https://flagcdn.com/bz.svg",
- "alt": "The flag of Belize has a royal blue field with a thin red horizontal band at the top and bottom of the field and the national coat of arms in the center."
- }
- },
- {
- "name": {
- "common": "Saudi Arabia",
- "official": "Kingdom of Saudi Arabia"
- },
- "tld": [
- ".sa",
- ".السعودية"
- ],
- "independent": true,
- "capital": [
- "Riyadh"
- ],
- "subregion": "Western Asia",
- "languages": {
- "ara": "Arabic"
- },
- "borders": [
- "IRQ",
- "JOR",
- "KWT",
- "OMN",
- "QAT",
- "ARE",
- "YEM"
- ],
- "area": 2149690,
- "flag": "🇸🇦",
- "population": 34813867,
- "fifa": "KSA",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/sa.png",
- "svg": "https://flagcdn.com/sa.svg",
- "alt": "The flag of Saudi Arabia has a green field, at the center of which is an Arabic inscription — the Shahada — in white above a white horizontal sabre with its tip pointed to the hoist side of the field."
- }
- },
- {
- "name": {
- "common": "New Zealand",
- "official": "New Zealand"
- },
- "tld": [
- ".nz"
- ],
- "independent": true,
- "capital": [
- "Wellington"
- ],
- "subregion": "Australia and New Zealand",
- "languages": {
- "eng": "English",
- "mri": "Māori",
- "nzs": "New Zealand Sign Language"
- },
- "area": 270467,
- "flag": "🇳🇿",
- "population": 5084300,
- "fifa": "NZL",
- "timezones": [
- "UTC-11:00",
- "UTC-10:00",
- "UTC+12:00",
- "UTC+12:45",
- "UTC+13:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/nz.png",
- "svg": "https://flagcdn.com/nz.svg",
- "alt": "The flag of New Zealand has a dark blue field with the flag of the United Kingdom — the Union Jack — in the canton and a representation of the Southern Cross constellation, made up of four five-pointed white-edged red stars, on the fly side of the field."
- }
- },
- {
- "name": {
- "common": "Turks and Caicos Islands",
- "official": "Turks and Caicos Islands"
- },
- "tld": [
- ".tc"
- ],
- "independent": false,
- "capital": [
- "Cockburn Town"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English"
- },
- "area": 948,
- "flag": "🇹🇨",
- "population": 38718,
- "fifa": "TCA",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/tc.png",
- "svg": "https://flagcdn.com/tc.svg"
- }
- },
- {
- "name": {
- "common": "Colombia",
- "official": "Republic of Colombia"
- },
- "tld": [
- ".co"
- ],
- "independent": true,
- "capital": [
- "Bogotá"
- ],
- "subregion": "South America",
- "languages": {
- "spa": "Spanish"
- },
- "borders": [
- "BRA",
- "ECU",
- "PAN",
- "PER",
- "VEN"
- ],
- "area": 1141748,
- "flag": "🇨🇴",
- "population": 50882884,
- "gini": {
- "2019": 51.3
- },
- "fifa": "COL",
- "timezones": [
- "UTC-05:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/co.png",
- "svg": "https://flagcdn.com/co.svg",
- "alt": "The flag of Colombia is composed of three horizontal bands of yellow, blue and red, with the yellow band twice the height of the other two bands."
- }
- },
- {
- "name": {
- "common": "Malaysia",
- "official": "Malaysia"
- },
- "tld": [
- ".my"
- ],
- "independent": true,
- "capital": [
- "Kuala Lumpur"
- ],
- "subregion": "South-Eastern Asia",
- "languages": {
- "eng": "English",
- "msa": "Malay"
- },
- "borders": [
- "BRN",
- "IDN",
- "THA"
- ],
- "area": 330803,
- "flag": "🇲🇾",
- "population": 32365998,
- "gini": {
- "2015": 41.1
- },
- "fifa": "MAS",
- "timezones": [
- "UTC+08:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/my.png",
- "svg": "https://flagcdn.com/my.svg",
- "alt": "The flag of Malaysia is composed of fourteen equal horizontal bands of red alternating with white. A blue rectangle, bearing a fly-side facing yellow crescent and a fourteen-pointed yellow star placed just outside the crescent opening, is superimposed in the canton."
- }
- },
- {
- "name": {
- "common": "Bermuda",
- "official": "Bermuda"
- },
- "tld": [
- ".bm"
- ],
- "independent": false,
- "capital": [
- "Hamilton"
- ],
- "subregion": "North America",
- "languages": {
- "eng": "English"
- },
- "area": 54,
- "flag": "🇧🇲",
- "population": 63903,
- "fifa": "BER",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/bm.png",
- "svg": "https://flagcdn.com/bm.svg"
- }
- },
- {
- "name": {
- "common": "Austria",
- "official": "Republic of Austria"
- },
- "tld": [
- ".at"
- ],
- "independent": true,
- "capital": [
- "Vienna"
- ],
- "subregion": "Central Europe",
- "languages": {
- "de": "German"
- },
- "borders": [
- "CZE",
- "DEU",
- "HUN",
- "ITA",
- "LIE",
- "SVK",
- "SVN",
- "CHE"
- ],
- "area": 83871,
- "flag": "🇦🇹",
- "population": 8917205,
- "gini": {
- "2018": 30.8
- },
- "fifa": "AUT",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/at.png",
- "svg": "https://flagcdn.com/at.svg",
- "alt": "The flag of Austria is composed of three equal horizontal bands of red, white and red."
- }
- },
- {
- "name": {
- "common": "Samoa",
- "official": "Independent State of Samoa"
- },
- "tld": [
- ".ws"
- ],
- "independent": true,
- "capital": [
- "Apia"
- ],
- "subregion": "Polynesia",
- "languages": {
- "eng": "English",
- "smo": "Samoan"
- },
- "area": 2842,
- "flag": "🇼🇸",
- "population": 198410,
- "gini": {
- "2013": 38.7
- },
- "fifa": "SAM",
- "timezones": [
- "UTC+13:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ws.png",
- "svg": "https://flagcdn.com/ws.svg",
- "alt": "The flag of Samoa has a red field. A blue rectangle, bearing a representation of the Southern Cross made up of five large and one smaller five-pointed white stars, is superimposed in the canton."
- }
- },
- {
- "name": {
- "common": "Uganda",
- "official": "Republic of Uganda"
- },
- "tld": [
- ".ug"
- ],
- "independent": true,
- "capital": [
- "Kampala"
- ],
- "subregion": "Eastern Africa",
- "languages": {
- "eng": "English",
- "swa": "Swahili"
- },
- "borders": [
- "COD",
- "KEN",
- "RWA",
- "SSD",
- "TZA"
- ],
- "area": 241550,
- "flag": "🇺🇬",
- "population": 45741000,
- "gini": {
- "2016": 42.8
- },
- "fifa": "UGA",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ug.png",
- "svg": "https://flagcdn.com/ug.svg",
- "alt": "The flag of Uganda is composed of six equal horizontal bands of black, yellow, red, black, yellow and red. A white circle bearing a hoist-side facing grey red-crested crane is superimposed in the center of the field."
- }
- },
- {
- "name": {
- "common": "Nepal",
- "official": "Federal Democratic Republic of Nepal"
- },
- "tld": [
- ".np"
- ],
- "independent": true,
- "capital": [
- "Kathmandu"
- ],
- "subregion": "Southern Asia",
- "languages": {
- "nep": "Nepali"
- },
- "borders": [
- "CHN",
- "IND"
- ],
- "area": 147181,
- "flag": "🇳🇵",
- "population": 29136808,
- "gini": {
- "2010": 32.8
- },
- "fifa": "NEP",
- "timezones": [
- "UTC+05:45"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/np.png",
- "svg": "https://flagcdn.com/np.svg",
- "alt": "The flag of Nepal is the world's only non-quadrilateral flag of a sovereign country. It takes the shape of two adjoining right-angled triangles and has a crimson red field with deep blue edges. Within the smaller upper triangle is an emblem of the upper half of a white sun resting on an upward facing white crescent. The lower triangle bears a white sun with twelve rays."
- }
- },
- {
- "name": {
- "common": "Paraguay",
- "official": "Republic of Paraguay"
- },
- "tld": [
- ".py"
- ],
- "independent": true,
- "capital": [
- "Asunción"
- ],
- "subregion": "South America",
- "languages": {
- "grn": "Guaraní",
- "spa": "Spanish"
- },
- "borders": [
- "ARG",
- "BOL",
- "BRA"
- ],
- "area": 406752,
- "flag": "🇵🇾",
- "population": 7132530,
- "gini": {
- "2019": 45.7
- },
- "fifa": "PAR",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/py.png",
- "svg": "https://flagcdn.com/py.svg",
- "alt": "The flag of Paraguay features three equal horizontal bands of red, white and blue, with an emblem centered in the white band. On the obverse side of the flag depicted, this emblem is the national coat of arms."
- }
- },
- {
- "name": {
- "common": "Australia",
- "official": "Commonwealth of Australia"
- },
- "tld": [
- ".au"
- ],
- "independent": true,
- "capital": [
- "Canberra"
- ],
- "subregion": "Australia and New Zealand",
- "languages": {
- "eng": "English"
- },
- "area": 7692024,
- "flag": "🇦🇺",
- "population": 25687041,
- "gini": {
- "2014": 34.4
- },
- "fifa": "AUS",
- "timezones": [
- "UTC+05:00",
- "UTC+06:30",
- "UTC+07:00",
- "UTC+08:00",
- "UTC+09:30",
- "UTC+10:00",
- "UTC+10:30",
- "UTC+11:30"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/au.png",
- "svg": "https://flagcdn.com/au.svg",
- "alt": "The flag of Australia has a dark blue field. It features the flag of the United Kingdom — the Union Jack — in the canton, beneath which is a large white seven-pointed star. A representation of the Southern Cross constellation, made up of one small five-pointed and four larger seven-pointed white stars, is situated on the fly side of the field."
- }
- },
- {
- "name": {
- "common": "Faroe Islands",
- "official": "Faroe Islands"
- },
- "tld": [
- ".fo"
- ],
- "independent": false,
- "capital": [
- "Tórshavn"
- ],
- "subregion": "Northern Europe",
- "languages": {
- "dan": "Danish",
- "fao": "Faroese"
- },
- "area": 1393,
- "flag": "🇫🇴",
- "population": 48865,
- "fifa": "FRO",
- "timezones": [
- "UTC+00:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/fo.png",
- "svg": "https://flagcdn.com/fo.svg"
- }
- },
- {
- "name": {
- "common": "United Kingdom",
- "official": "United Kingdom of Great Britain and Northern Ireland"
- },
- "tld": [
- ".uk"
- ],
- "independent": true,
- "capital": [
- "London"
- ],
- "subregion": "Northern Europe",
- "languages": {
- "eng": "English"
- },
- "borders": [
- "IRL"
- ],
- "area": 242900,
- "flag": "🇬🇧",
- "population": 67215293,
- "gini": {
- "2017": 35.1
- },
- "timezones": [
- "UTC-08:00",
- "UTC-05:00",
- "UTC-04:00",
- "UTC-03:00",
- "UTC-02:00",
- "UTC",
- "UTC+01:00",
- "UTC+02:00",
- "UTC+06:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/gb.png",
- "svg": "https://flagcdn.com/gb.svg",
- "alt": "The flag of the United Kingdom — the Union Jack — has a blue field. It features the white-edged red cross of Saint George superimposed on the diagonal red cross of Saint Patrick which is superimposed on the diagonal white cross of Saint Andrew."
- }
- },
- {
- "name": {
- "common": "Tokelau",
- "official": "Tokelau"
- },
- "tld": [
- ".tk"
- ],
- "independent": false,
- "capital": [
- "Fakaofo"
- ],
- "subregion": "Polynesia",
- "languages": {
- "eng": "English",
- "smo": "Samoan",
- "tkl": "Tokelauan"
- },
- "area": 12,
- "flag": "🇹🇰",
- "population": 1411,
- "timezones": [
- "UTC+13:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/tk.png",
- "svg": "https://flagcdn.com/tk.svg"
- }
- },
- {
- "name": {
- "common": "Zambia",
- "official": "Republic of Zambia"
- },
- "tld": [
- ".zm"
- ],
- "independent": true,
- "capital": [
- "Lusaka"
- ],
- "subregion": "Eastern Africa",
- "languages": {
- "eng": "English"
- },
- "borders": [
- "AGO",
- "BWA",
- "COD",
- "MWI",
- "MOZ",
- "NAM",
- "TZA",
- "ZWE"
- ],
- "area": 752612,
- "flag": "🇿🇲",
- "population": 18383956,
- "gini": {
- "2015": 57.1
- },
- "fifa": "ZAM",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/zm.png",
- "svg": "https://flagcdn.com/zm.svg",
- "alt": "The flag of Zambia has a green field, on the fly side of which is a soaring orange African fish eagle above a rectangular area divided into three equal vertical bands of red, black and orange."
- }
- },
- {
- "name": {
- "common": "Saint Lucia",
- "official": "Saint Lucia"
- },
- "tld": [
- ".lc"
- ],
- "independent": true,
- "capital": [
- "Castries"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English"
- },
- "area": 616,
- "flag": "🇱🇨",
- "population": 183629,
- "gini": {
- "2016": 51.2
- },
- "fifa": "LCA",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/lc.png",
- "svg": "https://flagcdn.com/lc.svg",
- "alt": "The flag of Saint Lucia has a light blue field, at the center of which are two triangles which share a common base — a small golden-yellow isosceles triangle superimposed on a large white-edged black isosceles triangle."
- }
- },
- {
- "name": {
- "common": "Isle of Man",
- "official": "Isle of Man"
- },
- "tld": [
- ".im"
- ],
- "independent": false,
- "capital": [
- "Douglas"
- ],
- "subregion": "Northern Europe",
- "languages": {
- "eng": "English",
- "glv": "Manx"
- },
- "area": 572,
- "flag": "🇮🇲",
- "population": 85032,
- "timezones": [
- "UTC+00:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/im.png",
- "svg": "https://flagcdn.com/im.svg"
- }
- },
- {
- "name": {
- "common": "Kyrgyzstan",
- "official": "Kyrgyz Republic"
- },
- "tld": [
- ".kg"
- ],
- "independent": true,
- "capital": [
- "Bishkek"
- ],
- "subregion": "Central Asia",
- "languages": {
- "kir": "Kyrgyz",
- "rus": "Russian"
- },
- "borders": [
- "CHN",
- "KAZ",
- "TJK",
- "UZB"
- ],
- "area": 199951,
- "flag": "🇰🇬",
- "population": 6591600,
- "gini": {
- "2019": 29.7
- },
- "fifa": "KGZ",
- "timezones": [
- "UTC+06:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/kg.png",
- "svg": "https://flagcdn.com/kg.svg",
- "alt": "The flag of Kyrgyzstan features a yellow sun with forty rays at the center of a red field. At the center of the sun is a stylized depiction of a tunduk."
- }
- },
- {
- "name": {
- "common": "French Polynesia",
- "official": "French Polynesia"
- },
- "tld": [
- ".pf"
- ],
- "independent": false,
- "capital": [
- "Papeetē"
- ],
- "subregion": "Polynesia",
- "languages": {
- "fra": "French"
- },
- "area": 4167,
- "flag": "🇵🇫",
- "population": 280904,
- "timezones": [
- "UTC-10:00",
- "UTC-09:30",
- "UTC-09:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/pf.png",
- "svg": "https://flagcdn.com/pf.svg"
- }
- },
- {
- "name": {
- "common": "Ecuador",
- "official": "Republic of Ecuador"
- },
- "tld": [
- ".ec"
- ],
- "independent": true,
- "capital": [
- "Quito"
- ],
- "subregion": "South America",
- "languages": {
- "spa": "Spanish"
- },
- "borders": [
- "COL",
- "PER"
- ],
- "area": 276841,
- "flag": "🇪🇨",
- "population": 17643060,
- "gini": {
- "2019": 45.7
- },
- "fifa": "ECU",
- "timezones": [
- "UTC-06:00",
- "UTC-05:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ec.png",
- "svg": "https://flagcdn.com/ec.svg",
- "alt": "The flag of Ecuador is composed of the horizontal bands of yellow, blue and red, with the yellow band twice the height of the other two bands. The Ecuadorian coat of arms is superimposed in the center of the field."
- }
- },
- {
- "name": {
- "common": "Hong Kong",
- "official": "Hong Kong Special Administrative Region of the People's Republic of China"
- },
- "tld": [
- ".hk",
- ".香港"
- ],
- "independent": false,
- "capital": [
- "City of Victoria"
- ],
- "subregion": "Eastern Asia",
- "languages": {
- "eng": "English",
- "zho": "Chinese"
- },
- "borders": [
- "CHN"
- ],
- "area": 1104,
- "flag": "🇭🇰",
- "population": 7500700,
- "fifa": "HKG",
- "timezones": [
- "UTC+08:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/hk.png",
- "svg": "https://flagcdn.com/hk.svg"
- }
- },
- {
- "name": {
- "common": "Northern Mariana Islands",
- "official": "Commonwealth of the Northern Mariana Islands"
- },
- "tld": [
- ".mp"
- ],
- "independent": false,
- "capital": [
- "Saipan"
- ],
- "subregion": "Micronesia",
- "languages": {
- "cal": "Carolinian",
- "cha": "Chamorro",
- "eng": "English"
- },
- "area": 464,
- "flag": "🇲🇵",
- "population": 57557,
- "timezones": [
- "UTC+10:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/mp.png",
- "svg": "https://flagcdn.com/mp.svg"
- }
- },
- {
- "name": {
- "common": "Timor-Leste",
- "official": "Democratic Republic of Timor-Leste"
- },
- "tld": [
- ".tl"
- ],
- "independent": true,
- "capital": [
- "Dili"
- ],
- "subregion": "South-Eastern Asia",
- "languages": {
- "por": "Portuguese",
- "tet": "Tetum"
- },
- "borders": [
- "IDN"
- ],
- "area": 14874,
- "flag": "🇹🇱",
- "population": 1318442,
- "gini": {
- "2014": 28.7
- },
- "fifa": "TLS",
- "timezones": [
- "UTC+09:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/tl.png",
- "svg": "https://flagcdn.com/tl.svg",
- "alt": "The flag of Timor-Leste has a red field with two isosceles triangles which share a common base on the hoist end. The smaller black triangle, which bears a five-pointed white star at its center and spans one-third the width of the field, is superimposed on the larger yellow triangle that extends to the center of the field."
- }
- },
- {
- "name": {
- "common": "Saint Vincent and the Grenadines",
- "official": "Saint Vincent and the Grenadines"
- },
- "tld": [
- ".vc"
- ],
- "independent": true,
- "capital": [
- "Kingstown"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English"
- },
- "area": 389,
- "flag": "🇻🇨",
- "population": 110947,
- "fifa": "VIN",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/vc.png",
- "svg": "https://flagcdn.com/vc.svg",
- "alt": "The flag of Saint Vincent and the Grenadines is composed of three vertical bands of blue, gold and green. The gold band is twice as wide as the other two bands and bears three green diamonds arranged to form the letter V at its center."
- }
- },
- {
- "name": {
- "common": "Vietnam",
- "official": "Socialist Republic of Vietnam"
- },
- "tld": [
- ".vn"
- ],
- "independent": true,
- "capital": [
- "Hanoi"
- ],
- "subregion": "South-Eastern Asia",
- "languages": {
- "vie": "Vietnamese"
- },
- "borders": [
- "KHM",
- "CHN",
- "LAO"
- ],
- "area": 331212,
- "flag": "🇻🇳",
- "population": 97338583,
- "gini": {
- "2018": 35.7
- },
- "fifa": "VIE",
- "timezones": [
- "UTC+07:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/vn.png",
- "svg": "https://flagcdn.com/vn.svg",
- "alt": "The flag of Vietnam features a large five-pointed yellow star on a red field."
- }
- },
- {
- "name": {
- "common": "Heard Island and McDonald Islands",
- "official": "Heard Island and McDonald Islands"
- },
- "tld": [
- ".hm",
- ".aq"
- ],
- "independent": false,
- "languages": {
- "eng": "English"
- },
- "area": 412,
- "flag": "🇭🇲",
- "population": 0,
- "timezones": [
- "UTC+05:00"
- ],
- "continents": [
- "Antarctica"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/hm.png",
- "svg": "https://flagcdn.com/hm.svg"
- }
- },
- {
- "name": {
- "common": "Ireland",
- "official": "Republic of Ireland"
- },
- "tld": [
- ".ie"
- ],
- "independent": true,
- "capital": [
- "Dublin"
- ],
- "subregion": "Northern Europe",
- "languages": {
- "eng": "English",
- "gle": "Irish"
- },
- "borders": [
- "GBR"
- ],
- "area": 70273,
- "flag": "🇮🇪",
- "population": 4994724,
- "gini": {
- "2017": 31.4
- },
- "fifa": "IRL",
- "timezones": [
- "UTC"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ie.png",
- "svg": "https://flagcdn.com/ie.svg",
- "alt": "The flag of Ireland is composed of three equal vertical bands of green, white and orange."
- }
- },
- {
- "name": {
- "common": "Finland",
- "official": "Republic of Finland"
- },
- "tld": [
- ".fi"
- ],
- "independent": true,
- "capital": [
- "Helsinki"
- ],
- "subregion": "Northern Europe",
- "languages": {
- "fin": "Finnish",
- "swe": "Swedish"
- },
- "borders": [
- "NOR",
- "SWE",
- "RUS"
- ],
- "area": 338424,
- "flag": "🇫🇮",
- "population": 5530719,
- "gini": {
- "2018": 27.3
- },
- "fifa": "FIN",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/fi.png",
- "svg": "https://flagcdn.com/fi.svg",
- "alt": "The flag of Finland has a white field with a large blue cross that extend to the edges of the field. The vertical part of this cross is offset towards the hoist side."
- }
- },
- {
- "name": {
- "common": "Japan",
- "official": "Japan"
- },
- "tld": [
- ".jp",
- ".みんな"
- ],
- "independent": true,
- "capital": [
- "Tokyo"
- ],
- "subregion": "Eastern Asia",
- "languages": {
- "jpn": "Japanese"
- },
- "area": 377930,
- "flag": "🇯🇵",
- "population": 125836021,
- "gini": {
- "2013": 32.9
- },
- "fifa": "JPN",
- "timezones": [
- "UTC+09:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/jp.png",
- "svg": "https://flagcdn.com/jp.svg",
- "alt": "The flag of Japan features a crimson-red circle at the center of a white field."
- }
- },
- {
- "name": {
- "common": "British Indian Ocean Territory",
- "official": "British Indian Ocean Territory"
- },
- "tld": [
- ".io"
- ],
- "independent": false,
- "capital": [
- "Diego Garcia"
- ],
- "subregion": "Eastern Africa",
- "languages": {
- "eng": "English"
- },
- "area": 60,
- "flag": "🇮🇴",
- "population": 3000,
- "timezones": [
- "UTC+06:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/io.png",
- "svg": "https://flagcdn.com/io.svg"
- }
- },
- {
- "name": {
- "common": "Norfolk Island",
- "official": "Territory of Norfolk Island"
- },
- "tld": [
- ".nf"
- ],
- "independent": false,
- "capital": [
- "Kingston"
- ],
- "subregion": "Australia and New Zealand",
- "languages": {
- "eng": "English",
- "pih": "Norfuk"
- },
- "area": 36,
- "flag": "🇳🇫",
- "population": 2302,
- "timezones": [
- "UTC+11:30"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/nf.png",
- "svg": "https://flagcdn.com/nf.svg"
- }
- },
- {
- "name": {
- "common": "Brazil",
- "official": "Federative Republic of Brazil"
- },
- "tld": [
- ".br"
- ],
- "independent": true,
- "capital": [
- "Brasília"
- ],
- "subregion": "South America",
- "languages": {
- "por": "Portuguese"
- },
- "borders": [
- "ARG",
- "BOL",
- "COL",
- "GUF",
- "GUY",
- "PRY",
- "PER",
- "SUR",
- "URY",
- "VEN"
- ],
- "area": 8515767,
- "flag": "🇧🇷",
- "population": 212559409,
- "gini": {
- "2019": 53.4
- },
- "fifa": "BRA",
- "timezones": [
- "UTC-05:00",
- "UTC-04:00",
- "UTC-03:00",
- "UTC-02:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/br.png",
- "svg": "https://flagcdn.com/br.svg",
- "alt": "The flag of Brazil has a green field with a large yellow rhombus in the center. Within the rhombus is a dark blue globe with twenty-seven small five-pointed white stars depicting a starry sky and a thin white convex horizontal band inscribed with the national motto 'Ordem e Progresso' across its center."
- }
- },
- {
- "name": {
- "common": "Montenegro",
- "official": "Montenegro"
- },
- "tld": [
- ".me"
- ],
- "independent": true,
- "capital": [
- "Podgorica"
- ],
- "subregion": "Southeast Europe",
- "languages": {
- "cnr": "Montenegrin"
- },
- "borders": [
- "ALB",
- "BIH",
- "HRV",
- "UNK",
- "SRB"
- ],
- "area": 13812,
- "flag": "🇲🇪",
- "population": 621718,
- "gini": {
- "2016": 38.5
- },
- "fifa": "MNE",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/me.png",
- "svg": "https://flagcdn.com/me.svg",
- "alt": "The flag of Montenegro features a large red central rectangular area surrounded by a golden-yellow border. The coat of arms of Montenegro is centered in the red rectangle."
- }
- },
- {
- "name": {
- "common": "Guyana",
- "official": "Co-operative Republic of Guyana"
- },
- "tld": [
- ".gy"
- ],
- "independent": true,
- "capital": [
- "Georgetown"
- ],
- "subregion": "South America",
- "languages": {
- "eng": "English"
- },
- "borders": [
- "BRA",
- "SUR",
- "VEN"
- ],
- "area": 214969,
- "flag": "🇬🇾",
- "population": 786559,
- "gini": {
- "1998": 45.1
- },
- "fifa": "GUY",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/gy.png",
- "svg": "https://flagcdn.com/gy.svg",
- "alt": "The flag of Guyana has a green field with two isosceles triangles which share a common base on the hoist end. The smaller black-edged red triangle spanning half the width of the field is superimposed on the larger white-edged yellow triangle which spans the full width of the field."
- }
- },
- {
- "name": {
- "common": "Slovakia",
- "official": "Slovak Republic"
- },
- "tld": [
- ".sk"
- ],
- "independent": true,
- "capital": [
- "Bratislava"
- ],
- "subregion": "Central Europe",
- "languages": {
- "slk": "Slovak"
- },
- "borders": [
- "AUT",
- "CZE",
- "HUN",
- "POL",
- "UKR"
- ],
- "area": 49037,
- "flag": "🇸🇰",
- "population": 5458827,
- "gini": {
- "2018": 25
- },
- "fifa": "SVK",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/sk.png",
- "svg": "https://flagcdn.com/sk.svg",
- "alt": "The flag of Slovakia is composed of three equal horizontal bands of white, blue and red. The coat of arms of Slovakia is superimposed at the center of the field slightly towards the hoist side."
- }
- },
- {
- "name": {
- "common": "Guam",
- "official": "Guam"
- },
- "tld": [
- ".gu"
- ],
- "independent": false,
- "capital": [
- "Hagåtña"
- ],
- "subregion": "Micronesia",
- "languages": {
- "cha": "Chamorro",
- "eng": "English",
- "spa": "Spanish"
- },
- "area": 549,
- "flag": "🇬🇺",
- "population": 168783,
- "fifa": "GUM",
- "timezones": [
- "UTC+10:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/gu.png",
- "svg": "https://flagcdn.com/gu.svg"
- }
- },
- {
- "name": {
- "common": "Monaco",
- "official": "Principality of Monaco"
- },
- "tld": [
- ".mc"
- ],
- "independent": true,
- "capital": [
- "Monaco"
- ],
- "subregion": "Western Europe",
- "languages": {
- "fra": "French"
- },
- "borders": [
- "FRA"
- ],
- "area": 2.02,
- "flag": "🇲🇨",
- "population": 39244,
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/mc.png",
- "svg": "https://flagcdn.com/mc.svg",
- "alt": "The flag of Monaco is composed of two equal horizontal bands of red and white."
- }
- },
- {
- "name": {
- "common": "China",
- "official": "People's Republic of China"
- },
- "tld": [
- ".cn",
- ".中国",
- ".中國",
- ".公司",
- ".网络"
- ],
- "independent": true,
- "capital": [
- "Beijing"
- ],
- "subregion": "Eastern Asia",
- "languages": {
- "zho": "Chinese"
- },
- "borders": [
- "AFG",
- "BTN",
- "MMR",
- "HKG",
- "IND",
- "KAZ",
- "NPL",
- "PRK",
- "KGZ",
- "LAO",
- "MAC",
- "MNG",
- "PAK",
- "RUS",
- "TJK",
- "VNM"
- ],
- "area": 9706961,
- "flag": "🇨🇳",
- "population": 1402112000,
- "gini": {
- "2016": 38.5
- },
- "fifa": "CHN",
- "timezones": [
- "UTC+08:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/cn.png",
- "svg": "https://flagcdn.com/cn.svg",
- "alt": "The flag of China has a red field. In the canton are five yellow five-pointed stars — a large star and four smaller stars arranged in a vertical arc on the fly side of the large star."
- }
- },
- {
- "name": {
- "common": "Aruba",
- "official": "Aruba"
- },
- "tld": [
- ".aw"
- ],
- "independent": false,
- "capital": [
- "Oranjestad"
- ],
- "subregion": "Caribbean",
- "languages": {
- "nld": "Dutch",
- "pap": "Papiamento"
- },
- "area": 180,
- "flag": "🇦🇼",
- "population": 106766,
- "fifa": "ARU",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/aw.png",
- "svg": "https://flagcdn.com/aw.svg"
- }
- },
- {
- "name": {
- "common": "Laos",
- "official": "Lao People's Democratic Republic"
- },
- "tld": [
- ".la"
- ],
- "independent": true,
- "capital": [
- "Vientiane"
- ],
- "subregion": "South-Eastern Asia",
- "languages": {
- "lao": "Lao"
- },
- "borders": [
- "MMR",
- "KHM",
- "CHN",
- "THA",
- "VNM"
- ],
- "area": 236800,
- "flag": "🇱🇦",
- "population": 7275556,
- "gini": {
- "2018": 38.8
- },
- "fifa": "LAO",
- "timezones": [
- "UTC+07:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/la.png",
- "svg": "https://flagcdn.com/la.svg",
- "alt": "The flag of Laos is composed of three horizontal bands of red, blue and red. The blue band is twice the height of the red bands and bears a white circle at its center."
- }
- },
- {
- "name": {
- "common": "Venezuela",
- "official": "Bolivarian Republic of Venezuela"
- },
- "tld": [
- ".ve"
- ],
- "independent": true,
- "capital": [
- "Caracas"
- ],
- "subregion": "South America",
- "languages": {
- "spa": "Spanish"
- },
- "borders": [
- "BRA",
- "COL",
- "GUY"
- ],
- "area": 916445,
- "flag": "🇻🇪",
- "population": 28435943,
- "gini": {
- "2006": 44.8
- },
- "fifa": "VEN",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ve.png",
- "svg": "https://flagcdn.com/ve.svg",
- "alt": "The flag of Venezuela is composed of three equal horizontal bands of yellow, blue and red. At the center of the blue band are eight five-pointed white stars arranged in a horizontal arc."
- }
- },
- {
- "name": {
- "common": "Palestine",
- "official": "State of Palestine"
- },
- "tld": [
- ".ps",
- "فلسطين."
- ],
- "independent": false,
- "capital": [
- "Ramallah",
- "Jerusalem"
- ],
- "subregion": "Western Asia",
- "languages": {
- "ara": "Arabic"
- },
- "borders": [
- "ISR",
- "EGY",
- "JOR"
- ],
- "area": 6220,
- "flag": "🇵🇸",
- "population": 4803269,
- "gini": {
- "2016": 33.7
- },
- "fifa": "PLE",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ps.png",
- "svg": "https://flagcdn.com/ps.svg"
- }
- },
- {
- "name": {
- "common": "Sint Maarten",
- "official": "Sint Maarten"
- },
- "tld": [
- ".sx"
- ],
- "independent": false,
- "capital": [
- "Philipsburg"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English",
- "fra": "French",
- "nld": "Dutch"
- },
- "borders": [
- "MAF"
- ],
- "area": 34,
- "flag": "🇸🇽",
- "population": 40812,
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/sx.png",
- "svg": "https://flagcdn.com/sx.svg"
- }
- },
- {
- "name": {
- "common": "Hungary",
- "official": "Hungary"
- },
- "tld": [
- ".hu"
- ],
- "independent": true,
- "capital": [
- "Budapest"
- ],
- "subregion": "Central Europe",
- "languages": {
- "hun": "Hungarian"
- },
- "borders": [
- "AUT",
- "HRV",
- "ROU",
- "SRB",
- "SVK",
- "SVN",
- "UKR"
- ],
- "area": 93028,
- "flag": "🇭🇺",
- "population": 9749763,
- "gini": {
- "2018": 29.6
- },
- "fifa": "HUN",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/hu.png",
- "svg": "https://flagcdn.com/hu.svg",
- "alt": "The flag of Hungary is composed of three equal horizontal bands of red, white and green."
- }
- },
- {
- "name": {
- "common": "Germany",
- "official": "Federal Republic of Germany"
- },
- "tld": [
- ".de"
- ],
- "independent": true,
- "capital": [
- "Berlin"
- ],
- "subregion": "Western Europe",
- "languages": {
- "deu": "German"
- },
- "borders": [
- "AUT",
- "BEL",
- "CZE",
- "DNK",
- "FRA",
- "LUX",
- "NLD",
- "POL",
- "CHE"
- ],
- "area": 357114,
- "flag": "🇩🇪",
- "population": 83240525,
- "gini": {
- "2016": 31.9
- },
- "fifa": "GER",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/de.png",
- "svg": "https://flagcdn.com/de.svg",
- "alt": "The flag of Germany is composed of three equal horizontal bands of black, red and gold."
- }
- },
- {
- "name": {
- "common": "Tonga",
- "official": "Kingdom of Tonga"
- },
- "tld": [
- ".to"
- ],
- "independent": true,
- "capital": [
- "Nuku'alofa"
- ],
- "subregion": "Polynesia",
- "languages": {
- "eng": "English",
- "ton": "Tongan"
- },
- "area": 747,
- "flag": "🇹🇴",
- "population": 105697,
- "gini": {
- "2015": 37.6
- },
- "fifa": "TGA",
- "timezones": [
- "UTC+13:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/to.png",
- "svg": "https://flagcdn.com/to.svg",
- "alt": "The flag of Tonga has a red field. A white rectangle bearing a red Greek cross is superimposed in the canton."
- }
- },
- {
- "name": {
- "common": "Iraq",
- "official": "Republic of Iraq"
- },
- "tld": [
- ".iq"
- ],
- "independent": true,
- "capital": [
- "Baghdad"
- ],
- "subregion": "Western Asia",
- "languages": {
- "ara": "Arabic",
- "arc": "Aramaic",
- "ckb": "Sorani"
- },
- "borders": [
- "IRN",
- "JOR",
- "KWT",
- "SAU",
- "SYR",
- "TUR"
- ],
- "area": 438317,
- "flag": "🇮🇶",
- "population": 40222503,
- "gini": {
- "2012": 29.5
- },
- "fifa": "IRQ",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/iq.png",
- "svg": "https://flagcdn.com/iq.svg",
- "alt": "The flag of Iraq is composed of three equal horizontal bands of red, white and black. In the central white band are Arabic inscriptions in green."
- }
- },
- {
- "name": {
- "common": "Thailand",
- "official": "Kingdom of Thailand"
- },
- "tld": [
- ".th",
- ".ไทย"
- ],
- "independent": true,
- "capital": [
- "Bangkok"
- ],
- "subregion": "South-Eastern Asia",
- "languages": {
- "tha": "Thai"
- },
- "borders": [
- "MMR",
- "KHM",
- "LAO",
- "MYS"
- ],
- "area": 513120,
- "flag": "🇹🇭",
- "population": 69799978,
- "gini": {
- "2019": 34.9
- },
- "fifa": "THA",
- "timezones": [
- "UTC+07:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/th.png",
- "svg": "https://flagcdn.com/th.svg",
- "alt": "The flag of Thailand is composed of five horizontal bands of red, white, blue, white and red, with the central blue band twice the height of the other four bands."
- }
- },
- {
- "name": {
- "common": "Tunisia",
- "official": "Tunisian Republic"
- },
- "tld": [
- ".tn"
- ],
- "independent": true,
- "capital": [
- "Tunis"
- ],
- "subregion": "Northern Africa",
- "languages": {
- "ara": "Arabic"
- },
- "borders": [
- "DZA",
- "LBY"
- ],
- "area": 163610,
- "flag": "🇹🇳",
- "population": 11818618,
- "gini": {
- "2015": 32.8
- },
- "fifa": "TUN",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/tn.png",
- "svg": "https://flagcdn.com/tn.svg",
- "alt": "The flag of Tunisia has a red field. A white circle bearing a five-pointed red star within a fly-side facing red crescent is situated at the center of the field."
- }
- },
- {
- "name": {
- "common": "Burundi",
- "official": "Republic of Burundi"
- },
- "tld": [
- ".bi"
- ],
- "independent": true,
- "capital": [
- "Gitega"
- ],
- "subregion": "Eastern Africa",
- "languages": {
- "fra": "French",
- "run": "Kirundi"
- },
- "borders": [
- "COD",
- "RWA",
- "TZA"
- ],
- "area": 27834,
- "flag": "🇧🇮",
- "population": 11890781,
- "gini": {
- "2013": 38.6
- },
- "fifa": "BDI",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/bi.png",
- "svg": "https://flagcdn.com/bi.svg",
- "alt": "The flag of Burundi is divided by a white diagonal cross into four alternating triangular areas of red at the top and bottom, and green on the hoist and fly sides. A white circle, with three green-edged red six-pointed stars arranged to form a triangle, is superimposed at the center of the cross."
- }
- },
- {
- "name": {
- "common": "Switzerland",
- "official": "Swiss Confederation"
- },
- "tld": [
- ".ch"
- ],
- "independent": true,
- "capital": [
- "Bern"
- ],
- "subregion": "Western Europe",
- "languages": {
- "fra": "French",
- "gsw": "Swiss German",
- "ita": "Italian",
- "roh": "Romansh"
- },
- "borders": [
- "AUT",
- "FRA",
- "ITA",
- "LIE",
- "DEU"
- ],
- "area": 41284,
- "flag": "🇨🇭",
- "population": 8654622,
- "gini": {
- "2018": 33.1
- },
- "fifa": "SUI",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ch.png",
- "svg": "https://flagcdn.com/ch.svg",
- "alt": "The flag of Switzerland is square shaped. It features a white Swiss cross centered on a red field."
- }
- },
- {
- "name": {
- "common": "Åland Islands",
- "official": "Åland Islands"
- },
- "tld": [
- ".ax"
- ],
- "independent": false,
- "capital": [
- "Mariehamn"
- ],
- "subregion": "Northern Europe",
- "languages": {
- "swe": "Swedish"
- },
- "area": 1580,
- "flag": "🇦🇽",
- "population": 29458,
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ax.png",
- "svg": "https://flagcdn.com/ax.svg"
- }
- },
- {
- "name": {
- "common": "Benin",
- "official": "Republic of Benin"
- },
- "tld": [
- ".bj"
- ],
- "independent": true,
- "capital": [
- "Porto-Novo"
- ],
- "subregion": "Western Africa",
- "languages": {
- "fra": "French"
- },
- "borders": [
- "BFA",
- "NER",
- "NGA",
- "TGO"
- ],
- "area": 112622,
- "flag": "🇧🇯",
- "population": 12123198,
- "gini": {
- "2015": 47.8
- },
- "fifa": "BEN",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/bj.png",
- "svg": "https://flagcdn.com/bj.svg",
- "alt": "The flag of Benin features a green vertical band on its hoist side that takes up about two-fifth the width of the field and two equal horizontal bands of yellow and red adjoining the vertical band."
- }
- },
- {
- "name": {
- "common": "Kiribati",
- "official": "Independent and Sovereign Republic of Kiribati"
- },
- "tld": [
- ".ki"
- ],
- "independent": true,
- "capital": [
- "South Tarawa"
- ],
- "subregion": "Micronesia",
- "languages": {
- "eng": "English",
- "gil": "Gilbertese"
- },
- "area": 811,
- "flag": "🇰🇮",
- "population": 119446,
- "gini": {
- "2006": 37
- },
- "timezones": [
- "UTC+12:00",
- "UTC+13:00",
- "UTC+14:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ki.png",
- "svg": "https://flagcdn.com/ki.svg",
- "alt": "The flag of Kiribati is divided into two halves. While the upper half has a red field, at the center of which is a yellow frigate bird flying over the top half of a rising yellow sun with seventeen visible rays, the lower half is composed of six horizontal wavy bands of white alternating with blue to depict the ocean."
- }
- },
- {
- "name": {
- "common": "Sudan",
- "official": "Republic of the Sudan"
- },
- "tld": [
- ".sd"
- ],
- "independent": true,
- "capital": [
- "Khartoum"
- ],
- "subregion": "Northern Africa",
- "languages": {
- "ara": "Arabic",
- "eng": "English"
- },
- "borders": [
- "CAF",
- "TCD",
- "EGY",
- "ERI",
- "ETH",
- "LBY",
- "SSD"
- ],
- "area": 1886068,
- "flag": "🇸🇩",
- "population": 43849269,
- "gini": {
- "2014": 34.2
- },
- "fifa": "SDN",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/sd.png",
- "svg": "https://flagcdn.com/sd.svg",
- "alt": "The flag of Sudan is composed of three equal horizontal bands of red, white and black, with a green isosceles triangle superimposed on the hoist side. The green triangle spans about two-fifth the width of the field with its base on the hoist end."
- }
- },
- {
- "name": {
- "common": "Uzbekistan",
- "official": "Republic of Uzbekistan"
- },
- "tld": [
- ".uz"
- ],
- "independent": true,
- "capital": [
- "Tashkent"
- ],
- "subregion": "Central Asia",
- "languages": {
- "rus": "Russian",
- "uzb": "Uzbek"
- },
- "borders": [
- "AFG",
- "KAZ",
- "KGZ",
- "TJK",
- "TKM"
- ],
- "area": 447400,
- "flag": "🇺🇿",
- "population": 34232050,
- "gini": {
- "2003": 35.3
- },
- "fifa": "UZB",
- "timezones": [
- "UTC+05:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/uz.png",
- "svg": "https://flagcdn.com/uz.svg",
- "alt": "The flag of Uzbekistan is composed of three equal horizontal bands of turquoise, white with red top and bottom edges, and green. On the hoist side of the turquoise band is a fly-side facing white crescent and twelve five-pointed white stars arranged just outside the crescent opening in three rows comprising three, four and five stars."
- }
- },
- {
- "name": {
- "common": "Burkina Faso",
- "official": "Burkina Faso"
- },
- "tld": [
- ".bf"
- ],
- "independent": true,
- "capital": [
- "Ouagadougou"
- ],
- "subregion": "Western Africa",
- "languages": {
- "fra": "French"
- },
- "borders": [
- "BEN",
- "CIV",
- "GHA",
- "MLI",
- "NER",
- "TGO"
- ],
- "area": 272967,
- "flag": "🇧🇫",
- "population": 20903278,
- "gini": {
- "2014": 35.3
- },
- "fifa": "BFA",
- "timezones": [
- "UTC"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/bf.png",
- "svg": "https://flagcdn.com/bf.svg",
- "alt": "The flag of Burkina Faso features two equal horizontal bands of red and green, with a yellow five-pointed star in the center."
- }
- },
- {
- "name": {
- "common": "Sri Lanka",
- "official": "Democratic Socialist Republic of Sri Lanka"
- },
- "tld": [
- ".lk",
- ".இலங்கை",
- ".ලංකා"
- ],
- "independent": true,
- "capital": [
- "Sri Jayawardenepura Kotte"
- ],
- "subregion": "Southern Asia",
- "languages": {
- "sin": "Sinhala",
- "tam": "Tamil"
- },
- "borders": [
- "IND"
- ],
- "area": 65610,
- "flag": "🇱🇰",
- "population": 21919000,
- "gini": {
- "2016": 39.3
- },
- "fifa": "SRI",
- "timezones": [
- "UTC+05:30"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/lk.png",
- "svg": "https://flagcdn.com/lk.svg",
- "alt": "The flag of Sri Lanka features two large adjacent but separate rectangular areas, centered on a golden-yellow field. The smaller hoist-side rectangle is divided into two equal vertical bands of teal and orange, and the larger fly-side rectangle is maroon with a centered golden-yellow lion holding a Kastane sword in its right fore-paw and four golden-yellow Bo leaves, one in each corner."
- }
- },
- {
- "name": {
- "common": "Niger",
- "official": "Republic of Niger"
- },
- "tld": [
- ".ne"
- ],
- "independent": true,
- "capital": [
- "Niamey"
- ],
- "subregion": "Western Africa",
- "languages": {
- "fra": "French"
- },
- "borders": [
- "DZA",
- "BEN",
- "BFA",
- "TCD",
- "LBY",
- "MLI",
- "NGA"
- ],
- "area": 1267000,
- "flag": "🇳🇪",
- "population": 24206636,
- "gini": {
- "2014": 34.3
- },
- "fifa": "NIG",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ne.png",
- "svg": "https://flagcdn.com/ne.svg",
- "alt": "The flag of Niger features three equal horizontal bands of orange, white and green, with an orange circle centered in the white band."
- }
- },
- {
- "name": {
- "common": "Suriname",
- "official": "Republic of Suriname"
- },
- "tld": [
- ".sr"
- ],
- "independent": true,
- "capital": [
- "Paramaribo"
- ],
- "subregion": "South America",
- "languages": {
- "nld": "Dutch"
- },
- "borders": [
- "BRA",
- "GUF",
- "GUY"
- ],
- "area": 163820,
- "flag": "🇸🇷",
- "population": 586634,
- "gini": {
- "1999": 57.9
- },
- "fifa": "SUR",
- "timezones": [
- "UTC-03:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/sr.png",
- "svg": "https://flagcdn.com/sr.svg",
- "alt": "The flag of Suriname is composed of five horizontal bands of green, white, red, white and green in the ratio of 2:1:4:1:2. A large five-pointed yellow star is centered in the red band."
- }
- },
- {
- "name": {
- "common": "Angola",
- "official": "Republic of Angola"
- },
- "tld": [
- ".ao"
- ],
- "independent": true,
- "capital": [
- "Luanda"
- ],
- "subregion": "Middle Africa",
- "languages": {
- "por": "Portuguese"
- },
- "borders": [
- "COG",
- "COD",
- "ZMB",
- "NAM"
- ],
- "area": 1246700,
- "flag": "🇦🇴",
- "population": 32866268,
- "gini": {
- "2018": 51.3
- },
- "fifa": "ANG",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ao.png",
- "svg": "https://flagcdn.com/ao.svg",
- "alt": "The flag of Angola features two equal horizontal bands of red and black, with a yellow emblem at its centre. This emblem consists of a five-pointed star within the hoist-side facing half of a cogwheel that is crossed on its lower end by a machete."
- }
- },
- {
- "name": {
- "common": "Ivory Coast",
- "official": "Republic of Côte d'Ivoire"
- },
- "tld": [
- ".ci"
- ],
- "independent": true,
- "capital": [
- "Yamoussoukro"
- ],
- "subregion": "Western Africa",
- "languages": {
- "fra": "French"
- },
- "borders": [
- "BFA",
- "GHA",
- "GIN",
- "LBR",
- "MLI"
- ],
- "area": 322463,
- "flag": "🇨🇮",
- "population": 26378275,
- "gini": {
- "2015": 41.5
- },
- "fifa": "CIV",
- "timezones": [
- "UTC"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ci.png",
- "svg": "https://flagcdn.com/ci.svg",
- "alt": "The flag of Ivory Coast is composed of three equal vertical bands of orange, white and green."
- }
- },
- {
- "name": {
- "common": "Cayman Islands",
- "official": "Cayman Islands"
- },
- "tld": [
- ".ky"
- ],
- "independent": false,
- "capital": [
- "George Town"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English"
- },
- "area": 264,
- "flag": "🇰🇾",
- "population": 65720,
- "fifa": "CAY",
- "timezones": [
- "UTC-05:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ky.png",
- "svg": "https://flagcdn.com/ky.svg"
- }
- },
- {
- "name": {
- "common": "Lesotho",
- "official": "Kingdom of Lesotho"
- },
- "tld": [
- ".ls"
- ],
- "independent": true,
- "capital": [
- "Maseru"
- ],
- "subregion": "Southern Africa",
- "languages": {
- "eng": "English",
- "sot": "Sotho"
- },
- "borders": [
- "ZAF"
- ],
- "area": 30355,
- "flag": "🇱🇸",
- "population": 2142252,
- "gini": {
- "2017": 44.9
- },
- "fifa": "LES",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ls.png",
- "svg": "https://flagcdn.com/ls.svg",
- "alt": "The flag of Lesotho is composed of three horizontal bands of blue, white and green in the ratio of 3:4:3. A black mokorotlo — a Basotho hat — is centered in the white band."
- }
- },
- {
- "name": {
- "common": "Montserrat",
- "official": "Montserrat"
- },
- "tld": [
- ".ms"
- ],
- "independent": false,
- "capital": [
- "Plymouth"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English"
- },
- "area": 102,
- "flag": "🇲🇸",
- "population": 4922,
- "fifa": "MSR",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ms.png",
- "svg": "https://flagcdn.com/ms.svg"
- }
- },
- {
- "name": {
- "common": "Malawi",
- "official": "Republic of Malawi"
- },
- "tld": [
- ".mw"
- ],
- "independent": true,
- "capital": [
- "Lilongwe"
- ],
- "subregion": "Eastern Africa",
- "languages": {
- "eng": "English",
- "nya": "Chewa"
- },
- "borders": [
- "MOZ",
- "TZA",
- "ZMB"
- ],
- "area": 118484,
- "flag": "🇲🇼",
- "population": 19129955,
- "gini": {
- "2016": 44.7
- },
- "fifa": "MWI",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/mw.png",
- "svg": "https://flagcdn.com/mw.svg",
- "alt": "The flag of Malawi is composed of three equal horizontal bands of black, red and green. The top half of a red sun with thirty-one visible rays is centered in the black band."
- }
- },
- {
- "name": {
- "common": "Bahamas",
- "official": "Commonwealth of the Bahamas"
- },
- "tld": [
- ".bs"
- ],
- "independent": true,
- "capital": [
- "Nassau"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English"
- },
- "area": 13943,
- "flag": "🇧🇸",
- "population": 393248,
- "fifa": "BAH",
- "timezones": [
- "UTC-05:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/bs.png",
- "svg": "https://flagcdn.com/bs.svg",
- "alt": "The flag of the Bahamas is composed of three equal horizontal bands of aquamarine, yellow and aquamarine, with a black equilateral triangle superimposed on the hoist side of the field. This triangle has its base on the hoist end and spans about one-third the width of the field."
- }
- },
- {
- "name": {
- "common": "Guinea-Bissau",
- "official": "Republic of Guinea-Bissau"
- },
- "tld": [
- ".gw"
- ],
- "independent": true,
- "capital": [
- "Bissau"
- ],
- "subregion": "Western Africa",
- "languages": {
- "por": "Portuguese",
- "pov": "Upper Guinea Creole"
- },
- "borders": [
- "GIN",
- "SEN"
- ],
- "area": 36125,
- "flag": "🇬🇼",
- "population": 1967998,
- "gini": {
- "2010": 50.7
- },
- "fifa": "GNB",
- "timezones": [
- "UTC"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/gw.png",
- "svg": "https://flagcdn.com/gw.svg",
- "alt": "The flag of Guinea-Bissau features a red vertical band on its hoist side that takes up about two-fifth the width of the field, and two equal horizontal bands of yellow and green adjoining the vertical band. A five-pointed black star is centered in the vertical band."
- }
- },
- {
- "name": {
- "common": "Saint Barthélemy",
- "official": "Collectivity of Saint Barthélemy"
- },
- "tld": [
- ".bl"
- ],
- "independent": false,
- "capital": [
- "Gustavia"
- ],
- "subregion": "Caribbean",
- "languages": {
- "fra": "French"
- },
- "area": 21,
- "flag": "🇧🇱",
- "population": 4255,
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/bl.png",
- "svg": "https://flagcdn.com/bl.svg"
- }
- },
- {
- "name": {
- "common": "Seychelles",
- "official": "Republic of Seychelles"
- },
- "tld": [
- ".sc"
- ],
- "independent": true,
- "capital": [
- "Victoria"
- ],
- "subregion": "Eastern Africa",
- "languages": {
- "crs": "Seychellois Creole",
- "eng": "English",
- "fra": "French"
- },
- "area": 452,
- "flag": "🇸🇨",
- "population": 98462,
- "gini": {
- "2018": 32.1
- },
- "fifa": "SEY",
- "timezones": [
- "UTC+04:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/sc.png",
- "svg": "https://flagcdn.com/sc.svg",
- "alt": "The flag of Seychelles is composed of five broadening oblique bands of blue, yellow, red, white and green, which extend from the hoist side of the bottom edge to the top and fly edges of the field."
- }
- },
- {
- "name": {
- "common": "Christmas Island",
- "official": "Territory of Christmas Island"
- },
- "tld": [
- ".cx"
- ],
- "independent": false,
- "capital": [
- "Flying Fish Cove"
- ],
- "subregion": "Australia and New Zealand",
- "languages": {
- "eng": "English"
- },
- "area": 135,
- "flag": "🇨🇽",
- "population": 2072,
- "timezones": [
- "UTC+07:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/cx.png",
- "svg": "https://flagcdn.com/cx.svg"
- }
- },
- {
- "name": {
- "common": "Micronesia",
- "official": "Federated States of Micronesia"
- },
- "tld": [
- ".fm"
- ],
- "independent": true,
- "capital": [
- "Palikir"
- ],
- "subregion": "Micronesia",
- "languages": {
- "eng": "English"
- },
- "area": 702,
- "flag": "🇫🇲",
- "population": 115021,
- "gini": {
- "2013": 40.1
- },
- "timezones": [
- "UTC+10:00",
- "UTC+11:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/fm.png",
- "svg": "https://flagcdn.com/fm.svg",
- "alt": "The flag of Micronesia has a light blue field, at the center of which are four five-pointed white stars arranged in the shape of a diamond."
- }
- },
- {
- "name": {
- "common": "Belgium",
- "official": "Kingdom of Belgium"
- },
- "tld": [
- ".be"
- ],
- "independent": true,
- "capital": [
- "Brussels"
- ],
- "subregion": "Western Europe",
- "languages": {
- "deu": "German",
- "fra": "French",
- "nld": "Dutch"
- },
- "borders": [
- "FRA",
- "DEU",
- "LUX",
- "NLD"
- ],
- "area": 30528,
- "flag": "🇧🇪",
- "population": 11555997,
- "gini": {
- "2018": 27.2
- },
- "fifa": "BEL",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/be.png",
- "svg": "https://flagcdn.com/be.svg",
- "alt": "The flag of Belgium is composed of three equal vertical bands of black, yellow and red."
- }
- },
- {
- "name": {
- "common": "French Guiana",
- "official": "Guiana"
- },
- "tld": [
- ".gf"
- ],
- "independent": false,
- "capital": [
- "Cayenne"
- ],
- "subregion": "South America",
- "languages": {
- "fra": "French"
- },
- "borders": [
- "BRA",
- "SUR"
- ],
- "area": 83534,
- "flag": "🇬🇫",
- "population": 254541,
- "timezones": [
- "UTC-03:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/gf.png",
- "svg": "https://flagcdn.com/gf.svg"
- }
- },
- {
- "name": {
- "common": "Taiwan",
- "official": "Republic of China (Taiwan)"
- },
- "tld": [
- ".tw",
- ".台灣",
- ".台湾"
- ],
- "independent": false,
- "capital": [
- "Taipei"
- ],
- "subregion": "Eastern Asia",
- "languages": {
- "zho": "Chinese"
- },
- "area": 36193,
- "flag": "🇹🇼",
- "population": 23503349,
- "fifa": "TPE",
- "timezones": [
- "UTC+08:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/tw.png",
- "svg": "https://flagcdn.com/tw.svg"
- }
- },
- {
- "name": {
- "common": "South Korea",
- "official": "Republic of Korea"
- },
- "tld": [
- ".kr",
- ".한국"
- ],
- "independent": true,
- "capital": [
- "Seoul"
- ],
- "subregion": "Eastern Asia",
- "languages": {
- "kor": "Korean"
- },
- "borders": [
- "PRK"
- ],
- "area": 100210,
- "flag": "🇰🇷",
- "population": 51780579,
- "gini": {
- "2016": 31.4
- },
- "fifa": "KOR",
- "timezones": [
- "UTC+09:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/kr.png",
- "svg": "https://flagcdn.com/kr.svg",
- "alt": "The flag of South Korea has a white field, at the center of which is a red and blue Taegeuk circle surrounded by four black trigrams, one in each corner."
- }
- },
- {
- "name": {
- "common": "Denmark",
- "official": "Kingdom of Denmark"
- },
- "tld": [
- ".dk"
- ],
- "independent": true,
- "capital": [
- "Copenhagen"
- ],
- "subregion": "Northern Europe",
- "languages": {
- "dan": "Danish"
- },
- "borders": [
- "DEU"
- ],
- "area": 43094,
- "flag": "🇩🇰",
- "population": 5831404,
- "gini": {
- "2018": 28.2
- },
- "fifa": "DEN",
- "timezones": [
- "UTC-04:00",
- "UTC-03:00",
- "UTC-01:00",
- "UTC",
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/dk.png",
- "svg": "https://flagcdn.com/dk.svg",
- "alt": "The flag of Denmark has a red field with a large white cross that extend to the edges of the field. The vertical part of this cross is offset towards the hoist side."
- }
- },
- {
- "name": {
- "common": "Oman",
- "official": "Sultanate of Oman"
- },
- "tld": [
- ".om"
- ],
- "independent": true,
- "capital": [
- "Muscat"
- ],
- "subregion": "Western Asia",
- "languages": {
- "ara": "Arabic"
- },
- "borders": [
- "SAU",
- "ARE",
- "YEM"
- ],
- "area": 309500,
- "flag": "🇴🇲",
- "population": 5106622,
- "fifa": "OMA",
- "timezones": [
- "UTC+04:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/om.png",
- "svg": "https://flagcdn.com/om.svg",
- "alt": "The flag of Oman features a red vertical band on the hoist side that takes up about one-fourth the width of the field, and three equal horizontal bands of white, red and green adjoining the vertical band. At the top of the vertical band is the white emblem of Oman."
- }
- },
- {
- "name": {
- "common": "Pitcairn Islands",
- "official": "Pitcairn Group of Islands"
- },
- "tld": [
- ".pn"
- ],
- "independent": false,
- "capital": [
- "Adamstown"
- ],
- "subregion": "Polynesia",
- "languages": {
- "eng": "English"
- },
- "area": 47,
- "flag": "🇵🇳",
- "population": 56,
- "timezones": [
- "UTC-08:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/pn.png",
- "svg": "https://flagcdn.com/pn.svg"
- }
- },
- {
- "name": {
- "common": "Senegal",
- "official": "Republic of Senegal"
- },
- "tld": [
- ".sn"
- ],
- "independent": true,
- "capital": [
- "Dakar"
- ],
- "subregion": "Western Africa",
- "languages": {
- "fra": "French"
- },
- "borders": [
- "GMB",
- "GIN",
- "GNB",
- "MLI",
- "MRT"
- ],
- "area": 196722,
- "flag": "🇸🇳",
- "population": 16743930,
- "gini": {
- "2011": 40.3
- },
- "fifa": "SEN",
- "timezones": [
- "UTC"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/sn.png",
- "svg": "https://flagcdn.com/sn.svg",
- "alt": "The flag of Senegal is composed of three equal vertical bands of green, golden-yellow and red, with a five-pointed green star centered in the golden-yellow band."
- }
- }
- ]
-}
\ No newline at end of file
diff --git a/src/data/countries/countries.json b/src/data/countries/countries.json
deleted file mode 100644
index eeb2b952..00000000
--- a/src/data/countries/countries.json
+++ /dev/null
@@ -1,9648 +0,0 @@
-[
- {
- "name": {
- "common": "Guatemala",
- "official": "Republic of Guatemala"
- },
- "tld": [
- ".gt"
- ],
- "independent": true,
- "capital": [
- "Guatemala City"
- ],
- "subregion": "Central America",
- "languages": {
- "spa": "Spanish"
- },
- "borders": [
- "BLZ",
- "SLV",
- "HND",
- "MEX"
- ],
- "area": 108889,
- "flag": "🇬🇹",
- "population": 16858333,
- "gini": {
- "2014": 48.3
- },
- "fifa": "GUA",
- "timezones": [
- "UTC-06:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/gt.png",
- "svg": "https://flagcdn.com/gt.svg",
- "alt": "The flag of Guatemala is composed of three equal vertical bands of light blue, white and light blue, with the national coat of arms centered in the white band."
- }
- },
- {
- "name": {
- "common": "Singapore",
- "official": "Republic of Singapore"
- },
- "tld": [
- ".sg",
- ".新加坡",
- ".சிங்கப்பூர்"
- ],
- "independent": true,
- "capital": [
- "Singapore"
- ],
- "subregion": "South-Eastern Asia",
- "languages": {
- "zho": "Chinese",
- "eng": "English",
- "msa": "Malay",
- "tam": "Tamil"
- },
- "area": 710,
- "flag": "🇸🇬",
- "population": 5685807,
- "fifa": "SIN",
- "timezones": [
- "UTC+08:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/sg.png",
- "svg": "https://flagcdn.com/sg.svg",
- "alt": "The flag of Singapore is composed of two equal horizontal bands of red and white. On the hoist side of the red band is a fly-side facing white crescent which partially encloses five small five-pointed white stars arranged in the shape of a pentagon."
- }
- },
- {
- "name": {
- "common": "Bosnia and Herzegovina",
- "official": "Bosnia and Herzegovina"
- },
- "tld": [
- ".ba"
- ],
- "independent": true,
- "capital": [
- "Sarajevo"
- ],
- "subregion": "Southeast Europe",
- "languages": {
- "bos": "Bosnian",
- "hrv": "Croatian",
- "srp": "Serbian"
- },
- "borders": [
- "HRV",
- "MNE",
- "SRB"
- ],
- "area": 51209,
- "flag": "🇧🇦",
- "population": 3280815,
- "gini": {
- "2011": 33
- },
- "fifa": "BIH",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ba.png",
- "svg": "https://flagcdn.com/ba.svg",
- "alt": "The flag of Bosnia and Herzegovina has a blue field, at the center of which is a large yellow hoist-side facing right-angled triangle that is based on the top edge and spans the height of the field. Adjacent to the hypotenuse of this triangle are nine adjoining five-pointed white stars with the top and bottom stars cut in half by the edges of the field."
- }
- },
- {
- "name": {
- "common": "Maldives",
- "official": "Republic of the Maldives"
- },
- "tld": [
- ".mv"
- ],
- "independent": true,
- "capital": [
- "Malé"
- ],
- "subregion": "Southern Asia",
- "languages": {
- "div": "Maldivian"
- },
- "area": 300,
- "flag": "🇲🇻",
- "population": 540542,
- "gini": {
- "2016": 31.3
- },
- "fifa": "MDV",
- "timezones": [
- "UTC+05:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/mv.png",
- "svg": "https://flagcdn.com/mv.svg",
- "alt": "The flag of Maldives has a red field, at the center of which is a large green rectangle bearing a fly-side facing white crescent."
- }
- },
- {
- "name": {
- "common": "Latvia",
- "official": "Republic of Latvia"
- },
- "tld": [
- ".lv"
- ],
- "independent": true,
- "capital": [
- "Riga"
- ],
- "subregion": "Northern Europe",
- "languages": {
- "lav": "Latvian"
- },
- "borders": [
- "BLR",
- "EST",
- "LTU",
- "RUS"
- ],
- "area": 64559,
- "flag": "🇱🇻",
- "population": 1901548,
- "gini": {
- "2018": 35.1
- },
- "fifa": "LVA",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/lv.png",
- "svg": "https://flagcdn.com/lv.svg",
- "alt": "The flag of Latvia has a carmine-red field with a thin white horizontal band across the middle of the field."
- }
- },
- {
- "name": {
- "common": "Greece",
- "official": "Hellenic Republic"
- },
- "tld": [
- ".gr"
- ],
- "independent": true,
- "capital": [
- "Athens"
- ],
- "subregion": "Southern Europe",
- "languages": {
- "ell": "Greek"
- },
- "borders": [
- "ALB",
- "BGR",
- "TUR",
- "MKD"
- ],
- "area": 131990,
- "flag": "🇬🇷",
- "population": 10715549,
- "gini": {
- "2018": 32.9
- },
- "fifa": "GRE",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/gr.png",
- "svg": "https://flagcdn.com/gr.svg",
- "alt": "The flag of Greece is composed of nine equal horizontal bands of blue alternating with white. A blue square bearing a white cross is superimposed in the canton."
- }
- },
- {
- "name": {
- "common": "Cocos (Keeling) Islands",
- "official": "Territory of the Cocos (Keeling) Islands"
- },
- "tld": [
- ".cc"
- ],
- "independent": false,
- "capital": [
- "West Island"
- ],
- "subregion": "Australia and New Zealand",
- "languages": {
- "eng": "English"
- },
- "area": 14,
- "flag": "🇨🇨",
- "population": 544,
- "timezones": [
- "UTC+06:30"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/cc.png",
- "svg": "https://flagcdn.com/cc.svg"
- }
- },
- {
- "name": {
- "common": "Mayotte",
- "official": "Department of Mayotte"
- },
- "tld": [
- ".yt"
- ],
- "independent": false,
- "capital": [
- "Mamoudzou"
- ],
- "subregion": "Eastern Africa",
- "languages": {
- "fra": "French"
- },
- "area": 374,
- "flag": "🇾🇹",
- "population": 226915,
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/yt.png",
- "svg": "https://flagcdn.com/yt.svg"
- }
- },
- {
- "name": {
- "common": "Jordan",
- "official": "Hashemite Kingdom of Jordan"
- },
- "tld": [
- ".jo",
- "الاردن."
- ],
- "independent": true,
- "capital": [
- "Amman"
- ],
- "subregion": "Western Asia",
- "languages": {
- "ara": "Arabic"
- },
- "borders": [
- "IRQ",
- "ISR",
- "PSE",
- "SAU",
- "SYR"
- ],
- "area": 89342,
- "flag": "🇯🇴",
- "population": 10203140,
- "gini": {
- "2010": 33.7
- },
- "fifa": "JOR",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/jo.png",
- "svg": "https://flagcdn.com/jo.svg",
- "alt": "The flag of Jordan is composed of three equal horizontal bands of black, white and green, with a red isosceles triangle superimposed on the hoist side of the field. This triangle has its base on the hoist end, spans about half the width of the field and bears a small seven-pointed white star at its center."
- }
- },
- {
- "name": {
- "common": "Bangladesh",
- "official": "People's Republic of Bangladesh"
- },
- "tld": [
- ".bd"
- ],
- "independent": true,
- "capital": [
- "Dhaka"
- ],
- "subregion": "Southern Asia",
- "languages": {
- "ben": "Bengali"
- },
- "borders": [
- "MMR",
- "IND"
- ],
- "area": 147570,
- "flag": "🇧🇩",
- "population": 164689383,
- "gini": {
- "2016": 32.4
- },
- "fifa": "BAN",
- "timezones": [
- "UTC+06:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/bd.png",
- "svg": "https://flagcdn.com/bd.svg",
- "alt": "The flag of Bangladesh has a dark green field bearing a large red circle that is offset slightly towards the hoist side of center."
- }
- },
- {
- "name": {
- "common": "American Samoa",
- "official": "American Samoa"
- },
- "tld": [
- ".as"
- ],
- "independent": false,
- "capital": [
- "Pago Pago"
- ],
- "subregion": "Polynesia",
- "languages": {
- "eng": "English",
- "smo": "Samoan"
- },
- "area": 199,
- "flag": "🇦🇸",
- "population": 55197,
- "fifa": "ASA",
- "timezones": [
- "UTC-11:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/as.png",
- "svg": "https://flagcdn.com/as.svg"
- }
- },
- {
- "name": {
- "common": "Italy",
- "official": "Italian Republic"
- },
- "tld": [
- ".it"
- ],
- "independent": true,
- "capital": [
- "Rome"
- ],
- "subregion": "Southern Europe",
- "languages": {
- "ita": "Italian"
- },
- "borders": [
- "AUT",
- "FRA",
- "SMR",
- "SVN",
- "CHE",
- "VAT"
- ],
- "area": 301336,
- "flag": "🇮🇹",
- "population": 59554023,
- "gini": {
- "2017": 35.9
- },
- "fifa": "ITA",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/it.png",
- "svg": "https://flagcdn.com/it.svg",
- "alt": "The flag of Italy is composed of three equal vertical bands of green, white and red."
- }
- },
- {
- "name": {
- "common": "Algeria",
- "official": "People's Democratic Republic of Algeria"
- },
- "tld": [
- ".dz",
- "الجزائر."
- ],
- "independent": true,
- "capital": [
- "Algiers"
- ],
- "subregion": "Northern Africa",
- "languages": {
- "ara": "Arabic"
- },
- "borders": [
- "TUN",
- "LBY",
- "NER",
- "ESH",
- "MRT",
- "MLI",
- "MAR"
- ],
- "area": 2381741,
- "flag": "🇩🇿",
- "population": 44700000,
- "gini": {
- "2011": 27.6
- },
- "fifa": "ALG",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/dz.png",
- "svg": "https://flagcdn.com/dz.svg",
- "alt": "The flag of Algeria features two equal vertical bands of green and white. A five-pointed red star within a fly-side facing red crescent is centered over the two-color boundary."
- }
- },
- {
- "name": {
- "common": "France",
- "official": "French Republic"
- },
- "tld": [
- ".fr"
- ],
- "independent": true,
- "capital": [
- "Paris"
- ],
- "subregion": "Western Europe",
- "languages": {
- "fra": "French"
- },
- "borders": [
- "AND",
- "BEL",
- "DEU",
- "ITA",
- "LUX",
- "MCO",
- "ESP",
- "CHE"
- ],
- "area": 551695,
- "flag": "🇫🇷",
- "population": 67391582,
- "gini": {
- "2018": 32.4
- },
- "fifa": "FRA",
- "timezones": [
- "UTC-10:00",
- "UTC-09:30",
- "UTC-09:00",
- "UTC-08:00",
- "UTC-04:00",
- "UTC-03:00",
- "UTC+01:00",
- "UTC+02:00",
- "UTC+03:00",
- "UTC+04:00",
- "UTC+05:00",
- "UTC+10:00",
- "UTC+11:00",
- "UTC+12:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/fr.png",
- "svg": "https://flagcdn.com/fr.svg",
- "alt": "The flag of France is composed of three equal vertical bands of blue, white and red."
- }
- },
- {
- "name": {
- "common": "Bhutan",
- "official": "Kingdom of Bhutan"
- },
- "tld": [
- ".bt"
- ],
- "independent": true,
- "capital": [
- "Thimphu"
- ],
- "subregion": "Southern Asia",
- "languages": {
- "dzo": "Dzongkha"
- },
- "borders": [
- "CHN",
- "IND"
- ],
- "area": 38394,
- "flag": "🇧🇹",
- "population": 771612,
- "gini": {
- "2017": 37.4
- },
- "fifa": "BHU",
- "timezones": [
- "UTC+06:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/bt.png",
- "svg": "https://flagcdn.com/bt.svg",
- "alt": "The flag of Bhutan is divided diagonally, from the lower hoist-side corner to the upper fly-side corner, into an upper yellow and a lower orange triangle. A fly-side facing white dragon holding four jewels in its claws is situated along the boundary of the two triangles."
- }
- },
- {
- "name": {
- "common": "São Tomé and Príncipe",
- "official": "Democratic Republic of São Tomé and Príncipe"
- },
- "tld": [
- ".st"
- ],
- "independent": true,
- "capital": [
- "São Tomé"
- ],
- "subregion": "Middle Africa",
- "languages": {
- "por": "Portuguese"
- },
- "area": 964,
- "flag": "🇸🇹",
- "population": 219161,
- "gini": {
- "2017": 56.3
- },
- "fifa": "STP",
- "timezones": [
- "UTC"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/st.png",
- "svg": "https://flagcdn.com/st.svg",
- "alt": "The flag of South Sudan is composed of three equal horizontal bands of black, red with white top and bottom edges, and green. A blue equilateral triangle which spans about two-fifth the width of the field is superimposed on the hoist side with its base on the hoist end of the field. At the center of this triangle is a five-pointed yellow star."
- }
- },
- {
- "name": {
- "common": "Nauru",
- "official": "Republic of Nauru"
- },
- "tld": [
- ".nr"
- ],
- "independent": true,
- "capital": [
- "Yaren"
- ],
- "subregion": "Micronesia",
- "languages": {
- "eng": "English",
- "nau": "Nauru"
- },
- "area": 21,
- "flag": "🇳🇷",
- "population": 10834,
- "gini": {
- "2012": 34.8
- },
- "timezones": [
- "UTC+12:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/nr.png",
- "svg": "https://flagcdn.com/nr.svg",
- "alt": "The flag of Nauru has a dark blue field with a thin yellow horizontal band across the center and a large white twelve-pointed star beneath the horizontal band on the hoist side of the field."
- }
- },
- {
- "name": {
- "common": "Gabon",
- "official": "Gabonese Republic"
- },
- "tld": [
- ".ga"
- ],
- "independent": true,
- "capital": [
- "Libreville"
- ],
- "subregion": "Middle Africa",
- "languages": {
- "fra": "French"
- },
- "borders": [
- "CMR",
- "COG",
- "GNQ"
- ],
- "area": 267668,
- "flag": "🇬🇦",
- "population": 2225728,
- "gini": {
- "2017": 38
- },
- "fifa": "GAB",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ga.png",
- "svg": "https://flagcdn.com/ga.svg",
- "alt": "The flag of Gabon is composed of three equal horizontal bands of green, yellow and blue."
- }
- },
- {
- "name": {
- "common": "New Caledonia",
- "official": "New Caledonia"
- },
- "tld": [
- ".nc"
- ],
- "independent": false,
- "capital": [
- "Nouméa"
- ],
- "subregion": "Melanesia",
- "languages": {
- "fra": "French"
- },
- "area": 18575,
- "flag": "🇳🇨",
- "population": 271960,
- "fifa": "NCL",
- "timezones": [
- "UTC+11:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/nc.png",
- "svg": "https://flagcdn.com/nc.svg"
- }
- },
- {
- "name": {
- "common": "Norway",
- "official": "Kingdom of Norway"
- },
- "tld": [
- ".no"
- ],
- "independent": true,
- "capital": [
- "Oslo"
- ],
- "subregion": "Northern Europe",
- "languages": {
- "nno": "Norwegian Nynorsk",
- "nob": "Norwegian Bokmål",
- "smi": "Sami"
- },
- "borders": [
- "FIN",
- "SWE",
- "RUS"
- ],
- "area": 323802,
- "flag": "🇳🇴",
- "population": 5379475,
- "gini": {
- "2018": 27.6
- },
- "fifa": "NOR",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/no.png",
- "svg": "https://flagcdn.com/no.svg",
- "alt": "The flag of Norway has a red field with a large white-edged navy blue cross that extends to the edges of the field. The vertical part of this cross is offset towards the hoist side."
- }
- },
- {
- "name": {
- "common": "Tuvalu",
- "official": "Tuvalu"
- },
- "tld": [
- ".tv"
- ],
- "independent": true,
- "capital": [
- "Funafuti"
- ],
- "subregion": "Polynesia",
- "languages": {
- "eng": "English",
- "tvl": "Tuvaluan"
- },
- "area": 26,
- "flag": "🇹🇻",
- "population": 11792,
- "gini": {
- "2010": 39.1
- },
- "timezones": [
- "UTC+12:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/tv.png",
- "svg": "https://flagcdn.com/tv.svg",
- "alt": "The flag of Tuvalu has a light blue field with the flag of the United Kingdom — the Union Jack — in the canton. A representation of the country's nine Islands using nine five-pointed yellow stars is situated in the fly half of the field."
- }
- },
- {
- "name": {
- "common": "India",
- "official": "Republic of India"
- },
- "tld": [
- ".in"
- ],
- "independent": true,
- "capital": [
- "New Delhi"
- ],
- "subregion": "Southern Asia",
- "languages": {
- "eng": "English",
- "hin": "Hindi",
- "tam": "Tamil"
- },
- "borders": [
- "BGD",
- "BTN",
- "MMR",
- "CHN",
- "NPL",
- "PAK"
- ],
- "area": 3287590,
- "flag": "🇮🇳",
- "population": 1380004385,
- "gini": {
- "2011": 35.7
- },
- "fifa": "IND",
- "timezones": [
- "UTC+05:30"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/in.png",
- "svg": "https://flagcdn.com/in.svg",
- "alt": "The flag of India is composed of three equal horizontal bands of saffron, white and green. A navy blue wheel with twenty-four spokes — the Ashoka Chakra — is centered in the white band."
- }
- },
- {
- "name": {
- "common": "Cambodia",
- "official": "Kingdom of Cambodia"
- },
- "tld": [
- ".kh"
- ],
- "independent": true,
- "capital": [
- "Phnom Penh"
- ],
- "subregion": "South-Eastern Asia",
- "languages": {
- "khm": "Khmer"
- },
- "borders": [
- "LAO",
- "THA",
- "VNM"
- ],
- "area": 181035,
- "flag": "🇰🇭",
- "population": 16718971,
- "fifa": "CAM",
- "timezones": [
- "UTC+07:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/kh.png",
- "svg": "https://flagcdn.com/kh.svg",
- "alt": "The flag of Cambodia features three horizontal bands of blue, red and blue, with a white depiction of the temple complex, Angkor Wat centered in the red band."
- }
- },
- {
- "name": {
- "common": "Mauritius",
- "official": "Republic of Mauritius"
- },
- "tld": [
- ".mu"
- ],
- "independent": true,
- "capital": [
- "Port Louis"
- ],
- "subregion": "Eastern Africa",
- "languages": {
- "eng": "English",
- "fra": "French",
- "mfe": "Mauritian Creole"
- },
- "area": 2040,
- "flag": "🇲🇺",
- "population": 1265740,
- "gini": {
- "2017": 36.8
- },
- "fifa": "MRI",
- "timezones": [
- "UTC+04:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/mu.png",
- "svg": "https://flagcdn.com/mu.svg",
- "alt": "The flag of Mauritius is composed of four equal horizontal bands of red, blue, yellow and green."
- }
- },
- {
- "name": {
- "common": "DR Congo",
- "official": "Democratic Republic of the Congo"
- },
- "tld": [
- ".cd"
- ],
- "independent": true,
- "capital": [
- "Kinshasa"
- ],
- "subregion": "Middle Africa",
- "languages": {
- "fra": "French",
- "kon": "Kikongo",
- "lin": "Lingala",
- "lua": "Tshiluba",
- "swa": "Swahili"
- },
- "borders": [
- "AGO",
- "BDI",
- "CAF",
- "COG",
- "RWA",
- "SSD",
- "TZA",
- "UGA",
- "ZMB"
- ],
- "area": 2344858,
- "flag": "🇨🇩",
- "population": 108407721,
- "gini": {
- "2012": 42.1
- },
- "fifa": "COD",
- "timezones": [
- "UTC+01:00",
- "UTC+02:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/cd.png",
- "svg": "https://flagcdn.com/cd.svg",
- "alt": "The flag of the Democratic Republic of the Congo has a sky-blue field with a yellow-edged red diagonal band that extends from the lower hoist-side corner to the upper fly-side corner of the field. A large five-pointed yellow star is situated above the diagonal band on the upper hoist side of the field."
- }
- },
- {
- "name": {
- "common": "San Marino",
- "official": "Republic of San Marino"
- },
- "tld": [
- ".sm"
- ],
- "independent": true,
- "capital": [
- "City of San Marino"
- ],
- "subregion": "Southern Europe",
- "languages": {
- "ita": "Italian"
- },
- "borders": [
- "ITA"
- ],
- "area": 61,
- "flag": "🇸🇲",
- "population": 33938,
- "fifa": "SMR",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/sm.png",
- "svg": "https://flagcdn.com/sm.svg",
- "alt": "The flag of San Marino is composed of two equal horizontal bands of white and light blue, with the national coat of arms superimposed in the center."
- }
- },
- {
- "name": {
- "common": "Panama",
- "official": "Republic of Panama"
- },
- "tld": [
- ".pa"
- ],
- "independent": true,
- "capital": [
- "Panama City"
- ],
- "subregion": "Central America",
- "languages": {
- "spa": "Spanish"
- },
- "borders": [
- "COL",
- "CRI"
- ],
- "area": 75417,
- "flag": "🇵🇦",
- "population": 4314768,
- "gini": {
- "2019": 49.8
- },
- "fifa": "PAN",
- "timezones": [
- "UTC-05:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/pa.png",
- "svg": "https://flagcdn.com/pa.svg",
- "alt": "The flag of Panama is composed of four equal rectangular areas — a white rectangular area with a blue five-pointed star at its center, a red rectangular area, a white rectangular area with a red five-pointed star at its center, and a blue rectangular area — in the upper hoist side, upper fly side, lower fly side and lower hoist side respectively."
- }
- },
- {
- "name": {
- "common": "Netherlands",
- "official": "Kingdom of the Netherlands"
- },
- "tld": [
- ".nl"
- ],
- "independent": true,
- "capital": [
- "Amsterdam"
- ],
- "subregion": "Western Europe",
- "languages": {
- "nld": "Dutch"
- },
- "borders": [
- "BEL",
- "DEU"
- ],
- "area": 41850,
- "flag": "🇳🇱",
- "population": 16655799,
- "gini": {
- "2018": 28.1
- },
- "fifa": "NED",
- "timezones": [
- "UTC-04:00",
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/nl.png",
- "svg": "https://flagcdn.com/nl.svg",
- "alt": "The flag of the Netherlands is composed of three equal horizontal bands of red, white and blue."
- }
- },
- {
- "name": {
- "common": "Puerto Rico",
- "official": "Commonwealth of Puerto Rico"
- },
- "tld": [
- ".pr"
- ],
- "independent": false,
- "capital": [
- "San Juan"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English",
- "spa": "Spanish"
- },
- "area": 8870,
- "flag": "🇵🇷",
- "population": 3194034,
- "fifa": "PUR",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/pr.png",
- "svg": "https://flagcdn.com/pr.svg"
- }
- },
- {
- "name": {
- "common": "Nicaragua",
- "official": "Republic of Nicaragua"
- },
- "tld": [
- ".ni"
- ],
- "independent": true,
- "capital": [
- "Managua"
- ],
- "subregion": "Central America",
- "languages": {
- "spa": "Spanish"
- },
- "borders": [
- "CRI",
- "HND"
- ],
- "area": 130373,
- "flag": "🇳🇮",
- "population": 6624554,
- "gini": {
- "2014": 46.2
- },
- "fifa": "NCA",
- "timezones": [
- "UTC-06:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ni.png",
- "svg": "https://flagcdn.com/ni.svg",
- "alt": "The flag of Nicaragua is composed of three equal horizontal bands of blue, white and blue, with the national coat of arms centered in the white band."
- }
- },
- {
- "name": {
- "common": "Réunion",
- "official": "Réunion Island"
- },
- "tld": [
- ".re"
- ],
- "independent": false,
- "capital": [
- "Saint-Denis"
- ],
- "subregion": "Eastern Africa",
- "languages": {
- "fra": "French"
- },
- "area": 2511,
- "flag": "🇷🇪",
- "population": 840974,
- "timezones": [
- "UTC+04:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/re.png",
- "svg": "https://flagcdn.com/re.svg"
- }
- },
- {
- "name": {
- "common": "Sierra Leone",
- "official": "Republic of Sierra Leone"
- },
- "tld": [
- ".sl"
- ],
- "independent": true,
- "capital": [
- "Freetown"
- ],
- "subregion": "Western Africa",
- "languages": {
- "eng": "English"
- },
- "borders": [
- "GIN",
- "LBR"
- ],
- "area": 71740,
- "flag": "🇸🇱",
- "population": 7976985,
- "gini": {
- "2018": 35.7
- },
- "fifa": "SLE",
- "timezones": [
- "UTC"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/sl.png",
- "svg": "https://flagcdn.com/sl.svg",
- "alt": "The flag of Sierra Leone is composed of three equal horizontal bands of green, white and blue."
- }
- },
- {
- "name": {
- "common": "Barbados",
- "official": "Barbados"
- },
- "tld": [
- ".bb"
- ],
- "independent": true,
- "capital": [
- "Bridgetown"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English"
- },
- "area": 430,
- "flag": "🇧🇧",
- "population": 287371,
- "fifa": "BRB",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/bb.png",
- "svg": "https://flagcdn.com/bb.svg",
- "alt": "The flag of Barbados is composed of three equal vertical bands of ultramarine, gold and ultramarine. The head of a black trident is centered in the gold band."
- }
- },
- {
- "name": {
- "common": "Israel",
- "official": "State of Israel"
- },
- "tld": [
- ".il"
- ],
- "independent": true,
- "capital": [
- "Jerusalem"
- ],
- "subregion": "Western Asia",
- "languages": {
- "ara": "Arabic",
- "heb": "Hebrew"
- },
- "borders": [
- "EGY",
- "JOR",
- "LBN",
- "PSE",
- "SYR"
- ],
- "area": 20770,
- "flag": "🇮🇱",
- "population": 9216900,
- "gini": {
- "2016": 39
- },
- "fifa": "ISR",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/il.png",
- "svg": "https://flagcdn.com/il.svg",
- "alt": "The flag of Israel has a white field with a blue hexagram — the Magen David — centered between two equal horizontal blue bands situated near the top and bottom edges of the field."
- }
- },
- {
- "name": {
- "common": "Western Sahara",
- "official": "Sahrawi Arab Democratic Republic"
- },
- "tld": [
- ".eh"
- ],
- "independent": false,
- "capital": [
- "El Aaiún"
- ],
- "subregion": "Northern Africa",
- "languages": {
- "ber": "Berber",
- "mey": "Hassaniya",
- "spa": "Spanish"
- },
- "borders": [
- "DZA",
- "MRT",
- "MAR"
- ],
- "area": 266000,
- "flag": "🇪🇭",
- "population": 510713,
- "timezones": [
- "UTC+00:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/eh.png",
- "svg": "https://flagcdn.com/eh.svg"
- }
- },
- {
- "name": {
- "common": "Anguilla",
- "official": "Anguilla"
- },
- "tld": [
- ".ai"
- ],
- "independent": false,
- "capital": [
- "The Valley"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English"
- },
- "area": 91,
- "flag": "🇦🇮",
- "population": 13452,
- "fifa": "AIA",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ai.png",
- "svg": "https://flagcdn.com/ai.svg"
- }
- },
- {
- "name": {
- "common": "Rwanda",
- "official": "Republic of Rwanda"
- },
- "tld": [
- ".rw"
- ],
- "independent": true,
- "capital": [
- "Kigali"
- ],
- "subregion": "Eastern Africa",
- "languages": {
- "eng": "English",
- "fra": "French",
- "kin": "Kinyarwanda"
- },
- "borders": [
- "BDI",
- "COD",
- "TZA",
- "UGA"
- ],
- "area": 26338,
- "flag": "🇷🇼",
- "population": 12952209,
- "gini": {
- "2016": 43.7
- },
- "fifa": "RWA",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/rw.png",
- "svg": "https://flagcdn.com/rw.svg",
- "alt": "The flag of Rwanda is composed of three horizontal bands of light blue, yellow and green. The light blue band is twice the height of the other two bands and bears a yellow sun with twenty-four rays on its fly side."
- }
- },
- {
- "name": {
- "common": "Turkey",
- "official": "Republic of Turkey"
- },
- "tld": [
- ".tr"
- ],
- "independent": true,
- "capital": [
- "Ankara"
- ],
- "subregion": "Western Asia",
- "languages": {
- "tur": "Turkish"
- },
- "borders": [
- "ARM",
- "AZE",
- "BGR",
- "GEO",
- "GRC",
- "IRN",
- "IRQ",
- "SYR"
- ],
- "area": 783562,
- "flag": "🇹🇷",
- "population": 84339067,
- "gini": {
- "2019": 41.9
- },
- "fifa": "TUR",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/tr.png",
- "svg": "https://flagcdn.com/tr.svg",
- "alt": "The flag of Turkey has a red field bearing a large fly-side facing white crescent and a smaller five-pointed white star placed just outside the crescent opening. The white crescent and star are offset slightly towards the hoist side of center."
- }
- },
- {
- "name": {
- "common": "Marshall Islands",
- "official": "Republic of the Marshall Islands"
- },
- "tld": [
- ".mh"
- ],
- "independent": true,
- "capital": [
- "Majuro"
- ],
- "subregion": "Micronesia",
- "languages": {
- "eng": "English",
- "mah": "Marshallese"
- },
- "area": 181,
- "flag": "🇲🇭",
- "population": 59194,
- "timezones": [
- "UTC+12:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/mh.png",
- "svg": "https://flagcdn.com/mh.svg",
- "alt": "The flag of Marshall Islands has a blue field with two broadening adjacent diagonal bands of orange and white that extend from the lower hoist-side corner to the upper fly-side corner of the field. A large white star with twenty-four rays — four large rays at the cardinal points and twenty smaller rays — is situated in the upper hoist-side corner above the diagonal bands."
- }
- },
- {
- "name": {
- "common": "Mozambique",
- "official": "Republic of Mozambique"
- },
- "tld": [
- ".mz"
- ],
- "independent": true,
- "capital": [
- "Maputo"
- ],
- "subregion": "Eastern Africa",
- "languages": {
- "por": "Portuguese"
- },
- "borders": [
- "MWI",
- "ZAF",
- "SWZ",
- "TZA",
- "ZMB",
- "ZWE"
- ],
- "area": 801590,
- "flag": "🇲🇿",
- "population": 31255435,
- "gini": {
- "2014": 54
- },
- "fifa": "MOZ",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/mz.png",
- "svg": "https://flagcdn.com/mz.svg",
- "alt": "The flag of Mozambique is composed of three equal horizontal bands of teal, black with white top and bottom edges, and yellow. A red isosceles triangle spanning about two-fifth the width of the field is superimposed on the hoist side with its base on the hoist end. This triangle bears a crossed rifle and hoe in black superimposed on an open white book which is superimposed on a five-pointed yellow star."
- }
- },
- {
- "name": {
- "common": "Nigeria",
- "official": "Federal Republic of Nigeria"
- },
- "tld": [
- ".ng"
- ],
- "independent": true,
- "capital": [
- "Abuja"
- ],
- "subregion": "Western Africa",
- "languages": {
- "eng": "English"
- },
- "borders": [
- "BEN",
- "CMR",
- "TCD",
- "NER"
- ],
- "area": 923768,
- "flag": "🇳🇬",
- "population": 206139587,
- "gini": {
- "2018": 35.1
- },
- "fifa": "NGA",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ng.png",
- "svg": "https://flagcdn.com/ng.svg",
- "alt": "The flag of Nigeria is composed of three equal vertical bands of green, white and green."
- }
- },
- {
- "name": {
- "common": "Russia",
- "official": "Russian Federation"
- },
- "tld": [
- ".ru",
- ".su",
- ".рф"
- ],
- "independent": true,
- "capital": [
- "Moscow"
- ],
- "subregion": "Eastern Europe",
- "languages": {
- "rus": "Russian"
- },
- "borders": [
- "AZE",
- "BLR",
- "CHN",
- "EST",
- "FIN",
- "GEO",
- "KAZ",
- "PRK",
- "LVA",
- "LTU",
- "MNG",
- "NOR",
- "POL",
- "UKR"
- ],
- "area": 17098242,
- "flag": "🇷🇺",
- "population": 144104080,
- "gini": {
- "2018": 37.5
- },
- "fifa": "RUS",
- "timezones": [
- "UTC+03:00",
- "UTC+04:00",
- "UTC+06:00",
- "UTC+07:00",
- "UTC+08:00",
- "UTC+09:00",
- "UTC+10:00",
- "UTC+11:00",
- "UTC+12:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ru.png",
- "svg": "https://flagcdn.com/ru.svg",
- "alt": "The flag of Russia is composed of three equal horizontal bands of white, blue and red."
- }
- },
- {
- "name": {
- "common": "Cuba",
- "official": "Republic of Cuba"
- },
- "tld": [
- ".cu"
- ],
- "independent": true,
- "capital": [
- "Havana"
- ],
- "subregion": "Caribbean",
- "languages": {
- "spa": "Spanish"
- },
- "area": 109884,
- "flag": "🇨🇺",
- "population": 11326616,
- "fifa": "CUB",
- "timezones": [
- "UTC-05:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/cu.png",
- "svg": "https://flagcdn.com/cu.svg",
- "alt": "The flag of Cuba is composed of five equal horizontal bands of blue alternating with white and a red equilateral triangle superimposed on the hoist side of the field. The triangle has its base on the hoist end, spans about two-fifth the width of the field and bears a white five-pointed star at its center."
- }
- },
- {
- "name": {
- "common": "Jersey",
- "official": "Bailiwick of Jersey"
- },
- "tld": [
- ".je"
- ],
- "independent": false,
- "capital": [
- "Saint Helier"
- ],
- "subregion": "Northern Europe",
- "languages": {
- "eng": "English",
- "fra": "French",
- "nrf": "Jèrriais"
- },
- "area": 116,
- "flag": "🇯🇪",
- "population": 100800,
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/je.png",
- "svg": "https://flagcdn.com/je.svg"
- }
- },
- {
- "name": {
- "common": "British Virgin Islands",
- "official": "Virgin Islands"
- },
- "tld": [
- ".vg"
- ],
- "independent": false,
- "capital": [
- "Road Town"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English"
- },
- "area": 151,
- "flag": "🇻🇬",
- "population": 30237,
- "fifa": "VGB",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/vg.png",
- "svg": "https://flagcdn.com/vg.svg"
- }
- },
- {
- "name": {
- "common": "Costa Rica",
- "official": "Republic of Costa Rica"
- },
- "tld": [
- ".cr"
- ],
- "independent": true,
- "capital": [
- "San José"
- ],
- "subregion": "Central America",
- "languages": {
- "spa": "Spanish"
- },
- "borders": [
- "NIC",
- "PAN"
- ],
- "area": 51100,
- "flag": "🇨🇷",
- "population": 5094114,
- "gini": {
- "2019": 48.2
- },
- "fifa": "CRC",
- "timezones": [
- "UTC-06:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/cr.png",
- "svg": "https://flagcdn.com/cr.svg",
- "alt": "The flag of Costa Rica is composed of five horizontal bands of blue, white, red, white and blue. The central red band is twice the height of the other four bands."
- }
- },
- {
- "name": {
- "common": "Saint Pierre and Miquelon",
- "official": "Saint Pierre and Miquelon"
- },
- "tld": [
- ".pm"
- ],
- "independent": false,
- "capital": [
- "Saint-Pierre"
- ],
- "subregion": "North America",
- "languages": {
- "fra": "French"
- },
- "area": 242,
- "flag": "🇵🇲",
- "population": 6069,
- "timezones": [
- "UTC-03:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/pm.png",
- "svg": "https://flagcdn.com/pm.svg"
- }
- },
- {
- "name": {
- "common": "El Salvador",
- "official": "Republic of El Salvador"
- },
- "tld": [
- ".sv"
- ],
- "independent": true,
- "capital": [
- "San Salvador"
- ],
- "subregion": "Central America",
- "languages": {
- "spa": "Spanish"
- },
- "borders": [
- "GTM",
- "HND"
- ],
- "area": 21041,
- "flag": "🇸🇻",
- "population": 6486201,
- "gini": {
- "2019": 38.8
- },
- "fifa": "SLV",
- "timezones": [
- "UTC-06:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/sv.png",
- "svg": "https://flagcdn.com/sv.svg",
- "alt": "The flag of El Salvador is composed of three equal horizontal bands of cobalt blue, white and cobalt blue, with the national coat of arms centered in the white band."
- }
- },
- {
- "name": {
- "common": "Cook Islands",
- "official": "Cook Islands"
- },
- "tld": [
- ".ck"
- ],
- "independent": false,
- "capital": [
- "Avarua"
- ],
- "subregion": "Polynesia",
- "languages": {
- "eng": "English",
- "rar": "Cook Islands Māori"
- },
- "area": 236,
- "flag": "🇨🇰",
- "population": 18100,
- "fifa": "COK",
- "timezones": [
- "UTC-10:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ck.png",
- "svg": "https://flagcdn.com/ck.svg"
- }
- },
- {
- "name": {
- "common": "Niue",
- "official": "Niue"
- },
- "tld": [
- ".nu"
- ],
- "independent": false,
- "capital": [
- "Alofi"
- ],
- "subregion": "Polynesia",
- "languages": {
- "eng": "English",
- "niu": "Niuean"
- },
- "area": 260,
- "flag": "🇳🇺",
- "population": 1470,
- "timezones": [
- "UTC-11:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/nu.png",
- "svg": "https://flagcdn.com/nu.svg"
- }
- },
- {
- "name": {
- "common": "Slovenia",
- "official": "Republic of Slovenia"
- },
- "tld": [
- ".si"
- ],
- "independent": true,
- "capital": [
- "Ljubljana"
- ],
- "subregion": "Central Europe",
- "languages": {
- "slv": "Slovene"
- },
- "borders": [
- "AUT",
- "HRV",
- "ITA",
- "HUN"
- ],
- "area": 20273,
- "flag": "🇸🇮",
- "population": 2100126,
- "gini": {
- "2018": 24.6
- },
- "fifa": "SVN",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/si.png",
- "svg": "https://flagcdn.com/si.svg",
- "alt": "The flag of Slovenia is composed of three equal horizontal bands of white, blue and red. The national coat of arms is situated in the upper hoist side of the field centered on the boundary between the white and blue bands."
- }
- },
- {
- "name": {
- "common": "Papua New Guinea",
- "official": "Independent State of Papua New Guinea"
- },
- "tld": [
- ".pg"
- ],
- "independent": true,
- "capital": [
- "Port Moresby"
- ],
- "subregion": "Melanesia",
- "languages": {
- "eng": "English",
- "hmo": "Hiri Motu",
- "tpi": "Tok Pisin"
- },
- "borders": [
- "IDN"
- ],
- "area": 462840,
- "flag": "🇵🇬",
- "population": 8947027,
- "gini": {
- "2009": 41.9
- },
- "fifa": "PNG",
- "timezones": [
- "UTC+10:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/pg.png",
- "svg": "https://flagcdn.com/pg.svg",
- "alt": "The flag of Papua New Guinea is divided diagonally, from the upper hoist-side corner to the lower fly-side corner, into a lower black and an upper red triangle. On the hoist side of the lower black triangle is a representation of the Southern Cross constellation made up of one small and four larger five-pointed white stars. A golden Raggiana bird-of-paradise is situated on the fly side of the upper red triangle."
- }
- },
- {
- "name": {
- "common": "Honduras",
- "official": "Republic of Honduras"
- },
- "tld": [
- ".hn"
- ],
- "independent": true,
- "capital": [
- "Tegucigalpa"
- ],
- "subregion": "Central America",
- "languages": {
- "spa": "Spanish"
- },
- "borders": [
- "GTM",
- "SLV",
- "NIC"
- ],
- "area": 112492,
- "flag": "🇭🇳",
- "population": 9904608,
- "gini": {
- "2019": 48.2
- },
- "fifa": "HON",
- "timezones": [
- "UTC-06:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/hn.png",
- "svg": "https://flagcdn.com/hn.svg",
- "alt": "The flag of Honduras is composed of three equal horizontal bands of turquoise, white and turquoise, with five small five-pointed turquoise stars arranged in a quincuncial pattern at the center of the white band."
- }
- },
- {
- "name": {
- "common": "Macau",
- "official": "Macao Special Administrative Region of the People's Republic of China"
- },
- "tld": [
- ".mo"
- ],
- "independent": false,
- "subregion": "Eastern Asia",
- "languages": {
- "por": "Portuguese",
- "zho": "Chinese"
- },
- "borders": [
- "CHN"
- ],
- "area": 30,
- "flag": "🇲🇴",
- "population": 649342,
- "fifa": "MAC",
- "timezones": [
- "UTC+08:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/mo.png",
- "svg": "https://flagcdn.com/mo.svg"
- }
- },
- {
- "name": {
- "common": "Portugal",
- "official": "Portuguese Republic"
- },
- "tld": [
- ".pt"
- ],
- "independent": true,
- "capital": [
- "Lisbon"
- ],
- "subregion": "Southern Europe",
- "languages": {
- "por": "Portuguese"
- },
- "borders": [
- "ESP"
- ],
- "area": 92090,
- "flag": "🇵🇹",
- "population": 10305564,
- "gini": {
- "2018": 33.5
- },
- "fifa": "POR",
- "timezones": [
- "UTC-01:00",
- "UTC"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/pt.png",
- "svg": "https://flagcdn.com/pt.svg",
- "alt": "The flag of Portugal is composed of two vertical bands of green and red in the ratio of 2:3, with the coat of arms of Portugal centered over the two-color boundary."
- }
- },
- {
- "name": {
- "common": "Trinidad and Tobago",
- "official": "Republic of Trinidad and Tobago"
- },
- "tld": [
- ".tt"
- ],
- "independent": true,
- "capital": [
- "Port of Spain"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English"
- },
- "area": 5130,
- "flag": "🇹🇹",
- "population": 1399491,
- "gini": {
- "1992": 40.3
- },
- "fifa": "TRI",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/tt.png",
- "svg": "https://flagcdn.com/tt.svg",
- "alt": "The flag of Trinidad and Tobago has a red field with a white-edged black diagonal band that extends from the upper hoist-side corner to the lower fly-side corner of the field."
- }
- },
- {
- "name": {
- "common": "Gambia",
- "official": "Republic of the Gambia"
- },
- "tld": [
- ".gm"
- ],
- "independent": true,
- "capital": [
- "Banjul"
- ],
- "subregion": "Western Africa",
- "languages": {
- "eng": "English"
- },
- "borders": [
- "SEN"
- ],
- "area": 10689,
- "flag": "🇬🇲",
- "population": 2416664,
- "gini": {
- "2015": 35.9
- },
- "fifa": "GAM",
- "timezones": [
- "UTC+00:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/gm.png",
- "svg": "https://flagcdn.com/gm.svg",
- "alt": "The flag of Gambia is composed of three equal horizontal bands of red, blue with white top and bottom edges, and green."
- }
- },
- {
- "name": {
- "common": "Myanmar",
- "official": "Republic of the Union of Myanmar"
- },
- "tld": [
- ".mm"
- ],
- "independent": true,
- "capital": [
- "Naypyidaw"
- ],
- "subregion": "South-Eastern Asia",
- "languages": {
- "mya": "Burmese"
- },
- "borders": [
- "BGD",
- "CHN",
- "IND",
- "LAO",
- "THA"
- ],
- "area": 676578,
- "flag": "🇲🇲",
- "population": 54409794,
- "gini": {
- "2017": 30.7
- },
- "fifa": "MYA",
- "timezones": [
- "UTC+06:30"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/mm.png",
- "svg": "https://flagcdn.com/mm.svg",
- "alt": "The flag of Myanmar is composed of three equal horizontal bands of yellow, green and red, with a large five-pointed white star superimposed at the center of the field."
- }
- },
- {
- "name": {
- "common": "Egypt",
- "official": "Arab Republic of Egypt"
- },
- "tld": [
- ".eg",
- ".مصر"
- ],
- "independent": true,
- "capital": [
- "Cairo"
- ],
- "subregion": "Northern Africa",
- "languages": {
- "ara": "Arabic"
- },
- "borders": [
- "ISR",
- "LBY",
- "PSE",
- "SDN"
- ],
- "area": 1002450,
- "flag": "🇪🇬",
- "population": 102334403,
- "gini": {
- "2017": 31.5
- },
- "fifa": "EGY",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/eg.png",
- "svg": "https://flagcdn.com/eg.svg",
- "alt": "The flag of Egypt is composed of three equal horizontal bands of red, white and black, with Egypt's national emblem — a hoist-side facing gold eagle of Saladin — centered in the white band."
- }
- },
- {
- "name": {
- "common": "Lebanon",
- "official": "Lebanese Republic"
- },
- "tld": [
- ".lb"
- ],
- "independent": true,
- "capital": [
- "Beirut"
- ],
- "subregion": "Western Asia",
- "languages": {
- "ara": "Arabic",
- "fra": "French"
- },
- "borders": [
- "ISR",
- "SYR"
- ],
- "area": 10452,
- "flag": "🇱🇧",
- "population": 6825442,
- "gini": {
- "2011": 31.8
- },
- "fifa": "LBN",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/lb.png",
- "svg": "https://flagcdn.com/lb.svg",
- "alt": "The flag of Lebanon is composed of three horizontal bands of red, white and red. The white band is twice the height of the red bands and bears a green Lebanese Cedar tree at its center."
- }
- },
- {
- "name": {
- "common": "Kenya",
- "official": "Republic of Kenya"
- },
- "tld": [
- ".ke"
- ],
- "independent": true,
- "capital": [
- "Nairobi"
- ],
- "subregion": "Eastern Africa",
- "languages": {
- "eng": "English",
- "swa": "Swahili"
- },
- "borders": [
- "ETH",
- "SOM",
- "SSD",
- "TZA",
- "UGA"
- ],
- "area": 580367,
- "flag": "🇰🇪",
- "population": 53771300,
- "gini": {
- "2015": 40.8
- },
- "fifa": "KEN",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ke.png",
- "svg": "https://flagcdn.com/ke.svg",
- "alt": "The flag of Kenya is composed of three equal horizontal bands of black, red with white top and bottom edges, and green. An emblem comprising a red, black and white Maasai shield covering two crossed white spears is superimposed at the center of the field."
- }
- },
- {
- "name": {
- "common": "Equatorial Guinea",
- "official": "Republic of Equatorial Guinea"
- },
- "tld": [
- ".gq"
- ],
- "independent": true,
- "capital": [
- "Malabo"
- ],
- "subregion": "Middle Africa",
- "languages": {
- "fra": "French",
- "por": "Portuguese",
- "spa": "Spanish"
- },
- "borders": [
- "CMR",
- "GAB"
- ],
- "area": 28051,
- "flag": "🇬🇶",
- "population": 1402985,
- "fifa": "EQG",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/gq.png",
- "svg": "https://flagcdn.com/gq.svg",
- "alt": "The flag of Equatorial Guinea is composed of three equal horizontal bands of green, white and red with the national coat of arms centered in the white band and an isosceles triangle superimposed on the hoist side of the field. The triangle is light blue, has its base on the hoist end and spans about one-fifth the width of the field."
- }
- },
- {
- "name": {
- "common": "United States Virgin Islands",
- "official": "Virgin Islands of the United States"
- },
- "tld": [
- ".vi"
- ],
- "independent": false,
- "capital": [
- "Charlotte Amalie"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English"
- },
- "area": 347,
- "flag": "🇻🇮",
- "population": 106290,
- "fifa": "VIR",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/vi.png",
- "svg": "https://flagcdn.com/vi.svg"
- }
- },
- {
- "name": {
- "common": "Croatia",
- "official": "Republic of Croatia"
- },
- "tld": [
- ".hr"
- ],
- "independent": true,
- "capital": [
- "Zagreb"
- ],
- "subregion": "Southeast Europe",
- "languages": {
- "hrv": "Croatian"
- },
- "borders": [
- "BIH",
- "HUN",
- "MNE",
- "SRB",
- "SVN"
- ],
- "area": 56594,
- "flag": "🇭🇷",
- "population": 4047200,
- "gini": {
- "2018": 29.7
- },
- "fifa": "CRO",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/hr.png",
- "svg": "https://flagcdn.com/hr.svg",
- "alt": "The flag of Croatia is composed of three equal horizontal bands of red, white and blue, with coat of arms of Croatia superimposed in the center."
- }
- },
- {
- "name": {
- "common": "United States",
- "official": "United States of America"
- },
- "tld": [
- ".us"
- ],
- "independent": true,
- "capital": [
- "Washington, D.C."
- ],
- "subregion": "North America",
- "languages": {
- "eng": "English"
- },
- "borders": [
- "CAN",
- "MEX"
- ],
- "area": 9372610,
- "flag": "🇺🇸",
- "population": 329484123,
- "gini": {
- "2018": 41.4
- },
- "fifa": "USA",
- "timezones": [
- "UTC-12:00",
- "UTC-11:00",
- "UTC-10:00",
- "UTC-09:00",
- "UTC-08:00",
- "UTC-07:00",
- "UTC-06:00",
- "UTC-05:00",
- "UTC-04:00",
- "UTC+10:00",
- "UTC+12:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/us.png",
- "svg": "https://flagcdn.com/us.svg",
- "alt": "The flag of the United States of America is composed of thirteen equal horizontal bands of red alternating with white. A blue rectangle, bearing fifty small five-pointed white stars arranged in nine rows where rows of six stars alternate with rows of five stars, is superimposed in the canton."
- }
- },
- {
- "name": {
- "common": "Caribbean Netherlands",
- "official": "Bonaire, Sint Eustatius and Saba"
- },
- "tld": [
- ".bq",
- ".nl"
- ],
- "independent": false,
- "capital": [
- "Kralendijk"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English",
- "nld": "Dutch",
- "pap": "Papiamento"
- },
- "area": 328,
- "flag": "🇧🇶",
- "population": 25987,
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/bq.png",
- "svg": "https://flagcdn.com/bq.svg"
- }
- },
- {
- "name": {
- "common": "Philippines",
- "official": "Republic of the Philippines"
- },
- "tld": [
- ".ph"
- ],
- "independent": true,
- "capital": [
- "Manila"
- ],
- "subregion": "South-Eastern Asia",
- "languages": {
- "eng": "English",
- "fil": "Filipino"
- },
- "area": 342353,
- "flag": "🇵🇭",
- "population": 109581085,
- "gini": {
- "2018": 42.3
- },
- "fifa": "PHI",
- "timezones": [
- "UTC+08:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ph.png",
- "svg": "https://flagcdn.com/ph.svg",
- "alt": "The flag of Philippines is composed of two equal horizontal bands of blue and red, with a white equilateral triangle superimposed on the hoist side of the field. This triangle has its base on the hoist end, spans about two-fifth the width of the field and bears a central golden-yellow sun with eight rays and a five-pointed golden-yellow star at each vertex."
- }
- },
- {
- "name": {
- "common": "Kazakhstan",
- "official": "Republic of Kazakhstan"
- },
- "tld": [
- ".kz",
- ".қаз"
- ],
- "independent": true,
- "capital": [
- "Nur-Sultan"
- ],
- "subregion": "Central Asia",
- "languages": {
- "kaz": "Kazakh",
- "rus": "Russian"
- },
- "borders": [
- "CHN",
- "KGZ",
- "RUS",
- "TKM",
- "UZB"
- ],
- "area": 2724900,
- "flag": "🇰🇿",
- "population": 18754440,
- "gini": {
- "2018": 27.8
- },
- "fifa": "KAZ",
- "timezones": [
- "UTC+05:00",
- "UTC+06:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/kz.png",
- "svg": "https://flagcdn.com/kz.svg",
- "alt": "The flag of Kazakhstan has a turquoise field, at the center of which is a gold sun with thirty-two rays above a soaring golden steppe eagle. A thin vertical band displays a national ornamental pattern — koshkar-muiz — in gold near the hoist end."
- }
- },
- {
- "name": {
- "common": "Kosovo",
- "official": "Republic of Kosovo"
- },
- "capital": [
- "Pristina"
- ],
- "subregion": "Southeast Europe",
- "languages": {
- "sqi": "Albanian",
- "srp": "Serbian"
- },
- "borders": [
- "ALB",
- "MKD",
- "MNE",
- "SRB"
- ],
- "area": 10908,
- "flag": "🇽🇰",
- "population": 1775378,
- "gini": {
- "2017": 29
- },
- "fifa": "KVX",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/xk.png",
- "svg": "https://flagcdn.com/xk.svg"
- }
- },
- {
- "name": {
- "common": "Argentina",
- "official": "Argentine Republic"
- },
- "tld": [
- ".ar"
- ],
- "independent": true,
- "capital": [
- "Buenos Aires"
- ],
- "subregion": "South America",
- "languages": {
- "grn": "Guaraní",
- "spa": "Spanish"
- },
- "borders": [
- "BOL",
- "BRA",
- "CHL",
- "PRY",
- "URY"
- ],
- "area": 2780400,
- "flag": "🇦🇷",
- "population": 45376763,
- "gini": {
- "2019": 42.9
- },
- "fifa": "ARG",
- "timezones": [
- "UTC-03:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ar.png",
- "svg": "https://flagcdn.com/ar.svg",
- "alt": "The flag of Argentina features three equal horizontal bands of light blue, white and light blue. A brown-edged golden sun is centered in the white band."
- }
- },
- {
- "name": {
- "common": "Tajikistan",
- "official": "Republic of Tajikistan"
- },
- "tld": [
- ".tj"
- ],
- "independent": true,
- "capital": [
- "Dushanbe"
- ],
- "subregion": "Central Asia",
- "languages": {
- "rus": "Russian",
- "tgk": "Tajik"
- },
- "borders": [
- "AFG",
- "CHN",
- "KGZ",
- "UZB"
- ],
- "area": 143100,
- "flag": "🇹🇯",
- "population": 9537642,
- "gini": {
- "2015": 34
- },
- "fifa": "TJK",
- "timezones": [
- "UTC+05:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/tj.png",
- "svg": "https://flagcdn.com/tj.svg",
- "alt": "The flag of Tajikistan is composed of three horizontal bands of red, white and green in the ratio of 2:3:2. A golden-yellow crown surmounted by an arc of seven five-pointed golden-yellow stars is centered in the white band."
- }
- },
- {
- "name": {
- "common": "Azerbaijan",
- "official": "Republic of Azerbaijan"
- },
- "tld": [
- ".az"
- ],
- "independent": true,
- "capital": [
- "Baku"
- ],
- "subregion": "Western Asia",
- "languages": {
- "aze": "Azerbaijani",
- "rus": "Russian"
- },
- "borders": [
- "ARM",
- "GEO",
- "IRN",
- "RUS",
- "TUR"
- ],
- "area": 86600,
- "flag": "🇦🇿",
- "population": 10110116,
- "gini": {
- "2005": 26.6
- },
- "fifa": "AZE",
- "timezones": [
- "UTC+04:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/az.png",
- "svg": "https://flagcdn.com/az.svg",
- "alt": "The flag of Azerbaijan features three equal horizontal bands of blue, red and green, with a white fly-side facing crescent and eight-pointed star centered in the red band."
- }
- },
- {
- "name": {
- "common": "Romania",
- "official": "Romania"
- },
- "tld": [
- ".ro"
- ],
- "independent": true,
- "capital": [
- "Bucharest"
- ],
- "subregion": "Southeast Europe",
- "languages": {
- "ron": "Romanian"
- },
- "borders": [
- "BGR",
- "HUN",
- "MDA",
- "SRB",
- "UKR"
- ],
- "area": 238391,
- "flag": "🇷🇴",
- "population": 19286123,
- "gini": {
- "2018": 35.8
- },
- "fifa": "ROU",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ro.png",
- "svg": "https://flagcdn.com/ro.svg",
- "alt": "The flag of Romania is composed of three equal vertical bands of navy blue, yellow and red."
- }
- },
- {
- "name": {
- "common": "Chile",
- "official": "Republic of Chile"
- },
- "tld": [
- ".cl"
- ],
- "independent": true,
- "capital": [
- "Santiago"
- ],
- "subregion": "South America",
- "languages": {
- "spa": "Spanish"
- },
- "borders": [
- "ARG",
- "BOL",
- "PER"
- ],
- "area": 756102,
- "flag": "🇨🇱",
- "population": 19116209,
- "gini": {
- "2017": 44.4
- },
- "fifa": "CHI",
- "timezones": [
- "UTC-06:00",
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/cl.png",
- "svg": "https://flagcdn.com/cl.svg",
- "alt": "The flag of Chile is composed of two equal horizontal bands of white and red, with a blue square of the same height as the white band superimposed in the canton. A white five-pointed star is centered in the blue square."
- }
- },
- {
- "name": {
- "common": "Cyprus",
- "official": "Republic of Cyprus"
- },
- "tld": [
- ".cy"
- ],
- "independent": true,
- "capital": [
- "Nicosia"
- ],
- "subregion": "Southern Europe",
- "languages": {
- "ell": "Greek",
- "tur": "Turkish"
- },
- "area": 9251,
- "flag": "🇨🇾",
- "population": 1207361,
- "gini": {
- "2018": 32.7
- },
- "fifa": "CYP",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/cy.png",
- "svg": "https://flagcdn.com/cy.svg",
- "alt": "The flag of Cyprus has a white field, at the center of which is a copper-colored silhouette of the Island of Cyprus above two green olive branches crossed at the stem."
- }
- },
- {
- "name": {
- "common": "Cape Verde",
- "official": "Republic of Cabo Verde"
- },
- "tld": [
- ".cv"
- ],
- "independent": true,
- "capital": [
- "Praia"
- ],
- "subregion": "Western Africa",
- "languages": {
- "por": "Portuguese"
- },
- "area": 4033,
- "flag": "🇨🇻",
- "population": 555988,
- "gini": {
- "2015": 42.4
- },
- "fifa": "CPV",
- "timezones": [
- "UTC-01:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/cv.png",
- "svg": "https://flagcdn.com/cv.svg",
- "alt": "The flag of Cape Verde is composed of five horizontal bands of blue, white, red, white and blue in the ratio of 6:1:1:1:3. A ring of ten five-pointed yellow stars is centered at three-eighth of the height from the bottom edge and three-eighth of the width from the hoist end of the field."
- }
- },
- {
- "name": {
- "common": "Bulgaria",
- "official": "Republic of Bulgaria"
- },
- "tld": [
- ".bg"
- ],
- "independent": true,
- "capital": [
- "Sofia"
- ],
- "subregion": "Southeast Europe",
- "languages": {
- "bul": "Bulgarian"
- },
- "borders": [
- "GRC",
- "MKD",
- "ROU",
- "SRB",
- "TUR"
- ],
- "area": 110879,
- "flag": "🇧🇬",
- "population": 6927288,
- "gini": {
- "2018": 41.3
- },
- "fifa": "BUL",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/bg.png",
- "svg": "https://flagcdn.com/bg.svg",
- "alt": "The flag of Bulgaria is composed of three equal horizontal bands of white, green and red."
- }
- },
- {
- "name": {
- "common": "Uruguay",
- "official": "Oriental Republic of Uruguay"
- },
- "tld": [
- ".uy"
- ],
- "independent": true,
- "capital": [
- "Montevideo"
- ],
- "subregion": "South America",
- "languages": {
- "spa": "Spanish"
- },
- "borders": [
- "ARG",
- "BRA"
- ],
- "area": 181034,
- "flag": "🇺🇾",
- "population": 3473727,
- "gini": {
- "2019": 39.7
- },
- "fifa": "URU",
- "timezones": [
- "UTC-03:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/uy.png",
- "svg": "https://flagcdn.com/uy.svg",
- "alt": "The flag of Uruguay is composed of nine equal horizontal bands of white alternating with blue, with a white square superimposed in the canton. In the white square is a yellow sun bearing a human face — the Sun of May — from which sixteen rays extend. The sun's rays alternate between triangular and wavy."
- }
- },
- {
- "name": {
- "common": "North Macedonia",
- "official": "Republic of North Macedonia"
- },
- "tld": [
- ".mk"
- ],
- "independent": true,
- "capital": [
- "Skopje"
- ],
- "subregion": "Southeast Europe",
- "languages": {
- "mkd": "Macedonian"
- },
- "borders": [
- "ALB",
- "BGR",
- "GRC",
- "UNK",
- "SRB"
- ],
- "area": 25713,
- "flag": "🇲🇰",
- "population": 2077132,
- "gini": {
- "2018": 33
- },
- "fifa": "MKD",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/mk.png",
- "svg": "https://flagcdn.com/mk.svg",
- "alt": "The flag of North Macedonia has a red field, at the center of which is a golden-yellow sun with eight broadening rays that extend to the edges of the field."
- }
- },
- {
- "name": {
- "common": "Afghanistan",
- "official": "Islamic Republic of Afghanistan"
- },
- "tld": [
- ".af"
- ],
- "independent": true,
- "capital": [
- "Kabul"
- ],
- "subregion": "Southern Asia",
- "languages": {
- "prs": "Dari",
- "pus": "Pashto",
- "tuk": "Turkmen"
- },
- "borders": [
- "IRN",
- "PAK",
- "TKM",
- "UZB",
- "TJK",
- "CHN"
- ],
- "area": 652230,
- "flag": "🇦🇫",
- "population": 40218234,
- "fifa": "AFG",
- "timezones": [
- "UTC+04:30"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://upload.wikimedia.org/wikipedia/commons/thumb/5/5c/Flag_of_the_Taliban.svg/320px-Flag_of_the_Taliban.svg.png",
- "svg": "https://upload.wikimedia.org/wikipedia/commons/5/5c/Flag_of_the_Taliban.svg",
- "alt": "The flag of the Islamic Emirate of Afghanistan has a white field with Arabic inscriptions — the Shahada — in black across its center."
- }
- },
- {
- "name": {
- "common": "Botswana",
- "official": "Republic of Botswana"
- },
- "tld": [
- ".bw"
- ],
- "independent": true,
- "capital": [
- "Gaborone"
- ],
- "subregion": "Southern Africa",
- "languages": {
- "eng": "English",
- "tsn": "Tswana"
- },
- "borders": [
- "NAM",
- "ZAF",
- "ZMB",
- "ZWE"
- ],
- "area": 582000,
- "flag": "🇧🇼",
- "population": 2351625,
- "gini": {
- "2015": 53.3
- },
- "fifa": "BOT",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/bw.png",
- "svg": "https://flagcdn.com/bw.svg",
- "alt": "The flag of Botswana has a light blue field with a white-edged black horizontal band across its center."
- }
- },
- {
- "name": {
- "common": "Antarctica",
- "official": "Antarctica"
- },
- "tld": [
- ".aq"
- ],
- "independent": false,
- "area": 14000000,
- "flag": "🇦🇶",
- "population": 1000,
- "timezones": [
- "UTC-03:00",
- "UTC+03:00",
- "UTC+05:00",
- "UTC+06:00",
- "UTC+07:00",
- "UTC+08:00",
- "UTC+10:00",
- "UTC+12:00"
- ],
- "continents": [
- "Antarctica"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/aq.png",
- "svg": "https://flagcdn.com/aq.svg"
- }
- },
- {
- "name": {
- "common": "Canada",
- "official": "Canada"
- },
- "tld": [
- ".ca"
- ],
- "independent": true,
- "capital": [
- "Ottawa"
- ],
- "subregion": "North America",
- "languages": {
- "eng": "English",
- "fra": "French"
- },
- "borders": [
- "USA"
- ],
- "area": 9984670,
- "flag": "🇨🇦",
- "population": 38005238,
- "gini": {
- "2017": 33.3
- },
- "fifa": "CAN",
- "timezones": [
- "UTC-08:00",
- "UTC-07:00",
- "UTC-06:00",
- "UTC-05:00",
- "UTC-04:00",
- "UTC-03:30"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ca.png",
- "svg": "https://flagcdn.com/ca.svg",
- "alt": "The flag of Canada is composed of a red vertical band on the hoist and fly sides and a central white square that is twice the width of the vertical bands. A large eleven-pointed red maple leaf is centered in the white square."
- }
- },
- {
- "name": {
- "common": "Mauritania",
- "official": "Islamic Republic of Mauritania"
- },
- "tld": [
- ".mr"
- ],
- "independent": true,
- "capital": [
- "Nouakchott"
- ],
- "subregion": "Western Africa",
- "languages": {
- "ara": "Arabic"
- },
- "borders": [
- "DZA",
- "MLI",
- "SEN",
- "ESH"
- ],
- "area": 1030700,
- "flag": "🇲🇷",
- "population": 4649660,
- "gini": {
- "2014": 32.6
- },
- "fifa": "MTN",
- "timezones": [
- "UTC"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/mr.png",
- "svg": "https://flagcdn.com/mr.svg",
- "alt": "The flag of Mauritania has a green field with a thin red horizontal band at the top and bottom of the field. At the center of the field is a five-pointed yellow star above an upward facing yellow crescent."
- }
- },
- {
- "name": {
- "common": "Qatar",
- "official": "State of Qatar"
- },
- "tld": [
- ".qa",
- "قطر."
- ],
- "independent": true,
- "capital": [
- "Doha"
- ],
- "subregion": "Western Asia",
- "languages": {
- "ara": "Arabic"
- },
- "borders": [
- "SAU"
- ],
- "area": 11586,
- "flag": "🇶🇦",
- "population": 2881060,
- "fifa": "QAT",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/qa.png",
- "svg": "https://flagcdn.com/qa.svg",
- "alt": "The flag of Qatar has a maroon field, on the hoist side of which is a white vertical band that spans about one-third the width of the field and is separated from the rest of the field by nine adjoining fly-side pointing white isosceles triangles that serve as a serrated line."
- }
- },
- {
- "name": {
- "common": "Spain",
- "official": "Kingdom of Spain"
- },
- "tld": [
- ".es"
- ],
- "independent": true,
- "capital": [
- "Madrid"
- ],
- "subregion": "Southern Europe",
- "languages": {
- "spa": "Spanish"
- },
- "borders": [
- "AND",
- "FRA",
- "GIB",
- "PRT",
- "MAR"
- ],
- "area": 505992,
- "flag": "🇪🇸",
- "population": 47351567,
- "gini": {
- "2018": 34.7
- },
- "fifa": "ESP",
- "timezones": [
- "UTC",
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/es.png",
- "svg": "https://flagcdn.com/es.svg",
- "alt": "The flag of Spain is composed of three horizontal bands of red, yellow and red, with the yellow band twice the height of the red bands. In the yellow band is the national coat of arms offset slightly towards the hoist side of center."
- }
- },
- {
- "name": {
- "common": "Yemen",
- "official": "Republic of Yemen"
- },
- "tld": [
- ".ye"
- ],
- "independent": true,
- "capital": [
- "Sana'a"
- ],
- "subregion": "Western Asia",
- "languages": {
- "ara": "Arabic"
- },
- "borders": [
- "OMN",
- "SAU"
- ],
- "area": 527968,
- "flag": "🇾🇪",
- "population": 29825968,
- "gini": {
- "2014": 36.7
- },
- "fifa": "YEM",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ye.png",
- "svg": "https://flagcdn.com/ye.svg",
- "alt": "The flag of Yemen is composed of three equal horizontal bands of red, white and black."
- }
- },
- {
- "name": {
- "common": "Somalia",
- "official": "Federal Republic of Somalia"
- },
- "tld": [
- ".so"
- ],
- "independent": true,
- "capital": [
- "Mogadishu"
- ],
- "subregion": "Eastern Africa",
- "languages": {
- "ara": "Arabic",
- "som": "Somali"
- },
- "borders": [
- "DJI",
- "ETH",
- "KEN"
- ],
- "area": 637657,
- "flag": "🇸🇴",
- "population": 15893219,
- "gini": {
- "2017": 36.8
- },
- "fifa": "SOM",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/so.png",
- "svg": "https://flagcdn.com/so.svg",
- "alt": "The flag of Somalia features a large five-pointed white star centered on a light blue field."
- }
- },
- {
- "name": {
- "common": "Sweden",
- "official": "Kingdom of Sweden"
- },
- "tld": [
- ".se"
- ],
- "independent": true,
- "capital": [
- "Stockholm"
- ],
- "subregion": "Northern Europe",
- "languages": {
- "swe": "Swedish"
- },
- "borders": [
- "FIN",
- "NOR"
- ],
- "area": 450295,
- "flag": "🇸🇪",
- "population": 10353442,
- "gini": {
- "2018": 30
- },
- "fifa": "SWE",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/se.png",
- "svg": "https://flagcdn.com/se.svg",
- "alt": "The flag of Sweden has a blue field with a large golden-yellow cross that extend to the edges of the field. The vertical part of this cross is offset towards the hoist side."
- }
- },
- {
- "name": {
- "common": "Liechtenstein",
- "official": "Principality of Liechtenstein"
- },
- "tld": [
- ".li"
- ],
- "independent": true,
- "capital": [
- "Vaduz"
- ],
- "subregion": "Western Europe",
- "languages": {
- "deu": "German"
- },
- "borders": [
- "AUT",
- "CHE"
- ],
- "area": 160,
- "flag": "🇱🇮",
- "population": 38137,
- "fifa": "LIE",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/li.png",
- "svg": "https://flagcdn.com/li.svg",
- "alt": "The flag of Liechtenstein is composed of two equal horizontal bands of blue and red, with a golden-yellow crown on the hoist side of the blue band."
- }
- },
- {
- "name": {
- "common": "South Georgia",
- "official": "South Georgia and the South Sandwich Islands"
- },
- "tld": [
- ".gs"
- ],
- "independent": false,
- "capital": [
- "King Edward Point"
- ],
- "languages": {
- "eng": "English"
- },
- "area": 3903,
- "flag": "🇬🇸",
- "population": 30,
- "timezones": [
- "UTC-02:00"
- ],
- "continents": [
- "Antarctica"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/gs.png",
- "svg": "https://flagcdn.com/gs.svg"
- }
- },
- {
- "name": {
- "common": "Morocco",
- "official": "Kingdom of Morocco"
- },
- "tld": [
- ".ma",
- "المغرب."
- ],
- "independent": true,
- "capital": [
- "Rabat"
- ],
- "subregion": "Northern Africa",
- "languages": {
- "ara": "Arabic",
- "ber": "Berber"
- },
- "borders": [
- "DZA",
- "ESH",
- "ESP"
- ],
- "area": 446550,
- "flag": "🇲🇦",
- "population": 36910558,
- "gini": {
- "2013": 39.5
- },
- "fifa": "MAR",
- "timezones": [
- "UTC"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ma.png",
- "svg": "https://flagcdn.com/ma.svg",
- "alt": "The flag of Morocco features a green pentagram — a five-pointed linear star — centered on a red field."
- }
- },
- {
- "name": {
- "common": "Madagascar",
- "official": "Republic of Madagascar"
- },
- "tld": [
- ".mg"
- ],
- "independent": true,
- "capital": [
- "Antananarivo"
- ],
- "subregion": "Eastern Africa",
- "languages": {
- "fra": "French",
- "mlg": "Malagasy"
- },
- "area": 587041,
- "flag": "🇲🇬",
- "population": 27691019,
- "gini": {
- "2012": 42.6
- },
- "fifa": "MAD",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/mg.png",
- "svg": "https://flagcdn.com/mg.svg",
- "alt": "The flag of Madagascar features a white vertical band on the hoist side that takes up about one-third the width of the field, and two equal horizontal bands of red and green adjoining the vertical band."
- }
- },
- {
- "name": {
- "common": "Ukraine",
- "official": "Ukraine"
- },
- "tld": [
- ".ua",
- ".укр"
- ],
- "independent": true,
- "capital": [
- "Kyiv"
- ],
- "subregion": "Eastern Europe",
- "languages": {
- "ukr": "Ukrainian"
- },
- "borders": [
- "BLR",
- "HUN",
- "MDA",
- "POL",
- "ROU",
- "RUS",
- "SVK"
- ],
- "area": 603500,
- "flag": "🇺🇦",
- "population": 44134693,
- "gini": {
- "2019": 26.6
- },
- "fifa": "UKR",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ua.png",
- "svg": "https://flagcdn.com/ua.svg",
- "alt": "The flag of Ukraine is composed of two equal horizontal bands of blue and yellow."
- }
- },
- {
- "name": {
- "common": "Iran",
- "official": "Islamic Republic of Iran"
- },
- "tld": [
- ".ir",
- "ایران."
- ],
- "independent": true,
- "capital": [
- "Tehran"
- ],
- "subregion": "Southern Asia",
- "languages": {
- "fas": "Persian (Farsi)"
- },
- "borders": [
- "AFG",
- "ARM",
- "AZE",
- "IRQ",
- "PAK",
- "TUR",
- "TKM"
- ],
- "area": 1648195,
- "flag": "🇮🇷",
- "population": 83992953,
- "gini": {
- "2018": 42
- },
- "fifa": "IRN",
- "timezones": [
- "UTC+03:30"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ir.png",
- "svg": "https://flagcdn.com/ir.svg",
- "alt": "The flag of Iran is composed of three equal horizontal bands of green, white and red. A red emblem of Iran is centered in the white band and Arabic inscriptions in white span the bottom edge of the green band and the top edge of the red band."
- }
- },
- {
- "name": {
- "common": "Poland",
- "official": "Republic of Poland"
- },
- "tld": [
- ".pl"
- ],
- "independent": true,
- "capital": [
- "Warsaw"
- ],
- "subregion": "Central Europe",
- "languages": {
- "pol": "Polish"
- },
- "borders": [
- "BLR",
- "CZE",
- "DEU",
- "LTU",
- "RUS",
- "SVK",
- "UKR"
- ],
- "area": 312679,
- "flag": "🇵🇱",
- "population": 37950802,
- "gini": {
- "2018": 30.2
- },
- "fifa": "POL",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/pl.png",
- "svg": "https://flagcdn.com/pl.svg",
- "alt": "The flag of Poland is composed of two equal horizontal bands of white and red."
- }
- },
- {
- "name": {
- "common": "Chad",
- "official": "Republic of Chad"
- },
- "tld": [
- ".td"
- ],
- "independent": true,
- "capital": [
- "N'Djamena"
- ],
- "subregion": "Middle Africa",
- "languages": {
- "ara": "Arabic",
- "fra": "French"
- },
- "borders": [
- "CMR",
- "CAF",
- "LBY",
- "NER",
- "NGA",
- "SDN"
- ],
- "area": 1284000,
- "flag": "🇹🇩",
- "population": 16425859,
- "gini": {
- "2011": 43.3
- },
- "fifa": "CHA",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/td.png",
- "svg": "https://flagcdn.com/td.svg",
- "alt": "The flag of Chad is composed of three equal vertical bands of blue, gold and red."
- }
- },
- {
- "name": {
- "common": "Vanuatu",
- "official": "Republic of Vanuatu"
- },
- "tld": [
- ".vu"
- ],
- "independent": true,
- "capital": [
- "Port Vila"
- ],
- "subregion": "Melanesia",
- "languages": {
- "bis": "Bislama",
- "eng": "English",
- "fra": "French"
- },
- "area": 12189,
- "flag": "🇻🇺",
- "population": 307150,
- "gini": {
- "2010": 37.6
- },
- "fifa": "VAN",
- "timezones": [
- "UTC+11:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/vu.png",
- "svg": "https://flagcdn.com/vu.svg",
- "alt": "The flag of Vanuatu is composed of two equal horizontal bands of red and green, with a black isosceles triangle superimposed on the hoist side of the field. This triangle has its base on the hoist end, spans about two-fifth the width of the field and is enclosed on its sides by the arms of a thin black-edged yellow horizontally oriented Y-shaped band which extends along the boundary of the red and green bands to the fly end of the field. A yellow boar's tusk encircling two yellow crossed namele leaves is centered in the triangle."
- }
- },
- {
- "name": {
- "common": "Palau",
- "official": "Republic of Palau"
- },
- "tld": [
- ".pw"
- ],
- "independent": true,
- "capital": [
- "Ngerulmud"
- ],
- "subregion": "Micronesia",
- "languages": {
- "eng": "English",
- "pau": "Palauan"
- },
- "area": 459,
- "flag": "🇵🇼",
- "population": 18092,
- "timezones": [
- "UTC+09:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/pw.png",
- "svg": "https://flagcdn.com/pw.svg",
- "alt": "The flag of Palau has a light blue field with a large golden-yellow circle that is offset slightly towards the hoist side of center."
- }
- },
- {
- "name": {
- "common": "Peru",
- "official": "Republic of Peru"
- },
- "tld": [
- ".pe"
- ],
- "independent": true,
- "capital": [
- "Lima"
- ],
- "subregion": "South America",
- "languages": {
- "aym": "Aymara",
- "que": "Quechua",
- "spa": "Spanish"
- },
- "borders": [
- "BOL",
- "BRA",
- "CHL",
- "COL",
- "ECU"
- ],
- "area": 1285216,
- "flag": "🇵🇪",
- "population": 32971846,
- "gini": {
- "2019": 41.5
- },
- "fifa": "PER",
- "timezones": [
- "UTC-05:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/pe.png",
- "svg": "https://flagcdn.com/pe.svg",
- "alt": "The flag of Peru is composed of three equal vertical bands of red, white and red, with the national emblem centered in the white band."
- }
- },
- {
- "name": {
- "common": "Eswatini",
- "official": "Kingdom of Eswatini"
- },
- "tld": [
- ".sz"
- ],
- "independent": true,
- "capital": [
- "Mbabane"
- ],
- "subregion": "Southern Africa",
- "languages": {
- "eng": "English",
- "ssw": "Swazi"
- },
- "borders": [
- "MOZ",
- "ZAF"
- ],
- "area": 17364,
- "flag": "🇸🇿",
- "population": 1160164,
- "gini": {
- "2016": 54.6
- },
- "fifa": "SWZ",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/sz.png",
- "svg": "https://flagcdn.com/sz.svg",
- "alt": "The flag of Eswatini is composed of three horizontal bands — a large central yellow-edged red band, and a light blue band above and beneath the red band. The red band is three times the height of the blue bands and bears a centered emblem made up of a large black and white Nguni shield covering two spears and a staff decorated with feather tassels, all placed horizontally."
- }
- },
- {
- "name": {
- "common": "Martinique",
- "official": "Martinique"
- },
- "tld": [
- ".mq"
- ],
- "independent": false,
- "capital": [
- "Fort-de-France"
- ],
- "subregion": "Caribbean",
- "languages": {
- "fra": "French"
- },
- "area": 1128,
- "flag": "🇲🇶",
- "population": 378243,
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/mq.png",
- "svg": "https://flagcdn.com/mq.svg"
- }
- },
- {
- "name": {
- "common": "Luxembourg",
- "official": "Grand Duchy of Luxembourg"
- },
- "tld": [
- ".lu"
- ],
- "independent": true,
- "capital": [
- "Luxembourg"
- ],
- "subregion": "Western Europe",
- "languages": {
- "deu": "German",
- "fra": "French",
- "ltz": "Luxembourgish"
- },
- "borders": [
- "BEL",
- "FRA",
- "DEU"
- ],
- "area": 2586,
- "flag": "🇱🇺",
- "population": 632275,
- "gini": {
- "2018": 35.4
- },
- "fifa": "LUX",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/lu.png",
- "svg": "https://flagcdn.com/lu.svg",
- "alt": "The flag of Luxembourg is composed of three equal horizontal bands of red, white and light blue."
- }
- },
- {
- "name": {
- "common": "Djibouti",
- "official": "Republic of Djibouti"
- },
- "tld": [
- ".dj"
- ],
- "independent": true,
- "capital": [
- "Djibouti"
- ],
- "subregion": "Eastern Africa",
- "languages": {
- "ara": "Arabic",
- "fra": "French"
- },
- "borders": [
- "ERI",
- "ETH",
- "SOM"
- ],
- "area": 23200,
- "flag": "🇩🇯",
- "population": 988002,
- "gini": {
- "2017": 41.6
- },
- "fifa": "DJI",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/dj.png",
- "svg": "https://flagcdn.com/dj.svg",
- "alt": "The flag of Djibouti is composed of two equal horizontal bands of light blue and light green, with a white isosceles triangle superimposed on the hoist side of the field. The triangle has its base on the hoist end, spans about two-fifth the width of the field and bears a red five-pointed star at its center."
- }
- },
- {
- "name": {
- "common": "Haiti",
- "official": "Republic of Haiti"
- },
- "tld": [
- ".ht"
- ],
- "independent": true,
- "capital": [
- "Port-au-Prince"
- ],
- "subregion": "Caribbean",
- "languages": {
- "fra": "French",
- "hat": "Haitian Creole"
- },
- "borders": [
- "DOM"
- ],
- "area": 27750,
- "flag": "🇭🇹",
- "population": 11402533,
- "gini": {
- "2012": 41.1
- },
- "fifa": "HAI",
- "timezones": [
- "UTC-05:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ht.png",
- "svg": "https://flagcdn.com/ht.svg",
- "alt": "The flag of Haiti is composed of two equal horizontal bands of blue and red. A white square bearing the national coat of arms is superimposed at the center of the field."
- }
- },
- {
- "name": {
- "common": "Syria",
- "official": "Syrian Arab Republic"
- },
- "tld": [
- ".sy",
- "سوريا."
- ],
- "independent": true,
- "capital": [
- "Damascus"
- ],
- "subregion": "Western Asia",
- "languages": {
- "ara": "Arabic"
- },
- "borders": [
- "IRQ",
- "ISR",
- "JOR",
- "LBN",
- "TUR"
- ],
- "area": 185180,
- "flag": "🇸🇾",
- "population": 17500657,
- "gini": {
- "2003": 37.5
- },
- "fifa": "SYR",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/sy.png",
- "svg": "https://flagcdn.com/sy.svg",
- "alt": "The flag of Syria is composed of three equal horizontal bands of red, white and black. At the center of the white band are two small five-pointed green stars arranged in a horizontal line."
- }
- },
- {
- "name": {
- "common": "Gibraltar",
- "official": "Gibraltar"
- },
- "tld": [
- ".gi"
- ],
- "independent": false,
- "capital": [
- "Gibraltar"
- ],
- "subregion": "Southern Europe",
- "languages": {
- "eng": "English"
- },
- "borders": [
- "ESP"
- ],
- "area": 6,
- "flag": "🇬🇮",
- "population": 33691,
- "fifa": "GIB",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/gi.png",
- "svg": "https://flagcdn.com/gi.svg"
- }
- },
- {
- "name": {
- "common": "Mexico",
- "official": "United Mexican States"
- },
- "tld": [
- ".mx"
- ],
- "independent": true,
- "capital": [
- "Mexico City"
- ],
- "subregion": "North America",
- "languages": {
- "spa": "Spanish"
- },
- "borders": [
- "BLZ",
- "GTM",
- "USA"
- ],
- "area": 1964375,
- "flag": "🇲🇽",
- "population": 128932753,
- "gini": {
- "2018": 45.4
- },
- "fifa": "MEX",
- "timezones": [
- "UTC-08:00",
- "UTC-07:00",
- "UTC-06:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/mx.png",
- "svg": "https://flagcdn.com/mx.svg",
- "alt": "The flag of Mexico is composed of three equal vertical bands of green, white and red, with the national coat of arms centered in the white band."
- }
- },
- {
- "name": {
- "common": "Iceland",
- "official": "Iceland"
- },
- "tld": [
- ".is"
- ],
- "independent": true,
- "capital": [
- "Reykjavik"
- ],
- "subregion": "Northern Europe",
- "languages": {
- "isl": "Icelandic"
- },
- "area": 103000,
- "flag": "🇮🇸",
- "population": 366425,
- "gini": {
- "2017": 26.1
- },
- "fifa": "ISL",
- "timezones": [
- "UTC"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/is.png",
- "svg": "https://flagcdn.com/is.svg",
- "alt": "The flag of Iceland has a blue field with a large white-edged red cross that extends to the edges of the field. The vertical part of this cross is offset towards the hoist side."
- }
- },
- {
- "name": {
- "common": "Fiji",
- "official": "Republic of Fiji"
- },
- "tld": [
- ".fj"
- ],
- "independent": true,
- "capital": [
- "Suva"
- ],
- "subregion": "Melanesia",
- "languages": {
- "eng": "English",
- "fij": "Fijian",
- "hif": "Fiji Hindi"
- },
- "area": 18272,
- "flag": "🇫🇯",
- "population": 896444,
- "gini": {
- "2013": 36.7
- },
- "fifa": "FIJ",
- "timezones": [
- "UTC+12:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/fj.png",
- "svg": "https://flagcdn.com/fj.svg",
- "alt": "The flag of Fiji has a light blue field. It features the flag of the United Kingdom — the Union Jack — in the canton and the shield of the national coat of arms centered in the fly half."
- }
- },
- {
- "name": {
- "common": "North Korea",
- "official": "Democratic People's Republic of Korea"
- },
- "tld": [
- ".kp"
- ],
- "independent": true,
- "capital": [
- "Pyongyang"
- ],
- "subregion": "Eastern Asia",
- "languages": {
- "kor": "Korean"
- },
- "borders": [
- "CHN",
- "KOR",
- "RUS"
- ],
- "area": 120538,
- "flag": "🇰🇵",
- "population": 25778815,
- "fifa": "PRK",
- "timezones": [
- "UTC+09:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/kp.png",
- "svg": "https://flagcdn.com/kp.svg",
- "alt": "The flag of North Korea is composed of three horizontal bands — a large central white-edged red band, and a blue band above and beneath the red band. On the hoist side of the red band is a red five-pointed star within a white circle."
- }
- },
- {
- "name": {
- "common": "Solomon Islands",
- "official": "Solomon Islands"
- },
- "tld": [
- ".sb"
- ],
- "independent": true,
- "capital": [
- "Honiara"
- ],
- "subregion": "Melanesia",
- "languages": {
- "eng": "English"
- },
- "area": 28896,
- "flag": "🇸🇧",
- "population": 686878,
- "gini": {
- "2012": 37.1
- },
- "fifa": "SOL",
- "timezones": [
- "UTC+11:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/sb.png",
- "svg": "https://flagcdn.com/sb.svg",
- "alt": "The flag of Solomon Islands features a thin yellow diagonal band that extends from the lower hoist-side corner to the upper fly-side corner of the field. Above and beneath this band are a blue and green triangle respectively. Five white five-pointed stars arranged in an X shape are situated on the hoist side of the upper blue triangle."
- }
- },
- {
- "name": {
- "common": "United States Minor Outlying Islands",
- "official": "United States Minor Outlying Islands"
- },
- "tld": [
- ".us"
- ],
- "independent": false,
- "capital": [
- "Washington DC"
- ],
- "subregion": "North America",
- "languages": {
- "eng": "English"
- },
- "area": 34.2,
- "flag": "🇺🇲",
- "population": 300,
- "timezones": [
- "UTC-11:00",
- "UTC-10:00",
- "UTC+12:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/um.png",
- "svg": "https://flagcdn.com/um.svg"
- }
- },
- {
- "name": {
- "common": "Guinea",
- "official": "Republic of Guinea"
- },
- "tld": [
- ".gn"
- ],
- "independent": true,
- "capital": [
- "Conakry"
- ],
- "subregion": "Western Africa",
- "languages": {
- "fra": "French"
- },
- "borders": [
- "CIV",
- "GNB",
- "LBR",
- "MLI",
- "SEN",
- "SLE"
- ],
- "area": 245857,
- "flag": "🇬🇳",
- "population": 13132792,
- "gini": {
- "2012": 33.7
- },
- "fifa": "GUI",
- "timezones": [
- "UTC"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/gn.png",
- "svg": "https://flagcdn.com/gn.svg",
- "alt": "The flag of Guinea is composed of three equal vertical bands of red, yellow and green."
- }
- },
- {
- "name": {
- "common": "Saint Kitts and Nevis",
- "official": "Federation of Saint Christopher and Nevis"
- },
- "tld": [
- ".kn"
- ],
- "independent": true,
- "capital": [
- "Basseterre"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English"
- },
- "area": 261,
- "flag": "🇰🇳",
- "population": 53192,
- "fifa": "SKN",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/kn.png",
- "svg": "https://flagcdn.com/kn.svg",
- "alt": "The flag of Saint Kitts and Nevis features two large five-pointed white stars within a yellow-edged black diagonal band that extends from the lower hoist-side corner to the upper fly-side corner of the field. Above and beneath this band are a green and red triangle respectively."
- }
- },
- {
- "name": {
- "common": "French Southern and Antarctic Lands",
- "official": "Territory of the French Southern and Antarctic Lands"
- },
- "tld": [
- ".tf"
- ],
- "independent": false,
- "capital": [
- "Port-aux-Français"
- ],
- "languages": {
- "fra": "French"
- },
- "area": 7747,
- "flag": "🇹🇫",
- "population": 400,
- "timezones": [
- "UTC+05:00"
- ],
- "continents": [
- "Antarctica"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/tf.png",
- "svg": "https://flagcdn.com/tf.svg"
- }
- },
- {
- "name": {
- "common": "Bahrain",
- "official": "Kingdom of Bahrain"
- },
- "tld": [
- ".bh"
- ],
- "independent": true,
- "capital": [
- "Manama"
- ],
- "subregion": "Western Asia",
- "languages": {
- "ara": "Arabic"
- },
- "area": 765,
- "flag": "🇧🇭",
- "population": 1701583,
- "fifa": "BHR",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/bh.png",
- "svg": "https://flagcdn.com/bh.svg",
- "alt": "The flag of Bahrain has a red field. On the hoist side, it features a white vertical band that spans about one-third the width of the field and is separated from the rest of the field by five adjoining fly-side pointing white isosceles triangles that serve as a serrated line."
- }
- },
- {
- "name": {
- "common": "Lithuania",
- "official": "Republic of Lithuania"
- },
- "tld": [
- ".lt"
- ],
- "independent": true,
- "capital": [
- "Vilnius"
- ],
- "subregion": "Northern Europe",
- "languages": {
- "lit": "Lithuanian"
- },
- "borders": [
- "BLR",
- "LVA",
- "POL",
- "RUS"
- ],
- "area": 65300,
- "flag": "🇱🇹",
- "population": 2794700,
- "gini": {
- "2018": 35.7
- },
- "fifa": "LTU",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/lt.png",
- "svg": "https://flagcdn.com/lt.svg",
- "alt": "The flag of Lithuania is composed of three equal horizontal bands of yellow, green and red."
- }
- },
- {
- "name": {
- "common": "Georgia",
- "official": "Georgia"
- },
- "tld": [
- ".ge"
- ],
- "independent": true,
- "capital": [
- "Tbilisi"
- ],
- "subregion": "Western Asia",
- "languages": {
- "kat": "Georgian"
- },
- "borders": [
- "ARM",
- "AZE",
- "RUS",
- "TUR"
- ],
- "area": 69700,
- "flag": "🇬🇪",
- "population": 3714000,
- "gini": {
- "2019": 35.9
- },
- "fifa": "GEO",
- "timezones": [
- "UTC+04:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ge.png",
- "svg": "https://flagcdn.com/ge.svg",
- "alt": "The flag of Georgia has a white field with a large centered red cross that extends to the edges and divides the field into four quarters. A small red Bolnur-Katskhuri cross is centered in each quarter."
- }
- },
- {
- "name": {
- "common": "Serbia",
- "official": "Republic of Serbia"
- },
- "tld": [
- ".rs",
- ".срб"
- ],
- "independent": true,
- "capital": [
- "Belgrade"
- ],
- "subregion": "Southeast Europe",
- "languages": {
- "srp": "Serbian"
- },
- "borders": [
- "BIH",
- "BGR",
- "HRV",
- "HUN",
- "UNK",
- "MKD",
- "MNE",
- "ROU"
- ],
- "area": 88361,
- "flag": "🇷🇸",
- "population": 6908224,
- "gini": {
- "2017": 36.2
- },
- "fifa": "SRB",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/rs.png",
- "svg": "https://flagcdn.com/rs.svg",
- "alt": "The flag of Serbia is composed of three equal horizontal bands of red, blue and white. The coat of arms of Serbia is superimposed at the center of the field slightly towards the hoist side."
- }
- },
- {
- "name": {
- "common": "Central African Republic",
- "official": "Central African Republic"
- },
- "tld": [
- ".cf"
- ],
- "independent": true,
- "capital": [
- "Bangui"
- ],
- "subregion": "Middle Africa",
- "languages": {
- "fra": "French",
- "sag": "Sango"
- },
- "borders": [
- "CMR",
- "TCD",
- "COD",
- "COG",
- "SSD",
- "SDN"
- ],
- "area": 622984,
- "flag": "🇨🇫",
- "population": 4829764,
- "gini": {
- "2008": 56.2
- },
- "fifa": "CTA",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/cf.png",
- "svg": "https://flagcdn.com/cf.svg",
- "alt": "The flag of Central African Republic is composed of four equal horizontal bands of blue, white, green and yellow intersected at the center by a vertical red band of equal size as the horizontal bands. A yellow five-pointed star is situated on the hoist side of the blue band."
- }
- },
- {
- "name": {
- "common": "Mali",
- "official": "Republic of Mali"
- },
- "tld": [
- ".ml"
- ],
- "independent": true,
- "capital": [
- "Bamako"
- ],
- "subregion": "Western Africa",
- "languages": {
- "fra": "French"
- },
- "borders": [
- "DZA",
- "BFA",
- "GIN",
- "CIV",
- "MRT",
- "NER",
- "SEN"
- ],
- "area": 1240192,
- "flag": "🇲🇱",
- "population": 20250834,
- "gini": {
- "2009": 33
- },
- "fifa": "MLI",
- "timezones": [
- "UTC"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ml.png",
- "svg": "https://flagcdn.com/ml.svg",
- "alt": "The flag of Mali is composed of three equal vertical bands of green, yellow and red."
- }
- },
- {
- "name": {
- "common": "Mongolia",
- "official": "Mongolia"
- },
- "tld": [
- ".mn"
- ],
- "independent": true,
- "capital": [
- "Ulan Bator"
- ],
- "subregion": "Eastern Asia",
- "languages": {
- "mon": "Mongolian"
- },
- "borders": [
- "CHN",
- "RUS"
- ],
- "area": 1564110,
- "flag": "🇲🇳",
- "population": 3278292,
- "gini": {
- "2018": 32.7
- },
- "fifa": "MNG",
- "timezones": [
- "UTC+07:00",
- "UTC+08:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/mn.png",
- "svg": "https://flagcdn.com/mn.svg",
- "alt": "The flag of Mongolia is composed of three equal vertical bands of red, blue and red, with the national emblem — the Soyombo — in gold centered in the hoist-side red band."
- }
- },
- {
- "name": {
- "common": "Dominica",
- "official": "Commonwealth of Dominica"
- },
- "tld": [
- ".dm"
- ],
- "independent": true,
- "capital": [
- "Roseau"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English"
- },
- "area": 751,
- "flag": "🇩🇲",
- "population": 71991,
- "fifa": "DMA",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/dm.png",
- "svg": "https://flagcdn.com/dm.svg",
- "alt": "The flag of Dominica has a green field with a large centered tricolor cross. The vertical and horizontal parts of the cross each comprise three bands of yellow, black and white. A red circle, bearing a hoist-side facing purple Sisserou parrot standing on a twig and encircled by ten five-pointed yellow-edged green stars, is superimposed at the center of the cross."
- }
- },
- {
- "name": {
- "common": "Greenland",
- "official": "Greenland"
- },
- "tld": [
- ".gl"
- ],
- "independent": false,
- "capital": [
- "Nuuk"
- ],
- "subregion": "North America",
- "languages": {
- "kal": "Greenlandic"
- },
- "area": 2166086,
- "flag": "🇬🇱",
- "population": 56367,
- "timezones": [
- "UTC-04:00",
- "UTC-03:00",
- "UTC-01:00",
- "UTC+00:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/gl.png",
- "svg": "https://flagcdn.com/gl.svg"
- }
- },
- {
- "name": {
- "common": "Ethiopia",
- "official": "Federal Democratic Republic of Ethiopia"
- },
- "tld": [
- ".et"
- ],
- "independent": true,
- "capital": [
- "Addis Ababa"
- ],
- "subregion": "Eastern Africa",
- "languages": {
- "amh": "Amharic"
- },
- "borders": [
- "DJI",
- "ERI",
- "KEN",
- "SOM",
- "SSD",
- "SDN"
- ],
- "area": 1104300,
- "flag": "🇪🇹",
- "population": 114963583,
- "gini": {
- "2015": 35
- },
- "fifa": "ETH",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/et.png",
- "svg": "https://flagcdn.com/et.svg",
- "alt": "The flag of Ethiopia is composed of three equal horizontal bands of green, yellow and red, with the national emblem superimposed at the center of the field. The national emblem comprises a light blue circle bearing a golden-yellow pentagram with single yellow rays emanating from the angles between the points of the pentagram."
- }
- },
- {
- "name": {
- "common": "Libya",
- "official": "State of Libya"
- },
- "tld": [
- ".ly"
- ],
- "independent": true,
- "capital": [
- "Tripoli"
- ],
- "subregion": "Northern Africa",
- "languages": {
- "ara": "Arabic"
- },
- "borders": [
- "DZA",
- "TCD",
- "EGY",
- "NER",
- "SDN",
- "TUN"
- ],
- "area": 1759540,
- "flag": "🇱🇾",
- "population": 6871287,
- "fifa": "LBY",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ly.png",
- "svg": "https://flagcdn.com/ly.svg",
- "alt": "The flag of Libya is composed of three horizontal bands of red, black and green, with the black band twice the height of the other two bands. At the center of the black band is a fly-side facing white crescent and a five-pointed white star placed just outside the crescent opening."
- }
- },
- {
- "name": {
- "common": "Namibia",
- "official": "Republic of Namibia"
- },
- "tld": [
- ".na"
- ],
- "independent": true,
- "capital": [
- "Windhoek"
- ],
- "subregion": "Southern Africa",
- "languages": {
- "afr": "Afrikaans",
- "deu": "German",
- "eng": "English",
- "her": "Herero",
- "hgm": "Khoekhoe",
- "kwn": "Kwangali",
- "loz": "Lozi",
- "ndo": "Ndonga",
- "tsn": "Tswana"
- },
- "borders": [
- "AGO",
- "BWA",
- "ZAF",
- "ZMB"
- ],
- "area": 825615,
- "flag": "🇳🇦",
- "population": 2540916,
- "gini": {
- "2015": 59.1
- },
- "fifa": "NAM",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/na.png",
- "svg": "https://flagcdn.com/na.svg",
- "alt": "The flag of Namibia features a white-edged red diagonal band that extends from the lower hoist-side corner to the upper fly-side corner of the field. Above and beneath this band are a blue and green triangle respectively. A gold sun with twelve triangular rays is situated on the hoist side of the upper triangle."
- }
- },
- {
- "name": {
- "common": "Moldova",
- "official": "Republic of Moldova"
- },
- "tld": [
- ".md"
- ],
- "independent": true,
- "capital": [
- "Chișinău"
- ],
- "subregion": "Eastern Europe",
- "languages": {
- "ron": "Romanian"
- },
- "borders": [
- "ROU",
- "UKR"
- ],
- "area": 33846,
- "flag": "🇲🇩",
- "population": 2617820,
- "gini": {
- "2018": 25.7
- },
- "fifa": "MDA",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/md.png",
- "svg": "https://flagcdn.com/md.svg",
- "alt": "The flag of Moldova is composed of three equal vertical bands of blue, yellow and red, with the national coat of arms centered in the yellow band."
- }
- },
- {
- "name": {
- "common": "Bolivia",
- "official": "Plurinational State of Bolivia"
- },
- "tld": [
- ".bo"
- ],
- "independent": true,
- "capital": [
- "Sucre"
- ],
- "subregion": "South America",
- "languages": {
- "aym": "Aymara",
- "grn": "Guaraní",
- "que": "Quechua",
- "spa": "Spanish"
- },
- "borders": [
- "ARG",
- "BRA",
- "CHL",
- "PRY",
- "PER"
- ],
- "area": 1098581,
- "flag": "🇧🇴",
- "population": 11673029,
- "gini": {
- "2019": 41.6
- },
- "fifa": "BOL",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/bo.png",
- "svg": "https://flagcdn.com/bo.svg",
- "alt": "The flag of Bolivia is composed of three equal horizontal bands of red, yellow and green, with the national coat of arms centered in the yellow band."
- }
- },
- {
- "name": {
- "common": "Dominican Republic",
- "official": "Dominican Republic"
- },
- "tld": [
- ".do"
- ],
- "independent": true,
- "capital": [
- "Santo Domingo"
- ],
- "subregion": "Caribbean",
- "languages": {
- "spa": "Spanish"
- },
- "borders": [
- "HTI"
- ],
- "area": 48671,
- "flag": "🇩🇴",
- "population": 10847904,
- "gini": {
- "2019": 41.9
- },
- "fifa": "DOM",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/do.png",
- "svg": "https://flagcdn.com/do.svg",
- "alt": "The flag of the Dominican Republic is divided into four rectangles by a centered white cross that extends to the edges of the field and bears the national coat of arms in its center. The upper hoist-side and lower fly-side rectangles are blue and the lower hoist-side and upper fly-side rectangles are red."
- }
- },
- {
- "name": {
- "common": "Curaçao",
- "official": "Country of Curaçao"
- },
- "tld": [
- ".cw"
- ],
- "independent": false,
- "capital": [
- "Willemstad"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English",
- "nld": "Dutch",
- "pap": "Papiamento"
- },
- "area": 444,
- "flag": "🇨🇼",
- "population": 155014,
- "fifa": "CUW",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/cw.png",
- "svg": "https://flagcdn.com/cw.svg"
- }
- },
- {
- "name": {
- "common": "Indonesia",
- "official": "Republic of Indonesia"
- },
- "tld": [
- ".id"
- ],
- "independent": true,
- "capital": [
- "Jakarta"
- ],
- "subregion": "South-Eastern Asia",
- "languages": {
- "ind": "Indonesian"
- },
- "borders": [
- "TLS",
- "MYS",
- "PNG"
- ],
- "area": 1904569,
- "flag": "🇮🇩",
- "population": 273523621,
- "gini": {
- "2019": 38.2
- },
- "fifa": "IDN",
- "timezones": [
- "UTC+07:00",
- "UTC+08:00",
- "UTC+09:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/id.png",
- "svg": "https://flagcdn.com/id.svg",
- "alt": "The flag of Indonesia is composed of two equal horizontal bands of red and white."
- }
- },
- {
- "name": {
- "common": "Belarus",
- "official": "Republic of Belarus"
- },
- "tld": [
- ".by"
- ],
- "independent": true,
- "capital": [
- "Minsk"
- ],
- "subregion": "Eastern Europe",
- "languages": {
- "bel": "Belarusian",
- "rus": "Russian"
- },
- "borders": [
- "LVA",
- "LTU",
- "POL",
- "RUS",
- "UKR"
- ],
- "area": 207600,
- "flag": "🇧🇾",
- "population": 9398861,
- "gini": {
- "2019": 25.3
- },
- "fifa": "BLR",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/by.png",
- "svg": "https://flagcdn.com/by.svg",
- "alt": "The flag of Belarus features a vertical band, with a white and red ornamental pattern, spanning about one-fifth the width of the field on the hoist side. Adjoining the vertical band are two horizontal bands of red and green, with the red band twice the height of the green band."
- }
- },
- {
- "name": {
- "common": "Bouvet Island",
- "official": "Bouvet Island"
- },
- "tld": [
- ".bv"
- ],
- "independent": false,
- "languages": {
- "nor": "Norwegian"
- },
- "area": 49,
- "flag": "🇧🇻",
- "population": 0,
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Antarctica"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/bv.png",
- "svg": "https://flagcdn.com/bv.svg"
- }
- },
- {
- "name": {
- "common": "Republic of the Congo",
- "official": "Republic of the Congo"
- },
- "tld": [
- ".cg"
- ],
- "independent": true,
- "capital": [
- "Brazzaville"
- ],
- "subregion": "Middle Africa",
- "languages": {
- "fra": "French",
- "kon": "Kikongo",
- "lin": "Lingala"
- },
- "borders": [
- "AGO",
- "CMR",
- "CAF",
- "COD",
- "GAB"
- ],
- "area": 342000,
- "flag": "🇨🇬",
- "population": 5657000,
- "gini": {
- "2011": 48.9
- },
- "fifa": "CGO",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/cg.png",
- "svg": "https://flagcdn.com/cg.svg",
- "alt": "The flag of the Republic of the Congo features a yellow diagonal band that extends from the lower hoist-side corner to the upper fly-side corner of the field. Above and beneath this band are a green and red triangle respectively."
- }
- },
- {
- "name": {
- "common": "Liberia",
- "official": "Republic of Liberia"
- },
- "tld": [
- ".lr"
- ],
- "independent": true,
- "capital": [
- "Monrovia"
- ],
- "subregion": "Western Africa",
- "languages": {
- "eng": "English"
- },
- "borders": [
- "GIN",
- "CIV",
- "SLE"
- ],
- "area": 111369,
- "flag": "🇱🇷",
- "population": 5057677,
- "gini": {
- "2016": 35.3
- },
- "fifa": "LBR",
- "timezones": [
- "UTC"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/lr.png",
- "svg": "https://flagcdn.com/lr.svg",
- "alt": "The flag of Liberia is composed of eleven equal horizontal bands of red alternating with white. A blue square bearing a five-pointed white star is superimposed in the canton."
- }
- },
- {
- "name": {
- "common": "Malta",
- "official": "Republic of Malta"
- },
- "tld": [
- ".mt"
- ],
- "independent": true,
- "capital": [
- "Valletta"
- ],
- "subregion": "Southern Europe",
- "languages": {
- "eng": "English",
- "mlt": "Maltese"
- },
- "area": 316,
- "flag": "🇲🇹",
- "population": 525285,
- "gini": {
- "2018": 28.7
- },
- "fifa": "MLT",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/mt.png",
- "svg": "https://flagcdn.com/mt.svg",
- "alt": "The flag of Malta is composed of two equal vertical bands of white and red. A representation of the George cross edged in red is situated on the upper hoist-side corner of the white band."
- }
- },
- {
- "name": {
- "common": "Saint Martin",
- "official": "Saint Martin"
- },
- "tld": [
- ".fr",
- ".gp"
- ],
- "independent": false,
- "capital": [
- "Marigot"
- ],
- "subregion": "Caribbean",
- "languages": {
- "fra": "French"
- },
- "borders": [
- "SXM"
- ],
- "area": 53,
- "flag": "🇲🇫",
- "population": 38659,
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/mf.png",
- "svg": "https://flagcdn.com/mf.svg"
- }
- },
- {
- "name": {
- "common": "South Africa",
- "official": "Republic of South Africa"
- },
- "tld": [
- ".za"
- ],
- "independent": true,
- "capital": [
- "Pretoria",
- "Bloemfontein",
- "Cape Town"
- ],
- "subregion": "Southern Africa",
- "languages": {
- "afr": "Afrikaans",
- "eng": "English",
- "nbl": "Southern Ndebele",
- "nso": "Northern Sotho",
- "sot": "Southern Sotho",
- "ssw": "Swazi",
- "tsn": "Tswana",
- "tso": "Tsonga",
- "ven": "Venda",
- "xho": "Xhosa",
- "zul": "Zulu"
- },
- "borders": [
- "BWA",
- "LSO",
- "MOZ",
- "NAM",
- "SWZ",
- "ZWE"
- ],
- "area": 1221037,
- "flag": "🇿🇦",
- "population": 59308690,
- "gini": {
- "2014": 63
- },
- "fifa": "RSA",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/za.png",
- "svg": "https://flagcdn.com/za.svg",
- "alt": "The flag of South Africa is composed of two equal horizontal bands of red and blue, with a yellow-edged black isosceles triangle superimposed on the hoist side of the field. This triangle has its base centered on the hoist end, spans about two-fifth the width and two-third the height of the field, and is enclosed on its sides by the arms of a white-edged green horizontally oriented Y-shaped band which extends along the boundary of the red and blue bands to the fly end of the field."
- }
- },
- {
- "name": {
- "common": "Togo",
- "official": "Togolese Republic"
- },
- "tld": [
- ".tg"
- ],
- "independent": true,
- "capital": [
- "Lomé"
- ],
- "subregion": "Western Africa",
- "languages": {
- "fra": "French"
- },
- "borders": [
- "BEN",
- "BFA",
- "GHA"
- ],
- "area": 56785,
- "flag": "🇹🇬",
- "population": 8278737,
- "gini": {
- "2015": 43.1
- },
- "fifa": "TOG",
- "timezones": [
- "UTC"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/tg.png",
- "svg": "https://flagcdn.com/tg.svg",
- "alt": "The flag of Togo is composed of five equal horizontal bands of green alternating with yellow. A red square bearing a five-pointed white star is superimposed in the canton."
- }
- },
- {
- "name": {
- "common": "Armenia",
- "official": "Republic of Armenia"
- },
- "tld": [
- ".am"
- ],
- "independent": true,
- "capital": [
- "Yerevan"
- ],
- "subregion": "Western Asia",
- "languages": {
- "hye": "Armenian"
- },
- "borders": [
- "AZE",
- "GEO",
- "IRN",
- "TUR"
- ],
- "area": 29743,
- "flag": "🇦🇲",
- "population": 2963234,
- "gini": {
- "2019": 29.9
- },
- "fifa": "ARM",
- "timezones": [
- "UTC+04:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/am.png",
- "svg": "https://flagcdn.com/am.svg",
- "alt": "The flag of Armenia is composed of three equal horizontal bands of red, blue and orange."
- }
- },
- {
- "name": {
- "common": "Saint Helena, Ascension and Tristan da Cunha",
- "official": "Saint Helena, Ascension and Tristan da Cunha"
- },
- "tld": [
- ".sh",
- ".ac"
- ],
- "independent": false,
- "capital": [
- "Jamestown"
- ],
- "subregion": "Western Africa",
- "languages": {
- "eng": "English"
- },
- "area": 394,
- "flag": "🇸🇭",
- "population": 53192,
- "timezones": [
- "UTC+00:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/sh.png",
- "svg": "https://flagcdn.com/sh.svg"
- }
- },
- {
- "name": {
- "common": "Albania",
- "official": "Republic of Albania"
- },
- "tld": [
- ".al"
- ],
- "independent": true,
- "capital": [
- "Tirana"
- ],
- "subregion": "Southeast Europe",
- "languages": {
- "sqi": "Albanian"
- },
- "borders": [
- "MNE",
- "GRC",
- "MKD",
- "UNK"
- ],
- "area": 28748,
- "flag": "🇦🇱",
- "population": 2837743,
- "gini": {
- "2017": 33.2
- },
- "fifa": "ALB",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/al.png",
- "svg": "https://flagcdn.com/al.svg",
- "alt": "The flag of Albania features a silhouetted double-headed black eagle at the center of a red field."
- }
- },
- {
- "name": {
- "common": "Andorra",
- "official": "Principality of Andorra"
- },
- "tld": [
- ".ad"
- ],
- "independent": true,
- "capital": [
- "Andorra la Vella"
- ],
- "subregion": "Southern Europe",
- "languages": {
- "cat": "Catalan"
- },
- "borders": [
- "FRA",
- "ESP"
- ],
- "area": 468,
- "flag": "🇦🇩",
- "population": 77265,
- "fifa": "AND",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ad.png",
- "svg": "https://flagcdn.com/ad.svg",
- "alt": "The flag of Andorra features three equal vertical bands of blue, yellow and red, with the coat of arms of Andorra centered in the yellow band."
- }
- },
- {
- "name": {
- "common": "South Sudan",
- "official": "Republic of South Sudan"
- },
- "tld": [
- ".ss"
- ],
- "independent": true,
- "capital": [
- "Juba"
- ],
- "subregion": "Middle Africa",
- "languages": {
- "eng": "English"
- },
- "borders": [
- "CAF",
- "COD",
- "ETH",
- "KEN",
- "SDN",
- "UGA"
- ],
- "area": 619745,
- "flag": "🇸🇸",
- "population": 11193729,
- "gini": {
- "2016": 44.1
- },
- "fifa": "SSD",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ss.png",
- "svg": "https://flagcdn.com/ss.svg",
- "alt": "The flag of South Sudan is composed of three equal horizontal bands of black, red with white top and bottom edges, and green. A blue equilateral triangle which spans about two-fifth the width of the field is superimposed on the hoist side with its base on the hoist end of the field. At the center of this triangle is a five-pointed yellow star."
- }
- },
- {
- "name": {
- "common": "Guernsey",
- "official": "Bailiwick of Guernsey"
- },
- "tld": [
- ".gg"
- ],
- "independent": false,
- "capital": [
- "St. Peter Port"
- ],
- "subregion": "Northern Europe",
- "languages": {
- "eng": "English",
- "fra": "French",
- "nfr": "Guernésiais"
- },
- "area": 78,
- "flag": "🇬🇬",
- "population": 62999,
- "timezones": [
- "UTC+00:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/gg.png",
- "svg": "https://flagcdn.com/gg.svg"
- }
- },
- {
- "name": {
- "common": "United Arab Emirates",
- "official": "United Arab Emirates"
- },
- "tld": [
- ".ae",
- "امارات."
- ],
- "independent": true,
- "capital": [
- "Abu Dhabi"
- ],
- "subregion": "Western Asia",
- "languages": {
- "ara": "Arabic"
- },
- "borders": [
- "OMN",
- "SAU"
- ],
- "area": 83600,
- "flag": "🇦🇪",
- "population": 9890400,
- "gini": {
- "2018": 26
- },
- "fifa": "UAE",
- "timezones": [
- "UTC+04:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ae.png",
- "svg": "https://flagcdn.com/ae.svg",
- "alt": "The flag of United Arab Emirates features a red vertical band on its hoist side that takes up about one-fourth the width of the field and three equal horizontal bands of green, white and black adjoining the vertical band."
- }
- },
- {
- "name": {
- "common": "Czechia",
- "official": "Czech Republic"
- },
- "tld": [
- ".cz"
- ],
- "independent": true,
- "capital": [
- "Prague"
- ],
- "subregion": "Central Europe",
- "languages": {
- "ces": "Czech",
- "slk": "Slovak"
- },
- "borders": [
- "AUT",
- "DEU",
- "POL",
- "SVK"
- ],
- "area": 78865,
- "flag": "🇨🇿",
- "population": 10698896,
- "gini": {
- "2018": 25
- },
- "fifa": "CZE",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/cz.png",
- "svg": "https://flagcdn.com/cz.svg",
- "alt": "The flag of Czechia is composed of two equal horizontal bands of white and red, with a blue isosceles triangle superimposed on the hoist side of the field. The triangle has its base on the hoist end and spans about two-fifth the width of the field."
- }
- },
- {
- "name": {
- "common": "Guadeloupe",
- "official": "Guadeloupe"
- },
- "tld": [
- ".gp"
- ],
- "independent": false,
- "capital": [
- "Basse-Terre"
- ],
- "subregion": "Caribbean",
- "languages": {
- "fra": "French"
- },
- "area": 1628,
- "flag": "🇬🇵",
- "population": 400132,
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/gp.png",
- "svg": "https://flagcdn.com/gp.svg"
- }
- },
- {
- "name": {
- "common": "Grenada",
- "official": "Grenada"
- },
- "tld": [
- ".gd"
- ],
- "independent": true,
- "capital": [
- "St. George's"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English"
- },
- "area": 344,
- "flag": "🇬🇩",
- "population": 112519,
- "fifa": "GRN",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/gd.png",
- "svg": "https://flagcdn.com/gd.svg",
- "alt": "The flag of Grenada features a large central rectangular area surrounded by a red border, with three five-pointed yellow stars centered on the top and bottom borders. The central rectangle is divided diagonally into four alternating triangular areas of yellow at the top and bottom and green on the hoist and fly sides, and a five-pointed yellow star on a red circle is superimposed at its center. A symbolic nutmeg pod is situated on the green hoist-side triangle."
- }
- },
- {
- "name": {
- "common": "Pakistan",
- "official": "Islamic Republic of Pakistan"
- },
- "tld": [
- ".pk"
- ],
- "independent": true,
- "capital": [
- "Islamabad"
- ],
- "subregion": "Southern Asia",
- "languages": {
- "eng": "English",
- "urd": "Urdu"
- },
- "borders": [
- "AFG",
- "CHN",
- "IND",
- "IRN"
- ],
- "area": 881912,
- "flag": "🇵🇰",
- "population": 220892331,
- "gini": {
- "2018": 31.6
- },
- "fifa": "PAK",
- "timezones": [
- "UTC+05:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/pk.png",
- "svg": "https://flagcdn.com/pk.svg",
- "alt": "The flag of Pakistan is composed of a white vertical band on its hoist side that takes up about one-fourth the width of the field and a dark green rectangular area that spans the rest of the field. A white fly-side facing crescent and five-pointed star are centered in the dark green area."
- }
- },
- {
- "name": {
- "common": "Vatican City",
- "official": "Vatican City State"
- },
- "tld": [
- ".va"
- ],
- "independent": true,
- "capital": [
- "Vatican City"
- ],
- "subregion": "Southern Europe",
- "languages": {
- "ita": "Italian",
- "lat": "Latin"
- },
- "borders": [
- "ITA"
- ],
- "area": 0.44,
- "flag": "🇻🇦",
- "population": 451,
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/va.png",
- "svg": "https://flagcdn.com/va.svg",
- "alt": "The flag of Vatican City is square shaped. It is composed of two equal vertical bands of yellow and white, with national coat of arms centered in the white band. The national coat of arms comprises the Papal Tiara superimposed on two crossed keys."
- }
- },
- {
- "name": {
- "common": "Wallis and Futuna",
- "official": "Territory of the Wallis and Futuna Islands"
- },
- "tld": [
- ".wf"
- ],
- "independent": false,
- "capital": [
- "Mata-Utu"
- ],
- "subregion": "Polynesia",
- "languages": {
- "fra": "French"
- },
- "area": 142,
- "flag": "🇼🇫",
- "population": 11750,
- "timezones": [
- "UTC+12:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/wf.png",
- "svg": "https://flagcdn.com/wf.svg"
- }
- },
- {
- "name": {
- "common": "Svalbard and Jan Mayen",
- "official": "Svalbard og Jan Mayen"
- },
- "tld": [
- ".sj"
- ],
- "independent": false,
- "capital": [
- "Longyearbyen"
- ],
- "subregion": "Northern Europe",
- "languages": {
- "nor": "Norwegian"
- },
- "area": -1,
- "flag": "🇸🇯",
- "population": 2562,
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/sj.png",
- "svg": "https://flagcdn.com/sj.svg"
- }
- },
- {
- "name": {
- "common": "Cameroon",
- "official": "Republic of Cameroon"
- },
- "tld": [
- ".cm"
- ],
- "independent": true,
- "capital": [
- "Yaoundé"
- ],
- "subregion": "Middle Africa",
- "languages": {
- "eng": "English",
- "fra": "French"
- },
- "borders": [
- "CAF",
- "TCD",
- "COG",
- "GNQ",
- "GAB",
- "NGA"
- ],
- "area": 475442,
- "flag": "🇨🇲",
- "population": 26545864,
- "gini": {
- "2014": 46.6
- },
- "fifa": "CMR",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/cm.png",
- "svg": "https://flagcdn.com/cm.svg",
- "alt": "The flag of Cameroon is composed of three equal vertical bands of green, red and yellow, with a yellow five-pointed star in the center."
- }
- },
- {
- "name": {
- "common": "Jamaica",
- "official": "Jamaica"
- },
- "tld": [
- ".jm"
- ],
- "independent": true,
- "capital": [
- "Kingston"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English",
- "jam": "Jamaican Patois"
- },
- "area": 10991,
- "flag": "🇯🇲",
- "population": 2961161,
- "gini": {
- "2004": 45.5
- },
- "fifa": "JAM",
- "timezones": [
- "UTC-05:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/jm.png",
- "svg": "https://flagcdn.com/jm.svg",
- "alt": "The flag of Jamaica is divided by a gold diagonal cross into four alternating triangular areas of green at the top and bottom, and black on the hoist and fly sides"
- }
- },
- {
- "name": {
- "common": "Comoros",
- "official": "Union of the Comoros"
- },
- "tld": [
- ".km"
- ],
- "independent": true,
- "capital": [
- "Moroni"
- ],
- "subregion": "Eastern Africa",
- "languages": {
- "ara": "Arabic",
- "fra": "French",
- "zdj": "Comorian"
- },
- "area": 1862,
- "flag": "🇰🇲",
- "population": 869595,
- "gini": {
- "2014": 45.3
- },
- "fifa": "COM",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/km.png",
- "svg": "https://flagcdn.com/km.svg",
- "alt": "The flag of Comoros is composed of four equal horizontal bands of yellow, white, red and blue, with a green isosceles triangle superimposed on the hoist side of the field. This triangle has its base on the hoist end, spans about two-fifth the width of the field and bears a fly-side facing white crescent and four five-pointed white stars arranged in a vertical line along the opening of the crescent."
- }
- },
- {
- "name": {
- "common": "Falkland Islands",
- "official": "Falkland Islands"
- },
- "tld": [
- ".fk"
- ],
- "independent": false,
- "capital": [
- "Stanley"
- ],
- "subregion": "South America",
- "languages": {
- "eng": "English"
- },
- "area": 12173,
- "flag": "🇫🇰",
- "population": 2563,
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/fk.png",
- "svg": "https://flagcdn.com/fk.svg"
- }
- },
- {
- "name": {
- "common": "Turkmenistan",
- "official": "Turkmenistan"
- },
- "tld": [
- ".tm"
- ],
- "independent": true,
- "capital": [
- "Ashgabat"
- ],
- "subregion": "Central Asia",
- "languages": {
- "rus": "Russian",
- "tuk": "Turkmen"
- },
- "borders": [
- "AFG",
- "IRN",
- "KAZ",
- "UZB"
- ],
- "area": 488100,
- "flag": "🇹🇲",
- "population": 6031187,
- "gini": {
- "1998": 40.8
- },
- "fifa": "TKM",
- "timezones": [
- "UTC+05:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/tm.png",
- "svg": "https://flagcdn.com/tm.svg",
- "alt": "The flag of Turkmenistan has a green field. It features a red vertical band, bearing five carpet guls stacked above two crossed olive branches, near the hoist end of the field. Just to the fly side of the vertical band near the top edge of the field is a hoist-side facing white crescent and five small five-pointed white stars placed just outside the crescent opening."
- }
- },
- {
- "name": {
- "common": "Brunei",
- "official": "Nation of Brunei, Abode of Peace"
- },
- "tld": [
- ".bn"
- ],
- "independent": true,
- "capital": [
- "Bandar Seri Begawan"
- ],
- "subregion": "South-Eastern Asia",
- "languages": {
- "msa": "Malay"
- },
- "borders": [
- "MYS"
- ],
- "area": 5765,
- "flag": "🇧🇳",
- "population": 437483,
- "fifa": "BRU",
- "timezones": [
- "UTC+08:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/bn.png",
- "svg": "https://flagcdn.com/bn.svg",
- "alt": "The flag of Brunei has a yellow field with two adjoining diagonal bands of white and black that extend from the upper hoist side of the field to the lower fly side. The red emblem of Brunei is centered on the field."
- }
- },
- {
- "name": {
- "common": "Antigua and Barbuda",
- "official": "Antigua and Barbuda"
- },
- "tld": [
- ".ag"
- ],
- "independent": true,
- "capital": [
- "Saint John's"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English"
- },
- "area": 442,
- "flag": "🇦🇬",
- "population": 97928,
- "fifa": "ATG",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ag.png",
- "svg": "https://flagcdn.com/ag.svg",
- "alt": "The flag of Antigua and Barbuda has a red field with an inverted isosceles triangle based on the top edge and spanning the height of the field. This triangle has three horizontal bands of black, light blue and white, with the light blue band half the height of the two other bands. The top half of a golden-yellow sun is situated in the lower two-third of the black band to depict a rising sun."
- }
- },
- {
- "name": {
- "common": "Ghana",
- "official": "Republic of Ghana"
- },
- "tld": [
- ".gh"
- ],
- "independent": true,
- "capital": [
- "Accra"
- ],
- "subregion": "Western Africa",
- "languages": {
- "eng": "English"
- },
- "borders": [
- "BFA",
- "CIV",
- "TGO"
- ],
- "area": 238533,
- "flag": "🇬🇭",
- "population": 31072945,
- "gini": {
- "2016": 43.5
- },
- "fifa": "GHA",
- "timezones": [
- "UTC"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/gh.png",
- "svg": "https://flagcdn.com/gh.svg",
- "alt": "The flag of Ghana is composed of three equal horizontal bands of red, gold and green, with a five-pointed black star centered in the gold band."
- }
- },
- {
- "name": {
- "common": "Kuwait",
- "official": "State of Kuwait"
- },
- "tld": [
- ".kw"
- ],
- "independent": true,
- "capital": [
- "Kuwait City"
- ],
- "subregion": "Western Asia",
- "languages": {
- "ara": "Arabic"
- },
- "borders": [
- "IRQ",
- "SAU"
- ],
- "area": 17818,
- "flag": "🇰🇼",
- "population": 4270563,
- "fifa": "KUW",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/kw.png",
- "svg": "https://flagcdn.com/kw.svg",
- "alt": "The flag of Kuwait is composed of three equal horizontal bands of green, white and red, with a black trapezium superimposed on the hoist side of the field. This trapezium has its base on the hoist end and spans about one-fourth the width of the field."
- }
- },
- {
- "name": {
- "common": "Eritrea",
- "official": "State of Eritrea"
- },
- "tld": [
- ".er"
- ],
- "independent": true,
- "capital": [
- "Asmara"
- ],
- "subregion": "Eastern Africa",
- "languages": {
- "ara": "Arabic",
- "eng": "English",
- "tir": "Tigrinya"
- },
- "borders": [
- "DJI",
- "ETH",
- "SDN"
- ],
- "area": 117600,
- "flag": "🇪🇷",
- "population": 5352000,
- "fifa": "ERI",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/er.png",
- "svg": "https://flagcdn.com/er.svg",
- "alt": "The flag of Eritrea comprises three triangles — a large red isosceles triangle with its base spanning the hoist end and its apex at the midpoint on the fly end, and a green and blue right-angled triangle above and beneath the red triangle. On the hoist side of the red triangle is a golden vertical olive branch encircled by a golden olive wreath."
- }
- },
- {
- "name": {
- "common": "Zimbabwe",
- "official": "Republic of Zimbabwe"
- },
- "tld": [
- ".zw"
- ],
- "independent": true,
- "capital": [
- "Harare"
- ],
- "subregion": "Southern Africa",
- "languages": {
- "bwg": "Chibarwe",
- "eng": "English",
- "kck": "Kalanga",
- "khi": "Khoisan",
- "ndc": "Ndau",
- "nde": "Northern Ndebele",
- "nya": "Chewa",
- "sna": "Shona",
- "sot": "Sotho",
- "toi": "Tonga",
- "tsn": "Tswana",
- "tso": "Tsonga",
- "ven": "Venda",
- "xho": "Xhosa",
- "zib": "Zimbabwean Sign Language"
- },
- "borders": [
- "BWA",
- "MOZ",
- "ZAF",
- "ZMB"
- ],
- "area": 390757,
- "flag": "🇿🇼",
- "population": 14862927,
- "gini": {
- "2019": 50.3
- },
- "fifa": "ZIM",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/zw.png",
- "svg": "https://flagcdn.com/zw.svg",
- "alt": "The flag of Zimbabwe is composed of seven equal horizontal bands of green, yellow, red, black, red, yellow and green, with a white isosceles triangle superimposed on the hoist side of the field. This triangle is edged in black, spans about one-fourth the width of the field and has its base on the hoist end. A yellow Zimbabwe bird superimposed on a five-pointed red star is centered in the triangle."
- }
- },
- {
- "name": {
- "common": "Tanzania",
- "official": "United Republic of Tanzania"
- },
- "tld": [
- ".tz"
- ],
- "independent": true,
- "capital": [
- "Dodoma"
- ],
- "subregion": "Eastern Africa",
- "languages": {
- "eng": "English",
- "swa": "Swahili"
- },
- "borders": [
- "BDI",
- "COD",
- "KEN",
- "MWI",
- "MOZ",
- "RWA",
- "UGA",
- "ZMB"
- ],
- "area": 945087,
- "flag": "🇹🇿",
- "population": 59734213,
- "gini": {
- "2017": 40.5
- },
- "fifa": "TAN",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/tz.png",
- "svg": "https://flagcdn.com/tz.svg",
- "alt": "The flag of Tanzania features a yellow-edged black diagonal band that extends from the lower hoist-side corner to the upper fly-side corner of the field. Above and beneath this band are a green and light blue triangle respectively."
- }
- },
- {
- "name": {
- "common": "Estonia",
- "official": "Republic of Estonia"
- },
- "tld": [
- ".ee"
- ],
- "independent": true,
- "capital": [
- "Tallinn"
- ],
- "subregion": "Northern Europe",
- "languages": {
- "est": "Estonian"
- },
- "borders": [
- "LVA",
- "RUS"
- ],
- "area": 45227,
- "flag": "🇪🇪",
- "population": 1331057,
- "gini": {
- "2018": 30.3
- },
- "fifa": "EST",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ee.png",
- "svg": "https://flagcdn.com/ee.svg",
- "alt": "The flag of Estonia is composed of three equal horizontal bands of blue, black and white."
- }
- },
- {
- "name": {
- "common": "Belize",
- "official": "Belize"
- },
- "tld": [
- ".bz"
- ],
- "independent": true,
- "capital": [
- "Belmopan"
- ],
- "subregion": "Central America",
- "languages": {
- "bjz": "Belizean Creole",
- "eng": "English",
- "spa": "Spanish"
- },
- "borders": [
- "GTM",
- "MEX"
- ],
- "area": 22966,
- "flag": "🇧🇿",
- "population": 397621,
- "gini": {
- "1999": 53.3
- },
- "fifa": "BLZ",
- "timezones": [
- "UTC-06:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/bz.png",
- "svg": "https://flagcdn.com/bz.svg",
- "alt": "The flag of Belize has a royal blue field with a thin red horizontal band at the top and bottom of the field and the national coat of arms in the center."
- }
- },
- {
- "name": {
- "common": "Saudi Arabia",
- "official": "Kingdom of Saudi Arabia"
- },
- "tld": [
- ".sa",
- ".السعودية"
- ],
- "independent": true,
- "capital": [
- "Riyadh"
- ],
- "subregion": "Western Asia",
- "languages": {
- "ara": "Arabic"
- },
- "borders": [
- "IRQ",
- "JOR",
- "KWT",
- "OMN",
- "QAT",
- "ARE",
- "YEM"
- ],
- "area": 2149690,
- "flag": "🇸🇦",
- "population": 34813867,
- "fifa": "KSA",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/sa.png",
- "svg": "https://flagcdn.com/sa.svg",
- "alt": "The flag of Saudi Arabia has a green field, at the center of which is an Arabic inscription — the Shahada — in white above a white horizontal sabre with its tip pointed to the hoist side of the field."
- }
- },
- {
- "name": {
- "common": "New Zealand",
- "official": "New Zealand"
- },
- "tld": [
- ".nz"
- ],
- "independent": true,
- "capital": [
- "Wellington"
- ],
- "subregion": "Australia and New Zealand",
- "languages": {
- "eng": "English",
- "mri": "Māori",
- "nzs": "New Zealand Sign Language"
- },
- "area": 270467,
- "flag": "🇳🇿",
- "population": 5084300,
- "fifa": "NZL",
- "timezones": [
- "UTC-11:00",
- "UTC-10:00",
- "UTC+12:00",
- "UTC+12:45",
- "UTC+13:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/nz.png",
- "svg": "https://flagcdn.com/nz.svg",
- "alt": "The flag of New Zealand has a dark blue field with the flag of the United Kingdom — the Union Jack — in the canton and a representation of the Southern Cross constellation, made up of four five-pointed white-edged red stars, on the fly side of the field."
- }
- },
- {
- "name": {
- "common": "Turks and Caicos Islands",
- "official": "Turks and Caicos Islands"
- },
- "tld": [
- ".tc"
- ],
- "independent": false,
- "capital": [
- "Cockburn Town"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English"
- },
- "area": 948,
- "flag": "🇹🇨",
- "population": 38718,
- "fifa": "TCA",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/tc.png",
- "svg": "https://flagcdn.com/tc.svg"
- }
- },
- {
- "name": {
- "common": "Colombia",
- "official": "Republic of Colombia"
- },
- "tld": [
- ".co"
- ],
- "independent": true,
- "capital": [
- "Bogotá"
- ],
- "subregion": "South America",
- "languages": {
- "spa": "Spanish"
- },
- "borders": [
- "BRA",
- "ECU",
- "PAN",
- "PER",
- "VEN"
- ],
- "area": 1141748,
- "flag": "🇨🇴",
- "population": 50882884,
- "gini": {
- "2019": 51.3
- },
- "fifa": "COL",
- "timezones": [
- "UTC-05:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/co.png",
- "svg": "https://flagcdn.com/co.svg",
- "alt": "The flag of Colombia is composed of three horizontal bands of yellow, blue and red, with the yellow band twice the height of the other two bands."
- }
- },
- {
- "name": {
- "common": "Malaysia",
- "official": "Malaysia"
- },
- "tld": [
- ".my"
- ],
- "independent": true,
- "capital": [
- "Kuala Lumpur"
- ],
- "subregion": "South-Eastern Asia",
- "languages": {
- "eng": "English",
- "msa": "Malay"
- },
- "borders": [
- "BRN",
- "IDN",
- "THA"
- ],
- "area": 330803,
- "flag": "🇲🇾",
- "population": 32365998,
- "gini": {
- "2015": 41.1
- },
- "fifa": "MAS",
- "timezones": [
- "UTC+08:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/my.png",
- "svg": "https://flagcdn.com/my.svg",
- "alt": "The flag of Malaysia is composed of fourteen equal horizontal bands of red alternating with white. A blue rectangle, bearing a fly-side facing yellow crescent and a fourteen-pointed yellow star placed just outside the crescent opening, is superimposed in the canton."
- }
- },
- {
- "name": {
- "common": "Bermuda",
- "official": "Bermuda"
- },
- "tld": [
- ".bm"
- ],
- "independent": false,
- "capital": [
- "Hamilton"
- ],
- "subregion": "North America",
- "languages": {
- "eng": "English"
- },
- "area": 54,
- "flag": "🇧🇲",
- "population": 63903,
- "fifa": "BER",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/bm.png",
- "svg": "https://flagcdn.com/bm.svg"
- }
- },
- {
- "name": {
- "common": "Austria",
- "official": "Republic of Austria"
- },
- "tld": [
- ".at"
- ],
- "independent": true,
- "capital": [
- "Vienna"
- ],
- "subregion": "Central Europe",
- "languages": {
- "de": "German"
- },
- "borders": [
- "CZE",
- "DEU",
- "HUN",
- "ITA",
- "LIE",
- "SVK",
- "SVN",
- "CHE"
- ],
- "area": 83871,
- "flag": "🇦🇹",
- "population": 8917205,
- "gini": {
- "2018": 30.8
- },
- "fifa": "AUT",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/at.png",
- "svg": "https://flagcdn.com/at.svg",
- "alt": "The flag of Austria is composed of three equal horizontal bands of red, white and red."
- }
- },
- {
- "name": {
- "common": "Samoa",
- "official": "Independent State of Samoa"
- },
- "tld": [
- ".ws"
- ],
- "independent": true,
- "capital": [
- "Apia"
- ],
- "subregion": "Polynesia",
- "languages": {
- "eng": "English",
- "smo": "Samoan"
- },
- "area": 2842,
- "flag": "🇼🇸",
- "population": 198410,
- "gini": {
- "2013": 38.7
- },
- "fifa": "SAM",
- "timezones": [
- "UTC+13:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ws.png",
- "svg": "https://flagcdn.com/ws.svg",
- "alt": "The flag of Samoa has a red field. A blue rectangle, bearing a representation of the Southern Cross made up of five large and one smaller five-pointed white stars, is superimposed in the canton."
- }
- },
- {
- "name": {
- "common": "Uganda",
- "official": "Republic of Uganda"
- },
- "tld": [
- ".ug"
- ],
- "independent": true,
- "capital": [
- "Kampala"
- ],
- "subregion": "Eastern Africa",
- "languages": {
- "eng": "English",
- "swa": "Swahili"
- },
- "borders": [
- "COD",
- "KEN",
- "RWA",
- "SSD",
- "TZA"
- ],
- "area": 241550,
- "flag": "🇺🇬",
- "population": 45741000,
- "gini": {
- "2016": 42.8
- },
- "fifa": "UGA",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ug.png",
- "svg": "https://flagcdn.com/ug.svg",
- "alt": "The flag of Uganda is composed of six equal horizontal bands of black, yellow, red, black, yellow and red. A white circle bearing a hoist-side facing grey red-crested crane is superimposed in the center of the field."
- }
- },
- {
- "name": {
- "common": "Nepal",
- "official": "Federal Democratic Republic of Nepal"
- },
- "tld": [
- ".np"
- ],
- "independent": true,
- "capital": [
- "Kathmandu"
- ],
- "subregion": "Southern Asia",
- "languages": {
- "nep": "Nepali"
- },
- "borders": [
- "CHN",
- "IND"
- ],
- "area": 147181,
- "flag": "🇳🇵",
- "population": 29136808,
- "gini": {
- "2010": 32.8
- },
- "fifa": "NEP",
- "timezones": [
- "UTC+05:45"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/np.png",
- "svg": "https://flagcdn.com/np.svg",
- "alt": "The flag of Nepal is the world's only non-quadrilateral flag of a sovereign country. It takes the shape of two adjoining right-angled triangles and has a crimson red field with deep blue edges. Within the smaller upper triangle is an emblem of the upper half of a white sun resting on an upward facing white crescent. The lower triangle bears a white sun with twelve rays."
- }
- },
- {
- "name": {
- "common": "Paraguay",
- "official": "Republic of Paraguay"
- },
- "tld": [
- ".py"
- ],
- "independent": true,
- "capital": [
- "Asunción"
- ],
- "subregion": "South America",
- "languages": {
- "grn": "Guaraní",
- "spa": "Spanish"
- },
- "borders": [
- "ARG",
- "BOL",
- "BRA"
- ],
- "area": 406752,
- "flag": "🇵🇾",
- "population": 7132530,
- "gini": {
- "2019": 45.7
- },
- "fifa": "PAR",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/py.png",
- "svg": "https://flagcdn.com/py.svg",
- "alt": "The flag of Paraguay features three equal horizontal bands of red, white and blue, with an emblem centered in the white band. On the obverse side of the flag depicted, this emblem is the national coat of arms."
- }
- },
- {
- "name": {
- "common": "Australia",
- "official": "Commonwealth of Australia"
- },
- "tld": [
- ".au"
- ],
- "independent": true,
- "capital": [
- "Canberra"
- ],
- "subregion": "Australia and New Zealand",
- "languages": {
- "eng": "English"
- },
- "area": 7692024,
- "flag": "🇦🇺",
- "population": 25687041,
- "gini": {
- "2014": 34.4
- },
- "fifa": "AUS",
- "timezones": [
- "UTC+05:00",
- "UTC+06:30",
- "UTC+07:00",
- "UTC+08:00",
- "UTC+09:30",
- "UTC+10:00",
- "UTC+10:30",
- "UTC+11:30"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/au.png",
- "svg": "https://flagcdn.com/au.svg",
- "alt": "The flag of Australia has a dark blue field. It features the flag of the United Kingdom — the Union Jack — in the canton, beneath which is a large white seven-pointed star. A representation of the Southern Cross constellation, made up of one small five-pointed and four larger seven-pointed white stars, is situated on the fly side of the field."
- }
- },
- {
- "name": {
- "common": "Faroe Islands",
- "official": "Faroe Islands"
- },
- "tld": [
- ".fo"
- ],
- "independent": false,
- "capital": [
- "Tórshavn"
- ],
- "subregion": "Northern Europe",
- "languages": {
- "dan": "Danish",
- "fao": "Faroese"
- },
- "area": 1393,
- "flag": "🇫🇴",
- "population": 48865,
- "fifa": "FRO",
- "timezones": [
- "UTC+00:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/fo.png",
- "svg": "https://flagcdn.com/fo.svg"
- }
- },
- {
- "name": {
- "common": "United Kingdom",
- "official": "United Kingdom of Great Britain and Northern Ireland"
- },
- "tld": [
- ".uk"
- ],
- "independent": true,
- "capital": [
- "London"
- ],
- "subregion": "Northern Europe",
- "languages": {
- "eng": "English"
- },
- "borders": [
- "IRL"
- ],
- "area": 242900,
- "flag": "🇬🇧",
- "population": 67215293,
- "gini": {
- "2017": 35.1
- },
- "timezones": [
- "UTC-08:00",
- "UTC-05:00",
- "UTC-04:00",
- "UTC-03:00",
- "UTC-02:00",
- "UTC",
- "UTC+01:00",
- "UTC+02:00",
- "UTC+06:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/gb.png",
- "svg": "https://flagcdn.com/gb.svg",
- "alt": "The flag of the United Kingdom — the Union Jack — has a blue field. It features the white-edged red cross of Saint George superimposed on the diagonal red cross of Saint Patrick which is superimposed on the diagonal white cross of Saint Andrew."
- }
- },
- {
- "name": {
- "common": "Tokelau",
- "official": "Tokelau"
- },
- "tld": [
- ".tk"
- ],
- "independent": false,
- "capital": [
- "Fakaofo"
- ],
- "subregion": "Polynesia",
- "languages": {
- "eng": "English",
- "smo": "Samoan",
- "tkl": "Tokelauan"
- },
- "area": 12,
- "flag": "🇹🇰",
- "population": 1411,
- "timezones": [
- "UTC+13:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/tk.png",
- "svg": "https://flagcdn.com/tk.svg"
- }
- },
- {
- "name": {
- "common": "Zambia",
- "official": "Republic of Zambia"
- },
- "tld": [
- ".zm"
- ],
- "independent": true,
- "capital": [
- "Lusaka"
- ],
- "subregion": "Eastern Africa",
- "languages": {
- "eng": "English"
- },
- "borders": [
- "AGO",
- "BWA",
- "COD",
- "MWI",
- "MOZ",
- "NAM",
- "TZA",
- "ZWE"
- ],
- "area": 752612,
- "flag": "🇿🇲",
- "population": 18383956,
- "gini": {
- "2015": 57.1
- },
- "fifa": "ZAM",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/zm.png",
- "svg": "https://flagcdn.com/zm.svg",
- "alt": "The flag of Zambia has a green field, on the fly side of which is a soaring orange African fish eagle above a rectangular area divided into three equal vertical bands of red, black and orange."
- }
- },
- {
- "name": {
- "common": "Saint Lucia",
- "official": "Saint Lucia"
- },
- "tld": [
- ".lc"
- ],
- "independent": true,
- "capital": [
- "Castries"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English"
- },
- "area": 616,
- "flag": "🇱🇨",
- "population": 183629,
- "gini": {
- "2016": 51.2
- },
- "fifa": "LCA",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/lc.png",
- "svg": "https://flagcdn.com/lc.svg",
- "alt": "The flag of Saint Lucia has a light blue field, at the center of which are two triangles which share a common base — a small golden-yellow isosceles triangle superimposed on a large white-edged black isosceles triangle."
- }
- },
- {
- "name": {
- "common": "Isle of Man",
- "official": "Isle of Man"
- },
- "tld": [
- ".im"
- ],
- "independent": false,
- "capital": [
- "Douglas"
- ],
- "subregion": "Northern Europe",
- "languages": {
- "eng": "English",
- "glv": "Manx"
- },
- "area": 572,
- "flag": "🇮🇲",
- "population": 85032,
- "timezones": [
- "UTC+00:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/im.png",
- "svg": "https://flagcdn.com/im.svg"
- }
- },
- {
- "name": {
- "common": "Kyrgyzstan",
- "official": "Kyrgyz Republic"
- },
- "tld": [
- ".kg"
- ],
- "independent": true,
- "capital": [
- "Bishkek"
- ],
- "subregion": "Central Asia",
- "languages": {
- "kir": "Kyrgyz",
- "rus": "Russian"
- },
- "borders": [
- "CHN",
- "KAZ",
- "TJK",
- "UZB"
- ],
- "area": 199951,
- "flag": "🇰🇬",
- "population": 6591600,
- "gini": {
- "2019": 29.7
- },
- "fifa": "KGZ",
- "timezones": [
- "UTC+06:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/kg.png",
- "svg": "https://flagcdn.com/kg.svg",
- "alt": "The flag of Kyrgyzstan features a yellow sun with forty rays at the center of a red field. At the center of the sun is a stylized depiction of a tunduk."
- }
- },
- {
- "name": {
- "common": "French Polynesia",
- "official": "French Polynesia"
- },
- "tld": [
- ".pf"
- ],
- "independent": false,
- "capital": [
- "Papeetē"
- ],
- "subregion": "Polynesia",
- "languages": {
- "fra": "French"
- },
- "area": 4167,
- "flag": "🇵🇫",
- "population": 280904,
- "timezones": [
- "UTC-10:00",
- "UTC-09:30",
- "UTC-09:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/pf.png",
- "svg": "https://flagcdn.com/pf.svg"
- }
- },
- {
- "name": {
- "common": "Ecuador",
- "official": "Republic of Ecuador"
- },
- "tld": [
- ".ec"
- ],
- "independent": true,
- "capital": [
- "Quito"
- ],
- "subregion": "South America",
- "languages": {
- "spa": "Spanish"
- },
- "borders": [
- "COL",
- "PER"
- ],
- "area": 276841,
- "flag": "🇪🇨",
- "population": 17643060,
- "gini": {
- "2019": 45.7
- },
- "fifa": "ECU",
- "timezones": [
- "UTC-06:00",
- "UTC-05:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ec.png",
- "svg": "https://flagcdn.com/ec.svg",
- "alt": "The flag of Ecuador is composed of the horizontal bands of yellow, blue and red, with the yellow band twice the height of the other two bands. The Ecuadorian coat of arms is superimposed in the center of the field."
- }
- },
- {
- "name": {
- "common": "Hong Kong",
- "official": "Hong Kong Special Administrative Region of the People's Republic of China"
- },
- "tld": [
- ".hk",
- ".香港"
- ],
- "independent": false,
- "capital": [
- "City of Victoria"
- ],
- "subregion": "Eastern Asia",
- "languages": {
- "eng": "English",
- "zho": "Chinese"
- },
- "borders": [
- "CHN"
- ],
- "area": 1104,
- "flag": "🇭🇰",
- "population": 7500700,
- "fifa": "HKG",
- "timezones": [
- "UTC+08:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/hk.png",
- "svg": "https://flagcdn.com/hk.svg"
- }
- },
- {
- "name": {
- "common": "Northern Mariana Islands",
- "official": "Commonwealth of the Northern Mariana Islands"
- },
- "tld": [
- ".mp"
- ],
- "independent": false,
- "capital": [
- "Saipan"
- ],
- "subregion": "Micronesia",
- "languages": {
- "cal": "Carolinian",
- "cha": "Chamorro",
- "eng": "English"
- },
- "area": 464,
- "flag": "🇲🇵",
- "population": 57557,
- "timezones": [
- "UTC+10:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/mp.png",
- "svg": "https://flagcdn.com/mp.svg"
- }
- },
- {
- "name": {
- "common": "Timor-Leste",
- "official": "Democratic Republic of Timor-Leste"
- },
- "tld": [
- ".tl"
- ],
- "independent": true,
- "capital": [
- "Dili"
- ],
- "subregion": "South-Eastern Asia",
- "languages": {
- "por": "Portuguese",
- "tet": "Tetum"
- },
- "borders": [
- "IDN"
- ],
- "area": 14874,
- "flag": "🇹🇱",
- "population": 1318442,
- "gini": {
- "2014": 28.7
- },
- "fifa": "TLS",
- "timezones": [
- "UTC+09:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/tl.png",
- "svg": "https://flagcdn.com/tl.svg",
- "alt": "The flag of Timor-Leste has a red field with two isosceles triangles which share a common base on the hoist end. The smaller black triangle, which bears a five-pointed white star at its center and spans one-third the width of the field, is superimposed on the larger yellow triangle that extends to the center of the field."
- }
- },
- {
- "name": {
- "common": "Saint Vincent and the Grenadines",
- "official": "Saint Vincent and the Grenadines"
- },
- "tld": [
- ".vc"
- ],
- "independent": true,
- "capital": [
- "Kingstown"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English"
- },
- "area": 389,
- "flag": "🇻🇨",
- "population": 110947,
- "fifa": "VIN",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/vc.png",
- "svg": "https://flagcdn.com/vc.svg",
- "alt": "The flag of Saint Vincent and the Grenadines is composed of three vertical bands of blue, gold and green. The gold band is twice as wide as the other two bands and bears three green diamonds arranged to form the letter V at its center."
- }
- },
- {
- "name": {
- "common": "Vietnam",
- "official": "Socialist Republic of Vietnam"
- },
- "tld": [
- ".vn"
- ],
- "independent": true,
- "capital": [
- "Hanoi"
- ],
- "subregion": "South-Eastern Asia",
- "languages": {
- "vie": "Vietnamese"
- },
- "borders": [
- "KHM",
- "CHN",
- "LAO"
- ],
- "area": 331212,
- "flag": "🇻🇳",
- "population": 97338583,
- "gini": {
- "2018": 35.7
- },
- "fifa": "VIE",
- "timezones": [
- "UTC+07:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/vn.png",
- "svg": "https://flagcdn.com/vn.svg",
- "alt": "The flag of Vietnam features a large five-pointed yellow star on a red field."
- }
- },
- {
- "name": {
- "common": "Heard Island and McDonald Islands",
- "official": "Heard Island and McDonald Islands"
- },
- "tld": [
- ".hm",
- ".aq"
- ],
- "independent": false,
- "languages": {
- "eng": "English"
- },
- "area": 412,
- "flag": "🇭🇲",
- "population": 0,
- "timezones": [
- "UTC+05:00"
- ],
- "continents": [
- "Antarctica"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/hm.png",
- "svg": "https://flagcdn.com/hm.svg"
- }
- },
- {
- "name": {
- "common": "Ireland",
- "official": "Republic of Ireland"
- },
- "tld": [
- ".ie"
- ],
- "independent": true,
- "capital": [
- "Dublin"
- ],
- "subregion": "Northern Europe",
- "languages": {
- "eng": "English",
- "gle": "Irish"
- },
- "borders": [
- "GBR"
- ],
- "area": 70273,
- "flag": "🇮🇪",
- "population": 4994724,
- "gini": {
- "2017": 31.4
- },
- "fifa": "IRL",
- "timezones": [
- "UTC"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ie.png",
- "svg": "https://flagcdn.com/ie.svg",
- "alt": "The flag of Ireland is composed of three equal vertical bands of green, white and orange."
- }
- },
- {
- "name": {
- "common": "Finland",
- "official": "Republic of Finland"
- },
- "tld": [
- ".fi"
- ],
- "independent": true,
- "capital": [
- "Helsinki"
- ],
- "subregion": "Northern Europe",
- "languages": {
- "fin": "Finnish",
- "swe": "Swedish"
- },
- "borders": [
- "NOR",
- "SWE",
- "RUS"
- ],
- "area": 338424,
- "flag": "🇫🇮",
- "population": 5530719,
- "gini": {
- "2018": 27.3
- },
- "fifa": "FIN",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/fi.png",
- "svg": "https://flagcdn.com/fi.svg",
- "alt": "The flag of Finland has a white field with a large blue cross that extend to the edges of the field. The vertical part of this cross is offset towards the hoist side."
- }
- },
- {
- "name": {
- "common": "Japan",
- "official": "Japan"
- },
- "tld": [
- ".jp",
- ".みんな"
- ],
- "independent": true,
- "capital": [
- "Tokyo"
- ],
- "subregion": "Eastern Asia",
- "languages": {
- "jpn": "Japanese"
- },
- "area": 377930,
- "flag": "🇯🇵",
- "population": 125836021,
- "gini": {
- "2013": 32.9
- },
- "fifa": "JPN",
- "timezones": [
- "UTC+09:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/jp.png",
- "svg": "https://flagcdn.com/jp.svg",
- "alt": "The flag of Japan features a crimson-red circle at the center of a white field."
- }
- },
- {
- "name": {
- "common": "British Indian Ocean Territory",
- "official": "British Indian Ocean Territory"
- },
- "tld": [
- ".io"
- ],
- "independent": false,
- "capital": [
- "Diego Garcia"
- ],
- "subregion": "Eastern Africa",
- "languages": {
- "eng": "English"
- },
- "area": 60,
- "flag": "🇮🇴",
- "population": 3000,
- "timezones": [
- "UTC+06:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/io.png",
- "svg": "https://flagcdn.com/io.svg"
- }
- },
- {
- "name": {
- "common": "Norfolk Island",
- "official": "Territory of Norfolk Island"
- },
- "tld": [
- ".nf"
- ],
- "independent": false,
- "capital": [
- "Kingston"
- ],
- "subregion": "Australia and New Zealand",
- "languages": {
- "eng": "English",
- "pih": "Norfuk"
- },
- "area": 36,
- "flag": "🇳🇫",
- "population": 2302,
- "timezones": [
- "UTC+11:30"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/nf.png",
- "svg": "https://flagcdn.com/nf.svg"
- }
- },
- {
- "name": {
- "common": "Brazil",
- "official": "Federative Republic of Brazil"
- },
- "tld": [
- ".br"
- ],
- "independent": true,
- "capital": [
- "Brasília"
- ],
- "subregion": "South America",
- "languages": {
- "por": "Portuguese"
- },
- "borders": [
- "ARG",
- "BOL",
- "COL",
- "GUF",
- "GUY",
- "PRY",
- "PER",
- "SUR",
- "URY",
- "VEN"
- ],
- "area": 8515767,
- "flag": "🇧🇷",
- "population": 212559409,
- "gini": {
- "2019": 53.4
- },
- "fifa": "BRA",
- "timezones": [
- "UTC-05:00",
- "UTC-04:00",
- "UTC-03:00",
- "UTC-02:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/br.png",
- "svg": "https://flagcdn.com/br.svg",
- "alt": "The flag of Brazil has a green field with a large yellow rhombus in the center. Within the rhombus is a dark blue globe with twenty-seven small five-pointed white stars depicting a starry sky and a thin white convex horizontal band inscribed with the national motto 'Ordem e Progresso' across its center."
- }
- },
- {
- "name": {
- "common": "Montenegro",
- "official": "Montenegro"
- },
- "tld": [
- ".me"
- ],
- "independent": true,
- "capital": [
- "Podgorica"
- ],
- "subregion": "Southeast Europe",
- "languages": {
- "cnr": "Montenegrin"
- },
- "borders": [
- "ALB",
- "BIH",
- "HRV",
- "UNK",
- "SRB"
- ],
- "area": 13812,
- "flag": "🇲🇪",
- "population": 621718,
- "gini": {
- "2016": 38.5
- },
- "fifa": "MNE",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/me.png",
- "svg": "https://flagcdn.com/me.svg",
- "alt": "The flag of Montenegro features a large red central rectangular area surrounded by a golden-yellow border. The coat of arms of Montenegro is centered in the red rectangle."
- }
- },
- {
- "name": {
- "common": "Guyana",
- "official": "Co-operative Republic of Guyana"
- },
- "tld": [
- ".gy"
- ],
- "independent": true,
- "capital": [
- "Georgetown"
- ],
- "subregion": "South America",
- "languages": {
- "eng": "English"
- },
- "borders": [
- "BRA",
- "SUR",
- "VEN"
- ],
- "area": 214969,
- "flag": "🇬🇾",
- "population": 786559,
- "gini": {
- "1998": 45.1
- },
- "fifa": "GUY",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/gy.png",
- "svg": "https://flagcdn.com/gy.svg",
- "alt": "The flag of Guyana has a green field with two isosceles triangles which share a common base on the hoist end. The smaller black-edged red triangle spanning half the width of the field is superimposed on the larger white-edged yellow triangle which spans the full width of the field."
- }
- },
- {
- "name": {
- "common": "Slovakia",
- "official": "Slovak Republic"
- },
- "tld": [
- ".sk"
- ],
- "independent": true,
- "capital": [
- "Bratislava"
- ],
- "subregion": "Central Europe",
- "languages": {
- "slk": "Slovak"
- },
- "borders": [
- "AUT",
- "CZE",
- "HUN",
- "POL",
- "UKR"
- ],
- "area": 49037,
- "flag": "🇸🇰",
- "population": 5458827,
- "gini": {
- "2018": 25
- },
- "fifa": "SVK",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/sk.png",
- "svg": "https://flagcdn.com/sk.svg",
- "alt": "The flag of Slovakia is composed of three equal horizontal bands of white, blue and red. The coat of arms of Slovakia is superimposed at the center of the field slightly towards the hoist side."
- }
- },
- {
- "name": {
- "common": "Guam",
- "official": "Guam"
- },
- "tld": [
- ".gu"
- ],
- "independent": false,
- "capital": [
- "Hagåtña"
- ],
- "subregion": "Micronesia",
- "languages": {
- "cha": "Chamorro",
- "eng": "English",
- "spa": "Spanish"
- },
- "area": 549,
- "flag": "🇬🇺",
- "population": 168783,
- "fifa": "GUM",
- "timezones": [
- "UTC+10:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/gu.png",
- "svg": "https://flagcdn.com/gu.svg"
- }
- },
- {
- "name": {
- "common": "Monaco",
- "official": "Principality of Monaco"
- },
- "tld": [
- ".mc"
- ],
- "independent": true,
- "capital": [
- "Monaco"
- ],
- "subregion": "Western Europe",
- "languages": {
- "fra": "French"
- },
- "borders": [
- "FRA"
- ],
- "area": 2.02,
- "flag": "🇲🇨",
- "population": 39244,
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/mc.png",
- "svg": "https://flagcdn.com/mc.svg",
- "alt": "The flag of Monaco is composed of two equal horizontal bands of red and white."
- }
- },
- {
- "name": {
- "common": "China",
- "official": "People's Republic of China"
- },
- "tld": [
- ".cn",
- ".中国",
- ".中國",
- ".公司",
- ".网络"
- ],
- "independent": true,
- "capital": [
- "Beijing"
- ],
- "subregion": "Eastern Asia",
- "languages": {
- "zho": "Chinese"
- },
- "borders": [
- "AFG",
- "BTN",
- "MMR",
- "HKG",
- "IND",
- "KAZ",
- "NPL",
- "PRK",
- "KGZ",
- "LAO",
- "MAC",
- "MNG",
- "PAK",
- "RUS",
- "TJK",
- "VNM"
- ],
- "area": 9706961,
- "flag": "🇨🇳",
- "population": 1402112000,
- "gini": {
- "2016": 38.5
- },
- "fifa": "CHN",
- "timezones": [
- "UTC+08:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/cn.png",
- "svg": "https://flagcdn.com/cn.svg",
- "alt": "The flag of China has a red field. In the canton are five yellow five-pointed stars — a large star and four smaller stars arranged in a vertical arc on the fly side of the large star."
- }
- },
- {
- "name": {
- "common": "Aruba",
- "official": "Aruba"
- },
- "tld": [
- ".aw"
- ],
- "independent": false,
- "capital": [
- "Oranjestad"
- ],
- "subregion": "Caribbean",
- "languages": {
- "nld": "Dutch",
- "pap": "Papiamento"
- },
- "area": 180,
- "flag": "🇦🇼",
- "population": 106766,
- "fifa": "ARU",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/aw.png",
- "svg": "https://flagcdn.com/aw.svg"
- }
- },
- {
- "name": {
- "common": "Laos",
- "official": "Lao People's Democratic Republic"
- },
- "tld": [
- ".la"
- ],
- "independent": true,
- "capital": [
- "Vientiane"
- ],
- "subregion": "South-Eastern Asia",
- "languages": {
- "lao": "Lao"
- },
- "borders": [
- "MMR",
- "KHM",
- "CHN",
- "THA",
- "VNM"
- ],
- "area": 236800,
- "flag": "🇱🇦",
- "population": 7275556,
- "gini": {
- "2018": 38.8
- },
- "fifa": "LAO",
- "timezones": [
- "UTC+07:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/la.png",
- "svg": "https://flagcdn.com/la.svg",
- "alt": "The flag of Laos is composed of three horizontal bands of red, blue and red. The blue band is twice the height of the red bands and bears a white circle at its center."
- }
- },
- {
- "name": {
- "common": "Venezuela",
- "official": "Bolivarian Republic of Venezuela"
- },
- "tld": [
- ".ve"
- ],
- "independent": true,
- "capital": [
- "Caracas"
- ],
- "subregion": "South America",
- "languages": {
- "spa": "Spanish"
- },
- "borders": [
- "BRA",
- "COL",
- "GUY"
- ],
- "area": 916445,
- "flag": "🇻🇪",
- "population": 28435943,
- "gini": {
- "2006": 44.8
- },
- "fifa": "VEN",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ve.png",
- "svg": "https://flagcdn.com/ve.svg",
- "alt": "The flag of Venezuela is composed of three equal horizontal bands of yellow, blue and red. At the center of the blue band are eight five-pointed white stars arranged in a horizontal arc."
- }
- },
- {
- "name": {
- "common": "Palestine",
- "official": "State of Palestine"
- },
- "tld": [
- ".ps",
- "فلسطين."
- ],
- "independent": false,
- "capital": [
- "Ramallah",
- "Jerusalem"
- ],
- "subregion": "Western Asia",
- "languages": {
- "ara": "Arabic"
- },
- "borders": [
- "ISR",
- "EGY",
- "JOR"
- ],
- "area": 6220,
- "flag": "🇵🇸",
- "population": 4803269,
- "gini": {
- "2016": 33.7
- },
- "fifa": "PLE",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ps.png",
- "svg": "https://flagcdn.com/ps.svg"
- }
- },
- {
- "name": {
- "common": "Sint Maarten",
- "official": "Sint Maarten"
- },
- "tld": [
- ".sx"
- ],
- "independent": false,
- "capital": [
- "Philipsburg"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English",
- "fra": "French",
- "nld": "Dutch"
- },
- "borders": [
- "MAF"
- ],
- "area": 34,
- "flag": "🇸🇽",
- "population": 40812,
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/sx.png",
- "svg": "https://flagcdn.com/sx.svg"
- }
- },
- {
- "name": {
- "common": "Hungary",
- "official": "Hungary"
- },
- "tld": [
- ".hu"
- ],
- "independent": true,
- "capital": [
- "Budapest"
- ],
- "subregion": "Central Europe",
- "languages": {
- "hun": "Hungarian"
- },
- "borders": [
- "AUT",
- "HRV",
- "ROU",
- "SRB",
- "SVK",
- "SVN",
- "UKR"
- ],
- "area": 93028,
- "flag": "🇭🇺",
- "population": 9749763,
- "gini": {
- "2018": 29.6
- },
- "fifa": "HUN",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/hu.png",
- "svg": "https://flagcdn.com/hu.svg",
- "alt": "The flag of Hungary is composed of three equal horizontal bands of red, white and green."
- }
- },
- {
- "name": {
- "common": "Germany",
- "official": "Federal Republic of Germany"
- },
- "tld": [
- ".de"
- ],
- "independent": true,
- "capital": [
- "Berlin"
- ],
- "subregion": "Western Europe",
- "languages": {
- "deu": "German"
- },
- "borders": [
- "AUT",
- "BEL",
- "CZE",
- "DNK",
- "FRA",
- "LUX",
- "NLD",
- "POL",
- "CHE"
- ],
- "area": 357114,
- "flag": "🇩🇪",
- "population": 83240525,
- "gini": {
- "2016": 31.9
- },
- "fifa": "GER",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/de.png",
- "svg": "https://flagcdn.com/de.svg",
- "alt": "The flag of Germany is composed of three equal horizontal bands of black, red and gold."
- }
- },
- {
- "name": {
- "common": "Tonga",
- "official": "Kingdom of Tonga"
- },
- "tld": [
- ".to"
- ],
- "independent": true,
- "capital": [
- "Nuku'alofa"
- ],
- "subregion": "Polynesia",
- "languages": {
- "eng": "English",
- "ton": "Tongan"
- },
- "area": 747,
- "flag": "🇹🇴",
- "population": 105697,
- "gini": {
- "2015": 37.6
- },
- "fifa": "TGA",
- "timezones": [
- "UTC+13:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/to.png",
- "svg": "https://flagcdn.com/to.svg",
- "alt": "The flag of Tonga has a red field. A white rectangle bearing a red Greek cross is superimposed in the canton."
- }
- },
- {
- "name": {
- "common": "Iraq",
- "official": "Republic of Iraq"
- },
- "tld": [
- ".iq"
- ],
- "independent": true,
- "capital": [
- "Baghdad"
- ],
- "subregion": "Western Asia",
- "languages": {
- "ara": "Arabic",
- "arc": "Aramaic",
- "ckb": "Sorani"
- },
- "borders": [
- "IRN",
- "JOR",
- "KWT",
- "SAU",
- "SYR",
- "TUR"
- ],
- "area": 438317,
- "flag": "🇮🇶",
- "population": 40222503,
- "gini": {
- "2012": 29.5
- },
- "fifa": "IRQ",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/iq.png",
- "svg": "https://flagcdn.com/iq.svg",
- "alt": "The flag of Iraq is composed of three equal horizontal bands of red, white and black. In the central white band are Arabic inscriptions in green."
- }
- },
- {
- "name": {
- "common": "Thailand",
- "official": "Kingdom of Thailand"
- },
- "tld": [
- ".th",
- ".ไทย"
- ],
- "independent": true,
- "capital": [
- "Bangkok"
- ],
- "subregion": "South-Eastern Asia",
- "languages": {
- "tha": "Thai"
- },
- "borders": [
- "MMR",
- "KHM",
- "LAO",
- "MYS"
- ],
- "area": 513120,
- "flag": "🇹🇭",
- "population": 69799978,
- "gini": {
- "2019": 34.9
- },
- "fifa": "THA",
- "timezones": [
- "UTC+07:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/th.png",
- "svg": "https://flagcdn.com/th.svg",
- "alt": "The flag of Thailand is composed of five horizontal bands of red, white, blue, white and red, with the central blue band twice the height of the other four bands."
- }
- },
- {
- "name": {
- "common": "Tunisia",
- "official": "Tunisian Republic"
- },
- "tld": [
- ".tn"
- ],
- "independent": true,
- "capital": [
- "Tunis"
- ],
- "subregion": "Northern Africa",
- "languages": {
- "ara": "Arabic"
- },
- "borders": [
- "DZA",
- "LBY"
- ],
- "area": 163610,
- "flag": "🇹🇳",
- "population": 11818618,
- "gini": {
- "2015": 32.8
- },
- "fifa": "TUN",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/tn.png",
- "svg": "https://flagcdn.com/tn.svg",
- "alt": "The flag of Tunisia has a red field. A white circle bearing a five-pointed red star within a fly-side facing red crescent is situated at the center of the field."
- }
- },
- {
- "name": {
- "common": "Burundi",
- "official": "Republic of Burundi"
- },
- "tld": [
- ".bi"
- ],
- "independent": true,
- "capital": [
- "Gitega"
- ],
- "subregion": "Eastern Africa",
- "languages": {
- "fra": "French",
- "run": "Kirundi"
- },
- "borders": [
- "COD",
- "RWA",
- "TZA"
- ],
- "area": 27834,
- "flag": "🇧🇮",
- "population": 11890781,
- "gini": {
- "2013": 38.6
- },
- "fifa": "BDI",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/bi.png",
- "svg": "https://flagcdn.com/bi.svg",
- "alt": "The flag of Burundi is divided by a white diagonal cross into four alternating triangular areas of red at the top and bottom, and green on the hoist and fly sides. A white circle, with three green-edged red six-pointed stars arranged to form a triangle, is superimposed at the center of the cross."
- }
- },
- {
- "name": {
- "common": "Switzerland",
- "official": "Swiss Confederation"
- },
- "tld": [
- ".ch"
- ],
- "independent": true,
- "capital": [
- "Bern"
- ],
- "subregion": "Western Europe",
- "languages": {
- "fra": "French",
- "gsw": "Swiss German",
- "ita": "Italian",
- "roh": "Romansh"
- },
- "borders": [
- "AUT",
- "FRA",
- "ITA",
- "LIE",
- "DEU"
- ],
- "area": 41284,
- "flag": "🇨🇭",
- "population": 8654622,
- "gini": {
- "2018": 33.1
- },
- "fifa": "SUI",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ch.png",
- "svg": "https://flagcdn.com/ch.svg",
- "alt": "The flag of Switzerland is square shaped. It features a white Swiss cross centered on a red field."
- }
- },
- {
- "name": {
- "common": "Åland Islands",
- "official": "Åland Islands"
- },
- "tld": [
- ".ax"
- ],
- "independent": false,
- "capital": [
- "Mariehamn"
- ],
- "subregion": "Northern Europe",
- "languages": {
- "swe": "Swedish"
- },
- "area": 1580,
- "flag": "🇦🇽",
- "population": 29458,
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ax.png",
- "svg": "https://flagcdn.com/ax.svg"
- }
- },
- {
- "name": {
- "common": "Benin",
- "official": "Republic of Benin"
- },
- "tld": [
- ".bj"
- ],
- "independent": true,
- "capital": [
- "Porto-Novo"
- ],
- "subregion": "Western Africa",
- "languages": {
- "fra": "French"
- },
- "borders": [
- "BFA",
- "NER",
- "NGA",
- "TGO"
- ],
- "area": 112622,
- "flag": "🇧🇯",
- "population": 12123198,
- "gini": {
- "2015": 47.8
- },
- "fifa": "BEN",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/bj.png",
- "svg": "https://flagcdn.com/bj.svg",
- "alt": "The flag of Benin features a green vertical band on its hoist side that takes up about two-fifth the width of the field and two equal horizontal bands of yellow and red adjoining the vertical band."
- }
- },
- {
- "name": {
- "common": "Kiribati",
- "official": "Independent and Sovereign Republic of Kiribati"
- },
- "tld": [
- ".ki"
- ],
- "independent": true,
- "capital": [
- "South Tarawa"
- ],
- "subregion": "Micronesia",
- "languages": {
- "eng": "English",
- "gil": "Gilbertese"
- },
- "area": 811,
- "flag": "🇰🇮",
- "population": 119446,
- "gini": {
- "2006": 37
- },
- "timezones": [
- "UTC+12:00",
- "UTC+13:00",
- "UTC+14:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ki.png",
- "svg": "https://flagcdn.com/ki.svg",
- "alt": "The flag of Kiribati is divided into two halves. While the upper half has a red field, at the center of which is a yellow frigate bird flying over the top half of a rising yellow sun with seventeen visible rays, the lower half is composed of six horizontal wavy bands of white alternating with blue to depict the ocean."
- }
- },
- {
- "name": {
- "common": "Sudan",
- "official": "Republic of the Sudan"
- },
- "tld": [
- ".sd"
- ],
- "independent": true,
- "capital": [
- "Khartoum"
- ],
- "subregion": "Northern Africa",
- "languages": {
- "ara": "Arabic",
- "eng": "English"
- },
- "borders": [
- "CAF",
- "TCD",
- "EGY",
- "ERI",
- "ETH",
- "LBY",
- "SSD"
- ],
- "area": 1886068,
- "flag": "🇸🇩",
- "population": 43849269,
- "gini": {
- "2014": 34.2
- },
- "fifa": "SDN",
- "timezones": [
- "UTC+03:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/sd.png",
- "svg": "https://flagcdn.com/sd.svg",
- "alt": "The flag of Sudan is composed of three equal horizontal bands of red, white and black, with a green isosceles triangle superimposed on the hoist side. The green triangle spans about two-fifth the width of the field with its base on the hoist end."
- }
- },
- {
- "name": {
- "common": "Uzbekistan",
- "official": "Republic of Uzbekistan"
- },
- "tld": [
- ".uz"
- ],
- "independent": true,
- "capital": [
- "Tashkent"
- ],
- "subregion": "Central Asia",
- "languages": {
- "rus": "Russian",
- "uzb": "Uzbek"
- },
- "borders": [
- "AFG",
- "KAZ",
- "KGZ",
- "TJK",
- "TKM"
- ],
- "area": 447400,
- "flag": "🇺🇿",
- "population": 34232050,
- "gini": {
- "2003": 35.3
- },
- "fifa": "UZB",
- "timezones": [
- "UTC+05:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/uz.png",
- "svg": "https://flagcdn.com/uz.svg",
- "alt": "The flag of Uzbekistan is composed of three equal horizontal bands of turquoise, white with red top and bottom edges, and green. On the hoist side of the turquoise band is a fly-side facing white crescent and twelve five-pointed white stars arranged just outside the crescent opening in three rows comprising three, four and five stars."
- }
- },
- {
- "name": {
- "common": "Burkina Faso",
- "official": "Burkina Faso"
- },
- "tld": [
- ".bf"
- ],
- "independent": true,
- "capital": [
- "Ouagadougou"
- ],
- "subregion": "Western Africa",
- "languages": {
- "fra": "French"
- },
- "borders": [
- "BEN",
- "CIV",
- "GHA",
- "MLI",
- "NER",
- "TGO"
- ],
- "area": 272967,
- "flag": "🇧🇫",
- "population": 20903278,
- "gini": {
- "2014": 35.3
- },
- "fifa": "BFA",
- "timezones": [
- "UTC"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/bf.png",
- "svg": "https://flagcdn.com/bf.svg",
- "alt": "The flag of Burkina Faso features two equal horizontal bands of red and green, with a yellow five-pointed star in the center."
- }
- },
- {
- "name": {
- "common": "Sri Lanka",
- "official": "Democratic Socialist Republic of Sri Lanka"
- },
- "tld": [
- ".lk",
- ".இலங்கை",
- ".ලංකා"
- ],
- "independent": true,
- "capital": [
- "Sri Jayawardenepura Kotte"
- ],
- "subregion": "Southern Asia",
- "languages": {
- "sin": "Sinhala",
- "tam": "Tamil"
- },
- "borders": [
- "IND"
- ],
- "area": 65610,
- "flag": "🇱🇰",
- "population": 21919000,
- "gini": {
- "2016": 39.3
- },
- "fifa": "SRI",
- "timezones": [
- "UTC+05:30"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/lk.png",
- "svg": "https://flagcdn.com/lk.svg",
- "alt": "The flag of Sri Lanka features two large adjacent but separate rectangular areas, centered on a golden-yellow field. The smaller hoist-side rectangle is divided into two equal vertical bands of teal and orange, and the larger fly-side rectangle is maroon with a centered golden-yellow lion holding a Kastane sword in its right fore-paw and four golden-yellow Bo leaves, one in each corner."
- }
- },
- {
- "name": {
- "common": "Niger",
- "official": "Republic of Niger"
- },
- "tld": [
- ".ne"
- ],
- "independent": true,
- "capital": [
- "Niamey"
- ],
- "subregion": "Western Africa",
- "languages": {
- "fra": "French"
- },
- "borders": [
- "DZA",
- "BEN",
- "BFA",
- "TCD",
- "LBY",
- "MLI",
- "NGA"
- ],
- "area": 1267000,
- "flag": "🇳🇪",
- "population": 24206636,
- "gini": {
- "2014": 34.3
- },
- "fifa": "NIG",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ne.png",
- "svg": "https://flagcdn.com/ne.svg",
- "alt": "The flag of Niger features three equal horizontal bands of orange, white and green, with an orange circle centered in the white band."
- }
- },
- {
- "name": {
- "common": "Suriname",
- "official": "Republic of Suriname"
- },
- "tld": [
- ".sr"
- ],
- "independent": true,
- "capital": [
- "Paramaribo"
- ],
- "subregion": "South America",
- "languages": {
- "nld": "Dutch"
- },
- "borders": [
- "BRA",
- "GUF",
- "GUY"
- ],
- "area": 163820,
- "flag": "🇸🇷",
- "population": 586634,
- "gini": {
- "1999": 57.9
- },
- "fifa": "SUR",
- "timezones": [
- "UTC-03:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/sr.png",
- "svg": "https://flagcdn.com/sr.svg",
- "alt": "The flag of Suriname is composed of five horizontal bands of green, white, red, white and green in the ratio of 2:1:4:1:2. A large five-pointed yellow star is centered in the red band."
- }
- },
- {
- "name": {
- "common": "Angola",
- "official": "Republic of Angola"
- },
- "tld": [
- ".ao"
- ],
- "independent": true,
- "capital": [
- "Luanda"
- ],
- "subregion": "Middle Africa",
- "languages": {
- "por": "Portuguese"
- },
- "borders": [
- "COG",
- "COD",
- "ZMB",
- "NAM"
- ],
- "area": 1246700,
- "flag": "🇦🇴",
- "population": 32866268,
- "gini": {
- "2018": 51.3
- },
- "fifa": "ANG",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ao.png",
- "svg": "https://flagcdn.com/ao.svg",
- "alt": "The flag of Angola features two equal horizontal bands of red and black, with a yellow emblem at its centre. This emblem consists of a five-pointed star within the hoist-side facing half of a cogwheel that is crossed on its lower end by a machete."
- }
- },
- {
- "name": {
- "common": "Ivory Coast",
- "official": "Republic of Côte d'Ivoire"
- },
- "tld": [
- ".ci"
- ],
- "independent": true,
- "capital": [
- "Yamoussoukro"
- ],
- "subregion": "Western Africa",
- "languages": {
- "fra": "French"
- },
- "borders": [
- "BFA",
- "GHA",
- "GIN",
- "LBR",
- "MLI"
- ],
- "area": 322463,
- "flag": "🇨🇮",
- "population": 26378275,
- "gini": {
- "2015": 41.5
- },
- "fifa": "CIV",
- "timezones": [
- "UTC"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ci.png",
- "svg": "https://flagcdn.com/ci.svg",
- "alt": "The flag of Ivory Coast is composed of three equal vertical bands of orange, white and green."
- }
- },
- {
- "name": {
- "common": "Cayman Islands",
- "official": "Cayman Islands"
- },
- "tld": [
- ".ky"
- ],
- "independent": false,
- "capital": [
- "George Town"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English"
- },
- "area": 264,
- "flag": "🇰🇾",
- "population": 65720,
- "fifa": "CAY",
- "timezones": [
- "UTC-05:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ky.png",
- "svg": "https://flagcdn.com/ky.svg"
- }
- },
- {
- "name": {
- "common": "Lesotho",
- "official": "Kingdom of Lesotho"
- },
- "tld": [
- ".ls"
- ],
- "independent": true,
- "capital": [
- "Maseru"
- ],
- "subregion": "Southern Africa",
- "languages": {
- "eng": "English",
- "sot": "Sotho"
- },
- "borders": [
- "ZAF"
- ],
- "area": 30355,
- "flag": "🇱🇸",
- "population": 2142252,
- "gini": {
- "2017": 44.9
- },
- "fifa": "LES",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ls.png",
- "svg": "https://flagcdn.com/ls.svg",
- "alt": "The flag of Lesotho is composed of three horizontal bands of blue, white and green in the ratio of 3:4:3. A black mokorotlo — a Basotho hat — is centered in the white band."
- }
- },
- {
- "name": {
- "common": "Montserrat",
- "official": "Montserrat"
- },
- "tld": [
- ".ms"
- ],
- "independent": false,
- "capital": [
- "Plymouth"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English"
- },
- "area": 102,
- "flag": "🇲🇸",
- "population": 4922,
- "fifa": "MSR",
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/ms.png",
- "svg": "https://flagcdn.com/ms.svg"
- }
- },
- {
- "name": {
- "common": "Malawi",
- "official": "Republic of Malawi"
- },
- "tld": [
- ".mw"
- ],
- "independent": true,
- "capital": [
- "Lilongwe"
- ],
- "subregion": "Eastern Africa",
- "languages": {
- "eng": "English",
- "nya": "Chewa"
- },
- "borders": [
- "MOZ",
- "TZA",
- "ZMB"
- ],
- "area": 118484,
- "flag": "🇲🇼",
- "population": 19129955,
- "gini": {
- "2016": 44.7
- },
- "fifa": "MWI",
- "timezones": [
- "UTC+02:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/mw.png",
- "svg": "https://flagcdn.com/mw.svg",
- "alt": "The flag of Malawi is composed of three equal horizontal bands of black, red and green. The top half of a red sun with thirty-one visible rays is centered in the black band."
- }
- },
- {
- "name": {
- "common": "Bahamas",
- "official": "Commonwealth of the Bahamas"
- },
- "tld": [
- ".bs"
- ],
- "independent": true,
- "capital": [
- "Nassau"
- ],
- "subregion": "Caribbean",
- "languages": {
- "eng": "English"
- },
- "area": 13943,
- "flag": "🇧🇸",
- "population": 393248,
- "fifa": "BAH",
- "timezones": [
- "UTC-05:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/bs.png",
- "svg": "https://flagcdn.com/bs.svg",
- "alt": "The flag of the Bahamas is composed of three equal horizontal bands of aquamarine, yellow and aquamarine, with a black equilateral triangle superimposed on the hoist side of the field. This triangle has its base on the hoist end and spans about one-third the width of the field."
- }
- },
- {
- "name": {
- "common": "Guinea-Bissau",
- "official": "Republic of Guinea-Bissau"
- },
- "tld": [
- ".gw"
- ],
- "independent": true,
- "capital": [
- "Bissau"
- ],
- "subregion": "Western Africa",
- "languages": {
- "por": "Portuguese",
- "pov": "Upper Guinea Creole"
- },
- "borders": [
- "GIN",
- "SEN"
- ],
- "area": 36125,
- "flag": "🇬🇼",
- "population": 1967998,
- "gini": {
- "2010": 50.7
- },
- "fifa": "GNB",
- "timezones": [
- "UTC"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/gw.png",
- "svg": "https://flagcdn.com/gw.svg",
- "alt": "The flag of Guinea-Bissau features a red vertical band on its hoist side that takes up about two-fifth the width of the field, and two equal horizontal bands of yellow and green adjoining the vertical band. A five-pointed black star is centered in the vertical band."
- }
- },
- {
- "name": {
- "common": "Saint Barthélemy",
- "official": "Collectivity of Saint Barthélemy"
- },
- "tld": [
- ".bl"
- ],
- "independent": false,
- "capital": [
- "Gustavia"
- ],
- "subregion": "Caribbean",
- "languages": {
- "fra": "French"
- },
- "area": 21,
- "flag": "🇧🇱",
- "population": 4255,
- "timezones": [
- "UTC-04:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/bl.png",
- "svg": "https://flagcdn.com/bl.svg"
- }
- },
- {
- "name": {
- "common": "Seychelles",
- "official": "Republic of Seychelles"
- },
- "tld": [
- ".sc"
- ],
- "independent": true,
- "capital": [
- "Victoria"
- ],
- "subregion": "Eastern Africa",
- "languages": {
- "crs": "Seychellois Creole",
- "eng": "English",
- "fra": "French"
- },
- "area": 452,
- "flag": "🇸🇨",
- "population": 98462,
- "gini": {
- "2018": 32.1
- },
- "fifa": "SEY",
- "timezones": [
- "UTC+04:00"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/sc.png",
- "svg": "https://flagcdn.com/sc.svg",
- "alt": "The flag of Seychelles is composed of five broadening oblique bands of blue, yellow, red, white and green, which extend from the hoist side of the bottom edge to the top and fly edges of the field."
- }
- },
- {
- "name": {
- "common": "Christmas Island",
- "official": "Territory of Christmas Island"
- },
- "tld": [
- ".cx"
- ],
- "independent": false,
- "capital": [
- "Flying Fish Cove"
- ],
- "subregion": "Australia and New Zealand",
- "languages": {
- "eng": "English"
- },
- "area": 135,
- "flag": "🇨🇽",
- "population": 2072,
- "timezones": [
- "UTC+07:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/cx.png",
- "svg": "https://flagcdn.com/cx.svg"
- }
- },
- {
- "name": {
- "common": "Micronesia",
- "official": "Federated States of Micronesia"
- },
- "tld": [
- ".fm"
- ],
- "independent": true,
- "capital": [
- "Palikir"
- ],
- "subregion": "Micronesia",
- "languages": {
- "eng": "English"
- },
- "area": 702,
- "flag": "🇫🇲",
- "population": 115021,
- "gini": {
- "2013": 40.1
- },
- "timezones": [
- "UTC+10:00",
- "UTC+11:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/fm.png",
- "svg": "https://flagcdn.com/fm.svg",
- "alt": "The flag of Micronesia has a light blue field, at the center of which are four five-pointed white stars arranged in the shape of a diamond."
- }
- },
- {
- "name": {
- "common": "Belgium",
- "official": "Kingdom of Belgium"
- },
- "tld": [
- ".be"
- ],
- "independent": true,
- "capital": [
- "Brussels"
- ],
- "subregion": "Western Europe",
- "languages": {
- "deu": "German",
- "fra": "French",
- "nld": "Dutch"
- },
- "borders": [
- "FRA",
- "DEU",
- "LUX",
- "NLD"
- ],
- "area": 30528,
- "flag": "🇧🇪",
- "population": 11555997,
- "gini": {
- "2018": 27.2
- },
- "fifa": "BEL",
- "timezones": [
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/be.png",
- "svg": "https://flagcdn.com/be.svg",
- "alt": "The flag of Belgium is composed of three equal vertical bands of black, yellow and red."
- }
- },
- {
- "name": {
- "common": "French Guiana",
- "official": "Guiana"
- },
- "tld": [
- ".gf"
- ],
- "independent": false,
- "capital": [
- "Cayenne"
- ],
- "subregion": "South America",
- "languages": {
- "fra": "French"
- },
- "borders": [
- "BRA",
- "SUR"
- ],
- "area": 83534,
- "flag": "🇬🇫",
- "population": 254541,
- "timezones": [
- "UTC-03:00"
- ],
- "continents": [
- "America"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/gf.png",
- "svg": "https://flagcdn.com/gf.svg"
- }
- },
- {
- "name": {
- "common": "Taiwan",
- "official": "Republic of China (Taiwan)"
- },
- "tld": [
- ".tw",
- ".台灣",
- ".台湾"
- ],
- "independent": false,
- "capital": [
- "Taipei"
- ],
- "subregion": "Eastern Asia",
- "languages": {
- "zho": "Chinese"
- },
- "area": 36193,
- "flag": "🇹🇼",
- "population": 23503349,
- "fifa": "TPE",
- "timezones": [
- "UTC+08:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/tw.png",
- "svg": "https://flagcdn.com/tw.svg"
- }
- },
- {
- "name": {
- "common": "South Korea",
- "official": "Republic of Korea"
- },
- "tld": [
- ".kr",
- ".한국"
- ],
- "independent": true,
- "capital": [
- "Seoul"
- ],
- "subregion": "Eastern Asia",
- "languages": {
- "kor": "Korean"
- },
- "borders": [
- "PRK"
- ],
- "area": 100210,
- "flag": "🇰🇷",
- "population": 51780579,
- "gini": {
- "2016": 31.4
- },
- "fifa": "KOR",
- "timezones": [
- "UTC+09:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/kr.png",
- "svg": "https://flagcdn.com/kr.svg",
- "alt": "The flag of South Korea has a white field, at the center of which is a red and blue Taegeuk circle surrounded by four black trigrams, one in each corner."
- }
- },
- {
- "name": {
- "common": "Denmark",
- "official": "Kingdom of Denmark"
- },
- "tld": [
- ".dk"
- ],
- "independent": true,
- "capital": [
- "Copenhagen"
- ],
- "subregion": "Northern Europe",
- "languages": {
- "dan": "Danish"
- },
- "borders": [
- "DEU"
- ],
- "area": 43094,
- "flag": "🇩🇰",
- "population": 5831404,
- "gini": {
- "2018": 28.2
- },
- "fifa": "DEN",
- "timezones": [
- "UTC-04:00",
- "UTC-03:00",
- "UTC-01:00",
- "UTC",
- "UTC+01:00"
- ],
- "continents": [
- "Europe"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/dk.png",
- "svg": "https://flagcdn.com/dk.svg",
- "alt": "The flag of Denmark has a red field with a large white cross that extend to the edges of the field. The vertical part of this cross is offset towards the hoist side."
- }
- },
- {
- "name": {
- "common": "Oman",
- "official": "Sultanate of Oman"
- },
- "tld": [
- ".om"
- ],
- "independent": true,
- "capital": [
- "Muscat"
- ],
- "subregion": "Western Asia",
- "languages": {
- "ara": "Arabic"
- },
- "borders": [
- "SAU",
- "ARE",
- "YEM"
- ],
- "area": 309500,
- "flag": "🇴🇲",
- "population": 5106622,
- "fifa": "OMA",
- "timezones": [
- "UTC+04:00"
- ],
- "continents": [
- "Asia"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/om.png",
- "svg": "https://flagcdn.com/om.svg",
- "alt": "The flag of Oman features a red vertical band on the hoist side that takes up about one-fourth the width of the field, and three equal horizontal bands of white, red and green adjoining the vertical band. At the top of the vertical band is the white emblem of Oman."
- }
- },
- {
- "name": {
- "common": "Pitcairn Islands",
- "official": "Pitcairn Group of Islands"
- },
- "tld": [
- ".pn"
- ],
- "independent": false,
- "capital": [
- "Adamstown"
- ],
- "subregion": "Polynesia",
- "languages": {
- "eng": "English"
- },
- "area": 47,
- "flag": "🇵🇳",
- "population": 56,
- "timezones": [
- "UTC-08:00"
- ],
- "continents": [
- "Oceania"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/pn.png",
- "svg": "https://flagcdn.com/pn.svg"
- }
- },
- {
- "name": {
- "common": "Senegal",
- "official": "Republic of Senegal"
- },
- "tld": [
- ".sn"
- ],
- "independent": true,
- "capital": [
- "Dakar"
- ],
- "subregion": "Western Africa",
- "languages": {
- "fra": "French"
- },
- "borders": [
- "GMB",
- "GIN",
- "GNB",
- "MLI",
- "MRT"
- ],
- "area": 196722,
- "flag": "🇸🇳",
- "population": 16743930,
- "gini": {
- "2011": 40.3
- },
- "fifa": "SEN",
- "timezones": [
- "UTC"
- ],
- "continents": [
- "Africa"
- ],
- "flags": {
- "png": "https://flagcdn.com/w320/sn.png",
- "svg": "https://flagcdn.com/sn.svg",
- "alt": "The flag of Senegal is composed of three equal vertical bands of green, golden-yellow and red, with a five-pointed green star centered in the golden-yellow band."
- }
- }
-]
\ No newline at end of file
diff --git a/src/data/ghibli/README.md b/src/data/ghibli/README.md
deleted file mode 100644
index 11f84cbe..00000000
--- a/src/data/ghibli/README.md
+++ /dev/null
@@ -1,33 +0,0 @@
-# Studio Ghibli
-
-Studio Ghibli es un estudio de animación japonés, conocido por sus largometrajes
-animados como **Mi vecino Totoro**, **El viaje de Chihiro** o
-**El castillo ambulante**, entre otros grandes éxitos.
-
-Las animaciones tienen gran acogida a nivel mundial y algunas han recibido
-varias nominaciones y premios. De todo este fandom hay un grupo que desea poder
-interactuar y ver la información de las animaciones y sus personajes.
-
-## Hallazgos
-
-Para entender mejor qué información podrían necesitar nuestras usuarias,
-hicimos una rápida investigación (research) y estos son algunos de los
-hallazgos.
-
-- Studio Ghibli tiene varias animaciones, para nuestras usuarias es importante
- saber cuántas y cuáles son.
-- Las animaciones tienen directorxs y productorxs. Estxs son las mentes detrás
- de una gran animación. En Studio Ghibli hay directorxs y productorxs que han
- colaborado en la creación de más de una animación. Por ello, es importante
- para nuestra usuaria poder conocerlos y saber cuántas y cuáles son las
- animaciones a las que dieron "vida".
-- Las animaciones tienen información relevante para nuestras usuarias, como
- descripción, fecha de lanzamiento, peso, director, productor y personajes.
-- Cada animación tiene sus personajes, para nuestras usuarias es importante
- saber cuántos y cuáles son
-- Los personajes tienen características únicas que la usuaria quiere saber, como
- nombre, edad, género, especie, etc.
-- Las animaciones tienen locaciones y vehículos únicos en cada una. Para
- nuestras usuarias es importante saber cuáles son.
-- Adicionalmente a esta información, para nuestras usuarias es importante poder
- ver los tipos de especies que hay en cada animación.
diff --git a/src/data/ghibli/README.pt.md b/src/data/ghibli/README.pt.md
deleted file mode 100644
index a4f69ff7..00000000
--- a/src/data/ghibli/README.pt.md
+++ /dev/null
@@ -1,31 +0,0 @@
-# Studio Ghibli
-
-Studio Ghibli é um estúdio japonês de animação, muito
-conhecido por seus filmes como **Meu Amigo Totoro**,
-**A Viagem de Chihiro**, **O Castelo Animado**, entre outros grandes sucessos.
-As animações são bem recebidas em todo o mundo e algumas receberam
-várias nomeações e prêmios. De todo esse fandom há um grupo que deseja
-interagir e ver as informações das animações e seus personagens.
-
-## Achados
-
-Para entender melhor quais informações nossos usuários podem precisar,
-fizemos uma investigação rápida (research) e essas são algumas das conclusões.
-
-- Studio Ghibli tem várias animações e para nossos usuários é importante
-saber quantas e quais são
-- As mentes por trás de cada animação são os diretores e produtores,
-sendo que eles podem ter contribuído
-na criação de mais de uma obra. Portanto, é importante
-para nosso usuário poder conhecê-los e saber quantas e quais são as criações
-em que eles trabalharam
-- As animações possuem informações relevantes para nossos usuários, como
-descrição, data de lançamento, diretor, produtor e personagens
-- Cada animação tem seus personagens e para nossos usuários é importante
-saber quantos e quais são
-- Os personagens têm características únicas que o usuário deseja conhecer, como
-nome, idade, sexo, espécie, etc.
-- As animações têm locais e veículos únicos em cada um e para nossos usuários é
-importante saber quais são
-- Além dessas informações, é importante que nossos usuários sejam capazes de
-ver os tipos de espécies em cada animação
diff --git a/src/data/ghibli/ghibli.js b/src/data/ghibli/ghibli.js
deleted file mode 100644
index 5122d330..00000000
--- a/src/data/ghibli/ghibli.js
+++ /dev/null
@@ -1,2435 +0,0 @@
-export default {
- "studio": "Studio Ghibli Inc.",
- "films": [
- {
- "id": "2baf70d1-42bb-4437-b551-e5fed5a87abe",
- "title": "Castle in the Sky",
- "description": "The orphan Sheeta inherited a mysterious crystal that links her to the mythical sky-kingdom of Laputa. With the help of resourceful Pazu and a rollicking band of sky pirates, she makes her way to the ruins of the once-great civilization. Sheeta and Pazu must outwit the evil Muska, who plans to use Laputa's science to make himself ruler of the world.",
- "director": "Hayao Miyazaki",
- "producer": "Isao Takahata",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c1/Castle_in_the_Sky.jpg",
- "release_date": "1986",
- "rt_score": "95",
- "people": [
- {
- "id": "fe93adf2-2f3a-4ec4-9f68-5422f1b87c01",
- "name": "Pazu",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/8b/Pazu.jpg",
- "gender": "Male",
- "age": "13",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "598f7048-74ff-41e0-92ef-87dc1ad980a9",
- "name": "Lusheeta Toel Ul Laputa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c3/Sheeta.jpg",
- "gender": "Female",
- "age": "13",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "3bc0b41e-3569-4d20-ae73-2da329bf0786",
- "name": "Dola",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b3/Dola.png",
- "gender": "Female",
- "age": "60",
- "eye_color": "Black",
- "hair_color": "Peach",
- "specie": "Human"
- },
- {
- "id": "abe886e7-30c8-4c19-aaa5-d666e60d14de",
- "name": "Romska Palo Ul Laputa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d5/Muska.jpg",
- "gender": "Male",
- "age": "33",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "e08880d0-6938-44f3-b179-81947e7873fc",
- "name": "Uncle Pom",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/de/Uncle_Pom.png",
- "gender": "Male",
- "age": "Unspecified/Elderly",
- "eye_color": "Black",
- "hair_color": "White",
- "specie": "Human"
- },
- {
- "id": "5c83c12a-62d5-4e92-8672-33ac76ae1fa0",
- "name": "General Muoro",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/12/Muoro.jpg",
- "gender": "Male",
- "age": "Unspecified/Adult",
- "eye_color": "Black",
- "hair_color": "None",
- "specie": "Human"
- },
- {
- "id": "3f4c408b-0bcc-45a0-bc8b-20ffc67a2ede",
- "name": "Duffi",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0a/Duffi.png",
- "gender": "Male",
- "age": "Unspecified/Adult",
- "eye_color": "Dark brown",
- "hair_color": "Dark brown",
- "specie": "Human"
- },
- {
- "id": "fcb4a2ac-5e41-4d54-9bba-33068db083ca",
- "name": "Louis",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/28/Charlies.jpg",
- "gender": "Male",
- "age": "30",
- "eye_color": "Dark brown",
- "hair_color": "Dark brown",
- "specie": "Human"
- },
- {
- "id": "2cb76c15-772a-4cb3-9919-3652f56611d0",
- "name": "Charles",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f0/Charlie.jpg",
- "gender": "Male",
- "age": "Unspecified/Adult",
- "eye_color": "Dark brown",
- "hair_color": "Light brown",
- "specie": "Human"
- },
- {
- "id": "f6f2c477-98aa-4796-b9aa-8209fdeed6b9",
- "name": "Henri",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/15/Henri.jpg",
- "gender": "Male",
- "age": "Unspecified/Adult",
- "eye_color": "Dark brown",
- "hair_color": "Reddish brown",
- "specie": "Human"
- },
- {
- "id": "05d8d01b-0c2f-450e-9c55-aa0daa34838e",
- "name": "Motro",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/17/Eggman_laputa.jpg",
- "gender": "Male",
- "age": "Unspecified/Adult",
- "eye_color": "Dark brown",
- "hair_color": "None",
- "specie": "Human"
- },
- {
- "id": "b22a684f-1819-40c8-94a6-d40c3b5e18eb",
- "name": "Okami",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/65/Okami.jpg",
- "gender": "Female",
- "age": "50",
- "eye_color": "Dark brown",
- "hair_color": "Orange",
- "specie": "Human"
- },
- {
- "id": "40c005ce-3725-4f15-8409-3e1b1b14b583",
- "name": "Colonel Muska",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d3/Colonelmuska2bodyguards.JPG",
- "gender": "Male",
- "age": "33",
- "eye_color": "Grey",
- "hair_color": "Brown",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "6ba60a86-7c74-4ec4-a6f4-7112b5705a2f",
- "name": "Gondoa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/25/Thumbnail-8.jpeg",
- "climate": "TODO",
- "terrain": "TODO",
- "surface_water": "40",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "26361a2c-32c6-4bd5-ae9c-8e40e17ae28d",
- "name": "Pazu's Mines",
- "img": "https://preview.redd.it/fmikehlh8dl41.jpg?auto=webp&s=a997a7d6726fc151a438985899b052d0fd357716",
- "climate": "Dry",
- "terrain": "Hill",
- "surface_water": "0",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "0fafa7a3-64c1-43fe-881b-ecb605c01e09",
- "name": "Laputa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/e7/Laputa.png",
- "climate": "Continental",
- "terrain": "City",
- "surface_water": "40",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "0132f7f6-fd52-4ac3-b5df-c96b609f77b6",
- "name": "Tedis",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/13/Tedis.jpg",
- "climate": "Continental",
- "terrain": "Hill",
- "surface_water": "30",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": [
- {
- "id": "4e09b023-f650-4747-9ab9-eacf14540cfb",
- "name": "Air Destroyer Goliath",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/e5/Goliath.png",
- "description": "A military airship utilized by the government to access Laputa",
- "vehicle_class": "Airship",
- "length": "1,000",
- "pilot": {
- "id": "40c005ce-3725-4f15-8409-3e1b1b14b583",
- "name": "Colonel Muska"
- }
- }
- ]
- },
- {
- "id": "58611129-2dbc-4a81-a72f-77ddfc1b1b49",
- "title": "My Neighbor Totoro",
- "description": "Two sisters move to the country with their father in order to be closer to their hospitalized mother, and discover the surrounding trees are inhabited by Totoros, magical spirits of the forest. When the youngest runs away from home, the older sister seeks help from the spirits to find her.",
- "director": "Hayao Miyazaki",
- "producer": "Hayao Miyazaki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/d/db/My_Neighbor_Totoro.jpg",
- "release_date": "1988",
- "rt_score": "93",
- "people": [
- {
- "id": "986faac6-67e3-4fb8-a9ee-bad077c2e7fe",
- "name": "Satsuki Kusakabe",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f2/Satsuki_Kusakabe.jpg",
- "gender": "Female",
- "age": "11",
- "eye_color": "Dark Brown/Black",
- "hair_color": "Dark Brown",
- "specie": "Human"
- },
- {
- "id": "d5df3c04-f355-4038-833c-83bd3502b6b9",
- "name": "Mei Kusakabe",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b5/God_Jul_Mei_%C3%B6nskar_fr%C3%A5n_Tomten.jpg",
- "gender": "Female",
- "age": "4",
- "eye_color": "Brown",
- "hair_color": "Light Brown",
- "specie": "Human"
- },
- {
- "id": "3031caa8-eb1a-41c6-ab93-dd091b541e11",
- "name": "Tatsuo Kusakabe",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d6/Tatsuo_Kusakabe.jpg",
- "gender": "Male",
- "age": "37",
- "eye_color": "Brown",
- "hair_color": "Dark Brown",
- "specie": "Human"
- },
- {
- "id": "87b68b97-3774-495b-bf80-495a5f3e672d",
- "name": "Yasuko Kusakabe",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/7/7b/Yasuko_Kusakabe.png",
- "gender": "Female",
- "age": "36",
- "eye_color": "Brown",
- "hair_color": "Dark Brown",
- "specie": "Human"
- },
- {
- "id": "08ffbce4-7f94-476a-95bc-76d3c3969c19",
- "name": "Granny",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d9/Granny.png",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Human"
- },
- {
- "id": "0f8ef701-b4c7-4f15-bd15-368c7fe38d0a",
- "name": "Kanta Ogaki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c3/Kanta.jpg",
- "gender": "Male",
- "age": "11",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "d39deecb-2bd0-4770-8b45-485f26e1381f",
- "name": "Totoro",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/df/Totoro_in_the_rain.png",
- "gender": "Male",
- "age": "1300",
- "eye_color": "Grey",
- "hair_color": "Grey",
- "specie": "Totoro"
- },
- {
- "id": "591524bc-04fe-4e60-8d61-2425e42ffb2a",
- "name": "Chu Totoro",
- "img": "https://www.ghibli.jp/gallery/thumb-totoro019.png",
- "gender": "NA",
- "age": "",
- "eye_color": "Black",
- "hair_color": "Blue",
- "specie": "Totoro"
- },
- {
- "id": "c491755a-407d-4d6e-b58a-240ec78b5061",
- "name": "Chibi Totoro",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c5/Little_Totoro_spirit_moving.gif",
- "gender": "NA",
- "age": "",
- "eye_color": "Black",
- "hair_color": "White",
- "specie": "Totoro"
- },
- {
- "id": "f467e18e-3694-409f-bdb3-be891ade1106",
- "name": "Catbus",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/30/Catbus.jpg",
- "gender": "Male",
- "age": "NA",
- "eye_color": "Yellow",
- "hair_color": "Brown",
- "specie": "Cat"
- }
- ],
- "locations": [
- {
- "id": "660c8c91-bd92-43db-b475-b2df6ca96fec",
- "name": "Kusakabe's House",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f3/Kusakabe_Family_House.jpg",
- "climate": "Mild",
- "terrain": "River",
- "surface_water": "40",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "6fc21b76-78fb-4451-98f7-857e32a23e85",
- "name": "Matsugo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/08/Min_Granne_Totoro_v%C3%A4rlden.jpg",
- "climate": "Continental",
- "terrain": "River",
- "surface_water": "60",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "ee897b2a-405e-42b9-bff4-8b51b0f03cab",
- "name": "Satsuki's School House",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/dd/Satsuki%27s_School_House.jpg",
- "climate": "Mild",
- "terrain": "River",
- "surface_water": "60",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "ea660b10-85c4-4ae3-8a5f-41cea3648e3e",
- "title": "Kiki's Delivery Service",
- "description": "A young witch, on her mandatory year of independent life, finds fitting into a new community difficult while she supports herself by running an air courier service.",
- "director": "Hayao Miyazaki",
- "producer": "Hayao Miyazaki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/4/48/Kiki%27s_Delivery_Service_%282%29.jpg",
- "release_date": "1989",
- "rt_score": "96",
- "people": [
- {
- "id": "4151abc6-1a9e-4e6a-5678-aac05ra641js",
- "name": "Kiki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/59/Kiki.jpg",
- "gender": "Female",
- "age": "13",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Witch"
- },
- {
- "id": "7151abc6-1a9e-4e6a-9711-ddb50ea572ec",
- "name": "Jiji",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b4/Jiji.jpg",
- "gender": "Male",
- "age": "13",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Cat"
- },
- {
- "id": "6574cfr2-9w3d-2x1h-8531-gge23iu489ko",
- "name": "Ursula",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/12/Ursula.jpg",
- "gender": "Female",
- "age": "18",
- "eye_color": "Black",
- "hair_color": "Red",
- "specie": "Human"
- },
- {
- "id": "4321dse3-6r6s-3r4d-5641-rdq19re765de",
- "name": "Tombo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/6f/Tombo.jpg",
- "gender": "Male",
- "age": "13",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "8252ebf6-1g8f-5t6u-1234-vvg45yd363dc",
- "name": "Osono",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/3a/Osono.jpg",
- "gender": "Female",
- "age": "30",
- "eye_color": "Brown",
- "hair_color": "Red",
- "specie": "Human"
- },
- {
- "id": "7654ght4-3r4t-1t5u-0987-hhj76gh432gr",
- "name": "Fukuo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/29/Fukuo.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "fb083a4e-77b2-4623-a2e0-6bbca5bfd5b2",
- "name": "Ursula's Log Cabin",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b5/Ursula%27s_Log_Cabin.jpg",
- "climate": "TODO",
- "terrain": "TODO",
- "surface_water": "40",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "c57fb2cb-ea85-4d73-8808-cf5dcd28c22e",
- "name": "Koriko",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/05/Koriko.jpg",
- "climate": "Mild",
- "terrain": "Hill",
- "surface_water": "50",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "62346d33-caa0-4c17-8016-0aca56f3066b",
- "name": "Karikiya",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/e3/Majo002.jpg",
- "climate": "Mild",
- "terrain": "City",
- "surface_water": "30",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "64a996aa-481e-4627-9624-ab23f59a05a9",
- "name": "Guchokipanya",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0f/Gutiokipanja.jpg",
- "climate": "Continental",
- "terrain": "Hill",
- "surface_water": "50",
- "residents": [
- {
- "id": "8252ebf6-1g8f-5t6u-1234-vvg45yd363dc",
- "name": "Osono"
- },
- {
- "id": "7654ght4-3r4t-1t5u-0987-hhj76gh432gr",
- "name": "Fukuo"
- }
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "12cfb892-aac0-4c5b-94af-521852e46d6a",
- "title": "Grave of the Fireflies",
- "description": "In the latter part of World War II, a boy and his sister, orphaned when their mother is killed in the firebombing of Tokyo, are left to survive on their own in what remains of civilian life in Japan. The plot follows this boy and his sister as they do their best to survive in the Japanese countryside, battling hunger, prejudice, and pride in their own quiet, personal battle.",
- "director": "Isao Takahata",
- "producer": "Toru Hara",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a5/Grave_of_the_Fireflies_Japanese_poster.jpg",
- "release_date": "1988",
- "rt_score": "97",
- "people": [
- {
- "id": "8cb959a8-1959-42f3-bb33-07d7a2e6b830",
- "name": "Seita Yokokawa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/21/Seita_Yokokawa.jpg",
- "gender": "Male",
- "age": "14",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "c344d561-6654-4aab-b0df-a1570e7e60cb",
- "name": "Setsuko Yokokawa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a8/Setsuko_Yokokawa.jpg",
- "gender": "Female",
- "age": "4",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "227c01a6-4e29-4582-bc4b-35106a704ab0",
- "name": "Mrs. Yokokawa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/39/SeitaMother.png",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "023306e3-9fc6-4d1d-b681-d4649dcbfff9",
- "name": "Kiyoshi Yokokawa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f6/SeitaFather3.jpg",
- "gender": "Male",
- "age": "40",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "0e18b23d-1f21-4a83-a6de-f01147624875",
- "name": "Seita's Aunt",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/09/SeitaAunt.jpg",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- }
- ],
- "locations": [],
- "vehicles": []
- },
- {
- "id": "4e236f34-b981-41c3-8c65-f8c9000b94e7",
- "title": "Only Yesterday",
- "description": "It’s 1982, and Taeko is 27 years old, unmarried, and has lived her whole life in Tokyo. She decides to visit her family in the countryside, and as the train travels through the night, memories flood back of her younger years: the first immature stirrings of romance, the onset of puberty, and the frustrations of math and boys. At the station she is met by young farmer Toshio, and the encounters with him begin to reconnect her to forgotten longings. In lyrical switches between the present and the past, Taeko contemplates the arc of her life, and wonders if she has been true to the dreams of her childhood self.",
- "director": "Isao Takahata",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a9/Only_Yesterday.jpg",
- "release_date": "1991",
- "rt_score": "100",
- "people": [
- {
- "id": "d0bb7b5f-3bf0-46c8-959d-0299b3252bd8",
- "name": "Taeko Okajima",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d4/Taeko_Okajima.png",
- "gender": "Female",
- "age": "27",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "3f78eba1-f9b0-489b-8686-f4508cdf049d",
- "name": "Toshio",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5d/Toshio.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "52ed5cad-2464-481f-9786-8533b8de95ff",
- "name": "Mr. Okajima",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/58/Mr._Okajima.png",
- "gender": "Male",
- "age": "Middle age",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "87e61451-3131-4d01-a3b3-558c9ee1c451",
- "name": "Mrs. Okajima",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/18/Mrs._Okajima_%282%29.png",
- "gender": "Female",
- "age": "Middle age",
- "eye_color": "Black",
- "hair_color": "Light brown",
- "specie": "Human"
- },
- {
- "id": "0174e644-eddd-4cb7-8503-e0c21291d782",
- "name": "Grandmother Okajima",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0f/Grandmother_Okajima_%282%29.jpg",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Human"
- },
- {
- "id": "a88cb7a4-fe4a-4d50-8d8b-c32449e298ba",
- "name": "Nanako Okajima",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c1/Nanako_Okajima.png",
- "gender": "Female",
- "age": "18",
- "eye_color": "Black",
- "hair_color": "Light brown",
- "specie": "Human"
- },
- {
- "id": "c8f02850-0c1f-499c-8b5e-d8ad16f3ecc4",
- "name": "Yaeko Okajima",
- "gender": "Female",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a8/Yaeko_Okajima.jpg",
- "age": "16",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Human"
- },
- {
- "id": "6e960787-5a47-4178-a040-1ef5bf5e4a6c",
- "name": "Tani Tsuneko",
- "img": "https://www.anime-planet.com/images/characters/tani-tsuneko-100171.jpg",
- "gender": "Female",
- "age": "10",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "cd86aeb2-4fd7-4119-8128-7060e0a68074",
- "name": "Aiko",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5d/Aiko.jpg",
- "gender": "Female",
- "age": "10",
- "eye_color": "Black",
- "hair_color": "Grey brown",
- "specie": "Human"
- },
- {
- "id": "3ab1e0de-4d41-4f67-b2d0-e16d0fef2e6c",
- "name": "Toko",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/af/Toko.jpg",
- "gender": "Female",
- "age": "10",
- "eye_color": "Black",
- "hair_color": "Light brown",
- "specie": "Human"
- },
- {
- "id": "f4a85428-18b7-4199-ba5a-b6bcfb478e14",
- "name": "Rie",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/00/Rie_01.png",
- "gender": "Female",
- "age": "10",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "dbeeaecb-7817-4b8b-90ca-edc432d3033e",
- "name": "Taeko's House",
- "img": "https://images.squarespace-cdn.com/content/v1/54fc8146e4b02a22841f4df7/1571850401468-9TTOSKJGO49OEAKEJ4O6/Art+of+Only+Yesterday+C+-+8.jpg",
- "climate": "Continental",
- "terrain": "River",
- "surface_water": "40",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "ebbb6b7c-945c-41ee-a792-de0e43191bd8",
- "title": "Porco Rosso",
- "description": "Porco Rosso, known in Japan as Crimson Pig (Kurenai no Buta) is the sixth animated film by Hayao Miyazaki and released in 1992. You're introduced to an Italian World War I fighter ace, now living as a freelance bounty hunter chasing 'air pirates' in the Adriatic Sea. He has been given a curse that changed his head to that of a pig. Once called Marco Pagot, he is now known to the world as 'Porco Rosso', Italian for 'Red Pig.'",
- "director": "Hayao Miyazaki",
- "producer": "Toshio Suzuki",
- "poster" : "https://static.wikia.nocookie.net/studio-ghibli/images/4/41/Porco_Rosso.jpg",
- "release_date": "1992",
- "rt_score": "94",
- "people": [
- {
- "id": "6523068d-f5a9-4150-bf5b-76abe6fb42c3",
- "name": "Porco Rosso",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/02/Porcellino%21.png",
- "gender": "Male",
- "age": "47",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "eff43a47-e59c-41bd-bcc6-b1827d63bed5",
- "name": "Donald Curtis",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/61/Donald_Curtis.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "4a2e2cee-08ca-4d44-9564-2b3e5421bafb",
- "name": "Fio Piccolo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/16/Fio_%282%29.jpg",
- "gender": "Female",
- "age": "17",
- "eye_color": "Brown",
- "hair_color": "Red",
- "specie": "Human"
- },
- {
- "id": "127317b3-f6f8-4aea-b294-20452a3334f5",
- "name": "Gina",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/eb/Gina.jpg",
- "gender": "Female",
- "age": "circa 23-35",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "2ac81cc3-7292-40ab-9e8f-4a370a58e3c8",
- "name": "Mr. Piccolo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0e/Mr_Piccolo.jpg",
- "gender": "Male",
- "age": "Middle aged",
- "eye_color": "Brown",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "a63c25f4-41a4-4f78-933f-3c14e2903a8f",
- "name": "Capo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/98/Aiuto_Gang_boss.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Bald",
- "specie": "Human"
- },
- {
- "id": "5fd7416f-d928-4ebc-a4fb-d9bbdf99b06a",
- "name": "Ferrari",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/be/Porco_Rosso_-_Ferrari.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "34df8f25-8f80-4823-8f01-bf9852039987",
- "name": "Piccolo S.P.A.",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/4f/Piccolos_garage.jpg",
- "climate": "Continental",
- "terrain": "River",
- "surface_water": "40",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": [
- {
- "id": "d8f893b5-1dd9-41a1-9918-0099c1aa2de8",
- "name": "Red Wing",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/8f/Porco%27s_Plane.jpg",
- "description": "An experimental aircraft captured by Porco. Named Savoia S.21",
- "vehicle_class": "Airplane",
- "length": "20",
- "pilot": {
- "id": "6523068d-f5a9-4150-bf5b-76abe6fb42c3",
- "name": "Porco Rosso"
- }
- },
- {
- "id": "7eb1b9cd-8153-4ef6-a0d4-1e9abd8d78da",
- "name": "Dabohaze",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/99/Aiuto_Gang.jpg",
- "description": "It's the Mamma Aiuto Gang's battle ship, They're an air pirate gang lead by Capo",
- "vehicle_class": "Battle ship",
- "length": "NA",
- "pilot": {
- "id": "a63c25f4-41a4-4f78-933f-3c14e2903a8f",
- "name": "Capo"
- }
- }
- ]
- },
- {
- "id": "1b67aa9a-2e4a-45af-ac98-64d6ad15b16c",
- "title": "Pom Poko",
- "description": "As the human city development encroaches on the raccoon population's forest and meadow habitat, the raccoons find themselves faced with the very real possibility of extinction. In response, the raccoons engage in a desperate struggle to stop the construction and preserve their home.",
- "director": "Isao Takahata",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/9/9e/Pom_Poko.jpg",
- "release_date": "1994",
- "rt_score": "78",
- "people": [
- {
- "id": "575d6943-f9da-445e-8e77-e118c3924a1d",
- "name": "Shoukichi",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/59/Shoukichi_1.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Raccoon Dog"
- },
- {
- "id": "9298c4fe-a508-463f-aad7-d55742e9a4e5",
- "name": "Okiyo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/bd/Okiyo.jpg",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Raccoon Dog"
- },
- {
- "id": "220c7498-c390-4456-b853-bac107d16ff7",
- "name": "Seizaemon",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d9/Seizaemon.jpg",
- "gender": "Male",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Raccoon Dog"
- },
- {
- "id": "718f634a-ea92-4907-a262-5a71a0661dcd",
- "name": "Oroku",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/07/Oroku.jpg",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "Grey brown",
- "specie": "Raccoon Dog"
- },
- {
- "id": "7367f154-4d9b-4e3e-89cf-2bd55c4d817f",
- "name": "Gonta",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0b/Gonta.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Raccoon Dog"
- },
- {
- "id": "041cad03-ad0d-4f80-aeaa-71f9f64334df",
- "name": "Inugami Gyōbu",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/99/Inugami.jpg",
- "gender": "Male",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "Grey brown",
- "specie": "Raccoon Dog"
- }
- ],
- "locations": [],
- "vehicles": []
- },
- {
- "id": "ff24da26-a969-4f0e-ba1e-a122ead6c6e3",
- "title": "Whisper of the Heart",
- "description": "Shizuku lives a simple life, dominated by her love for stories and writing. One day she notices that all the library books she has have been previously checked out by the same person: 'Seiji Amasawa'. Curious as to who he is, Shizuku meets a boy her age whom she finds infuriating, but discovers to her shock that he is her 'Prince of Books'. As she grows closer to him, she realises that he merely read all those books to bring himself closer to her. The boy Seiji aspires to be a violin maker in Italy, and it is his dreams that make Shizuku realise that she has no clear path for her life. Knowing that her strength lies in writing, she tests her talents by writing a story about Baron, a cat statuette belonging to Seiji's grandfather.",
- "director": "Yoshifumi Kondō",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/7/7b/Whisper_of_the_Heart.jpg",
- "release_date": "1995",
- "rt_score": "91",
- "people": [
- {
- "id": "42a69bf6-b5e8-42b1-b05a-12c3d05e7c1e",
- "name": "Shizuku Tsukishima",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/67/Shizuku_Tsukishima.jpg",
- "gender": "Female",
- "age": "14",
- "eye_color": "Black",
- "hair_color": "Light black",
- "specie": "Human"
- },
- {
- "id": "fc196c4f-0201-4ed2-9add-c6403f7c4d32",
- "name": "Baron Humbert von Gikkingen",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/4f/Humbert_von_Gikkingen.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Green",
- "hair_color": "Yellow",
- "specie": "Cat"
- },
- {
- "id": "079db09e-0441-442b-8c17-af5cac8321c4",
- "name": "Seiji Amasawa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c5/Seiji_Amasawa.jpg",
- "gender": "Male",
- "age": "15",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "494bba43-9f61-4383-a597-5bae6ab26222",
- "name": "Yuko Harada",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/cb/Yuko_Harada.jpg",
- "gender": "Female",
- "age": "14",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "e432a1fe-e937-4575-bade-d11e9f8a9433",
- "name": "Sugimura",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b7/Sugimura.jpg",
- "gender": "Male",
- "age": "14",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "182c1f2a-e1e0-4035-b87a-754d58ed6e2d",
- "name": "Seiya Tsukishima",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b3/Seiya_Tsukishima.jpg",
- "gender": "Male",
- "age": "40",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "d92e61f3-f525-4740-9f06-c9e7b19c3d11",
- "name": "Asako Tsukishima",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/ac/Asako_Tsukishima.jpg",
- "gender": "Female",
- "age": "39",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "61b51987-dd67-479b-aa03-554834b7edd7",
- "name": "Shiro Nishi",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0f/Shiro_Nishi.jpg",
- "gender": "Male",
- "age": "70",
- "eye_color": "Black",
- "hair_color": "White",
- "specie": "Human"
- },
- {
- "id": "e40b4241-612b-402f-8e6c-067c44e9c618",
- "name": "Shiho Tsukishima",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/02/Shiho_Tsukishima.jpg",
- "gender": "Female",
- "age": "18",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "42f787d8-1fcb-4d3d-82f2-a74409869368",
- "name": "Seiji's House",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a7/Mimi011.jpg",
- "climate": "Continental",
- "terrain": "City",
- "surface_water": "0",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "0440483e-ca0e-4120-8c50-4c8cd9b965d6",
- "title": "Princess Mononoke",
- "description": "Ashitaka, a prince of the disappearing Ainu tribe, is cursed by a demonized boar god and must journey to the west to find a cure. Along the way, he encounters San, a young human woman fighting to protect the forest, and Lady Eboshi, who is trying to destroy it. Ashitaka must find a way to bring balance to this conflict.",
- "director": "Hayao Miyazaki",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c6/Princess_Mononoke.jpg",
- "release_date": "1997",
- "rt_score": "92",
- "people": [
- {
- "id": "ba924631-068e-4436-b6de-f3283fa848f0",
- "name": "Ashitaka",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/49/Ashitaka.jpg",
- "gender": "Male",
- "age": "17",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "ebe40383-aad2-4208-90ab-698f00c581ab",
- "name": "San",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/3f/San.jpg",
- "gender": "Female",
- "age": "16",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "34277bec-7401-43fa-a00a-5aee64b45b08",
- "name": "Eboshi",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/9f/Eboshi.png",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Hazel",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "91939012-90b9-46e5-a649-96b898073c82",
- "name": "Jigo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/7/79/Jigo_%282%29.jpg",
- "gender": "Male",
- "age": "Middle age",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "20e3bd33-b35d-41e6-83a4-57ca7f028d38",
- "name": "Kohroku",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d1/Kohroku_gives.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "8bccdc78-545b-49f4-a4c8-756163a38c91",
- "name": "Gonza",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/42/Gonza_%282%29.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Grey",
- "hair_color": "Bald, but beard is Brown",
- "specie": "Human"
- },
- {
- "id": "116bfe1b-3ba8-4fa0-8f72-88537a493cb9",
- "name": "Hii-sama",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/83/Hii-sama.jpg",
- "gender": "Female",
- "age": "Over 50",
- "eye_color": "Brown",
- "hair_color": "White",
- "specie": "Human"
- },
- {
- "id": "030555b3-4c92-4fce-93fb-e70c3ae3df8b",
- "name": "Yakul",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/ef/Yakul.jpg",
- "age": "Unknown",
- "gender": "Male",
- "eye_color": "Grey",
- "hair_color": "Brown",
- "specie": "Red elk"
- },
- {
- "id": "ca568e87-4ce2-4afa-a6c5-51f4ae80a60b",
- "name": "Shishigami",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b7/Forest_Spirit.jpg",
- "age": "400",
- "gender": "Male",
- "eye_color": "Red",
- "hair_color": "Light Orange",
- "specie": "Spirit"
- },
- {
- "id": "e9356bb5-4d4a-4c93-aadc-c83e514bffe3",
- "name": "Moro",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5e/Moro.png",
- "gender": "Female",
- "age": "300",
- "eye_color": "Brown",
- "hair_color": "White",
- "specie": "Wolf"
- }
- ],
- "locations": [
- {
- "id": "11014596-71b0-4b3e-b8c0-1c4b15f28b9a",
- "name": "Irontown",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/ac/Mononoke_-_Irontown.jpg",
- "climate": "Continental",
- "terrain": "Mountain",
- "surface_water": "40",
- "residents": [
- {
- "id": "ba924631-068e-4436-b6de-f3283fa848f0",
- "name": "Ashitaka"
- },
- {
- "id": "030555b3-4c92-4fce-93fb-e70c3ae3df8b",
- "name": "Yakul"
- }
- ]
- },
- {
- "id": "615aa48d-8673-4117-b35a-79cb67af1897",
- "name": "Forest",
- "img": "https://www.teahub.io/photos/full/230-2307062_princess-mononoke-forest-spirit.jpg",
- "climate": "Tropical",
- "terrain": "Forest",
- "surface_water": "60",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "45204234-adfd-45cb-a505-a8e7a676b114",
- "title": "My Neighbors the Yamadas",
- "description": "The Yamadas are a typical middle class Japanese family in urban Tokyo and this film shows us a variety of episodes of their lives. With tales that range from the humourous to the heartbreaking, we see this family cope with life's little conflicts, problems and joys in their own way.",
- "director": "Isao Takahata",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/d/db/My_Neighbors_the_Yamadas.jpg",
- "release_date": "1999",
- "rt_score": "75",
- "people": [
- {
- "id": "7b3324ad-0ac9-417d-9905-ac001f6b7b1a",
- "name": "Takashi Yamada",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/84/Takashi.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "562cf83f-fe38-44bf-8840-f8120b373c07",
- "name": "Matsuko Yamada",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/85/Matsuko_Yamada.png",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Human"
- },
- {
- "id": "33504e52-626b-4718-b324-d06a5b64ccfe",
- "name": "Noboru Yamada",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d4/Noboru.jpg",
- "gender": "Male",
- "age": "13",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "097a7111-7bca-43e2-b8ad-0042c175b8c9",
- "name": "Nonoko Yamada",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/56/Nonoko_Yamada.jpg",
- "gender": "Female",
- "age": "5",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "10857681-11a2-48df-98ec-de711a6c56cf",
- "name": "Shige Yamano",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/97/Shige_Yamano.jpg",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "White",
- "specie": "Human"
- }
- ],
- "locations": [],
- "vehicles": []
- },
- {
- "id": "dc2e6bd1-8156-4886-adff-b39e6043af0c",
- "title": "Spirited Away",
- "description": "Spirited Away is an Oscar winning Japanese animated film about a ten year old girl who wanders away from her parents along a path that leads to a world ruled by strange and unusual monster-like animals. Her parents have been changed into pigs along with others inside a bathhouse full of these creatures. Will she ever see the world how it once was?",
- "director": "Hayao Miyazaki",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/9/9e/Spirited_Away.png",
- "release_date": "2001",
- "rt_score": "97",
- "people": [
- {
- "id": "134a568b-ac18-4696-a53e-4f0757d1c037",
- "name": "Chihiro Ogino/Sen",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/8e/Chihiro_Ogino.jpg",
- "gender": "Female",
- "age": "10",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "a1143897-679f-4c16-8b20-538976c144d6",
- "name": "Nigihayami Kohakunushi/Haku",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/89/Haku-2.png",
- "gender": "Male",
- "age": "12 (in appearance)",
- "eye_color": "Green",
- "hair_color": "Green",
- "specie": "Deity, Dragon"
- },
- {
- "id": "177722d8-6fb0-4811-ad83-4d9c272eaebe",
- "name": "Yubaba",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f8/Yubaba-0.jpg",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Dark brown",
- "hair_color": "White",
- "specie": "Witch"
- },
- {
- "id": "5fbcf921-a560-400e-bc15-c8fb4ef05909",
- "name": "Kamajī",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/7/78/Kamaji.jpg",
- "gender": "Male",
- "age": "At least 40 years",
- "eye_color": "NA",
- "hair_color": "Bald",
- "specie": "Spirit"
- },
- {
- "id": "969850ec-4ab6-4170-ab6b-ae6ac42e1e9a",
- "name": "No-Face",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/9d/No-Face_infobox.png",
- "gender": "Unknown (Possible Male)",
- "age": "unknown",
- "eye_color": "NA",
- "hair_color": "NA",
- "specie": "Spirit"
- },
- {
- "id": "cf0a2a1b-8b65-4794-98ae-bd89de49fa62",
- "name": "Lin",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/35/Lin-HBO_Max.png",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Spirit of The White Fox"
- },
- {
- "id": "d2feee01-5531-4385-aa0a-1e608aaf0747",
- "name": "Boh",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/7/7e/Boh_winks.jpg",
- "gender": "Male",
- "age": "Child",
- "eye_color": "Black",
- "hair_color": "Bald",
- "specie": "unknown"
- },
- {
- "id": "d9aceca5-beb9-4b2a-85ba-fc17d33750f8",
- "name": "Zeniba",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d8/Zeniba.png",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Dark brown",
- "hair_color": "White",
- "specie": "Witch"
- },
- {
- "id": "0588017a-8113-43cd-9025-518c9c0d5111",
- "name": "Akio Ogino",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/47/Akio_Ogino.jpg",
- "gender": "Male",
- "age": "38",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "2e7bb7bf-4149-4df5-b6e4-76064021651c",
- "name": "Yūko Ogino",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c6/Ichiyuko_Ogino.png",
- "gender": "Female",
- "age": "35",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "a072ec53-0467-4fac-864f-df234f9c4315",
- "name": "Zeniba's Cottage",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/ec/Zeniba%27s_Cottage.png",
- "climate": "TODO",
- "terrain": "TODO",
- "surface_water": "40",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "37d13a96-a03a-451d-8871-80be0495486e",
- "name": "Bathhouse",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/80/Chihiro_sees_the_Bathhouse.png",
- "climate": "Continental",
- "terrain": "River",
- "surface_water": "70",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "90b72513-afd4-4570-84de-a56c312fdf81",
- "title": "The Cat Returns",
- "description": "Haru, a schoolgirl bored by her ordinary routine, saves the life of an unusual cat and suddenly her world is transformed beyond anything she ever imagined. The Cat King rewards her good deed with a flurry of presents, including a very shocking proposal of marriage to his son! Haru embarks on an unexpected journey to the Kingdom of Cats where her eyes are opened to a whole other world.",
- "director": "Hiroyuki Morita",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/8/87/The_Cat_Returns.jpg",
- "release_date": "2002",
- "rt_score": "89",
- "people": [
- {
- "id": "6b3facea-ea33-47b1-96ce-3fc737b119b8",
- "name": "Renaldo Moon aka Moon aka Muta",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/e7/Muta.png",
- "gender": "Male",
- "age": "NA",
- "eye_color": "White",
- "hair_color": "Beige",
- "specie": "Cat"
- },
- {
- "id": "3042818d-a8bb-4cba-8180-c19249822d57",
- "name": "Cat King",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/34/The_Cat_King.jpg",
- "gender": "Male",
- "age": "87",
- "eye_color": "Emerald",
- "hair_color": "Grey",
- "specie": "Cat"
- },
- {
- "id": "58d1973f-f247-47d7-9358-e56cb0d2b5a6",
- "name": "Yuki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/eb/New_queen%2C_Yuki.JPG",
- "gender": "Female",
- "age": "NA",
- "eye_color": "Blue",
- "hair_color": "White",
- "specie": "Cat"
- },
- {
- "id": "a3d8e70f-46a0-4e5a-b850-db01620d6b92",
- "name": "Haru Yoshioka",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/27/Haru_Yoshioka.jpg",
- "gender": "Female",
- "age": "17",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "466bc926-2024-4653-ac63-fe52f2dc8c7b",
- "name": "Natori",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c4/Natori.jpg",
- "gender": "Male",
- "age": "NA",
- "eye_color": "Blue",
- "hair_color": "Grey",
- "specie": "Cat"
- },
- {
- "id": "269dcd81-8037-45bb-892b-1c86c9696222",
- "name": "Toto",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/8d/Toto.png",
- "gender": "Male",
- "age": "NA",
- "eye_color": "Black",
- "hair_color": "Dark Blue",
- "specie": "Bird"
- },
- {
- "id": "5b2a28f6-91d4-4382-aedc-b27094e763b0",
- "name": "Prince Lune",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/90/Prince_Lune.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Dark brown",
- "hair_color": "Russian blue",
- "specie": "Cat"
- },
- {
- "id": "17aca709-3049-48fc-95a6-e802c01125a2",
- "name": "Hiromi",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c1/Hiromi.png",
- "gender": "Female",
- "age": "17",
- "eye_color": "Brown",
- "hair_color": "Light brown",
- "specie": "Human"
- },
- {
- "id": "911d38e2-ada4-4481-89a2-ba414422d4e4",
- "name": "Naoko Yoshioka",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/64/Naoko_Yoshioka.jpg",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Light Brown",
- "hair_color": "Light brown",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "a8bd9c03-7c80-4a97-b7c0-6a668acaf576",
- "name": "The Cat Kingdom",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a9/Baron022.jpg",
- "climate": "Continental",
- "terrain": "Plain",
- "surface_water": "30",
- "residents": [
- {
- "id": "6b3facea-ea33-47b1-96ce-3fc737b119b8",
- "name": "Renaldo Moon aka Moon aka Muta"
- },
- {
- "id": "3042818d-a8bb-4cba-8180-c19249822d57",
- "name": "Cat King"
- },
- {
- "id": "58d1973f-f247-47d7-9358-e56cb0d2b5a6",
- "name": "Yuki"
- },
- {
- "id": "a3d8e70f-46a0-4e5a-b850-db01620d6b92",
- "name": "Haru"
- }
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "cd3d059c-09f4-4ff3-8d63-bc765a5184fa",
- "title": "Howl's Moving Castle",
- "description": "When Sophie, a shy young woman, is cursed with an old body by a spiteful witch, her only chance of breaking the spell lies with a self-indulgent yet insecure young wizard and his companions in his legged, walking home.",
- "director": "Hayao Miyazaki",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/0/08/Howl%27s_Moving_Castle.jpg",
- "release_date": "2004",
- "rt_score": "87",
- "people": [
- {
- "id": "fa9b410f-cad4-457d-ac71-86b0afa6cf0a",
- "name": "Howl Jenkins Pendragon",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/fe/Howl_Jenkins_Pendragon.jpg",
- "gender": "Male",
- "age": "27",
- "eye_color": "Bright blue",
- "hair_color": "Bright blue",
- "specie": "Wizard"
- },
- {
- "id": "cbbe548f-dfb4-4d53-81d3-06c203dbb2ff",
- "name": "Sophie Hatter",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f4/Sophie_short_hair.jpg",
- "gender": "Female",
- "age": "18",
- "eye_color": "Brown",
- "hair_color": "White",
- "specie": "Human"
- },
- {
- "id": "1287b275-6c32-4113-947f-519316d4a6be",
- "name": "Witch of the Waste",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/e1/Howls-moving-castle-disneyscreencaps.com-10507.jpg",
- "gender": "Female",
- "age": "59",
- "eye_color": "Brown",
- "hair_color": "White",
- "specie": "Witch/Human"
- },
- {
- "id": "b73f58ab-454a-42d6-9812-63e8f235a388",
- "name": "Calcifer",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/2a/Calcifer.png",
- "gender": "Male",
- "age": "NA",
- "eye_color": "Dark Brown",
- "hair_color": "Orange-yellow",
- "specie": "Demon"
- },
- {
- "id": "d03ca1e2-16ab-45d1-9b81-c2b0f7b35de1",
- "name": "Markl",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5d/Markl.jpg",
- "gender": "Male",
- "age": "10",
- "eye_color": "Dark Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "45237428-93bf-4dd6-97ce-f10647300429",
- "name": "Prince Justin or Turnip Head",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d9/Prince_Justin.png",
- "gender": "Male",
- "age": "20-30",
- "eye_color": "Grey",
- "hair_color": "Blonde",
- "specie": "Human/Scarecrow"
- },
- {
- "id": "8f66024e-c84f-445a-9ab5-0b31a6ae354d",
- "name": "Madame Suliman",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/64/Madame_Suliman.png",
- "gender": "Female",
- "age": "50",
- "eye_color": "Grey",
- "hair_color": "White",
- "specie": "Human"
- },
- {
- "id": "ccc705e4-aa2a-4929-b0dc-4b8a09fd290d",
- "name": "Heen",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a7/Heen.png",
- "gender": "Male",
- "age": "NA",
- "eye_color": "Brown",
- "hair_color": "Beige-white",
- "specie": "Dog"
- },
- {
- "id": "3148150f-6ccb-4383-8af5-0c40f03c825e",
- "name": "Lettie Hatter",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/1c/Lettie_Hatter.png",
- "gender": "Female",
- "age": "16",
- "eye_color": "Blue",
- "hair_color": "Blonde",
- "specie": "Human"
- },
- {
- "id": "06610030-0560-47ac-bc18-be80d85c4dad",
- "name": "Fanny Hatter/Honey",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c6/Honey.png",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Grey",
- "hair_color": "Blonde",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "b6bac992-a858-4d57-8477-9652d73caaa1",
- "name": "Ingary",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/48/Ingary.png",
- "climate": "Mild",
- "terrain": "Hill",
- "surface_water": "30",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": [
- {
- "id": "2354305f-dccd-4c44-a79e-cc60ba7376e6",
- "name": "Howl's castle",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/e6/Howls_Castle.jpg",
- "description": "Wizard Howl's home. It's scale changes from scene to scene.",
- "vehicle_class": "Moving castle",
- "length": "unknown",
- "pilot": {
- "id": "fa9b410f-cad4-457d-ac71-86b0afa6cf0a",
- "name": "Howl Jenkins Pendragon"
- }
- }
- ]
- },
- {
- "id": "112c1e67-726f-40b1-ac17-6974127bb9b9",
- "title": "Tales from Earthsea",
- "description": "Something bizarre has come over the land. The kingdom is deteriorating. People are beginning to act strange... What's even more strange is that people are beginning to see dragons, which shouldn't enter the world of humans. Due to all these bizarre events, Ged, a wandering wizard, is investigating the cause. During his journey, he meets Prince Arren, a young distraught teenage boy. While Arren may look like a shy young teen, he has a severe dark side, which grants him strength, hatred, ruthlessness and has no mercy, especially when it comes to protecting Teru. For the witch Kumo this is a perfect opportunity. She can use the boy's 'fears' against the very one who would help him, Ged.",
- "director": "Gorō Miyazaki",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/0/09/%C3%96v%C3%A4rlden.jpg",
- "release_date": "2006",
- "rt_score": "41",
- "people": [
- {
- "id": "68df798d-f73d-4c70-b4ad-05dd84910436",
- "name": "Ged",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/33/Ged.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Brown",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "3f3163bb-e2da-4e87-a1bf-ae2dfcde1a09",
- "name": "Arren / Lebannen",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/ee/Arren.png",
- "gender": "Male",
- "age": "17",
- "eye_color": "Dark brown",
- "hair_color": "Dark brown",
- "specie": "Human"
- },
- {
- "id": "84ba6d3d-d225-4a92-bbbc-147808826425",
- "name": "Therru",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/1a/Therru.jpg",
- "gender": "Female",
- "age": "circa 14-17",
- "eye_color": "Dark brown",
- "hair_color": "Dark brown",
- "specie": "Human"
- },
- {
- "id": "60469915-e18e-4cf3-b43d-95ea56cc300c",
- "name": "Tenar",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/4f/Tenar.jpg",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Grey",
- "hair_color": "Blonde",
- "specie": "Human"
- },
- {
- "id": "9bd3091a-8ae2-4741-9265-7f83ec55663a",
- "name": "King of Enlad",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/ec/King-enlad.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "59d22f97-f45d-4a6c-b473-13ee9e69082a",
- "name": "Cob",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/ce/Cob.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Violet",
- "hair_color": "Purple",
- "specie": "Arch-mage/Human"
- },
- {
- "id": "da00cee4-90a2-413b-8cef-c65e57f7e41",
- "name": "Hare",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/1e/Hare.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "e024d74b-ca9f-49a7-92fb-e8723c6183e4",
- "name": "Hazia Dealer",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/1b/Hazia_Dealer.png",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "bcc54f38-8847-45b0-97b1-307c94b2b517",
- "name": "Enland",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0e/Ged007.jpg",
- "climate": "Wet",
- "terrain": "Earthsea",
- "surface_water": "100",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "758bf02e-3122-46e0-884e-67cf83df1786",
- "title": "Ponyo on the Cliff by the Sea",
- "description": "The son of a sailor, 5-year old Sosuke lives a quiet life on an oceanside cliff with his mother Lisa. One fateful day, he finds a beautiful goldfish trapped in a bottle on the beach and upon rescuing her, names her Ponyo. But she is no ordinary goldfish. The daughter of a masterful wizard and a sea goddess, Ponyo uses her father's magic to transform herself into a young girl and quickly falls in love with Sosuke, but the use of such powerful sorcery causes a dangerous imbalance in the world. As the moon steadily draws nearer to the earth and Ponyo's father sends the ocean's mighty waves to find his daughter, the two children embark on an adventure of a lifetime to save the world and fulfill Ponyo's dreams of becoming human.",
- "director": "Hayao Miyazaki",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/5/50/Ponyo_on_the_Cliff_by_the_Sea.jpg",
- "release_date": "2008",
- "rt_score": "92",
- "people": [
- {
- "id": "a10f64f3-e0b6-4a94-bf30-87ad8bc51607",
- "name": "Sosuke",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/cf/Sosuke.jpg",
- "gender": "Male",
- "age": "5",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "4524e6c2-04f3-4633-b2cb-e1cd3f566213",
- "name": "Brunhilde/Ponyo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/bc/Brunhilda.png",
- "gender": "Female",
- "age": "5",
- "eye_color": "Dark brown",
- "hair_color": "Red",
- "specie": "Fish/Human"
- },
- {
- "id": "0cb26464-3416-4490-8f42-cd9d7276884e",
- "name": "Kōichi",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/49/Sosuke%27s_Father.png",
- "gender": "Male",
- "age": "30",
- "eye_color": "Dark brown",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "9ab8c24f-f687-47b8-adcf-c7c9d5b86b91",
- "name": "Fujimoto",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/4b/Fujimoto.jpg",
- "gender": "Male",
- "age": "40",
- "eye_color": "Light green",
- "hair_color": "Red",
- "specie": "Human"
- },
- {
- "id": "942efc9a-8d02-4643-aa3f-134429a23684",
- "name": "Granmammare",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/43/Granmammare.png",
- "gender": "Female",
- "age": "NA",
- "eye_color": "Brown",
- "hair_color": "Red",
- "specie": "Deity"
- },
- {
- "id": "04447a1b-316a-40bf-8f19-ddc964fec216",
- "name": "Lisa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/59/Lisa.png",
- "gender": "Female",
- "age": "25",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "88d56819-0639-4bc4-8ffc-2af15a310cdc",
- "name": "Toki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/94/Toki.jpg",
- "gender": "Female",
- "age": "72",
- "eye_color": "Dark brown",
- "hair_color": "White",
- "specie": "Human"
- },
- {
- "id": "f55138f5-cdc7-4bc5-93d6-c4445d2a5347",
- "name": "Yoshie",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/3f/Yoshie.jpg",
- "gender": "Female",
- "age": "68",
- "eye_color": "Dark brown",
- "hair_color": "Blonde",
- "specie": "Human"
- },
- {
- "id": "9e149019-f351-4061-aaee-82a385a36582",
- "name": "Noriko",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/34/Noriko.jpg",
- "gender": "Female",
- "age": "70",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "804b2f0a-05ab-489a-9610-bdc6bc867e89",
- "name": "Koyo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/29/Koyo.png",
- "gender": "Female",
- "age": "68",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "90241c46-d4be-411f-b00a-7561b9dda7b6",
- "name": "Fujimoto's Underwater Harbor",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/30/Fujimotos_hus.jpg",
- "climate": "Wet",
- "terrain": "Ocean",
- "surface_water": "100",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "469b14bd-5565-4436-bbed-c2036f42cc99",
- "name": "Himawari Nursery School",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/6b/Himawari_Nursery_School.jpg",
- "climate": "Mild",
- "terrain": "Ocean",
- "surface_water": "50",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": [
- {
- "id": "923d70c9-8f15-4972-ad53-0128b261d628",
- "name": "Sosuke's Boat",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c1/PonyoS%C5%8DsukeBoat.jpg",
- "description": "A toy boat where Sosuke plays",
- "vehicle_class": "Boat",
- "length": "10",
- "pilot": {
- "id": "a10f64f3-e0b6-4a94-bf30-87ad8bc51607",
- "name": "Sosuke"
- }
- }
- ]
- },
- {
- "id": "2de9426b-914a-4a06-a3a0-5e6d9d3886f6",
- "title": "The Secret World of Arrietty",
- "description": "14-year-old Arrietty and the rest of the Clock family live in peaceful anonymity as they make their own home from items 'borrowed' from the house's human inhabitants. However, life changes for the Clocks when a human boy discovers Arrietty.",
- "director": "Hiromasa Yonebayashi",
- "producer": "Toshio Suzuki",
- "poster": "https://m.media-amazon.com/images/M/MV5BZDY3ZGI0ZDAtMThlNy00MzAxLTg4YjAtNjkwYTkxNmQ4MjdlXkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_.jpg",
- "release_date": "2010",
- "rt_score": "95",
- "people": [
- {
- "id": "89026b3a-abc4-4053-ab1a-c6d2eea68faa",
- "name": "Karigurashi/Arrietty",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/04/Arrietty.jpg",
- "gender": "Female",
- "age": "14",
- "eye_color": "Black",
- "hair_color": "Auburn",
- "specie": "Borrower"
- },
- {
- "id": "496031cc-f6af-4f48-b9d1-27f34cb18e10",
- "name": "Sho (Shawn)",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/04/Sho.jpg",
- "gender": "Male",
- "age": "12-14",
- "eye_color": "Brown",
- "hair_color": "Navy blue/black",
- "specie": "Human"
- },
- {
- "id": "ef5ee7c5-ae68-418d-a319-f3e79262cd87",
- "name": "Homily Clock",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/28/Homily_Clock.jpg",
- "gender": "Female",
- "age": "52",
- "eye_color": "Brown",
- "hair_color": "Navy black",
- "specie": "Borrower"
- },
- {
- "id": "3a83aa65-d134-4e58-85b2-e9f6523b047d",
- "name": "Sadako Maki/Jessica",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/1b/Jessica.jpg",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Human"
- },
- {
- "id": "9c687441-3eb3-4c4b-8752-55774953aa3f",
- "name": "Haru",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/3d/Haru_%28dam%29.jpg",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "ce5fb645-f0bb-4c1b-829f-907989d5525f",
- "name": "Spiller",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/43/Spiller.jpg",
- "gender": "Male",
- "age": "Young",
- "eye_color": "Black",
- "hair_color": "Navy black",
- "specie": "Borrower"
- },
- {
- "id": "a27ebdcb-4d29-40ac-8da6-5fc5a7869efb",
- "name": "Pod Clock",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/7/76/Pod.png",
- "gender": "Male",
- "age": "52",
- "eye_color": "Grey",
- "hair_color": "Brown",
- "specie": "Borrower"
- },
- {
- "id": "379f1453-38ca-486f-9d8b-f4eddc1e3fd3",
- "name": "Niya",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5a/Niya.jpg",
- "gender": "Male",
- "age": "52",
- "eye_color": "White",
- "hair_color": "Beige",
- "specie": "Cat"
- }
- ],
- "locations": [
- {
- "id": "1e7ed524-4b4f-466b-978c-69dda9777396",
- "name": "Sho's house",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/86/Karigurashi002.jpg",
- "climate": "Warm",
- "terrain": "Forest",
- "surface_water": "10",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "f2148ab5-f272-4057-b05a-1321e35227b4",
- "name": "Karigurashi's house",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/cd/Karigurashi019.jpg",
- "climate": "Warm",
- "terrain": "Under the floorboards",
- "surface_water": "10",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "45db04e4-304a-4933-9823-33f389e8d74d",
- "title": "From Up on Poppy Hill",
- "description": "The story is set in 1963 in Yokohama. Kokuriko Manor sits on a hill overlooking the harbour. A 16 year-old girl, Umi, lives in that house. Every morning she raises a signal flag facing the sea. The flag means “I pray for safe voyages”. A 17 year-old boy, Shun, always sees this flag from the sea as he rides a tugboat to school. Gradually the pair are drawn to each other but they are faced with a sudden trial. Even so, they keep going without running from facing the hardships of reality.",
- "director": "Gorō Miyazaki",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/b/bb/From_Up_on_Poppy_Hill.jpg",
- "release_date": "2011",
- "rt_score": "83",
- "people": [
- {
- "id": "6a486237-c503-4221-b834-1862f200e939",
- "name": "Umi Matsuzaki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/93/Umi_Matsuzaki.jpg",
- "gender": "Female",
- "age": "16",
- "eye_color": "Hazel",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "5c492592-ea9c-45e8-a9cc-4391037c0202",
- "name": "Shun Kazama",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/59/Shun_Kazama.jpg",
- "gender": "Male",
- "age": "17",
- "eye_color": "Black",
- "hair_color": "Dark brown",
- "specie": "Human"
- },
- {
- "id": "f1c170fa-7c60-420a-8437-253dd39a6bde",
- "name": "Yūichirō Sawamura",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/3e/Yuuichirou_Sawamura.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "721acf20-3470-4010-801b-31f465467d55",
- "name": "Sora Matsuzaki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/49/Sora_Matsuzaki.jpg",
- "gender": "Female",
- "age": "12-14",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "827be987-0563-4a7c-a68b-9d58e46d1687",
- "name": "Shirou Mizunuma",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f1/Shirou_Mizunuma.jpg",
- "gender": "Male",
- "age": "18",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "bec0cbf4-a03c-4379-b2c6-77fca9d5faa8",
- "name": "Ryōko Matsuzaki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/48/Ryouko_Matsuzaki.jpg",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "002708e3-d38f-4518-a7a9-bdb92390d0dc",
- "name": "Riku Matsuzaki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/30/Riku_Matsuzaki.jpg",
- "gender": "Male",
- "age": "11",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "daf8627a-dd28-407a-a36b-d41b13ffc2ed",
- "name": "Hana Matsuzaki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/13/Hana_Matsuzaki.jpg",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Brown",
- "hair_color": "Dark grey",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "be837047-cd6f-477f-a83d-5aec9ed1dda7",
- "name": "Coquelicot Manor",
- "img": "https://cache.desktopnexus.com/thumbseg/2436/2436746-bigthumbnail.jpg",
- "climate": "Warm",
- "terrain": "Hill",
- "surface_water": "30",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "67405111-37a5-438f-81cc-4666af60c800",
- "title": "The Wind Rises",
- "description": "A lifelong love of flight inspires Japanese aviation engineer Jiro Horikoshi, whose storied career includes the creation of the A-6M World War II fighter plane.",
- "director": "Hayao Miyazaki",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/2/2d/The_Wind_Rises.jpg",
- "release_date": "2013",
- "rt_score": "89",
- "people": [
- {
- "id": "97746fd8-1875-4331-8bc6-f43ae25501cd",
- "name": "Naoko Satomi",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d9/Nahoko_Satomi.jpg",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Navy blue",
- "specie": "Human"
- },
- {
- "id": "07b01fdb-87fb-4f3b-a888-b90cf13bc386",
- "name": "Jiro Horikoshi",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d7/Jirou_Horikoshi.jpg",
- "gender": "Male",
- "age": "42",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "53b1d8f7-adb3-49b3-bece-52cda0915e7a",
- "name": "Castorp",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b4/Castorp.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Light brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "ccc07f5c-28bd-4446-aee9-827c61d7f9f1",
- "name": "Kiro Honjo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/6c/Kiro_Honjo.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "54eda936-7f86-4bd8-9493-56e0eebd8eb1",
- "name": "Kayo Horikoshi",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/91/Kayo_Horikoshi.jpg",
- "gender": "Female",
- "age": "10",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "b2453b6b-0718-4740-a0c4-207f12f1903a",
- "name": "Caproni",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/66/Caproni.jpg",
- "gender": "Male",
- "age": "45",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "c8321219-a816-4921-9a58-48c858becb97",
- "name": "Mr. Kurokawa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/bd/Kurokawa.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Navy blue",
- "specie": "Human"
- },
- {
- "id": "50e9d375-afaa-4769-a31d-dee8e37aa8ba",
- "name": "Hattori",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/ec/Hattori.jpg",
- "gender": "Male",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "2b380662-626d-42fb-9e3a-14f951201c8b",
- "name": "Nagoya",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/20/Kazetachinu009.jpg",
- "climate": "Damp",
- "terrain": "Hill",
- "surface_water": "20",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": [
- {
- "id": "411f66ed0-771c-46d3-8f68-a3b65c6dd91c",
- "name": "Mitsubishi 1MF9 ",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/41/Kazetachinu044.jpg",
- "description": "The Mitsubishi 1MF9 or Mitsubishi Experimental Taka-type Carrier Fighter was a prototype Japanese fighter aircraft of the 1920s. It was a single-engined, single-seat biplane intended to operate from the Imperial Japanese Navy's aircraft carriers, but only two were built, with the type being rejected by the Navy.",
- "vehicle_class": "War plane",
- "length": "8",
- "pilot": {
- "id": "07b01fdb-87fb-4f3b-a888-b90cf13bc386",
- "name": "Jiro Horikoshi"
- }
- }
- ]
- },
- {
- "id": "578ae244-7750-4d9f-867b-f3cd3d6fecf4",
- "title": "The Tale of the Princess Kaguya",
- "description": "A bamboo cutter named Sanuki no Miyatsuko discovers a miniature girl inside a glowing bamboo shoot. Believing her to be a divine presence, he and his wife decide to raise her as their own, calling her 'Princess'.",
- "director": "Isao Takahata",
- "producer": "Yoshiaki Nishimura",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/8/87/The_Tale_of_the_Princess_Kaguya.jpg",
- "release_date": "2013",
- "rt_score": "100",
- "people": [
- {
- "id": "a8b338c0-e586-4c1c-8857-f33540d0d4d7",
- "name": "Kaguya",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d4/Kaguya_shows_off_her_teeth.jpg",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Navy blue",
- "specie": "Human"
- },
- {
- "id": "a21fbdd5-16bc-4931-80d0-3ce89ffce778",
- "name": "Sutemaru",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/37/Sutemaru.PNG",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "4c697b7d-4f64-4ac9-ae29-e155eb1693f3",
- "name": "Ishitsukuri",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5c/Ghibli-kaguya-ishitsukuri.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "fe1e5acf-e5e4-4769-9755-989cf7a2e961",
- "name": "Miyatsuko",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/4a/Sanuki_no_Miyatsuko.jpeg",
- "gender": "Male",
- "age": "Elder",
- "eye_color": "Grey",
- "hair_color": "White",
- "specie": "Human"
- },
- {
- "id": "839ff5b9-69ba-4d55-ab77-de939b46b18a",
- "name": "Menowarawa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/22/Menowarawa.jpg",
- "gender": "Female",
- "age": "17",
- "eye_color": "Black",
- "hair_color": "Navy blue",
- "specie": "Human"
- },
- {
- "id": "1752fc88-c6b7-4fef-8b64-51451d808033",
- "name": "Lady Sagami",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/28/Sagami.png",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "942fb1029-b51f-4100-8bee-86547c09b0ff",
- "name": "Inbe no Akita",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/1c/Ghibli-kaguya-akita.jpg",
- "gender": "Male",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "White",
- "specie": "Human"
- },
- {
- "id": "be634b4e-c333-4225-a5f0-2a0aa33d6453",
- "name": "Ōna",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/cb/Ouna.jpg",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "682df5c3-b09e-46af-94d1-ae0d17f9b4b6",
- "name": "Bamboo Forest",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/ec/Ghibli-kaguya-bamboo-forest.jpg",
- "climate": "Tropical",
- "terrain": "Forest",
- "surface_water": "10",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "5fdfb320-2a02-49a7-94ff-5ca418cae602",
- "title": "When Marnie Was There",
- "description": "The film follows Anna Sasaki living with her relatives in the seaside town. Anna comes across a nearby abandoned mansion, where she meets Marnie, a mysterious girl who asks her to promise to keep their secrets from everyone. As the summer progresses, Anna spends more time with Marnie, and eventually Anna learns the truth about her family and foster care.",
- "director": "Hiromasa Yonebayashi",
- "producer": "Yoshiaki Nishimura",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/7/7a/When_Marnie_Was_There.jpg",
- "release_date": "2014",
- "rt_score": "92",
- "people": [
- {
- "id": "4a6a60d1-cb07-464f-889c-fecaff19b4ef",
- "name": "Marnie",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/21/Marnie.jpg",
- "gender": "Female",
- "age": "12",
- "eye_color": "Green",
- "hair_color": "Blonde",
- "specie": "Human"
- },
- {
- "id": "28d07ace-c309-48c6-b48e-ae2ece3a238c",
- "name": "Anna Sasaki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/ae/Anna.png",
- "gender": "Female",
- "age": "12",
- "eye_color": "Blue",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "d0a0bd7c-7521-45a2-a681-573a67f34a5b",
- "name": "Emily",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/cd/13_year_old_Emily.png",
- "gender": "Female",
- "age": "20",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "08fdd37a-2cf0-4f91-ae1c-344ecff39753",
- "name": "Kazuhiko",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/09/Kazuhiko.jpg",
- "gender": "Male",
- "age": "Teenager",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "66bca178-9920-4ec3-91e9-0d5b8a76dba1",
- "name": "Setsu Oiwa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/6e/Setsu.jpg",
- "gender": "Female",
- "age": "50-60",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "5b8e4413-f943-40ba-8f9f-0ba059a401f0",
- "name": "Hisako",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/93/Hisako.png",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Dark brown",
- "hair_color": "Grey",
- "specie": "Human"
- },
- {
- "id": "c827feae-8ccf-4ced-84cb-bc3e226b1cd1",
- "name": "Yoriko Sasaki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5d/Yoriko_Sasaki.jpg",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "9d3730cb-ec15-4bf9-a2fb-a7772e5e1c03",
- "name": "Sayaka",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/7/79/Sayaka.jpg",
- "gender": "Female",
- "age": "11",
- "eye_color": "Teal",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "31b49ef6-ee60-4603-b983-e67fa0718aa9",
- "name": "Kiyomasa Ōiwa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d7/Kiyomasa.jpg",
- "gender": "Male",
- "age": "50-60",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "5d52d16f-ce72-41bd-8d88-436e206d9449",
- "name": "Doctor Yamashita",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/8a/Yamashita.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Navy blue",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "56e423c4-d9a1-44c4-8bdb-1cab45fbf63e",
- "name": "The Marsh House",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/8c/Marsh_house.jpg",
- "climate": "Mild",
- "terrain": "Marsh",
- "surface_water": "60",
- "residents": []
- }
- ],
- "vehicles": []
- }
- ]
-}
diff --git a/src/data/ghibli/ghibli.json b/src/data/ghibli/ghibli.json
deleted file mode 100644
index 46581684..00000000
--- a/src/data/ghibli/ghibli.json
+++ /dev/null
@@ -1,2435 +0,0 @@
-{
- "studio": "Studio Ghibli Inc.",
- "films": [
- {
- "id": "2baf70d1-42bb-4437-b551-e5fed5a87abe",
- "title": "Castle in the Sky",
- "description": "The orphan Sheeta inherited a mysterious crystal that links her to the mythical sky-kingdom of Laputa. With the help of resourceful Pazu and a rollicking band of sky pirates, she makes her way to the ruins of the once-great civilization. Sheeta and Pazu must outwit the evil Muska, who plans to use Laputa's science to make himself ruler of the world.",
- "director": "Hayao Miyazaki",
- "producer": "Isao Takahata",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c1/Castle_in_the_Sky.jpg",
- "release_date": "1986",
- "rt_score": "95",
- "people": [
- {
- "id": "fe93adf2-2f3a-4ec4-9f68-5422f1b87c01",
- "name": "Pazu",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/8b/Pazu.jpg",
- "gender": "Male",
- "age": "13",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "598f7048-74ff-41e0-92ef-87dc1ad980a9",
- "name": "Lusheeta Toel Ul Laputa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c3/Sheeta.jpg",
- "gender": "Female",
- "age": "13",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "3bc0b41e-3569-4d20-ae73-2da329bf0786",
- "name": "Dola",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b3/Dola.png",
- "gender": "Female",
- "age": "60",
- "eye_color": "Black",
- "hair_color": "Peach",
- "specie": "Human"
- },
- {
- "id": "abe886e7-30c8-4c19-aaa5-d666e60d14de",
- "name": "Romska Palo Ul Laputa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d5/Muska.jpg",
- "gender": "Male",
- "age": "33",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "e08880d0-6938-44f3-b179-81947e7873fc",
- "name": "Uncle Pom",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/de/Uncle_Pom.png",
- "gender": "Male",
- "age": "Unspecified/Elderly",
- "eye_color": "Black",
- "hair_color": "White",
- "specie": "Human"
- },
- {
- "id": "5c83c12a-62d5-4e92-8672-33ac76ae1fa0",
- "name": "General Muoro",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/12/Muoro.jpg",
- "gender": "Male",
- "age": "Unspecified/Adult",
- "eye_color": "Black",
- "hair_color": "None",
- "specie": "Human"
- },
- {
- "id": "3f4c408b-0bcc-45a0-bc8b-20ffc67a2ede",
- "name": "Duffi",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0a/Duffi.png",
- "gender": "Male",
- "age": "Unspecified/Adult",
- "eye_color": "Dark brown",
- "hair_color": "Dark brown",
- "specie": "Human"
- },
- {
- "id": "fcb4a2ac-5e41-4d54-9bba-33068db083ca",
- "name": "Louis",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/28/Charlies.jpg",
- "gender": "Male",
- "age": "30",
- "eye_color": "Dark brown",
- "hair_color": "Dark brown",
- "specie": "Human"
- },
- {
- "id": "2cb76c15-772a-4cb3-9919-3652f56611d0",
- "name": "Charles",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f0/Charlie.jpg",
- "gender": "Male",
- "age": "Unspecified/Adult",
- "eye_color": "Dark brown",
- "hair_color": "Light brown",
- "specie": "Human"
- },
- {
- "id": "f6f2c477-98aa-4796-b9aa-8209fdeed6b9",
- "name": "Henri",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/15/Henri.jpg",
- "gender": "Male",
- "age": "Unspecified/Adult",
- "eye_color": "Dark brown",
- "hair_color": "Reddish brown",
- "specie": "Human"
- },
- {
- "id": "05d8d01b-0c2f-450e-9c55-aa0daa34838e",
- "name": "Motro",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/17/Eggman_laputa.jpg",
- "gender": "Male",
- "age": "Unspecified/Adult",
- "eye_color": "Dark brown",
- "hair_color": "None",
- "specie": "Human"
- },
- {
- "id": "b22a684f-1819-40c8-94a6-d40c3b5e18eb",
- "name": "Okami",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/65/Okami.jpg",
- "gender": "Female",
- "age": "50",
- "eye_color": "Dark brown",
- "hair_color": "Orange",
- "specie": "Human"
- },
- {
- "id": "40c005ce-3725-4f15-8409-3e1b1b14b583",
- "name": "Colonel Muska",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d3/Colonelmuska2bodyguards.JPG",
- "gender": "Male",
- "age": "33",
- "eye_color": "Grey",
- "hair_color": "Brown",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "6ba60a86-7c74-4ec4-a6f4-7112b5705a2f",
- "name": "Gondoa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/25/Thumbnail-8.jpeg",
- "climate": "TODO",
- "terrain": "TODO",
- "surface_water": "40",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "26361a2c-32c6-4bd5-ae9c-8e40e17ae28d",
- "name": "Pazu's Mines",
- "img": "https://preview.redd.it/fmikehlh8dl41.jpg?auto=webp&s=a997a7d6726fc151a438985899b052d0fd357716",
- "climate": "Dry",
- "terrain": "Hill",
- "surface_water": "0",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "0fafa7a3-64c1-43fe-881b-ecb605c01e09",
- "name": "Laputa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/e7/Laputa.png",
- "climate": "Continental",
- "terrain": "City",
- "surface_water": "40",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "0132f7f6-fd52-4ac3-b5df-c96b609f77b6",
- "name": "Tedis",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/13/Tedis.jpg",
- "climate": "Continental",
- "terrain": "Hill",
- "surface_water": "30",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": [
- {
- "id": "4e09b023-f650-4747-9ab9-eacf14540cfb",
- "name": "Air Destroyer Goliath",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/e5/Goliath.png",
- "description": "A military airship utilized by the government to access Laputa",
- "vehicle_class": "Airship",
- "length": "1,000",
- "pilot": {
- "id": "40c005ce-3725-4f15-8409-3e1b1b14b583",
- "name": "Colonel Muska"
- }
- }
- ]
- },
- {
- "id": "58611129-2dbc-4a81-a72f-77ddfc1b1b49",
- "title": "My Neighbor Totoro",
- "description": "Two sisters move to the country with their father in order to be closer to their hospitalized mother, and discover the surrounding trees are inhabited by Totoros, magical spirits of the forest. When the youngest runs away from home, the older sister seeks help from the spirits to find her.",
- "director": "Hayao Miyazaki",
- "producer": "Hayao Miyazaki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/d/db/My_Neighbor_Totoro.jpg",
- "release_date": "1988",
- "rt_score": "93",
- "people": [
- {
- "id": "986faac6-67e3-4fb8-a9ee-bad077c2e7fe",
- "name": "Satsuki Kusakabe",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f2/Satsuki_Kusakabe.jpg",
- "gender": "Female",
- "age": "11",
- "eye_color": "Dark Brown/Black",
- "hair_color": "Dark Brown",
- "specie": "Human"
- },
- {
- "id": "d5df3c04-f355-4038-833c-83bd3502b6b9",
- "name": "Mei Kusakabe",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b5/God_Jul_Mei_%C3%B6nskar_fr%C3%A5n_Tomten.jpg",
- "gender": "Female",
- "age": "4",
- "eye_color": "Brown",
- "hair_color": "Light Brown",
- "specie": "Human"
- },
- {
- "id": "3031caa8-eb1a-41c6-ab93-dd091b541e11",
- "name": "Tatsuo Kusakabe",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d6/Tatsuo_Kusakabe.jpg",
- "gender": "Male",
- "age": "37",
- "eye_color": "Brown",
- "hair_color": "Dark Brown",
- "specie": "Human"
- },
- {
- "id": "87b68b97-3774-495b-bf80-495a5f3e672d",
- "name": "Yasuko Kusakabe",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/7/7b/Yasuko_Kusakabe.png",
- "gender": "Female",
- "age": "36",
- "eye_color": "Brown",
- "hair_color": "Dark Brown",
- "specie": "Human"
- },
- {
- "id": "08ffbce4-7f94-476a-95bc-76d3c3969c19",
- "name": "Granny",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d9/Granny.png",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Human"
- },
- {
- "id": "0f8ef701-b4c7-4f15-bd15-368c7fe38d0a",
- "name": "Kanta Ogaki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c3/Kanta.jpg",
- "gender": "Male",
- "age": "11",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "d39deecb-2bd0-4770-8b45-485f26e1381f",
- "name": "Totoro",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/df/Totoro_in_the_rain.png",
- "gender": "Male",
- "age": "1300",
- "eye_color": "Grey",
- "hair_color": "Grey",
- "specie": "Totoro"
- },
- {
- "id": "591524bc-04fe-4e60-8d61-2425e42ffb2a",
- "name": "Chu Totoro",
- "img": "https://www.ghibli.jp/gallery/thumb-totoro019.png",
- "gender": "NA",
- "age": "",
- "eye_color": "Black",
- "hair_color": "Blue",
- "specie": "Totoro"
- },
- {
- "id": "c491755a-407d-4d6e-b58a-240ec78b5061",
- "name": "Chibi Totoro",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c5/Little_Totoro_spirit_moving.gif",
- "gender": "NA",
- "age": "",
- "eye_color": "Black",
- "hair_color": "White",
- "specie": "Totoro"
- },
- {
- "id": "f467e18e-3694-409f-bdb3-be891ade1106",
- "name": "Catbus",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/30/Catbus.jpg",
- "gender": "Male",
- "age": "NA",
- "eye_color": "Yellow",
- "hair_color": "Brown",
- "specie": "Cat"
- }
- ],
- "locations": [
- {
- "id": "660c8c91-bd92-43db-b475-b2df6ca96fec",
- "name": "Kusakabe's House",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f3/Kusakabe_Family_House.jpg",
- "climate": "Mild",
- "terrain": "River",
- "surface_water": "40",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "6fc21b76-78fb-4451-98f7-857e32a23e85",
- "name": "Matsugo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/08/Min_Granne_Totoro_v%C3%A4rlden.jpg",
- "climate": "Continental",
- "terrain": "River",
- "surface_water": "60",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "ee897b2a-405e-42b9-bff4-8b51b0f03cab",
- "name": "Satsuki's School House",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/dd/Satsuki%27s_School_House.jpg",
- "climate": "Mild",
- "terrain": "River",
- "surface_water": "60",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "ea660b10-85c4-4ae3-8a5f-41cea3648e3e",
- "title": "Kiki's Delivery Service",
- "description": "A young witch, on her mandatory year of independent life, finds fitting into a new community difficult while she supports herself by running an air courier service.",
- "director": "Hayao Miyazaki",
- "producer": "Hayao Miyazaki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/4/48/Kiki%27s_Delivery_Service_%282%29.jpg",
- "release_date": "1989",
- "rt_score": "96",
- "people": [
- {
- "id": "4151abc6-1a9e-4e6a-5678-aac05ra641js",
- "name": "Kiki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/59/Kiki.jpg",
- "gender": "Female",
- "age": "13",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Witch"
- },
- {
- "id": "7151abc6-1a9e-4e6a-9711-ddb50ea572ec",
- "name": "Jiji",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b4/Jiji.jpg",
- "gender": "Male",
- "age": "13",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Cat"
- },
- {
- "id": "6574cfr2-9w3d-2x1h-8531-gge23iu489ko",
- "name": "Ursula",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/12/Ursula.jpg",
- "gender": "Female",
- "age": "18",
- "eye_color": "Black",
- "hair_color": "Red",
- "specie": "Human"
- },
- {
- "id": "4321dse3-6r6s-3r4d-5641-rdq19re765de",
- "name": "Tombo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/6f/Tombo.jpg",
- "gender": "Male",
- "age": "13",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "8252ebf6-1g8f-5t6u-1234-vvg45yd363dc",
- "name": "Osono",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/3a/Osono.jpg",
- "gender": "Female",
- "age": "30",
- "eye_color": "Brown",
- "hair_color": "Red",
- "specie": "Human"
- },
- {
- "id": "7654ght4-3r4t-1t5u-0987-hhj76gh432gr",
- "name": "Fukuo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/29/Fukuo.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "fb083a4e-77b2-4623-a2e0-6bbca5bfd5b2",
- "name": "Ursula's Log Cabin",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b5/Ursula%27s_Log_Cabin.jpg",
- "climate": "TODO",
- "terrain": "TODO",
- "surface_water": "40",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "c57fb2cb-ea85-4d73-8808-cf5dcd28c22e",
- "name": "Koriko",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/05/Koriko.jpg",
- "climate": "Mild",
- "terrain": "Hill",
- "surface_water": "50",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "62346d33-caa0-4c17-8016-0aca56f3066b",
- "name": "Karikiya",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/e3/Majo002.jpg",
- "climate": "Mild",
- "terrain": "City",
- "surface_water": "30",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "64a996aa-481e-4627-9624-ab23f59a05a9",
- "name": "Guchokipanya",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0f/Gutiokipanja.jpg",
- "climate": "Continental",
- "terrain": "Hill",
- "surface_water": "50",
- "residents": [
- {
- "id": "8252ebf6-1g8f-5t6u-1234-vvg45yd363dc",
- "name": "Osono"
- },
- {
- "id": "7654ght4-3r4t-1t5u-0987-hhj76gh432gr",
- "name": "Fukuo"
- }
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "12cfb892-aac0-4c5b-94af-521852e46d6a",
- "title": "Grave of the Fireflies",
- "description": "In the latter part of World War II, a boy and his sister, orphaned when their mother is killed in the firebombing of Tokyo, are left to survive on their own in what remains of civilian life in Japan. The plot follows this boy and his sister as they do their best to survive in the Japanese countryside, battling hunger, prejudice, and pride in their own quiet, personal battle.",
- "director": "Isao Takahata",
- "producer": "Toru Hara",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a5/Grave_of_the_Fireflies_Japanese_poster.jpg",
- "release_date": "1988",
- "rt_score": "97",
- "people": [
- {
- "id": "8cb959a8-1959-42f3-bb33-07d7a2e6b830",
- "name": "Seita Yokokawa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/21/Seita_Yokokawa.jpg",
- "gender": "Male",
- "age": "14",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "c344d561-6654-4aab-b0df-a1570e7e60cb",
- "name": "Setsuko Yokokawa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a8/Setsuko_Yokokawa.jpg",
- "gender": "Female",
- "age": "4",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "227c01a6-4e29-4582-bc4b-35106a704ab0",
- "name": "Mrs. Yokokawa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/39/SeitaMother.png",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "023306e3-9fc6-4d1d-b681-d4649dcbfff9",
- "name": "Kiyoshi Yokokawa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f6/SeitaFather3.jpg",
- "gender": "Male",
- "age": "40",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "0e18b23d-1f21-4a83-a6de-f01147624875",
- "name": "Seita's Aunt",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/09/SeitaAunt.jpg",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- }
- ],
- "locations": [],
- "vehicles": []
- },
- {
- "id": "4e236f34-b981-41c3-8c65-f8c9000b94e7",
- "title": "Only Yesterday",
- "description": "It’s 1982, and Taeko is 27 years old, unmarried, and has lived her whole life in Tokyo. She decides to visit her family in the countryside, and as the train travels through the night, memories flood back of her younger years: the first immature stirrings of romance, the onset of puberty, and the frustrations of math and boys. At the station she is met by young farmer Toshio, and the encounters with him begin to reconnect her to forgotten longings. In lyrical switches between the present and the past, Taeko contemplates the arc of her life, and wonders if she has been true to the dreams of her childhood self.",
- "director": "Isao Takahata",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a9/Only_Yesterday.jpg",
- "release_date": "1991",
- "rt_score": "100",
- "people": [
- {
- "id": "d0bb7b5f-3bf0-46c8-959d-0299b3252bd8",
- "name": "Taeko Okajima",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d4/Taeko_Okajima.png",
- "gender": "Female",
- "age": "27",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "3f78eba1-f9b0-489b-8686-f4508cdf049d",
- "name": "Toshio",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5d/Toshio.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "52ed5cad-2464-481f-9786-8533b8de95ff",
- "name": "Mr. Okajima",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/58/Mr._Okajima.png",
- "gender": "Male",
- "age": "Middle age",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "87e61451-3131-4d01-a3b3-558c9ee1c451",
- "name": "Mrs. Okajima",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/18/Mrs._Okajima_%282%29.png",
- "gender": "Female",
- "age": "Middle age",
- "eye_color": "Black",
- "hair_color": "Light brown",
- "specie": "Human"
- },
- {
- "id": "0174e644-eddd-4cb7-8503-e0c21291d782",
- "name": "Grandmother Okajima",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0f/Grandmother_Okajima_%282%29.jpg",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Human"
- },
- {
- "id": "a88cb7a4-fe4a-4d50-8d8b-c32449e298ba",
- "name": "Nanako Okajima",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c1/Nanako_Okajima.png",
- "gender": "Female",
- "age": "18",
- "eye_color": "Black",
- "hair_color": "Light brown",
- "specie": "Human"
- },
- {
- "id": "c8f02850-0c1f-499c-8b5e-d8ad16f3ecc4",
- "name": "Yaeko Okajima",
- "gender": "Female",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a8/Yaeko_Okajima.jpg",
- "age": "16",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Human"
- },
- {
- "id": "6e960787-5a47-4178-a040-1ef5bf5e4a6c",
- "name": "Tani Tsuneko",
- "img": "https://www.anime-planet.com/images/characters/tani-tsuneko-100171.jpg",
- "gender": "Female",
- "age": "10",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "cd86aeb2-4fd7-4119-8128-7060e0a68074",
- "name": "Aiko",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5d/Aiko.jpg",
- "gender": "Female",
- "age": "10",
- "eye_color": "Black",
- "hair_color": "Grey brown",
- "specie": "Human"
- },
- {
- "id": "3ab1e0de-4d41-4f67-b2d0-e16d0fef2e6c",
- "name": "Toko",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/af/Toko.jpg",
- "gender": "Female",
- "age": "10",
- "eye_color": "Black",
- "hair_color": "Light brown",
- "specie": "Human"
- },
- {
- "id": "f4a85428-18b7-4199-ba5a-b6bcfb478e14",
- "name": "Rie",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/00/Rie_01.png",
- "gender": "Female",
- "age": "10",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "dbeeaecb-7817-4b8b-90ca-edc432d3033e",
- "name": "Taeko's House",
- "img": "https://images.squarespace-cdn.com/content/v1/54fc8146e4b02a22841f4df7/1571850401468-9TTOSKJGO49OEAKEJ4O6/Art+of+Only+Yesterday+C+-+8.jpg",
- "climate": "Continental",
- "terrain": "River",
- "surface_water": "40",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "ebbb6b7c-945c-41ee-a792-de0e43191bd8",
- "title": "Porco Rosso",
- "description": "Porco Rosso, known in Japan as Crimson Pig (Kurenai no Buta) is the sixth animated film by Hayao Miyazaki and released in 1992. You're introduced to an Italian World War I fighter ace, now living as a freelance bounty hunter chasing 'air pirates' in the Adriatic Sea. He has been given a curse that changed his head to that of a pig. Once called Marco Pagot, he is now known to the world as 'Porco Rosso', Italian for 'Red Pig.'",
- "director": "Hayao Miyazaki",
- "producer": "Toshio Suzuki",
- "poster" : "https://static.wikia.nocookie.net/studio-ghibli/images/4/41/Porco_Rosso.jpg",
- "release_date": "1992",
- "rt_score": "94",
- "people": [
- {
- "id": "6523068d-f5a9-4150-bf5b-76abe6fb42c3",
- "name": "Porco Rosso",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/02/Porcellino%21.png",
- "gender": "Male",
- "age": "47",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "eff43a47-e59c-41bd-bcc6-b1827d63bed5",
- "name": "Donald Curtis",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/61/Donald_Curtis.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "4a2e2cee-08ca-4d44-9564-2b3e5421bafb",
- "name": "Fio Piccolo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/16/Fio_%282%29.jpg",
- "gender": "Female",
- "age": "17",
- "eye_color": "Brown",
- "hair_color": "Red",
- "specie": "Human"
- },
- {
- "id": "127317b3-f6f8-4aea-b294-20452a3334f5",
- "name": "Gina",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/eb/Gina.jpg",
- "gender": "Female",
- "age": "circa 23-35",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "2ac81cc3-7292-40ab-9e8f-4a370a58e3c8",
- "name": "Mr. Piccolo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0e/Mr_Piccolo.jpg",
- "gender": "Male",
- "age": "Middle aged",
- "eye_color": "Brown",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "a63c25f4-41a4-4f78-933f-3c14e2903a8f",
- "name": "Capo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/98/Aiuto_Gang_boss.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Bald",
- "specie": "Human"
- },
- {
- "id": "5fd7416f-d928-4ebc-a4fb-d9bbdf99b06a",
- "name": "Ferrari",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/be/Porco_Rosso_-_Ferrari.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "34df8f25-8f80-4823-8f01-bf9852039987",
- "name": "Piccolo S.P.A.",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/4f/Piccolos_garage.jpg",
- "climate": "Continental",
- "terrain": "River",
- "surface_water": "40",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": [
- {
- "id": "d8f893b5-1dd9-41a1-9918-0099c1aa2de8",
- "name": "Red Wing",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/8f/Porco%27s_Plane.jpg",
- "description": "An experimental aircraft captured by Porco. Named Savoia S.21",
- "vehicle_class": "Airplane",
- "length": "20",
- "pilot": {
- "id": "6523068d-f5a9-4150-bf5b-76abe6fb42c3",
- "name": "Porco Rosso"
- }
- },
- {
- "id": "7eb1b9cd-8153-4ef6-a0d4-1e9abd8d78da",
- "name": "Dabohaze",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/99/Aiuto_Gang.jpg",
- "description": "It's the Mamma Aiuto Gang's battle ship, They're an air pirate gang lead by Capo",
- "vehicle_class": "Battle ship",
- "length": "NA",
- "pilot": {
- "id": "a63c25f4-41a4-4f78-933f-3c14e2903a8f",
- "name": "Capo"
- }
- }
- ]
- },
- {
- "id": "1b67aa9a-2e4a-45af-ac98-64d6ad15b16c",
- "title": "Pom Poko",
- "description": "As the human city development encroaches on the raccoon population's forest and meadow habitat, the raccoons find themselves faced with the very real possibility of extinction. In response, the raccoons engage in a desperate struggle to stop the construction and preserve their home.",
- "director": "Isao Takahata",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/9/9e/Pom_Poko.jpg",
- "release_date": "1994",
- "rt_score": "78",
- "people": [
- {
- "id": "575d6943-f9da-445e-8e77-e118c3924a1d",
- "name": "Shoukichi",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/59/Shoukichi_1.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Raccoon Dog"
- },
- {
- "id": "9298c4fe-a508-463f-aad7-d55742e9a4e5",
- "name": "Okiyo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/bd/Okiyo.jpg",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Raccoon Dog"
- },
- {
- "id": "220c7498-c390-4456-b853-bac107d16ff7",
- "name": "Seizaemon",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d9/Seizaemon.jpg",
- "gender": "Male",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Raccoon Dog"
- },
- {
- "id": "718f634a-ea92-4907-a262-5a71a0661dcd",
- "name": "Oroku",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/07/Oroku.jpg",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "Grey brown",
- "specie": "Raccoon Dog"
- },
- {
- "id": "7367f154-4d9b-4e3e-89cf-2bd55c4d817f",
- "name": "Gonta",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0b/Gonta.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Raccoon Dog"
- },
- {
- "id": "041cad03-ad0d-4f80-aeaa-71f9f64334df",
- "name": "Inugami Gyōbu",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/99/Inugami.jpg",
- "gender": "Male",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "Grey brown",
- "specie": "Raccoon Dog"
- }
- ],
- "locations": [],
- "vehicles": []
- },
- {
- "id": "ff24da26-a969-4f0e-ba1e-a122ead6c6e3",
- "title": "Whisper of the Heart",
- "description": "Shizuku lives a simple life, dominated by her love for stories and writing. One day she notices that all the library books she has have been previously checked out by the same person: 'Seiji Amasawa'. Curious as to who he is, Shizuku meets a boy her age whom she finds infuriating, but discovers to her shock that he is her 'Prince of Books'. As she grows closer to him, she realises that he merely read all those books to bring himself closer to her. The boy Seiji aspires to be a violin maker in Italy, and it is his dreams that make Shizuku realise that she has no clear path for her life. Knowing that her strength lies in writing, she tests her talents by writing a story about Baron, a cat statuette belonging to Seiji's grandfather.",
- "director": "Yoshifumi Kondō",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/7/7b/Whisper_of_the_Heart.jpg",
- "release_date": "1995",
- "rt_score": "91",
- "people": [
- {
- "id": "42a69bf6-b5e8-42b1-b05a-12c3d05e7c1e",
- "name": "Shizuku Tsukishima",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/67/Shizuku_Tsukishima.jpg",
- "gender": "Female",
- "age": "14",
- "eye_color": "Black",
- "hair_color": "Light black",
- "specie": "Human"
- },
- {
- "id": "fc196c4f-0201-4ed2-9add-c6403f7c4d32",
- "name": "Baron Humbert von Gikkingen",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/4f/Humbert_von_Gikkingen.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Green",
- "hair_color": "Yellow",
- "specie": "Cat"
- },
- {
- "id": "079db09e-0441-442b-8c17-af5cac8321c4",
- "name": "Seiji Amasawa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c5/Seiji_Amasawa.jpg",
- "gender": "Male",
- "age": "15",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "494bba43-9f61-4383-a597-5bae6ab26222",
- "name": "Yuko Harada",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/cb/Yuko_Harada.jpg",
- "gender": "Female",
- "age": "14",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "e432a1fe-e937-4575-bade-d11e9f8a9433",
- "name": "Sugimura",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b7/Sugimura.jpg",
- "gender": "Male",
- "age": "14",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "182c1f2a-e1e0-4035-b87a-754d58ed6e2d",
- "name": "Seiya Tsukishima",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b3/Seiya_Tsukishima.jpg",
- "gender": "Male",
- "age": "40",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "d92e61f3-f525-4740-9f06-c9e7b19c3d11",
- "name": "Asako Tsukishima",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/ac/Asako_Tsukishima.jpg",
- "gender": "Female",
- "age": "39",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "61b51987-dd67-479b-aa03-554834b7edd7",
- "name": "Shiro Nishi",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0f/Shiro_Nishi.jpg",
- "gender": "Male",
- "age": "70",
- "eye_color": "Black",
- "hair_color": "White",
- "specie": "Human"
- },
- {
- "id": "e40b4241-612b-402f-8e6c-067c44e9c618",
- "name": "Shiho Tsukishima",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/02/Shiho_Tsukishima.jpg",
- "gender": "Female",
- "age": "18",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "42f787d8-1fcb-4d3d-82f2-a74409869368",
- "name": "Seiji's House",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a7/Mimi011.jpg",
- "climate": "Continental",
- "terrain": "City",
- "surface_water": "0",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "0440483e-ca0e-4120-8c50-4c8cd9b965d6",
- "title": "Princess Mononoke",
- "description": "Ashitaka, a prince of the disappearing Ainu tribe, is cursed by a demonized boar god and must journey to the west to find a cure. Along the way, he encounters San, a young human woman fighting to protect the forest, and Lady Eboshi, who is trying to destroy it. Ashitaka must find a way to bring balance to this conflict.",
- "director": "Hayao Miyazaki",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c6/Princess_Mononoke.jpg",
- "release_date": "1997",
- "rt_score": "92",
- "people": [
- {
- "id": "ba924631-068e-4436-b6de-f3283fa848f0",
- "name": "Ashitaka",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/49/Ashitaka.jpg",
- "gender": "Male",
- "age": "17",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "ebe40383-aad2-4208-90ab-698f00c581ab",
- "name": "San",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/3f/San.jpg",
- "gender": "Female",
- "age": "16",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "34277bec-7401-43fa-a00a-5aee64b45b08",
- "name": "Eboshi",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/9f/Eboshi.png",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Hazel",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "91939012-90b9-46e5-a649-96b898073c82",
- "name": "Jigo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/7/79/Jigo_%282%29.jpg",
- "gender": "Male",
- "age": "Middle age",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "20e3bd33-b35d-41e6-83a4-57ca7f028d38",
- "name": "Kohroku",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d1/Kohroku_gives.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "8bccdc78-545b-49f4-a4c8-756163a38c91",
- "name": "Gonza",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/42/Gonza_%282%29.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Grey",
- "hair_color": "Bald, but beard is Brown",
- "specie": "Human"
- },
- {
- "id": "116bfe1b-3ba8-4fa0-8f72-88537a493cb9",
- "name": "Hii-sama",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/83/Hii-sama.jpg",
- "gender": "Female",
- "age": "Over 50",
- "eye_color": "Brown",
- "hair_color": "White",
- "specie": "Human"
- },
- {
- "id": "030555b3-4c92-4fce-93fb-e70c3ae3df8b",
- "name": "Yakul",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/ef/Yakul.jpg",
- "age": "Unknown",
- "gender": "Male",
- "eye_color": "Grey",
- "hair_color": "Brown",
- "specie": "Red elk"
- },
- {
- "id": "ca568e87-4ce2-4afa-a6c5-51f4ae80a60b",
- "name": "Shishigami",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b7/Forest_Spirit.jpg",
- "age": "400",
- "gender": "Male",
- "eye_color": "Red",
- "hair_color": "Light Orange",
- "specie": "Spirit"
- },
- {
- "id": "e9356bb5-4d4a-4c93-aadc-c83e514bffe3",
- "name": "Moro",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5e/Moro.png",
- "gender": "Female",
- "age": "300",
- "eye_color": "Brown",
- "hair_color": "White",
- "specie": "Wolf"
- }
- ],
- "locations": [
- {
- "id": "11014596-71b0-4b3e-b8c0-1c4b15f28b9a",
- "name": "Irontown",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/ac/Mononoke_-_Irontown.jpg",
- "climate": "Continental",
- "terrain": "Mountain",
- "surface_water": "40",
- "residents": [
- {
- "id": "ba924631-068e-4436-b6de-f3283fa848f0",
- "name": "Ashitaka"
- },
- {
- "id": "030555b3-4c92-4fce-93fb-e70c3ae3df8b",
- "name": "Yakul"
- }
- ]
- },
- {
- "id": "615aa48d-8673-4117-b35a-79cb67af1897",
- "name": "Forest",
- "img": "https://www.teahub.io/photos/full/230-2307062_princess-mononoke-forest-spirit.jpg",
- "climate": "Tropical",
- "terrain": "Forest",
- "surface_water": "60",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "45204234-adfd-45cb-a505-a8e7a676b114",
- "title": "My Neighbors the Yamadas",
- "description": "The Yamadas are a typical middle class Japanese family in urban Tokyo and this film shows us a variety of episodes of their lives. With tales that range from the humourous to the heartbreaking, we see this family cope with life's little conflicts, problems and joys in their own way.",
- "director": "Isao Takahata",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/d/db/My_Neighbors_the_Yamadas.jpg",
- "release_date": "1999",
- "rt_score": "75",
- "people": [
- {
- "id": "7b3324ad-0ac9-417d-9905-ac001f6b7b1a",
- "name": "Takashi Yamada",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/84/Takashi.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "562cf83f-fe38-44bf-8840-f8120b373c07",
- "name": "Matsuko Yamada",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/85/Matsuko_Yamada.png",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Human"
- },
- {
- "id": "33504e52-626b-4718-b324-d06a5b64ccfe",
- "name": "Noboru Yamada",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d4/Noboru.jpg",
- "gender": "Male",
- "age": "13",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "097a7111-7bca-43e2-b8ad-0042c175b8c9",
- "name": "Nonoko Yamada",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/56/Nonoko_Yamada.jpg",
- "gender": "Female",
- "age": "5",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "10857681-11a2-48df-98ec-de711a6c56cf",
- "name": "Shige Yamano",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/97/Shige_Yamano.jpg",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "White",
- "specie": "Human"
- }
- ],
- "locations": [],
- "vehicles": []
- },
- {
- "id": "dc2e6bd1-8156-4886-adff-b39e6043af0c",
- "title": "Spirited Away",
- "description": "Spirited Away is an Oscar winning Japanese animated film about a ten year old girl who wanders away from her parents along a path that leads to a world ruled by strange and unusual monster-like animals. Her parents have been changed into pigs along with others inside a bathhouse full of these creatures. Will she ever see the world how it once was?",
- "director": "Hayao Miyazaki",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/9/9e/Spirited_Away.png",
- "release_date": "2001",
- "rt_score": "97",
- "people": [
- {
- "id": "134a568b-ac18-4696-a53e-4f0757d1c037",
- "name": "Chihiro Ogino/Sen",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/8e/Chihiro_Ogino.jpg",
- "gender": "Female",
- "age": "10",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "a1143897-679f-4c16-8b20-538976c144d6",
- "name": "Nigihayami Kohakunushi/Haku",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/89/Haku-2.png",
- "gender": "Male",
- "age": "12 (in appearance)",
- "eye_color": "Green",
- "hair_color": "Green",
- "specie": "Deity, Dragon"
- },
- {
- "id": "177722d8-6fb0-4811-ad83-4d9c272eaebe",
- "name": "Yubaba",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f8/Yubaba-0.jpg",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Dark brown",
- "hair_color": "White",
- "specie": "Witch"
- },
- {
- "id": "5fbcf921-a560-400e-bc15-c8fb4ef05909",
- "name": "Kamajī",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/7/78/Kamaji.jpg",
- "gender": "Male",
- "age": "At least 40 years",
- "eye_color": "NA",
- "hair_color": "Bald",
- "specie": "Spirit"
- },
- {
- "id": "969850ec-4ab6-4170-ab6b-ae6ac42e1e9a",
- "name": "No-Face",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/9d/No-Face_infobox.png",
- "gender": "Unknown (Possible Male)",
- "age": "unknown",
- "eye_color": "NA",
- "hair_color": "NA",
- "specie": "Spirit"
- },
- {
- "id": "cf0a2a1b-8b65-4794-98ae-bd89de49fa62",
- "name": "Lin",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/35/Lin-HBO_Max.png",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Spirit of The White Fox"
- },
- {
- "id": "d2feee01-5531-4385-aa0a-1e608aaf0747",
- "name": "Boh",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/7/7e/Boh_winks.jpg",
- "gender": "Male",
- "age": "Child",
- "eye_color": "Black",
- "hair_color": "Bald",
- "specie": "unknown"
- },
- {
- "id": "d9aceca5-beb9-4b2a-85ba-fc17d33750f8",
- "name": "Zeniba",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d8/Zeniba.png",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Dark brown",
- "hair_color": "White",
- "specie": "Witch"
- },
- {
- "id": "0588017a-8113-43cd-9025-518c9c0d5111",
- "name": "Akio Ogino",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/47/Akio_Ogino.jpg",
- "gender": "Male",
- "age": "38",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "2e7bb7bf-4149-4df5-b6e4-76064021651c",
- "name": "Yūko Ogino",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c6/Ichiyuko_Ogino.png",
- "gender": "Female",
- "age": "35",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "a072ec53-0467-4fac-864f-df234f9c4315",
- "name": "Zeniba's Cottage",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/ec/Zeniba%27s_Cottage.png",
- "climate": "TODO",
- "terrain": "TODO",
- "surface_water": "40",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "37d13a96-a03a-451d-8871-80be0495486e",
- "name": "Bathhouse",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/80/Chihiro_sees_the_Bathhouse.png",
- "climate": "Continental",
- "terrain": "River",
- "surface_water": "70",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "90b72513-afd4-4570-84de-a56c312fdf81",
- "title": "The Cat Returns",
- "description": "Haru, a schoolgirl bored by her ordinary routine, saves the life of an unusual cat and suddenly her world is transformed beyond anything she ever imagined. The Cat King rewards her good deed with a flurry of presents, including a very shocking proposal of marriage to his son! Haru embarks on an unexpected journey to the Kingdom of Cats where her eyes are opened to a whole other world.",
- "director": "Hiroyuki Morita",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/8/87/The_Cat_Returns.jpg",
- "release_date": "2002",
- "rt_score": "89",
- "people": [
- {
- "id": "6b3facea-ea33-47b1-96ce-3fc737b119b8",
- "name": "Renaldo Moon aka Moon aka Muta",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/e7/Muta.png",
- "gender": "Male",
- "age": "NA",
- "eye_color": "White",
- "hair_color": "Beige",
- "specie": "Cat"
- },
- {
- "id": "3042818d-a8bb-4cba-8180-c19249822d57",
- "name": "Cat King",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/34/The_Cat_King.jpg",
- "gender": "Male",
- "age": "87",
- "eye_color": "Emerald",
- "hair_color": "Grey",
- "specie": "Cat"
- },
- {
- "id": "58d1973f-f247-47d7-9358-e56cb0d2b5a6",
- "name": "Yuki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/eb/New_queen%2C_Yuki.JPG",
- "gender": "Female",
- "age": "NA",
- "eye_color": "Blue",
- "hair_color": "White",
- "specie": "Cat"
- },
- {
- "id": "a3d8e70f-46a0-4e5a-b850-db01620d6b92",
- "name": "Haru Yoshioka",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/27/Haru_Yoshioka.jpg",
- "gender": "Female",
- "age": "17",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "466bc926-2024-4653-ac63-fe52f2dc8c7b",
- "name": "Natori",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c4/Natori.jpg",
- "gender": "Male",
- "age": "NA",
- "eye_color": "Blue",
- "hair_color": "Grey",
- "specie": "Cat"
- },
- {
- "id": "269dcd81-8037-45bb-892b-1c86c9696222",
- "name": "Toto",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/8d/Toto.png",
- "gender": "Male",
- "age": "NA",
- "eye_color": "Black",
- "hair_color": "Dark Blue",
- "specie": "Bird"
- },
- {
- "id": "5b2a28f6-91d4-4382-aedc-b27094e763b0",
- "name": "Prince Lune",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/90/Prince_Lune.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Dark brown",
- "hair_color": "Russian blue",
- "specie": "Cat"
- },
- {
- "id": "17aca709-3049-48fc-95a6-e802c01125a2",
- "name": "Hiromi",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c1/Hiromi.png",
- "gender": "Female",
- "age": "17",
- "eye_color": "Brown",
- "hair_color": "Light brown",
- "specie": "Human"
- },
- {
- "id": "911d38e2-ada4-4481-89a2-ba414422d4e4",
- "name": "Naoko Yoshioka",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/64/Naoko_Yoshioka.jpg",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Light Brown",
- "hair_color": "Light brown",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "a8bd9c03-7c80-4a97-b7c0-6a668acaf576",
- "name": "The Cat Kingdom",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a9/Baron022.jpg",
- "climate": "Continental",
- "terrain": "Plain",
- "surface_water": "30",
- "residents": [
- {
- "id": "6b3facea-ea33-47b1-96ce-3fc737b119b8",
- "name": "Renaldo Moon aka Moon aka Muta"
- },
- {
- "id": "3042818d-a8bb-4cba-8180-c19249822d57",
- "name": "Cat King"
- },
- {
- "id": "58d1973f-f247-47d7-9358-e56cb0d2b5a6",
- "name": "Yuki"
- },
- {
- "id": "a3d8e70f-46a0-4e5a-b850-db01620d6b92",
- "name": "Haru"
- }
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "cd3d059c-09f4-4ff3-8d63-bc765a5184fa",
- "title": "Howl's Moving Castle",
- "description": "When Sophie, a shy young woman, is cursed with an old body by a spiteful witch, her only chance of breaking the spell lies with a self-indulgent yet insecure young wizard and his companions in his legged, walking home.",
- "director": "Hayao Miyazaki",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/0/08/Howl%27s_Moving_Castle.jpg",
- "release_date": "2004",
- "rt_score": "87",
- "people": [
- {
- "id": "fa9b410f-cad4-457d-ac71-86b0afa6cf0a",
- "name": "Howl Jenkins Pendragon",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/fe/Howl_Jenkins_Pendragon.jpg",
- "gender": "Male",
- "age": "27",
- "eye_color": "Bright blue",
- "hair_color": "Bright blue",
- "specie": "Wizard"
- },
- {
- "id": "cbbe548f-dfb4-4d53-81d3-06c203dbb2ff",
- "name": "Sophie Hatter",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f4/Sophie_short_hair.jpg",
- "gender": "Female",
- "age": "18",
- "eye_color": "Brown",
- "hair_color": "White",
- "specie": "Human"
- },
- {
- "id": "1287b275-6c32-4113-947f-519316d4a6be",
- "name": "Witch of the Waste",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/e1/Howls-moving-castle-disneyscreencaps.com-10507.jpg",
- "gender": "Female",
- "age": "59",
- "eye_color": "Brown",
- "hair_color": "White",
- "specie": "Witch/Human"
- },
- {
- "id": "b73f58ab-454a-42d6-9812-63e8f235a388",
- "name": "Calcifer",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/2a/Calcifer.png",
- "gender": "Male",
- "age": "NA",
- "eye_color": "Dark Brown",
- "hair_color": "Orange-yellow",
- "specie": "Demon"
- },
- {
- "id": "d03ca1e2-16ab-45d1-9b81-c2b0f7b35de1",
- "name": "Markl",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5d/Markl.jpg",
- "gender": "Male",
- "age": "10",
- "eye_color": "Dark Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "45237428-93bf-4dd6-97ce-f10647300429",
- "name": "Prince Justin or Turnip Head",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d9/Prince_Justin.png",
- "gender": "Male",
- "age": "20-30",
- "eye_color": "Grey",
- "hair_color": "Blonde",
- "specie": "Human/Scarecrow"
- },
- {
- "id": "8f66024e-c84f-445a-9ab5-0b31a6ae354d",
- "name": "Madame Suliman",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/64/Madame_Suliman.png",
- "gender": "Female",
- "age": "50",
- "eye_color": "Grey",
- "hair_color": "White",
- "specie": "Human"
- },
- {
- "id": "ccc705e4-aa2a-4929-b0dc-4b8a09fd290d",
- "name": "Heen",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a7/Heen.png",
- "gender": "Male",
- "age": "NA",
- "eye_color": "Brown",
- "hair_color": "Beige-white",
- "specie": "Dog"
- },
- {
- "id": "3148150f-6ccb-4383-8af5-0c40f03c825e",
- "name": "Lettie Hatter",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/1c/Lettie_Hatter.png",
- "gender": "Female",
- "age": "16",
- "eye_color": "Blue",
- "hair_color": "Blonde",
- "specie": "Human"
- },
- {
- "id": "06610030-0560-47ac-bc18-be80d85c4dad",
- "name": "Fanny Hatter/Honey",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c6/Honey.png",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Grey",
- "hair_color": "Blonde",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "b6bac992-a858-4d57-8477-9652d73caaa1",
- "name": "Ingary",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/48/Ingary.png",
- "climate": "Mild",
- "terrain": "Hill",
- "surface_water": "30",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": [
- {
- "id": "2354305f-dccd-4c44-a79e-cc60ba7376e6",
- "name": "Howl's castle",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/e6/Howls_Castle.jpg",
- "description": "Wizard Howl's home. It's scale changes from scene to scene.",
- "vehicle_class": "Moving castle",
- "length": "unknown",
- "pilot": {
- "id": "fa9b410f-cad4-457d-ac71-86b0afa6cf0a",
- "name": "Howl Jenkins Pendragon"
- }
- }
- ]
- },
- {
- "id": "112c1e67-726f-40b1-ac17-6974127bb9b9",
- "title": "Tales from Earthsea",
- "description": "Something bizarre has come over the land. The kingdom is deteriorating. People are beginning to act strange... What's even more strange is that people are beginning to see dragons, which shouldn't enter the world of humans. Due to all these bizarre events, Ged, a wandering wizard, is investigating the cause. During his journey, he meets Prince Arren, a young distraught teenage boy. While Arren may look like a shy young teen, he has a severe dark side, which grants him strength, hatred, ruthlessness and has no mercy, especially when it comes to protecting Teru. For the witch Kumo this is a perfect opportunity. She can use the boy's 'fears' against the very one who would help him, Ged.",
- "director": "Gorō Miyazaki",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/0/09/%C3%96v%C3%A4rlden.jpg",
- "release_date": "2006",
- "rt_score": "41",
- "people": [
- {
- "id": "68df798d-f73d-4c70-b4ad-05dd84910436",
- "name": "Ged",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/33/Ged.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Brown",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "3f3163bb-e2da-4e87-a1bf-ae2dfcde1a09",
- "name": "Arren / Lebannen",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/ee/Arren.png",
- "gender": "Male",
- "age": "17",
- "eye_color": "Dark brown",
- "hair_color": "Dark brown",
- "specie": "Human"
- },
- {
- "id": "84ba6d3d-d225-4a92-bbbc-147808826425",
- "name": "Therru",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/1a/Therru.jpg",
- "gender": "Female",
- "age": "circa 14-17",
- "eye_color": "Dark brown",
- "hair_color": "Dark brown",
- "specie": "Human"
- },
- {
- "id": "60469915-e18e-4cf3-b43d-95ea56cc300c",
- "name": "Tenar",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/4f/Tenar.jpg",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Grey",
- "hair_color": "Blonde",
- "specie": "Human"
- },
- {
- "id": "9bd3091a-8ae2-4741-9265-7f83ec55663a",
- "name": "King of Enlad",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/ec/King-enlad.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "59d22f97-f45d-4a6c-b473-13ee9e69082a",
- "name": "Cob",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/ce/Cob.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Violet",
- "hair_color": "Purple",
- "specie": "Arch-mage/Human"
- },
- {
- "id": "da00cee4-90a2-413b-8cef-c65e57f7e41",
- "name": "Hare",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/1e/Hare.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "e024d74b-ca9f-49a7-92fb-e8723c6183e4",
- "name": "Hazia Dealer",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/1b/Hazia_Dealer.png",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "bcc54f38-8847-45b0-97b1-307c94b2b517",
- "name": "Enland",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0e/Ged007.jpg",
- "climate": "Wet",
- "terrain": "Earthsea",
- "surface_water": "100",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "758bf02e-3122-46e0-884e-67cf83df1786",
- "title": "Ponyo on the Cliff by the Sea",
- "description": "The son of a sailor, 5-year old Sosuke lives a quiet life on an oceanside cliff with his mother Lisa. One fateful day, he finds a beautiful goldfish trapped in a bottle on the beach and upon rescuing her, names her Ponyo. But she is no ordinary goldfish. The daughter of a masterful wizard and a sea goddess, Ponyo uses her father's magic to transform herself into a young girl and quickly falls in love with Sosuke, but the use of such powerful sorcery causes a dangerous imbalance in the world. As the moon steadily draws nearer to the earth and Ponyo's father sends the ocean's mighty waves to find his daughter, the two children embark on an adventure of a lifetime to save the world and fulfill Ponyo's dreams of becoming human.",
- "director": "Hayao Miyazaki",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/5/50/Ponyo_on_the_Cliff_by_the_Sea.jpg",
- "release_date": "2008",
- "rt_score": "92",
- "people": [
- {
- "id": "a10f64f3-e0b6-4a94-bf30-87ad8bc51607",
- "name": "Sosuke",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/cf/Sosuke.jpg",
- "gender": "Male",
- "age": "5",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "4524e6c2-04f3-4633-b2cb-e1cd3f566213",
- "name": "Brunhilde/Ponyo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/bc/Brunhilda.png",
- "gender": "Female",
- "age": "5",
- "eye_color": "Dark brown",
- "hair_color": "Red",
- "specie": "Fish/Human"
- },
- {
- "id": "0cb26464-3416-4490-8f42-cd9d7276884e",
- "name": "Kōichi",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/49/Sosuke%27s_Father.png",
- "gender": "Male",
- "age": "30",
- "eye_color": "Dark brown",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "9ab8c24f-f687-47b8-adcf-c7c9d5b86b91",
- "name": "Fujimoto",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/4b/Fujimoto.jpg",
- "gender": "Male",
- "age": "40",
- "eye_color": "Light green",
- "hair_color": "Red",
- "specie": "Human"
- },
- {
- "id": "942efc9a-8d02-4643-aa3f-134429a23684",
- "name": "Granmammare",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/43/Granmammare.png",
- "gender": "Female",
- "age": "NA",
- "eye_color": "Brown",
- "hair_color": "Red",
- "specie": "Deity"
- },
- {
- "id": "04447a1b-316a-40bf-8f19-ddc964fec216",
- "name": "Lisa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/59/Lisa.png",
- "gender": "Female",
- "age": "25",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "88d56819-0639-4bc4-8ffc-2af15a310cdc",
- "name": "Toki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/94/Toki.jpg",
- "gender": "Female",
- "age": "72",
- "eye_color": "Dark brown",
- "hair_color": "White",
- "specie": "Human"
- },
- {
- "id": "f55138f5-cdc7-4bc5-93d6-c4445d2a5347",
- "name": "Yoshie",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/3f/Yoshie.jpg",
- "gender": "Female",
- "age": "68",
- "eye_color": "Dark brown",
- "hair_color": "Blonde",
- "specie": "Human"
- },
- {
- "id": "9e149019-f351-4061-aaee-82a385a36582",
- "name": "Noriko",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/34/Noriko.jpg",
- "gender": "Female",
- "age": "70",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "804b2f0a-05ab-489a-9610-bdc6bc867e89",
- "name": "Koyo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/29/Koyo.png",
- "gender": "Female",
- "age": "68",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "90241c46-d4be-411f-b00a-7561b9dda7b6",
- "name": "Fujimoto's Underwater Harbor",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/30/Fujimotos_hus.jpg",
- "climate": "Wet",
- "terrain": "Ocean",
- "surface_water": "100",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "469b14bd-5565-4436-bbed-c2036f42cc99",
- "name": "Himawari Nursery School",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/6b/Himawari_Nursery_School.jpg",
- "climate": "Mild",
- "terrain": "Ocean",
- "surface_water": "50",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": [
- {
- "id": "923d70c9-8f15-4972-ad53-0128b261d628",
- "name": "Sosuke's Boat",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c1/PonyoS%C5%8DsukeBoat.jpg",
- "description": "A toy boat where Sosuke plays",
- "vehicle_class": "Boat",
- "length": "10",
- "pilot": {
- "id": "a10f64f3-e0b6-4a94-bf30-87ad8bc51607",
- "name": "Sosuke"
- }
- }
- ]
- },
- {
- "id": "2de9426b-914a-4a06-a3a0-5e6d9d3886f6",
- "title": "The Secret World of Arrietty",
- "description": "14-year-old Arrietty and the rest of the Clock family live in peaceful anonymity as they make their own home from items 'borrowed' from the house's human inhabitants. However, life changes for the Clocks when a human boy discovers Arrietty.",
- "director": "Hiromasa Yonebayashi",
- "producer": "Toshio Suzuki",
- "poster": "https://m.media-amazon.com/images/M/MV5BZDY3ZGI0ZDAtMThlNy00MzAxLTg4YjAtNjkwYTkxNmQ4MjdlXkEyXkFqcGdeQXVyMTMxODk2OTU@._V1_.jpg",
- "release_date": "2010",
- "rt_score": "95",
- "people": [
- {
- "id": "89026b3a-abc4-4053-ab1a-c6d2eea68faa",
- "name": "Karigurashi/Arrietty",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/04/Arrietty.jpg",
- "gender": "Female",
- "age": "14",
- "eye_color": "Black",
- "hair_color": "Auburn",
- "specie": "Borrower"
- },
- {
- "id": "496031cc-f6af-4f48-b9d1-27f34cb18e10",
- "name": "Sho (Shawn)",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/04/Sho.jpg",
- "gender": "Male",
- "age": "12-14",
- "eye_color": "Brown",
- "hair_color": "Navy blue/black",
- "specie": "Human"
- },
- {
- "id": "ef5ee7c5-ae68-418d-a319-f3e79262cd87",
- "name": "Homily Clock",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/28/Homily_Clock.jpg",
- "gender": "Female",
- "age": "52",
- "eye_color": "Brown",
- "hair_color": "Navy black",
- "specie": "Borrower"
- },
- {
- "id": "3a83aa65-d134-4e58-85b2-e9f6523b047d",
- "name": "Sadako Maki/Jessica",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/1b/Jessica.jpg",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Human"
- },
- {
- "id": "9c687441-3eb3-4c4b-8752-55774953aa3f",
- "name": "Haru",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/3d/Haru_%28dam%29.jpg",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "ce5fb645-f0bb-4c1b-829f-907989d5525f",
- "name": "Spiller",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/43/Spiller.jpg",
- "gender": "Male",
- "age": "Young",
- "eye_color": "Black",
- "hair_color": "Navy black",
- "specie": "Borrower"
- },
- {
- "id": "a27ebdcb-4d29-40ac-8da6-5fc5a7869efb",
- "name": "Pod Clock",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/7/76/Pod.png",
- "gender": "Male",
- "age": "52",
- "eye_color": "Grey",
- "hair_color": "Brown",
- "specie": "Borrower"
- },
- {
- "id": "379f1453-38ca-486f-9d8b-f4eddc1e3fd3",
- "name": "Niya",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5a/Niya.jpg",
- "gender": "Male",
- "age": "52",
- "eye_color": "White",
- "hair_color": "Beige",
- "specie": "Cat"
- }
- ],
- "locations": [
- {
- "id": "1e7ed524-4b4f-466b-978c-69dda9777396",
- "name": "Sho's house",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/86/Karigurashi002.jpg",
- "climate": "Warm",
- "terrain": "Forest",
- "surface_water": "10",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "f2148ab5-f272-4057-b05a-1321e35227b4",
- "name": "Karigurashi's house",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/cd/Karigurashi019.jpg",
- "climate": "Warm",
- "terrain": "Under the floorboards",
- "surface_water": "10",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "45db04e4-304a-4933-9823-33f389e8d74d",
- "title": "From Up on Poppy Hill",
- "description": "The story is set in 1963 in Yokohama. Kokuriko Manor sits on a hill overlooking the harbour. A 16 year-old girl, Umi, lives in that house. Every morning she raises a signal flag facing the sea. The flag means “I pray for safe voyages”. A 17 year-old boy, Shun, always sees this flag from the sea as he rides a tugboat to school. Gradually the pair are drawn to each other but they are faced with a sudden trial. Even so, they keep going without running from facing the hardships of reality.",
- "director": "Gorō Miyazaki",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/b/bb/From_Up_on_Poppy_Hill.jpg",
- "release_date": "2011",
- "rt_score": "83",
- "people": [
- {
- "id": "6a486237-c503-4221-b834-1862f200e939",
- "name": "Umi Matsuzaki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/93/Umi_Matsuzaki.jpg",
- "gender": "Female",
- "age": "16",
- "eye_color": "Hazel",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "5c492592-ea9c-45e8-a9cc-4391037c0202",
- "name": "Shun Kazama",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/59/Shun_Kazama.jpg",
- "gender": "Male",
- "age": "17",
- "eye_color": "Black",
- "hair_color": "Dark brown",
- "specie": "Human"
- },
- {
- "id": "f1c170fa-7c60-420a-8437-253dd39a6bde",
- "name": "Yūichirō Sawamura",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/3e/Yuuichirou_Sawamura.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "721acf20-3470-4010-801b-31f465467d55",
- "name": "Sora Matsuzaki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/49/Sora_Matsuzaki.jpg",
- "gender": "Female",
- "age": "12-14",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "827be987-0563-4a7c-a68b-9d58e46d1687",
- "name": "Shirou Mizunuma",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f1/Shirou_Mizunuma.jpg",
- "gender": "Male",
- "age": "18",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "bec0cbf4-a03c-4379-b2c6-77fca9d5faa8",
- "name": "Ryōko Matsuzaki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/48/Ryouko_Matsuzaki.jpg",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "002708e3-d38f-4518-a7a9-bdb92390d0dc",
- "name": "Riku Matsuzaki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/30/Riku_Matsuzaki.jpg",
- "gender": "Male",
- "age": "11",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "daf8627a-dd28-407a-a36b-d41b13ffc2ed",
- "name": "Hana Matsuzaki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/13/Hana_Matsuzaki.jpg",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Brown",
- "hair_color": "Dark grey",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "be837047-cd6f-477f-a83d-5aec9ed1dda7",
- "name": "Coquelicot Manor",
- "img": "https://cache.desktopnexus.com/thumbseg/2436/2436746-bigthumbnail.jpg",
- "climate": "Warm",
- "terrain": "Hill",
- "surface_water": "30",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "67405111-37a5-438f-81cc-4666af60c800",
- "title": "The Wind Rises",
- "description": "A lifelong love of flight inspires Japanese aviation engineer Jiro Horikoshi, whose storied career includes the creation of the A-6M World War II fighter plane.",
- "director": "Hayao Miyazaki",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/2/2d/The_Wind_Rises.jpg",
- "release_date": "2013",
- "rt_score": "89",
- "people": [
- {
- "id": "97746fd8-1875-4331-8bc6-f43ae25501cd",
- "name": "Naoko Satomi",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d9/Nahoko_Satomi.jpg",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Navy blue",
- "specie": "Human"
- },
- {
- "id": "07b01fdb-87fb-4f3b-a888-b90cf13bc386",
- "name": "Jiro Horikoshi",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d7/Jirou_Horikoshi.jpg",
- "gender": "Male",
- "age": "42",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "53b1d8f7-adb3-49b3-bece-52cda0915e7a",
- "name": "Castorp",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b4/Castorp.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Light brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "ccc07f5c-28bd-4446-aee9-827c61d7f9f1",
- "name": "Kiro Honjo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/6c/Kiro_Honjo.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "54eda936-7f86-4bd8-9493-56e0eebd8eb1",
- "name": "Kayo Horikoshi",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/91/Kayo_Horikoshi.jpg",
- "gender": "Female",
- "age": "10",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "b2453b6b-0718-4740-a0c4-207f12f1903a",
- "name": "Caproni",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/66/Caproni.jpg",
- "gender": "Male",
- "age": "45",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "c8321219-a816-4921-9a58-48c858becb97",
- "name": "Mr. Kurokawa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/bd/Kurokawa.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Navy blue",
- "specie": "Human"
- },
- {
- "id": "50e9d375-afaa-4769-a31d-dee8e37aa8ba",
- "name": "Hattori",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/ec/Hattori.jpg",
- "gender": "Male",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "2b380662-626d-42fb-9e3a-14f951201c8b",
- "name": "Nagoya",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/20/Kazetachinu009.jpg",
- "climate": "Damp",
- "terrain": "Hill",
- "surface_water": "20",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": [
- {
- "id": "411f66ed0-771c-46d3-8f68-a3b65c6dd91c",
- "name": "Mitsubishi 1MF9 ",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/41/Kazetachinu044.jpg",
- "description": "The Mitsubishi 1MF9 or Mitsubishi Experimental Taka-type Carrier Fighter was a prototype Japanese fighter aircraft of the 1920s. It was a single-engined, single-seat biplane intended to operate from the Imperial Japanese Navy's aircraft carriers, but only two were built, with the type being rejected by the Navy.",
- "vehicle_class": "War plane",
- "length": "8",
- "pilot": {
- "id": "07b01fdb-87fb-4f3b-a888-b90cf13bc386",
- "name": "Jiro Horikoshi"
- }
- }
- ]
- },
- {
- "id": "578ae244-7750-4d9f-867b-f3cd3d6fecf4",
- "title": "The Tale of the Princess Kaguya",
- "description": "A bamboo cutter named Sanuki no Miyatsuko discovers a miniature girl inside a glowing bamboo shoot. Believing her to be a divine presence, he and his wife decide to raise her as their own, calling her 'Princess'.",
- "director": "Isao Takahata",
- "producer": "Yoshiaki Nishimura",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/8/87/The_Tale_of_the_Princess_Kaguya.jpg",
- "release_date": "2013",
- "rt_score": "100",
- "people": [
- {
- "id": "a8b338c0-e586-4c1c-8857-f33540d0d4d7",
- "name": "Kaguya",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d4/Kaguya_shows_off_her_teeth.jpg",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Navy blue",
- "specie": "Human"
- },
- {
- "id": "a21fbdd5-16bc-4931-80d0-3ce89ffce778",
- "name": "Sutemaru",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/37/Sutemaru.PNG",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "4c697b7d-4f64-4ac9-ae29-e155eb1693f3",
- "name": "Ishitsukuri",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5c/Ghibli-kaguya-ishitsukuri.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "fe1e5acf-e5e4-4769-9755-989cf7a2e961",
- "name": "Miyatsuko",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/4a/Sanuki_no_Miyatsuko.jpeg",
- "gender": "Male",
- "age": "Elder",
- "eye_color": "Grey",
- "hair_color": "White",
- "specie": "Human"
- },
- {
- "id": "839ff5b9-69ba-4d55-ab77-de939b46b18a",
- "name": "Menowarawa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/22/Menowarawa.jpg",
- "gender": "Female",
- "age": "17",
- "eye_color": "Black",
- "hair_color": "Navy blue",
- "specie": "Human"
- },
- {
- "id": "1752fc88-c6b7-4fef-8b64-51451d808033",
- "name": "Lady Sagami",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/28/Sagami.png",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "942fb1029-b51f-4100-8bee-86547c09b0ff",
- "name": "Inbe no Akita",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/1c/Ghibli-kaguya-akita.jpg",
- "gender": "Male",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "White",
- "specie": "Human"
- },
- {
- "id": "be634b4e-c333-4225-a5f0-2a0aa33d6453",
- "name": "Ōna",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/cb/Ouna.jpg",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "682df5c3-b09e-46af-94d1-ae0d17f9b4b6",
- "name": "Bamboo Forest",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/ec/Ghibli-kaguya-bamboo-forest.jpg",
- "climate": "Tropical",
- "terrain": "Forest",
- "surface_water": "10",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "5fdfb320-2a02-49a7-94ff-5ca418cae602",
- "title": "When Marnie Was There",
- "description": "The film follows Anna Sasaki living with her relatives in the seaside town. Anna comes across a nearby abandoned mansion, where she meets Marnie, a mysterious girl who asks her to promise to keep their secrets from everyone. As the summer progresses, Anna spends more time with Marnie, and eventually Anna learns the truth about her family and foster care.",
- "director": "Hiromasa Yonebayashi",
- "producer": "Yoshiaki Nishimura",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/7/7a/When_Marnie_Was_There.jpg",
- "release_date": "2014",
- "rt_score": "92",
- "people": [
- {
- "id": "4a6a60d1-cb07-464f-889c-fecaff19b4ef",
- "name": "Marnie",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/21/Marnie.jpg",
- "gender": "Female",
- "age": "12",
- "eye_color": "Green",
- "hair_color": "Blonde",
- "specie": "Human"
- },
- {
- "id": "28d07ace-c309-48c6-b48e-ae2ece3a238c",
- "name": "Anna Sasaki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/ae/Anna.png",
- "gender": "Female",
- "age": "12",
- "eye_color": "Blue",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "d0a0bd7c-7521-45a2-a681-573a67f34a5b",
- "name": "Emily",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/cd/13_year_old_Emily.png",
- "gender": "Female",
- "age": "20",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "08fdd37a-2cf0-4f91-ae1c-344ecff39753",
- "name": "Kazuhiko",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/09/Kazuhiko.jpg",
- "gender": "Male",
- "age": "Teenager",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "66bca178-9920-4ec3-91e9-0d5b8a76dba1",
- "name": "Setsu Oiwa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/6e/Setsu.jpg",
- "gender": "Female",
- "age": "50-60",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "5b8e4413-f943-40ba-8f9f-0ba059a401f0",
- "name": "Hisako",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/93/Hisako.png",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Dark brown",
- "hair_color": "Grey",
- "specie": "Human"
- },
- {
- "id": "c827feae-8ccf-4ced-84cb-bc3e226b1cd1",
- "name": "Yoriko Sasaki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5d/Yoriko_Sasaki.jpg",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "9d3730cb-ec15-4bf9-a2fb-a7772e5e1c03",
- "name": "Sayaka",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/7/79/Sayaka.jpg",
- "gender": "Female",
- "age": "11",
- "eye_color": "Teal",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "31b49ef6-ee60-4603-b983-e67fa0718aa9",
- "name": "Kiyomasa Ōiwa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d7/Kiyomasa.jpg",
- "gender": "Male",
- "age": "50-60",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "5d52d16f-ce72-41bd-8d88-436e206d9449",
- "name": "Doctor Yamashita",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/8a/Yamashita.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Navy blue",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "56e423c4-d9a1-44c4-8bdb-1cab45fbf63e",
- "name": "The Marsh House",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/8c/Marsh_house.jpg",
- "climate": "Mild",
- "terrain": "Marsh",
- "surface_water": "60",
- "residents": []
- }
- ],
- "vehicles": []
- }
- ]
-}
diff --git a/src/data/got/README.md b/src/data/got/README.md
index 0327891c..21de157f 100644
--- a/src/data/got/README.md
+++ b/src/data/got/README.md
@@ -32,3 +32,65 @@ tener mayor información de la serie.
- imagen
- año de nacimiento
- año de muerte
+
+En el archivo motto.js creado por las programadoras para complementar el diseño:
+- Lema familiar o cita de personaje.
+- Escudo de la familia
+- Breve historia de la familia
+## Descripcion del producto y su Diseño
+Bautizamos el website como "Game of Thrones: Guía de personajes", debido a que la mayor parte de la información que teníamos disponible, solo incluía este aspecto de la Saga literaria.
+Tratamos de darle un diseño parecido a los juegos de mesa de la franquicia; El background muestra el mapa de Westeros, sobre el que se depositan las cartas de los personajes, como si del tablero de juego se tratara.
+Cada pantalla es capaz de mostrar 12 cartas. Para cambiar de pantalla solo hay que accionar los botones de paginación en la parte inferior de la misma.
+Las 53 tarjetas de personaje son negras, y contienen la foto del personaje por su parte delantera, e información personal por el reverso; revelandose una vez el usuario coloca el cursor encima de cada una de ellas. Esta información incluye: el titulo que obstentaba, a qué familia pertenecía y su año de nacimiento.
+ En la parte inferior del tablero, se deposita información adicional sobre la historia de la franquicia, o los personajes que están visibles en ese momento en pantalla.
+ En el footer, nos pareció necesario colocar un disclaimer sobre los derechos de autor de los personajes e imagenes utilizadas, para evitar problemas a futuro.
+
+## Funcionalidades
+
+ Hemos agregado 4 funcionalidades principales a la página, a saber:
+ 1. Función de Búsqueda.
+ Disponible en el navegador principal, a través de un campo de busqueda o input.
+ El usuario puede escribir el nombre del personaje que necesite en el campo, y el sistema solo mostrará en pantalla esa card.
+ En el código: activamos la función con un evento keyup, de manera que la busqueda se da a la par que el usuario escribe.
+2. Función de Filtrado:
+ Disponible en el navegador principal a través de un selector.
+ Es la que más cambios realiza en el tablero, dependiendo de la casa escogida:
+ - El background cambia a los colores tradicionales de la casa.
+ - Se muestra una cita, asociada a uno, o a todos los personajes de la casa. En el área superior del tablero.
+ - Se muestran solo las tarjetas con los personajes pertenecientes a esa casa.
+ - Se muestra el escudo de la casa, en el panel inferior del tablero.
+ - Se muestra una pequeña historia de la familia, en el panel inferior del tablero.
+ - y se activa la función "Sobrevivientes", que permite conocer cuántos personajes sobrevivieron de esa casa, al juego de Thronos.
+3. Función de Ordenado Alfabetico:
+ Disponible en el navegador principal a través de un selector.
+ Ofrece la oportunidad al usuario de ordenar alfabeticamente la data de forma ascendente o descendente.
+4. Función Sobrevivientes:
+ Disponible en todas las pantallas del website. En la parte baja del tablero.
+ Genera una operación matemática que imprime numéricamente, cuantos de los personajes mostrados en pantalla sobrevivieron al Juego de Tronos, al terminarse la serie.
+ En el código: se realizó tomando en cuenta la presencia o no de una fecha de muerte, en la data por personaje.
+
+# test
+
+Se reañizaron 12 test con el proposito de verificar y validar el funcionamiento del codigo de data.js, son una parte esencial del codigo ya que nos permiten detectar errores antes de llevarlos a produccion, para este proyecto se realizaron al rededor de 12 test el resultado fue:
+
+
+File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
+--------------|---------|----------|---------|---------|-------------------
+All files | 96.96 | 76.92 | 100 | 96.55 |
+ src | 96.96 | 76.92 | 100 | 96.55 |
+ data.js | 96.96 | 76.92 | 100 | 96.55 | 37
+ src/data/got | 0 | 0 | 0 | 0 |
+ motto.js | 0 | 0 | 0 | 0 |
+--------------|---------|----------|---------|---------|-------------------
+
+donde se evaluo:
+
+1. funciones
+2. lo que retorna una funcion
+3. si es un objeto
+4. fitrado desde la data original y su resultado
+5. condiciones
+6. ciclos
+7. operaciones
+
+
diff --git a/src/data/got/got.js b/src/data/got/got.js
index e5e1a966..3100ad80 100644
--- a/src/data/got/got.js
+++ b/src/data/got/got.js
@@ -5,7 +5,7 @@ export default{
"firstName": "Daenerys",
"lastName": "Targaryen",
"fullName": "Daenerys Targaryen",
- "title": "Mother of Dragons",
+ "title": "Queen of Meereen, Khaleesi of Great Grass Sea, Breaker of Shackles, and Mother of Dragons",
"family": "House Targaryen",
"imageUrl": "https://thronesapi.com/assets/images/daenerys.jpg",
"born": "284 DC"
@@ -25,7 +25,7 @@ export default{
"firstName": "Jon",
"lastName": "Snow",
"fullName": "Jon Snow",
- "title": "King of the North",
+ "title": "King of the North and Lord Commander of the Knight's Watch",
"family": "House Stark",
"imageUrl": "https://thronesapi.com/assets/images/jon-snow.jpg",
"born": "283 DC"
@@ -45,7 +45,7 @@ export default{
"firstName": "Sansa",
"lastName": "Stark",
"fullName": "Sansa Stark",
- "title": "Lady of Winterfell",
+ "title": "Queen of the North Kingdom",
"family": "House Stark",
"imageUrl": "https://thronesapi.com/assets/images/sansa-stark.jpeg",
"born": "286 AL"
@@ -55,7 +55,7 @@ export default{
"firstName": "Brandon",
"lastName": "Stark",
"fullName": "Brandon Stark",
- "title": "Lord of Winterfell",
+ "title": "King of the Six Kingdoms",
"family": "House Stark",
"imageUrl": "https://thronesapi.com/assets/images/bran-stark.jpg",
"born": "290 DC"
@@ -75,7 +75,7 @@ export default{
"firstName": "Robert",
"lastName": "Baratheon",
"fullName": "Robert Baratheon",
- "title": "Lord of the Seven Kingdoms",
+ "title": "King of the Seven Kingdoms",
"family": "House Baratheon",
"imageUrl": "https://thronesapi.com/assets/images/robert-baratheon.jpeg",
"born": "262 DC"
@@ -86,7 +86,7 @@ export default{
"lastName": "Lannister",
"fullName": "Jamie Lannister",
"title": "Lord Commander of the Kingsguard",
- "family": "House Lannister",
+ "family": "Lannister",
"imageUrl": "https://thronesapi.com/assets/images/jaime-lannister.jpg",
"born": "262 DC",
"death": "305 DC"
@@ -97,7 +97,7 @@ export default{
"lastName": "Lannister",
"fullName": "Cersei Lannister",
"title": "Lady of Casterly Rock",
- "family": "House Lannister",
+ "family": "Lannister",
"imageUrl": "https://thronesapi.com/assets/images/cersei.jpg",
"born": "262 DC",
"death": "305 DC"
@@ -118,7 +118,7 @@ export default{
"firstName": "Robb",
"lastName": "Stark",
"fullName": "Rob Stark",
- "title": "Lord of Winterfell",
+ "title": "King of the North",
"family": "House Stark",
"imageUrl": "https://thronesapi.com/assets/images/robb-stark.jpg",
"born": "283 DC",
@@ -139,8 +139,8 @@ export default{
"firstName": "Joffrey",
"lastName": "Baratheon",
"fullName": "Joffrey Baratheon",
- "title": "Lord of the Seven Kingdoms, Protector of the Realm",
- "family": "House Lanister",
+ "title": "King of the Seven Kingdoms, Protector of the Realm",
+ "family": "Baratheon",
"imageUrl": "https://thronesapi.com/assets/images/joffrey.jpg",
"born": "286 DC",
"death": "300 DC"
@@ -151,7 +151,7 @@ export default{
"lastName": "Lannister",
"fullName": "Tyrion Lannister",
"title": "Hand of the Queen",
- "family": "House Lanister",
+ "family": "Lannister",
"imageUrl": "https://thronesapi.com/assets/images/tyrion-lannister.jpg",
"born": "272 DC"
},
@@ -171,8 +171,8 @@ export default{
"firstName": "Petyr",
"lastName": "Baelish",
"fullName": "Petyr Baelish",
- "title": "Littlefinger",
- "family": "House Baelish",
+ "title": "Master of Coin",
+ "family": "Baelish",
"imageUrl": "https://thronesapi.com/assets/images/littlefinger.jpg",
"born": "264 AL",
"death": "305 AL"
@@ -203,7 +203,7 @@ export default{
"lastName": "Unknown",
"fullName": "Varys",
"title": "Master of Whisperers",
- "family": "Unknown",
+ "family": "King's council",
"imageUrl": "https://thronesapi.com/assets/images/varys.jpg",
"born": null
},
@@ -245,7 +245,7 @@ export default{
"firstName": "Brienne",
"lastName": "Tarth",
"fullName": "Brienne of Tarth",
- "title": "Lady Brienne",
+ "title": "Commander of the Kingsguard",
"family": "Tarth",
"imageUrl": "https://thronesapi.com/assets/images/brienne-tarth.jpeg",
"born": "280 AL"
@@ -256,7 +256,7 @@ export default{
"lastName": "None",
"fullName": "Missandei",
"title": "Queen's Personal Advisor",
- "family": "Naathi",
+ "family": "freedmen",
"imageUrl": "https://thronesapi.com/assets/images/missandei.jpeg",
"born": "289 DC"
},
@@ -266,17 +266,17 @@ export default{
"lastName": "None",
"fullName": "Gilly",
"title": "The Rabbit Keeper",
- "family": "None",
+ "family": "Free Folk",
"imageUrl": "https://thronesapi.com/assets/images/gilly.jpg",
"born": null
},
{
"id": 26,
"firstName": "Viserys",
- "lastName": "Targaryan",
+ "lastName": "Targaryen",
"fullName": "Viserys Targaryn",
- "title": "King Viserys III",
- "family": "Targaryan",
+ "title": "King Viserys III, in the exile",
+ "family": "Targaryen",
"imageUrl": "https://thronesapi.com/assets/images/viserys-targaryan.jpg",
"born": "276 DC",
"death": "298 DC"
@@ -286,7 +286,7 @@ export default{
"firstName": "Rickon",
"lastName": "Stark",
"fullName": "Rickon Stark",
- "title": "Prince",
+ "title": "Prince of the North",
"family": "Stark",
"imageUrl": "https://thronesapi.com/assets/images/rickon.jpg",
"born": "295 DC"
@@ -307,7 +307,7 @@ export default{
"lastName": "Naharis",
"fullName": "Daario",
"title": "Commander of the Second Sons",
- "family": "Naharis",
+ "family": "Targaryen",
"imageUrl": "https://thronesapi.com/assets/images/daario.jpg",
"born": null
},
@@ -327,7 +327,7 @@ export default{
"firstName": "Tommen",
"lastName": "Baratheon",
"fullName": "Tommen Baratheon",
- "title": "Prince",
+ "title": "King of the Seven Kingdoms",
"family": "Baratheon",
"imageUrl": "https://thronesapi.com/assets/images/tommen.jpg",
"born": "291 DC"
@@ -357,7 +357,7 @@ export default{
"firstName": "Robert",
"lastName": "Baratheon",
"fullName": "Robert Baratheon",
- "title": "King",
+ "title": "King of the Seven Kingdoms",
"family": "Baratheon",
"imageUrl": "https://thronesapi.com/assets/images/king-robert.jpg",
"born": "262 DC",
@@ -401,7 +401,7 @@ export default{
"lastName": "Sparrow",
"fullName": "The High Sparrow",
"title": "High Septon",
- "family": "Sparrow",
+ "family": "Sourceres",
"imageUrl": "https://thronesapi.com/assets/images/the-high-sparrow.jpg",
"born": null
},
@@ -411,7 +411,7 @@ export default{
"lastName": "Martell",
"fullName": "Oberyn Martell",
"title": "Red Viper of Dorne",
- "family": "Viper",
+ "family": "Martell",
"imageUrl": "https://thronesapi.com/assets/images/red-viper.jpg",
"born": "258 DC",
"death": "300 DC"
@@ -422,7 +422,7 @@ export default{
"lastName": "The Red Woman",
"fullName": "Melisandre",
"title": "Melisandre of Asshai",
- "family": "Unkown",
+ "family": "Sorcerers",
"imageUrl": "https://thronesapi.com/assets/images/melisandre.jpg",
"born": null
},
@@ -432,7 +432,7 @@ export default{
"lastName": "H'ghar",
"fullName": "Jaqen H'ghar",
"title": "Faceless Men of Braavos",
- "family": "Lorath",
+ "family": "Sorcerers",
"imageUrl": "https://thronesapi.com/assets/images/jaqen-hghar.jpg",
"born": null
},
@@ -453,7 +453,7 @@ export default{
"lastName": "Sand",
"fullName": "Ellaria Sand",
"title": "Paramour of Prince Oberyn Martell",
- "family": "Sand",
+ "family": "Martell",
"imageUrl": "https://thronesapi.com/assets/images/ellaria-sand.jpg",
"born": null
},
@@ -462,7 +462,7 @@ export default{
"firstName": "Tormund",
"lastName": "Giantsbane",
"fullName": "Tormund Giantsbane",
- "title": "Free Folk Warrior",
+ "title": "Warrior",
"family": "Free Folk",
"imageUrl": "https://thronesapi.com/assets/images/tormund-giantsbane.jpg",
"born": null
@@ -499,11 +499,11 @@ export default{
},
{
"id": 48,
- "firstName": "",
- "lastName": "Pycelle",
+ "firstName": "Pycelle",
+ "lastName": "",
"fullName": "Pycelle",
"title": "Grand Maester of the Seven Kingdoms",
- "family": "",
+ "family": "King's council",
"imageUrl": "https://thronesapi.com/assets/images/pycelle.jpg",
"born": "216 DC",
"death": "300 DC"
@@ -514,7 +514,7 @@ export default{
"lastName": "Worm",
"fullName": "Grey Worm",
"title": "Commander of the Unsullied",
- "family": "Worm",
+ "family": "freedmen",
"imageUrl": "https://thronesapi.com/assets/images/greyworm.jpg",
"born": null
},
@@ -534,7 +534,7 @@ export default{
"lastName": "Grand Maester",
"fullName": "Qyburn",
"title": "Former maester of the Citadel",
- "family": "Qyburn",
+ "family": "Sorcerers",
"imageUrl": "https://thronesapi.com/assets/images/qyburn.jpg",
"born": null
},
diff --git a/src/data/got/motto.js b/src/data/got/motto.js
new file mode 100644
index 00000000..55189384
--- /dev/null
+++ b/src/data/got/motto.js
@@ -0,0 +1,157 @@
+export default {
+ "motto":[
+ {
+ "id": 53,
+ "family":"Targaryen",
+ "imageUrl": "https://i.imgur.com/zg2SIBV.png",
+ "motto": "Fire and Blod",
+ "comment" : "- House Targaryen family words",
+ "history":"The only family of dragonlords who survived the Doom of Valyria, the Targaryens left the Valyrian Freehold twelve years before the Doom. They resided for more than a century at Dragonstone castle on Dragonstone island, until Aegon the Conqueror and his sister-wives, Visenya and Rhaenys, began the first of the Wars of Conquest in 2 BC."
+ },
+ {
+ "id": 54,
+ "family":"Tarly",
+ "imageUrl": "https://i.imgur.com/m26pKAX.png",
+ "motto": "First in Battle",
+ "comment" : "-House Tarly family words",
+ "history": "House Targaryen of King's Landing s a noble family of Valyrian descent who once ruled the Seven Kingdoms of Westeros. The only family of dragonlords who survived the Doom of Valyria, the Targaryens left the Valyrian Freehold twelve years before the Doom. They resided for more than a century at Dragonstone castle on Dragonstone island, until Aegon the Conqueror and his sister-wives, Visenya and Rhaenys, began the first of the Wars of Conquest in 2 BC.",
+ },
+ {
+ "id": 55,
+ "family": "Stark",
+ "imageUrl":"https://i.imgur.com/pTVaXJ6.png",
+ "motto": "Winter is Coming",
+ "comment" : "-House Stark family words",
+ "history": "House Stark of Winterfell is one of the Great Houses of Westeros and the principal noble house of the north. In days of old they ruled as Kings of Winter, but since Aegon's Conquest they have been Wardens of the North and ruled as Lords of Winterfell. Their seat, Winterfell, is an ancient castle renowned for its strength.",
+ },
+ {
+ "id": 56,
+ "family": "Baratheon",
+ "imageUrl":"https://i.imgur.com/gXOHvWD.png",
+ "motto": "Ours is the Fury",
+ "comment" : "-House Baratheon family words",
+ "history": "House Baratheon of Storm's End is one of the Great Houses of Westeros, and is the principal house in the stormlands, which they rule as Lords Paramount of the Stormlands. Their seat, Storm's End, is an ancient castle raised by the Storm Kings from the now-extinct House Durrandon. ",
+ },
+ {
+ "id": 57,
+ "family": "Lannister",
+ "imageUrl": "https://i.imgur.com/bMcBDLa.png",
+ "motto": "A Lannister always pays his debts.",
+ "comment" : "-House Lannister family words",
+ "history": "House Lannister of Casterly Rock is one of the Great Houses of Seven Kingdoms, and the principal house of the westerlands. Their seat is Casterly Rock, though another branch exists in nearby Lannisport. Their gold mines have made the Lannisters the wealthiest of the Great Houses.",
+ },
+ {
+ "id": 58,
+ "family":"Greyjoy",
+ "imageUrl": "https://i.imgur.com/TRJP9YX.png",
+ "motto": "We Do Not Sow",
+ "comment" : "-House Greyjoy family words",
+ "history": "House Greyjoy of Pyke is one of the Great Houses of Westeros. It rules over the Iron Islands, a harsh and bleak collection of forbidding islands off the west coast of Westeros, from the Seastone Chair in the castle of Pyke on the island of the same name. The head of the family is traditionally known as the Lord Reaper of Pyke.",
+ },
+ {
+ "id": 59,
+ "family": "Clegane",
+ "imageUrl": "https://i.imgur.com/mumHUku.png",
+ "motto": "The World Is Built By Killers... So You Better Get Used To Looking At Them.",
+ "comment" : "-Sandor Clegane",
+ "history": "House Clegane is a house of landed knights in the westerlands. They hold fealty to House Lannister of Casterly Rock, and are among their primary bannermen.[1] Their lands are southeast of the Rock and include a towerhouse, which, according to a semi-canon source, is named Clegane's Keep.",
+
+ },
+ {
+ "id": 60,
+ "family": "Baelish",
+ "imageUrl": "https://i.imgur.com/DTEz6jU.png",
+ "motto": "We only make peace with our enemies… that's why it's called making peace.",
+ "comment": "-Petyr Baelish ",
+ "history": "House Baelish is a noble house from the Vale. Their seat is an unnamed, old flint tower, which commands no more than a few stony acres on the smallest of the Fingers",
+ },
+ {
+ "id": 61,
+ "family": "Seaworth",
+ "imageUrl": "https://i.imgur.com/vrePjxM.png",
+ "motto": "If we don't put aside our enmities and band together, we will die. And then it doesn't matter whose skeleton sits on the Iron Throne.",
+ "comment": "-Davos Seaworth ",
+ "history":"House Seaworth was created after Davos, a common smuggler, broke the Redwyne cordon and smuggled foodstuffs to the starving garrison of Storm's End during Robert's Rebellion. For his bravery in the siege of Storm's End, Davos was awarded a knighthood along with choice lands on Cape Wrath, including a small keep and a forest to hunt in, by Lord Stannis Baratheon. "
+ },
+ {
+ "id": 62,
+ "family": "King's council",
+ "imageUrl":"https://i.imgur.com/gXOHvWD.png",
+ "motto": "Power resides where men believe it resides. It's a trick. A shadow on the wall. And a very small man can cast a very large shadow.",
+ "comment": "-Varys, Master of Whisperers",
+ "history":"Many of them don't have a great last name, but due to their talents they have earned a space advising King Robert... Although there are those who think that they are the ones who actually govern the kingdom."
+ },
+ {
+ "id": 63,
+ "family": "Tyrell",
+ "imageUrl": "https://i.imgur.com/aFN2lNl.png",
+ "motto": "Growing Strong",
+ "comment": "-House Tyrell family words",
+ "history":"House Tyrell of Highgarden is one of the Great Houses of the Seven Kingdoms, being Lords Paramount of the Mander and the liege lords of the Reach. A large, wealthy house, its wealth is only surpassed among the Great Houses by House Lannister, and the Tyrells can field the greatest armies. Additionally, if they call the ships of the Redwyne fleet, the lords of the Shield Islands, and the coastal lords, they can command a navy that equals if not surpasses the royal fleet of King's Landing.",
+ },
+ {
+ "id": 64,
+ "family": "Free Folk",
+ "imageUrl": "https://i.imgur.com/pTVaXJ6.png",
+ "motto": "I Killed A Giant When I Was 10. Then I Climbed Right Into Bed With His Wife.",
+ "comment":"-Tormund Giantsbane",
+ "history":"The free folk are a race of people who live beyond the Wall in northern Westeros. Free folk are split into countless cultures, tribes, clans, villages, and raiding parties, some reasonably cultured, others savage and hostile.",
+ },
+ {
+ "id": 65,
+ "family": "Tarth",
+ "imageUrl": "https://i.imgur.com/9ejKay9.png",
+ "motto": "I'm No Lady, Your Grace.",
+ "comment":"-Brianne of Tarth",
+ "history":"Tarth, called the Sapphire Isle,[1] is an island in the narrow sea off the eastern coast of Westeros. It is separated from the continent by the Straits of Tarth, and is situated northeast of Shipbreaker Bay. Tarth is considered a part of the stormlands and is ruled from Evenfall Hall by House Tarth. It is sworn to Storm's End.",
+ },
+ {
+ "id": 66,
+ "family": "freedmen",
+ "imageUrl": "https://i.imgur.com/zg2SIBV.png",
+ "motto": "My People Are Peaceful. We Cannot Protect Ourselves.",
+ "comment": "-Missandei",
+ "history":"Freedmen are former slaves. More specifically, the term refers to the slaves from Astapor, Yunkai, and Meereen, freed by Daenerys Targaryen. Half of Daenerys's freedmen are from Yunkai.",
+ },
+ {
+ "id": 67,
+ "family": "Bolton",
+ "imageUrl": "https://i.imgur.com/TRJP9YX.png",
+ "motto": "Our Blades Are Sharp",
+ "comment": "-House Bolton family words",
+ "history":"House Bolton of the Dreadfort is a noble house from the Dreadfort in the north. They are an old line descended from the First Men and dating back to the Age of Heroes. The Boltons are known for their practice of flaying their enemies.",
+ },
+ {
+ "id": 68,
+ "family": "Mormont",
+ "imageUrl":"https://i.imgur.com/d3qBnNy.png",
+ "motto": "Here We Stand",
+ "comment": "-House Mormont family words",
+ "history":"House Mormont of Bear Island is a noble house of the north, one of the principal families sworn to House Stark.[2] Their seat is at Bear Island, located in the Bay of Ice northwest of Winterfell. ",
+ },
+ {
+ "id": 69,
+ "family": "Sorcerers",
+ "imageUrl": "https://i.imgur.com/gXOHvWD.png",
+ "motto": "The night is dark and full of terrors, but the fire burns them all away.",
+ "comment": "- Melisandre of Asshai",
+ "history":"Many religions existed during the events of the war against the Witch King. Among them the veneration of the 7, the Fire God of Asshai, the heart trees of Winterfell, or the 'nobody' of the God of death.",
+ },
+ {
+ "id": 70,
+ "family": "Martell",
+ "imageUrl": "https://i.imgur.com/J2B0a7Z.png",
+ "motto": "Unbowed, Unbent, Unbroken",
+ "comment": "-House Martell family words",
+ "history":"House Nymeros Martell of Sunspear, usually simply called House Martell, is one of the Great Houses of the Seven Kingdoms and the ruling house of Dorne. Nymeros indicates of the line of Nymeria, referring to the union of the Martells with the Rhoynish warrior queen Nymeria around 700 BC. The Prince of Dorne rules from Sunspear in southeastern Dorne."
+ },
+ {
+ "id": 71,
+ "family": "Bronn",
+ "imageUrl": "https://i.imgur.com/zFHK4iz.png",
+ "motto": "There's no cure for being a c*nt.",
+ "comment": "-Bronn",
+ "history":"The house was founded by Ser Bronn of the Blackwater and raised to power as fulfillment of a debt owed by Tyrion of House Lannister, the Hand of the King to the first elected king, Bran I the Broken. The sigil of the house is a flaming arrow, symbolizing Bronn's role during the Battle of the Blackwater. The official name and words of the house are unknown."
+ },
+]
+}
\ No newline at end of file
diff --git a/src/data/got/motto.json b/src/data/got/motto.json
new file mode 100644
index 00000000..6d055800
--- /dev/null
+++ b/src/data/got/motto.json
@@ -0,0 +1,157 @@
+{
+ "motto":[
+ {
+ "id": 53,
+ "family": "House Targaryen",
+ "imageUrl": "https://static.wikia.nocookie.net/gameofthrones/images/1/1e/House_Targaryen.svg/revision/latest?cb=20221029110249",
+ "motto": "Fire and Blod",
+ "comment" : "- House Targaryen family words",
+ "history":"The only family of dragonlords who survived the Doom of Valyria, the Targaryens left the Valyrian Freehold twelve years before the Doom. They resided for more than a century at Dragonstone castle on Dragonstone island, until Aegon the Conqueror and his sister-wives, Visenya and Rhaenys, began the first of the Wars of Conquest in 2 BC."
+ },
+ {
+ "id": 54,
+ "family": "House Tarly",
+ "imageUrl": "https://static.wikia.nocookie.net/gameofthrones/images/c/cc/House_Tarly.svg/revision/latest?cb=20221111182759",
+ "motto": "First in Battle",
+ "comment" : "-House Tarly family words",
+ "history": "House Targaryen of King's Landing s a noble family of Valyrian descent who once ruled the Seven Kingdoms of Westeros. The only family of dragonlords who survived the Doom of Valyria, the Targaryens left the Valyrian Freehold twelve years before the Doom. They resided for more than a century at Dragonstone castle on Dragonstone island, until Aegon the Conqueror and his sister-wives, Visenya and Rhaenys, began the first of the Wars of Conquest in 2 BC."
+ },
+ {
+ "id": 55,
+ "family": "House Stark",
+ "imageUrl":"https://static.wikia.nocookie.net/gameofthrones/images/7/7e/House_Stark.svg/revision/latest?cb=20221030093202",
+ "motto": "Winter is Coming",
+ "comment" : "-House Stark family words",
+ "history": "House Stark of Winterfell is one of the Great Houses of Westeros and the principal noble house of the north. In days of old they ruled as Kings of Winter, but since Aegon's Conquest they have been Wardens of the North and ruled as Lords of Winterfell. Their seat, Winterfell, is an ancient castle renowned for its strength."
+ },
+ {
+ "id": 56,
+ "family": "House Baratheon",
+ "imageUrl":"https://static.wikia.nocookie.net/gameofthrones/images/2/2d/House_Baratheon.svg/revision/latest?cb=20221030152823",
+ "motto": "Ours is the Fury",
+ "comment" : "-House Baratheon family words",
+ "history": "House Baratheon of Storm's End is one of the Great Houses of Westeros, and is the principal house in the stormlands, which they rule as Lords Paramount of the Stormlands. Their seat, Storm's End, is an ancient castle raised by the Storm Kings from the now-extinct House Durrandon. "
+ },
+ {
+ "id": 57,
+ "family": "House Lannister",
+ "imageUrl": "https://static.wikia.nocookie.net/gameofthrones/images/d/d5/House_Lannister.svg/revision/latest?cb=20221030142751",
+ "motto": "A Lannister always pays his debts.",
+ "comment" : "-House Lannister family words",
+ "history": "House Lannister of Casterly Rock is one of the Great Houses of Seven Kingdoms, and the principal house of the westerlands. Their seat is Casterly Rock, though another branch exists in nearby Lannisport. Their gold mines have made the Lannisters the wealthiest of the Great Houses."
+ },
+ {
+ "id": 58,
+ "family":"House Greyjoy",
+ "imageUrl": "https://static.wikia.nocookie.net/gameofthrones/images/5/5b/House_Greyjoy.svg/revision/latest?cb=20221102104637",
+ "motto": "We Do Not Sow",
+ "comment" : "-House Greyjoy family words",
+ "history": "House Greyjoy of Pyke is one of the Great Houses of Westeros. It rules over the Iron Islands, a harsh and bleak collection of forbidding islands off the west coast of Westeros, from the Seastone Chair in the castle of Pyke on the island of the same name. The head of the family is traditionally known as the Lord Reaper of Pyke."
+ },
+ {
+ "id": 59,
+ "family": "House Clegane",
+ "imageUrl": "https://gameofthrones.fandom.com/wiki/House_Clegane?file=House_Clegane.svg",
+ "motto": "The World Is Built By Killers... So You Better Get Used To Looking At Them.",
+ "comment" : "-Sandor Clegane",
+ "history": "House Clegane is a house of landed knights in the westerlands. They hold fealty to House Lannister of Casterly Rock, and are among their primary bannermen.[1] Their lands are southeast of the Rock and include a towerhouse, which, according to a semi-canon source, is named Clegane's Keep."
+
+ },
+ {
+ "id": 60,
+ "family": "House Baelish",
+ "imageUrl": "https://static.wikia.nocookie.net/gameofthrones/images/9/9e/House_Baelish.svg/revision/latest?cb=20221112111410",
+ "motto": "We only make peace with our enemies… that's why it's called making peace.",
+ "comment": "-Petyr Baelish ",
+ "history": "House Baelish is a noble house from the Vale. Their seat is an unnamed, old flint tower, which commands no more than a few stony acres on the smallest of the Fingers"
+ },
+ {
+ "id": 61,
+ "family": "House Seaworth",
+ "imageUrl": "https://static.wikia.nocookie.net/gameofthrones/images/6/61/House_Seaworth.svg/revision/latest?cb=20221107094942",
+ "motto": "If we don't put aside our enmities and band together, we will die. And then it doesn't matter whose skeleton sits on the Iron Throne.",
+ "comment": "-Davos Seaworth ",
+ "history":"House Seaworth was created after Davos, a common smuggler, broke the Redwyne cordon and smuggled foodstuffs to the starving garrison of Storm's End during Robert's Rebellion. For his bravery in the siege of Storm's End, Davos was awarded a knighthood along with choice lands on Cape Wrath, including a small keep and a forest to hunt in, by Lord Stannis Baratheon. "
+ },
+ {
+ "id": 62,
+ "family": "King's Council",
+ "imageUrl":"https://static.wikia.nocookie.net/gameofthrones/images/2/2d/House_Baratheon.svg/revision/latest?cb=20221030152823",
+ "motto": "Power resides where men believe it resides. It's a trick. A shadow on the wall. And a very small man can cast a very large shadow.",
+ "comment": "-Varys, Master of Whisperers",
+ "history":"Many of them don't have a great last name, but due to their talents they have earned a space advising King Robert... Although there are those who think that they are the ones who actually govern the kingdom."
+ },
+ {
+ "id": 63,
+ "family": "House Tyrell",
+ "imageUrl": "https://gameofthrones.fandom.com/wiki/House_Tyrell?file=House_Tyrell.svg",
+ "motto": "Growing Strong",
+ "comment": "-House Tyrell family words",
+ "history":"House Tyrell of Highgarden is one of the Great Houses of the Seven Kingdoms, being Lords Paramount of the Mander and the liege lords of the Reach. A large, wealthy house, its wealth is only surpassed among the Great Houses by House Lannister, and the Tyrells can field the greatest armies. Additionally, if they call the ships of the Redwyne fleet, the lords of the Shield Islands, and the coastal lords, they can command a navy that equals if not surpasses the royal fleet of King's Landing."
+ },
+ {
+ "id": 64,
+ "family": "Free Folk",
+ "imageUrl": null,
+ "motto": "I Killed A Giant When I Was 10. Then I Climbed Right Into Bed With His Wife.",
+ "comment":"-Tormund Giantsbane",
+ "history":"The free folk are a race of people who live beyond the Wall in northern Westeros. Free folk are split into countless cultures, tribes, clans, villages, and raiding parties, some reasonably cultured, others savage and hostile."
+ },
+ {
+ "id": 65,
+ "family": "Tarth",
+ "imageUrl": "https://static.wikia.nocookie.net/gameofthrones/images/c/cc/House_Tarth.svg/revision/latest?cb=20221107113734",
+ "motto": "I'm No Lady, Your Grace.",
+ "comment":"-Brianne of Tarth",
+ "history":"Tarth, called the Sapphire Isle,[1] is an island in the narrow sea off the eastern coast of Westeros. It is separated from the continent by the Straits of Tarth, and is situated northeast of Shipbreaker Bay. Tarth is considered a part of the stormlands and is ruled from Evenfall Hall by House Tarth. It is sworn to Storm's End."
+ },
+ {
+ "id": 66,
+ "family": "freedmen",
+ "imageUrl": "https://static.wikia.nocookie.net/gameofthrones/images/1/1e/House_Targaryen.svg/revision/latest?cb=20221029110249",
+ "motto": "My People Are Peaceful. We Cannot Protect Ourselves.",
+ "comment": "-Missandei",
+ "history":"Freedmen are former slaves. More specifically, the term refers to the slaves from Astapor, Yunkai, and Meereen, freed by Daenerys Targaryen. Half of Daenerys's freedmen are from Yunkai."
+ },
+ {
+ "id": 67,
+ "family": "Bolton",
+ "imageUrl": "https://static.wikia.nocookie.net/gameofthrones/images/0/0c/House_Bolton.svg/revision/latest?cb=20221029181132",
+ "motto": "Our Blades Are Sharp",
+ "comment": "-House Bolton family words",
+ "history":"House Bolton of the Dreadfort is a noble house from the Dreadfort in the north. They are an old line descended from the First Men and dating back to the Age of Heroes. The Boltons are known for their practice of flaying their enemies."
+ },
+ {
+ "id": 68,
+ "family": "Mormont",
+ "imageUrl":"https://static.wikia.nocookie.net/gameofthrones/images/4/46/House_Mormont.svg/revision/latest?cb=20221105123457",
+ "motto": "Here We Stand",
+ "comment": "-House Mormont family words",
+ "history":"House Mormont of Bear Island is a noble house of the north,[1] one of the principal families sworn to House Stark.[2] Their seat is at Bear Island, located in the Bay of Ice northwest of Winterfell. "
+ },
+ {
+ "id": 69,
+ "family": "Sorcerers",
+ "imageUrl": "https://static.wikia.nocookie.net/gameofthrones/images/2/2d/House_Baratheon.svg/revision/latest?cb=20221030152823",
+ "motto": "The night is dark and full of terrors, but the fire burns them all away.",
+ "comment": "- Melisandre of Asshai",
+ "history":"Many religions existed during the events of the war against the Witch King. Among them the veneration of the 7, the Fire God of Asshai, the heart trees of Winterfell, or the 'nobody' of the God of death."
+ },
+ {
+ "id": 70,
+ "family": "Martell",
+ "imageUrl": "https://static.wikia.nocookie.net/gameofthrones/images/6/60/House_Martell.svg/revision/latest?cb=20221102212631",
+ "motto": "Unbowed, Unbent, Unbroken",
+ "comment": "-House Martell family words",
+ "history":"House Nymeros Martell of Sunspear, usually simply called House Martell, is one of the Great Houses of the Seven Kingdoms and the ruling house of Dorne. Nymeros indicates of the line of Nymeria, referring to the union of the Martells with the Rhoynish warrior queen Nymeria around 700 BC. The Prince of Dorne rules from Sunspear in southeastern Dorne."
+ },
+ {
+ "id": 71,
+ "family": "Bronn",
+ "imageUrl": "https://static.wikia.nocookie.net/gameofthrones/images/8/8d/Bronn.svg/revision/latest?cb=20221102213646",
+ "motto": "There's no cure for being a c*nt.",
+ "comment": "-Bronn",
+ "history":"The house was founded by Ser Bronn of the Blackwater and raised to power as fulfillment of a debt owed by Tyrion of House Lannister, the Hand of the King to the first elected king, Bran I the Broken. The sigil of the house is a flaming arrow, symbolizing Bronn's role during the Battle of the Blackwater. The official name and words of the house are unknown."
+ }
+]
+}
\ No newline at end of file
diff --git a/src/data/imagenes/banner4.png b/src/data/imagenes/banner4.png
new file mode 100644
index 00000000..678d53d9
Binary files /dev/null and b/src/data/imagenes/banner4.png differ
diff --git a/src/data/imagenes/dragon2.png b/src/data/imagenes/dragon2.png
new file mode 100644
index 00000000..0dcd0fbf
Binary files /dev/null and b/src/data/imagenes/dragon2.png differ
diff --git a/src/data/imagenes/logoGame.jpg b/src/data/imagenes/logoGame.jpg
new file mode 100644
index 00000000..1ef72d8c
Binary files /dev/null and b/src/data/imagenes/logoGame.jpg differ
diff --git a/src/data/imagenes/stark.jpg b/src/data/imagenes/stark.jpg
new file mode 100644
index 00000000..abcc46b2
Binary files /dev/null and b/src/data/imagenes/stark.jpg differ
diff --git a/src/data/imagenes/westeros.jpg b/src/data/imagenes/westeros.jpg
new file mode 100644
index 00000000..9f6be2e7
Binary files /dev/null and b/src/data/imagenes/westeros.jpg differ
diff --git a/src/data/lol/README.md b/src/data/lol/README.md
deleted file mode 100644
index fe3437a3..00000000
--- a/src/data/lol/README.md
+++ /dev/null
@@ -1,46 +0,0 @@
-# League of Legends (LoL)
-
-League of Legends es un juego de estrategia que se juega en línea y que es
-multijugador. Tiene millones de jugadores en todo el mundo y, por ahora es uno
-de los _esports_ de referencia y que más público atraen.
-Durante el juego, los equipos trabajan juntos para lograr una
-condición de victoria que sucede al destruir la estructura central en la base
-del equipo enemigo.
-
-En todos los modos de juego, los jugadores controlan
-personajes llamados **campeones**, que son elegidos o asignados en cada partida,
-y que tienen un conjunto de habilidades únicas. Es con esos campeones con los
-que se juega toda la partida. Para entender un poco más del juego puedes entrar
-a este [link](https://www.redbull.com/es-es/5-consejos-empezar-jugar-league-of-legends#targetText=Lo%20primero%20que%20tienes%20que,donde%20lucha%20cinco%20contra%20cinco).
-
-## Hallazgos
-
-* Para poder elegir a los campeones que van a combatir en una partida, es
- importante para el jugador de LoL poder saber cuál es el rol de cada campeón.
-* Adicionalmente al rol, cada campeón tiene distintos niveles de ataque, por
- ejemplo dentro de los _tanques_ hay campeones con distintos niveles de ataque,
- defensa, velocidad o poder. Es importante para el jugador de LoL poder saber
- quiénes son los más poderosos o lo más defensivos, para poder elegir al mejor
- grupo de campeones para una partida.estarán
- en tu equipo y que lucharán contra el enemigo.
-* Los campeones tienen distintos tipos de habilidades, algunas inherentes
- (básicas/principales) a ellos y otras (pasivas/secundarias) que pueden ser
- adquiridas. En ambos casos, estas habilidades pueden ir desarrollándose hasta
- alcanzar su máximo nivel.
-* Los campeones tienen distintos roles en los que se desempeñan:
-
- - Luchador: Especializado en combate cercano. Combinnan objetos de daño con
- objetos de aguante. También se los conoce como _offtanks_.
- - Tirador: Especializado en ataque a distancia. Popularmente conocido como
- _AD Carry_ del inglés _attack damage carry_ o carreador de daño de ataque.
- - Mago o Hechicero: Especializado en habilidades y daño mágico. Popularmente
- conocido como _AP Carry_ del inglés _ability power carry_ o carreador de
- poder de habilidad.
- - Asesino: Especializado en emboscar al enemigo, atacando por sorpresa y
- retirándose rápidamente. Su misión es eliminar al jugador más importante del
- equipo enemigo (generalmente el tirador) aunque ello suponga morir él
- también.
- - Tanque: Especializado en resistencia. Su misión es absorber la mayor
- cantidad de daño posible e iniciar las peleas.
- - Apoyo o Soporte: Especializado en apoyar a su equipo y aportar visión en el
- mapa mediante guardianes de visión (_wards_).
diff --git a/src/data/lol/README.pt.md b/src/data/lol/README.pt.md
deleted file mode 100644
index baee6fd3..00000000
--- a/src/data/lol/README.pt.md
+++ /dev/null
@@ -1,45 +0,0 @@
-# League of Legends (LoL)
-
-League of Legends é um jogo de estratégia online para vários jogadores. Possui
-milhões de jogadores em todo o mundo e atualmente é um dos _e-sports_ de
-referência e que atrai o maior público.
-
-Durante o jogo, as equipes trabalham juntas para alcançar uma condição de
-vitória, que ocorre destruindo a estrutura central na base do time inimigo.
-
-Em todos os modos de jogo, os jogadores controlam os personagens chamados
-"campeões", que são escolhidos ou designados em cada jogo, e que possuem um
-conjunto único de habilidades. É com esses campeões que todo o jogo é jogado.
-Para entender um pouco mais sobre o jogo, você pode entrar neste
-[link](https://www.leagueoflegends.com/pt-br/how-to-play/).
-
-## Constatações
-
-* Para escolher os campeões para lutar em um jogo, é importante que o jogador do
- LoL saiba qual é a função de cada campeão.
-* Além da função, cada campeão tem níveis de ataque diferentes, por exemplo,
- dentro de campeões tipo tanque, existem campeões com níveis diferentes de
- ataque, defesa, velocidade ou poder. É importante que o jogador do LoL seja
- capaz de saber quem são os mais poderosos ou os mais defensivos, para ser
- capaz de escolher o melhor grupo de campeões para uma partida que estará no
- seu time e lutará contra o inimigo.
-* Campeões têm diferentes tipos de habilidades, algumas inerentes (básicas /
- principais) e outras (passivas / secundárias) que podem ser adquiridas. Nos
- dois casos, essas habilidades podem ser desenvolvidas até atingirem o nível
- máximo.
-* Os campeões desempenham funções diferentes, sendo:
- - Lutador: Especializado em combate corpo a corpo. Combine itens de dano com
- itens de resistência. Eles também são conhecidos como _offtanks_.
- - Atirador: Especializado em ataque à distância. Popularmente conhecido como
- _AD Carry_ do inglês _attack damage carry_ ou carregador.
- - Mago ou Feiticeiro: Especializado em habilidades e dano mágico. Popularmente
- conhecido como _AP Carry_ do inglês _ability power carry_ ou carregador de
- dano mágico.
- - Assassino: Especializado em emboscar o inimigo, atacando de surpresa e
- recuando rapidamente. Sua missão é eliminar o jogador mais importante do
- time inimigo (geralmente o atirador), mesmo que isso signifique morrer
- também.
- - Tanque: Especializado em resistência. Sua missão é absorver o máximo de dano
- possível e iniciar combates.
- - Suporte: Especializado em apoiar sua equipe e fornecer visão no mapa através
- de sentinela de visão (_wards_).
diff --git a/src/data/lol/lol.js b/src/data/lol/lol.js
deleted file mode 100644
index 1b7f1911..00000000
--- a/src/data/lol/lol.js
+++ /dev/null
@@ -1,6842 +0,0 @@
-export default {
- type: "champion",
- format: "standAloneComplex",
- version: "6.24.1",
- data: {
- Aatrox: {
- version: "6.24.1",
- id: "Aatrox",
- key: "266",
- name: "Aatrox",
- title: "the Darkin Blade",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt570145160dd39dca/5db05fa8347d1c6baa57be25/RiotX_ChampionList_aatrox.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Aatrox_0.jpg",
- blurb:
- "Aatrox is a legendary warrior, one of only five that remain of an ancient race known as the Darkin. He wields his massive blade with grace and poise, slicing through legions in a style that is hypnotic to behold. With each foe felled, Aatrox's ...",
- info: {
- attack: 8,
- defense: 4,
- magic: 3,
- difficulty: 4
- },
- image: {
- full: "Aatrox.png",
- sprite: "champion0.png",
- group: "champion",
- x: 0,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "BloodWell",
- stats: {
- hp: 537.8,
- hpperlevel: 85,
- mp: 105.6,
- mpperlevel: 45,
- movespeed: 345,
- armor: 24.384,
- armorperlevel: 3.8,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 150,
- hpregen: 6.59,
- hpregenperlevel: 0.5,
- mpregen: 0,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 60.376,
- attackdamageperlevel: 3.2,
- attackspeedoffset: -0.04,
- attackspeedperlevel: 3
- }
- },
- Ahri: {
- version: "6.24.1",
- id: "Ahri",
- key: "103",
- name: "Ahri",
- title: "the Nine-Tailed Fox",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt1259276b6d1efa78/5db05fa86e8b0c6d038c5ca2/RiotX_ChampionList_ahri.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ahri_0.jpg",
- blurb:
- "Unlike other foxes that roamed the woods of southern Ionia, Ahri had always felt a strange connection to the magical world around her; a connection that was somehow incomplete. Deep inside, she felt the skin she had been born into was an ill fit for ...",
- info: {
- attack: 3,
- defense: 4,
- magic: 8,
- difficulty: 5
- },
- image: {
- full: "Ahri.png",
- sprite: "champion0.png",
- group: "champion",
- x: 48,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Assassin"],
- partype: "MP",
- stats: {
- hp: 514.4,
- hpperlevel: 80,
- mp: 334,
- mpperlevel: 50,
- movespeed: 330,
- armor: 20.88,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 6.505,
- hpregenperlevel: 0.6,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 53.04,
- attackdamageperlevel: 3,
- attackspeedoffset: -0.065,
- attackspeedperlevel: 2
- }
- },
- Akali: {
- version: "6.24.1",
- id: "Akali",
- key: "84",
- name: "Akali",
- title: "the Fist of Shadow",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt80ff58fe809777ff/5db05fa8adc8656c7d24e7d6/RiotX_ChampionList_akali.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Akali_0.jpg",
- blurb:
- "There exists an ancient order originating in the Ionian Isles dedicated to the preservation of balance. Order, chaos, light, darkness -- all things must exist in perfect harmony for such is the way of the universe. This order is known as the Kinkou ...",
- info: {
- attack: 5,
- defense: 3,
- magic: 8,
- difficulty: 7
- },
- image: {
- full: "Akali.png",
- sprite: "champion0.png",
- group: "champion",
- x: 96,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Assassin"],
- partype: "Energy",
- stats: {
- hp: 587.8,
- hpperlevel: 85,
- mp: 200,
- mpperlevel: 0,
- movespeed: 350,
- armor: 26.38,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.34,
- hpregenperlevel: 0.65,
- mpregen: 50,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 58.376,
- attackdamageperlevel: 3.2,
- attackspeedoffset: -0.1,
- attackspeedperlevel: 3.1
- }
- },
- Alistar: {
- version: "6.24.1",
- id: "Alistar",
- key: "12",
- name: "Alistar",
- title: "the Minotaur",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt3b366925d2fd8fdb/5db05fa856458c6b3fc1750b/RiotX_ChampionList_alistar.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Alistar_0.jpg",
- blurb:
- "As the mightiest warrior to ever emerge from the Minotaur tribes of the Great Barrier, Alistar defended his tribe from Valoran's many dangers; that is, until the coming of the Noxian army. Alistar was lured from his village by the machinations of ...",
- info: {
- attack: 6,
- defense: 9,
- magic: 5,
- difficulty: 7
- },
- image: {
- full: "Alistar.png",
- sprite: "champion0.png",
- group: "champion",
- x: 144,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Tank", "Support"],
- partype: "MP",
- stats: {
- hp: 613.36,
- hpperlevel: 106,
- mp: 278.84,
- mpperlevel: 38,
- movespeed: 330,
- armor: 24.38,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.675,
- hpregenperlevel: 0.85,
- mpregen: 8.5,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 61.1116,
- attackdamageperlevel: 3.62,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.125
- }
- },
- Amumu: {
- version: "6.24.1",
- id: "Amumu",
- key: "32",
- name: "Amumu",
- title: "the Sad Mummy",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt40dfbe48a61c439f/5db05fa80b39e86c2f83dbf9/RiotX_ChampionList_amumu.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Amumu_0.jpg",
- blurb:
- "''Solitude can be lonelier than death.''
A lonely and melancholy soul from ancient Shurima, Amumu roams the world in search of a friend. Cursed by an ancient spell, he is doomed to remain alone forever, as his touch is death and his affection ...",
- info: {
- attack: 2,
- defense: 6,
- magic: 8,
- difficulty: 3
- },
- image: {
- full: "Amumu.png",
- sprite: "champion0.png",
- group: "champion",
- x: 192,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Tank", "Mage"],
- partype: "MP",
- stats: {
- hp: 613.12,
- hpperlevel: 84,
- mp: 287.2,
- mpperlevel: 40,
- movespeed: 335,
- armor: 23.544,
- armorperlevel: 3.8,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.875,
- hpregenperlevel: 0.85,
- mpregen: 7.38,
- mpregenperlevel: 0.525,
- crit: 0,
- critperlevel: 0,
- attackdamage: 53.384,
- attackdamageperlevel: 3.8,
- attackspeedoffset: -0.02,
- attackspeedperlevel: 2.18
- }
- },
- Anivia: {
- version: "6.24.1",
- id: "Anivia",
- key: "34",
- name: "Anivia",
- title: "the Cryophoenix",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt3d24a1482453088a/5db05fa8df78486c826dcce8/RiotX_ChampionList_anivia.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Anivia_0.jpg",
- blurb:
- "Anivia is a being of the coldest winter, a mystical embodiment of ice magic, and an ancient protector of the Freljord. She commands all the power and fury of the land itself, calling the snow and bitter wind to defend her home from those who would ...",
- info: {
- attack: 1,
- defense: 4,
- magic: 10,
- difficulty: 10
- },
- image: {
- full: "Anivia.png",
- sprite: "champion0.png",
- group: "champion",
- x: 240,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Support"],
- partype: "MP",
- stats: {
- hp: 467.6,
- hpperlevel: 70,
- mp: 396.04,
- mpperlevel: 50,
- movespeed: 325,
- armor: 21.22,
- armorperlevel: 4,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 600,
- hpregen: 5.57,
- hpregenperlevel: 0.55,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 51.376,
- attackdamageperlevel: 3.2,
- attackspeedoffset: 0,
- attackspeedperlevel: 1.68
- }
- },
- Annie: {
- version: "6.24.1",
- id: "Annie",
- key: "1",
- name: "Annie",
- title: "the Dark Child",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt28c708665427aef6/5db05fa89481396d6bdd01a6/RiotX_ChampionList_annie.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Annie_0.jpg",
- blurb:
- "There have always been those within Noxus who did not agree with the evils perpetrated by the Noxian High Command. The High Command had just put down a coup attempt from the self-proclaimed Crown Prince Raschallion, and a crackdown on any form of ...",
- info: {
- attack: 2,
- defense: 3,
- magic: 10,
- difficulty: 6
- },
- image: {
- full: "Annie.png",
- sprite: "champion0.png",
- group: "champion",
- x: 288,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Mage"],
- partype: "MP",
- stats: {
- hp: 511.68,
- hpperlevel: 76,
- mp: 334,
- mpperlevel: 50,
- movespeed: 335,
- armor: 19.22,
- armorperlevel: 4,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 575,
- hpregen: 5.42,
- hpregenperlevel: 0.55,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 50.41,
- attackdamageperlevel: 2.625,
- attackspeedoffset: 0.08,
- attackspeedperlevel: 1.36
- }
- },
- Ashe: {
- version: "6.24.1",
- id: "Ashe",
- key: "22",
- name: "Ashe",
- title: "the Frost Archer",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt943aae038e2dee98/5db05fa8e9effa6ba5295f91/RiotX_ChampionList_ashe.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ashe_0.jpg",
- blurb:
- "With each arrow she fires from her ancient ice-enchanted bow, Ashe proves she is a master archer. She chooses each target carefully, waits for the right moment, and then strikes with power and precision. It is with this same vision and focus that she ...",
- info: {
- attack: 7,
- defense: 3,
- magic: 2,
- difficulty: 4
- },
- image: {
- full: "Ashe.png",
- sprite: "champion0.png",
- group: "champion",
- x: 336,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Marksman", "Support"],
- partype: "MP",
- stats: {
- hp: 527.72,
- hpperlevel: 79,
- mp: 280,
- mpperlevel: 32,
- movespeed: 325,
- armor: 21.212,
- armorperlevel: 3.4,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 600,
- hpregen: 5.42,
- hpregenperlevel: 0.55,
- mpregen: 6.97,
- mpregenperlevel: 0.4,
- crit: 0,
- critperlevel: 0,
- attackdamage: 56.508,
- attackdamageperlevel: 2.26,
- attackspeedoffset: -0.05,
- attackspeedperlevel: 3.33
- }
- },
- AurelionSol: {
- version: "6.24.1",
- id: "AurelionSol",
- key: "136",
- name: "Aurelion Sol",
- title: "The Star Forger",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt5dd3569fc67d6664/5db05fa8bd24496c390ae4d8/RiotX_ChampionList_aurelionsol.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/AurelionSol_0.jpg",
- blurb:
- "Aurelion Sol once graced the vast emptiness of the cosmos with celestial wonders of his own devising. Now, he is forced to wield his awesome power at the behest of a space-faring empire that tricked him into servitude. Desiring a return to his ...",
- info: {
- attack: 2,
- defense: 3,
- magic: 8,
- difficulty: 7
- },
- image: {
- full: "AurelionSol.png",
- sprite: "champion0.png",
- group: "champion",
- x: 384,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Fighter"],
- partype: "MP",
- stats: {
- hp: 550,
- hpperlevel: 80,
- mp: 350,
- mpperlevel: 50,
- movespeed: 325,
- armor: 19,
- armorperlevel: 3.6,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 6.5,
- hpregenperlevel: 0.6,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 57,
- attackdamageperlevel: 3.2,
- attackspeedoffset: 0,
- attackspeedperlevel: 1.36
- }
- },
- Azir: {
- version: "6.24.1",
- id: "Azir",
- key: "268",
- name: "Azir",
- title: "the Emperor of the Sands",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt0e3f847946232167/5db05fa889fb926b491ed7ff/RiotX_ChampionList_azir.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Azir_0.jpg",
- blurb:
- "''Shurima was once the glory of Runeterra. I will make it so again.''
Azir was a mortal emperor of Shurima in a far distant age, a proud man who stood at the cusp of immortality. His hubris saw him betrayed and murdered at the moment of his ...",
- info: {
- attack: 6,
- defense: 3,
- magic: 8,
- difficulty: 9
- },
- image: {
- full: "Azir.png",
- sprite: "champion0.png",
- group: "champion",
- x: 432,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Marksman"],
- partype: "MP",
- stats: {
- hp: 524.4,
- hpperlevel: 80,
- mp: 350.56,
- mpperlevel: 42,
- movespeed: 325,
- armor: 19.04,
- armorperlevel: 3,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 525,
- hpregen: 6.92,
- hpregenperlevel: 0.55,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 52,
- attackdamageperlevel: 2.8,
- attackspeedoffset: -0.02,
- attackspeedperlevel: 1.5
- }
- },
- Bard: {
- version: "6.24.1",
- id: "Bard",
- key: "432",
- name: "Bard",
- title: "the Wandering Caretaker",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltbbe3ce0c0ae1305b/5db05fb23a326d6df6c0e7b3/RiotX_ChampionList_bard.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Bard_0.jpg",
- blurb:
- "Bard travels through realms beyond the imagination of mortal beings. Some of Valoran's greatest scholars have spent their lives trying to understand the mysteries he embodies. This enigmatic spirit has been given many names throughout the history of ...",
- info: {
- attack: 4,
- defense: 4,
- magic: 5,
- difficulty: 9
- },
- image: {
- full: "Bard.png",
- sprite: "champion0.png",
- group: "champion",
- x: 0,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Support", "Mage"],
- partype: "MP",
- stats: {
- hp: 535,
- hpperlevel: 89,
- mp: 350,
- mpperlevel: 50,
- movespeed: 330,
- armor: 25,
- armorperlevel: 4,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 500,
- hpregen: 5.4,
- hpregenperlevel: 0.55,
- mpregen: 6,
- mpregenperlevel: 0.45,
- crit: 0,
- critperlevel: 0,
- attackdamage: 52,
- attackdamageperlevel: 3,
- attackspeedoffset: 0,
- attackspeedperlevel: 2
- }
- },
- Blitzcrank: {
- version: "6.24.1",
- id: "Blitzcrank",
- key: "53",
- name: "Blitzcrank",
- title: "the Great Steam Golem",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltd7ef7e56ce1fe17b/5db05fb26af83b6d7032c8f8/RiotX_ChampionList_blitzcrank.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Blitzcrank_0.jpg",
- blurb:
- "Zaun is a place where both magic and science have gone awry, and the unchecked nature of experimentation has taken its toll. However, Zaun's lenient restrictions allow their researchers and inventors the leeway to push the bounds of science at an ...",
- info: {
- attack: 4,
- defense: 8,
- magic: 5,
- difficulty: 4
- },
- image: {
- full: "Blitzcrank.png",
- sprite: "champion0.png",
- group: "champion",
- x: 48,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Tank", "Fighter"],
- partype: "MP",
- stats: {
- hp: 582.6,
- hpperlevel: 95,
- mp: 267.2,
- mpperlevel: 40,
- movespeed: 325,
- armor: 24.38,
- armorperlevel: 4,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.51,
- hpregenperlevel: 0.75,
- mpregen: 8.5,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 61.54,
- attackdamageperlevel: 3.5,
- attackspeedoffset: 0,
- attackspeedperlevel: 1.13
- }
- },
- Brand: {
- version: "6.24.1",
- id: "Brand",
- key: "63",
- name: "Brand",
- title: "the Burning Vengeance",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltc8ca2e9bba653dda/5db05fb2dc674266df3d5d30/RiotX_ChampionList_brand.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Brand_0.jpg",
- blurb:
- "In a faraway place known as Lokfar there was a seafaring marauder called Kegan Rodhe. As was his people's way, Kegan sailed far and wide with his fellows, stealing treasures from those unlucky enough to catch their attention. To some, he was a ...",
- info: {
- attack: 2,
- defense: 2,
- magic: 9,
- difficulty: 4
- },
- image: {
- full: "Brand.png",
- sprite: "champion0.png",
- group: "champion",
- x: 96,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Mage"],
- partype: "MP",
- stats: {
- hp: 507.68,
- hpperlevel: 76,
- mp: 375.6,
- mpperlevel: 42,
- movespeed: 340,
- armor: 21.88,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 5.42,
- hpregenperlevel: 0.55,
- mpregen: 8.005,
- mpregenperlevel: 0.6,
- crit: 0,
- critperlevel: 0,
- attackdamage: 57.04,
- attackdamageperlevel: 3,
- attackspeedoffset: 0,
- attackspeedperlevel: 1.36
- }
- },
- Braum: {
- version: "6.24.1",
- id: "Braum",
- key: "201",
- name: "Braum",
- title: "the Heart of the Freljord",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltd140e30fa86d6ddd/5db05fb2242f426df132f95d/RiotX_ChampionList_braum.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Braum_0.jpg",
- blurb:
- "''Would you like a bedtime story?''
''Grandma, I'm too old for that.''
''You're never too old to be told a story.''
The girl reluctantly crawls into bed and waits, knowing she won't win this battle. A bitter wind howls outside, ...",
- info: {
- attack: 3,
- defense: 9,
- magic: 4,
- difficulty: 3
- },
- image: {
- full: "Braum.png",
- sprite: "champion0.png",
- group: "champion",
- x: 144,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Support", "Tank"],
- partype: "MP",
- stats: {
- hp: 576.16,
- hpperlevel: 87,
- mp: 310.6,
- mpperlevel: 45,
- movespeed: 335,
- armor: 26.72,
- armorperlevel: 4.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.18,
- hpregenperlevel: 1,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 55.376,
- attackdamageperlevel: 3.2,
- attackspeedoffset: -0.03,
- attackspeedperlevel: 3.5
- }
- },
- Caitlyn: {
- version: "6.24.1",
- id: "Caitlyn",
- key: "51",
- name: "Caitlyn",
- title: "the Sheriff of Piltover",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt014f4b6fc9bacd10/61b1eb901d158d4007de9685/RiotX_ChampionList_caitlyn_v2.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Caitlyn_0.jpg",
- blurb:
- "''Go ahead, run. I'll give you a five minute head start.''
One of the reasons Piltover is known as the City of Progress is because it has an extraordinarily low crime rate. This hasn't always been the case; brigands and thieves of all sorts ...",
- info: {
- attack: 8,
- defense: 2,
- magic: 2,
- difficulty: 6
- },
- image: {
- full: "Caitlyn.png",
- sprite: "champion0.png",
- group: "champion",
- x: 192,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Marksman"],
- partype: "MP",
- stats: {
- hp: 524.4,
- hpperlevel: 80,
- mp: 313.7,
- mpperlevel: 35,
- movespeed: 325,
- armor: 22.88,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 650,
- hpregen: 5.67,
- hpregenperlevel: 0.55,
- mpregen: 7.4,
- mpregenperlevel: 0.55,
- crit: 0,
- critperlevel: 0,
- attackdamage: 53.66,
- attackdamageperlevel: 2.18,
- attackspeedoffset: 0.1,
- attackspeedperlevel: 4
- }
- },
- Camille: {
- version: "6.24.1",
- id: "Camille",
- key: "164",
- name: "Camille",
- title: "the Steel Shadow",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt413fcd7681fe0773/5db05fb089fb926b491ed805/RiotX_ChampionList_camille.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Camille_0.jpg",
- blurb:
- "Weaponized to execute outside the boundaries of the law, Camille Ferros is an elegant and elite operative who ensures the commerce of the Piltover machine with its Zaunite underbelly runs smoothly. Raised among manners and money, she is the Principal ...",
- info: {
- attack: 8,
- defense: 6,
- magic: 3,
- difficulty: 4
- },
- image: {
- full: "Camille.png",
- sprite: "champion4.png",
- group: "champion",
- x: 144,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "MP",
- stats: {
- hp: 575.6,
- hpperlevel: 95,
- mp: 338.8,
- mpperlevel: 32,
- movespeed: 340,
- armor: 26,
- armorperlevel: 3.8,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.5,
- hpregenperlevel: 0.8,
- mpregen: 8.15,
- mpregenperlevel: 0.75,
- crit: 0,
- critperlevel: 0,
- attackdamage: 62,
- attackdamageperlevel: 3.5,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.5
- }
- },
- Cassiopeia: {
- version: "6.24.1",
- id: "Cassiopeia",
- key: "69",
- name: "Cassiopeia",
- title: "the Serpent's Embrace",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blte189be8189da97ea/5db05fb1bd24496c390ae4de/RiotX_ChampionList_cassiopeia.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Cassiopeia_0.jpg",
- blurb:
- "Cassiopeia is a terrifying creature - half woman, half snake - whose slightest glance brings death. The youngest daughter of one of Noxus' most influential families, she was once a beautiful and cunning temptress capable of manipulating the hardest ...",
- info: {
- attack: 2,
- defense: 3,
- magic: 9,
- difficulty: 10
- },
- image: {
- full: "Cassiopeia.png",
- sprite: "champion0.png",
- group: "champion",
- x: 240,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Mage"],
- partype: "MP",
- stats: {
- hp: 525,
- hpperlevel: 75,
- mp: 375,
- mpperlevel: 60,
- movespeed: 328,
- armor: 25,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 5.5,
- hpregenperlevel: 0.5,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 53,
- attackdamageperlevel: 3,
- attackspeedoffset: -0.034,
- attackspeedperlevel: 1.5
- }
- },
- Chogath: {
- version: "6.24.1",
- id: "Chogath",
- key: "31",
- name: "Cho'Gath",
- title: "the Terror of the Void",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt4dfb71de3ddc8166/5db05fb13a326d6df6c0e7ad/RiotX_ChampionList_chogath.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Chogath_0.jpg",
- blurb:
- "There is a place between dimensions, between worlds. To some it is known as the Outside, to others it is the Unknown. To those that truly know, however, it is called the Void. Despite its name, the Void is not an empty place, but rather the home of ...",
- info: {
- attack: 3,
- defense: 7,
- magic: 7,
- difficulty: 5
- },
- image: {
- full: "Chogath.png",
- sprite: "champion0.png",
- group: "champion",
- x: 288,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Tank", "Mage"],
- partype: "MP",
- stats: {
- hp: 574.4,
- hpperlevel: 80,
- mp: 272.2,
- mpperlevel: 40,
- movespeed: 345,
- armor: 28.88,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.925,
- hpregenperlevel: 0.85,
- mpregen: 7.205,
- mpregenperlevel: 0.45,
- crit: 0,
- critperlevel: 0,
- attackdamage: 61.156,
- attackdamageperlevel: 4.2,
- attackspeedoffset: 0,
- attackspeedperlevel: 1.44
- }
- },
- Corki: {
- version: "6.24.1",
- id: "Corki",
- key: "42",
- name: "Corki",
- title: "the Daring Bombardier",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltdd918c4d0a86347a/5db05fb1df78486c826dccee/RiotX_ChampionList_corki.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Corki_0.jpg",
- blurb:
- "When Heimerdinger and his yordle colleagues migrated to Piltover, they embraced science as a way of life, and they immediately made several groundbreaking contributions to the techmaturgical community. What yordles lack in stature, they make up for ...",
- info: {
- attack: 8,
- defense: 3,
- magic: 6,
- difficulty: 6
- },
- image: {
- full: "Corki.png",
- sprite: "champion0.png",
- group: "champion",
- x: 336,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Marksman"],
- partype: "MP",
- stats: {
- hp: 512.76,
- hpperlevel: 82,
- mp: 350.16,
- mpperlevel: 34,
- movespeed: 325,
- armor: 23.38,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 5.42,
- hpregenperlevel: 0.55,
- mpregen: 7.42,
- mpregenperlevel: 0.55,
- crit: 0,
- critperlevel: 0,
- attackdamage: 56,
- attackdamageperlevel: 3.5,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.3
- }
- },
- Darius: {
- version: "6.24.1",
- id: "Darius",
- key: "122",
- name: "Darius",
- title: "the Hand of Noxus",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt38b52be4a2cb1004/5db05fb19481396d6bdd01ac/RiotX_ChampionList_darius.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Darius_0.jpg",
- blurb:
- "There is no greater symbol of Noxian might than Darius, the nation's most feared and battle-hardened warrior. Orphaned at a young age, Darius had to fight to keep himself and his younger brother alive. By the time he joined the military, he had ...",
- info: {
- attack: 9,
- defense: 5,
- magic: 1,
- difficulty: 2
- },
- image: {
- full: "Darius.png",
- sprite: "champion0.png",
- group: "champion",
- x: 384,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "MP",
- stats: {
- hp: 582.24,
- hpperlevel: 100,
- mp: 263,
- mpperlevel: 37.5,
- movespeed: 340,
- armor: 30,
- armorperlevel: 4,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 175,
- hpregen: 9.845,
- hpregenperlevel: 0.95,
- mpregen: 6.585,
- mpregenperlevel: 0.35,
- crit: 0,
- critperlevel: 0,
- attackdamage: 56,
- attackdamageperlevel: 5,
- attackspeedoffset: 0,
- attackspeedperlevel: 1
- }
- },
- Diana: {
- version: "6.24.1",
- id: "Diana",
- key: "131",
- name: "Diana",
- title: "Scorn of the Moon",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt56570083d2a5e20e/5db05fbc823d426762825fdf/RiotX_ChampionList_diana.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Diana_0.jpg",
- blurb:
- "''I am the light coursing in the soul of the moon.''
Bearing her crescent moonblade, Diana fights as a warrior of the Lunari, a faith all but quashed in the lands around Mount Targon. Clad in shimmering armor the color of winter snow at night, ...",
- info: {
- attack: 7,
- defense: 6,
- magic: 8,
- difficulty: 4
- },
- image: {
- full: "Diana.png",
- sprite: "champion0.png",
- group: "champion",
- x: 432,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Mage"],
- partype: "MP",
- stats: {
- hp: 589.2,
- hpperlevel: 90,
- mp: 297.2,
- mpperlevel: 40,
- movespeed: 345,
- armor: 26.048,
- armorperlevel: 3.6,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 150,
- hpregen: 7.425,
- hpregenperlevel: 0.85,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 53.04,
- attackdamageperlevel: 3,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.25
- }
- },
- Draven: {
- version: "6.24.1",
- id: "Draven",
- key: "119",
- name: "Draven",
- title: "the Glorious Executioner",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltc0be728e4cbb8f2a/5db05fbc89fb926b491ed80b/RiotX_ChampionList_draven.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Draven_0.jpg",
- blurb:
- "Unlike his brother Darius, victory in battle was never enough for Draven. He craved recognition, acclaim, and glory. He first sought greatness in the Noxian military, but his flair for the dramatic went severely underappreciated. Thirsting for a ...",
- info: {
- attack: 9,
- defense: 3,
- magic: 1,
- difficulty: 8
- },
- image: {
- full: "Draven.png",
- sprite: "champion0.png",
- group: "champion",
- x: 0,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Marksman"],
- partype: "MP",
- stats: {
- hp: 557.76,
- hpperlevel: 82,
- mp: 360.56,
- mpperlevel: 39,
- movespeed: 330,
- armor: 25.544,
- armorperlevel: 3.3,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 6.175,
- hpregenperlevel: 0.7,
- mpregen: 8.04,
- mpregenperlevel: 0.65,
- crit: 0,
- critperlevel: 0,
- attackdamage: 55.8,
- attackdamageperlevel: 2.91,
- attackspeedoffset: -0.08,
- attackspeedperlevel: 2.7
- }
- },
- DrMundo: {
- version: "6.24.1",
- id: "DrMundo",
- key: "36",
- name: "Dr. Mundo",
- title: "the Madman of Zaun",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blte88a3d7e9e408904/61b1ea136a78b87751002a68/RiotX_ChampionList_drmundo_v2.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/DrMundo_0.jpg",
- blurb:
- "''Beware the Madman of Zaun. In his eyes, you are already dead''
It is said that the man now known as Dr. Mundo was born without any sort of conscience. Instead, he had an unquenchable desire to inflict pain through experimentation. By the time ...",
- info: {
- attack: 5,
- defense: 7,
- magic: 6,
- difficulty: 5
- },
- image: {
- full: "DrMundo.png",
- sprite: "champion0.png",
- group: "champion",
- x: 48,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "None",
- stats: {
- hp: 582.52,
- hpperlevel: 89,
- mp: 0,
- mpperlevel: 0,
- movespeed: 345,
- armor: 26.88,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 7.76,
- hpregenperlevel: 0.75,
- mpregen: 0,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 61.27,
- attackdamageperlevel: 3,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.8
- }
- },
- Ekko: {
- version: "6.24.1",
- id: "Ekko",
- key: "245",
- name: "Ekko",
- title: "the Boy Who Shattered Time",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltf22ba7e6328e4376/5db05fbd242f426df132f963/RiotX_ChampionList_ekko.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ekko_0.jpg",
- blurb:
- "A prodigy from the rough streets of Zaun, Ekko manipulates time to spin any situation to his advantage. Using his own invention, the Zero-Drive, he explores the branching possibilities of reality. As well as experimenting with multi-dimensional ...",
- info: {
- attack: 5,
- defense: 3,
- magic: 7,
- difficulty: 8
- },
- image: {
- full: "Ekko.png",
- sprite: "champion0.png",
- group: "champion",
- x: 96,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Assassin", "Fighter"],
- partype: "MP",
- stats: {
- hp: 580,
- hpperlevel: 80,
- mp: 280,
- mpperlevel: 50,
- movespeed: 340,
- armor: 27,
- armorperlevel: 3,
- spellblock: 32,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 9,
- hpregenperlevel: 0.9,
- mpregen: 7,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 55,
- attackdamageperlevel: 3,
- attackspeedoffset: 0,
- attackspeedperlevel: 3.3
- }
- },
- Elise: {
- version: "6.24.1",
- id: "Elise",
- key: "60",
- name: "Elise",
- title: "the Spider Queen",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltfe21ff2ddb84d5d1/5db05fbd0b39e86c2f83dc05/RiotX_ChampionList_elise.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Elise_0.jpg",
- blurb:
- "''Beauty is power too, and can strike swifter than any sword.''
Elise is a deadly predator who dwells in a shuttered, lightless palace, deep in the Immortal Bastion of Noxus. Once she was mortal, the mistress of a once-powerful house, but the ...",
- info: {
- attack: 6,
- defense: 5,
- magic: 7,
- difficulty: 9
- },
- image: {
- full: "Elise.png",
- sprite: "champion0.png",
- group: "champion",
- x: 144,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Fighter"],
- partype: "MP",
- stats: {
- hp: 529.4,
- hpperlevel: 80,
- mp: 324,
- mpperlevel: 50,
- movespeed: 325,
- armor: 22.128,
- armorperlevel: 3.35,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 5.705,
- hpregenperlevel: 0.6,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 50.54,
- attackdamageperlevel: 3,
- attackspeedoffset: 0,
- attackspeedperlevel: 1.75
- }
- },
- Evelynn: {
- version: "6.24.1",
- id: "Evelynn",
- key: "28",
- name: "Evelynn",
- title: "the Widowmaker",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blte24b4c6ec1beebb9/5db05fbddf78486c826dccf4/RiotX_ChampionList_evelynn.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Evelynn_0.jpg",
- blurb:
- "Swift and lethal, Evelynn is one of the most deadly - and expensive - assassins in all of Runeterra. Able to merge with the shadows at will, she patiently stalks her prey, waiting for the right moment to strike. While Evelynn is clearly not entirely ...",
- info: {
- attack: 4,
- defense: 2,
- magic: 7,
- difficulty: 10
- },
- image: {
- full: "Evelynn.png",
- sprite: "champion0.png",
- group: "champion",
- x: 192,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Assassin", "Mage"],
- partype: "MP",
- stats: {
- hp: 531.2,
- hpperlevel: 90,
- mp: 315.6,
- mpperlevel: 42,
- movespeed: 340,
- armor: 26.5,
- armorperlevel: 3.8,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 9.82,
- hpregenperlevel: 0.55,
- mpregen: 8.105,
- mpregenperlevel: 0.6,
- crit: 0,
- critperlevel: 0,
- attackdamage: 53.88,
- attackdamageperlevel: 3.5,
- attackspeedoffset: 0,
- attackspeedperlevel: 3.6
- }
- },
- Ezreal: {
- version: "6.24.1",
- id: "Ezreal",
- key: "81",
- name: "Ezreal",
- title: "the Prodigal Explorer",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt60f687c95425f73f/5db05fbd2dc72966da746704/RiotX_ChampionList_ezreal.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ezreal_0.jpg",
- blurb:
- "The intrepid young adventurer Ezreal has explored some of the most remote and abandoned locations on Runeterra. During an expedition to the buried ruins of ancient Shurima, he recovered an amulet of incredible mystical power. Likely constructed to be ...",
- info: {
- attack: 7,
- defense: 2,
- magic: 6,
- difficulty: 7
- },
- image: {
- full: "Ezreal.png",
- sprite: "champion0.png",
- group: "champion",
- x: 240,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Marksman", "Mage"],
- partype: "MP",
- stats: {
- hp: 484.4,
- hpperlevel: 80,
- mp: 360.6,
- mpperlevel: 42,
- movespeed: 325,
- armor: 21.88,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 6.42,
- hpregenperlevel: 0.55,
- mpregen: 8.09,
- mpregenperlevel: 0.65,
- crit: 0,
- critperlevel: 0,
- attackdamage: 55.66,
- attackdamageperlevel: 2.41,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.8
- }
- },
- FiddleSticks: {
- version: "6.24.1",
- id: "FiddleSticks",
- key: "9",
- name: "Fiddlesticks",
- title: "the Harbinger of Doom",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt1151ac1242311053/61b1ea65aeb5451282be2468/RiotX_ChampionList_fiddlesticks_v2.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Fiddlesticks_0.jpg",
- blurb:
- "For nearly twenty years, Fiddlesticks has stood alone in the easternmost summoning chamber of the Institute of War. Only the burning emerald light of his unearthly gaze pierces the musty darkness of his dust-covered home. It is here that the Harbinger ...",
- info: {
- attack: 2,
- defense: 3,
- magic: 9,
- difficulty: 9
- },
- image: {
- full: "FiddleSticks.png",
- sprite: "champion0.png",
- group: "champion",
- x: 288,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Support"],
- partype: "MP",
- stats: {
- hp: 524.4,
- hpperlevel: 80,
- mp: 400.12,
- mpperlevel: 56,
- movespeed: 335,
- armor: 20.88,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 480,
- hpregen: 5.605,
- hpregenperlevel: 0.6,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 48.36,
- attackdamageperlevel: 2.625,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.11
- }
- },
- Fiora: {
- version: "6.24.1",
- id: "Fiora",
- key: "114",
- name: "Fiora",
- title: "the Grand Duelist",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt935dd149b2617ac8/5db05fbcdc674266df3d5d36/RiotX_ChampionList_fiora.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Fiora_0.jpg",
- blurb:
- "''I have come to kill you for the sake of honor. And though you possess none, still you die.''
The most feared duelist in all Valoran, Fiora is as renowned for her brusque manner and cunning mind as she is for the speed of her bluesteel rapier. ...",
- info: {
- attack: 10,
- defense: 4,
- magic: 2,
- difficulty: 3
- },
- image: {
- full: "Fiora.png",
- sprite: "champion0.png",
- group: "champion",
- x: 336,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Assassin"],
- partype: "MP",
- stats: {
- hp: 550,
- hpperlevel: 85,
- mp: 300,
- mpperlevel: 40,
- movespeed: 345,
- armor: 24,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 150,
- hpregen: 8.25,
- hpregenperlevel: 0.55,
- mpregen: 8,
- mpregenperlevel: 0.7,
- crit: 0,
- critperlevel: 0,
- attackdamage: 60,
- attackdamageperlevel: 3.3,
- attackspeedoffset: 0,
- attackspeedperlevel: 3.2
- }
- },
- Fizz: {
- version: "6.24.1",
- id: "Fizz",
- key: "105",
- name: "Fizz",
- title: "the Tidal Trickster",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt6000fa69e03c25c0/5db05fbc56458c6b3fc17513/RiotX_ChampionList_fizz.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Fizz_0.jpg",
- blurb:
- "Centuries ago, an ancient water-dwelling race built a hidden city beneath a mountain in the sea. Though these creatures had their enemies, the city was an impenetrable fortress, and, in the safety it provided, they grew complacent. Fizz, however, ...",
- info: {
- attack: 6,
- defense: 4,
- magic: 7,
- difficulty: 6
- },
- image: {
- full: "Fizz.png",
- sprite: "champion0.png",
- group: "champion",
- x: 384,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Assassin", "Fighter"],
- partype: "MP",
- stats: {
- hp: 558.48,
- hpperlevel: 86,
- mp: 317.2,
- mpperlevel: 37,
- movespeed: 335,
- armor: 22.412,
- armorperlevel: 3.4,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 175,
- hpregen: 8.175,
- hpregenperlevel: 0.7,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 58.04,
- attackdamageperlevel: 3,
- attackspeedoffset: -0.05,
- attackspeedperlevel: 3.1
- }
- },
- Galio: {
- version: "6.24.1",
- id: "Galio",
- key: "3",
- name: "Galio",
- title: "the Sentinel's Sorrow",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt5890d1ab5c8be01f/5db05fc6823d426762825fe5/RiotX_ChampionList_galio.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Galio_0.jpg",
- blurb:
- "''There is no such thing as redemption. Only penance.''
Long before the regulation of magic, mages experimented with the creation of artificial life. Now forbidden, instilling golems with reason was once not so uncommon a practice amongst the ...",
- info: {
- attack: 3,
- defense: 7,
- magic: 6,
- difficulty: 3
- },
- image: {
- full: "Galio.png",
- sprite: "champion0.png",
- group: "champion",
- x: 432,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Tank", "Mage"],
- partype: "MP",
- stats: {
- hp: 577.8,
- hpperlevel: 85,
- mp: 369,
- mpperlevel: 47,
- movespeed: 335,
- armor: 26.88,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.71,
- hpregenperlevel: 0.75,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 61.97,
- attackdamageperlevel: 3.375,
- attackspeedoffset: -0.02,
- attackspeedperlevel: 1.2
- }
- },
- Gangplank: {
- version: "6.24.1",
- id: "Gangplank",
- key: "41",
- name: "Gangplank",
- title: "the Saltwater Scourge",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltfdff3781ccfb2a5c/5db05fc689fb926b491ed811/RiotX_ChampionList_gangplank.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Gangplank_0.jpg",
- blurb:
- "''I was cutting throats and sinking Noxian war galleys when you were still pissing your britches, boy. You don't want to take me on.''
As unpredictable as he is brutal, the dethroned reaver king known as Gangplank is feared far and wide. Where ...",
- info: {
- attack: 7,
- defense: 6,
- magic: 4,
- difficulty: 9
- },
- image: {
- full: "Gangplank.png",
- sprite: "champion1.png",
- group: "champion",
- x: 0,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Fighter"],
- partype: "MP",
- stats: {
- hp: 540,
- hpperlevel: 82,
- mp: 282,
- mpperlevel: 40,
- movespeed: 345,
- armor: 26,
- armorperlevel: 3,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 6,
- hpregenperlevel: 0.6,
- mpregen: 7.5,
- mpregenperlevel: 0.7,
- crit: 0,
- critperlevel: 0,
- attackdamage: 56,
- attackdamageperlevel: 3,
- attackspeedoffset: 0,
- attackspeedperlevel: 3.2
- }
- },
- Garen: {
- version: "6.24.1",
- id: "Garen",
- key: "86",
- name: "Garen",
- title: "The Might of Demacia",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blte41a162aed9339b7/5db05fc60b39e86c2f83dc0d/RiotX_ChampionList_garen.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Garen_0.jpg",
- blurb:
- "Throughout Valoran, the resolve of Demacia's military is alternately celebrated or despised, but always respected. Their ''zero tolerance'' moral code is strictly upheld by civilians and soldiers alike. In combat, this means Demacian troops may not ...",
- info: {
- attack: 7,
- defense: 7,
- magic: 1,
- difficulty: 5
- },
- image: {
- full: "Garen.png",
- sprite: "champion1.png",
- group: "champion",
- x: 48,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "None",
- stats: {
- hp: 616.28,
- hpperlevel: 84.25,
- mp: 0,
- mpperlevel: 0,
- movespeed: 340,
- armor: 27.536,
- armorperlevel: 3,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 175,
- hpregen: 7.84,
- hpregenperlevel: 0.5,
- mpregen: 0,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 57.88,
- attackdamageperlevel: 4.5,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.9
- }
- },
- Gnar: {
- version: "6.24.1",
- id: "Gnar",
- key: "150",
- name: "Gnar",
- title: "the Missing Link",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blta80f79dd96ee5d30/5db05fc6df78486c826dcd00/RiotX_ChampionList_gnar.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Gnar_0.jpg",
- blurb:
- "The jungle does not forgive blindness. Every broken branch tells a story.
I've hunted every creature this jungle has to offer. I was certain there were no challenges left here, but now there is something new. Each track is the size of a ...",
- info: {
- attack: 6,
- defense: 5,
- magic: 5,
- difficulty: 8
- },
- image: {
- full: "Gnar.png",
- sprite: "champion1.png",
- group: "champion",
- x: 96,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "Gnarfury",
- stats: {
- hp: 540,
- hpperlevel: 65,
- mp: 100,
- mpperlevel: 0,
- movespeed: 325,
- armor: 23,
- armorperlevel: 2.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 175,
- hpregen: 2.5,
- hpregenperlevel: 0.5,
- mpregen: 0,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 51,
- attackdamageperlevel: 3,
- attackspeedoffset: 0,
- attackspeedperlevel: 6
- }
- },
- Gragas: {
- version: "6.24.1",
- id: "Gragas",
- key: "79",
- name: "Gragas",
- title: "the Rabble Rouser",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt795841adba722f85/5db05fc43a326d6df6c0e7b9/RiotX_ChampionList_gragas.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Gragas_0.jpg",
- blurb:
- "The only thing more important to Gragas than fighting is drinking. His unquenchable thirst for stronger ale has led him in search of the most potent and unconventional ingredients to toss in his still. Impulsive and unpredictable, this rowdy carouser ...",
- info: {
- attack: 4,
- defense: 7,
- magic: 6,
- difficulty: 5
- },
- image: {
- full: "Gragas.png",
- sprite: "champion1.png",
- group: "champion",
- x: 144,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Mage"],
- partype: "MP",
- stats: {
- hp: 583.52,
- hpperlevel: 89,
- mp: 400,
- mpperlevel: 47,
- movespeed: 330,
- armor: 26.048,
- armorperlevel: 3.6,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 5.5,
- hpregenperlevel: 0.5,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 61.38,
- attackdamageperlevel: 3.5,
- attackspeedoffset: -0.04,
- attackspeedperlevel: 2.05
- }
- },
- Graves: {
- version: "6.24.1",
- id: "Graves",
- key: "104",
- name: "Graves",
- title: "the Outlaw",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt2e7cd286d7b6182e/5e9a59c245a2a97194a1d4c7/RiotX_ChampionList_graves-cigar.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Graves_0.jpg",
- blurb:
- "Malcolm Graves is a wanted man in every realm, city and empire he has visited. Tough, strong-willed, and above all, relentless, through his life of crime he has amassed (then invariably lost) a small fortune.",
- info: {
- attack: 8,
- defense: 5,
- magic: 3,
- difficulty: 3
- },
- image: {
- full: "Graves.png",
- sprite: "champion1.png",
- group: "champion",
- x: 192,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Marksman"],
- partype: "MP",
- stats: {
- hp: 551.12,
- hpperlevel: 84,
- mp: 322.2,
- mpperlevel: 40,
- movespeed: 340,
- armor: 24.376,
- armorperlevel: 3.4,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 425,
- hpregen: 6.675,
- hpregenperlevel: 0.7,
- mpregen: 7.9,
- mpregenperlevel: 0.7,
- crit: 0,
- critperlevel: 0,
- attackdamage: 60.83,
- attackdamageperlevel: 2.41,
- attackspeedoffset: 0.3,
- attackspeedperlevel: 2.6
- }
- },
- Hecarim: {
- version: "6.24.1",
- id: "Hecarim",
- key: "120",
- name: "Hecarim",
- title: "the Shadow of War",
- champkey: "Hecarim",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blteb9ce5304ec48e19/5db05fc5df78486c826dccfa/RiotX_ChampionList_hecarim.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Hecarim_0.jpg",
- blurb:
- "''Break their ranks and ride them down without mercy. Crush the living and feast on their terror.''
Hecarim is an armored colossus who charges from the Shadow Isles at the head of a deathly host of spectral horsemen to hunt the living. A ...",
- info: {
- attack: 8,
- defense: 6,
- magic: 4,
- difficulty: 6
- },
- image: {
- full: "Hecarim.png",
- sprite: "champion1.png",
- group: "champion",
- x: 240,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "MP",
- stats: {
- hp: 580,
- hpperlevel: 90,
- mp: 277.2,
- mpperlevel: 40,
- movespeed: 345,
- armor: 26.72,
- armorperlevel: 4,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 175,
- hpregen: 7,
- hpregenperlevel: 0.75,
- mpregen: 6.5,
- mpregenperlevel: 0.6,
- crit: 0,
- critperlevel: 0,
- attackdamage: 58,
- attackdamageperlevel: 3.2,
- attackspeedoffset: -0.0672,
- attackspeedperlevel: 2.5
- }
- },
- Heimerdinger: {
- version: "6.24.1",
- id: "Heimerdinger",
- key: "74",
- name: "Heimerdinger",
- title: "the Revered Inventor",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltd30d85446d154070/5db05fc57d28b76cfe4397ef/RiotX_ChampionList_heimerdinger.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Heimerdinger_0.jpg",
- blurb:
- "From the Journal of Professor Cecil B. Heimerdinger
10.14
09:15
Current meteorological conditions in Bandle City seem optimal. Atmospheric pressure is ideal for today's experiments!
Running a fifth trial for my ...",
- info: {
- attack: 2,
- defense: 6,
- magic: 8,
- difficulty: 8
- },
- image: {
- full: "Heimerdinger.png",
- sprite: "champion1.png",
- group: "champion",
- x: 288,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Support"],
- partype: "MP",
- stats: {
- hp: 476,
- hpperlevel: 75,
- mp: 307.2,
- mpperlevel: 40,
- movespeed: 340,
- armor: 19.04,
- armorperlevel: 3,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 11.005,
- hpregenperlevel: 1.75,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 55.536,
- attackdamageperlevel: 2.7,
- attackspeedoffset: 0,
- attackspeedperlevel: 1.36
- }
- },
- Illaoi: {
- version: "6.24.1",
- id: "Illaoi",
- key: "420",
- name: "Illaoi",
- title: "the Kraken Priestess",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltc44e90a5547120a2/5db05fc5347d1c6baa57be2b/RiotX_ChampionList_illaoi.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Illaoi_0.jpg",
- blurb:
- "''I'm not big on sermons. Broken bones teach better lessons.''
Illaoi's powerful physique is dwarfed only by her indomitable faith. As the prophet of the Great Kraken, she uses a huge, golden idol to rip her foes' spirits from their bodies and ...",
- info: {
- attack: 8,
- defense: 6,
- magic: 3,
- difficulty: 4
- },
- image: {
- full: "Illaoi.png",
- sprite: "champion1.png",
- group: "champion",
- x: 336,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "MP",
- stats: {
- hp: 585.6,
- hpperlevel: 95,
- mp: 300,
- mpperlevel: 40,
- movespeed: 340,
- armor: 26,
- armorperlevel: 3.8,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 9.5,
- hpregenperlevel: 0.8,
- mpregen: 7.5,
- mpregenperlevel: 0.75,
- crit: 0,
- critperlevel: 0,
- attackdamage: 60,
- attackdamageperlevel: 5,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.5
- }
- },
- Irelia: {
- version: "6.24.1",
- id: "Irelia",
- key: "39",
- name: "Irelia",
- title: "the Will of the Blades",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltf5f2b8de93870aef/5db05fcea6470d6ab91ce59a/RiotX_ChampionList_irelia.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Irelia_0.jpg",
- blurb:
- "''The sword flourishes, as though painting with blood.''
The Ionians have developed some of the most breathtaking and deadly martial arts in all of Runeterra - just one manifestation of their pursuit of enlightenment. The most remarkable blade ...",
- info: {
- attack: 7,
- defense: 4,
- magic: 5,
- difficulty: 5
- },
- image: {
- full: "Irelia.png",
- sprite: "champion1.png",
- group: "champion",
- x: 384,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Assassin"],
- partype: "MP",
- stats: {
- hp: 607.2,
- hpperlevel: 90,
- mp: 338.8,
- mpperlevel: 32,
- movespeed: 345,
- armor: 25.3,
- armorperlevel: 3.75,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.59,
- hpregenperlevel: 0.65,
- mpregen: 8.1,
- mpregenperlevel: 0.65,
- crit: 0,
- critperlevel: 0,
- attackdamage: 61.544,
- attackdamageperlevel: 3.3,
- attackspeedoffset: -0.06,
- attackspeedperlevel: 3.2
- }
- },
- Ivern: {
- version: "6.24.1",
- id: "Ivern",
- key: "427",
- name: "Ivern",
- title: "the Green Father",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt5fff73e1df1873de/5db05fce7d28b76cfe4397f5/RiotX_ChampionList_ivern.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ivern_0.jpg",
- blurb:
- "Ivern Bramblefoot, known to many as the Green Father, is a peculiar half man, half tree who roams Runeterra's forests, cultivating life everywhere he goes. He knows the secrets of the natural world, and holds deep friendships with all things that grow,...",
- info: {
- attack: 3,
- defense: 5,
- magic: 7,
- difficulty: 7
- },
- image: {
- full: "Ivern.png",
- sprite: "champion4.png",
- group: "champion",
- x: 96,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Support", "Mage"],
- partype: "MP",
- stats: {
- hp: 580,
- hpperlevel: 90,
- mp: 450,
- mpperlevel: 60,
- movespeed: 330,
- armor: 22,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 6.9,
- hpregenperlevel: 0.85,
- mpregen: 6,
- mpregenperlevel: 0.75,
- crit: 0,
- critperlevel: 0,
- attackdamage: 50,
- attackdamageperlevel: 3,
- attackspeedoffset: -0.03,
- attackspeedperlevel: 3.4
- }
- },
- Janna: {
- version: "6.24.1",
- id: "Janna",
- key: "40",
- name: "Janna",
- title: "the Storm's Fury",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt02bf5329f8abe45d/5db05fcedf78486c826dcd06/RiotX_ChampionList_janna.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Janna_0.jpg",
- blurb:
- "There are those sorcerers who give themselves over to the primal powers of nature, forgoing the learned practice of magic. Such a sorceress is Janna, who first learned magic as an orphan growing up amidst the chaos that is the city-state of Zaun. ...",
- info: {
- attack: 3,
- defense: 5,
- magic: 7,
- difficulty: 7
- },
- image: {
- full: "Janna.png",
- sprite: "champion1.png",
- group: "champion",
- x: 432,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Support", "Mage"],
- partype: "MP",
- stats: {
- hp: 487.04,
- hpperlevel: 78,
- mp: 409.52,
- mpperlevel: 64,
- movespeed: 335,
- armor: 19.384,
- armorperlevel: 3.8,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 475,
- hpregen: 5.42,
- hpregenperlevel: 0.55,
- mpregen: 11.5,
- mpregenperlevel: 0.4,
- crit: 0,
- critperlevel: 0,
- attackdamage: 51.956,
- attackdamageperlevel: 2.95,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.61
- }
- },
- JarvanIV: {
- version: "6.24.1",
- id: "JarvanIV",
- key: "59",
- name: "Jarvan IV",
- title: "the Exemplar of Demacia",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt5898626d7016d222/5db05fcfdc674266df3d5d3c/RiotX_ChampionList_jarvaniv.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/JarvanIV_0.jpg",
- blurb:
- "''There is only one truth, and you will find it at the point of my lance.''
As the royal family of Demacia for centuries, members of the Lightshield line have spent their lives waging war against any who opposed Demacian ethics. It is said that ...",
- info: {
- attack: 6,
- defense: 8,
- magic: 3,
- difficulty: 5
- },
- image: {
- full: "JarvanIV.png",
- sprite: "champion1.png",
- group: "champion",
- x: 0,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Tank", "Fighter"],
- partype: "MP",
- stats: {
- hp: 571.2,
- hpperlevel: 90,
- mp: 302.2,
- mpperlevel: 40,
- movespeed: 340,
- armor: 29,
- armorperlevel: 3.6,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 175,
- hpregen: 8.175,
- hpregenperlevel: 0.7,
- mpregen: 6.755,
- mpregenperlevel: 0.45,
- crit: 0,
- critperlevel: 0,
- attackdamage: 55.712,
- attackdamageperlevel: 3.4,
- attackspeedoffset: -0.05,
- attackspeedperlevel: 2.5
- }
- },
- Jax: {
- version: "6.24.1",
- id: "Jax",
- key: "24",
- name: "Jax",
- title: "Grandmaster at Arms",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt6b301613598c3f17/5db05fcf89fb926b491ed81d/RiotX_ChampionList_jax.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Jax_0.jpg",
- blurb:
- "It is seldom the case where a champion is defined by his actions after joining the League of Legends rather than before. Such is the case with Jax, for whom the argument could be made that he is the most prolific tournament fighter currently at the ...",
- info: {
- attack: 7,
- defense: 5,
- magic: 7,
- difficulty: 5
- },
- image: {
- full: "Jax.png",
- sprite: "champion1.png",
- group: "champion",
- x: 48,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Assassin"],
- partype: "MP",
- stats: {
- hp: 592.8,
- hpperlevel: 85,
- mp: 338.8,
- mpperlevel: 32,
- movespeed: 350,
- armor: 27.04,
- armorperlevel: 3,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.37,
- hpregenperlevel: 0.55,
- mpregen: 7.575,
- mpregenperlevel: 0.7,
- crit: 0,
- critperlevel: 0,
- attackdamage: 61.97,
- attackdamageperlevel: 3.375,
- attackspeedoffset: -0.02,
- attackspeedperlevel: 3.4
- }
- },
- Jayce: {
- version: "6.24.1",
- id: "Jayce",
- key: "126",
- name: "Jayce",
- title: "the Defender of Tomorrow",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt51557edc36ad88a1/5db05fcf0b39e86c2f83dc13/RiotX_ChampionList_jayce.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Jayce_0.jpg",
- blurb:
- "Armed with wit, charm, and his signature transforming hammer, Jayce lives to protect his native Piltover. Long before his nation called him a hero, however, he was a promising young inventor. When Piltover commissioned him to study a rare arcane ...",
- info: {
- attack: 8,
- defense: 4,
- magic: 3,
- difficulty: 7
- },
- image: {
- full: "Jayce.png",
- sprite: "champion1.png",
- group: "champion",
- x: 96,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Marksman"],
- partype: "MP",
- stats: {
- hp: 571.2,
- hpperlevel: 90,
- mp: 357.2,
- mpperlevel: 37,
- movespeed: 335,
- armor: 22.38,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 125,
- hpregen: 7.34,
- hpregenperlevel: 0.8,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 50.38,
- attackdamageperlevel: 3.5,
- attackspeedoffset: -0.05,
- attackspeedperlevel: 3
- }
- },
- Jhin: {
- version: "6.24.1",
- id: "Jhin",
- key: "202",
- name: "Jhin",
- title: "the Virtuoso",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltbf6c70d9272a5a2a/5db05fcfe9d7526ab429e532/RiotX_ChampionList_jhin.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Jhin_0.jpg",
- blurb:
- "''Art requires a certain...cruelty.''
Jhin is a meticulous criminal psychopath who believes murder is art. Once an Ionian prisoner, but freed by shadowy elements within Ionia's ruling council, the serial killer now works as their cabal's ...",
- info: {
- attack: 10,
- defense: 2,
- magic: 6,
- difficulty: 6
- },
- image: {
- full: "Jhin.png",
- sprite: "champion1.png",
- group: "champion",
- x: 144,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Marksman", "Assassin"],
- partype: "MP",
- stats: {
- hp: 540,
- hpperlevel: 85,
- mp: 300,
- mpperlevel: 50,
- movespeed: 330,
- armor: 20,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 6,
- hpregenperlevel: 0.55,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 53,
- attackdamageperlevel: 4,
- attackspeedoffset: 0,
- attackspeedperlevel: 0
- }
- },
- Jinx: {
- version: "6.24.1",
- id: "Jinx",
- key: "222",
- name: "Jinx",
- title: "the Loose Cannon",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blta2cba784d9fad4b8/5db05fce89fb926b491ed817/RiotX_ChampionList_jinx.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Jinx_0.jpg",
- blurb:
- "Jinx lives to wreak havoc without a thought for the consequences, leaving a trail of mayhem and panic in her wake. A manic and impulsive criminal, she despises nothing more than boredom, and gleefully brings her own volatile brand of pandemonium to ...",
- info: {
- attack: 9,
- defense: 2,
- magic: 4,
- difficulty: 6
- },
- image: {
- full: "Jinx.png",
- sprite: "champion1.png",
- group: "champion",
- x: 192,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Marksman"],
- partype: "MP",
- stats: {
- hp: 517.76,
- hpperlevel: 82,
- mp: 245.6,
- mpperlevel: 45,
- movespeed: 325,
- armor: 22.88,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 525,
- hpregen: 5.84,
- hpregenperlevel: 0.5,
- mpregen: 6.68,
- mpregenperlevel: 1,
- crit: 0,
- critperlevel: 0,
- attackdamage: 58.46,
- attackdamageperlevel: 2.41,
- attackspeedoffset: 0,
- attackspeedperlevel: 1
- }
- },
- Kalista: {
- version: "6.24.1",
- id: "Kalista",
- key: "429",
- name: "Kalista",
- title: "the Spear of Vengeance",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltb7f0196921c74e8c/5db05fcee9d7526ab429e52c/RiotX_ChampionList_kalista.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Kalista_0.jpg",
- blurb:
- "''When wronged, we seek justice. When hurt, we strike back. When betrayed, the Spear of Vengeance strikes!''
A specter of wrath and retribution, Kalista is the undying spirit of vengeance, an armored nightmare summoned from the Shadow Isles to ...",
- info: {
- attack: 8,
- defense: 2,
- magic: 4,
- difficulty: 7
- },
- image: {
- full: "Kalista.png",
- sprite: "champion1.png",
- group: "champion",
- x: 240,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Marksman"],
- partype: "MP",
- stats: {
- hp: 517.76,
- hpperlevel: 83,
- mp: 231.8,
- mpperlevel: 35,
- movespeed: 325,
- armor: 19.012,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 6,
- hpregenperlevel: 0.55,
- mpregen: 6.3,
- mpregenperlevel: 0.4,
- crit: 0,
- critperlevel: 0,
- attackdamage: 63,
- attackdamageperlevel: 2.9,
- attackspeedoffset: -0.03,
- attackspeedperlevel: 2.5
- }
- },
- Karma: {
- version: "6.24.1",
- id: "Karma",
- key: "43",
- name: "Karma",
- title: "the Enlightened One",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt39748c7b67252d6f/5db05fd70b39e86c2f83dc19/RiotX_ChampionList_karma.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Karma_0.jpg",
- blurb:
- "Karma is a woman of indomitable will and unbound spiritual power. She is the soul of Ionia made manifest and an inspiring presence on the battlefield, shielding her allies and turning back her foes. A strong leader torn between tradition and ...",
- info: {
- attack: 1,
- defense: 7,
- magic: 8,
- difficulty: 5
- },
- image: {
- full: "Karma.png",
- sprite: "champion1.png",
- group: "champion",
- x: 288,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Support"],
- partype: "MP",
- stats: {
- hp: 522.44,
- hpperlevel: 83,
- mp: 374,
- mpperlevel: 50,
- movespeed: 335,
- armor: 20.384,
- armorperlevel: 3.8,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 525,
- hpregen: 5.62,
- hpregenperlevel: 0.55,
- mpregen: 8.5,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 53.544,
- attackdamageperlevel: 3.3,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.3
- }
- },
- Karthus: {
- version: "6.24.1",
- id: "Karthus",
- key: "30",
- name: "Karthus",
- title: "the Deathsinger",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt69b8fad9d1e78514/5db05fd7df78486c826dcd0c/RiotX_ChampionList_karthus.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Karthus_0.jpg",
- blurb:
- "''Death is not the end of the journey, it is just the beginning...''
The harbinger of oblivion, Karthus is an undying spirit whose haunting songs are a prelude to the horror of his nightmarish appearance. The living fear the eternity of undeath,...",
- info: {
- attack: 2,
- defense: 2,
- magic: 10,
- difficulty: 7
- },
- image: {
- full: "Karthus.png",
- sprite: "champion1.png",
- group: "champion",
- x: 336,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Mage"],
- partype: "MP",
- stats: {
- hp: 516,
- hpperlevel: 75,
- mp: 372.48,
- mpperlevel: 61,
- movespeed: 335,
- armor: 20.88,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 450,
- hpregen: 6.42,
- hpregenperlevel: 0.55,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 45.66,
- attackdamageperlevel: 3.25,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.11
- }
- },
- Kassadin: {
- version: "6.24.1",
- id: "Kassadin",
- key: "38",
- name: "Kassadin",
- title: "the Void Walker",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt20773f2f67e00a74/636ead3d105477785e890c1b/RiotX_ChampionList_kassadin.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Kassadin_0.jpg",
- blurb:
- "There is a place between dimensions and between worlds. To some it is known as the Outside, to others it is the Unknown. To most, however, it is called the Void. Despite its name, the Void is not an empty place, but rather the home of unspeakable ...",
- info: {
- attack: 3,
- defense: 5,
- magic: 8,
- difficulty: 8
- },
- image: {
- full: "Kassadin.png",
- sprite: "champion1.png",
- group: "champion",
- x: 384,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Assassin", "Mage"],
- partype: "MP",
- stats: {
- hp: 564.04,
- hpperlevel: 78,
- mp: 397.6,
- mpperlevel: 67,
- movespeed: 340,
- armor: 23.376,
- armorperlevel: 3.2,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 150,
- hpregen: 7.79,
- hpregenperlevel: 0.5,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 58.852,
- attackdamageperlevel: 3.9,
- attackspeedoffset: -0.023,
- attackspeedperlevel: 3.7
- }
- },
- Katarina: {
- version: "6.24.1",
- id: "Katarina",
- key: "55",
- name: "Katarina",
- title: "the Sinister Blade",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltb73e3edb5937676a/5db05fd7823d426762825feb/RiotX_ChampionList_katarina.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Katarina_0.jpg",
- blurb:
- "Driven by an intense killer instinct, Katarina uses her talents as an assassin for the glory of Noxus, and the continued elevation of her family. While her fervor drives her to ever-greater feats, it can sometimes lead her astray.
From ...",
- info: {
- attack: 4,
- defense: 3,
- magic: 9,
- difficulty: 8
- },
- image: {
- full: "Katarina.png",
- sprite: "champion1.png",
- group: "champion",
- x: 432,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Assassin", "Mage"],
- partype: "None",
- stats: {
- hp: 590,
- hpperlevel: 82,
- mp: 0,
- mpperlevel: 0,
- movespeed: 340,
- armor: 27.88,
- armorperlevel: 3.5,
- spellblock: 34.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 7.5,
- hpregenperlevel: 0.7,
- mpregen: 0,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 58,
- attackdamageperlevel: 3.2,
- attackspeedoffset: -0.05,
- attackspeedperlevel: 2.74
- }
- },
- Kayle: {
- version: "6.24.1",
- id: "Kayle",
- key: "10",
- name: "Kayle",
- title: "The Judicator",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt2c7675893b5c76bc/61b1ed442d06ff39b6c6336b/RiotX_ChampionList_kayle_v4.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Kayle_0.jpg",
- blurb:
- "In a world far away where an ancient war still rages, Kayle was a great hero - the strongest of an immortal race committed to destroying evil wherever it could be found. For ten thousand years, Kayle fought tirelessly for her people, wielding her ...",
- info: {
- attack: 6,
- defense: 6,
- magic: 7,
- difficulty: 7
- },
- image: {
- full: "Kayle.png",
- sprite: "champion1.png",
- group: "champion",
- x: 0,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Support"],
- partype: "MP",
- stats: {
- hp: 574.24,
- hpperlevel: 93,
- mp: 322.2,
- mpperlevel: 40,
- movespeed: 335,
- armor: 26.88,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 125,
- hpregen: 8.26,
- hpregenperlevel: 0.75,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 51,
- attackdamageperlevel: 2.8,
- attackspeedoffset: -0.02,
- attackspeedperlevel: 2.2
- }
- },
- Kennen: {
- version: "6.24.1",
- id: "Kennen",
- key: "85",
- name: "Kennen",
- title: "the Heart of the Tempest",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltc87932e656d1076e/5db05fd6adc8656c7d24e7dc/RiotX_ChampionList_kennen.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Kennen_0.jpg",
- blurb:
- "There exists an ancient order originating in the Ionian Isles dedicated to the preservation of balance. Order, chaos, light, darkness -- all things must exist in perfect harmony for such is the way of the universe. This order is known as the Kinkou ...",
- info: {
- attack: 6,
- defense: 4,
- magic: 7,
- difficulty: 4
- },
- image: {
- full: "Kennen.png",
- sprite: "champion1.png",
- group: "champion",
- x: 48,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Marksman"],
- partype: "Energy",
- stats: {
- hp: 535.72,
- hpperlevel: 79,
- mp: 200,
- mpperlevel: 0,
- movespeed: 335,
- armor: 24.3,
- armorperlevel: 3.75,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 5.59,
- hpregenperlevel: 0.65,
- mpregen: 50,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 50.544,
- attackdamageperlevel: 3.3,
- attackspeedoffset: -0.0947,
- attackspeedperlevel: 3.4
- }
- },
- Khazix: {
- version: "6.24.1",
- id: "Khazix",
- key: "121",
- name: "Kha'Zix",
- title: "the Voidreaver",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt363d7d62846ffc87/5db05fd6e9effa6ba5295f9f/RiotX_ChampionList_khazix.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Khazix_0.jpg",
- blurb:
- "A vicious Void predator, Kha'Zix infiltrated Valoran to devour the land's most promising creatures. With each kill he absorbs his prey's strength, evolving to grow more powerful. Kha'Zix hungers most to conquer and consume Rengar, the one beast he ...",
- info: {
- attack: 9,
- defense: 4,
- magic: 3,
- difficulty: 6
- },
- image: {
- full: "Khazix.png",
- sprite: "champion1.png",
- group: "champion",
- x: 96,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Assassin", "Fighter"],
- partype: "MP",
- stats: {
- hp: 572.8,
- hpperlevel: 85,
- mp: 327.2,
- mpperlevel: 40,
- movespeed: 350,
- armor: 27,
- armorperlevel: 3,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 7.51,
- hpregenperlevel: 0.75,
- mpregen: 7.59,
- mpregenperlevel: 0.5,
- crit: 0,
- critperlevel: 0,
- attackdamage: 55.21,
- attackdamageperlevel: 3.1,
- attackspeedoffset: -0.065,
- attackspeedperlevel: 2.7
- }
- },
- Kindred: {
- version: "6.24.1",
- id: "Kindred",
- key: "203",
- name: "Kindred",
- title: "The Eternal Hunters",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltc0f0007660b7a07b/5db05fd689fb926b491ed823/RiotX_ChampionList_kindred.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Kindred_0.jpg",
- blurb:
- "''Tell me again, little Lamb, which things are ours to take?''
''All things, Dear Wolf.''
Separate, but never parted, Kindred represents the twin essences of death. Lamb's arrow offers a swift release for those who accept their fate. Wolf hunts ...",
- info: {
- attack: 8,
- defense: 2,
- magic: 2,
- difficulty: 4
- },
- image: {
- full: "Kindred.png",
- sprite: "champion1.png",
- group: "champion",
- x: 144,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Marksman"],
- partype: "MP",
- stats: {
- hp: 540,
- hpperlevel: 85,
- mp: 300,
- mpperlevel: 35,
- movespeed: 325,
- armor: 20,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 500,
- hpregen: 7,
- hpregenperlevel: 0.55,
- mpregen: 6.97,
- mpregenperlevel: 0.4,
- crit: 0,
- critperlevel: 0,
- attackdamage: 54,
- attackdamageperlevel: 1.7,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.5
- }
- },
- Kled: {
- version: "6.24.1",
- id: "Kled",
- key: "240",
- name: "Kled",
- title: "the Cantankerous Cavalier",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt1670a0dd8fd5edca/5db05fd66e8b0c6d038c5ca8/RiotX_ChampionList_kled.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Kled_0.jpg",
- blurb:
- "''A sane man would run . . . but I ain't the runnin' kind!''
A warrior as fearless as he is ornery, Kled is a popular folk hero in Noxus. Embodying the furious bravado of his nation, he is an icon beloved by the empire's soldiers, distrusted by ...",
- info: {
- attack: 8,
- defense: 2,
- magic: 2,
- difficulty: 7
- },
- image: {
- full: "Kled.png",
- sprite: "champion4.png",
- group: "champion",
- x: 48,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "Gnarfury",
- stats: {
- hp: 340,
- hpperlevel: 70,
- mp: 100,
- mpperlevel: 0,
- movespeed: 345,
- armor: 26,
- armorperlevel: 4,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 6,
- hpregenperlevel: 0.75,
- mpregen: 0,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 55,
- attackdamageperlevel: 3,
- attackspeedoffset: 0,
- attackspeedperlevel: 3.5
- }
- },
- KogMaw: {
- version: "6.24.1",
- id: "KogMaw",
- key: "96",
- name: "Kog'Maw",
- title: "the Mouth of the Abyss",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltaf483c8f812369fa/5db05fde823d426762825ff1/RiotX_ChampionList_kogmaw.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/KogMaw_0.jpg",
- blurb:
- "''If that's just hungry, I don't want to see angry.''
When the prophet Malzahar was reborn in Icathia, he was led there by an ominous voice which thereafter anchored itself to his psyche. From within, this voice bestowed upon him terrible ...",
- info: {
- attack: 8,
- defense: 2,
- magic: 5,
- difficulty: 6
- },
- image: {
- full: "KogMaw.png",
- sprite: "champion1.png",
- group: "champion",
- x: 192,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Marksman", "Mage"],
- partype: "MP",
- stats: {
- hp: 517.76,
- hpperlevel: 82,
- mp: 322.2,
- mpperlevel: 40,
- movespeed: 325,
- armor: 19.88,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 500,
- hpregen: 5.92,
- hpregenperlevel: 0.55,
- mpregen: 8.675,
- mpregenperlevel: 0.7,
- crit: 0,
- critperlevel: 0,
- attackdamage: 57.46,
- attackdamageperlevel: 2.41,
- attackspeedoffset: -0.06,
- attackspeedperlevel: 2.65
- }
- },
- Leblanc: {
- version: "6.24.1",
- id: "Leblanc",
- key: "7",
- name: "LeBlanc",
- title: "the Deceiver",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt4aaf881bb90b509f/5db05fde6e8b0c6d038c5cae/RiotX_ChampionList_leblanc.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Leblanc_0.jpg",
- blurb:
- "Every city has its dark side, even one whose reputation is already of a questionable hue. Noxus - though its name is already invoked with a mixture of reverence and revulsion - is no exception to this simple truth. Deep within the winding dungeons ...",
- info: {
- attack: 1,
- defense: 4,
- magic: 10,
- difficulty: 9
- },
- image: {
- full: "Leblanc.png",
- sprite: "champion1.png",
- group: "champion",
- x: 240,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Assassin", "Mage"],
- partype: "MP",
- stats: {
- hp: 516,
- hpperlevel: 80,
- mp: 334,
- mpperlevel: 50,
- movespeed: 340,
- armor: 21.88,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 525,
- hpregen: 7.4,
- hpregenperlevel: 0.55,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 54.88,
- attackdamageperlevel: 3.5,
- attackspeedoffset: 0,
- attackspeedperlevel: 1.4
- }
- },
- LeeSin: {
- version: "6.24.1",
- id: "LeeSin",
- key: "64",
- name: "Lee Sin",
- title: "the Blind Monk",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt075d278529811445/5db05fde6af83b6d7032c8fe/RiotX_ChampionList_leesin.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/LeeSin_0.jpg",
- blurb:
- "As a young teen, Lee Sin was intent on becoming a summoner. His will and dedication were unmatched by any of his peers, and his skill drew the attention of Reginald Ashram, the League's High Councilor at the time. While studying at the Arcanum Majoris,...",
- info: {
- attack: 8,
- defense: 5,
- magic: 3,
- difficulty: 6
- },
- image: {
- full: "LeeSin.png",
- sprite: "champion1.png",
- group: "champion",
- x: 288,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Assassin"],
- partype: "Energy",
- stats: {
- hp: 570.8,
- hpperlevel: 85,
- mp: 200,
- mpperlevel: 0,
- movespeed: 350,
- armor: 24.216,
- armorperlevel: 3.7,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 7.425,
- hpregenperlevel: 0.7,
- mpregen: 50,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 61.176,
- attackdamageperlevel: 3.2,
- attackspeedoffset: -0.04,
- attackspeedperlevel: 3
- }
- },
- Leona: {
- version: "6.24.1",
- id: "Leona",
- key: "89",
- name: "Leona",
- title: "the Radiant Dawn",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt8d46ada03ea1da8c/5db05fdf347d1c6baa57be31/RiotX_ChampionList_leona.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Leona_0.jpg",
- blurb:
- "''If you would shine like a sun, first you must burn like one.''
Imbued with the fire of the sun, Leona is a warrior templar of the Solari who defends Mount Targon with her Zenith Blade and Shield of Daybreak. Her skin shimmers with starfire ...",
- info: {
- attack: 4,
- defense: 8,
- magic: 3,
- difficulty: 4
- },
- image: {
- full: "Leona.png",
- sprite: "champion1.png",
- group: "champion",
- x: 336,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Tank", "Support"],
- partype: "MP",
- stats: {
- hp: 576.16,
- hpperlevel: 87,
- mp: 302.2,
- mpperlevel: 40,
- movespeed: 335,
- armor: 27.208,
- armorperlevel: 3.6,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.425,
- hpregenperlevel: 0.85,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 60.04,
- attackdamageperlevel: 3,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.9
- }
- },
- Lissandra: {
- version: "6.24.1",
- id: "Lissandra",
- key: "127",
- name: "Lissandra",
- title: "the Ice Witch",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt08f869e897566c5b/5db05fdf7d28b76cfe439801/RiotX_ChampionList_lissandra.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Lissandra_0.jpg",
- blurb:
- "Lissandra's magic twists the pure power of ice into something dark and terrible. With the force of her black ice, she does more than freeze - she impales and crushes those who oppose her. To the terrified denizens of the north, she is known only as ...",
- info: {
- attack: 2,
- defense: 5,
- magic: 8,
- difficulty: 6
- },
- image: {
- full: "Lissandra.png",
- sprite: "champion1.png",
- group: "champion",
- x: 384,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Mage"],
- partype: "MP",
- stats: {
- hp: 506.12,
- hpperlevel: 75,
- mp: 304,
- mpperlevel: 50,
- movespeed: 325,
- armor: 20.216,
- armorperlevel: 3.7,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 6.92,
- hpregenperlevel: 0.55,
- mpregen: 5.67,
- mpregenperlevel: 0.4,
- crit: 0,
- critperlevel: 0,
- attackdamage: 50.536,
- attackdamageperlevel: 2.7,
- attackspeedoffset: 0,
- attackspeedperlevel: 1.36
- }
- },
- Lucian: {
- version: "6.24.1",
- id: "Lucian",
- key: "236",
- name: "Lucian",
- title: "the Purifier",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt3db0d62352b0b4f1/5db05fdf6e8b0c6d038c5cb4/RiotX_ChampionList_lucian.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Lucian_0.jpg",
- blurb:
- "Lucian wields relic weapons imbued with ancient power and stands a stalwart guardian against the undead. His cold conviction never wavers, even in the face of the maddening horrors he destroys beneath his hail of purifying fire. Lucian walks alone on ...",
- info: {
- attack: 8,
- defense: 5,
- magic: 3,
- difficulty: 6
- },
- image: {
- full: "Lucian.png",
- sprite: "champion1.png",
- group: "champion",
- x: 432,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Marksman"],
- partype: "MP",
- stats: {
- hp: 554.4,
- hpperlevel: 80,
- mp: 348.88,
- mpperlevel: 38,
- movespeed: 335,
- armor: 24.04,
- armorperlevel: 3,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 500,
- hpregen: 6.19,
- hpregenperlevel: 0.65,
- mpregen: 8.175,
- mpregenperlevel: 0.7,
- crit: 0,
- critperlevel: 0,
- attackdamage: 57.46,
- attackdamageperlevel: 2.41,
- attackspeedoffset: -0.02,
- attackspeedperlevel: 3.3
- }
- },
- Lulu: {
- version: "6.24.1",
- id: "Lulu",
- key: "117",
- name: "Lulu",
- title: "the Fae Sorceress",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt424f04814efb3aca/5db05fdfe9d7526ab429e538/RiotX_ChampionList_lulu.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Lulu_0.jpg",
- blurb:
- "Perhaps more than any other champion in the League, Lulu marches to the beat of her own drum. During her youth in Bandle City, she spent most of her time wandering alone in the forest or lost in a daydream. It wasn't that she was antisocial; the ...",
- info: {
- attack: 4,
- defense: 5,
- magic: 7,
- difficulty: 5
- },
- image: {
- full: "Lulu.png",
- sprite: "champion2.png",
- group: "champion",
- x: 0,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Support", "Mage"],
- partype: "MP",
- stats: {
- hp: 552.76,
- hpperlevel: 74,
- mp: 350,
- mpperlevel: 55,
- movespeed: 330,
- armor: 19.216,
- armorperlevel: 3.7,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 6.005,
- hpregenperlevel: 0.6,
- mpregen: 11,
- mpregenperlevel: 0.6,
- crit: 0,
- critperlevel: 0,
- attackdamage: 46.368,
- attackdamageperlevel: 2.6,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.25
- }
- },
- Lux: {
- version: "6.24.1",
- id: "Lux",
- key: "99",
- name: "Lux",
- title: "the Lady of Luminosity",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltb94b4161d8022c45/5db05fdfe9d7526ab429e53c/RiotX_ChampionList_lux.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Lux_0.jpg",
- blurb:
- "Born to the prestigious Crownguards, the paragon family of Demacian service, Luxanna was destined for greatness. She grew up as the family's only daughter, and she immediately took to the advanced education and lavish parties required of families as ...",
- info: {
- attack: 2,
- defense: 4,
- magic: 9,
- difficulty: 5
- },
- image: {
- full: "Lux.png",
- sprite: "champion2.png",
- group: "champion",
- x: 48,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Support"],
- partype: "MP",
- stats: {
- hp: 477.72,
- hpperlevel: 79,
- mp: 384,
- mpperlevel: 47,
- movespeed: 330,
- armor: 18.72,
- armorperlevel: 4,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 5.42,
- hpregenperlevel: 0.55,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 53.544,
- attackdamageperlevel: 3.3,
- attackspeedoffset: 0,
- attackspeedperlevel: 1.36
- }
- },
- Malphite: {
- version: "6.24.1",
- id: "Malphite",
- key: "54",
- name: "Malphite",
- title: "Shard of the Monolith",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt4d3b4a7e4c44ced7/5db05fdeadc8656c7d24e7e2/RiotX_ChampionList_malaphite.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Malphite_0.jpg",
- blurb:
- "There is a world of perfect harmony, where all are part of the whole. The Monolith is the essence of all creation, and its denizens are but singular pieces of it. It is beautiful in its symmetry, and in its almost complete lack of uncertainty. The ...",
- info: {
- attack: 5,
- defense: 9,
- magic: 7,
- difficulty: 2
- },
- image: {
- full: "Malphite.png",
- sprite: "champion2.png",
- group: "champion",
- x: 96,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Tank", "Fighter"],
- partype: "MP",
- stats: {
- hp: 574.2,
- hpperlevel: 90,
- mp: 282.2,
- mpperlevel: 40,
- movespeed: 335,
- armor: 28.3,
- armorperlevel: 3.75,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 7,
- hpregenperlevel: 0.55,
- mpregen: 7.32,
- mpregenperlevel: 0.55,
- crit: 0,
- critperlevel: 0,
- attackdamage: 61.97,
- attackdamageperlevel: 3.375,
- attackspeedoffset: -0.02,
- attackspeedperlevel: 3.4
- }
- },
- Malzahar: {
- version: "6.24.1",
- id: "Malzahar",
- key: "90",
- name: "Malzahar",
- title: "the Prophet of the Void",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltd58a3a2bf5035834/5db05fde0b39e86c2f83dc1f/RiotX_ChampionList_malzahar.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Malzahar_0.jpg",
- blurb:
- "Many men have gone mad beneath the glare of the Shurima sun, but it was during the night's chilling embrace that Malzahar relinquished his sanity. Malzahar was born a seer, blessed with the gift of prophecy. His talent, though unrefined, promised to ...",
- info: {
- attack: 2,
- defense: 2,
- magic: 9,
- difficulty: 6
- },
- image: {
- full: "Malzahar.png",
- sprite: "champion2.png",
- group: "champion",
- x: 144,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Assassin"],
- partype: "MP",
- stats: {
- hp: 525,
- hpperlevel: 75,
- mp: 300,
- mpperlevel: 55,
- movespeed: 335,
- armor: 20,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 500,
- hpregen: 6,
- hpregenperlevel: 0.6,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 55,
- attackdamageperlevel: 3,
- attackspeedoffset: 0,
- attackspeedperlevel: 1.5
- }
- },
- Maokai: {
- version: "6.24.1",
- id: "Maokai",
- key: "57",
- name: "Maokai",
- title: "the Twisted Treant",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt757d0e8855d51e03/5db05fe72140ec675d68f4a1/RiotX_ChampionList_maokai.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Maokai_0.jpg",
- blurb:
- "''All around me are empty husks, soulless and unafraid... but I will bring them fear.''
Maokai is a rageful, towering treant who fights the unnatural horrors of the Shadow Isles. He was twisted into a force of vengeance after a magical ...",
- info: {
- attack: 3,
- defense: 8,
- magic: 6,
- difficulty: 3
- },
- image: {
- full: "Maokai.png",
- sprite: "champion2.png",
- group: "champion",
- x: 192,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Tank", "Mage"],
- partype: "MP",
- stats: {
- hp: 572.2,
- hpperlevel: 90,
- mp: 377.28,
- mpperlevel: 43,
- movespeed: 335,
- armor: 28.72,
- armorperlevel: 4,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 7,
- hpregenperlevel: 0.75,
- mpregen: 7.205,
- mpregenperlevel: 0.45,
- crit: 0,
- critperlevel: 0,
- attackdamage: 63.544,
- attackdamageperlevel: 3.3,
- attackspeedoffset: -0.1,
- attackspeedperlevel: 2.125
- }
- },
- MasterYi: {
- version: "6.24.1",
- id: "MasterYi",
- key: "11",
- name: "Master Yi",
- title: "the Wuju Bladesman",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt46e861d7e6c0ab0c/5db05fe8df78486c826dcd12/RiotX_ChampionList_masteryi.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/MasterYi_0.jpg",
- blurb:
- "Through the ancient martial art of Wuju, Master Yi has tempered his body and sharpened his mind until thought and action have become one. Though he chooses to enter into violence as a last resort, the grace and speed with which he wields his blade ...",
- info: {
- attack: 10,
- defense: 4,
- magic: 2,
- difficulty: 4
- },
- image: {
- full: "MasterYi.png",
- sprite: "champion2.png",
- group: "champion",
- x: 240,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Assassin", "Fighter"],
- partype: "MP",
- stats: {
- hp: 598.56,
- hpperlevel: 92,
- mp: 250.56,
- mpperlevel: 42,
- movespeed: 355,
- armor: 24.04,
- armorperlevel: 3,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 7.59,
- hpregenperlevel: 0.65,
- mpregen: 7.255,
- mpregenperlevel: 0.45,
- crit: 0,
- critperlevel: 0,
- attackdamage: 60.04,
- attackdamageperlevel: 3,
- attackspeedoffset: -0.08,
- attackspeedperlevel: 2
- }
- },
- MissFortune: {
- version: "6.24.1",
- id: "MissFortune",
- key: "21",
- name: "Miss Fortune",
- title: "the Bounty Hunter",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltf36fa7fd7ecb59fb/5db05fe89481396d6bdd01b8/RiotX_ChampionList_missfortune.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/MissFortune_0.jpg",
- blurb:
- "''The bigger the risk, the bigger the bounty.''
Beauty and danger: There are few who can match Miss Fortune in either. One of Bilgewater's most infamous bounty hunters, she built her legend upon a swathe of bullet-riddled corpses and captured ...",
- info: {
- attack: 8,
- defense: 2,
- magic: 5,
- difficulty: 1
- },
- image: {
- full: "MissFortune.png",
- sprite: "champion2.png",
- group: "champion",
- x: 288,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Marksman"],
- partype: "MP",
- stats: {
- hp: 530,
- hpperlevel: 85,
- mp: 325.84,
- mpperlevel: 35,
- movespeed: 325,
- armor: 24.04,
- armorperlevel: 3,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 6.19,
- hpregenperlevel: 0.65,
- mpregen: 8.04,
- mpregenperlevel: 0.65,
- crit: 0,
- critperlevel: 0,
- attackdamage: 46,
- attackdamageperlevel: 1,
- attackspeedoffset: -0.04734,
- attackspeedperlevel: 3
- }
- },
- MonkeyKing: {
- version: "6.24.1",
- id: "MonkeyKing",
- key: "62",
- name: "Wukong",
- title: "the Monkey King",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltaf44673e1a16af30/5db05fe87d28b76cfe439807/RiotX_ChampionList_monkeyking.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/MonkeyKing_0.jpg",
- blurb:
- "During the chaos of the Rune Wars, an enormous runestone was lost deep within the Plague Jungles. It remained there, untouched for centuries, emanating a potent magic which infused nearby wildlife with sentience and vitality. A group of monkeys who ...",
- info: {
- attack: 8,
- defense: 5,
- magic: 2,
- difficulty: 3
- },
- image: {
- full: "MonkeyKing.png",
- sprite: "champion2.png",
- group: "champion",
- x: 336,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "MP",
- stats: {
- hp: 577.8,
- hpperlevel: 85,
- mp: 265.84,
- mpperlevel: 38,
- movespeed: 345,
- armor: 24.88,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 175,
- hpregen: 6.19,
- hpregenperlevel: 0.65,
- mpregen: 8.04,
- mpregenperlevel: 0.65,
- crit: 0,
- critperlevel: 0,
- attackdamage: 59.876,
- attackdamageperlevel: 3.2,
- attackspeedoffset: -0.05,
- attackspeedperlevel: 3
- }
- },
- Mordekaiser: {
- version: "6.24.1",
- id: "Mordekaiser",
- key: "82",
- name: "Mordekaiser",
- title: "the Iron Revenant",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt7683195e1c4f6706/621ed30fba043c4a2c4a9f7a/RiotX_ChampionList_mordekaiser_v2.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Mordekaiser_0.jpg",
- blurb:
- "''All things must die... and yet I live on.''
The baleful revenant Mordekaiser is among the most terrifying and hateful spirits haunting the Shadow Isles. He has existed for countless centuries, shielded from true death by necromantic sorcery ...",
- info: {
- attack: 4,
- defense: 6,
- magic: 7,
- difficulty: 4
- },
- image: {
- full: "Mordekaiser.png",
- sprite: "champion2.png",
- group: "champion",
- x: 384,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Fighter"],
- partype: "None",
- stats: {
- hp: 525,
- hpperlevel: 73,
- mp: 0,
- mpperlevel: 0,
- movespeed: 325,
- armor: 20,
- armorperlevel: 3.75,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 175,
- hpregen: 4,
- hpregenperlevel: 0.3,
- mpregen: 0,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 61,
- attackdamageperlevel: 5,
- attackspeedoffset: 0.04,
- attackspeedperlevel: 2.2
- }
- },
- Morgana: {
- version: "6.24.1",
- id: "Morgana",
- key: "25",
- name: "Morgana",
- title: "Fallen Angel",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltc81eece55f126d2d/5db05fe86af83b6d7032c904/RiotX_ChampionList_morgana.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Morgana_0.jpg",
- blurb:
- "There is a world far away populated by graceful and beautiful winged beings gifted with immortality, where an ancient conflict still rages. Like so many conflicts, this war split families. One side proclaimed themselves as beings of perfect order and ...",
- info: {
- attack: 1,
- defense: 6,
- magic: 8,
- difficulty: 1
- },
- image: {
- full: "Morgana.png",
- sprite: "champion2.png",
- group: "champion",
- x: 432,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Support"],
- partype: "MP",
- stats: {
- hp: 547.48,
- hpperlevel: 86,
- mp: 340.8,
- mpperlevel: 60,
- movespeed: 335,
- armor: 25.384,
- armorperlevel: 3.8,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 450,
- hpregen: 5.705,
- hpregenperlevel: 0.6,
- mpregen: 8.5,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 55.46,
- attackdamageperlevel: 3.5,
- attackspeedoffset: 0,
- attackspeedperlevel: 1.53
- }
- },
- Nami: {
- version: "6.24.1",
- id: "Nami",
- key: "267",
- name: "Nami",
- title: "the Tidecaller",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt13bec39f49dc35ee/5db05fe956458c6b3fc1751f/RiotX_ChampionList_nami.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Nami_0.jpg",
- blurb:
- "Nami channels the primal energies of the ocean, harnessing its mystical restorative properties and commanding the raw power of the tides themselves. Though many doubted her, Nami had the bravery and determination to take on a dangerous quest when no ...",
- info: {
- attack: 4,
- defense: 3,
- magic: 7,
- difficulty: 5
- },
- image: {
- full: "Nami.png",
- sprite: "champion2.png",
- group: "champion",
- x: 0,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Support", "Mage"],
- partype: "MP",
- stats: {
- hp: 489.32,
- hpperlevel: 74,
- mp: 377.24,
- mpperlevel: 43,
- movespeed: 335,
- armor: 19.72,
- armorperlevel: 4,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 5.42,
- hpregenperlevel: 0.55,
- mpregen: 11.5,
- mpregenperlevel: 0.4,
- crit: 0,
- critperlevel: 0,
- attackdamage: 51.208,
- attackdamageperlevel: 3.1,
- attackspeedoffset: -0.03,
- attackspeedperlevel: 2.61
- }
- },
- Nasus: {
- version: "6.24.1",
- id: "Nasus",
- key: "75",
- name: "Nasus",
- title: "the Curator of the Sands",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt20a4b154b1756b56/5db05fe7a6470d6ab91ce5a0/RiotX_ChampionList_nasus.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Nasus_0.jpg",
- blurb:
- "''What was fallen will be great again.''
Nasus is an imposing, jackal-headed Ascended being from ancient Shurima, a heroic figure regarded as a demigod by the people of the desert. Fiercely intelligent, he was a guardian of knowledge and ...",
- info: {
- attack: 7,
- defense: 5,
- magic: 6,
- difficulty: 6
- },
- image: {
- full: "Nasus.png",
- sprite: "champion2.png",
- group: "champion",
- x: 48,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "MP",
- stats: {
- hp: 561.2,
- hpperlevel: 90,
- mp: 325.6,
- mpperlevel: 42,
- movespeed: 350,
- armor: 24.88,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 9.01,
- hpregenperlevel: 0.9,
- mpregen: 7.44,
- mpregenperlevel: 0.5,
- crit: 0,
- critperlevel: 0,
- attackdamage: 59.18,
- attackdamageperlevel: 3.5,
- attackspeedoffset: -0.02,
- attackspeedperlevel: 3.48
- }
- },
- Nautilus: {
- version: "6.24.1",
- id: "Nautilus",
- key: "111",
- name: "Nautilus",
- title: "the Titan of the Depths",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltf945a57aa16cea57/5db05fe7347d1c6baa57be37/RiotX_ChampionList_nautilus.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Nautilus_0.jpg",
- blurb:
- "Once, Nautilus was a sailor commissioned by the Institute of War to explore the uncharted reaches of the Guardian's Sea. This expedition took him deep into unknown waters where he and his crew found a vast section of black oozing liquid that none of ...",
- info: {
- attack: 4,
- defense: 6,
- magic: 6,
- difficulty: 6
- },
- image: {
- full: "Nautilus.png",
- sprite: "champion2.png",
- group: "champion",
- x: 96,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Tank", "Fighter"],
- partype: "MP",
- stats: {
- hp: 576.48,
- hpperlevel: 86,
- mp: 334,
- mpperlevel: 47,
- movespeed: 325,
- armor: 26.46,
- armorperlevel: 3.75,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 175,
- hpregen: 8.37,
- hpregenperlevel: 0.55,
- mpregen: 8.625,
- mpregenperlevel: 0.7,
- crit: 0,
- critperlevel: 0,
- attackdamage: 57.544,
- attackdamageperlevel: 3.3,
- attackspeedoffset: 0.02,
- attackspeedperlevel: 1
- }
- },
- Nidalee: {
- version: "6.24.1",
- id: "Nidalee",
- key: "76",
- name: "Nidalee",
- title: "the Bestial Huntress",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt5a2da06d413f7c15/5db05ff1df78486c826dcd18/RiotX_ChampionList_nidalee.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Nidalee_0.jpg",
- blurb:
- "There are few dwellers, let alone champions, residing in the blasted and dangerous lands that lie south of the Great Barrier. Much of that world still bears the scars of past Runes Wars, especially the mysterious Kumungu Jungle. There are ...",
- info: {
- attack: 5,
- defense: 4,
- magic: 7,
- difficulty: 8
- },
- image: {
- full: "Nidalee.png",
- sprite: "champion2.png",
- group: "champion",
- x: 144,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Assassin", "Fighter"],
- partype: "MP",
- stats: {
- hp: 511.2,
- hpperlevel: 80,
- mp: 295.6,
- mpperlevel: 45,
- movespeed: 335,
- armor: 22.88,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 525,
- hpregen: 6.005,
- hpregenperlevel: 0.6,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 53,
- attackdamageperlevel: 3.5,
- attackspeedoffset: -0.02,
- attackspeedperlevel: 3.22
- }
- },
- Nocturne: {
- version: "6.24.1",
- id: "Nocturne",
- key: "56",
- name: "Nocturne",
- title: "the Eternal Nightmare",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltfc73e3c7dda28d31/5db05ff2adc8656c7d24e7f0/RiotX_ChampionList_nocturne.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Nocturne_0.jpg",
- blurb:
- "Before Nocturne, people believed that dreams were figments of their imagination, meaningless images that flashed through the mind when one slept. This belief was put to the test when a rash of sleep-related incidents started afflicting summoners of ...",
- info: {
- attack: 9,
- defense: 5,
- magic: 2,
- difficulty: 4
- },
- image: {
- full: "Nocturne.png",
- sprite: "champion2.png",
- group: "champion",
- x: 192,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Assassin", "Fighter"],
- partype: "MP",
- stats: {
- hp: 582.8,
- hpperlevel: 85,
- mp: 273.8,
- mpperlevel: 35,
- movespeed: 345,
- armor: 26.88,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.26,
- hpregenperlevel: 0.75,
- mpregen: 6.755,
- mpregenperlevel: 0.45,
- crit: 0,
- critperlevel: 0,
- attackdamage: 59.208,
- attackdamageperlevel: 3.1,
- attackspeedoffset: -0.065,
- attackspeedperlevel: 2.7
- }
- },
- Nunu: {
- version: "6.24.1",
- id: "Nunu",
- key: "20",
- name: "Nunu",
- title: "the Yeti Rider",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltf613746635c6d3c8/5db05ff256458c6b3fc17527/RiotX_ChampionList_nunu.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Nunu_0.jpg",
- blurb:
- "Sometimes bonds of friendship become stronger than even bonds of blood. When those bonds link a fearless boy to a fearsome Yeti, the bond becomes a force to be reckoned with. Given the responsibility of taming a terrifying beast, Nunu forged a ...",
- info: {
- attack: 4,
- defense: 6,
- magic: 7,
- difficulty: 4
- },
- image: {
- full: "Nunu.png",
- sprite: "champion2.png",
- group: "champion",
- x: 240,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Support", "Fighter"],
- partype: "MP",
- stats: {
- hp: 598.28,
- hpperlevel: 90,
- mp: 283.56,
- mpperlevel: 42,
- movespeed: 350,
- armor: 26.38,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.39,
- hpregenperlevel: 0.8,
- mpregen: 7.44,
- mpregenperlevel: 0.5,
- crit: 0,
- critperlevel: 0,
- attackdamage: 59,
- attackdamageperlevel: 4,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.25
- }
- },
- Olaf: {
- version: "6.24.1",
- id: "Olaf",
- key: "2",
- name: "Olaf",
- title: "the Berserker",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blte922bda45062964b/5db05ff0a6470d6ab91ce5a6/RiotX_ChampionList_olaf.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Olaf_0.jpg",
- blurb:
- "Most men would say that death is a thing to be feared; none of those men would be Olaf. The Berserker lives only for the roar of a battle cry and the clash of steel. Spurred on by his hunger for glory and the looming curse of a forgettable death, Olaf ...",
- info: {
- attack: 9,
- defense: 5,
- magic: 3,
- difficulty: 3
- },
- image: {
- full: "Olaf.png",
- sprite: "champion2.png",
- group: "champion",
- x: 288,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "MP",
- stats: {
- hp: 597.24,
- hpperlevel: 93,
- mp: 315.6,
- mpperlevel: 42,
- movespeed: 350,
- armor: 26.04,
- armorperlevel: 3,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.51,
- hpregenperlevel: 0.9,
- mpregen: 7.465,
- mpregenperlevel: 0.575,
- crit: 0,
- critperlevel: 0,
- attackdamage: 59.98,
- attackdamageperlevel: 3.5,
- attackspeedoffset: -0.1,
- attackspeedperlevel: 2.7
- }
- },
- Orianna: {
- version: "6.24.1",
- id: "Orianna",
- key: "61",
- name: "Orianna",
- title: "the Lady of Clockwork",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt3318fc0e8103706d/5db05ff02140ec675d68f4a7/RiotX_ChampionList_orianna.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Orianna_0.jpg",
- blurb:
- "There once was a Piltovian man named Corin Reveck who had a daughter named Orianna, whom he loved more than anything else in the world. Though Orianna had incredible talent for dancing, she was deeply fascinated by the champions of the League of ...",
- info: {
- attack: 4,
- defense: 3,
- magic: 9,
- difficulty: 7
- },
- image: {
- full: "Orianna.png",
- sprite: "champion2.png",
- group: "champion",
- x: 336,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Support"],
- partype: "MP",
- stats: {
- hp: 517.72,
- hpperlevel: 79,
- mp: 334,
- mpperlevel: 50,
- movespeed: 325,
- armor: 17.04,
- armorperlevel: 3,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 525,
- hpregen: 6.87,
- hpregenperlevel: 0.55,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 40.368,
- attackdamageperlevel: 2.6,
- attackspeedoffset: -0.05,
- attackspeedperlevel: 3.5
- }
- },
- Pantheon: {
- version: "6.24.1",
- id: "Pantheon",
- key: "80",
- name: "Pantheon",
- title: "the Artisan of War",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt3f84c538bd36ef02/5db05ff17d28b76cfe43980d/RiotX_ChampionList_pantheon.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Pantheon_0.jpg",
- blurb:
- "''Bring forth one true champion, or a hundred more like you, and then we shall have a battle that will be spoken of until the end of time.''
The peerless warrior known as Pantheon is a nigh-unstoppable paragon of battle. He was born among the ...",
- info: {
- attack: 9,
- defense: 4,
- magic: 3,
- difficulty: 4
- },
- image: {
- full: "Pantheon.png",
- sprite: "champion2.png",
- group: "champion",
- x: 384,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Assassin"],
- partype: "MP",
- stats: {
- hp: 579.16,
- hpperlevel: 87,
- mp: 317.12,
- mpperlevel: 31,
- movespeed: 355,
- armor: 27.652,
- armorperlevel: 3.9,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 150,
- hpregen: 7.84,
- hpregenperlevel: 0.65,
- mpregen: 7.355,
- mpregenperlevel: 0.45,
- crit: 0,
- critperlevel: 0,
- attackdamage: 55.572,
- attackdamageperlevel: 2.9,
- attackspeedoffset: -0.03,
- attackspeedperlevel: 2.95
- }
- },
- Poppy: {
- version: "6.24.1",
- id: "Poppy",
- key: "78",
- name: "Poppy",
- title: "Keeper of the Hammer",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt0df0f7bcaf851737/5db05ff1242f426df132f973/RiotX_ChampionList_poppy.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Poppy_0.jpg",
- blurb:
- "''I'm no hero. Just a yordle with a hammer.''
Runeterra has no shortage of valiant champions, but few are as tenacious as Poppy. Bearing a hammer twice the length of her body, this determined yordle has spent untold years searching for the ...",
- info: {
- attack: 6,
- defense: 7,
- magic: 2,
- difficulty: 6
- },
- image: {
- full: "Poppy.png",
- sprite: "champion2.png",
- group: "champion",
- x: 432,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Tank", "Fighter"],
- partype: "MP",
- stats: {
- hp: 540,
- hpperlevel: 90,
- mp: 280,
- mpperlevel: 40,
- movespeed: 345,
- armor: 29,
- armorperlevel: 3.5,
- spellblock: 32,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8,
- hpregenperlevel: 0.8,
- mpregen: 7,
- mpregenperlevel: 0.7,
- crit: 0,
- critperlevel: 0,
- attackdamage: 56,
- attackdamageperlevel: 4,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.5
- }
- },
- Quinn: {
- version: "6.24.1",
- id: "Quinn",
- key: "133",
- name: "Quinn",
- title: "Demacia's Wings",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt5cc3e3a189961d90/5db05ffbadc8656c7d24e7fc/RiotX_ChampionList_quinn.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Quinn_0.jpg",
- blurb:
- "Quinn and Valor are an elite ranger team. With crossbow and claw, they undertake their nation's most dangerous missions deep within enemy territory, from swift reconnaissance to lethal strikes. The pair's unbreakable bond is deadly on the battlefield, ...",
- info: {
- attack: 9,
- defense: 4,
- magic: 2,
- difficulty: 5
- },
- image: {
- full: "Quinn.png",
- sprite: "champion2.png",
- group: "champion",
- x: 0,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Marksman", "Fighter"],
- partype: "MP",
- stats: {
- hp: 532.8,
- hpperlevel: 85,
- mp: 268.8,
- mpperlevel: 35,
- movespeed: 335,
- armor: 23.38,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 525,
- hpregen: 5.42,
- hpregenperlevel: 0.55,
- mpregen: 6.97,
- mpregenperlevel: 0.4,
- crit: 0,
- critperlevel: 0,
- attackdamage: 54.46,
- attackdamageperlevel: 2.41,
- attackspeedoffset: -0.065,
- attackspeedperlevel: 3.1
- }
- },
- Rammus: {
- version: "6.24.1",
- id: "Rammus",
- key: "33",
- name: "Rammus",
- title: "the Armordillo",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt50cccb68a58349f5/5db05ffbdc674266df3d5d48/RiotX_ChampionList_rammus.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Rammus_0.jpg",
- blurb:
- "''OK.''
Idolized by many, dismissed by some, mystifying to all, the curious being, Rammus, is an enigma. Protected by a spiked shell, Rammus inspires increasingly disparate theories on his origin wherever he goes - from demigod, to sacred ...",
- info: {
- attack: 4,
- defense: 10,
- magic: 5,
- difficulty: 5
- },
- image: {
- full: "Rammus.png",
- sprite: "champion2.png",
- group: "champion",
- x: 48,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Tank", "Fighter"],
- partype: "MP",
- stats: {
- hp: 564.48,
- hpperlevel: 86,
- mp: 310.44,
- mpperlevel: 33,
- movespeed: 335,
- armor: 31.384,
- armorperlevel: 4.3,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 7.92,
- hpregenperlevel: 0.55,
- mpregen: 7.84,
- mpregenperlevel: 0.5,
- crit: 0,
- critperlevel: 0,
- attackdamage: 55.88,
- attackdamageperlevel: 3.5,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.215
- }
- },
- RekSai: {
- version: "6.24.1",
- id: "RekSai",
- key: "421",
- name: "Rek'Sai",
- title: "the Void Burrower",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt4affff3ef114e99b/5db05ffb347d1c6baa57be43/RiotX_ChampionList_reksai.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/RekSai_0.jpg",
- blurb:
- "The largest and fiercest of her species, Rek'Sai is a merciless predator that tunnels through the earth to ambush and devour her prey. Her insatiable hunger has laid waste to entire regions of the once-great Shuriman empire. Merchants, traders and ...",
- info: {
- attack: 8,
- defense: 5,
- magic: 2,
- difficulty: 3
- },
- image: {
- full: "RekSai.png",
- sprite: "champion2.png",
- group: "champion",
- x: 96,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Fighter"],
- partype: "Battlefury",
- stats: {
- hp: 570,
- hpperlevel: 90,
- mp: 100,
- mpperlevel: 0,
- movespeed: 335,
- armor: 24,
- armorperlevel: 3.4,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 175,
- hpregen: 7.34,
- hpregenperlevel: 0.65,
- mpregen: 0,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 55.628,
- attackdamageperlevel: 3.35,
- attackspeedoffset: 0,
- attackspeedperlevel: 2
- }
- },
- Renekton: {
- version: "6.24.1",
- id: "Renekton",
- key: "58",
- name: "Renekton",
- title: "the Butcher of the Sands",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt6b5bb4d917759184/5db05ffb242f426df132f979/RiotX_ChampionList_renekton.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Renekton_0.jpg",
- blurb:
- "''Blood and vengeance.''
Renekton is a terrifying, rage-fueled Ascended being from the scorched deserts of Shurima. Once, he was his empire's most esteemed warrior, leading the armies of Shurima to countless victories. However, after the ...",
- info: {
- attack: 8,
- defense: 5,
- magic: 2,
- difficulty: 3
- },
- image: {
- full: "Renekton.png",
- sprite: "champion2.png",
- group: "champion",
- x: 144,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "Rage",
- stats: {
- hp: 572.16,
- hpperlevel: 87,
- mp: 100,
- mpperlevel: 0,
- movespeed: 345,
- armor: 25.584,
- armorperlevel: 3.8,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 7.96,
- hpregenperlevel: 0.75,
- mpregen: 0,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 58.328,
- attackdamageperlevel: 3.1,
- attackspeedoffset: -0.06,
- attackspeedperlevel: 2.65
- }
- },
- Rengar: {
- version: "6.24.1",
- id: "Rengar",
- key: "107",
- name: "Rengar",
- title: "the Pridestalker",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt282bc8e033db4123/5db05ff9adc8656c7d24e7f6/RiotX_ChampionList_rengar.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Rengar_0.jpg",
- blurb:
- "On every wall of his den, the trophy hunter Rengar mounts the heads, horns, claws, and fangs of the most lethal creatures in Valoran. Though his collection is extensive, he remains unsatisfied, tirelessly seeking greater game. He takes time with every ...",
- info: {
- attack: 7,
- defense: 4,
- magic: 2,
- difficulty: 8
- },
- image: {
- full: "Rengar.png",
- sprite: "champion2.png",
- group: "champion",
- x: 192,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Assassin", "Fighter"],
- partype: "Ferocity",
- stats: {
- hp: 586.2,
- hpperlevel: 90,
- mp: 4,
- mpperlevel: 0,
- movespeed: 345,
- armor: 25.88,
- armorperlevel: 3,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 7,
- hpregenperlevel: 0.5,
- mpregen: 0,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 60,
- attackdamageperlevel: 1.5,
- attackspeedoffset: 0,
- attackspeedperlevel: 3.5
- }
- },
- Riven: {
- version: "6.24.1",
- id: "Riven",
- key: "92",
- name: "Riven",
- title: "the Exile",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt3925b81c7462e26e/5db05ffadc674266df3d5d42/RiotX_ChampionList_riven.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Riven_0.jpg",
- blurb:
- "''There is a place between war and murder in which our demons lurk.''
In Noxus, any citizen may rise to power regardless of race, gender, or social standing - strength is all that matters. It was with committed faith in this ideal that Riven ...",
- info: {
- attack: 8,
- defense: 5,
- magic: 1,
- difficulty: 8
- },
- image: {
- full: "Riven.png",
- sprite: "champion2.png",
- group: "champion",
- x: 240,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Assassin"],
- partype: "None",
- stats: {
- hp: 558.48,
- hpperlevel: 86,
- mp: 0,
- mpperlevel: 0,
- movespeed: 340,
- armor: 24.376,
- armorperlevel: 3.2,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 5.34,
- hpregenperlevel: 0.5,
- mpregen: 0,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 56.04,
- attackdamageperlevel: 3,
- attackspeedoffset: 0,
- attackspeedperlevel: 3.5
- }
- },
- Rumble: {
- version: "6.24.1",
- id: "Rumble",
- key: "68",
- name: "Rumble",
- title: "the Mechanized Menace",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltd7c76610fa29d8d6/5db05ffa7d28b76cfe439813/RiotX_ChampionList_rumble.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Rumble_0.jpg",
- blurb:
- "''Ugh, it's gonna take forever to scrape your face off my suit!''
Even amongst yordles, Rumble was always the runt of the litter. As such, he was used to being bullied. In order to survive, he had to be scrappier and more resourceful than his ...",
- info: {
- attack: 3,
- defense: 6,
- magic: 8,
- difficulty: 10
- },
- image: {
- full: "Rumble.png",
- sprite: "champion2.png",
- group: "champion",
- x: 288,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Mage"],
- partype: "Heat",
- stats: {
- hp: 584.4,
- hpperlevel: 80,
- mp: 100,
- mpperlevel: 0,
- movespeed: 345,
- armor: 25.88,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.005,
- hpregenperlevel: 0.6,
- mpregen: 0,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 61.036,
- attackdamageperlevel: 3.2,
- attackspeedoffset: -0.03,
- attackspeedperlevel: 1.85
- }
- },
- Ryze: {
- version: "6.24.1",
- id: "Ryze",
- key: "13",
- name: "Ryze",
- title: "the Rune Mage",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt8af977ce4fa7804b/5db05ffa2dc72966da746714/RiotX_ChampionList_ryze.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ryze_0.jpg",
- blurb:
- "''Take care with this world. What is made can be unmade.''
Widely considered one of the most adept sorcerers on Runeterra, Ryze is an ancient, hard-bitten archmage with an impossibly heavy burden to bear. Armed with a boundless constitution and ...",
- info: {
- attack: 2,
- defense: 2,
- magic: 10,
- difficulty: 7
- },
- image: {
- full: "Ryze.png",
- sprite: "champion2.png",
- group: "champion",
- x: 336,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Fighter"],
- partype: "MP",
- stats: {
- hp: 558.48,
- hpperlevel: 86,
- mp: 400,
- mpperlevel: 50,
- movespeed: 340,
- armor: 21.552,
- armorperlevel: 3,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 7,
- hpregenperlevel: 0.55,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 55.04,
- attackdamageperlevel: 3,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.112
- }
- },
- Sejuani: {
- version: "6.24.1",
- id: "Sejuani",
- key: "113",
- name: "Sejuani",
- title: "the Winter's Wrath",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blte4d521b893aa5a3e/5db05ffae9d7526ab429e544/RiotX_ChampionList_sejuani.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Sejuani_0.jpg",
- blurb:
- "Sejuani was weaned on hardship and reared on barbarity. Where others succumbed to the harshness of the Freljord, she was tempered by it until pain became power, hunger an encouragement, and frost an ally in culling the weak. Through her ordeals, she ...",
- info: {
- attack: 5,
- defense: 7,
- magic: 6,
- difficulty: 4
- },
- image: {
- full: "Sejuani.png",
- sprite: "champion2.png",
- group: "champion",
- x: 384,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Tank", "Fighter"],
- partype: "MP",
- stats: {
- hp: 600,
- hpperlevel: 95,
- mp: 400,
- mpperlevel: 40,
- movespeed: 340,
- armor: 29.54,
- armorperlevel: 3,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.675,
- hpregenperlevel: 0.85,
- mpregen: 7.205,
- mpregenperlevel: 0.45,
- crit: 0,
- critperlevel: 0,
- attackdamage: 57.544,
- attackdamageperlevel: 3.3,
- attackspeedoffset: -0.0672,
- attackspeedperlevel: 1.44
- }
- },
- Shaco: {
- version: "6.24.1",
- id: "Shaco",
- key: "35",
- name: "Shaco",
- title: "the Demon Jester",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltc8b1d1ba926d01cc/5db060036e8b0c6d038c5cba/RiotX_ChampionList_shaco.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Shaco_0.jpg",
- blurb:
- "Most would say that death isn't funny. It isn't, unless you're Shaco - then it's hysterical. He is Valoran's first fully functioning homicidal comic; he jests until someone dies, and then he laughs. The figure that has come to be known as the Demon ...",
- info: {
- attack: 8,
- defense: 4,
- magic: 6,
- difficulty: 9
- },
- image: {
- full: "Shaco.png",
- sprite: "champion2.png",
- group: "champion",
- x: 432,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Assassin"],
- partype: "MP",
- stats: {
- hp: 582.12,
- hpperlevel: 84,
- mp: 297.2,
- mpperlevel: 40,
- movespeed: 350,
- armor: 24.88,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.37,
- hpregenperlevel: 0.55,
- mpregen: 7.155,
- mpregenperlevel: 0.45,
- crit: 0,
- critperlevel: 0,
- attackdamage: 57.58,
- attackdamageperlevel: 3.5,
- attackspeedoffset: -0.1,
- attackspeedperlevel: 3
- }
- },
- Shen: {
- version: "6.24.1",
- id: "Shen",
- key: "98",
- name: "Shen",
- title: "the Eye of Twilight",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltd142d174831b78e9/5db06004242f426df132f97f/RiotX_ChampionList_shen.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Shen_0.jpg",
- blurb:
- "''The Eye is blind to fear, to hate, to love - to all things that would sway equilibrium.''
Leader of a secret clan of mystic warriors, Shen serves as the Eye of Twilight, entrusted to enforce equilibrium in the world. Longing to remain free ...",
- info: {
- attack: 3,
- defense: 9,
- magic: 3,
- difficulty: 4
- },
- image: {
- full: "Shen.png",
- sprite: "champion3.png",
- group: "champion",
- x: 0,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Tank", "Melee"],
- partype: "Energy",
- stats: {
- hp: 540,
- hpperlevel: 85,
- mp: 400,
- mpperlevel: 0,
- movespeed: 340,
- armor: 25,
- armorperlevel: 3,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.5,
- hpregenperlevel: 0.75,
- mpregen: 50,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 60,
- attackdamageperlevel: 3,
- attackspeedoffset: 0,
- attackspeedperlevel: 2
- }
- },
- Shyvana: {
- version: "6.24.1",
- id: "Shyvana",
- key: "102",
- name: "Shyvana",
- title: "the Half-Dragon",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltdb320ec49e0e02a7/5db0600456458c6b3fc1752d/RiotX_ChampionList_shyvana.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Shyvana_0.jpg",
- blurb:
- "A half-breed born from the union between dragon and human, Shyvana searched all her life for belonging. Persecution forged her into a brutal warrior, and those who dare stand against Shyvana face the fiery beast lurking just beneath her skin....",
- info: {
- attack: 8,
- defense: 6,
- magic: 3,
- difficulty: 4
- },
- image: {
- full: "Shyvana.png",
- sprite: "champion3.png",
- group: "champion",
- x: 48,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "Dragonfury",
- stats: {
- hp: 595,
- hpperlevel: 95,
- mp: 100,
- mpperlevel: 0,
- movespeed: 350,
- armor: 27.628,
- armorperlevel: 3.35,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.6,
- hpregenperlevel: 0.8,
- mpregen: 0,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 60.712,
- attackdamageperlevel: 3.4,
- attackspeedoffset: -0.05,
- attackspeedperlevel: 2.5
- }
- },
- Singed: {
- version: "6.24.1",
- id: "Singed",
- key: "27",
- name: "Singed",
- title: "the Mad Chemist",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt766d98c27adfde28/5db06004347d1c6baa57be4f/RiotX_ChampionList_singed.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Singed_0.jpg",
- blurb:
- "Singed descended from a long line of Zaun's revered chemists. Even in his youth, his talent for concocting potions far outstripped that of his peers, and he quickly distinguished himself from his less extraordinary chemist compatriots. It came as no ...",
- info: {
- attack: 4,
- defense: 8,
- magic: 7,
- difficulty: 5
- },
- image: {
- full: "Singed.png",
- sprite: "champion3.png",
- group: "champion",
- x: 96,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Tank", "Fighter"],
- partype: "MP",
- stats: {
- hp: 542.76,
- hpperlevel: 82,
- mp: 290.6,
- mpperlevel: 45,
- movespeed: 345,
- armor: 27.88,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.02,
- hpregenperlevel: 0.55,
- mpregen: 7.52,
- mpregenperlevel: 0.55,
- crit: 0,
- critperlevel: 0,
- attackdamage: 62.32,
- attackdamageperlevel: 3.375,
- attackspeedoffset: 0.02,
- attackspeedperlevel: 1.81
- }
- },
- Sion: {
- version: "6.24.1",
- id: "Sion",
- key: "14",
- name: "Sion",
- title: "The Undead Juggernaut",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt7f28f1d689e4ad3d/5db06004adc8656c7d24e802/RiotX_ChampionList_sion.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Sion_0.jpg",
- blurb:
- "BLOOD.
SMELL IT.
WANT. ACHING. NEED!
CLOSE NOW. THEY COME.
NO CHAINS? FREE! KILL!
IN REACH. YES! DIE! DIE!
Gone. Too quick. No fight. More. I want... more.
A voice? Unfamiliar. I see him. The Grand ...",
- info: {
- attack: 5,
- defense: 9,
- magic: 3,
- difficulty: 5
- },
- image: {
- full: "Sion.png",
- sprite: "champion3.png",
- group: "champion",
- x: 144,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Tank", "Fighter"],
- partype: "MP",
- stats: {
- hp: 542.64,
- hpperlevel: 73,
- mp: 325.6,
- mpperlevel: 42,
- movespeed: 345,
- armor: 23.04,
- armorperlevel: 3,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 175,
- hpregen: 10.18,
- hpregenperlevel: 0.8,
- mpregen: 8.005,
- mpregenperlevel: 0.6,
- crit: 0,
- critperlevel: 0,
- attackdamage: 59.72,
- attackdamageperlevel: 4,
- attackspeedoffset: -0.08,
- attackspeedperlevel: 1.3
- }
- },
- Sivir: {
- version: "6.24.1",
- id: "Sivir",
- key: "15",
- name: "Sivir",
- title: "the Battle Mistress",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltbe8ea8bfd98ec1f3/5db06002a6470d6ab91ce5ac/RiotX_ChampionList_sivir.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Sivir_0.jpg",
- blurb:
- "''I don't care what face is on your coin, as long as it pays.''
Sivir is a renowned fortune hunter and mercenary captain who plies her trade in the deserts of Shurima. Armed with her legendary jeweled crossblade, she has fought and won ...",
- info: {
- attack: 9,
- defense: 3,
- magic: 1,
- difficulty: 4
- },
- image: {
- full: "Sivir.png",
- sprite: "champion3.png",
- group: "champion",
- x: 192,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Marksman"],
- partype: "MP",
- stats: {
- hp: 515.76,
- hpperlevel: 82,
- mp: 284,
- mpperlevel: 50,
- movespeed: 335,
- armor: 22.21,
- armorperlevel: 3.25,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 500,
- hpregen: 5.17,
- hpregenperlevel: 0.55,
- mpregen: 8.01,
- mpregenperlevel: 0.9,
- crit: 0,
- critperlevel: 0,
- attackdamage: 57.46,
- attackdamageperlevel: 2.41,
- attackspeedoffset: 0,
- attackspeedperlevel: 1.6
- }
- },
- Skarner: {
- version: "6.24.1",
- id: "Skarner",
- key: "72",
- name: "Skarner",
- title: "the Crystal Vanguard",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt842a8149ba8b7a3d/5db06003bd24496c390ae4f6/RiotX_ChampionList_skarner.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Skarner_0.jpg",
- blurb:
- "''We are one. We cannot be shattered.''
Skarner is an immense crystalline scorpion from a hidden valley in Shurima. Part of the ancient Brackern race, Skarner and his kin are known for their great wisdom and deep connection to the land, as ...",
- info: {
- attack: 7,
- defense: 6,
- magic: 5,
- difficulty: 5
- },
- image: {
- full: "Skarner.png",
- sprite: "champion3.png",
- group: "champion",
- x: 240,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "MP",
- stats: {
- hp: 601.28,
- hpperlevel: 90,
- mp: 272.2,
- mpperlevel: 40,
- movespeed: 335,
- armor: 29.384,
- armorperlevel: 3.8,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.925,
- hpregenperlevel: 0.85,
- mpregen: 7.205,
- mpregenperlevel: 0.45,
- crit: 0,
- critperlevel: 0,
- attackdamage: 57.156,
- attackdamageperlevel: 4.5,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.1
- }
- },
- Sona: {
- version: "6.24.1",
- id: "Sona",
- key: "37",
- name: "Sona",
- title: "Maven of the Strings",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt4810827f74fc21b9/5db06003347d1c6baa57be49/RiotX_ChampionList_sona.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Sona_0.jpg",
- blurb:
- "Sona has no memories of her true parents. As an infant, she was found abandoned on the doorstep of an Ionian adoption house, nestled atop an ancient instrument in an exquisite case of unknown origins. She was an unusually well-behaved child, always ...",
- info: {
- attack: 5,
- defense: 2,
- magic: 8,
- difficulty: 4
- },
- image: {
- full: "Sona.png",
- sprite: "champion3.png",
- group: "champion",
- x: 288,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Support", "Mage"],
- partype: "MP",
- stats: {
- hp: 482.36,
- hpperlevel: 77,
- mp: 340.6,
- mpperlevel: 45,
- movespeed: 325,
- armor: 20.544,
- armorperlevel: 3.3,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 5.42,
- hpregenperlevel: 0.55,
- mpregen: 11.5,
- mpregenperlevel: 0.4,
- crit: 0,
- critperlevel: 0,
- attackdamage: 50.04,
- attackdamageperlevel: 3,
- attackspeedoffset: -0.03,
- attackspeedperlevel: 2.3
- }
- },
- Soraka: {
- version: "6.24.1",
- id: "Soraka",
- key: "16",
- name: "Soraka",
- title: "the Starchild",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt2141839fdc483592/5db06003e9effa6ba5295fad/RiotX_ChampionList_soraka.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Soraka_0.jpg",
- blurb:
- "A healer gifted with the magic of the stars, Soraka holds all living creatures close to her heart. She was once a celestial being, but she sacrificed her immortality and entered the world of mortals. So long as evil threatens life in Valoran, Soraka ...",
- info: {
- attack: 2,
- defense: 5,
- magic: 7,
- difficulty: 3
- },
- image: {
- full: "Soraka.png",
- sprite: "champion3.png",
- group: "champion",
- x: 336,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Support", "Mage"],
- partype: "MP",
- stats: {
- hp: 529.04,
- hpperlevel: 78,
- mp: 350.8,
- mpperlevel: 60,
- movespeed: 325,
- armor: 23.384,
- armorperlevel: 3.8,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 2.5,
- hpregenperlevel: 0.5,
- mpregen: 11.5,
- mpregenperlevel: 0.4,
- crit: 0,
- critperlevel: 0,
- attackdamage: 50.04,
- attackdamageperlevel: 3,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.14
- }
- },
- Swain: {
- version: "6.24.1",
- id: "Swain",
- key: "50",
- name: "Swain",
- title: "the Master Tactician",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt1a64e469280b8b9f/5db060030b39e86c2f83dc25/RiotX_ChampionList_swain.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Swain_0.jpg",
- blurb:
- "The earliest account of Swain's existence comes from a Noxian infirmary doctor's notes. According to them, Swain limped into the ward without cry or complaint; his right leg was snapped in half, with bone protruding from the skin. A small, scowling ...",
- info: {
- attack: 2,
- defense: 6,
- magic: 9,
- difficulty: 8
- },
- image: {
- full: "Swain.png",
- sprite: "champion3.png",
- group: "champion",
- x: 384,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Fighter"],
- partype: "MP",
- stats: {
- hp: 516.04,
- hpperlevel: 90,
- mp: 374,
- mpperlevel: 47,
- movespeed: 335,
- armor: 22.72,
- armorperlevel: 4,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 500,
- hpregen: 7.84,
- hpregenperlevel: 0.65,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 52.04,
- attackdamageperlevel: 3,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.11
- }
- },
- Syndra: {
- version: "6.24.1",
- id: "Syndra",
- key: "134",
- name: "Syndra",
- title: "the Dark Sovereign",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltd9308eedab3a6fa5/5db0600c3a326d6df6c0e7bf/RiotX_ChampionList_syndra.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Syndra_0.jpg",
- blurb:
- "Born with immense magical potential, Syndra loves nothing more than exercising the incredible power at her command. With each passing day, her mastery of magical force grows more potent and devastating. Refusing any notion of balance or restraint, ...",
- info: {
- attack: 2,
- defense: 3,
- magic: 9,
- difficulty: 8
- },
- image: {
- full: "Syndra.png",
- sprite: "champion3.png",
- group: "champion",
- x: 432,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Support"],
- partype: "MP",
- stats: {
- hp: 511.04,
- hpperlevel: 78,
- mp: 384,
- mpperlevel: 60,
- movespeed: 330,
- armor: 24.712,
- armorperlevel: 3.4,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 6.505,
- hpregenperlevel: 0.6,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 53.872,
- attackdamageperlevel: 2.9,
- attackspeedoffset: 0,
- attackspeedperlevel: 2
- }
- },
- TahmKench: {
- version: "6.24.1",
- id: "TahmKench",
- key: "223",
- name: "Tahm Kench",
- title: "the River King",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt87be9cf38f3bc986/5db0600c56458c6b3fc17533/RiotX_ChampionList_tahmkench.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/TahmKench_0.jpg",
- blurb:
- "''The whole world's a river, and I'm its king.''
Tahm Kench travels Runeterra's waterways, feeding his insatiable appetite with the misery of the unsuspecting. The singularly charming gourmand savors every moment of his victims' suffering. A deal ...",
- info: {
- attack: 3,
- defense: 9,
- magic: 6,
- difficulty: 5
- },
- image: {
- full: "TahmKench.png",
- sprite: "champion3.png",
- group: "champion",
- x: 0,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Support", "Tank"],
- partype: "MP",
- stats: {
- hp: 610,
- hpperlevel: 95,
- mp: 325,
- mpperlevel: 40,
- movespeed: 335,
- armor: 27,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 175,
- hpregen: 6.5,
- hpregenperlevel: 0.55,
- mpregen: 8,
- mpregenperlevel: 1,
- crit: 0,
- critperlevel: 0,
- attackdamage: 56,
- attackdamageperlevel: 3.2,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.5
- }
- },
- Taliyah: {
- version: "6.24.1",
- id: "Taliyah",
- key: "163",
- name: "Taliyah",
- title: "the Stoneweaver",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt35c3537198ee86b9/5db05fc52140ec675d68f49b/RiotX_ChampionList_ialiyah.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Taliyah_0.jpg",
- blurb:
- "Taliyah is a nomadic mage from Shurima who weaves stone with energetic enthusiasm and raw determination. Torn between teenage wonder and adult responsibility, she has crossed nearly all of Valoran on a journey to learn the true nature of her growing ...",
- info: {
- attack: 1,
- defense: 7,
- magic: 8,
- difficulty: 5
- },
- image: {
- full: "Taliyah.png",
- sprite: "champion3.png",
- group: "champion",
- x: 48,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Support"],
- partype: "MP",
- stats: {
- hp: 520,
- hpperlevel: 75,
- mp: 340,
- mpperlevel: 60,
- movespeed: 325,
- armor: 20,
- armorperlevel: 3,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 525,
- hpregen: 7,
- hpregenperlevel: 0.7,
- mpregen: 7,
- mpregenperlevel: 0.85,
- crit: 0,
- critperlevel: 0,
- attackdamage: 56,
- attackdamageperlevel: 3.3,
- attackspeedoffset: 0,
- attackspeedperlevel: 1.36
- }
- },
- Talon: {
- version: "6.24.1",
- id: "Talon",
- key: "91",
- name: "Talon",
- title: "the Blade's Shadow",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt20a737f99ebcd027/5db0600c89fb926b491ed829/RiotX_ChampionList_talon.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Talon_0.jpg",
- blurb:
- "''The three deadliest blademasters in all of Valoran are bound to the house of Du Couteau: my father, myself, and Talon. Challenge us, if you dare.''
-- Katarina Du Couteau
Talon's earliest memories are the darkness of Noxus' underground ...",
- info: {
- attack: 9,
- defense: 3,
- magic: 1,
- difficulty: 7
- },
- image: {
- full: "Talon.png",
- sprite: "champion3.png",
- group: "champion",
- x: 96,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Assassin", "Fighter"],
- partype: "MP",
- stats: {
- hp: 583,
- hpperlevel: 90,
- mp: 377.2,
- mpperlevel: 37,
- movespeed: 335,
- armor: 26.88,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.51,
- hpregenperlevel: 0.75,
- mpregen: 7.59,
- mpregenperlevel: 0.5,
- crit: 0,
- critperlevel: 0,
- attackdamage: 60,
- attackdamageperlevel: 3.1,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.9
- }
- },
- Taric: {
- version: "6.24.1",
- id: "Taric",
- key: "44",
- name: "Taric",
- title: "the Shield of Valoran",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt6b2d37773c3621e1/5db0600d347d1c6baa57be55/RiotX_ChampionList_taric.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Taric_0.jpg",
- blurb:
- "''The best weapons are beautiful.''
Taric is the Aspect of the Protector, wielding incredible power as Runeterra's guardian of life, love, and beauty. Shamed by a dereliction of duty and exiled from his homeland Demacia, Taric ascended Mount ...",
- info: {
- attack: 4,
- defense: 8,
- magic: 5,
- difficulty: 3
- },
- image: {
- full: "Taric.png",
- sprite: "champion3.png",
- group: "champion",
- x: 144,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Support", "Fighter"],
- partype: "MP",
- stats: {
- hp: 575,
- hpperlevel: 90,
- mp: 300,
- mpperlevel: 60,
- movespeed: 340,
- armor: 25,
- armorperlevel: 3.4,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 150,
- hpregen: 6,
- hpregenperlevel: 0.5,
- mpregen: 5,
- mpregenperlevel: 1,
- crit: 0,
- critperlevel: 0,
- attackdamage: 55,
- attackdamageperlevel: 3.5,
- attackspeedoffset: 0,
- attackspeedperlevel: 2
- }
- },
- Teemo: {
- version: "6.24.1",
- id: "Teemo",
- key: "17",
- name: "Teemo",
- title: "the Swift Scout",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt30ddbbdc0549078a/5db0600da6470d6ab91ce5b8/RiotX_ChampionList_teemo.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Teemo_0.jpg",
- blurb:
- "Teemo is a legend among his yordle brothers and sisters in Bandle City. As far as yordles are concerned, there is something just slightly off about him. While Teemo enjoys the companionship of other yordles, he also insists on frequent solo missions ...",
- info: {
- attack: 5,
- defense: 3,
- magic: 7,
- difficulty: 6
- },
- image: {
- full: "Teemo.png",
- sprite: "champion3.png",
- group: "champion",
- x: 192,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Marksman", "Assassin"],
- partype: "MP",
- stats: {
- hp: 515.76,
- hpperlevel: 82,
- mp: 267.2,
- mpperlevel: 40,
- movespeed: 330,
- armor: 24.3,
- armorperlevel: 3.75,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 500,
- hpregen: 5.74,
- hpregenperlevel: 0.65,
- mpregen: 7.205,
- mpregenperlevel: 0.45,
- crit: 0,
- critperlevel: 0,
- attackdamage: 49.54,
- attackdamageperlevel: 3,
- attackspeedoffset: -0.0947,
- attackspeedperlevel: 3.38
- }
- },
- Thresh: {
- version: "6.24.1",
- id: "Thresh",
- key: "412",
- name: "Thresh",
- title: "the Chain Warden",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt46555de3bfa94d44/5db0600b2140ec675d68f4b5/RiotX_ChampionList_thresh.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Thresh_0.jpg",
- blurb:
- "''The mind is a wondrous thing to tear apart.''
Sadistic and cunning, Thresh is a restless spirit who prides himself on tormenting mortals and breaking them with slow, excruciating inventiveness. His victims suffer far beyond the point of death,...",
- info: {
- attack: 5,
- defense: 6,
- magic: 6,
- difficulty: 7
- },
- image: {
- full: "Thresh.png",
- sprite: "champion3.png",
- group: "champion",
- x: 240,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Support", "Fighter"],
- partype: "MP",
- stats: {
- hp: 560.52,
- hpperlevel: 93,
- mp: 273.92,
- mpperlevel: 44,
- movespeed: 335,
- armor: 16,
- armorperlevel: 0,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 450,
- hpregen: 6.92,
- hpregenperlevel: 0.55,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 47.696,
- attackdamageperlevel: 2.2,
- attackspeedoffset: 0,
- attackspeedperlevel: 3.5
- }
- },
- Tristana: {
- version: "6.24.1",
- id: "Tristana",
- key: "18",
- name: "Tristana",
- title: "the Yordle Gunner",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltfbbc3205edf5207a/5db0600bdc674266df3d5d50/RiotX_ChampionList_tristana.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Tristana_0.jpg",
- blurb:
- "Greatness comes in all shapes and sizes, as proven by this diminutive, cannon-wielding yordle. In a world fraught with turmoil, Tristana refuses to back down from any challenge. She represents the pinnacle of martial proficiency, unwavering courage, ...",
- info: {
- attack: 9,
- defense: 3,
- magic: 5,
- difficulty: 4
- },
- image: {
- full: "Tristana.png",
- sprite: "champion3.png",
- group: "champion",
- x: 288,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Marksman", "Assassin"],
- partype: "MP",
- stats: {
- hp: 542.76,
- hpperlevel: 82,
- mp: 246.76,
- mpperlevel: 32,
- movespeed: 325,
- armor: 22,
- armorperlevel: 3,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 6.19,
- hpregenperlevel: 0.65,
- mpregen: 7.205,
- mpregenperlevel: 0.45,
- crit: 0,
- critperlevel: 0,
- attackdamage: 56.96,
- attackdamageperlevel: 2.41,
- attackspeedoffset: -0.04734,
- attackspeedperlevel: 1.5
- }
- },
- Trundle: {
- version: "6.24.1",
- id: "Trundle",
- key: "48",
- name: "Trundle",
- title: "the Troll King",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt05eb0518bbe963c0/5db0600ba6470d6ab91ce5b2/RiotX_ChampionList_trundle.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Trundle_0.jpg",
- blurb:
- "Trundle is a hulking and devious troll with a mischievous streak. There is nothing he can't beat into submission and bend to his will, not even the ice itself. With his massive, frozen club, he chills his enemies to the core and runs them through with ...",
- info: {
- attack: 7,
- defense: 6,
- magic: 2,
- difficulty: 5
- },
- image: {
- full: "Trundle.png",
- sprite: "champion3.png",
- group: "champion",
- x: 336,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "MP",
- stats: {
- hp: 616.28,
- hpperlevel: 96,
- mp: 281.6,
- mpperlevel: 45,
- movespeed: 350,
- armor: 27.536,
- armorperlevel: 2.7,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 175,
- hpregen: 6,
- hpregenperlevel: 0.75,
- mpregen: 7.505,
- mpregenperlevel: 0.6,
- crit: 0,
- critperlevel: 0,
- attackdamage: 60.04,
- attackdamageperlevel: 3,
- attackspeedoffset: -0.0672,
- attackspeedperlevel: 2.9
- }
- },
- Tryndamere: {
- version: "6.24.1",
- id: "Tryndamere",
- key: "23",
- name: "Tryndamere",
- title: "the Barbarian King",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt3b217144ed3a7faa/5db08d643a326d6df6c0e907/RiotX_ChampionList_tryndamere.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Tryndamere_0.jpg",
- blurb:
- "Fueled by his unbridled fury and rage, Tryndamere cuts his way through the tundra, mastering the art of battle by challenging the Freljord's greatest warriors. The wrathful barbarian seeks revenge on the one who decimated his clan and strikes down all ...",
- info: {
- attack: 10,
- defense: 5,
- magic: 2,
- difficulty: 5
- },
- image: {
- full: "Tryndamere.png",
- sprite: "champion3.png",
- group: "champion",
- x: 384,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Assassin"],
- partype: "Battlefury",
- stats: {
- hp: 625.64,
- hpperlevel: 98,
- mp: 100,
- mpperlevel: 0,
- movespeed: 345,
- armor: 24.108,
- armorperlevel: 3.1,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.51,
- hpregenperlevel: 0.9,
- mpregen: 0,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 61.376,
- attackdamageperlevel: 3.2,
- attackspeedoffset: -0.0672,
- attackspeedperlevel: 2.9
- }
- },
- TwistedFate: {
- version: "6.24.1",
- id: "TwistedFate",
- key: "4",
- name: "Twisted Fate",
- title: "the Card Master",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltaebcdb8b21d440a7/5db0600ce9effa6ba5295fb3/RiotX_ChampionList_twistedfate.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Maokai_0.jpg",
- blurb:
- "Twisted Fate is an infamous card sharp and swindler who has gambled and charmed his way across much of the known world, earning the enmity and admiration of the rich and foolish alike. He rarely takes things seriously, greeting each day with a mocking ...",
- info: {
- attack: 6,
- defense: 2,
- magic: 6,
- difficulty: 9
- },
- image: {
- full: "TwistedFate.png",
- sprite: "champion3.png",
- group: "champion",
- x: 432,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Mage"],
- partype: "MP",
- stats: {
- hp: 521.76,
- hpperlevel: 82,
- mp: 265.84,
- mpperlevel: 38,
- movespeed: 330,
- armor: 20.542,
- armorperlevel: 3.15,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 525,
- hpregen: 5.505,
- hpregenperlevel: 0.6,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 49.954,
- attackdamageperlevel: 3.3,
- attackspeedoffset: -0.04,
- attackspeedperlevel: 3.22
- }
- },
- Twitch: {
- version: "6.24.1",
- id: "Twitch",
- key: "29",
- name: "Twitch",
- title: "the Plague Rat",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt674dca7d5611ebb0/5db060159481396d6bdd01be/RiotX_ChampionList_twitch.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Twitch_0.jpg",
- blurb:
- "H.I.V.E. Incident Report
Code Violation: Industrial Homicide
Casefile Status: Unsolved
Investigating Agent: Rol, P.
Team responded to report of suspicious character, criminal activity; proceeded to Sump Works, Sector 90TZ. Sector 90TZ ...",
- info: {
- attack: 9,
- defense: 2,
- magic: 3,
- difficulty: 6
- },
- image: {
- full: "Twitch.png",
- sprite: "champion3.png",
- group: "champion",
- x: 0,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Marksman", "Assassin"],
- partype: "MP",
- stats: {
- hp: 525.08,
- hpperlevel: 81,
- mp: 287.2,
- mpperlevel: 40,
- movespeed: 330,
- armor: 23.04,
- armorperlevel: 3,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 6.005,
- hpregenperlevel: 0.6,
- mpregen: 7.255,
- mpregenperlevel: 0.45,
- crit: 0,
- critperlevel: 0,
- attackdamage: 55.46,
- attackdamageperlevel: 2.41,
- attackspeedoffset: -0.08,
- attackspeedperlevel: 3.38
- }
- },
- Udyr: {
- version: "6.24.1",
- id: "Udyr",
- key: "77",
- name: "Udyr",
- title: "the Spirit Walker",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt8350eda62a9ed56c/63350924f709a318104f9bbb/RiotX_ChampionList_udyr_v2.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Udyr_0.jpg",
- blurb:
- "Udyr is more than a man; he is a vessel for the untamed power of four primal animal spirits. When tapping into the spirits' bestial natures, Udyr can harness their unique strengths: the tiger grants him speed and ferocity, the turtle resilience, the ...",
- info: {
- attack: 8,
- defense: 7,
- magic: 4,
- difficulty: 7
- },
- image: {
- full: "Udyr.png",
- sprite: "champion3.png",
- group: "champion",
- x: 48,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "MP",
- stats: {
- hp: 593.32,
- hpperlevel: 99,
- mp: 270.4,
- mpperlevel: 30,
- movespeed: 345,
- armor: 25.47,
- armorperlevel: 4,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 6,
- hpregenperlevel: 0.75,
- mpregen: 7.505,
- mpregenperlevel: 0.45,
- crit: 0,
- critperlevel: 0,
- attackdamage: 58.286,
- attackdamageperlevel: 3.2,
- attackspeedoffset: -0.05,
- attackspeedperlevel: 2.67
- }
- },
- Urgot: {
- version: "6.24.1",
- id: "Urgot",
- key: "6",
- name: "Urgot",
- title: "the Headsman's Pride",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt162b78ba3ece1d4f/5db060157d28b76cfe43981b/RiotX_ChampionList_urgot.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Urgot_0.jpg",
- blurb:
- "There are warriors who become great for their strength, cunning, or skill with arms. Others simply refuse to die. Urgot, once a great soldier of Noxus, may constitute a case in support of the latter. Prone to diving headlong into enemy battle lines, ...",
- info: {
- attack: 8,
- defense: 5,
- magic: 3,
- difficulty: 8
- },
- image: {
- full: "Urgot.png",
- sprite: "champion3.png",
- group: "champion",
- x: 96,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Marksman", "Fighter"],
- partype: "MP",
- stats: {
- hp: 586.52,
- hpperlevel: 89,
- mp: 312.4,
- mpperlevel: 55,
- movespeed: 335,
- armor: 24.544,
- armorperlevel: 3.3,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 425,
- hpregen: 6.505,
- hpregenperlevel: 0.6,
- mpregen: 8.59,
- mpregenperlevel: 0.65,
- crit: 0,
- critperlevel: 0,
- attackdamage: 54.05,
- attackdamageperlevel: 3.6,
- attackspeedoffset: -0.03,
- attackspeedperlevel: 2.9
- }
- },
- Varus: {
- version: "6.24.1",
- id: "Varus",
- key: "110",
- name: "Varus",
- title: "the Arrow of Retribution",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt596158d85a8360d1/5db060132dc72966da74671a/RiotX_ChampionList_varus.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Varus_0.jpg",
- blurb:
- "''The life of an arrow is fleeting, built of nothing but direction and intent.''
For his incomparable skill with the bow and his unquestioned sense of honor, Varus was chosen to be the warden of a sacred Ionian temple. The temple was built to ...",
- info: {
- attack: 7,
- defense: 3,
- magic: 4,
- difficulty: 2
- },
- image: {
- full: "Varus.png",
- sprite: "champion3.png",
- group: "champion",
- x: 144,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Marksman", "Mage"],
- partype: "MP",
- stats: {
- hp: 537.76,
- hpperlevel: 82,
- mp: 360.48,
- mpperlevel: 33,
- movespeed: 330,
- armor: 23.212,
- armorperlevel: 3.4,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 575,
- hpregen: 5.42,
- hpregenperlevel: 0.55,
- mpregen: 7.34,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 54.66,
- attackdamageperlevel: 2.41,
- attackspeedoffset: -0.05,
- attackspeedperlevel: 3
- }
- },
- Vayne: {
- version: "6.24.1",
- id: "Vayne",
- key: "67",
- name: "Vayne",
- title: "the Night Hunter",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt9eaabc908956c8b0/5db060146af83b6d7032c90a/RiotX_ChampionList_vayne.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Vayne_0.jpg",
- blurb:
- "The world is not always as civilized as people might think. There are still those who would follow the blackest paths of magic and become corrupted by the darker powers that flow through Runeterra. Shauna Vayne knows this fact well.
As a young ...",
- info: {
- attack: 10,
- defense: 1,
- magic: 1,
- difficulty: 8
- },
- image: {
- full: "Vayne.png",
- sprite: "champion3.png",
- group: "champion",
- x: 192,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Marksman", "Assassin"],
- partype: "MP",
- stats: {
- hp: 498.44,
- hpperlevel: 83,
- mp: 231.8,
- mpperlevel: 35,
- movespeed: 330,
- armor: 19.012,
- armorperlevel: 3.4,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 5.42,
- hpregenperlevel: 0.55,
- mpregen: 6.97,
- mpregenperlevel: 0.4,
- crit: 0,
- critperlevel: 0,
- attackdamage: 55.88,
- attackdamageperlevel: 1.66,
- attackspeedoffset: -0.05,
- attackspeedperlevel: 4
- }
- },
- Veigar: {
- version: "6.24.1",
- id: "Veigar",
- key: "45",
- name: "Veigar",
- title: "the Tiny Master of Evil",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltda2b568b0c3e5847/5db06014e9effa6ba5295fb9/RiotX_ChampionList_veigar.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Veigar_0.jpg",
- blurb:
- "To most, thoughts of yordles do not conjure images to be feared. The easygoing half-pint race, though fierce, is often regarded with some degree of joviality. Their high-pitched voices and naturally cute forms inspire something of a protective ...",
- info: {
- attack: 2,
- defense: 2,
- magic: 10,
- difficulty: 7
- },
- image: {
- full: "Veigar.png",
- sprite: "champion3.png",
- group: "champion",
- x: 240,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Mage"],
- partype: "MP",
- stats: {
- hp: 492.76,
- hpperlevel: 82,
- mp: 392.4,
- mpperlevel: 52,
- movespeed: 340,
- armor: 22.55,
- armorperlevel: 3.75,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 525,
- hpregen: 5.42,
- hpregenperlevel: 0.55,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 50.71,
- attackdamageperlevel: 2.625,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.24
- }
- },
- Velkoz: {
- version: "6.24.1",
- id: "Velkoz",
- key: "161",
- name: "Vel'Koz",
- title: "the Eye of the Void",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt825d0c333f6e74ae/5db060142140ec675d68f4bb/RiotX_ChampionList_velkoz.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Velkoz_0.jpg",
- blurb:
- "I pass into the sudden glare. Blink. Blink, blink, blink. My eyes adjust and evaluate the landscape before me.
There's a scurrying. I look down to find a small, white creature standing on its hind legs, sniffing at my body. It intrigues me....",
- info: {
- attack: 2,
- defense: 2,
- magic: 10,
- difficulty: 8
- },
- image: {
- full: "Velkoz.png",
- sprite: "champion3.png",
- group: "champion",
- x: 288,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Mage"],
- partype: "MP",
- stats: {
- hp: 507.68,
- hpperlevel: 76,
- mp: 375.6,
- mpperlevel: 42,
- movespeed: 340,
- armor: 21.88,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 525,
- hpregen: 5.42,
- hpregenperlevel: 0.55,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 54.9379,
- attackdamageperlevel: 3.14159,
- attackspeedoffset: 0,
- attackspeedperlevel: 1.36
- }
- },
- Vi: {
- version: "6.24.1",
- id: "Vi",
- key: "254",
- name: "Vi",
- title: "the Piltover Enforcer",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt3bd79abf330fc807/5db06014dc674266df3d5d56/RiotX_ChampionList_vi.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Vi_0.jpg",
- blurb:
- "To Vi, every problem is just another brick wall to punch through with her gigantic hextech gauntlets. Though she grew up on the wrong side of the law, Vi now uses her criminal know-how to serve Piltover's police force. Vi's brash attitude, abrasive ...",
- info: {
- attack: 8,
- defense: 5,
- magic: 3,
- difficulty: 4
- },
- image: {
- full: "Vi.png",
- sprite: "champion3.png",
- group: "champion",
- x: 336,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Assassin"],
- partype: "MP",
- stats: {
- hp: 582.8,
- hpperlevel: 85,
- mp: 295.6,
- mpperlevel: 45,
- movespeed: 345,
- armor: 25.88,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 9.01,
- hpregenperlevel: 0.9,
- mpregen: 8.09,
- mpregenperlevel: 0.65,
- crit: 0,
- critperlevel: 0,
- attackdamage: 55.88,
- attackdamageperlevel: 3.5,
- attackspeedoffset: -0.03,
- attackspeedperlevel: 2.5
- }
- },
- Viktor: {
- version: "6.24.1",
- id: "Viktor",
- key: "112",
- name: "Viktor",
- title: "the Machine Herald",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt6e54b3de49b7bbf3/5db06015df78486c826dcd1e/RiotX_ChampionList_viktor.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Viktor_0.jpg",
- blurb:
- "Early in life, Viktor discovered his passion for science and invention, particularly in the field of mechanical automation. He attended Zaun's prestigious College of Techmaturgy and led the team that constructed Blitzcrank - a scientific breakthrough ...",
- info: {
- attack: 2,
- defense: 4,
- magic: 10,
- difficulty: 9
- },
- image: {
- full: "Viktor.png",
- sprite: "champion3.png",
- group: "champion",
- x: 384,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Mage"],
- partype: "MP",
- stats: {
- hp: 516.04,
- hpperlevel: 78,
- mp: 324,
- mpperlevel: 50,
- movespeed: 335,
- armor: 22.72,
- armorperlevel: 4,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 525,
- hpregen: 7.84,
- hpregenperlevel: 0.65,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 52.04,
- attackdamageperlevel: 3,
- attackspeedoffset: -0.05,
- attackspeedperlevel: 2.11
- }
- },
- Vladimir: {
- version: "6.24.1",
- id: "Vladimir",
- key: "8",
- name: "Vladimir",
- title: "the Crimson Reaper",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt39ab5027f6fa1b81/5db0601589fb926b491ed82f/RiotX_ChampionList_vladimir.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Vladimir_0.jpg",
- blurb:
- "There is a temple hidden in the mountains between Noxus and the Tempest Flats, where the secrets of an ancient and terrifying sorcery are kept. The area surrounding the temple is littered with the exsanguinated corpses of those who have mistakenly ...",
- info: {
- attack: 2,
- defense: 6,
- magic: 8,
- difficulty: 7
- },
- image: {
- full: "Vladimir.png",
- sprite: "champion3.png",
- group: "champion",
- x: 432,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Tank"],
- partype: "Gnarfury",
- stats: {
- hp: 525,
- hpperlevel: 84,
- mp: 2,
- mpperlevel: 0,
- movespeed: 330,
- armor: 23,
- armorperlevel: 3.3,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 450,
- hpregen: 7.005,
- hpregenperlevel: 0.6,
- mpregen: 0,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 52,
- attackdamageperlevel: 3,
- attackspeedoffset: 0,
- attackspeedperlevel: 2
- }
- },
- Volibear: {
- version: "6.24.1",
- id: "Volibear",
- key: "106",
- name: "Volibear",
- title: "the Thunder's Roar",
- img: "https://ddragon.leagueoflegends.com/cdn/img/champion/splash/Volibear_0.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Volibear_0.jpg",
- blurb:
- "The unforgiving northern reaches of the Freljord are home to the Ursine, a fierce and warlike race that has endured the barren tundra for thousands of years. Their leader is a furious adversary who commands the force of lightning to strike fear within ...",
- info: {
- attack: 7,
- defense: 7,
- magic: 4,
- difficulty: 3
- },
- image: {
- full: "Volibear.png",
- sprite: "champion4.png",
- group: "champion",
- x: 0,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "MP",
- stats: {
- hp: 584.48,
- hpperlevel: 86,
- mp: 270.4,
- mpperlevel: 30,
- movespeed: 345,
- armor: 26.38,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.09,
- hpregenperlevel: 0.65,
- mpregen: 8.09,
- mpregenperlevel: 0.65,
- crit: 0,
- critperlevel: 0,
- attackdamage: 59.544,
- attackdamageperlevel: 3.3,
- attackspeedoffset: -0.05,
- attackspeedperlevel: 2.67
- }
- },
- Warwick: {
- version: "6.24.1",
- id: "Warwick",
- key: "19",
- name: "Warwick",
- title: "the Blood Hunter",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt08a92f3897cfc8f5/5db0601ddc674266df3d5d5c/RiotX_ChampionList_warwick.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Warwick_0.jpg",
- blurb:
- "Warwick was once a man revered for his ability to track down human specimens for the darkest types of scientific research. When his ambitions exceeded his physical limits, he drank a dangerous elixir to transform himself into an unstoppable manhunter. ...",
- info: {
- attack: 7,
- defense: 4,
- magic: 4,
- difficulty: 3
- },
- image: {
- full: "Warwick.png",
- sprite: "champion4.png",
- group: "champion",
- x: 48,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "MP",
- stats: {
- hp: 592.64,
- hpperlevel: 98,
- mp: 240.4,
- mpperlevel: 30,
- movespeed: 345,
- armor: 25.88,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.39,
- hpregenperlevel: 0.8,
- mpregen: 8.105,
- mpregenperlevel: 0.6,
- crit: 0,
- critperlevel: 0,
- attackdamage: 62.43,
- attackdamageperlevel: 3.375,
- attackspeedoffset: -0.08,
- attackspeedperlevel: 2.88
- }
- },
- Xerath: {
- version: "6.24.1",
- id: "Xerath",
- key: "101",
- name: "Xerath",
- title: "the Magus Ascendant",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltbda694c8890e94e5/5db0601ce9effa6ba5295fbf/RiotX_ChampionList_xeratth.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Xerath_0.jpg",
- blurb:
- "''A lifetime as a slave has prepared me for eternity as your master.''
Xerath is an Ascended Magus of ancient Shurima, a being of arcane energy writhing in the broken shards of a magical sarcophagus. For millennia, he was trapped beneath the ...",
- info: {
- attack: 1,
- defense: 3,
- magic: 10,
- difficulty: 8
- },
- image: {
- full: "Xerath.png",
- sprite: "champion4.png",
- group: "champion",
- x: 96,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Assassin"],
- partype: "MP",
- stats: {
- hp: 514.4,
- hpperlevel: 80,
- mp: 366.96,
- mpperlevel: 44,
- movespeed: 340,
- armor: 21.88,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 525,
- hpregen: 5.42,
- hpregenperlevel: 0.55,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 54.7,
- attackdamageperlevel: 3,
- attackspeedoffset: 0,
- attackspeedperlevel: 1.36
- }
- },
- XinZhao: {
- version: "6.24.1",
- id: "XinZhao",
- key: "5",
- name: "Xin Zhao",
- title: "the Seneschal of Demacia",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltca4486a1630ef517/5db0601ce9d7526ab429e54a/RiotX_ChampionList_xinzhao.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/XinZhao_0.jpg",
- blurb:
- "''Death is inevitable, one can only avoid defeat.''
Whenever Jarvan III, the king of Demacia, delivers one of his rallying speeches from the glinting marble balcony atop the Royal Palace, Xin Zhao is at his side. Coined the Seneschal of Demacia,...",
- info: {
- attack: 8,
- defense: 6,
- magic: 3,
- difficulty: 2
- },
- image: {
- full: "XinZhao.png",
- sprite: "champion4.png",
- group: "champion",
- x: 144,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Assassin"],
- partype: "MP",
- stats: {
- hp: 600,
- hpperlevel: 92,
- mp: 273.8,
- mpperlevel: 35,
- movespeed: 345,
- armor: 25.88,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 175,
- hpregen: 8.175,
- hpregenperlevel: 0.7,
- mpregen: 7.255,
- mpregenperlevel: 0.45,
- crit: 0,
- critperlevel: 0,
- attackdamage: 57.544,
- attackdamageperlevel: 3.3,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.6
- }
- },
- Yasuo: {
- version: "6.24.1",
- id: "Yasuo",
- key: "157",
- name: "Yasuo",
- title: "the Unforgiven",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt3a319fc884dc6880/5db0601c242f426df132f985/RiotX_ChampionList_yasuo.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Yasuo_0.jpg",
- blurb:
- "Yasuo is a man of resolve, an agile swordsman who wields the wind itself to cut down his foes. This once-proud warrior has been disgraced by a false accusation and forced into a desperate fight for survival. With the world turned against him, he will ...",
- info: {
- attack: 8,
- defense: 4,
- magic: 4,
- difficulty: 10
- },
- image: {
- full: "Yasuo.png",
- sprite: "champion4.png",
- group: "champion",
- x: 192,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Assassin"],
- partype: "Wind",
- stats: {
- hp: 517.76,
- hpperlevel: 82,
- mp: 100,
- mpperlevel: 0,
- movespeed: 345,
- armor: 24.712,
- armorperlevel: 3.4,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 175,
- hpregen: 6.51,
- hpregenperlevel: 0.9,
- mpregen: 0,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 55.376,
- attackdamageperlevel: 3.2,
- attackspeedoffset: -0.067,
- attackspeedperlevel: 2.5
- }
- },
- Yorick: {
- version: "6.24.1",
- id: "Yorick",
- key: "83",
- name: "Yorick",
- title: "Shepherd of Souls",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt570d89dd9a76ba08/5db0601c823d426762825ff9/RiotX_ChampionList_yorick.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Yorick_0.jpg",
- blurb:
- "''These isles… How they scream.''
The last survivor of a long-forgotten religious order, Yorick is both blessed and cursed with power over the dead. Trapped on the Shadow Isles, his only companions are the rotting corpses and shrieking spirits that ...",
- info: {
- attack: 6,
- defense: 6,
- magic: 4,
- difficulty: 6
- },
- image: {
- full: "Yorick.png",
- sprite: "champion4.png",
- group: "champion",
- x: 240,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "MP",
- stats: {
- hp: 580,
- hpperlevel: 100,
- mp: 300,
- mpperlevel: 40,
- movespeed: 340,
- armor: 30,
- armorperlevel: 4,
- spellblock: 32,
- spellblockperlevel: 1.25,
- attackrange: 175,
- hpregen: 8,
- hpregenperlevel: 0.8,
- mpregen: 7.5,
- mpregenperlevel: 0.75,
- crit: 0,
- critperlevel: 0,
- attackdamage: 57,
- attackdamageperlevel: 5,
- attackspeedoffset: 0,
- attackspeedperlevel: 2
- }
- },
- Zac: {
- version: "6.24.1",
- id: "Zac",
- key: "154",
- name: "Zac",
- title: "the Secret Weapon",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt9412083c2b98b9c8/5db0601d6af83b6d7032c910/RiotX_ChampionList_zac.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Zac_0.jpg",
- blurb:
- "Zac is the product of a Zaun experiment to manufacture a hexchem-engineered supersoldier - the Zaun Amorphous Combatant. Combining brute strength with limitless flexibility, he is a versatile juggernaut: a creative fighter who bounces over obstacles ...",
- info: {
- attack: 3,
- defense: 7,
- magic: 7,
- difficulty: 8
- },
- image: {
- full: "Zac.png",
- sprite: "champion4.png",
- group: "champion",
- x: 288,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Tank", "Fighter"],
- partype: "None",
- stats: {
- hp: 614.6,
- hpperlevel: 95,
- mp: 0,
- mpperlevel: 0,
- movespeed: 340,
- armor: 23.88,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 175,
- hpregen: 7.92,
- hpregenperlevel: 0.55,
- mpregen: 0,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 59.67,
- attackdamageperlevel: 3.375,
- attackspeedoffset: -0.02,
- attackspeedperlevel: 1.6
- }
- },
- Zed: {
- version: "6.24.1",
- id: "Zed",
- key: "238",
- name: "Zed",
- title: "the Master of Shadows",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt402d6da485218720/5db0601de9effa6ba5295fc5/RiotX_ChampionList_zed.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Zed_0.jpg",
- blurb:
- "Zed is the first ninja in 200 years to unlock the ancient, forbidden ways. He defied his clan and master, casting off the balance and discipline that had shackled him all his life. Zed now offers power to those who embrace knowledge of the shadows, ...",
- info: {
- attack: 9,
- defense: 2,
- magic: 1,
- difficulty: 7
- },
- image: {
- full: "Zed.png",
- sprite: "champion4.png",
- group: "champion",
- x: 336,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Assassin", "Fighter"],
- partype: "Energy",
- stats: {
- hp: 579.4,
- hpperlevel: 80,
- mp: 200,
- mpperlevel: 0,
- movespeed: 345,
- armor: 26.88,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 7.09,
- hpregenperlevel: 0.65,
- mpregen: 50,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 54.712,
- attackdamageperlevel: 3.4,
- attackspeedoffset: -0.03,
- attackspeedperlevel: 2.1
- }
- },
- Ziggs: {
- version: "6.24.1",
- id: "Ziggs",
- key: "115",
- name: "Ziggs",
- title: "the Hexplosives Expert",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt0f8c12d54d8ecd28/5db0602289fb926b491ed835/RiotX_ChampionList_ziggs.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ziggs_0.jpg",
- blurb:
- "Ziggs was born with a talent for tinkering, but his chaotic, hyperactive nature was unusual among yordle scientists. Aspiring to be a revered inventor like Heimerdinger, he rattled through ambitious projects with manic zeal, emboldened by both his ...",
- info: {
- attack: 2,
- defense: 4,
- magic: 9,
- difficulty: 4
- },
- image: {
- full: "Ziggs.png",
- sprite: "champion4.png",
- group: "champion",
- x: 384,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Mage"],
- partype: "MP",
- stats: {
- hp: 524.4,
- hpperlevel: 80,
- mp: 384,
- mpperlevel: 47,
- movespeed: 325,
- armor: 21.544,
- armorperlevel: 3.3,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 6.255,
- hpregenperlevel: 0.6,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 54.208,
- attackdamageperlevel: 3.1,
- attackspeedoffset: -0.04734,
- attackspeedperlevel: 2
- }
- },
- Zilean: {
- version: "6.24.1",
- id: "Zilean",
- key: "26",
- name: "Zilean",
- title: "the Chronokeeper",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blta32de59397f53325/5db060222dc72966da746720/RiotX_ChampionList_zilean.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Zilean_0.jpg",
- blurb:
- "In the wastelands of Urtistan, there was once a great city. It perished long ago in a terrible Rune War, like most of the lands below the Great Barrier. Nevertheless, one man survived: a sorcerer named Zilean. Being obsessed with time, it was only ...",
- info: {
- attack: 2,
- defense: 5,
- magic: 8,
- difficulty: 6
- },
- image: {
- full: "Zilean.png",
- sprite: "champion4.png",
- group: "champion",
- x: 432,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Support", "Mage"],
- partype: "MP",
- stats: {
- hp: 499.28,
- hpperlevel: 77,
- mp: 360.8,
- mpperlevel: 60,
- movespeed: 335,
- armor: 19.134,
- armorperlevel: 3.8,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 5.44,
- hpregenperlevel: 0.5,
- mpregen: 8.5,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 51.64,
- attackdamageperlevel: 3,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.13
- }
- },
- Zyra: {
- version: "6.24.1",
- id: "Zyra",
- key: "143",
- name: "Zyra",
- title: "Rise of the Thorns",
- img: "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt9bc3497cdd04f6d5/5db060229481396d6bdd01c4/RiotX_ChampionList_zyra.jpg",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Zyra_0.jpg",
- blurb:
- "Longing to take control of her fate, the ancient, dying plant Zyra transferred her consciousness into a human body for a second chance at life. Centuries ago, she and her kind dominated the Kumungu Jungle, using thorns and vines to consume any animal ...",
- info: {
- attack: 4,
- defense: 3,
- magic: 8,
- difficulty: 7
- },
- image: {
- full: "Zyra.png",
- sprite: "champion4.png",
- group: "champion",
- x: 0,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Support"],
- partype: "MP",
- stats: {
- hp: 499.32,
- hpperlevel: 74,
- mp: 334,
- mpperlevel: 50,
- movespeed: 340,
- armor: 20.04,
- armorperlevel: 3,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 575,
- hpregen: 5.69,
- hpregenperlevel: 0.5,
- mpregen: 8.5,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 53.376,
- attackdamageperlevel: 3.2,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.11
- }
- }
- }
-};
diff --git a/src/data/lol/lol.json b/src/data/lol/lol.json
deleted file mode 100644
index ca4c784d..00000000
--- a/src/data/lol/lol.json
+++ /dev/null
@@ -1,6951 +0,0 @@
-{
- "type": "champion",
- "format": "standAloneComplex",
- "version": "6.24.1",
- "data": {
- "Aatrox": {
- "version": "6.24.1",
- "id": "Aatrox",
- "key": "266",
- "name": "Aatrox",
- "title": "the Darkin Blade",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt570145160dd39dca/5db05fa8347d1c6baa57be25/RiotX_ChampionList_aatrox.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Aatrox_0.jpg",
- "blurb": "Aatrox is a legendary warrior, one of only five that remain of an ancient race known as the Darkin. He wields his massive blade with grace and poise, slicing through legions in a style that is hypnotic to behold. With each foe felled, Aatrox's ...",
- "info": {
- "attack": 8,
- "defense": 4,
- "magic": 3,
- "difficulty": 4
- },
- "image": {
- "full": "Aatrox.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "BloodWell",
- "stats": {
- "hp": 537.8,
- "hpperlevel": 85,
- "mp": 105.6,
- "mpperlevel": 45,
- "movespeed": 345,
- "armor": 24.384,
- "armorperlevel": 3.8,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 150,
- "hpregen": 6.59,
- "hpregenperlevel": 0.5,
- "mpregen": 0,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 60.376,
- "attackdamageperlevel": 3.2,
- "attackspeedoffset": -0.04,
- "attackspeedperlevel": 3
- }
- },
- "Ahri": {
- "version": "6.24.1",
- "id": "Ahri",
- "key": "103",
- "name": "Ahri",
- "title": "the Nine-Tailed Fox",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt1259276b6d1efa78/5db05fa86e8b0c6d038c5ca2/RiotX_ChampionList_ahri.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ahri_0.jpg",
- "blurb": "Unlike other foxes that roamed the woods of southern Ionia, Ahri had always felt a strange connection to the magical world around her; a connection that was somehow incomplete. Deep inside, she felt the skin she had been born into was an ill fit for ...",
- "info": {
- "attack": 3,
- "defense": 4,
- "magic": 8,
- "difficulty": 5
- },
- "image": {
- "full": "Ahri.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 48,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Assassin"
- ],
- "partype": "MP",
- "stats": {
- "hp": 514.4,
- "hpperlevel": 80,
- "mp": 334,
- "mpperlevel": 50,
- "movespeed": 330,
- "armor": 20.88,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 6.505,
- "hpregenperlevel": 0.6,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 53.04,
- "attackdamageperlevel": 3,
- "attackspeedoffset": -0.065,
- "attackspeedperlevel": 2
- }
- },
- "Akali": {
- "version": "6.24.1",
- "id": "Akali",
- "key": "84",
- "name": "Akali",
- "title": "the Fist of Shadow",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt80ff58fe809777ff/5db05fa8adc8656c7d24e7d6/RiotX_ChampionList_akali.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Akali_0.jpg",
- "blurb": "There exists an ancient order originating in the Ionian Isles dedicated to the preservation of balance. Order, chaos, light, darkness -- all things must exist in perfect harmony for such is the way of the universe. This order is known as the Kinkou ...",
- "info": {
- "attack": 5,
- "defense": 3,
- "magic": 8,
- "difficulty": 7
- },
- "image": {
- "full": "Akali.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 96,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Assassin"
- ],
- "partype": "Energy",
- "stats": {
- "hp": 587.8,
- "hpperlevel": 85,
- "mp": 200,
- "mpperlevel": 0,
- "movespeed": 350,
- "armor": 26.38,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.34,
- "hpregenperlevel": 0.65,
- "mpregen": 50,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 58.376,
- "attackdamageperlevel": 3.2,
- "attackspeedoffset": -0.1,
- "attackspeedperlevel": 3.1
- }
- },
- "Alistar": {
- "version": "6.24.1",
- "id": "Alistar",
- "key": "12",
- "name": "Alistar",
- "title": "the Minotaur",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt3b366925d2fd8fdb/5db05fa856458c6b3fc1750b/RiotX_ChampionList_alistar.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Alistar_0.jpg",
- "blurb": "As the mightiest warrior to ever emerge from the Minotaur tribes of the Great Barrier, Alistar defended his tribe from Valoran's many dangers; that is, until the coming of the Noxian army. Alistar was lured from his village by the machinations of ...",
- "info": {
- "attack": 6,
- "defense": 9,
- "magic": 5,
- "difficulty": 7
- },
- "image": {
- "full": "Alistar.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 144,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Tank",
- "Support"
- ],
- "partype": "MP",
- "stats": {
- "hp": 613.36,
- "hpperlevel": 106,
- "mp": 278.84,
- "mpperlevel": 38,
- "movespeed": 330,
- "armor": 24.38,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.675,
- "hpregenperlevel": 0.85,
- "mpregen": 8.5,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 61.1116,
- "attackdamageperlevel": 3.62,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.125
- }
- },
- "Amumu": {
- "version": "6.24.1",
- "id": "Amumu",
- "key": "32",
- "name": "Amumu",
- "title": "the Sad Mummy",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt40dfbe48a61c439f/5db05fa80b39e86c2f83dbf9/RiotX_ChampionList_amumu.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Amumu_0.jpg",
- "blurb": "''Solitude can be lonelier than death.''
A lonely and melancholy soul from ancient Shurima, Amumu roams the world in search of a friend. Cursed by an ancient spell, he is doomed to remain alone forever, as his touch is death and his affection ...",
- "info": {
- "attack": 2,
- "defense": 6,
- "magic": 8,
- "difficulty": 3
- },
- "image": {
- "full": "Amumu.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 192,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Tank",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 613.12,
- "hpperlevel": 84,
- "mp": 287.2,
- "mpperlevel": 40,
- "movespeed": 335,
- "armor": 23.544,
- "armorperlevel": 3.8,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.875,
- "hpregenperlevel": 0.85,
- "mpregen": 7.38,
- "mpregenperlevel": 0.525,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 53.384,
- "attackdamageperlevel": 3.8,
- "attackspeedoffset": -0.02,
- "attackspeedperlevel": 2.18
- }
- },
- "Anivia": {
- "version": "6.24.1",
- "id": "Anivia",
- "key": "34",
- "name": "Anivia",
- "title": "the Cryophoenix",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt3d24a1482453088a/5db05fa8df78486c826dcce8/RiotX_ChampionList_anivia.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Anivia_0.jpg",
- "blurb": "Anivia is a being of the coldest winter, a mystical embodiment of ice magic, and an ancient protector of the Freljord. She commands all the power and fury of the land itself, calling the snow and bitter wind to defend her home from those who would ...",
- "info": {
- "attack": 1,
- "defense": 4,
- "magic": 10,
- "difficulty": 10
- },
- "image": {
- "full": "Anivia.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 240,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Support"
- ],
- "partype": "MP",
- "stats": {
- "hp": 467.6,
- "hpperlevel": 70,
- "mp": 396.04,
- "mpperlevel": 50,
- "movespeed": 325,
- "armor": 21.22,
- "armorperlevel": 4,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 600,
- "hpregen": 5.57,
- "hpregenperlevel": 0.55,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 51.376,
- "attackdamageperlevel": 3.2,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 1.68
- }
- },
- "Annie": {
- "version": "6.24.1",
- "id": "Annie",
- "key": "1",
- "name": "Annie",
- "title": "the Dark Child",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt28c708665427aef6/5db05fa89481396d6bdd01a6/RiotX_ChampionList_annie.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Annie_0.jpg",
- "blurb": "There have always been those within Noxus who did not agree with the evils perpetrated by the Noxian High Command. The High Command had just put down a coup attempt from the self-proclaimed Crown Prince Raschallion, and a crackdown on any form of ...",
- "info": {
- "attack": 2,
- "defense": 3,
- "magic": 10,
- "difficulty": 6
- },
- "image": {
- "full": "Annie.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 288,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 511.68,
- "hpperlevel": 76,
- "mp": 334,
- "mpperlevel": 50,
- "movespeed": 335,
- "armor": 19.22,
- "armorperlevel": 4,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 575,
- "hpregen": 5.42,
- "hpregenperlevel": 0.55,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 50.41,
- "attackdamageperlevel": 2.625,
- "attackspeedoffset": 0.08,
- "attackspeedperlevel": 1.36
- }
- },
- "Ashe": {
- "version": "6.24.1",
- "id": "Ashe",
- "key": "22",
- "name": "Ashe",
- "title": "the Frost Archer",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt943aae038e2dee98/5db05fa8e9effa6ba5295f91/RiotX_ChampionList_ashe.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ashe_0.jpg",
- "blurb": "With each arrow she fires from her ancient ice-enchanted bow, Ashe proves she is a master archer. She chooses each target carefully, waits for the right moment, and then strikes with power and precision. It is with this same vision and focus that she ...",
- "info": {
- "attack": 7,
- "defense": 3,
- "magic": 2,
- "difficulty": 4
- },
- "image": {
- "full": "Ashe.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 336,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman",
- "Support"
- ],
- "partype": "MP",
- "stats": {
- "hp": 527.72,
- "hpperlevel": 79,
- "mp": 280,
- "mpperlevel": 32,
- "movespeed": 325,
- "armor": 21.212,
- "armorperlevel": 3.4,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 600,
- "hpregen": 5.42,
- "hpregenperlevel": 0.55,
- "mpregen": 6.97,
- "mpregenperlevel": 0.4,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 56.508,
- "attackdamageperlevel": 2.26,
- "attackspeedoffset": -0.05,
- "attackspeedperlevel": 3.33
- }
- },
- "AurelionSol": {
- "version": "6.24.1",
- "id": "AurelionSol",
- "key": "136",
- "name": "Aurelion Sol",
- "title": "The Star Forger",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt5dd3569fc67d6664/5db05fa8bd24496c390ae4d8/RiotX_ChampionList_aurelionsol.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/AurelionSol_0.jpg",
- "blurb": "Aurelion Sol once graced the vast emptiness of the cosmos with celestial wonders of his own devising. Now, he is forced to wield his awesome power at the behest of a space-faring empire that tricked him into servitude. Desiring a return to his ...",
- "info": {
- "attack": 2,
- "defense": 3,
- "magic": 8,
- "difficulty": 7
- },
- "image": {
- "full": "AurelionSol.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 384,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 550,
- "hpperlevel": 80,
- "mp": 350,
- "mpperlevel": 50,
- "movespeed": 325,
- "armor": 19,
- "armorperlevel": 3.6,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 6.5,
- "hpregenperlevel": 0.6,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 57,
- "attackdamageperlevel": 3.2,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 1.36
- }
- },
- "Azir": {
- "version": "6.24.1",
- "id": "Azir",
- "key": "268",
- "name": "Azir",
- "title": "the Emperor of the Sands",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt0e3f847946232167/5db05fa889fb926b491ed7ff/RiotX_ChampionList_azir.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Azir_0.jpg",
- "blurb": "''Shurima was once the glory of Runeterra. I will make it so again.''
Azir was a mortal emperor of Shurima in a far distant age, a proud man who stood at the cusp of immortality. His hubris saw him betrayed and murdered at the moment of his ...",
- "info": {
- "attack": 6,
- "defense": 3,
- "magic": 8,
- "difficulty": 9
- },
- "image": {
- "full": "Azir.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 432,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Marksman"
- ],
- "partype": "MP",
- "stats": {
- "hp": 524.4,
- "hpperlevel": 80,
- "mp": 350.56,
- "mpperlevel": 42,
- "movespeed": 325,
- "armor": 19.04,
- "armorperlevel": 3,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 525,
- "hpregen": 6.92,
- "hpregenperlevel": 0.55,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 52,
- "attackdamageperlevel": 2.8,
- "attackspeedoffset": -0.02,
- "attackspeedperlevel": 1.5
- }
- },
- "Bard": {
- "version": "6.24.1",
- "id": "Bard",
- "key": "432",
- "name": "Bard",
- "title": "the Wandering Caretaker",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltbbe3ce0c0ae1305b/5db05fb23a326d6df6c0e7b3/RiotX_ChampionList_bard.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Bard_0.jpg",
- "blurb": "Bard travels through realms beyond the imagination of mortal beings. Some of Valoran's greatest scholars have spent their lives trying to understand the mysteries he embodies. This enigmatic spirit has been given many names throughout the history of ...",
- "info": {
- "attack": 4,
- "defense": 4,
- "magic": 5,
- "difficulty": 9
- },
- "image": {
- "full": "Bard.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 0,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Support",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 535,
- "hpperlevel": 89,
- "mp": 350,
- "mpperlevel": 50,
- "movespeed": 330,
- "armor": 25,
- "armorperlevel": 4,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 500,
- "hpregen": 5.4,
- "hpregenperlevel": 0.55,
- "mpregen": 6,
- "mpregenperlevel": 0.45,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 52,
- "attackdamageperlevel": 3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2
- }
- },
- "Blitzcrank": {
- "version": "6.24.1",
- "id": "Blitzcrank",
- "key": "53",
- "name": "Blitzcrank",
- "title": "the Great Steam Golem",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltd7ef7e56ce1fe17b/5db05fb26af83b6d7032c8f8/RiotX_ChampionList_blitzcrank.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Blitzcrank_0.jpg",
- "blurb": "Zaun is a place where both magic and science have gone awry, and the unchecked nature of experimentation has taken its toll. However, Zaun's lenient restrictions allow their researchers and inventors the leeway to push the bounds of science at an ...",
- "info": {
- "attack": 4,
- "defense": 8,
- "magic": 5,
- "difficulty": 4
- },
- "image": {
- "full": "Blitzcrank.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 48,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Tank",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 582.6,
- "hpperlevel": 95,
- "mp": 267.2,
- "mpperlevel": 40,
- "movespeed": 325,
- "armor": 24.38,
- "armorperlevel": 4,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.51,
- "hpregenperlevel": 0.75,
- "mpregen": 8.5,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 61.54,
- "attackdamageperlevel": 3.5,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 1.13
- }
- },
- "Brand": {
- "version": "6.24.1",
- "id": "Brand",
- "key": "63",
- "name": "Brand",
- "title": "the Burning Vengeance",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltc8ca2e9bba653dda/5db05fb2dc674266df3d5d30/RiotX_ChampionList_brand.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Brand_0.jpg",
- "blurb": "In a faraway place known as Lokfar there was a seafaring marauder called Kegan Rodhe. As was his people's way, Kegan sailed far and wide with his fellows, stealing treasures from those unlucky enough to catch their attention. To some, he was a ...",
- "info": {
- "attack": 2,
- "defense": 2,
- "magic": 9,
- "difficulty": 4
- },
- "image": {
- "full": "Brand.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 96,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 507.68,
- "hpperlevel": 76,
- "mp": 375.6,
- "mpperlevel": 42,
- "movespeed": 340,
- "armor": 21.88,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 5.42,
- "hpregenperlevel": 0.55,
- "mpregen": 8.005,
- "mpregenperlevel": 0.6,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 57.04,
- "attackdamageperlevel": 3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 1.36
- }
- },
- "Braum": {
- "version": "6.24.1",
- "id": "Braum",
- "key": "201",
- "name": "Braum",
- "title": "the Heart of the Freljord",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltd140e30fa86d6ddd/5db05fb2242f426df132f95d/RiotX_ChampionList_braum.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Braum_0.jpg",
- "blurb": "''Would you like a bedtime story?''
''Grandma, I'm too old for that.''
''You're never too old to be told a story.''
The girl reluctantly crawls into bed and waits, knowing she won't win this battle. A bitter wind howls outside, ...",
- "info": {
- "attack": 3,
- "defense": 9,
- "magic": 4,
- "difficulty": 3
- },
- "image": {
- "full": "Braum.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 144,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Support",
- "Tank"
- ],
- "partype": "MP",
- "stats": {
- "hp": 576.16,
- "hpperlevel": 87,
- "mp": 310.6,
- "mpperlevel": 45,
- "movespeed": 335,
- "armor": 26.72,
- "armorperlevel": 4.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.18,
- "hpregenperlevel": 1,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 55.376,
- "attackdamageperlevel": 3.2,
- "attackspeedoffset": -0.03,
- "attackspeedperlevel": 3.5
- }
- },
- "Caitlyn": {
- "version": "6.24.1",
- "id": "Caitlyn",
- "key": "51",
- "name": "Caitlyn",
- "title": "the Sheriff of Piltover",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt014f4b6fc9bacd10/61b1eb901d158d4007de9685/RiotX_ChampionList_caitlyn_v2.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Caitlyn_0.jpg",
- "blurb": "''Go ahead, run. I'll give you a five minute head start.''
One of the reasons Piltover is known as the City of Progress is because it has an extraordinarily low crime rate. This hasn't always been the case; brigands and thieves of all sorts ...",
- "info": {
- "attack": 8,
- "defense": 2,
- "magic": 2,
- "difficulty": 6
- },
- "image": {
- "full": "Caitlyn.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 192,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman"
- ],
- "partype": "MP",
- "stats": {
- "hp": 524.4,
- "hpperlevel": 80,
- "mp": 313.7,
- "mpperlevel": 35,
- "movespeed": 325,
- "armor": 22.88,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 650,
- "hpregen": 5.67,
- "hpregenperlevel": 0.55,
- "mpregen": 7.4,
- "mpregenperlevel": 0.55,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 53.66,
- "attackdamageperlevel": 2.18,
- "attackspeedoffset": 0.1,
- "attackspeedperlevel": 4
- }
- },
- "Camille": {
- "version": "6.24.1",
- "id": "Camille",
- "key": "164",
- "name": "Camille",
- "title": "the Steel Shadow",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt413fcd7681fe0773/5db05fb089fb926b491ed805/RiotX_ChampionList_camille.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Camille_0.jpg",
- "blurb": "Weaponized to execute outside the boundaries of the law, Camille Ferros is an elegant and elite operative who ensures the commerce of the Piltover machine with its Zaunite underbelly runs smoothly. Raised among manners and money, she is the Principal ...",
- "info": {
- "attack": 8,
- "defense": 6,
- "magic": 3,
- "difficulty": 4
- },
- "image": {
- "full": "Camille.png",
- "sprite": "champion4.png",
- "group": "champion",
- "x": 144,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "MP",
- "stats": {
- "hp": 575.6,
- "hpperlevel": 95,
- "mp": 338.8,
- "mpperlevel": 32,
- "movespeed": 340,
- "armor": 26,
- "armorperlevel": 3.8,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.5,
- "hpregenperlevel": 0.8,
- "mpregen": 8.15,
- "mpregenperlevel": 0.75,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 62,
- "attackdamageperlevel": 3.5,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.5
- }
- },
- "Cassiopeia": {
- "version": "6.24.1",
- "id": "Cassiopeia",
- "key": "69",
- "name": "Cassiopeia",
- "title": "the Serpent's Embrace",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blte189be8189da97ea/5db05fb1bd24496c390ae4de/RiotX_ChampionList_cassiopeia.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Cassiopeia_0.jpg",
- "blurb": "Cassiopeia is a terrifying creature - half woman, half snake - whose slightest glance brings death. The youngest daughter of one of Noxus' most influential families, she was once a beautiful and cunning temptress capable of manipulating the hardest ...",
- "info": {
- "attack": 2,
- "defense": 3,
- "magic": 9,
- "difficulty": 10
- },
- "image": {
- "full": "Cassiopeia.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 240,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 525,
- "hpperlevel": 75,
- "mp": 375,
- "mpperlevel": 60,
- "movespeed": 328,
- "armor": 25,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 5.5,
- "hpregenperlevel": 0.5,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 53,
- "attackdamageperlevel": 3,
- "attackspeedoffset": -0.034,
- "attackspeedperlevel": 1.5
- }
- },
- "Chogath": {
- "version": "6.24.1",
- "id": "Chogath",
- "key": "31",
- "name": "Cho'Gath",
- "title": "the Terror of the Void",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt4dfb71de3ddc8166/5db05fb13a326d6df6c0e7ad/RiotX_ChampionList_chogath.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Chogath_0.jpg",
- "blurb": "There is a place between dimensions, between worlds. To some it is known as the Outside, to others it is the Unknown. To those that truly know, however, it is called the Void. Despite its name, the Void is not an empty place, but rather the home of ...",
- "info": {
- "attack": 3,
- "defense": 7,
- "magic": 7,
- "difficulty": 5
- },
- "image": {
- "full": "Chogath.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 288,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Tank",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 574.4,
- "hpperlevel": 80,
- "mp": 272.2,
- "mpperlevel": 40,
- "movespeed": 345,
- "armor": 28.88,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.925,
- "hpregenperlevel": 0.85,
- "mpregen": 7.205,
- "mpregenperlevel": 0.45,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 61.156,
- "attackdamageperlevel": 4.2,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 1.44
- }
- },
- "Corki": {
- "version": "6.24.1",
- "id": "Corki",
- "key": "42",
- "name": "Corki",
- "title": "the Daring Bombardier",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltdd918c4d0a86347a/5db05fb1df78486c826dccee/RiotX_ChampionList_corki.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Corki_0.jpg",
- "blurb": "When Heimerdinger and his yordle colleagues migrated to Piltover, they embraced science as a way of life, and they immediately made several groundbreaking contributions to the techmaturgical community. What yordles lack in stature, they make up for ...",
- "info": {
- "attack": 8,
- "defense": 3,
- "magic": 6,
- "difficulty": 6
- },
- "image": {
- "full": "Corki.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 336,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman"
- ],
- "partype": "MP",
- "stats": {
- "hp": 512.76,
- "hpperlevel": 82,
- "mp": 350.16,
- "mpperlevel": 34,
- "movespeed": 325,
- "armor": 23.38,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 5.42,
- "hpregenperlevel": 0.55,
- "mpregen": 7.42,
- "mpregenperlevel": 0.55,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 56,
- "attackdamageperlevel": 3.5,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.3
- }
- },
- "Darius": {
- "version": "6.24.1",
- "id": "Darius",
- "key": "122",
- "name": "Darius",
- "title": "the Hand of Noxus",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt38b52be4a2cb1004/5db05fb19481396d6bdd01ac/RiotX_ChampionList_darius.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Darius_0.jpg",
- "blurb": "There is no greater symbol of Noxian might than Darius, the nation's most feared and battle-hardened warrior. Orphaned at a young age, Darius had to fight to keep himself and his younger brother alive. By the time he joined the military, he had ...",
- "info": {
- "attack": 9,
- "defense": 5,
- "magic": 1,
- "difficulty": 2
- },
- "image": {
- "full": "Darius.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 384,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "MP",
- "stats": {
- "hp": 582.24,
- "hpperlevel": 100,
- "mp": 263,
- "mpperlevel": 37.5,
- "movespeed": 340,
- "armor": 30,
- "armorperlevel": 4,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 175,
- "hpregen": 9.845,
- "hpregenperlevel": 0.95,
- "mpregen": 6.585,
- "mpregenperlevel": 0.35,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 56,
- "attackdamageperlevel": 5,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 1
- }
- },
- "Diana": {
- "version": "6.24.1",
- "id": "Diana",
- "key": "131",
- "name": "Diana",
- "title": "Scorn of the Moon",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt56570083d2a5e20e/5db05fbc823d426762825fdf/RiotX_ChampionList_diana.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Diana_0.jpg",
- "blurb": "''I am the light coursing in the soul of the moon.''
Bearing her crescent moonblade, Diana fights as a warrior of the Lunari, a faith all but quashed in the lands around Mount Targon. Clad in shimmering armor the color of winter snow at night, ...",
- "info": {
- "attack": 7,
- "defense": 6,
- "magic": 8,
- "difficulty": 4
- },
- "image": {
- "full": "Diana.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 432,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 589.2,
- "hpperlevel": 90,
- "mp": 297.2,
- "mpperlevel": 40,
- "movespeed": 345,
- "armor": 26.048,
- "armorperlevel": 3.6,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 150,
- "hpregen": 7.425,
- "hpregenperlevel": 0.85,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 53.04,
- "attackdamageperlevel": 3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.25
- }
- },
- "Draven": {
- "version": "6.24.1",
- "id": "Draven",
- "key": "119",
- "name": "Draven",
- "title": "the Glorious Executioner",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltc0be728e4cbb8f2a/5db05fbc89fb926b491ed80b/RiotX_ChampionList_draven.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Draven_0.jpg",
- "blurb": "Unlike his brother Darius, victory in battle was never enough for Draven. He craved recognition, acclaim, and glory. He first sought greatness in the Noxian military, but his flair for the dramatic went severely underappreciated. Thirsting for a ...",
- "info": {
- "attack": 9,
- "defense": 3,
- "magic": 1,
- "difficulty": 8
- },
- "image": {
- "full": "Draven.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 0,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman"
- ],
- "partype": "MP",
- "stats": {
- "hp": 557.76,
- "hpperlevel": 82,
- "mp": 360.56,
- "mpperlevel": 39,
- "movespeed": 330,
- "armor": 25.544,
- "armorperlevel": 3.3,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 6.175,
- "hpregenperlevel": 0.7,
- "mpregen": 8.04,
- "mpregenperlevel": 0.65,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 55.8,
- "attackdamageperlevel": 2.91,
- "attackspeedoffset": -0.08,
- "attackspeedperlevel": 2.7
- }
- },
- "DrMundo": {
- "version": "6.24.1",
- "id": "DrMundo",
- "key": "36",
- "name": "Dr. Mundo",
- "title": "the Madman of Zaun",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blte88a3d7e9e408904/61b1ea136a78b87751002a68/RiotX_ChampionList_drmundo_v2.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/DrMundo_0.jpg",
- "blurb": "''Beware the Madman of Zaun. In his eyes, you are already dead''
It is said that the man now known as Dr. Mundo was born without any sort of conscience. Instead, he had an unquenchable desire to inflict pain through experimentation. By the time ...",
- "info": {
- "attack": 5,
- "defense": 7,
- "magic": 6,
- "difficulty": 5
- },
- "image": {
- "full": "DrMundo.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 48,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "None",
- "stats": {
- "hp": 582.52,
- "hpperlevel": 89,
- "mp": 0,
- "mpperlevel": 0,
- "movespeed": 345,
- "armor": 26.88,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 7.76,
- "hpregenperlevel": 0.75,
- "mpregen": 0,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 61.27,
- "attackdamageperlevel": 3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.8
- }
- },
- "Ekko": {
- "version": "6.24.1",
- "id": "Ekko",
- "key": "245",
- "name": "Ekko",
- "title": "the Boy Who Shattered Time",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltf22ba7e6328e4376/5db05fbd242f426df132f963/RiotX_ChampionList_ekko.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ekko_0.jpg",
- "blurb": "A prodigy from the rough streets of Zaun, Ekko manipulates time to spin any situation to his advantage. Using his own invention, the Zero-Drive, he explores the branching possibilities of reality. As well as experimenting with multi-dimensional ...",
- "info": {
- "attack": 5,
- "defense": 3,
- "magic": 7,
- "difficulty": 8
- },
- "image": {
- "full": "Ekko.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 96,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Assassin",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 580,
- "hpperlevel": 80,
- "mp": 280,
- "mpperlevel": 50,
- "movespeed": 340,
- "armor": 27,
- "armorperlevel": 3,
- "spellblock": 32,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 9,
- "hpregenperlevel": 0.9,
- "mpregen": 7,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 55,
- "attackdamageperlevel": 3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 3.3
- }
- },
- "Elise": {
- "version": "6.24.1",
- "id": "Elise",
- "key": "60",
- "name": "Elise",
- "title": "the Spider Queen",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltfe21ff2ddb84d5d1/5db05fbd0b39e86c2f83dc05/RiotX_ChampionList_elise.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Elise_0.jpg",
- "blurb": "''Beauty is power too, and can strike swifter than any sword.''
Elise is a deadly predator who dwells in a shuttered, lightless palace, deep in the Immortal Bastion of Noxus. Once she was mortal, the mistress of a once-powerful house, but the ...",
- "info": {
- "attack": 6,
- "defense": 5,
- "magic": 7,
- "difficulty": 9
- },
- "image": {
- "full": "Elise.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 144,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 529.4,
- "hpperlevel": 80,
- "mp": 324,
- "mpperlevel": 50,
- "movespeed": 325,
- "armor": 22.128,
- "armorperlevel": 3.35,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 5.705,
- "hpregenperlevel": 0.6,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 50.54,
- "attackdamageperlevel": 3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 1.75
- }
- },
- "Evelynn": {
- "version": "6.24.1",
- "id": "Evelynn",
- "key": "28",
- "name": "Evelynn",
- "title": "the Widowmaker",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blte24b4c6ec1beebb9/5db05fbddf78486c826dccf4/RiotX_ChampionList_evelynn.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Evelynn_0.jpg",
- "blurb": "Swift and lethal, Evelynn is one of the most deadly - and expensive - assassins in all of Runeterra. Able to merge with the shadows at will, she patiently stalks her prey, waiting for the right moment to strike. While Evelynn is clearly not entirely ...",
- "info": {
- "attack": 4,
- "defense": 2,
- "magic": 7,
- "difficulty": 10
- },
- "image": {
- "full": "Evelynn.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 192,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Assassin",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 531.2,
- "hpperlevel": 90,
- "mp": 315.6,
- "mpperlevel": 42,
- "movespeed": 340,
- "armor": 26.5,
- "armorperlevel": 3.8,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 9.82,
- "hpregenperlevel": 0.55,
- "mpregen": 8.105,
- "mpregenperlevel": 0.6,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 53.88,
- "attackdamageperlevel": 3.5,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 3.6
- }
- },
- "Ezreal": {
- "version": "6.24.1",
- "id": "Ezreal",
- "key": "81",
- "name": "Ezreal",
- "title": "the Prodigal Explorer",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt60f687c95425f73f/5db05fbd2dc72966da746704/RiotX_ChampionList_ezreal.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ezreal_0.jpg",
- "blurb": "The intrepid young adventurer Ezreal has explored some of the most remote and abandoned locations on Runeterra. During an expedition to the buried ruins of ancient Shurima, he recovered an amulet of incredible mystical power. Likely constructed to be ...",
- "info": {
- "attack": 7,
- "defense": 2,
- "magic": 6,
- "difficulty": 7
- },
- "image": {
- "full": "Ezreal.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 240,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 484.4,
- "hpperlevel": 80,
- "mp": 360.6,
- "mpperlevel": 42,
- "movespeed": 325,
- "armor": 21.88,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 6.42,
- "hpregenperlevel": 0.55,
- "mpregen": 8.09,
- "mpregenperlevel": 0.65,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 55.66,
- "attackdamageperlevel": 2.41,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.8
- }
- },
- "FiddleSticks": {
- "version": "6.24.1",
- "id": "FiddleSticks",
- "key": "9",
- "name": "Fiddlesticks",
- "title": "the Harbinger of Doom",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt1151ac1242311053/61b1ea65aeb5451282be2468/RiotX_ChampionList_fiddlesticks_v2.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Fiddlesticks_0.jpg",
- "blurb": "For nearly twenty years, Fiddlesticks has stood alone in the easternmost summoning chamber of the Institute of War. Only the burning emerald light of his unearthly gaze pierces the musty darkness of his dust-covered home. It is here that the Harbinger ...",
- "info": {
- "attack": 2,
- "defense": 3,
- "magic": 9,
- "difficulty": 9
- },
- "image": {
- "full": "FiddleSticks.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 288,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Support"
- ],
- "partype": "MP",
- "stats": {
- "hp": 524.4,
- "hpperlevel": 80,
- "mp": 400.12,
- "mpperlevel": 56,
- "movespeed": 335,
- "armor": 20.88,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 480,
- "hpregen": 5.605,
- "hpregenperlevel": 0.6,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 48.36,
- "attackdamageperlevel": 2.625,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.11
- }
- },
- "Fiora": {
- "version": "6.24.1",
- "id": "Fiora",
- "key": "114",
- "name": "Fiora",
- "title": "the Grand Duelist",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt935dd149b2617ac8/5db05fbcdc674266df3d5d36/RiotX_ChampionList_fiora.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Fiora_0.jpg",
- "blurb": "''I have come to kill you for the sake of honor. And though you possess none, still you die.''
The most feared duelist in all Valoran, Fiora is as renowned for her brusque manner and cunning mind as she is for the speed of her bluesteel rapier. ...",
- "info": {
- "attack": 10,
- "defense": 4,
- "magic": 2,
- "difficulty": 3
- },
- "image": {
- "full": "Fiora.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 336,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Assassin"
- ],
- "partype": "MP",
- "stats": {
- "hp": 550,
- "hpperlevel": 85,
- "mp": 300,
- "mpperlevel": 40,
- "movespeed": 345,
- "armor": 24,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 150,
- "hpregen": 8.25,
- "hpregenperlevel": 0.55,
- "mpregen": 8,
- "mpregenperlevel": 0.7,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 60,
- "attackdamageperlevel": 3.3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 3.2
- }
- },
- "Fizz": {
- "version": "6.24.1",
- "id": "Fizz",
- "key": "105",
- "name": "Fizz",
- "title": "the Tidal Trickster",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt6000fa69e03c25c0/5db05fbc56458c6b3fc17513/RiotX_ChampionList_fizz.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Fizz_0.jpg",
- "blurb": "Centuries ago, an ancient water-dwelling race built a hidden city beneath a mountain in the sea. Though these creatures had their enemies, the city was an impenetrable fortress, and, in the safety it provided, they grew complacent. Fizz, however, ...",
- "info": {
- "attack": 6,
- "defense": 4,
- "magic": 7,
- "difficulty": 6
- },
- "image": {
- "full": "Fizz.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 384,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Assassin",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 558.48,
- "hpperlevel": 86,
- "mp": 317.2,
- "mpperlevel": 37,
- "movespeed": 335,
- "armor": 22.412,
- "armorperlevel": 3.4,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 175,
- "hpregen": 8.175,
- "hpregenperlevel": 0.7,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 58.04,
- "attackdamageperlevel": 3,
- "attackspeedoffset": -0.05,
- "attackspeedperlevel": 3.1
- }
- },
- "Galio": {
- "version": "6.24.1",
- "id": "Galio",
- "key": "3",
- "name": "Galio",
- "title": "the Sentinel's Sorrow",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt5890d1ab5c8be01f/5db05fc6823d426762825fe5/RiotX_ChampionList_galio.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Galio_0.jpg",
- "blurb": "''There is no such thing as redemption. Only penance.''
Long before the regulation of magic, mages experimented with the creation of artificial life. Now forbidden, instilling golems with reason was once not so uncommon a practice amongst the ...",
- "info": {
- "attack": 3,
- "defense": 7,
- "magic": 6,
- "difficulty": 3
- },
- "image": {
- "full": "Galio.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 432,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Tank",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 577.8,
- "hpperlevel": 85,
- "mp": 369,
- "mpperlevel": 47,
- "movespeed": 335,
- "armor": 26.88,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.71,
- "hpregenperlevel": 0.75,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 61.97,
- "attackdamageperlevel": 3.375,
- "attackspeedoffset": -0.02,
- "attackspeedperlevel": 1.2
- }
- },
- "Gangplank": {
- "version": "6.24.1",
- "id": "Gangplank",
- "key": "41",
- "name": "Gangplank",
- "title": "the Saltwater Scourge",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltfdff3781ccfb2a5c/5db05fc689fb926b491ed811/RiotX_ChampionList_gangplank.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Gangplank_0.jpg",
- "blurb": "''I was cutting throats and sinking Noxian war galleys when you were still pissing your britches, boy. You don't want to take me on.''
As unpredictable as he is brutal, the dethroned reaver king known as Gangplank is feared far and wide. Where ...",
- "info": {
- "attack": 7,
- "defense": 6,
- "magic": 4,
- "difficulty": 9
- },
- "image": {
- "full": "Gangplank.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 540,
- "hpperlevel": 82,
- "mp": 282,
- "mpperlevel": 40,
- "movespeed": 345,
- "armor": 26,
- "armorperlevel": 3,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 6,
- "hpregenperlevel": 0.6,
- "mpregen": 7.5,
- "mpregenperlevel": 0.7,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 56,
- "attackdamageperlevel": 3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 3.2
- }
- },
- "Garen": {
- "version": "6.24.1",
- "id": "Garen",
- "key": "86",
- "name": "Garen",
- "title": "The Might of Demacia",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blte41a162aed9339b7/5db05fc60b39e86c2f83dc0d/RiotX_ChampionList_garen.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Garen_0.jpg",
- "blurb": "Throughout Valoran, the resolve of Demacia's military is alternately celebrated or despised, but always respected. Their ''zero tolerance'' moral code is strictly upheld by civilians and soldiers alike. In combat, this means Demacian troops may not ...",
- "info": {
- "attack": 7,
- "defense": 7,
- "magic": 1,
- "difficulty": 5
- },
- "image": {
- "full": "Garen.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 48,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "None",
- "stats": {
- "hp": 616.28,
- "hpperlevel": 84.25,
- "mp": 0,
- "mpperlevel": 0,
- "movespeed": 340,
- "armor": 27.536,
- "armorperlevel": 3,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 175,
- "hpregen": 7.84,
- "hpregenperlevel": 0.5,
- "mpregen": 0,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 57.88,
- "attackdamageperlevel": 4.5,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.9
- }
- },
- "Gnar": {
- "version": "6.24.1",
- "id": "Gnar",
- "key": "150",
- "name": "Gnar",
- "title": "the Missing Link",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blta80f79dd96ee5d30/5db05fc6df78486c826dcd00/RiotX_ChampionList_gnar.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Gnar_0.jpg",
- "blurb": "The jungle does not forgive blindness. Every broken branch tells a story.
I've hunted every creature this jungle has to offer. I was certain there were no challenges left here, but now there is something new. Each track is the size of a ...",
- "info": {
- "attack": 6,
- "defense": 5,
- "magic": 5,
- "difficulty": 8
- },
- "image": {
- "full": "Gnar.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 96,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "Gnarfury",
- "stats": {
- "hp": 540,
- "hpperlevel": 65,
- "mp": 100,
- "mpperlevel": 0,
- "movespeed": 325,
- "armor": 23,
- "armorperlevel": 2.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 175,
- "hpregen": 2.5,
- "hpregenperlevel": 0.5,
- "mpregen": 0,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 51,
- "attackdamageperlevel": 3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 6
- }
- },
- "Gragas": {
- "version": "6.24.1",
- "id": "Gragas",
- "key": "79",
- "name": "Gragas",
- "title": "the Rabble Rouser",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt795841adba722f85/5db05fc43a326d6df6c0e7b9/RiotX_ChampionList_gragas.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Gragas_0.jpg",
- "blurb": "The only thing more important to Gragas than fighting is drinking. His unquenchable thirst for stronger ale has led him in search of the most potent and unconventional ingredients to toss in his still. Impulsive and unpredictable, this rowdy carouser ...",
- "info": {
- "attack": 4,
- "defense": 7,
- "magic": 6,
- "difficulty": 5
- },
- "image": {
- "full": "Gragas.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 144,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 583.52,
- "hpperlevel": 89,
- "mp": 400,
- "mpperlevel": 47,
- "movespeed": 330,
- "armor": 26.048,
- "armorperlevel": 3.6,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 5.5,
- "hpregenperlevel": 0.5,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 61.38,
- "attackdamageperlevel": 3.5,
- "attackspeedoffset": -0.04,
- "attackspeedperlevel": 2.05
- }
- },
- "Graves": {
- "version": "6.24.1",
- "id": "Graves",
- "key": "104",
- "name": "Graves",
- "title": "the Outlaw",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt2e7cd286d7b6182e/5e9a59c245a2a97194a1d4c7/RiotX_ChampionList_graves-cigar.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Graves_0.jpg",
- "blurb": "Malcolm Graves is a wanted man in every realm, city and empire he has visited. Tough, strong-willed, and above all, relentless, through his life of crime he has amassed (then invariably lost) a small fortune.",
- "info": {
- "attack": 8,
- "defense": 5,
- "magic": 3,
- "difficulty": 3
- },
- "image": {
- "full": "Graves.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 192,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman"
- ],
- "partype": "MP",
- "stats": {
- "hp": 551.12,
- "hpperlevel": 84,
- "mp": 322.2,
- "mpperlevel": 40,
- "movespeed": 340,
- "armor": 24.376,
- "armorperlevel": 3.4,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 425,
- "hpregen": 6.675,
- "hpregenperlevel": 0.7,
- "mpregen": 7.9,
- "mpregenperlevel": 0.7,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 60.83,
- "attackdamageperlevel": 2.41,
- "attackspeedoffset": 0.3,
- "attackspeedperlevel": 2.6
- }
- },
- "Hecarim": {
- "version": "6.24.1",
- "id": "Hecarim",
- "key": "120",
- "name": "Hecarim",
- "title": "the Shadow of War",
- "champkey": "Hecarim",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blteb9ce5304ec48e19/5db05fc5df78486c826dccfa/RiotX_ChampionList_hecarim.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Hecarim_0.jpg",
- "blurb": "''Break their ranks and ride them down without mercy. Crush the living and feast on their terror.''
Hecarim is an armored colossus who charges from the Shadow Isles at the head of a deathly host of spectral horsemen to hunt the living. A ...",
- "info": {
- "attack": 8,
- "defense": 6,
- "magic": 4,
- "difficulty": 6
- },
- "image": {
- "full": "Hecarim.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 240,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "MP",
- "stats": {
- "hp": 580,
- "hpperlevel": 90,
- "mp": 277.2,
- "mpperlevel": 40,
- "movespeed": 345,
- "armor": 26.72,
- "armorperlevel": 4,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 175,
- "hpregen": 7,
- "hpregenperlevel": 0.75,
- "mpregen": 6.5,
- "mpregenperlevel": 0.6,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 58,
- "attackdamageperlevel": 3.2,
- "attackspeedoffset": -0.0672,
- "attackspeedperlevel": 2.5
- }
- },
- "Heimerdinger": {
- "version": "6.24.1",
- "id": "Heimerdinger",
- "key": "74",
- "name": "Heimerdinger",
- "title": "the Revered Inventor",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltd30d85446d154070/5db05fc57d28b76cfe4397ef/RiotX_ChampionList_heimerdinger.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Heimerdinger_0.jpg",
- "blurb": "From the Journal of Professor Cecil B. Heimerdinger
10.14
09:15
Current meteorological conditions in Bandle City seem optimal. Atmospheric pressure is ideal for today's experiments!
Running a fifth trial for my ...",
- "info": {
- "attack": 2,
- "defense": 6,
- "magic": 8,
- "difficulty": 8
- },
- "image": {
- "full": "Heimerdinger.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 288,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Support"
- ],
- "partype": "MP",
- "stats": {
- "hp": 476,
- "hpperlevel": 75,
- "mp": 307.2,
- "mpperlevel": 40,
- "movespeed": 340,
- "armor": 19.04,
- "armorperlevel": 3,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 11.005,
- "hpregenperlevel": 1.75,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 55.536,
- "attackdamageperlevel": 2.7,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 1.36
- }
- },
- "Illaoi": {
- "version": "6.24.1",
- "id": "Illaoi",
- "key": "420",
- "name": "Illaoi",
- "title": "the Kraken Priestess",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltc44e90a5547120a2/5db05fc5347d1c6baa57be2b/RiotX_ChampionList_illaoi.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Illaoi_0.jpg",
- "blurb": "''I'm not big on sermons. Broken bones teach better lessons.''
Illaoi's powerful physique is dwarfed only by her indomitable faith. As the prophet of the Great Kraken, she uses a huge, golden idol to rip her foes' spirits from their bodies and ...",
- "info": {
- "attack": 8,
- "defense": 6,
- "magic": 3,
- "difficulty": 4
- },
- "image": {
- "full": "Illaoi.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 336,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "MP",
- "stats": {
- "hp": 585.6,
- "hpperlevel": 95,
- "mp": 300,
- "mpperlevel": 40,
- "movespeed": 340,
- "armor": 26,
- "armorperlevel": 3.8,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 9.5,
- "hpregenperlevel": 0.8,
- "mpregen": 7.5,
- "mpregenperlevel": 0.75,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 60,
- "attackdamageperlevel": 5,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.5
- }
- },
- "Irelia": {
- "version": "6.24.1",
- "id": "Irelia",
- "key": "39",
- "name": "Irelia",
- "title": "the Will of the Blades",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltf5f2b8de93870aef/5db05fcea6470d6ab91ce59a/RiotX_ChampionList_irelia.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Irelia_0.jpg",
- "blurb": "''The sword flourishes, as though painting with blood.''
The Ionians have developed some of the most breathtaking and deadly martial arts in all of Runeterra - just one manifestation of their pursuit of enlightenment. The most remarkable blade ...",
- "info": {
- "attack": 7,
- "defense": 4,
- "magic": 5,
- "difficulty": 5
- },
- "image": {
- "full": "Irelia.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 384,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Assassin"
- ],
- "partype": "MP",
- "stats": {
- "hp": 607.2,
- "hpperlevel": 90,
- "mp": 338.8,
- "mpperlevel": 32,
- "movespeed": 345,
- "armor": 25.3,
- "armorperlevel": 3.75,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.59,
- "hpregenperlevel": 0.65,
- "mpregen": 8.1,
- "mpregenperlevel": 0.65,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 61.544,
- "attackdamageperlevel": 3.3,
- "attackspeedoffset": -0.06,
- "attackspeedperlevel": 3.2
- }
- },
- "Ivern": {
- "version": "6.24.1",
- "id": "Ivern",
- "key": "427",
- "name": "Ivern",
- "title": "the Green Father",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt5fff73e1df1873de/5db05fce7d28b76cfe4397f5/RiotX_ChampionList_ivern.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ivern_0.jpg",
- "blurb": "Ivern Bramblefoot, known to many as the Green Father, is a peculiar half man, half tree who roams Runeterra's forests, cultivating life everywhere he goes. He knows the secrets of the natural world, and holds deep friendships with all things that grow,...",
- "info": {
- "attack": 3,
- "defense": 5,
- "magic": 7,
- "difficulty": 7
- },
- "image": {
- "full": "Ivern.png",
- "sprite": "champion4.png",
- "group": "champion",
- "x": 96,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Support",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 580,
- "hpperlevel": 90,
- "mp": 450,
- "mpperlevel": 60,
- "movespeed": 330,
- "armor": 22,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 6.9,
- "hpregenperlevel": 0.85,
- "mpregen": 6,
- "mpregenperlevel": 0.75,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 50,
- "attackdamageperlevel": 3,
- "attackspeedoffset": -0.03,
- "attackspeedperlevel": 3.4
- }
- },
- "Janna": {
- "version": "6.24.1",
- "id": "Janna",
- "key": "40",
- "name": "Janna",
- "title": "the Storm's Fury",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt02bf5329f8abe45d/5db05fcedf78486c826dcd06/RiotX_ChampionList_janna.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Janna_0.jpg",
- "blurb": "There are those sorcerers who give themselves over to the primal powers of nature, forgoing the learned practice of magic. Such a sorceress is Janna, who first learned magic as an orphan growing up amidst the chaos that is the city-state of Zaun. ...",
- "info": {
- "attack": 3,
- "defense": 5,
- "magic": 7,
- "difficulty": 7
- },
- "image": {
- "full": "Janna.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 432,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Support",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 487.04,
- "hpperlevel": 78,
- "mp": 409.52,
- "mpperlevel": 64,
- "movespeed": 335,
- "armor": 19.384,
- "armorperlevel": 3.8,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 475,
- "hpregen": 5.42,
- "hpregenperlevel": 0.55,
- "mpregen": 11.5,
- "mpregenperlevel": 0.4,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 51.956,
- "attackdamageperlevel": 2.95,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.61
- }
- },
- "JarvanIV": {
- "version": "6.24.1",
- "id": "JarvanIV",
- "key": "59",
- "name": "Jarvan IV",
- "title": "the Exemplar of Demacia",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt5898626d7016d222/5db05fcfdc674266df3d5d3c/RiotX_ChampionList_jarvaniv.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/JarvanIV_0.jpg",
- "blurb": "''There is only one truth, and you will find it at the point of my lance.''
As the royal family of Demacia for centuries, members of the Lightshield line have spent their lives waging war against any who opposed Demacian ethics. It is said that ...",
- "info": {
- "attack": 6,
- "defense": 8,
- "magic": 3,
- "difficulty": 5
- },
- "image": {
- "full": "JarvanIV.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 0,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Tank",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 571.2,
- "hpperlevel": 90,
- "mp": 302.2,
- "mpperlevel": 40,
- "movespeed": 340,
- "armor": 29,
- "armorperlevel": 3.6,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 175,
- "hpregen": 8.175,
- "hpregenperlevel": 0.7,
- "mpregen": 6.755,
- "mpregenperlevel": 0.45,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 55.712,
- "attackdamageperlevel": 3.4,
- "attackspeedoffset": -0.05,
- "attackspeedperlevel": 2.5
- }
- },
- "Jax": {
- "version": "6.24.1",
- "id": "Jax",
- "key": "24",
- "name": "Jax",
- "title": "Grandmaster at Arms",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt6b301613598c3f17/5db05fcf89fb926b491ed81d/RiotX_ChampionList_jax.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Jax_0.jpg",
- "blurb": "It is seldom the case where a champion is defined by his actions after joining the League of Legends rather than before. Such is the case with Jax, for whom the argument could be made that he is the most prolific tournament fighter currently at the ...",
- "info": {
- "attack": 7,
- "defense": 5,
- "magic": 7,
- "difficulty": 5
- },
- "image": {
- "full": "Jax.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 48,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Assassin"
- ],
- "partype": "MP",
- "stats": {
- "hp": 592.8,
- "hpperlevel": 85,
- "mp": 338.8,
- "mpperlevel": 32,
- "movespeed": 350,
- "armor": 27.04,
- "armorperlevel": 3,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.37,
- "hpregenperlevel": 0.55,
- "mpregen": 7.575,
- "mpregenperlevel": 0.7,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 61.97,
- "attackdamageperlevel": 3.375,
- "attackspeedoffset": -0.02,
- "attackspeedperlevel": 3.4
- }
- },
- "Jayce": {
- "version": "6.24.1",
- "id": "Jayce",
- "key": "126",
- "name": "Jayce",
- "title": "the Defender of Tomorrow",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt51557edc36ad88a1/5db05fcf0b39e86c2f83dc13/RiotX_ChampionList_jayce.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Jayce_0.jpg",
- "blurb": "Armed with wit, charm, and his signature transforming hammer, Jayce lives to protect his native Piltover. Long before his nation called him a hero, however, he was a promising young inventor. When Piltover commissioned him to study a rare arcane ...",
- "info": {
- "attack": 8,
- "defense": 4,
- "magic": 3,
- "difficulty": 7
- },
- "image": {
- "full": "Jayce.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 96,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Marksman"
- ],
- "partype": "MP",
- "stats": {
- "hp": 571.2,
- "hpperlevel": 90,
- "mp": 357.2,
- "mpperlevel": 37,
- "movespeed": 335,
- "armor": 22.38,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 125,
- "hpregen": 7.34,
- "hpregenperlevel": 0.8,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 50.38,
- "attackdamageperlevel": 3.5,
- "attackspeedoffset": -0.05,
- "attackspeedperlevel": 3
- }
- },
- "Jhin": {
- "version": "6.24.1",
- "id": "Jhin",
- "key": "202",
- "name": "Jhin",
- "title": "the Virtuoso",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltbf6c70d9272a5a2a/5db05fcfe9d7526ab429e532/RiotX_ChampionList_jhin.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Jhin_0.jpg",
- "blurb": "''Art requires a certain...cruelty.''
Jhin is a meticulous criminal psychopath who believes murder is art. Once an Ionian prisoner, but freed by shadowy elements within Ionia's ruling council, the serial killer now works as their cabal's ...",
- "info": {
- "attack": 10,
- "defense": 2,
- "magic": 6,
- "difficulty": 6
- },
- "image": {
- "full": "Jhin.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 144,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman",
- "Assassin"
- ],
- "partype": "MP",
- "stats": {
- "hp": 540,
- "hpperlevel": 85,
- "mp": 300,
- "mpperlevel": 50,
- "movespeed": 330,
- "armor": 20,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 6,
- "hpregenperlevel": 0.55,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 53,
- "attackdamageperlevel": 4,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 0
- }
- },
- "Jinx": {
- "version": "6.24.1",
- "id": "Jinx",
- "key": "222",
- "name": "Jinx",
- "title": "the Loose Cannon",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blta2cba784d9fad4b8/5db05fce89fb926b491ed817/RiotX_ChampionList_jinx.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Jinx_0.jpg",
- "blurb": "Jinx lives to wreak havoc without a thought for the consequences, leaving a trail of mayhem and panic in her wake. A manic and impulsive criminal, she despises nothing more than boredom, and gleefully brings her own volatile brand of pandemonium to ...",
- "info": {
- "attack": 9,
- "defense": 2,
- "magic": 4,
- "difficulty": 6
- },
- "image": {
- "full": "Jinx.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 192,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman"
- ],
- "partype": "MP",
- "stats": {
- "hp": 517.76,
- "hpperlevel": 82,
- "mp": 245.6,
- "mpperlevel": 45,
- "movespeed": 325,
- "armor": 22.88,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 525,
- "hpregen": 5.84,
- "hpregenperlevel": 0.5,
- "mpregen": 6.68,
- "mpregenperlevel": 1,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 58.46,
- "attackdamageperlevel": 2.41,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 1
- }
- },
- "Kalista": {
- "version": "6.24.1",
- "id": "Kalista",
- "key": "429",
- "name": "Kalista",
- "title": "the Spear of Vengeance",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltb7f0196921c74e8c/5db05fcee9d7526ab429e52c/RiotX_ChampionList_kalista.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Kalista_0.jpg",
- "blurb": "''When wronged, we seek justice. When hurt, we strike back. When betrayed, the Spear of Vengeance strikes!''
A specter of wrath and retribution, Kalista is the undying spirit of vengeance, an armored nightmare summoned from the Shadow Isles to ...",
- "info": {
- "attack": 8,
- "defense": 2,
- "magic": 4,
- "difficulty": 7
- },
- "image": {
- "full": "Kalista.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 240,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman"
- ],
- "partype": "MP",
- "stats": {
- "hp": 517.76,
- "hpperlevel": 83,
- "mp": 231.8,
- "mpperlevel": 35,
- "movespeed": 325,
- "armor": 19.012,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 6,
- "hpregenperlevel": 0.55,
- "mpregen": 6.3,
- "mpregenperlevel": 0.4,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 63,
- "attackdamageperlevel": 2.9,
- "attackspeedoffset": -0.03,
- "attackspeedperlevel": 2.5
- }
- },
- "Karma": {
- "version": "6.24.1",
- "id": "Karma",
- "key": "43",
- "name": "Karma",
- "title": "the Enlightened One",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt39748c7b67252d6f/5db05fd70b39e86c2f83dc19/RiotX_ChampionList_karma.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Karma_0.jpg",
- "blurb": "Karma is a woman of indomitable will and unbound spiritual power. She is the soul of Ionia made manifest and an inspiring presence on the battlefield, shielding her allies and turning back her foes. A strong leader torn between tradition and ...",
- "info": {
- "attack": 1,
- "defense": 7,
- "magic": 8,
- "difficulty": 5
- },
- "image": {
- "full": "Karma.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 288,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Support"
- ],
- "partype": "MP",
- "stats": {
- "hp": 522.44,
- "hpperlevel": 83,
- "mp": 374,
- "mpperlevel": 50,
- "movespeed": 335,
- "armor": 20.384,
- "armorperlevel": 3.8,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 525,
- "hpregen": 5.62,
- "hpregenperlevel": 0.55,
- "mpregen": 8.5,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 53.544,
- "attackdamageperlevel": 3.3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.3
- }
- },
- "Karthus": {
- "version": "6.24.1",
- "id": "Karthus",
- "key": "30",
- "name": "Karthus",
- "title": "the Deathsinger",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt69b8fad9d1e78514/5db05fd7df78486c826dcd0c/RiotX_ChampionList_karthus.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Karthus_0.jpg",
- "blurb": "''Death is not the end of the journey, it is just the beginning...''
The harbinger of oblivion, Karthus is an undying spirit whose haunting songs are a prelude to the horror of his nightmarish appearance. The living fear the eternity of undeath,...",
- "info": {
- "attack": 2,
- "defense": 2,
- "magic": 10,
- "difficulty": 7
- },
- "image": {
- "full": "Karthus.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 336,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 516,
- "hpperlevel": 75,
- "mp": 372.48,
- "mpperlevel": 61,
- "movespeed": 335,
- "armor": 20.88,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 450,
- "hpregen": 6.42,
- "hpregenperlevel": 0.55,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 45.66,
- "attackdamageperlevel": 3.25,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.11
- }
- },
- "Kassadin": {
- "version": "6.24.1",
- "id": "Kassadin",
- "key": "38",
- "name": "Kassadin",
- "title": "the Void Walker",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt20773f2f67e00a74/636ead3d105477785e890c1b/RiotX_ChampionList_kassadin.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Kassadin_0.jpg",
- "blurb": "There is a place between dimensions and between worlds. To some it is known as the Outside, to others it is the Unknown. To most, however, it is called the Void. Despite its name, the Void is not an empty place, but rather the home of unspeakable ...",
- "info": {
- "attack": 3,
- "defense": 5,
- "magic": 8,
- "difficulty": 8
- },
- "image": {
- "full": "Kassadin.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 384,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Assassin",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 564.04,
- "hpperlevel": 78,
- "mp": 397.6,
- "mpperlevel": 67,
- "movespeed": 340,
- "armor": 23.376,
- "armorperlevel": 3.2,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 150,
- "hpregen": 7.79,
- "hpregenperlevel": 0.5,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 58.852,
- "attackdamageperlevel": 3.9,
- "attackspeedoffset": -0.023,
- "attackspeedperlevel": 3.7
- }
- },
- "Katarina": {
- "version": "6.24.1",
- "id": "Katarina",
- "key": "55",
- "name": "Katarina",
- "title": "the Sinister Blade",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltb73e3edb5937676a/5db05fd7823d426762825feb/RiotX_ChampionList_katarina.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Katarina_0.jpg",
- "blurb": "Driven by an intense killer instinct, Katarina uses her talents as an assassin for the glory of Noxus, and the continued elevation of her family. While her fervor drives her to ever-greater feats, it can sometimes lead her astray.
From ...",
- "info": {
- "attack": 4,
- "defense": 3,
- "magic": 9,
- "difficulty": 8
- },
- "image": {
- "full": "Katarina.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 432,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Assassin",
- "Mage"
- ],
- "partype": "None",
- "stats": {
- "hp": 590,
- "hpperlevel": 82,
- "mp": 0,
- "mpperlevel": 0,
- "movespeed": 340,
- "armor": 27.88,
- "armorperlevel": 3.5,
- "spellblock": 34.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 7.5,
- "hpregenperlevel": 0.7,
- "mpregen": 0,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 58,
- "attackdamageperlevel": 3.2,
- "attackspeedoffset": -0.05,
- "attackspeedperlevel": 2.74
- }
- },
- "Kayle": {
- "version": "6.24.1",
- "id": "Kayle",
- "key": "10",
- "name": "Kayle",
- "title": "The Judicator",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt2c7675893b5c76bc/61b1ed442d06ff39b6c6336b/RiotX_ChampionList_kayle_v4.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Kayle_0.jpg",
- "blurb": "In a world far away where an ancient war still rages, Kayle was a great hero - the strongest of an immortal race committed to destroying evil wherever it could be found. For ten thousand years, Kayle fought tirelessly for her people, wielding her ...",
- "info": {
- "attack": 6,
- "defense": 6,
- "magic": 7,
- "difficulty": 7
- },
- "image": {
- "full": "Kayle.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 0,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Support"
- ],
- "partype": "MP",
- "stats": {
- "hp": 574.24,
- "hpperlevel": 93,
- "mp": 322.2,
- "mpperlevel": 40,
- "movespeed": 335,
- "armor": 26.88,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 125,
- "hpregen": 8.26,
- "hpregenperlevel": 0.75,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 51,
- "attackdamageperlevel": 2.8,
- "attackspeedoffset": -0.02,
- "attackspeedperlevel": 2.2
- }
- },
- "Kennen": {
- "version": "6.24.1",
- "id": "Kennen",
- "key": "85",
- "name": "Kennen",
- "title": "the Heart of the Tempest",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltc87932e656d1076e/5db05fd6adc8656c7d24e7dc/RiotX_ChampionList_kennen.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Kennen_0.jpg",
- "blurb": "There exists an ancient order originating in the Ionian Isles dedicated to the preservation of balance. Order, chaos, light, darkness -- all things must exist in perfect harmony for such is the way of the universe. This order is known as the Kinkou ...",
- "info": {
- "attack": 6,
- "defense": 4,
- "magic": 7,
- "difficulty": 4
- },
- "image": {
- "full": "Kennen.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 48,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Marksman"
- ],
- "partype": "Energy",
- "stats": {
- "hp": 535.72,
- "hpperlevel": 79,
- "mp": 200,
- "mpperlevel": 0,
- "movespeed": 335,
- "armor": 24.3,
- "armorperlevel": 3.75,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 5.59,
- "hpregenperlevel": 0.65,
- "mpregen": 50,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 50.544,
- "attackdamageperlevel": 3.3,
- "attackspeedoffset": -0.0947,
- "attackspeedperlevel": 3.4
- }
- },
- "Khazix": {
- "version": "6.24.1",
- "id": "Khazix",
- "key": "121",
- "name": "Kha'Zix",
- "title": "the Voidreaver",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt363d7d62846ffc87/5db05fd6e9effa6ba5295f9f/RiotX_ChampionList_khazix.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Khazix_0.jpg",
- "blurb": "A vicious Void predator, Kha'Zix infiltrated Valoran to devour the land's most promising creatures. With each kill he absorbs his prey's strength, evolving to grow more powerful. Kha'Zix hungers most to conquer and consume Rengar, the one beast he ...",
- "info": {
- "attack": 9,
- "defense": 4,
- "magic": 3,
- "difficulty": 6
- },
- "image": {
- "full": "Khazix.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 96,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Assassin",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 572.8,
- "hpperlevel": 85,
- "mp": 327.2,
- "mpperlevel": 40,
- "movespeed": 350,
- "armor": 27,
- "armorperlevel": 3,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 7.51,
- "hpregenperlevel": 0.75,
- "mpregen": 7.59,
- "mpregenperlevel": 0.5,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 55.21,
- "attackdamageperlevel": 3.1,
- "attackspeedoffset": -0.065,
- "attackspeedperlevel": 2.7
- }
- },
- "Kindred": {
- "version": "6.24.1",
- "id": "Kindred",
- "key": "203",
- "name": "Kindred",
- "title": "The Eternal Hunters",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltc0f0007660b7a07b/5db05fd689fb926b491ed823/RiotX_ChampionList_kindred.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Kindred_0.jpg",
- "blurb": "''Tell me again, little Lamb, which things are ours to take?''
''All things, Dear Wolf.''
Separate, but never parted, Kindred represents the twin essences of death. Lamb's arrow offers a swift release for those who accept their fate. Wolf hunts ...",
- "info": {
- "attack": 8,
- "defense": 2,
- "magic": 2,
- "difficulty": 4
- },
- "image": {
- "full": "Kindred.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 144,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman"
- ],
- "partype": "MP",
- "stats": {
- "hp": 540,
- "hpperlevel": 85,
- "mp": 300,
- "mpperlevel": 35,
- "movespeed": 325,
- "armor": 20,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 500,
- "hpregen": 7,
- "hpregenperlevel": 0.55,
- "mpregen": 6.97,
- "mpregenperlevel": 0.4,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 54,
- "attackdamageperlevel": 1.7,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.5
- }
- },
- "Kled": {
- "version": "6.24.1",
- "id": "Kled",
- "key": "240",
- "name": "Kled",
- "title": "the Cantankerous Cavalier",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt1670a0dd8fd5edca/5db05fd66e8b0c6d038c5ca8/RiotX_ChampionList_kled.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Kled_0.jpg",
- "blurb": "''A sane man would run . . . but I ain't the runnin' kind!''
A warrior as fearless as he is ornery, Kled is a popular folk hero in Noxus. Embodying the furious bravado of his nation, he is an icon beloved by the empire's soldiers, distrusted by ...",
- "info": {
- "attack": 8,
- "defense": 2,
- "magic": 2,
- "difficulty": 7
- },
- "image": {
- "full": "Kled.png",
- "sprite": "champion4.png",
- "group": "champion",
- "x": 48,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "Gnarfury",
- "stats": {
- "hp": 340,
- "hpperlevel": 70,
- "mp": 100,
- "mpperlevel": 0,
- "movespeed": 345,
- "armor": 26,
- "armorperlevel": 4,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 6,
- "hpregenperlevel": 0.75,
- "mpregen": 0,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 55,
- "attackdamageperlevel": 3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 3.5
- }
- },
- "KogMaw": {
- "version": "6.24.1",
- "id": "KogMaw",
- "key": "96",
- "name": "Kog'Maw",
- "title": "the Mouth of the Abyss",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltaf483c8f812369fa/5db05fde823d426762825ff1/RiotX_ChampionList_kogmaw.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/KogMaw_0.jpg",
- "blurb": "''If that's just hungry, I don't want to see angry.''
When the prophet Malzahar was reborn in Icathia, he was led there by an ominous voice which thereafter anchored itself to his psyche. From within, this voice bestowed upon him terrible ...",
- "info": {
- "attack": 8,
- "defense": 2,
- "magic": 5,
- "difficulty": 6
- },
- "image": {
- "full": "KogMaw.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 192,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 517.76,
- "hpperlevel": 82,
- "mp": 322.2,
- "mpperlevel": 40,
- "movespeed": 325,
- "armor": 19.88,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 500,
- "hpregen": 5.92,
- "hpregenperlevel": 0.55,
- "mpregen": 8.675,
- "mpregenperlevel": 0.7,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 57.46,
- "attackdamageperlevel": 2.41,
- "attackspeedoffset": -0.06,
- "attackspeedperlevel": 2.65
- }
- },
- "Leblanc": {
- "version": "6.24.1",
- "id": "Leblanc",
- "key": "7",
- "name": "LeBlanc",
- "title": "the Deceiver",
- "img:": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt4aaf881bb90b509f/5db05fde6e8b0c6d038c5cae/RiotX_ChampionList_leblanc.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Leblanc_0.jpg",
- "blurb": "Every city has its dark side, even one whose reputation is already of a questionable hue. Noxus - though its name is already invoked with a mixture of reverence and revulsion - is no exception to this simple truth. Deep within the winding dungeons ...",
- "info": {
- "attack": 1,
- "defense": 4,
- "magic": 10,
- "difficulty": 9
- },
- "image": {
- "full": "Leblanc.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 240,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Assassin",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 516,
- "hpperlevel": 80,
- "mp": 334,
- "mpperlevel": 50,
- "movespeed": 340,
- "armor": 21.88,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 525,
- "hpregen": 7.4,
- "hpregenperlevel": 0.55,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 54.88,
- "attackdamageperlevel": 3.5,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 1.4
- }
- },
- "LeeSin": {
- "version": "6.24.1",
- "id": "LeeSin",
- "key": "64",
- "name": "Lee Sin",
- "title": "the Blind Monk",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt075d278529811445/5db05fde6af83b6d7032c8fe/RiotX_ChampionList_leesin.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/LeeSin_0.jpg",
- "blurb": "As a young teen, Lee Sin was intent on becoming a summoner. His will and dedication were unmatched by any of his peers, and his skill drew the attention of Reginald Ashram, the League's High Councilor at the time. While studying at the Arcanum Majoris,...",
- "info": {
- "attack": 8,
- "defense": 5,
- "magic": 3,
- "difficulty": 6
- },
- "image": {
- "full": "LeeSin.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 288,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Assassin"
- ],
- "partype": "Energy",
- "stats": {
- "hp": 570.8,
- "hpperlevel": 85,
- "mp": 200,
- "mpperlevel": 0,
- "movespeed": 350,
- "armor": 24.216,
- "armorperlevel": 3.7,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 7.425,
- "hpregenperlevel": 0.7,
- "mpregen": 50,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 61.176,
- "attackdamageperlevel": 3.2,
- "attackspeedoffset": -0.04,
- "attackspeedperlevel": 3
- }
- },
- "Leona": {
- "version": "6.24.1",
- "id": "Leona",
- "key": "89",
- "name": "Leona",
- "title": "the Radiant Dawn",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt8d46ada03ea1da8c/5db05fdf347d1c6baa57be31/RiotX_ChampionList_leona.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Leona_0.jpg",
- "blurb": "''If you would shine like a sun, first you must burn like one.''
Imbued with the fire of the sun, Leona is a warrior templar of the Solari who defends Mount Targon with her Zenith Blade and Shield of Daybreak. Her skin shimmers with starfire ...",
- "info": {
- "attack": 4,
- "defense": 8,
- "magic": 3,
- "difficulty": 4
- },
- "image": {
- "full": "Leona.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 336,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Tank",
- "Support"
- ],
- "partype": "MP",
- "stats": {
- "hp": 576.16,
- "hpperlevel": 87,
- "mp": 302.2,
- "mpperlevel": 40,
- "movespeed": 335,
- "armor": 27.208,
- "armorperlevel": 3.6,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.425,
- "hpregenperlevel": 0.85,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 60.04,
- "attackdamageperlevel": 3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.9
- }
- },
- "Lissandra": {
- "version": "6.24.1",
- "id": "Lissandra",
- "key": "127",
- "name": "Lissandra",
- "title": "the Ice Witch",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt08f869e897566c5b/5db05fdf7d28b76cfe439801/RiotX_ChampionList_lissandra.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Lissandra_0.jpg",
- "blurb": "Lissandra's magic twists the pure power of ice into something dark and terrible. With the force of her black ice, she does more than freeze - she impales and crushes those who oppose her. To the terrified denizens of the north, she is known only as ...",
- "info": {
- "attack": 2,
- "defense": 5,
- "magic": 8,
- "difficulty": 6
- },
- "image": {
- "full": "Lissandra.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 384,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 506.12,
- "hpperlevel": 75,
- "mp": 304,
- "mpperlevel": 50,
- "movespeed": 325,
- "armor": 20.216,
- "armorperlevel": 3.7,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 6.92,
- "hpregenperlevel": 0.55,
- "mpregen": 5.67,
- "mpregenperlevel": 0.4,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 50.536,
- "attackdamageperlevel": 2.7,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 1.36
- }
- },
- "Lucian": {
- "version": "6.24.1",
- "id": "Lucian",
- "key": "236",
- "name": "Lucian",
- "title": "the Purifier",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt3db0d62352b0b4f1/5db05fdf6e8b0c6d038c5cb4/RiotX_ChampionList_lucian.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Lucian_0.jpg",
- "blurb": "Lucian wields relic weapons imbued with ancient power and stands a stalwart guardian against the undead. His cold conviction never wavers, even in the face of the maddening horrors he destroys beneath his hail of purifying fire. Lucian walks alone on ...",
- "info": {
- "attack": 8,
- "defense": 5,
- "magic": 3,
- "difficulty": 6
- },
- "image": {
- "full": "Lucian.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 432,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman"
- ],
- "partype": "MP",
- "stats": {
- "hp": 554.4,
- "hpperlevel": 80,
- "mp": 348.88,
- "mpperlevel": 38,
- "movespeed": 335,
- "armor": 24.04,
- "armorperlevel": 3,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 500,
- "hpregen": 6.19,
- "hpregenperlevel": 0.65,
- "mpregen": 8.175,
- "mpregenperlevel": 0.7,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 57.46,
- "attackdamageperlevel": 2.41,
- "attackspeedoffset": -0.02,
- "attackspeedperlevel": 3.3
- }
- },
- "Lulu": {
- "version": "6.24.1",
- "id": "Lulu",
- "key": "117",
- "name": "Lulu",
- "title": "the Fae Sorceress",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt424f04814efb3aca/5db05fdfe9d7526ab429e538/RiotX_ChampionList_lulu.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Lulu_0.jpg",
- "blurb": "Perhaps more than any other champion in the League, Lulu marches to the beat of her own drum. During her youth in Bandle City, she spent most of her time wandering alone in the forest or lost in a daydream. It wasn't that she was antisocial; the ...",
- "info": {
- "attack": 4,
- "defense": 5,
- "magic": 7,
- "difficulty": 5
- },
- "image": {
- "full": "Lulu.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Support",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 552.76,
- "hpperlevel": 74,
- "mp": 350,
- "mpperlevel": 55,
- "movespeed": 330,
- "armor": 19.216,
- "armorperlevel": 3.7,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 6.005,
- "hpregenperlevel": 0.6,
- "mpregen": 11,
- "mpregenperlevel": 0.6,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 46.368,
- "attackdamageperlevel": 2.6,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.25
- }
- },
- "Lux": {
- "version": "6.24.1",
- "id": "Lux",
- "key": "99",
- "name": "Lux",
- "title": "the Lady of Luminosity",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltb94b4161d8022c45/5db05fdfe9d7526ab429e53c/RiotX_ChampionList_lux.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Lux_0.jpg",
- "blurb": "Born to the prestigious Crownguards, the paragon family of Demacian service, Luxanna was destined for greatness. She grew up as the family's only daughter, and she immediately took to the advanced education and lavish parties required of families as ...",
- "info": {
- "attack": 2,
- "defense": 4,
- "magic": 9,
- "difficulty": 5
- },
- "image": {
- "full": "Lux.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 48,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Support"
- ],
- "partype": "MP",
- "stats": {
- "hp": 477.72,
- "hpperlevel": 79,
- "mp": 384,
- "mpperlevel": 47,
- "movespeed": 330,
- "armor": 18.72,
- "armorperlevel": 4,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 5.42,
- "hpregenperlevel": 0.55,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 53.544,
- "attackdamageperlevel": 3.3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 1.36
- }
- },
- "Malphite": {
- "version": "6.24.1",
- "id": "Malphite",
- "key": "54",
- "name": "Malphite",
- "title": "Shard of the Monolith",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt4d3b4a7e4c44ced7/5db05fdeadc8656c7d24e7e2/RiotX_ChampionList_malaphite.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Malphite_0.jpg",
- "blurb": "There is a world of perfect harmony, where all are part of the whole. The Monolith is the essence of all creation, and its denizens are but singular pieces of it. It is beautiful in its symmetry, and in its almost complete lack of uncertainty. The ...",
- "info": {
- "attack": 5,
- "defense": 9,
- "magic": 7,
- "difficulty": 2
- },
- "image": {
- "full": "Malphite.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 96,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Tank",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 574.2,
- "hpperlevel": 90,
- "mp": 282.2,
- "mpperlevel": 40,
- "movespeed": 335,
- "armor": 28.3,
- "armorperlevel": 3.75,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 7,
- "hpregenperlevel": 0.55,
- "mpregen": 7.32,
- "mpregenperlevel": 0.55,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 61.97,
- "attackdamageperlevel": 3.375,
- "attackspeedoffset": -0.02,
- "attackspeedperlevel": 3.4
- }
- },
- "Malzahar": {
- "version": "6.24.1",
- "id": "Malzahar",
- "key": "90",
- "name": "Malzahar",
- "title": "the Prophet of the Void",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltd58a3a2bf5035834/5db05fde0b39e86c2f83dc1f/RiotX_ChampionList_malzahar.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Malzahar_0.jpg",
- "blurb": "Many men have gone mad beneath the glare of the Shurima sun, but it was during the night's chilling embrace that Malzahar relinquished his sanity. Malzahar was born a seer, blessed with the gift of prophecy. His talent, though unrefined, promised to ...",
- "info": {
- "attack": 2,
- "defense": 2,
- "magic": 9,
- "difficulty": 6
- },
- "image": {
- "full": "Malzahar.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 144,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Assassin"
- ],
- "partype": "MP",
- "stats": {
- "hp": 525,
- "hpperlevel": 75,
- "mp": 300,
- "mpperlevel": 55,
- "movespeed": 335,
- "armor": 20,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 500,
- "hpregen": 6,
- "hpregenperlevel": 0.6,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 55,
- "attackdamageperlevel": 3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 1.5
- }
- },
- "Maokai": {
- "version": "6.24.1",
- "id": "Maokai",
- "key": "57",
- "name": "Maokai",
- "title": "the Twisted Treant",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt757d0e8855d51e03/5db05fe72140ec675d68f4a1/RiotX_ChampionList_maokai.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Maokai_0.jpg",
- "blurb": "''All around me are empty husks, soulless and unafraid... but I will bring them fear.''
Maokai is a rageful, towering treant who fights the unnatural horrors of the Shadow Isles. He was twisted into a force of vengeance after a magical ...",
- "info": {
- "attack": 3,
- "defense": 8,
- "magic": 6,
- "difficulty": 3
- },
- "image": {
- "full": "Maokai.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 192,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Tank",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 572.2,
- "hpperlevel": 90,
- "mp": 377.28,
- "mpperlevel": 43,
- "movespeed": 335,
- "armor": 28.72,
- "armorperlevel": 4,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 7,
- "hpregenperlevel": 0.75,
- "mpregen": 7.205,
- "mpregenperlevel": 0.45,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 63.544,
- "attackdamageperlevel": 3.3,
- "attackspeedoffset": -0.1,
- "attackspeedperlevel": 2.125
- }
- },
- "MasterYi": {
- "version": "6.24.1",
- "id": "MasterYi",
- "key": "11",
- "name": "Master Yi",
- "title": "the Wuju Bladesman",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt46e861d7e6c0ab0c/5db05fe8df78486c826dcd12/RiotX_ChampionList_masteryi.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/MasterYi_0.jpg",
- "blurb": "Through the ancient martial art of Wuju, Master Yi has tempered his body and sharpened his mind until thought and action have become one. Though he chooses to enter into violence as a last resort, the grace and speed with which he wields his blade ...",
- "info": {
- "attack": 10,
- "defense": 4,
- "magic": 2,
- "difficulty": 4
- },
- "image": {
- "full": "MasterYi.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 240,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Assassin",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 598.56,
- "hpperlevel": 92,
- "mp": 250.56,
- "mpperlevel": 42,
- "movespeed": 355,
- "armor": 24.04,
- "armorperlevel": 3,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 7.59,
- "hpregenperlevel": 0.65,
- "mpregen": 7.255,
- "mpregenperlevel": 0.45,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 60.04,
- "attackdamageperlevel": 3,
- "attackspeedoffset": -0.08,
- "attackspeedperlevel": 2
- }
- },
- "MissFortune": {
- "version": "6.24.1",
- "id": "MissFortune",
- "key": "21",
- "name": "Miss Fortune",
- "title": "the Bounty Hunter",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltf36fa7fd7ecb59fb/5db05fe89481396d6bdd01b8/RiotX_ChampionList_missfortune.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/MissFortune_0.jpg",
- "blurb": "''The bigger the risk, the bigger the bounty.''
Beauty and danger: There are few who can match Miss Fortune in either. One of Bilgewater's most infamous bounty hunters, she built her legend upon a swathe of bullet-riddled corpses and captured ...",
- "info": {
- "attack": 8,
- "defense": 2,
- "magic": 5,
- "difficulty": 1
- },
- "image": {
- "full": "MissFortune.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 288,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman"
- ],
- "partype": "MP",
- "stats": {
- "hp": 530,
- "hpperlevel": 85,
- "mp": 325.84,
- "mpperlevel": 35,
- "movespeed": 325,
- "armor": 24.04,
- "armorperlevel": 3,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 6.19,
- "hpregenperlevel": 0.65,
- "mpregen": 8.04,
- "mpregenperlevel": 0.65,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 46,
- "attackdamageperlevel": 1,
- "attackspeedoffset": -0.04734,
- "attackspeedperlevel": 3
- }
- },
- "MonkeyKing": {
- "version": "6.24.1",
- "id": "MonkeyKing",
- "key": "62",
- "name": "Wukong",
- "title": "the Monkey King",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltaf44673e1a16af30/5db05fe87d28b76cfe439807/RiotX_ChampionList_monkeyking.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/MonkeyKing_0.jpg",
- "blurb": "During the chaos of the Rune Wars, an enormous runestone was lost deep within the Plague Jungles. It remained there, untouched for centuries, emanating a potent magic which infused nearby wildlife with sentience and vitality. A group of monkeys who ...",
- "info": {
- "attack": 8,
- "defense": 5,
- "magic": 2,
- "difficulty": 3
- },
- "image": {
- "full": "MonkeyKing.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 336,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "MP",
- "stats": {
- "hp": 577.8,
- "hpperlevel": 85,
- "mp": 265.84,
- "mpperlevel": 38,
- "movespeed": 345,
- "armor": 24.88,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 175,
- "hpregen": 6.19,
- "hpregenperlevel": 0.65,
- "mpregen": 8.04,
- "mpregenperlevel": 0.65,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 59.876,
- "attackdamageperlevel": 3.2,
- "attackspeedoffset": -0.05,
- "attackspeedperlevel": 3
- }
- },
- "Mordekaiser": {
- "version": "6.24.1",
- "id": "Mordekaiser",
- "key": "82",
- "name": "Mordekaiser",
- "title": "the Iron Revenant",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt7683195e1c4f6706/621ed30fba043c4a2c4a9f7a/RiotX_ChampionList_mordekaiser_v2.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Mordekaiser_0.jpg",
- "blurb": "''All things must die... and yet I live on.''
The baleful revenant Mordekaiser is among the most terrifying and hateful spirits haunting the Shadow Isles. He has existed for countless centuries, shielded from true death by necromantic sorcery ...",
- "info": {
- "attack": 4,
- "defense": 6,
- "magic": 7,
- "difficulty": 4
- },
- "image": {
- "full": "Mordekaiser.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 384,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter"
- ],
- "partype": "None",
- "stats": {
- "hp": 525,
- "hpperlevel": 73,
- "mp": 0,
- "mpperlevel": 0,
- "movespeed": 325,
- "armor": 20,
- "armorperlevel": 3.75,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 175,
- "hpregen": 4,
- "hpregenperlevel": 0.3,
- "mpregen": 0,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 61,
- "attackdamageperlevel": 5,
- "attackspeedoffset": 0.04,
- "attackspeedperlevel": 2.2
- }
- },
- "Morgana": {
- "version": "6.24.1",
- "id": "Morgana",
- "key": "25",
- "name": "Morgana",
- "title": "Fallen Angel",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltc81eece55f126d2d/5db05fe86af83b6d7032c904/RiotX_ChampionList_morgana.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Morgana_0.jpg",
- "blurb": "There is a world far away populated by graceful and beautiful winged beings gifted with immortality, where an ancient conflict still rages. Like so many conflicts, this war split families. One side proclaimed themselves as beings of perfect order and ...",
- "info": {
- "attack": 1,
- "defense": 6,
- "magic": 8,
- "difficulty": 1
- },
- "image": {
- "full": "Morgana.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 432,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Support"
- ],
- "partype": "MP",
- "stats": {
- "hp": 547.48,
- "hpperlevel": 86,
- "mp": 340.8,
- "mpperlevel": 60,
- "movespeed": 335,
- "armor": 25.384,
- "armorperlevel": 3.8,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 450,
- "hpregen": 5.705,
- "hpregenperlevel": 0.6,
- "mpregen": 8.5,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 55.46,
- "attackdamageperlevel": 3.5,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 1.53
- }
- },
- "Nami": {
- "version": "6.24.1",
- "id": "Nami",
- "key": "267",
- "name": "Nami",
- "title": "the Tidecaller",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt13bec39f49dc35ee/5db05fe956458c6b3fc1751f/RiotX_ChampionList_nami.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Nami_0.jpg",
- "blurb": "Nami channels the primal energies of the ocean, harnessing its mystical restorative properties and commanding the raw power of the tides themselves. Though many doubted her, Nami had the bravery and determination to take on a dangerous quest when no ...",
- "info": {
- "attack": 4,
- "defense": 3,
- "magic": 7,
- "difficulty": 5
- },
- "image": {
- "full": "Nami.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 0,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Support",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 489.32,
- "hpperlevel": 74,
- "mp": 377.24,
- "mpperlevel": 43,
- "movespeed": 335,
- "armor": 19.72,
- "armorperlevel": 4,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 5.42,
- "hpregenperlevel": 0.55,
- "mpregen": 11.5,
- "mpregenperlevel": 0.4,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 51.208,
- "attackdamageperlevel": 3.1,
- "attackspeedoffset": -0.03,
- "attackspeedperlevel": 2.61
- }
- },
- "Nasus": {
- "version": "6.24.1",
- "id": "Nasus",
- "key": "75",
- "name": "Nasus",
- "title": "the Curator of the Sands",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt20a4b154b1756b56/5db05fe7a6470d6ab91ce5a0/RiotX_ChampionList_nasus.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Nasus_0.jpg",
- "blurb": "''What was fallen will be great again.''
Nasus is an imposing, jackal-headed Ascended being from ancient Shurima, a heroic figure regarded as a demigod by the people of the desert. Fiercely intelligent, he was a guardian of knowledge and ...",
- "info": {
- "attack": 7,
- "defense": 5,
- "magic": 6,
- "difficulty": 6
- },
- "image": {
- "full": "Nasus.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 48,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "MP",
- "stats": {
- "hp": 561.2,
- "hpperlevel": 90,
- "mp": 325.6,
- "mpperlevel": 42,
- "movespeed": 350,
- "armor": 24.88,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 9.01,
- "hpregenperlevel": 0.9,
- "mpregen": 7.44,
- "mpregenperlevel": 0.5,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 59.18,
- "attackdamageperlevel": 3.5,
- "attackspeedoffset": -0.02,
- "attackspeedperlevel": 3.48
- }
- },
- "Nautilus": {
- "version": "6.24.1",
- "id": "Nautilus",
- "key": "111",
- "name": "Nautilus",
- "title": "the Titan of the Depths",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltf945a57aa16cea57/5db05fe7347d1c6baa57be37/RiotX_ChampionList_nautilus.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Nautilus_0.jpg",
- "blurb": "Once, Nautilus was a sailor commissioned by the Institute of War to explore the uncharted reaches of the Guardian's Sea. This expedition took him deep into unknown waters where he and his crew found a vast section of black oozing liquid that none of ...",
- "info": {
- "attack": 4,
- "defense": 6,
- "magic": 6,
- "difficulty": 6
- },
- "image": {
- "full": "Nautilus.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 96,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Tank",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 576.48,
- "hpperlevel": 86,
- "mp": 334,
- "mpperlevel": 47,
- "movespeed": 325,
- "armor": 26.46,
- "armorperlevel": 3.75,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 175,
- "hpregen": 8.37,
- "hpregenperlevel": 0.55,
- "mpregen": 8.625,
- "mpregenperlevel": 0.7,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 57.544,
- "attackdamageperlevel": 3.3,
- "attackspeedoffset": 0.02,
- "attackspeedperlevel": 1
- }
- },
- "Nidalee": {
- "version": "6.24.1",
- "id": "Nidalee",
- "key": "76",
- "name": "Nidalee",
- "title": "the Bestial Huntress",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt5a2da06d413f7c15/5db05ff1df78486c826dcd18/RiotX_ChampionList_nidalee.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Nidalee_0.jpg",
- "blurb": "There are few dwellers, let alone champions, residing in the blasted and dangerous lands that lie south of the Great Barrier. Much of that world still bears the scars of past Runes Wars, especially the mysterious Kumungu Jungle. There are ...",
- "info": {
- "attack": 5,
- "defense": 4,
- "magic": 7,
- "difficulty": 8
- },
- "image": {
- "full": "Nidalee.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 144,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Assassin",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 511.2,
- "hpperlevel": 80,
- "mp": 295.6,
- "mpperlevel": 45,
- "movespeed": 335,
- "armor": 22.88,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 525,
- "hpregen": 6.005,
- "hpregenperlevel": 0.6,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 53,
- "attackdamageperlevel": 3.5,
- "attackspeedoffset": -0.02,
- "attackspeedperlevel": 3.22
- }
- },
- "Nocturne": {
- "version": "6.24.1",
- "id": "Nocturne",
- "key": "56",
- "name": "Nocturne",
- "title": "the Eternal Nightmare",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltfc73e3c7dda28d31/5db05ff2adc8656c7d24e7f0/RiotX_ChampionList_nocturne.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Nocturne_0.jpg",
- "blurb": "Before Nocturne, people believed that dreams were figments of their imagination, meaningless images that flashed through the mind when one slept. This belief was put to the test when a rash of sleep-related incidents started afflicting summoners of ...",
- "info": {
- "attack": 9,
- "defense": 5,
- "magic": 2,
- "difficulty": 4
- },
- "image": {
- "full": "Nocturne.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 192,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Assassin",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 582.8,
- "hpperlevel": 85,
- "mp": 273.8,
- "mpperlevel": 35,
- "movespeed": 345,
- "armor": 26.88,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.26,
- "hpregenperlevel": 0.75,
- "mpregen": 6.755,
- "mpregenperlevel": 0.45,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 59.208,
- "attackdamageperlevel": 3.1,
- "attackspeedoffset": -0.065,
- "attackspeedperlevel": 2.7
- }
- },
- "Nunu": {
- "version": "6.24.1",
- "id": "Nunu",
- "key": "20",
- "name": "Nunu",
- "title": "the Yeti Rider",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltf613746635c6d3c8/5db05ff256458c6b3fc17527/RiotX_ChampionList_nunu.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Nunu_0.jpg",
- "blurb": "Sometimes bonds of friendship become stronger than even bonds of blood. When those bonds link a fearless boy to a fearsome Yeti, the bond becomes a force to be reckoned with. Given the responsibility of taming a terrifying beast, Nunu forged a ...",
- "info": {
- "attack": 4,
- "defense": 6,
- "magic": 7,
- "difficulty": 4
- },
- "image": {
- "full": "Nunu.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 240,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Support",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 598.28,
- "hpperlevel": 90,
- "mp": 283.56,
- "mpperlevel": 42,
- "movespeed": 350,
- "armor": 26.38,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.39,
- "hpregenperlevel": 0.8,
- "mpregen": 7.44,
- "mpregenperlevel": 0.5,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 59,
- "attackdamageperlevel": 4,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.25
- }
- },
- "Olaf": {
- "version": "6.24.1",
- "id": "Olaf",
- "key": "2",
- "name": "Olaf",
- "title": "the Berserker",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blte922bda45062964b/5db05ff0a6470d6ab91ce5a6/RiotX_ChampionList_olaf.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Olaf_0.jpg",
- "blurb": "Most men would say that death is a thing to be feared; none of those men would be Olaf. The Berserker lives only for the roar of a battle cry and the clash of steel. Spurred on by his hunger for glory and the looming curse of a forgettable death, Olaf ...",
- "info": {
- "attack": 9,
- "defense": 5,
- "magic": 3,
- "difficulty": 3
- },
- "image": {
- "full": "Olaf.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 288,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "MP",
- "stats": {
- "hp": 597.24,
- "hpperlevel": 93,
- "mp": 315.6,
- "mpperlevel": 42,
- "movespeed": 350,
- "armor": 26.04,
- "armorperlevel": 3,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.51,
- "hpregenperlevel": 0.9,
- "mpregen": 7.465,
- "mpregenperlevel": 0.575,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 59.98,
- "attackdamageperlevel": 3.5,
- "attackspeedoffset": -0.1,
- "attackspeedperlevel": 2.7
- }
- },
- "Orianna": {
- "version": "6.24.1",
- "id": "Orianna",
- "key": "61",
- "name": "Orianna",
- "title": "the Lady of Clockwork",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt3318fc0e8103706d/5db05ff02140ec675d68f4a7/RiotX_ChampionList_orianna.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Orianna_0.jpg",
- "blurb": "There once was a Piltovian man named Corin Reveck who had a daughter named Orianna, whom he loved more than anything else in the world. Though Orianna had incredible talent for dancing, she was deeply fascinated by the champions of the League of ...",
- "info": {
- "attack": 4,
- "defense": 3,
- "magic": 9,
- "difficulty": 7
- },
- "image": {
- "full": "Orianna.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 336,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Support"
- ],
- "partype": "MP",
- "stats": {
- "hp": 517.72,
- "hpperlevel": 79,
- "mp": 334,
- "mpperlevel": 50,
- "movespeed": 325,
- "armor": 17.04,
- "armorperlevel": 3,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 525,
- "hpregen": 6.87,
- "hpregenperlevel": 0.55,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 40.368,
- "attackdamageperlevel": 2.6,
- "attackspeedoffset": -0.05,
- "attackspeedperlevel": 3.5
- }
- },
- "Pantheon": {
- "version": "6.24.1",
- "id": "Pantheon",
- "key": "80",
- "name": "Pantheon",
- "title": "the Artisan of War",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt3f84c538bd36ef02/5db05ff17d28b76cfe43980d/RiotX_ChampionList_pantheon.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Pantheon_0.jpg",
- "blurb": "''Bring forth one true champion, or a hundred more like you, and then we shall have a battle that will be spoken of until the end of time.''
The peerless warrior known as Pantheon is a nigh-unstoppable paragon of battle. He was born among the ...",
- "info": {
- "attack": 9,
- "defense": 4,
- "magic": 3,
- "difficulty": 4
- },
- "image": {
- "full": "Pantheon.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 384,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Assassin"
- ],
- "partype": "MP",
- "stats": {
- "hp": 579.16,
- "hpperlevel": 87,
- "mp": 317.12,
- "mpperlevel": 31,
- "movespeed": 355,
- "armor": 27.652,
- "armorperlevel": 3.9,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 150,
- "hpregen": 7.84,
- "hpregenperlevel": 0.65,
- "mpregen": 7.355,
- "mpregenperlevel": 0.45,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 55.572,
- "attackdamageperlevel": 2.9,
- "attackspeedoffset": -0.03,
- "attackspeedperlevel": 2.95
- }
- },
- "Poppy": {
- "version": "6.24.1",
- "id": "Poppy",
- "key": "78",
- "name": "Poppy",
- "title": "Keeper of the Hammer",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt0df0f7bcaf851737/5db05ff1242f426df132f973/RiotX_ChampionList_poppy.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Poppy_0.jpg",
- "blurb": "''I'm no hero. Just a yordle with a hammer.''
Runeterra has no shortage of valiant champions, but few are as tenacious as Poppy. Bearing a hammer twice the length of her body, this determined yordle has spent untold years searching for the ...",
- "info": {
- "attack": 6,
- "defense": 7,
- "magic": 2,
- "difficulty": 6
- },
- "image": {
- "full": "Poppy.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 432,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Tank",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 540,
- "hpperlevel": 90,
- "mp": 280,
- "mpperlevel": 40,
- "movespeed": 345,
- "armor": 29,
- "armorperlevel": 3.5,
- "spellblock": 32,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8,
- "hpregenperlevel": 0.8,
- "mpregen": 7,
- "mpregenperlevel": 0.7,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 56,
- "attackdamageperlevel": 4,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.5
- }
- },
- "Quinn": {
- "version": "6.24.1",
- "id": "Quinn",
- "key": "133",
- "name": "Quinn",
- "title": "Demacia's Wings",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt5cc3e3a189961d90/5db05ffbadc8656c7d24e7fc/RiotX_ChampionList_quinn.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Quinn_0.jpg",
- "blurb": "Quinn and Valor are an elite ranger team. With crossbow and claw, they undertake their nation's most dangerous missions deep within enemy territory, from swift reconnaissance to lethal strikes. The pair's unbreakable bond is deadly on the battlefield, ...",
- "info": {
- "attack": 9,
- "defense": 4,
- "magic": 2,
- "difficulty": 5
- },
- "image": {
- "full": "Quinn.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 0,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 532.8,
- "hpperlevel": 85,
- "mp": 268.8,
- "mpperlevel": 35,
- "movespeed": 335,
- "armor": 23.38,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 525,
- "hpregen": 5.42,
- "hpregenperlevel": 0.55,
- "mpregen": 6.97,
- "mpregenperlevel": 0.4,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 54.46,
- "attackdamageperlevel": 2.41,
- "attackspeedoffset": -0.065,
- "attackspeedperlevel": 3.1
- }
- },
- "Rammus": {
- "version": "6.24.1",
- "id": "Rammus",
- "key": "33",
- "name": "Rammus",
- "title": "the Armordillo",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt50cccb68a58349f5/5db05ffbdc674266df3d5d48/RiotX_ChampionList_rammus.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Rammus_0.jpg",
- "blurb": "''OK.''
Idolized by many, dismissed by some, mystifying to all, the curious being, Rammus, is an enigma. Protected by a spiked shell, Rammus inspires increasingly disparate theories on his origin wherever he goes - from demigod, to sacred ...",
- "info": {
- "attack": 4,
- "defense": 10,
- "magic": 5,
- "difficulty": 5
- },
- "image": {
- "full": "Rammus.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 48,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Tank",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 564.48,
- "hpperlevel": 86,
- "mp": 310.44,
- "mpperlevel": 33,
- "movespeed": 335,
- "armor": 31.384,
- "armorperlevel": 4.3,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 7.92,
- "hpregenperlevel": 0.55,
- "mpregen": 7.84,
- "mpregenperlevel": 0.5,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 55.88,
- "attackdamageperlevel": 3.5,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.215
- }
- },
- "RekSai": {
- "version": "6.24.1",
- "id": "RekSai",
- "key": "421",
- "name": "Rek'Sai",
- "title": "the Void Burrower",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt4affff3ef114e99b/5db05ffb347d1c6baa57be43/RiotX_ChampionList_reksai.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/RekSai_0.jpg",
- "blurb": "The largest and fiercest of her species, Rek'Sai is a merciless predator that tunnels through the earth to ambush and devour her prey. Her insatiable hunger has laid waste to entire regions of the once-great Shuriman empire. Merchants, traders and ...",
- "info": {
- "attack": 8,
- "defense": 5,
- "magic": 2,
- "difficulty": 3
- },
- "image": {
- "full": "RekSai.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 96,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter"
- ],
- "partype": "Battlefury",
- "stats": {
- "hp": 570,
- "hpperlevel": 90,
- "mp": 100,
- "mpperlevel": 0,
- "movespeed": 335,
- "armor": 24,
- "armorperlevel": 3.4,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 175,
- "hpregen": 7.34,
- "hpregenperlevel": 0.65,
- "mpregen": 0,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 55.628,
- "attackdamageperlevel": 3.35,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2
- }
- },
- "Renekton": {
- "version": "6.24.1",
- "id": "Renekton",
- "key": "58",
- "name": "Renekton",
- "title": "the Butcher of the Sands",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt6b5bb4d917759184/5db05ffb242f426df132f979/RiotX_ChampionList_renekton.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Renekton_0.jpg",
- "blurb": "''Blood and vengeance.''
Renekton is a terrifying, rage-fueled Ascended being from the scorched deserts of Shurima. Once, he was his empire's most esteemed warrior, leading the armies of Shurima to countless victories. However, after the ...",
- "info": {
- "attack": 8,
- "defense": 5,
- "magic": 2,
- "difficulty": 3
- },
- "image": {
- "full": "Renekton.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 144,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "Rage",
- "stats": {
- "hp": 572.16,
- "hpperlevel": 87,
- "mp": 100,
- "mpperlevel": 0,
- "movespeed": 345,
- "armor": 25.584,
- "armorperlevel": 3.8,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 7.96,
- "hpregenperlevel": 0.75,
- "mpregen": 0,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 58.328,
- "attackdamageperlevel": 3.1,
- "attackspeedoffset": -0.06,
- "attackspeedperlevel": 2.65
- }
- },
- "Rengar": {
- "version": "6.24.1",
- "id": "Rengar",
- "key": "107",
- "name": "Rengar",
- "title": "the Pridestalker",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt282bc8e033db4123/5db05ff9adc8656c7d24e7f6/RiotX_ChampionList_rengar.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Rengar_0.jpg",
- "blurb": "On every wall of his den, the trophy hunter Rengar mounts the heads, horns, claws, and fangs of the most lethal creatures in Valoran. Though his collection is extensive, he remains unsatisfied, tirelessly seeking greater game. He takes time with every ...",
- "info": {
- "attack": 7,
- "defense": 4,
- "magic": 2,
- "difficulty": 8
- },
- "image": {
- "full": "Rengar.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 192,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Assassin",
- "Fighter"
- ],
- "partype": "Ferocity",
- "stats": {
- "hp": 586.2,
- "hpperlevel": 90,
- "mp": 4,
- "mpperlevel": 0,
- "movespeed": 345,
- "armor": 25.88,
- "armorperlevel": 3,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 7,
- "hpregenperlevel": 0.5,
- "mpregen": 0,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 60,
- "attackdamageperlevel": 1.5,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 3.5
- }
- },
- "Riven": {
- "version": "6.24.1",
- "id": "Riven",
- "key": "92",
- "name": "Riven",
- "title": "the Exile",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt3925b81c7462e26e/5db05ffadc674266df3d5d42/RiotX_ChampionList_riven.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Riven_0.jpg",
- "blurb": "''There is a place between war and murder in which our demons lurk.''
In Noxus, any citizen may rise to power regardless of race, gender, or social standing - strength is all that matters. It was with committed faith in this ideal that Riven ...",
- "info": {
- "attack": 8,
- "defense": 5,
- "magic": 1,
- "difficulty": 8
- },
- "image": {
- "full": "Riven.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 240,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Assassin"
- ],
- "partype": "None",
- "stats": {
- "hp": 558.48,
- "hpperlevel": 86,
- "mp": 0,
- "mpperlevel": 0,
- "movespeed": 340,
- "armor": 24.376,
- "armorperlevel": 3.2,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 5.34,
- "hpregenperlevel": 0.5,
- "mpregen": 0,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 56.04,
- "attackdamageperlevel": 3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 3.5
- }
- },
- "Rumble": {
- "version": "6.24.1",
- "id": "Rumble",
- "key": "68",
- "name": "Rumble",
- "title": "the Mechanized Menace",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltd7c76610fa29d8d6/5db05ffa7d28b76cfe439813/RiotX_ChampionList_rumble.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Rumble_0.jpg",
- "blurb": "''Ugh, it's gonna take forever to scrape your face off my suit!''
Even amongst yordles, Rumble was always the runt of the litter. As such, he was used to being bullied. In order to survive, he had to be scrappier and more resourceful than his ...",
- "info": {
- "attack": 3,
- "defense": 6,
- "magic": 8,
- "difficulty": 10
- },
- "image": {
- "full": "Rumble.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 288,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Mage"
- ],
- "partype": "Heat",
- "stats": {
- "hp": 584.4,
- "hpperlevel": 80,
- "mp": 100,
- "mpperlevel": 0,
- "movespeed": 345,
- "armor": 25.88,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.005,
- "hpregenperlevel": 0.6,
- "mpregen": 0,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 61.036,
- "attackdamageperlevel": 3.2,
- "attackspeedoffset": -0.03,
- "attackspeedperlevel": 1.85
- }
- },
- "Ryze": {
- "version": "6.24.1",
- "id": "Ryze",
- "key": "13",
- "name": "Ryze",
- "title": "the Rune Mage",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt8af977ce4fa7804b/5db05ffa2dc72966da746714/RiotX_ChampionList_ryze.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ryze_0.jpg",
- "blurb": "''Take care with this world. What is made can be unmade.''
Widely considered one of the most adept sorcerers on Runeterra, Ryze is an ancient, hard-bitten archmage with an impossibly heavy burden to bear. Armed with a boundless constitution and ...",
- "info": {
- "attack": 2,
- "defense": 2,
- "magic": 10,
- "difficulty": 7
- },
- "image": {
- "full": "Ryze.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 336,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 558.48,
- "hpperlevel": 86,
- "mp": 400,
- "mpperlevel": 50,
- "movespeed": 340,
- "armor": 21.552,
- "armorperlevel": 3,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 7,
- "hpregenperlevel": 0.55,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 55.04,
- "attackdamageperlevel": 3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.112
- }
- },
- "Sejuani": {
- "version": "6.24.1",
- "id": "Sejuani",
- "key": "113",
- "name": "Sejuani",
- "title": "the Winter's Wrath",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blte4d521b893aa5a3e/5db05ffae9d7526ab429e544/RiotX_ChampionList_sejuani.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Sejuani_0.jpg",
- "blurb": "Sejuani was weaned on hardship and reared on barbarity. Where others succumbed to the harshness of the Freljord, she was tempered by it until pain became power, hunger an encouragement, and frost an ally in culling the weak. Through her ordeals, she ...",
- "info": {
- "attack": 5,
- "defense": 7,
- "magic": 6,
- "difficulty": 4
- },
- "image": {
- "full": "Sejuani.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 384,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Tank",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 600,
- "hpperlevel": 95,
- "mp": 400,
- "mpperlevel": 40,
- "movespeed": 340,
- "armor": 29.54,
- "armorperlevel": 3,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.675,
- "hpregenperlevel": 0.85,
- "mpregen": 7.205,
- "mpregenperlevel": 0.45,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 57.544,
- "attackdamageperlevel": 3.3,
- "attackspeedoffset": -0.0672,
- "attackspeedperlevel": 1.44
- }
- },
- "Shaco": {
- "version": "6.24.1",
- "id": "Shaco",
- "key": "35",
- "name": "Shaco",
- "title": "the Demon Jester",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltc8b1d1ba926d01cc/5db060036e8b0c6d038c5cba/RiotX_ChampionList_shaco.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Shaco_0.jpg",
- "blurb": "Most would say that death isn't funny. It isn't, unless you're Shaco - then it's hysterical. He is Valoran's first fully functioning homicidal comic; he jests until someone dies, and then he laughs. The figure that has come to be known as the Demon ...",
- "info": {
- "attack": 8,
- "defense": 4,
- "magic": 6,
- "difficulty": 9
- },
- "image": {
- "full": "Shaco.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 432,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Assassin"
- ],
- "partype": "MP",
- "stats": {
- "hp": 582.12,
- "hpperlevel": 84,
- "mp": 297.2,
- "mpperlevel": 40,
- "movespeed": 350,
- "armor": 24.88,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.37,
- "hpregenperlevel": 0.55,
- "mpregen": 7.155,
- "mpregenperlevel": 0.45,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 57.58,
- "attackdamageperlevel": 3.5,
- "attackspeedoffset": -0.1,
- "attackspeedperlevel": 3
- }
- },
- "Shen": {
- "version": "6.24.1",
- "id": "Shen",
- "key": "98",
- "name": "Shen",
- "title": "the Eye of Twilight",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltd142d174831b78e9/5db06004242f426df132f97f/RiotX_ChampionList_shen.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Shen_0.jpg",
- "blurb": "''The Eye is blind to fear, to hate, to love - to all things that would sway equilibrium.''
Leader of a secret clan of mystic warriors, Shen serves as the Eye of Twilight, entrusted to enforce equilibrium in the world. Longing to remain free ...",
- "info": {
- "attack": 3,
- "defense": 9,
- "magic": 3,
- "difficulty": 4
- },
- "image": {
- "full": "Shen.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Tank",
- "Melee"
- ],
- "partype": "Energy",
- "stats": {
- "hp": 540,
- "hpperlevel": 85,
- "mp": 400,
- "mpperlevel": 0,
- "movespeed": 340,
- "armor": 25,
- "armorperlevel": 3,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.5,
- "hpregenperlevel": 0.75,
- "mpregen": 50,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 60,
- "attackdamageperlevel": 3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2
- }
- },
- "Shyvana": {
- "version": "6.24.1",
- "id": "Shyvana",
- "key": "102",
- "name": "Shyvana",
- "title": "the Half-Dragon",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltdb320ec49e0e02a7/5db0600456458c6b3fc1752d/RiotX_ChampionList_shyvana.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Shyvana_0.jpg",
- "blurb": "A half-breed born from the union between dragon and human, Shyvana searched all her life for belonging. Persecution forged her into a brutal warrior, and those who dare stand against Shyvana face the fiery beast lurking just beneath her skin....",
- "info": {
- "attack": 8,
- "defense": 6,
- "magic": 3,
- "difficulty": 4
- },
- "image": {
- "full": "Shyvana.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 48,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "Dragonfury",
- "stats": {
- "hp": 595,
- "hpperlevel": 95,
- "mp": 100,
- "mpperlevel": 0,
- "movespeed": 350,
- "armor": 27.628,
- "armorperlevel": 3.35,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.6,
- "hpregenperlevel": 0.8,
- "mpregen": 0,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 60.712,
- "attackdamageperlevel": 3.4,
- "attackspeedoffset": -0.05,
- "attackspeedperlevel": 2.5
- }
- },
- "Singed": {
- "version": "6.24.1",
- "id": "Singed",
- "key": "27",
- "name": "Singed",
- "title": "the Mad Chemist",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt766d98c27adfde28/5db06004347d1c6baa57be4f/RiotX_ChampionList_singed.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Singed_0.jpg",
- "blurb": "Singed descended from a long line of Zaun's revered chemists. Even in his youth, his talent for concocting potions far outstripped that of his peers, and he quickly distinguished himself from his less extraordinary chemist compatriots. It came as no ...",
- "info": {
- "attack": 4,
- "defense": 8,
- "magic": 7,
- "difficulty": 5
- },
- "image": {
- "full": "Singed.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 96,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Tank",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 542.76,
- "hpperlevel": 82,
- "mp": 290.6,
- "mpperlevel": 45,
- "movespeed": 345,
- "armor": 27.88,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.02,
- "hpregenperlevel": 0.55,
- "mpregen": 7.52,
- "mpregenperlevel": 0.55,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 62.32,
- "attackdamageperlevel": 3.375,
- "attackspeedoffset": 0.02,
- "attackspeedperlevel": 1.81
- }
- },
- "Sion": {
- "version": "6.24.1",
- "id": "Sion",
- "key": "14",
- "name": "Sion",
- "title": "The Undead Juggernaut",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt7f28f1d689e4ad3d/5db06004adc8656c7d24e802/RiotX_ChampionList_sion.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Sion_0.jpg",
- "blurb": "BLOOD.
SMELL IT.
WANT. ACHING. NEED!
CLOSE NOW. THEY COME.
NO CHAINS? FREE! KILL!
IN REACH. YES! DIE! DIE!
Gone. Too quick. No fight. More. I want... more.
A voice? Unfamiliar. I see him. The Grand ...",
- "info": {
- "attack": 5,
- "defense": 9,
- "magic": 3,
- "difficulty": 5
- },
- "image": {
- "full": "Sion.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 144,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Tank",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 542.64,
- "hpperlevel": 73,
- "mp": 325.6,
- "mpperlevel": 42,
- "movespeed": 345,
- "armor": 23.04,
- "armorperlevel": 3,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 175,
- "hpregen": 10.18,
- "hpregenperlevel": 0.8,
- "mpregen": 8.005,
- "mpregenperlevel": 0.6,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 59.72,
- "attackdamageperlevel": 4,
- "attackspeedoffset": -0.08,
- "attackspeedperlevel": 1.3
- }
- },
- "Sivir": {
- "version": "6.24.1",
- "id": "Sivir",
- "key": "15",
- "name": "Sivir",
- "title": "the Battle Mistress",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltbe8ea8bfd98ec1f3/5db06002a6470d6ab91ce5ac/RiotX_ChampionList_sivir.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Sivir_0.jpg",
- "blurb": "''I don't care what face is on your coin, as long as it pays.''
Sivir is a renowned fortune hunter and mercenary captain who plies her trade in the deserts of Shurima. Armed with her legendary jeweled crossblade, she has fought and won ...",
- "info": {
- "attack": 9,
- "defense": 3,
- "magic": 1,
- "difficulty": 4
- },
- "image": {
- "full": "Sivir.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 192,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman"
- ],
- "partype": "MP",
- "stats": {
- "hp": 515.76,
- "hpperlevel": 82,
- "mp": 284,
- "mpperlevel": 50,
- "movespeed": 335,
- "armor": 22.21,
- "armorperlevel": 3.25,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 500,
- "hpregen": 5.17,
- "hpregenperlevel": 0.55,
- "mpregen": 8.01,
- "mpregenperlevel": 0.9,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 57.46,
- "attackdamageperlevel": 2.41,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 1.6
- }
- },
- "Skarner": {
- "version": "6.24.1",
- "id": "Skarner",
- "key": "72",
- "name": "Skarner",
- "title": "the Crystal Vanguard",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt842a8149ba8b7a3d/5db06003bd24496c390ae4f6/RiotX_ChampionList_skarner.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Skarner_0.jpg",
- "blurb": "''We are one. We cannot be shattered.''
Skarner is an immense crystalline scorpion from a hidden valley in Shurima. Part of the ancient Brackern race, Skarner and his kin are known for their great wisdom and deep connection to the land, as ...",
- "info": {
- "attack": 7,
- "defense": 6,
- "magic": 5,
- "difficulty": 5
- },
- "image": {
- "full": "Skarner.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 240,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "MP",
- "stats": {
- "hp": 601.28,
- "hpperlevel": 90,
- "mp": 272.2,
- "mpperlevel": 40,
- "movespeed": 335,
- "armor": 29.384,
- "armorperlevel": 3.8,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.925,
- "hpregenperlevel": 0.85,
- "mpregen": 7.205,
- "mpregenperlevel": 0.45,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 57.156,
- "attackdamageperlevel": 4.5,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.1
- }
- },
- "Sona": {
- "version": "6.24.1",
- "id": "Sona",
- "key": "37",
- "name": "Sona",
- "title": "Maven of the Strings",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt4810827f74fc21b9/5db06003347d1c6baa57be49/RiotX_ChampionList_sona.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Sona_0.jpg",
- "blurb": "Sona has no memories of her true parents. As an infant, she was found abandoned on the doorstep of an Ionian adoption house, nestled atop an ancient instrument in an exquisite case of unknown origins. She was an unusually well-behaved child, always ...",
- "info": {
- "attack": 5,
- "defense": 2,
- "magic": 8,
- "difficulty": 4
- },
- "image": {
- "full": "Sona.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 288,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Support",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 482.36,
- "hpperlevel": 77,
- "mp": 340.6,
- "mpperlevel": 45,
- "movespeed": 325,
- "armor": 20.544,
- "armorperlevel": 3.3,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 5.42,
- "hpregenperlevel": 0.55,
- "mpregen": 11.5,
- "mpregenperlevel": 0.4,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 50.04,
- "attackdamageperlevel": 3,
- "attackspeedoffset": -0.03,
- "attackspeedperlevel": 2.3
- }
- },
- "Soraka": {
- "version": "6.24.1",
- "id": "Soraka",
- "key": "16",
- "name": "Soraka",
- "title": "the Starchild",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt2141839fdc483592/5db06003e9effa6ba5295fad/RiotX_ChampionList_soraka.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Soraka_0.jpg",
- "blurb": "A healer gifted with the magic of the stars, Soraka holds all living creatures close to her heart. She was once a celestial being, but she sacrificed her immortality and entered the world of mortals. So long as evil threatens life in Valoran, Soraka ...",
- "info": {
- "attack": 2,
- "defense": 5,
- "magic": 7,
- "difficulty": 3
- },
- "image": {
- "full": "Soraka.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 336,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Support",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 529.04,
- "hpperlevel": 78,
- "mp": 350.8,
- "mpperlevel": 60,
- "movespeed": 325,
- "armor": 23.384,
- "armorperlevel": 3.8,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 2.5,
- "hpregenperlevel": 0.5,
- "mpregen": 11.5,
- "mpregenperlevel": 0.4,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 50.04,
- "attackdamageperlevel": 3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.14
- }
- },
- "Swain": {
- "version": "6.24.1",
- "id": "Swain",
- "key": "50",
- "name": "Swain",
- "title": "the Master Tactician",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt1a64e469280b8b9f/5db060030b39e86c2f83dc25/RiotX_ChampionList_swain.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Swain_0.jpg",
- "blurb": "The earliest account of Swain's existence comes from a Noxian infirmary doctor's notes. According to them, Swain limped into the ward without cry or complaint; his right leg was snapped in half, with bone protruding from the skin. A small, scowling ...",
- "info": {
- "attack": 2,
- "defense": 6,
- "magic": 9,
- "difficulty": 8
- },
- "image": {
- "full": "Swain.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 384,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 516.04,
- "hpperlevel": 90,
- "mp": 374,
- "mpperlevel": 47,
- "movespeed": 335,
- "armor": 22.72,
- "armorperlevel": 4,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 500,
- "hpregen": 7.84,
- "hpregenperlevel": 0.65,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 52.04,
- "attackdamageperlevel": 3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.11
- }
- },
- "Syndra": {
- "version": "6.24.1",
- "id": "Syndra",
- "key": "134",
- "name": "Syndra",
- "title": "the Dark Sovereign",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltd9308eedab3a6fa5/5db0600c3a326d6df6c0e7bf/RiotX_ChampionList_syndra.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Syndra_0.jpg",
- "blurb": "Born with immense magical potential, Syndra loves nothing more than exercising the incredible power at her command. With each passing day, her mastery of magical force grows more potent and devastating. Refusing any notion of balance or restraint, ...",
- "info": {
- "attack": 2,
- "defense": 3,
- "magic": 9,
- "difficulty": 8
- },
- "image": {
- "full": "Syndra.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 432,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Support"
- ],
- "partype": "MP",
- "stats": {
- "hp": 511.04,
- "hpperlevel": 78,
- "mp": 384,
- "mpperlevel": 60,
- "movespeed": 330,
- "armor": 24.712,
- "armorperlevel": 3.4,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 6.505,
- "hpregenperlevel": 0.6,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 53.872,
- "attackdamageperlevel": 2.9,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2
- }
- },
- "TahmKench": {
- "version": "6.24.1",
- "id": "TahmKench",
- "key": "223",
- "name": "Tahm Kench",
- "title": "the River King",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt87be9cf38f3bc986/5db0600c56458c6b3fc17533/RiotX_ChampionList_tahmkench.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/TahmKench_0.jpg",
- "blurb": "''The whole world's a river, and I'm its king.''
Tahm Kench travels Runeterra's waterways, feeding his insatiable appetite with the misery of the unsuspecting. The singularly charming gourmand savors every moment of his victims' suffering. A deal ...",
- "info": {
- "attack": 3,
- "defense": 9,
- "magic": 6,
- "difficulty": 5
- },
- "image": {
- "full": "TahmKench.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 0,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Support",
- "Tank"
- ],
- "partype": "MP",
- "stats": {
- "hp": 610,
- "hpperlevel": 95,
- "mp": 325,
- "mpperlevel": 40,
- "movespeed": 335,
- "armor": 27,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 175,
- "hpregen": 6.5,
- "hpregenperlevel": 0.55,
- "mpregen": 8,
- "mpregenperlevel": 1,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 56,
- "attackdamageperlevel": 3.2,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.5
- }
- },
- "Taliyah": {
- "version": "6.24.1",
- "id": "Taliyah",
- "key": "163",
- "name": "Taliyah",
- "title": "the Stoneweaver",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt35c3537198ee86b9/5db05fc52140ec675d68f49b/RiotX_ChampionList_ialiyah.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Taliyah_0.jpg",
- "blurb": "Taliyah is a nomadic mage from Shurima who weaves stone with energetic enthusiasm and raw determination. Torn between teenage wonder and adult responsibility, she has crossed nearly all of Valoran on a journey to learn the true nature of her growing ...",
- "info": {
- "attack": 1,
- "defense": 7,
- "magic": 8,
- "difficulty": 5
- },
- "image": {
- "full": "Taliyah.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 48,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Support"
- ],
- "partype": "MP",
- "stats": {
- "hp": 520,
- "hpperlevel": 75,
- "mp": 340,
- "mpperlevel": 60,
- "movespeed": 325,
- "armor": 20,
- "armorperlevel": 3,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 525,
- "hpregen": 7,
- "hpregenperlevel": 0.7,
- "mpregen": 7,
- "mpregenperlevel": 0.85,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 56,
- "attackdamageperlevel": 3.3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 1.36
- }
- },
- "Talon": {
- "version": "6.24.1",
- "id": "Talon",
- "key": "91",
- "name": "Talon",
- "title": "the Blade's Shadow",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt20a737f99ebcd027/5db0600c89fb926b491ed829/RiotX_ChampionList_talon.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Talon_0.jpg",
- "blurb": "''The three deadliest blademasters in all of Valoran are bound to the house of Du Couteau: my father, myself, and Talon. Challenge us, if you dare.''
-- Katarina Du Couteau
Talon's earliest memories are the darkness of Noxus' underground ...",
- "info": {
- "attack": 9,
- "defense": 3,
- "magic": 1,
- "difficulty": 7
- },
- "image": {
- "full": "Talon.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 96,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Assassin",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 583,
- "hpperlevel": 90,
- "mp": 377.2,
- "mpperlevel": 37,
- "movespeed": 335,
- "armor": 26.88,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.51,
- "hpregenperlevel": 0.75,
- "mpregen": 7.59,
- "mpregenperlevel": 0.5,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 60,
- "attackdamageperlevel": 3.1,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.9
- }
- },
- "Taric": {
- "version": "6.24.1",
- "id": "Taric",
- "key": "44",
- "name": "Taric",
- "title": "the Shield of Valoran",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt6b2d37773c3621e1/5db0600d347d1c6baa57be55/RiotX_ChampionList_taric.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Taric_0.jpg",
- "blurb": "''The best weapons are beautiful.''
Taric is the Aspect of the Protector, wielding incredible power as Runeterra's guardian of life, love, and beauty. Shamed by a dereliction of duty and exiled from his homeland Demacia, Taric ascended Mount ...",
- "info": {
- "attack": 4,
- "defense": 8,
- "magic": 5,
- "difficulty": 3
- },
- "image": {
- "full": "Taric.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 144,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Support",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 575,
- "hpperlevel": 90,
- "mp": 300,
- "mpperlevel": 60,
- "movespeed": 340,
- "armor": 25,
- "armorperlevel": 3.4,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 150,
- "hpregen": 6,
- "hpregenperlevel": 0.5,
- "mpregen": 5,
- "mpregenperlevel": 1,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 55,
- "attackdamageperlevel": 3.5,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2
- }
- },
- "Teemo": {
- "version": "6.24.1",
- "id": "Teemo",
- "key": "17",
- "name": "Teemo",
- "title": "the Swift Scout",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt30ddbbdc0549078a/5db0600da6470d6ab91ce5b8/RiotX_ChampionList_teemo.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Teemo_0.jpg",
- "blurb": "Teemo is a legend among his yordle brothers and sisters in Bandle City. As far as yordles are concerned, there is something just slightly off about him. While Teemo enjoys the companionship of other yordles, he also insists on frequent solo missions ...",
- "info": {
- "attack": 5,
- "defense": 3,
- "magic": 7,
- "difficulty": 6
- },
- "image": {
- "full": "Teemo.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 192,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman",
- "Assassin"
- ],
- "partype": "MP",
- "stats": {
- "hp": 515.76,
- "hpperlevel": 82,
- "mp": 267.2,
- "mpperlevel": 40,
- "movespeed": 330,
- "armor": 24.3,
- "armorperlevel": 3.75,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 500,
- "hpregen": 5.74,
- "hpregenperlevel": 0.65,
- "mpregen": 7.205,
- "mpregenperlevel": 0.45,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 49.54,
- "attackdamageperlevel": 3,
- "attackspeedoffset": -0.0947,
- "attackspeedperlevel": 3.38
- }
- },
- "Thresh": {
- "version": "6.24.1",
- "id": "Thresh",
- "key": "412",
- "name": "Thresh",
- "title": "the Chain Warden",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt46555de3bfa94d44/5db0600b2140ec675d68f4b5/RiotX_ChampionList_thresh.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Thresh_0.jpg",
- "blurb": "''The mind is a wondrous thing to tear apart.''
Sadistic and cunning, Thresh is a restless spirit who prides himself on tormenting mortals and breaking them with slow, excruciating inventiveness. His victims suffer far beyond the point of death,...",
- "info": {
- "attack": 5,
- "defense": 6,
- "magic": 6,
- "difficulty": 7
- },
- "image": {
- "full": "Thresh.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 240,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Support",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 560.52,
- "hpperlevel": 93,
- "mp": 273.92,
- "mpperlevel": 44,
- "movespeed": 335,
- "armor": 16,
- "armorperlevel": 0,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 450,
- "hpregen": 6.92,
- "hpregenperlevel": 0.55,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 47.696,
- "attackdamageperlevel": 2.2,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 3.5
- }
- },
- "Tristana": {
- "version": "6.24.1",
- "id": "Tristana",
- "key": "18",
- "name": "Tristana",
- "title": "the Yordle Gunner",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltfbbc3205edf5207a/5db0600bdc674266df3d5d50/RiotX_ChampionList_tristana.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Tristana_0.jpg",
- "blurb": "Greatness comes in all shapes and sizes, as proven by this diminutive, cannon-wielding yordle. In a world fraught with turmoil, Tristana refuses to back down from any challenge. She represents the pinnacle of martial proficiency, unwavering courage, ...",
- "info": {
- "attack": 9,
- "defense": 3,
- "magic": 5,
- "difficulty": 4
- },
- "image": {
- "full": "Tristana.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 288,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman",
- "Assassin"
- ],
- "partype": "MP",
- "stats": {
- "hp": 542.76,
- "hpperlevel": 82,
- "mp": 246.76,
- "mpperlevel": 32,
- "movespeed": 325,
- "armor": 22,
- "armorperlevel": 3,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 6.19,
- "hpregenperlevel": 0.65,
- "mpregen": 7.205,
- "mpregenperlevel": 0.45,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 56.96,
- "attackdamageperlevel": 2.41,
- "attackspeedoffset": -0.04734,
- "attackspeedperlevel": 1.5
- }
- },
- "Trundle": {
- "version": "6.24.1",
- "id": "Trundle",
- "key": "48",
- "name": "Trundle",
- "title": "the Troll King",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt05eb0518bbe963c0/5db0600ba6470d6ab91ce5b2/RiotX_ChampionList_trundle.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Trundle_0.jpg",
- "blurb": "Trundle is a hulking and devious troll with a mischievous streak. There is nothing he can't beat into submission and bend to his will, not even the ice itself. With his massive, frozen club, he chills his enemies to the core and runs them through with ...",
- "info": {
- "attack": 7,
- "defense": 6,
- "magic": 2,
- "difficulty": 5
- },
- "image": {
- "full": "Trundle.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 336,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "MP",
- "stats": {
- "hp": 616.28,
- "hpperlevel": 96,
- "mp": 281.6,
- "mpperlevel": 45,
- "movespeed": 350,
- "armor": 27.536,
- "armorperlevel": 2.7,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 175,
- "hpregen": 6,
- "hpregenperlevel": 0.75,
- "mpregen": 7.505,
- "mpregenperlevel": 0.6,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 60.04,
- "attackdamageperlevel": 3,
- "attackspeedoffset": -0.0672,
- "attackspeedperlevel": 2.9
- }
- },
- "Tryndamere": {
- "version": "6.24.1",
- "id": "Tryndamere",
- "key": "23",
- "name": "Tryndamere",
- "title": "the Barbarian King",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt3b217144ed3a7faa/5db08d643a326d6df6c0e907/RiotX_ChampionList_tryndamere.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Tryndamere_0.jpg",
- "blurb": "Fueled by his unbridled fury and rage, Tryndamere cuts his way through the tundra, mastering the art of battle by challenging the Freljord's greatest warriors. The wrathful barbarian seeks revenge on the one who decimated his clan and strikes down all ...",
- "info": {
- "attack": 10,
- "defense": 5,
- "magic": 2,
- "difficulty": 5
- },
- "image": {
- "full": "Tryndamere.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 384,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Assassin"
- ],
- "partype": "Battlefury",
- "stats": {
- "hp": 625.64,
- "hpperlevel": 98,
- "mp": 100,
- "mpperlevel": 0,
- "movespeed": 345,
- "armor": 24.108,
- "armorperlevel": 3.1,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.51,
- "hpregenperlevel": 0.9,
- "mpregen": 0,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 61.376,
- "attackdamageperlevel": 3.2,
- "attackspeedoffset": -0.0672,
- "attackspeedperlevel": 2.9
- }
- },
- "TwistedFate": {
- "version": "6.24.1",
- "id": "TwistedFate",
- "key": "4",
- "name": "Twisted Fate",
- "title": "the Card Master",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltaebcdb8b21d440a7/5db0600ce9effa6ba5295fb3/RiotX_ChampionList_twistedfate.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Maokai_0.jpg",
- "blurb": "Twisted Fate is an infamous card sharp and swindler who has gambled and charmed his way across much of the known world, earning the enmity and admiration of the rich and foolish alike. He rarely takes things seriously, greeting each day with a mocking ...",
- "info": {
- "attack": 6,
- "defense": 2,
- "magic": 6,
- "difficulty": 9
- },
- "image": {
- "full": "TwistedFate.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 432,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 521.76,
- "hpperlevel": 82,
- "mp": 265.84,
- "mpperlevel": 38,
- "movespeed": 330,
- "armor": 20.542,
- "armorperlevel": 3.15,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 525,
- "hpregen": 5.505,
- "hpregenperlevel": 0.6,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 49.954,
- "attackdamageperlevel": 3.3,
- "attackspeedoffset": -0.04,
- "attackspeedperlevel": 3.22
- }
- },
- "Twitch": {
- "version": "6.24.1",
- "id": "Twitch",
- "key": "29",
- "name": "Twitch",
- "title": "the Plague Rat",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt674dca7d5611ebb0/5db060159481396d6bdd01be/RiotX_ChampionList_twitch.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Twitch_0.jpg",
- "blurb": "H.I.V.E. Incident Report
Code Violation: Industrial Homicide
Casefile Status: Unsolved
Investigating Agent: Rol, P.
Team responded to report of suspicious character, criminal activity; proceeded to Sump Works, Sector 90TZ. Sector 90TZ ...",
- "info": {
- "attack": 9,
- "defense": 2,
- "magic": 3,
- "difficulty": 6
- },
- "image": {
- "full": "Twitch.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 0,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman",
- "Assassin"
- ],
- "partype": "MP",
- "stats": {
- "hp": 525.08,
- "hpperlevel": 81,
- "mp": 287.2,
- "mpperlevel": 40,
- "movespeed": 330,
- "armor": 23.04,
- "armorperlevel": 3,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 6.005,
- "hpregenperlevel": 0.6,
- "mpregen": 7.255,
- "mpregenperlevel": 0.45,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 55.46,
- "attackdamageperlevel": 2.41,
- "attackspeedoffset": -0.08,
- "attackspeedperlevel": 3.38
- }
- },
- "Udyr": {
- "version": "6.24.1",
- "id": "Udyr",
- "key": "77",
- "name": "Udyr",
- "title": "the Spirit Walker",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt8350eda62a9ed56c/63350924f709a318104f9bbb/RiotX_ChampionList_udyr_v2.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Udyr_0.jpg",
- "blurb": "Udyr is more than a man; he is a vessel for the untamed power of four primal animal spirits. When tapping into the spirits' bestial natures, Udyr can harness their unique strengths: the tiger grants him speed and ferocity, the turtle resilience, the ...",
- "info": {
- "attack": 8,
- "defense": 7,
- "magic": 4,
- "difficulty": 7
- },
- "image": {
- "full": "Udyr.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 48,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "MP",
- "stats": {
- "hp": 593.32,
- "hpperlevel": 99,
- "mp": 270.4,
- "mpperlevel": 30,
- "movespeed": 345,
- "armor": 25.47,
- "armorperlevel": 4,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 6,
- "hpregenperlevel": 0.75,
- "mpregen": 7.505,
- "mpregenperlevel": 0.45,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 58.286,
- "attackdamageperlevel": 3.2,
- "attackspeedoffset": -0.05,
- "attackspeedperlevel": 2.67
- }
- },
- "Urgot": {
- "version": "6.24.1",
- "id": "Urgot",
- "key": "6",
- "name": "Urgot",
- "title": "the Headsman's Pride",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt162b78ba3ece1d4f/5db060157d28b76cfe43981b/RiotX_ChampionList_urgot.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Urgot_0.jpg",
- "blurb": "There are warriors who become great for their strength, cunning, or skill with arms. Others simply refuse to die. Urgot, once a great soldier of Noxus, may constitute a case in support of the latter. Prone to diving headlong into enemy battle lines, ...",
- "info": {
- "attack": 8,
- "defense": 5,
- "magic": 3,
- "difficulty": 8
- },
- "image": {
- "full": "Urgot.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 96,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 586.52,
- "hpperlevel": 89,
- "mp": 312.4,
- "mpperlevel": 55,
- "movespeed": 335,
- "armor": 24.544,
- "armorperlevel": 3.3,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 425,
- "hpregen": 6.505,
- "hpregenperlevel": 0.6,
- "mpregen": 8.59,
- "mpregenperlevel": 0.65,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 54.05,
- "attackdamageperlevel": 3.6,
- "attackspeedoffset": -0.03,
- "attackspeedperlevel": 2.9
- }
- },
- "Varus": {
- "version": "6.24.1",
- "id": "Varus",
- "key": "110",
- "name": "Varus",
- "title": "the Arrow of Retribution",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt596158d85a8360d1/5db060132dc72966da74671a/RiotX_ChampionList_varus.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Varus_0.jpg",
- "blurb": "''The life of an arrow is fleeting, built of nothing but direction and intent.''
For his incomparable skill with the bow and his unquestioned sense of honor, Varus was chosen to be the warden of a sacred Ionian temple. The temple was built to ...",
- "info": {
- "attack": 7,
- "defense": 3,
- "magic": 4,
- "difficulty": 2
- },
- "image": {
- "full": "Varus.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 144,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 537.76,
- "hpperlevel": 82,
- "mp": 360.48,
- "mpperlevel": 33,
- "movespeed": 330,
- "armor": 23.212,
- "armorperlevel": 3.4,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 575,
- "hpregen": 5.42,
- "hpregenperlevel": 0.55,
- "mpregen": 7.34,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 54.66,
- "attackdamageperlevel": 2.41,
- "attackspeedoffset": -0.05,
- "attackspeedperlevel": 3
- }
- },
- "Vayne": {
- "version": "6.24.1",
- "id": "Vayne",
- "key": "67",
- "name": "Vayne",
- "title": "the Night Hunter",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt9eaabc908956c8b0/5db060146af83b6d7032c90a/RiotX_ChampionList_vayne.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Vayne_0.jpg",
- "blurb": "The world is not always as civilized as people might think. There are still those who would follow the blackest paths of magic and become corrupted by the darker powers that flow through Runeterra. Shauna Vayne knows this fact well.
As a young ...",
- "info": {
- "attack": 10,
- "defense": 1,
- "magic": 1,
- "difficulty": 8
- },
- "image": {
- "full": "Vayne.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 192,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman",
- "Assassin"
- ],
- "partype": "MP",
- "stats": {
- "hp": 498.44,
- "hpperlevel": 83,
- "mp": 231.8,
- "mpperlevel": 35,
- "movespeed": 330,
- "armor": 19.012,
- "armorperlevel": 3.4,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 5.42,
- "hpregenperlevel": 0.55,
- "mpregen": 6.97,
- "mpregenperlevel": 0.4,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 55.88,
- "attackdamageperlevel": 1.66,
- "attackspeedoffset": -0.05,
- "attackspeedperlevel": 4
- }
- },
- "Veigar": {
- "version": "6.24.1",
- "id": "Veigar",
- "key": "45",
- "name": "Veigar",
- "title": "the Tiny Master of Evil",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltda2b568b0c3e5847/5db06014e9effa6ba5295fb9/RiotX_ChampionList_veigar.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Veigar_0.jpg",
- "blurb": "To most, thoughts of yordles do not conjure images to be feared. The easygoing half-pint race, though fierce, is often regarded with some degree of joviality. Their high-pitched voices and naturally cute forms inspire something of a protective ...",
- "info": {
- "attack": 2,
- "defense": 2,
- "magic": 10,
- "difficulty": 7
- },
- "image": {
- "full": "Veigar.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 240,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 492.76,
- "hpperlevel": 82,
- "mp": 392.4,
- "mpperlevel": 52,
- "movespeed": 340,
- "armor": 22.55,
- "armorperlevel": 3.75,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 525,
- "hpregen": 5.42,
- "hpregenperlevel": 0.55,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 50.71,
- "attackdamageperlevel": 2.625,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.24
- }
- },
- "Velkoz": {
- "version": "6.24.1",
- "id": "Velkoz",
- "key": "161",
- "name": "Vel'Koz",
- "title": "the Eye of the Void",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt825d0c333f6e74ae/5db060142140ec675d68f4bb/RiotX_ChampionList_velkoz.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Velkoz_0.jpg",
- "blurb": "I pass into the sudden glare. Blink. Blink, blink, blink. My eyes adjust and evaluate the landscape before me.
There's a scurrying. I look down to find a small, white creature standing on its hind legs, sniffing at my body. It intrigues me....",
- "info": {
- "attack": 2,
- "defense": 2,
- "magic": 10,
- "difficulty": 8
- },
- "image": {
- "full": "Velkoz.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 288,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 507.68,
- "hpperlevel": 76,
- "mp": 375.6,
- "mpperlevel": 42,
- "movespeed": 340,
- "armor": 21.88,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 525,
- "hpregen": 5.42,
- "hpregenperlevel": 0.55,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 54.9379,
- "attackdamageperlevel": 3.14159,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 1.36
- }
- },
- "Vi": {
- "version": "6.24.1",
- "id": "Vi",
- "key": "254",
- "name": "Vi",
- "title": "the Piltover Enforcer",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt3bd79abf330fc807/5db06014dc674266df3d5d56/RiotX_ChampionList_vi.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Vi_0.jpg",
- "blurb": "To Vi, every problem is just another brick wall to punch through with her gigantic hextech gauntlets. Though she grew up on the wrong side of the law, Vi now uses her criminal know-how to serve Piltover's police force. Vi's brash attitude, abrasive ...",
- "info": {
- "attack": 8,
- "defense": 5,
- "magic": 3,
- "difficulty": 4
- },
- "image": {
- "full": "Vi.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 336,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Assassin"
- ],
- "partype": "MP",
- "stats": {
- "hp": 582.8,
- "hpperlevel": 85,
- "mp": 295.6,
- "mpperlevel": 45,
- "movespeed": 345,
- "armor": 25.88,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 9.01,
- "hpregenperlevel": 0.9,
- "mpregen": 8.09,
- "mpregenperlevel": 0.65,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 55.88,
- "attackdamageperlevel": 3.5,
- "attackspeedoffset": -0.03,
- "attackspeedperlevel": 2.5
- }
- },
- "Viktor": {
- "version": "6.24.1",
- "id": "Viktor",
- "key": "112",
- "name": "Viktor",
- "title": "the Machine Herald",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt6e54b3de49b7bbf3/5db06015df78486c826dcd1e/RiotX_ChampionList_viktor.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Viktor_0.jpg",
- "blurb": "Early in life, Viktor discovered his passion for science and invention, particularly in the field of mechanical automation. He attended Zaun's prestigious College of Techmaturgy and led the team that constructed Blitzcrank - a scientific breakthrough ...",
- "info": {
- "attack": 2,
- "defense": 4,
- "magic": 10,
- "difficulty": 9
- },
- "image": {
- "full": "Viktor.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 384,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 516.04,
- "hpperlevel": 78,
- "mp": 324,
- "mpperlevel": 50,
- "movespeed": 335,
- "armor": 22.72,
- "armorperlevel": 4,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 525,
- "hpregen": 7.84,
- "hpregenperlevel": 0.65,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 52.04,
- "attackdamageperlevel": 3,
- "attackspeedoffset": -0.05,
- "attackspeedperlevel": 2.11
- }
- },
- "Vladimir": {
- "version": "6.24.1",
- "id": "Vladimir",
- "key": "8",
- "name": "Vladimir",
- "title": "the Crimson Reaper",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt39ab5027f6fa1b81/5db0601589fb926b491ed82f/RiotX_ChampionList_vladimir.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Vladimir_0.jpg",
- "blurb": "There is a temple hidden in the mountains between Noxus and the Tempest Flats, where the secrets of an ancient and terrifying sorcery are kept. The area surrounding the temple is littered with the exsanguinated corpses of those who have mistakenly ...",
- "info": {
- "attack": 2,
- "defense": 6,
- "magic": 8,
- "difficulty": 7
- },
- "image": {
- "full": "Vladimir.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 432,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Tank"
- ],
- "partype": "Gnarfury",
- "stats": {
- "hp": 525,
- "hpperlevel": 84,
- "mp": 2,
- "mpperlevel": 0,
- "movespeed": 330,
- "armor": 23,
- "armorperlevel": 3.3,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 450,
- "hpregen": 7.005,
- "hpregenperlevel": 0.6,
- "mpregen": 0,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 52,
- "attackdamageperlevel": 3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2
- }
- },
- "Volibear": {
- "version": "6.24.1",
- "id": "Volibear",
- "key": "106",
- "name": "Volibear",
- "title": "the Thunder's Roar",
- "img": "https://ddragon.leagueoflegends.com/cdn/img/champion/splash/Volibear_0.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Volibear_0.jpg",
- "blurb": "The unforgiving northern reaches of the Freljord are home to the Ursine, a fierce and warlike race that has endured the barren tundra for thousands of years. Their leader is a furious adversary who commands the force of lightning to strike fear within ...",
- "info": {
- "attack": 7,
- "defense": 7,
- "magic": 4,
- "difficulty": 3
- },
- "image": {
- "full": "Volibear.png",
- "sprite": "champion4.png",
- "group": "champion",
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "MP",
- "stats": {
- "hp": 584.48,
- "hpperlevel": 86,
- "mp": 270.4,
- "mpperlevel": 30,
- "movespeed": 345,
- "armor": 26.38,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.09,
- "hpregenperlevel": 0.65,
- "mpregen": 8.09,
- "mpregenperlevel": 0.65,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 59.544,
- "attackdamageperlevel": 3.3,
- "attackspeedoffset": -0.05,
- "attackspeedperlevel": 2.67
- }
- },
- "Warwick": {
- "version": "6.24.1",
- "id": "Warwick",
- "key": "19",
- "name": "Warwick",
- "title": "the Blood Hunter",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt08a92f3897cfc8f5/5db0601ddc674266df3d5d5c/RiotX_ChampionList_warwick.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Warwick_0.jpg",
- "blurb": "Warwick was once a man revered for his ability to track down human specimens for the darkest types of scientific research. When his ambitions exceeded his physical limits, he drank a dangerous elixir to transform himself into an unstoppable manhunter. ...",
- "info": {
- "attack": 7,
- "defense": 4,
- "magic": 4,
- "difficulty": 3
- },
- "image": {
- "full": "Warwick.png",
- "sprite": "champion4.png",
- "group": "champion",
- "x": 48,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "MP",
- "stats": {
- "hp": 592.64,
- "hpperlevel": 98,
- "mp": 240.4,
- "mpperlevel": 30,
- "movespeed": 345,
- "armor": 25.88,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.39,
- "hpregenperlevel": 0.8,
- "mpregen": 8.105,
- "mpregenperlevel": 0.6,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 62.43,
- "attackdamageperlevel": 3.375,
- "attackspeedoffset": -0.08,
- "attackspeedperlevel": 2.88
- }
- },
- "Xerath": {
- "version": "6.24.1",
- "id": "Xerath",
- "key": "101",
- "name": "Xerath",
- "title": "the Magus Ascendant",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltbda694c8890e94e5/5db0601ce9effa6ba5295fbf/RiotX_ChampionList_xeratth.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Xerath_0.jpg",
- "blurb": "''A lifetime as a slave has prepared me for eternity as your master.''
Xerath is an Ascended Magus of ancient Shurima, a being of arcane energy writhing in the broken shards of a magical sarcophagus. For millennia, he was trapped beneath the ...",
- "info": {
- "attack": 1,
- "defense": 3,
- "magic": 10,
- "difficulty": 8
- },
- "image": {
- "full": "Xerath.png",
- "sprite": "champion4.png",
- "group": "champion",
- "x": 96,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Assassin"
- ],
- "partype": "MP",
- "stats": {
- "hp": 514.4,
- "hpperlevel": 80,
- "mp": 366.96,
- "mpperlevel": 44,
- "movespeed": 340,
- "armor": 21.88,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 525,
- "hpregen": 5.42,
- "hpregenperlevel": 0.55,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 54.7,
- "attackdamageperlevel": 3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 1.36
- }
- },
- "XinZhao": {
- "version": "6.24.1",
- "id": "XinZhao",
- "key": "5",
- "name": "Xin Zhao",
- "title": "the Seneschal of Demacia",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/bltca4486a1630ef517/5db0601ce9d7526ab429e54a/RiotX_ChampionList_xinzhao.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/XinZhao_0.jpg",
- "blurb": "''Death is inevitable, one can only avoid defeat.''
Whenever Jarvan III, the king of Demacia, delivers one of his rallying speeches from the glinting marble balcony atop the Royal Palace, Xin Zhao is at his side. Coined the Seneschal of Demacia,...",
- "info": {
- "attack": 8,
- "defense": 6,
- "magic": 3,
- "difficulty": 2
- },
- "image": {
- "full": "XinZhao.png",
- "sprite": "champion4.png",
- "group": "champion",
- "x": 144,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Assassin"
- ],
- "partype": "MP",
- "stats": {
- "hp": 600,
- "hpperlevel": 92,
- "mp": 273.8,
- "mpperlevel": 35,
- "movespeed": 345,
- "armor": 25.88,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 175,
- "hpregen": 8.175,
- "hpregenperlevel": 0.7,
- "mpregen": 7.255,
- "mpregenperlevel": 0.45,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 57.544,
- "attackdamageperlevel": 3.3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.6
- }
- },
- "Yasuo": {
- "version": "6.24.1",
- "id": "Yasuo",
- "key": "157",
- "name": "Yasuo",
- "title": "the Unforgiven",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt3a319fc884dc6880/5db0601c242f426df132f985/RiotX_ChampionList_yasuo.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Yasuo_0.jpg",
- "blurb": "Yasuo is a man of resolve, an agile swordsman who wields the wind itself to cut down his foes. This once-proud warrior has been disgraced by a false accusation and forced into a desperate fight for survival. With the world turned against him, he will ...",
- "info": {
- "attack": 8,
- "defense": 4,
- "magic": 4,
- "difficulty": 10
- },
- "image": {
- "full": "Yasuo.png",
- "sprite": "champion4.png",
- "group": "champion",
- "x": 192,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Assassin"
- ],
- "partype": "Wind",
- "stats": {
- "hp": 517.76,
- "hpperlevel": 82,
- "mp": 100,
- "mpperlevel": 0,
- "movespeed": 345,
- "armor": 24.712,
- "armorperlevel": 3.4,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 175,
- "hpregen": 6.51,
- "hpregenperlevel": 0.9,
- "mpregen": 0,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 55.376,
- "attackdamageperlevel": 3.2,
- "attackspeedoffset": -0.067,
- "attackspeedperlevel": 2.5
- }
- },
- "Yorick": {
- "version": "6.24.1",
- "id": "Yorick",
- "key": "83",
- "name": "Yorick",
- "title": "Shepherd of Souls",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt570d89dd9a76ba08/5db0601c823d426762825ff9/RiotX_ChampionList_yorick.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Yorick_0.jpg",
- "blurb": "''These isles… How they scream.''
The last survivor of a long-forgotten religious order, Yorick is both blessed and cursed with power over the dead. Trapped on the Shadow Isles, his only companions are the rotting corpses and shrieking spirits that ...",
- "info": {
- "attack": 6,
- "defense": 6,
- "magic": 4,
- "difficulty": 6
- },
- "image": {
- "full": "Yorick.png",
- "sprite": "champion4.png",
- "group": "champion",
- "x": 240,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "MP",
- "stats": {
- "hp": 580,
- "hpperlevel": 100,
- "mp": 300,
- "mpperlevel": 40,
- "movespeed": 340,
- "armor": 30,
- "armorperlevel": 4,
- "spellblock": 32,
- "spellblockperlevel": 1.25,
- "attackrange": 175,
- "hpregen": 8,
- "hpregenperlevel": 0.8,
- "mpregen": 7.5,
- "mpregenperlevel": 0.75,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 57,
- "attackdamageperlevel": 5,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2
- }
- },
- "Zac": {
- "version": "6.24.1",
- "id": "Zac",
- "key": "154",
- "name": "Zac",
- "title": "the Secret Weapon",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt9412083c2b98b9c8/5db0601d6af83b6d7032c910/RiotX_ChampionList_zac.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Zac_0.jpg",
- "blurb": "Zac is the product of a Zaun experiment to manufacture a hexchem-engineered supersoldier - the Zaun Amorphous Combatant. Combining brute strength with limitless flexibility, he is a versatile juggernaut: a creative fighter who bounces over obstacles ...",
- "info": {
- "attack": 3,
- "defense": 7,
- "magic": 7,
- "difficulty": 8
- },
- "image": {
- "full": "Zac.png",
- "sprite": "champion4.png",
- "group": "champion",
- "x": 288,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Tank",
- "Fighter"
- ],
- "partype": "None",
- "stats": {
- "hp": 614.6,
- "hpperlevel": 95,
- "mp": 0,
- "mpperlevel": 0,
- "movespeed": 340,
- "armor": 23.88,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 175,
- "hpregen": 7.92,
- "hpregenperlevel": 0.55,
- "mpregen": 0,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 59.67,
- "attackdamageperlevel": 3.375,
- "attackspeedoffset": -0.02,
- "attackspeedperlevel": 1.6
- }
- },
- "Zed": {
- "version": "6.24.1",
- "id": "Zed",
- "key": "238",
- "name": "Zed",
- "title": "the Master of Shadows",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt402d6da485218720/5db0601de9effa6ba5295fc5/RiotX_ChampionList_zed.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Zed_0.jpg",
- "blurb": "Zed is the first ninja in 200 years to unlock the ancient, forbidden ways. He defied his clan and master, casting off the balance and discipline that had shackled him all his life. Zed now offers power to those who embrace knowledge of the shadows, ...",
- "info": {
- "attack": 9,
- "defense": 2,
- "magic": 1,
- "difficulty": 7
- },
- "image": {
- "full": "Zed.png",
- "sprite": "champion4.png",
- "group": "champion",
- "x": 336,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Assassin",
- "Fighter"
- ],
- "partype": "Energy",
- "stats": {
- "hp": 579.4,
- "hpperlevel": 80,
- "mp": 200,
- "mpperlevel": 0,
- "movespeed": 345,
- "armor": 26.88,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 7.09,
- "hpregenperlevel": 0.65,
- "mpregen": 50,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 54.712,
- "attackdamageperlevel": 3.4,
- "attackspeedoffset": -0.03,
- "attackspeedperlevel": 2.1
- }
- },
- "Ziggs": {
- "version": "6.24.1",
- "id": "Ziggs",
- "key": "115",
- "name": "Ziggs",
- "title": "the Hexplosives Expert",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt0f8c12d54d8ecd28/5db0602289fb926b491ed835/RiotX_ChampionList_ziggs.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ziggs_0.jpg",
- "blurb": "Ziggs was born with a talent for tinkering, but his chaotic, hyperactive nature was unusual among yordle scientists. Aspiring to be a revered inventor like Heimerdinger, he rattled through ambitious projects with manic zeal, emboldened by both his ...",
- "info": {
- "attack": 2,
- "defense": 4,
- "magic": 9,
- "difficulty": 4
- },
- "image": {
- "full": "Ziggs.png",
- "sprite": "champion4.png",
- "group": "champion",
- "x": 384,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 524.4,
- "hpperlevel": 80,
- "mp": 384,
- "mpperlevel": 47,
- "movespeed": 325,
- "armor": 21.544,
- "armorperlevel": 3.3,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 6.255,
- "hpregenperlevel": 0.6,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 54.208,
- "attackdamageperlevel": 3.1,
- "attackspeedoffset": -0.04734,
- "attackspeedperlevel": 2
- }
- },
- "Zilean": {
- "version": "6.24.1",
- "id": "Zilean",
- "key": "26",
- "name": "Zilean",
- "title": "the Chronokeeper",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blta32de59397f53325/5db060222dc72966da746720/RiotX_ChampionList_zilean.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Zilean_0.jpg",
- "blurb": "In the wastelands of Urtistan, there was once a great city. It perished long ago in a terrible Rune War, like most of the lands below the Great Barrier. Nevertheless, one man survived: a sorcerer named Zilean. Being obsessed with time, it was only ...",
- "info": {
- "attack": 2,
- "defense": 5,
- "magic": 8,
- "difficulty": 6
- },
- "image": {
- "full": "Zilean.png",
- "sprite": "champion4.png",
- "group": "champion",
- "x": 432,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Support",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 499.28,
- "hpperlevel": 77,
- "mp": 360.8,
- "mpperlevel": 60,
- "movespeed": 335,
- "armor": 19.134,
- "armorperlevel": 3.8,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 5.44,
- "hpregenperlevel": 0.5,
- "mpregen": 8.5,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 51.64,
- "attackdamageperlevel": 3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.13
- }
- },
- "Zyra": {
- "version": "6.24.1",
- "id": "Zyra",
- "key": "143",
- "name": "Zyra",
- "title": "Rise of the Thorns",
- "img": "https://images.contentstack.io/v3/assets/blt731acb42bb3d1659/blt9bc3497cdd04f6d5/5db060229481396d6bdd01c4/RiotX_ChampionList_zyra.jpg",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Zyra_0.jpg",
- "blurb": "Longing to take control of her fate, the ancient, dying plant Zyra transferred her consciousness into a human body for a second chance at life. Centuries ago, she and her kind dominated the Kumungu Jungle, using thorns and vines to consume any animal ...",
- "info": {
- "attack": 4,
- "defense": 3,
- "magic": 8,
- "difficulty": 7
- },
- "image": {
- "full": "Zyra.png",
- "sprite": "champion4.png",
- "group": "champion",
- "x": 0,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Support"
- ],
- "partype": "MP",
- "stats": {
- "hp": 499.32,
- "hpperlevel": 74,
- "mp": 334,
- "mpperlevel": 50,
- "movespeed": 340,
- "armor": 20.04,
- "armorperlevel": 3,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 575,
- "hpregen": 5.69,
- "hpregenperlevel": 0.5,
- "mpregen": 8.5,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 53.376,
- "attackdamageperlevel": 3.2,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.11
- }
- }
- }
-}
diff --git a/src/data/pokemon/README.md b/src/data/pokemon/README.md
deleted file mode 100644
index 028f0a7c..00000000
--- a/src/data/pokemon/README.md
+++ /dev/null
@@ -1,37 +0,0 @@
-# Pokémon
-
-Pokémon GO es una experiencia de juego internacional que cuenta con más de mil
-millones de descargas y ha sido nombrada "el mejor juego para móviles" por
-Game Developers Choice Awards y "la mejor aplicación del año" por TechCrunch
-(tomado de Google Play). Los usuarios del juego se convierten en "Maestros/
-entrenadores de Pokémon" y pueden:
-
-- **Descubrir el mundo Pokémon:** explorar y descubrir nuevos Pokémon allá
- donde vayan.
-- **Atrapar** distintos Pokémon para completar su Pokédex.
-- **Pelear** contra Pokémon de otros entrenadores y conquistar un gimnasio.
-- **Competir** en épicos combates contra otros entrenadores.
-- **Hacer equipo** con otros entrenadores para atrapar poderosos Pokémon
- durante las incursiones.
-
-## Hallazgos
-
-Para entender mejor qué necesidades complementarias a la app tienen los
-usuarios, hicimos una rápida investigación (research) y estos son algunos
-de los hallazgos.
-
-- Los Pokémon tienen características únicas que determinan las decisiones que
- toma el usuario (tipo, debilidad, peso, multiplicador, etc.)
-- Un maestro Pokémon antes de salir a casar los Pokémon tienen que:
- saber el top 10 de frecuencia de aparición de los Pokémon.
-- Los Pokémon tienen distintos tipos y debilidades de combate. Estas
- características son importantes cuando un maestro Pokémon elige al Pokémon
- más adecuado para su batalla. Hay veces que tiene que elegir a los que
- tienen menos cantidad de debilidades y saber de que tipo son. Por ello, es
- importante para un maestro Pokémon poder ordenarlos por estas 2
- características.
-- Los Pokémon evolucionan y es importante para un
- maestro Pokémon saber cuántas y cuáles son las evoluciones que tienen antes y
- después.
-- Los Pokémon se alimentan de caramelos y un maestro Pokémon necesita saber
- cuántos caramelos necesita un Pokémon para evolucionar.
diff --git a/src/data/pokemon/README.pt.md b/src/data/pokemon/README.pt.md
deleted file mode 100644
index e553af27..00000000
--- a/src/data/pokemon/README.pt.md
+++ /dev/null
@@ -1,33 +0,0 @@
-# Pokémon
-
-Pokémon GO é uma experiência de jogo internacional que tem mais de um bilhão de
-downloads e foi nomeado "o melhor jogo para celular" pelo Game Developers Choice
-Awards e "a melhor aplicação do ano" pelo TechCrunch (extraído do Google Play).
-Os usuários do jogo se tornam "Mestres/ treinadores Pokémons" e podem:
-
-- **Descobrir o mundo Pokémon:** explorar e descobrir novos Pokémon onde quer
- que estejam.
-- **Pegar** diferentes Pokémon para completar seu Pokédex.
-- **Lutar** contra Pokémon de outros treinadores e conquiste ginásios.
-- **Competir** em batalhas épicas contra outros treinadores.
-- **Juntar-se** a outros treinadores para capturar Pokémon poderosos durante os
- ataques.
-
-## Constatações
-
-Para entender melhor as necessidades complementares dos usuários do aplicativo,
-fizemos uma investigação rápida (pesquisa) e estas são algumas das descobertas.
-
-- Os Pokémons têm características únicas que determinam as decisões tomadas pelo
- usuário (tipo, fraqueza, peso, multiplicador, etc.).
-- Um mestre Pokémon antes de sair para caçar os Pokémons tem que conhecer os 10
- principais Pokémons que aparecem com mais frequência.
-- Os Pokémons têm diferentes tipos e fraquezas em combate. Estas características
- são importantes na escolha do Pokémon mais adequado para sua batalha. Às
- vezes, você tem que escolher aqueles com menos fraquezas e saber de que tipo
- eles são. Portanto, é importante que um mestre de Pokémon seja capaz de
- ordená-los por essas 2 características.
-- Os Pokémons evoluem e é importante para um mestre Pokémon saber quantas e
- quais evoluções eles têm antes e depois.
-- Pokémon comem _candies_ e um mestre Pokémon precisa saber quantos _candies_ um
- Pokémon precisa para evoluir.
diff --git a/src/data/pokemon/pokemon.js b/src/data/pokemon/pokemon.js
deleted file mode 100644
index 4fd2ca67..00000000
--- a/src/data/pokemon/pokemon.js
+++ /dev/null
@@ -1,23953 +0,0 @@
-export default {
- "pokemon": [{
- "num": "001",
- "name": "bulbasaur",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Bulbasaur can be seen napping in bright sunlight. There is a seed on its back. By soaking up the sun's rays, the seed grows progressively larger.",
- "img": "https://www.serebii.net/pokemongo/pokemon/001.png",
- "size": {
- "height": "0.71 m",
- "weight": "6.9 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.69",
- "stats": {
- "base-attack": "118",
- "base-defense": "111",
- "base-stamina": "128",
- "max-cp": "1115",
- "max-hp": "113"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "flying",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "vine whip",
- "type": "grass",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "seed bomb",
- "type": "grass",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "power whip",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "bulbasaur candy",
- "next-evolution": [{
- "num": "002",
- "name": "ivysaur",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "003",
- "name": "venusaur",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "002",
- "name": "ivysaur",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "There is a bud on this Pokémon's back. To support its weight, Ivysaur's legs and trunk grow thick and strong. If it starts spending more time lying in the sunlight, it's a sign that the bud will bloom into a large flower soon.",
- "img": "https://www.serebii.net/pokemongo/pokemon/002.png",
- "size": {
- "height": "0.99 m",
- "weight": "13.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.042",
- "stats": {
- "base-attack": "151",
- "base-defense": "143",
- "base-stamina": "155",
- "max-cp": "1699",
- "max-hp": "134"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "flying",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "vine whip",
- "type": "grass",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- },
- {
- "name": "power whip",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "bulbasaur candy",
- "next-evolution": [{
- "num": "003",
- "name": "venusaur",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "001",
- "name": "bulbasaur",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "003",
- "name": "venusaur",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "There is a large flower on Venusaur's back. The flower is said to take on vivid colors if it gets plenty of nutrition and sunlight. The flower's aroma soothes the emotions of people.",
- "img": "https://www.serebii.net/pokemongo/pokemon/003.png",
- "size": {
- "height": "2.01 m",
- "weight": "100.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": "0.017",
- "stats": {
- "base-attack": "198",
- "base-defense": "189",
- "base-stamina": "190",
- "max-cp": "2720",
- "max-hp": "162"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "flying",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "vine whip",
- "type": "grass",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "petal blizzard",
- "type": "grass",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "2.6"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "bulbasaur candy",
- "prev-evolution": [{
- "num": "002",
- "name": "ivysaur",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "001",
- "name": "bulbasaur",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "004",
- "name": "charmander",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "The flame that burns at the tip of its tail is an indication of its emotions. The flame wavers when Charmander is enjoying itself. If the Pokémon becomes enraged, the flame burns fiercely.",
- "img": "https://www.serebii.net/pokemongo/pokemon/004.png",
- "size": {
- "height": "0.61 m",
- "weight": "8.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.253",
- "stats": {
- "base-attack": "116",
- "base-defense": "93",
- "base-stamina": "118",
- "max-cp": "980",
- "max-hp": "105"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "flame charge",
- "type": "fire",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.8"
- },
- {
- "name": "flame burst",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "charmander candy",
- "next-evolution": [{
- "num": "005",
- "name": "charmeleon",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "006",
- "name": "charizard",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "005",
- "name": "charmeleon",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Charmeleon mercilessly destroys its foes using its sharp claws. If it encounters a strong foe, it turns aggressive. In this excited state, the flame at the tip of its tail flares with a bluish white color.",
- "img": "https://www.serebii.net/pokemongo/pokemon/005.png",
- "size": {
- "height": "1.09 m",
- "weight": "19.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.012",
- "stats": {
- "base-attack": "158",
- "base-defense": "126",
- "base-stamina": "151",
- "max-cp": "1653",
- "max-hp": "131"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "fire fang",
- "type": "fire",
- "base-damage": "11",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "fire punch",
- "type": "fire",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.2"
- },
- {
- "name": "flame burst",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "charmander candy",
- "next-evolution": [{
- "num": "006",
- "name": "charizard",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "004",
- "name": "charmander",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "006",
- "name": "charizard",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Charizard flies around the sky in search of powerful opponents. It breathes fire of such great heat that it melts anything. However, it never turns its fiery breath on any opponent weaker than itself.",
- "img": "https://www.serebii.net/pokemongo/pokemon/006.png",
- "size": {
- "height": "1.70 m",
- "weight": "90.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": "0.0031",
- "stats": {
- "base-attack": "223",
- "base-defense": "173",
- "base-stamina": "186",
- "max-cp": "2889",
- "max-hp": "158"
- },
- "resistant": [
- "fire",
- "grass",
- "fighting",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "fire spin",
- "type": "fire",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.1"
- },
- {
- "name": "air slash",
- "type": "flying",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.2"
- },
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "wing attack",
- "type": "flying",
- "base-damage": "8",
- "energy": "9",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "dragon claw",
- "type": "dragon",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.7"
- },
- {
- "name": "overheat",
- "type": "fire",
- "base-damage": "160",
- "energy": "-100",
- "move-duration-seg": "4"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "charmander candy",
- "prev-evolution": [{
- "num": "005",
- "name": "charmeleon",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "004",
- "name": "charmander",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "007",
- "name": "squirtle",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Squirtle's shell is not merely used for protection. The shell's rounded shape and the grooves on its surface help minimize resistance in water, enabling this Pokémon to swim at high speeds.",
- "img": "https://www.serebii.net/pokemongo/pokemon/007.png",
- "size": {
- "height": "0.51 m",
- "weight": "9.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.58",
- "stats": {
- "base-attack": "94",
- "base-defense": "121",
- "base-stamina": "127",
- "max-cp": "946",
- "max-hp": "112"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "aqua jet",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.6"
- },
- {
- "name": "aqua tail",
- "type": "water",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "squirtle candy",
- "next-evolution": [{
- "num": "008",
- "name": "wartortle",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "009",
- "name": "blastoise",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "008",
- "name": "wartortle",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Its tail is large and covered with a rich, thick fur. The tail becomes increasingly deeper in color as Wartortle ages. The scratches on its shell are evidence of this Pokémon's toughness as a battler.",
- "img": "https://www.serebii.net/pokemongo/pokemon/008.png",
- "size": {
- "height": "0.99 m",
- "weight": "22.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.034",
- "stats": {
- "base-attack": "126",
- "base-defense": "155",
- "base-stamina": "153",
- "max-cp": "1488",
- "max-hp": "132"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "aqua jet",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.6"
- },
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "squirtle candy",
- "next-evolution": [{
- "num": "009",
- "name": "blastoise",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "007",
- "name": "squirtle",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "009",
- "name": "blastoise",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Blastoise has water spouts that protrude from its shell. The water spouts are very accurate. They can shoot bullets of water with enough accuracy to strike empty cans from a distance of over 160 feet.",
- "img": "https://www.serebii.net/pokemongo/pokemon/009.png",
- "size": {
- "height": "1.60 m",
- "weight": "85.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": "0.0067",
- "stats": {
- "base-attack": "171",
- "base-defense": "207",
- "base-stamina": "188",
- "max-cp": "2466",
- "max-hp": "160"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "flash cannon",
- "type": "steel",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.7"
- },
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "squirtle candy",
- "prev-evolution": [{
- "num": "008",
- "name": "wartortle",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "007",
- "name": "squirtle",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "010",
- "name": "caterpie",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Caterpie has a voracious appetite. It can devour leaves bigger than its body right before your eyes. From its antenna, this Pokémon releases a terrifically strong odor.",
- "img": "https://www.serebii.net/pokemongo/pokemon/010.png",
- "size": {
- "height": "0.30 m",
- "weight": "2.9 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "3.032",
- "stats": {
- "base-attack": "55",
- "base-defense": "55",
- "base-stamina": "128",
- "max-cp": "437",
- "max-hp": "113"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "rock"
- ],
- "quick-move": [
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "struggle",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "caterpie candy",
- "next-evolution": [{
- "num": "011",
- "name": "metapod",
- "candy-cost": "12",
- "next-evolution": [{
- "num": "012",
- "name": "butterfree",
- "candy-cost": "50"
- }]
- }]
- }
- },
- {
- "num": "011",
- "name": "metapod",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "The shell covering this Pokémon's body is as hard as an iron slab. Metapod does not move very much. It stays still because it is preparing its soft innards for evolution inside the hard shell.",
- "img": "https://www.serebii.net/pokemongo/pokemon/011.png",
- "size": {
- "height": "0.71 m",
- "weight": "9.9 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "0.187",
- "stats": {
- "base-attack": "45",
- "base-defense": "80",
- "base-stamina": "137",
- "max-cp": "450",
- "max-hp": "120"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "rock"
- ],
- "quick-move": [
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "struggle",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "caterpie candy",
- "next-evolution": [{
- "num": "012",
- "name": "butterfree",
- "candy-cost": "50"
- }],
- "prev-evolution": [{
- "num": "010",
- "name": "caterpie",
- "candy-cost": "12"
- }]
- }
- },
- {
- "num": "012",
- "name": "butterfree",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Butterfree has a superior ability to search for delicious honey from flowers. It can even search out, extract, and carry honey from flowers that are blooming over six miles from its nest.",
- "img": "https://www.serebii.net/pokemongo/pokemon/012.png",
- "size": {
- "height": "1.09 m",
- "weight": "32.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.022",
- "stats": {
- "base-attack": "167",
- "base-defense": "137",
- "base-stamina": "155",
- "max-cp": "1827",
- "max-hp": "134"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "fire",
- "electric",
- "ice",
- "flying",
- "rock"
- ],
- "quick-move": [
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- },
- {
- "name": "struggle bug",
- "type": "bug",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "bug buzz",
- "type": "bug",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.7"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "signal beam",
- "type": "bug",
- "base-damage": "75",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "caterpie candy",
- "prev-evolution": [{
- "num": "011",
- "name": "metapod",
- "candy-cost": "50",
- "prev-evolution": [{
- "num": "010",
- "name": "caterpie",
- "candy-cost": "12"
- }]
- }]
- }
- },
- {
- "num": "013",
- "name": "weedle",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Weedle has an extremely acute sense of smell. It is capable of distinguishing its favorite kinds of leaves from those it dislikes just by sniffing with its big red proboscis (nose).",
- "img": "https://www.serebii.net/pokemongo/pokemon/013.png",
- "size": {
- "height": "0.30 m",
- "weight": "3.2 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "7.12",
- "stats": {
- "base-attack": "63",
- "base-defense": "50",
- "base-stamina": "120",
- "max-cp": "456",
- "max-hp": "106"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "struggle",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "weedle candy",
- "next-evolution": [{
- "num": "014",
- "name": "kakuna",
- "candy-cost": "12",
- "next-evolution": [{
- "num": "015",
- "name": "beedrill",
- "candy-cost": "50"
- }]
- }]
- }
- },
- {
- "num": "014",
- "name": "kakuna",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Kakuna remains virtually immobile as it clings to a tree. However, on the inside, it is extremely busy as it prepares for its coming evolution. This is evident from how hot the shell becomes to the touch.",
- "img": "https://www.serebii.net/pokemongo/pokemon/014.png",
- "size": {
- "height": "0.61 m",
- "weight": "10.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "0.44",
- "stats": {
- "base-attack": "46",
- "base-defense": "75",
- "base-stamina": "128",
- "max-cp": "432",
- "max-hp": "113"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "struggle",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "weedle candy",
- "next-evolution": [{
- "num": "015",
- "name": "beedrill",
- "candy-cost": "50"
- }],
- "prev-evolution": [{
- "num": "013",
- "name": "weedle",
- "candy-cost": "12"
- }]
- }
- },
- {
- "num": "015",
- "name": "beedrill",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Beedrill is extremely territorial. No one should ever approach its nest-this is for their own safety. If angered, they will attack in a furious swarm.",
- "img": "https://www.serebii.net/pokemongo/pokemon/015.png",
- "size": {
- "height": "0.99 m",
- "weight": "29.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.051",
- "stats": {
- "base-attack": "169",
- "base-defense": "130",
- "base-stamina": "163",
- "max-cp": "1846",
- "max-hp": "140"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "poison jab",
- "type": "poison",
- "base-damage": "10",
- "energy": "7",
- "move-duration-seg": "0.8"
- },
- {
- "name": "infestation",
- "type": "bug",
- "base-damage": "10",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "x scissor",
- "type": "water",
- "base-damage": "50",
- "energy": "-100",
- "move-duration-seg": "4.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "weedle candy",
- "prev-evolution": [{
- "num": "014",
- "name": "kakuna",
- "candy-cost": "50",
- "prev-evolution": [{
- "num": "013",
- "name": "weedle",
- "candy-cost": "12"
- }]
- }]
- }
- },
- {
- "num": "016",
- "name": "pidgey",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Pidgey has an extremely sharp sense of direction. It is capable of unerringly returning home to its nest, however far it may be removed from its familiar surroundings.",
- "img": "https://www.serebii.net/pokemongo/pokemon/016.png",
- "size": {
- "height": "0.30 m",
- "weight": "1.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "15.98",
- "stats": {
- "base-attack": "85",
- "base-defense": "73",
- "base-stamina": "120",
- "max-cp": "680",
- "max-hp": "106"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "twister",
- "type": "dragon",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.8"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "air cutter",
- "type": "flying",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "pidgey candy",
- "next-evolution": [{
- "num": "017",
- "name": "pidgeotto",
- "candy-cost": "12",
- "next-evolution": [{
- "num": "018",
- "name": "pidgeot",
- "candy-cost": "50"
- }]
- }]
- }
- },
- {
- "num": "017",
- "name": "pidgeotto",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Pidgeotto claims a large area as its own territory. This Pokémon flies around, patrolling its living space. If its territory is violated, it shows no mercy in thoroughly punishing the foe with its sharp claws.",
- "img": "https://www.serebii.net/pokemongo/pokemon/017.png",
- "size": {
- "height": "1.09 m",
- "weight": "30.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "1.02",
- "stats": {
- "base-attack": "117",
- "base-defense": "105",
- "base-stamina": "160",
- "max-cp": "1194",
- "max-hp": "138"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "wing attack",
- "type": "flying",
- "base-damage": "8",
- "energy": "9",
- "move-duration-seg": "0.8"
- },
- {
- "name": "steel wing",
- "type": "steel",
- "base-damage": "11",
- "energy": "6",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "twister",
- "type": "dragon",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.8"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "air cutter",
- "type": "flying",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "pidgey candy",
- "next-evolution": [{
- "num": "018",
- "name": "pidgeot",
- "candy-cost": "50"
- }],
- "prev-evolution": [{
- "num": "016",
- "name": "pidgey",
- "candy-cost": "12"
- }]
- }
- },
- {
- "num": "018",
- "name": "pidgeot",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "This Pokémon has a dazzling plumage of beautifullyglossy feathers. Many Trainers are captivated by thestriking beauty of the feathers on its head, compellingthem to choose Pidgeot as their Pokémon.",
- "img": "https://www.serebii.net/pokemongo/pokemon/018.png",
- "size": {
- "height": "1.50 m",
- "weight": "39.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.13",
- "stats": {
- "base-attack": "166",
- "base-defense": "154",
- "base-stamina": "195",
- "max-cp": "2129",
- "max-hp": "165"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "steel wing",
- "type": "steel",
- "base-damage": "11",
- "energy": "6",
- "move-duration-seg": "0.8"
- },
- {
- "name": "air slash",
- "type": "flying",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.2"
- },
- {
- "name": "wing attack",
- "type": "flying",
- "base-damage": "8",
- "energy": "9",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "hurricane",
- "type": "flying",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "2.7"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "brave bird",
- "type": "flying",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2"
- },
- {
- "name": "air cutter",
- "type": "flying",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "pidgey candy",
- "prev-evolution": [{
- "num": "017",
- "name": "pidgeotto",
- "candy-cost": "50",
- "prev-evolution": [{
- "num": "016",
- "name": "pidgey",
- "candy-cost": "12"
- }]
- }]
- }
- },
- {
- "num": "019",
- "name": "rattata",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Rattata is cautious in the extreme. Even while it is asleep, it constantly listens by moving its ears around. It is not picky about where it lives-it will make its nest anywhere.",
- "img": "https://www.serebii.net/pokemongo/pokemon/019.png",
- "size": {
- "height": "0.30 m",
- "weight": "3.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "13.05",
- "stats": {
- "base-attack": "103",
- "base-defense": "70",
- "base-stamina": "102",
- "max-cp": "734",
- "max-hp": "92"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "hyper fang",
- "type": "normal",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "rattata candy",
- "next-evolution": [{
- "num": "020",
- "name": "raticate",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "020",
- "name": "raticate",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Raticate's sturdy fangs grow steadily. To keep them ground down, it gnaws on rocks and logs. It may even chew on the walls of houses.",
- "img": "https://www.serebii.net/pokemongo/pokemon/020.png",
- "size": {
- "height": "0.71 m",
- "weight": "18.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.41",
- "stats": {
- "base-attack": "161",
- "base-defense": "139",
- "base-stamina": "146",
- "max-cp": "1730",
- "max-hp": "127"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "hyper fang",
- "type": "normal",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "rattata candy",
- "prev-evolution": [{
- "num": "019",
- "name": "rattata",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "021",
- "name": "spearow",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Spearow has a very loud cry that can be heard over half a mile away. If its high, keening cry is heard echoing all around, it is a sign that they are warning each other of danger.",
- "img": "https://www.serebii.net/pokemongo/pokemon/021.png",
- "size": {
- "height": "0.30 m",
- "weight": "2.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "4.73",
- "stats": {
- "base-attack": "112",
- "base-defense": "60",
- "base-stamina": "120",
- "max-cp": "798",
- "max-hp": "106"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "drill peck",
- "type": "flying",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "sky attack",
- "type": "flying",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- },
- {
- "name": "twister",
- "type": "dragon",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.8"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "spearow candy",
- "next-evolution": [{
- "num": "022",
- "name": "fearow",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "022",
- "name": "fearow",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Fearow is recognized by its long neck and elongated beak. They are conveniently shaped for catching prey in soil or water. It deftly moves its long and skinny beak to pluck prey.",
- "img": "https://www.serebii.net/pokemongo/pokemon/022.png",
- "size": {
- "height": "1.19 m",
- "weight": "38.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.15",
- "stats": {
- "base-attack": "182",
- "base-defense": "133",
- "base-stamina": "163",
- "max-cp": "1997",
- "max-hp": "140"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "steel wing",
- "type": "steel",
- "base-damage": "11",
- "energy": "6",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "drill run",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.8"
- },
- {
- "name": "sky attack",
- "type": "flying",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- },
- {
- "name": "twister",
- "type": "dragon",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.8"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "spearow candy",
- "prev-evolution": [{
- "num": "021",
- "name": "spearow",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "023",
- "name": "ekans",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Ekans curls itself up in a spiral while it rests. Assuming this position allows it to quickly respond to a threat from any direction with a glare from its upraised head.",
- "img": "https://www.serebii.net/pokemongo/pokemon/023.png",
- "size": {
- "height": "2.01 m",
- "weight": "6.9 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "2.27",
- "stats": {
- "base-attack": "110",
- "base-defense": "97",
- "base-stamina": "111",
- "max-cp": "927",
- "max-hp": "99"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "wrap",
- "type": "normal",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.9"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "poison fang",
- "type": "poison",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.7"
- },
- {
- "name": "gunk shot",
- "type": "poison",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "ekans candy",
- "next-evolution": [{
- "num": "024",
- "name": "arbok",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "024",
- "name": "arbok",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "This Pokémon is terrifically strong in order to constrict things with its body. It can even flatten steel oil drums. Once Arbok wraps its body around its foe, escaping its crunching embrace is impossible.",
- "img": "https://www.serebii.net/pokemongo/pokemon/024.png",
- "size": {
- "height": "3.51 m",
- "weight": "65.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.072",
- "stats": {
- "base-attack": "167",
- "base-defense": "153",
- "base-stamina": "155",
- "max-cp": "1921",
- "max-hp": "134"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "sludge wave",
- "type": "poison",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "3.2"
- },
- {
- "name": "gunk shot",
- "type": "poison",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "ekans candy",
- "prev-evolution": [{
- "num": "023",
- "name": "ekans",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "025",
- "name": "pikachu",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Whenever Pikachu comes across something new, it blasts it with a jolt of electricity. If you come across a blackened berry, it's evidence that this Pokémon mistook the intensity of its charge.",
- "img": "https://www.serebii.net/pokemongo/pokemon/025.png",
- "size": {
- "height": "0.41 m",
- "weight": "6.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.21",
- "stats": {
- "base-attack": "112",
- "base-defense": "96",
- "base-stamina": "111",
- "max-cp": "938",
- "max-hp": "99"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "wild charge",
- "type": "electric",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "thunder",
- "type": "electric",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "pikachu candy",
- "next-evolution": [{
- "num": "026",
- "name": "raichu",
- "candy-cost": "50"
- }],
- "prev-evolution": [{
- "num": "172",
- "name": "pichu",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "026",
- "name": "raichu",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "If the electrical sacs become excessively charged, Raichu plants its tail in the ground and discharges. Scorched patches of ground will be found near this Pokémon's nest.",
- "img": "https://www.serebii.net/pokemongo/pokemon/026.png",
- "size": {
- "height": "0.79 m",
- "weight": "30.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.0076",
- "stats": {
- "base-attack": "193",
- "base-defense": "151",
- "base-stamina": "155",
- "max-cp": "2182",
- "max-hp": "134"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "spark",
- "type": "electric",
- "base-damage": "6",
- "energy": "9",
- "move-duration-seg": "0.7"
- },
- {
- "name": "volt switch",
- "type": "electric",
- "base-damage": "20",
- "energy": "25",
- "move-duration-seg": "2.3"
- },
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "thunder punch",
- "type": "electric",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.8"
- },
- {
- "name": "wild charge",
- "type": "electric",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "thunder",
- "type": "electric",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "pikachu candy",
- "prev-evolution": [{
- "num": "025",
- "name": "pikachu",
- "candy-cost": "50",
- "prev-evolution": [{
- "num": "172",
- "name": "pichu",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "027",
- "name": "sandshrew",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Sandshrew's body is configured to absorb water without waste, enabling it to survive in an arid desert. This Pokémon curls up to protect itself from its enemies.",
- "img": "https://www.serebii.net/pokemongo/pokemon/027.png",
- "size": {
- "height": "0.61 m",
- "weight": "12.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "1.11",
- "stats": {
- "base-attack": "126",
- "base-defense": "120",
- "base-stamina": "137",
- "max-cp": "1261",
- "max-hp": "120"
- },
- "resistant": [
- "electric",
- "poison",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice"
- ],
- "quick-move": [
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "sand tomb",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "4"
- },
- {
- "name": "rock tomb",
- "type": "rock",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "sandshrew candy",
- "next-evolution": [{
- "num": "028",
- "name": "sandslash",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "028",
- "name": "sandslash",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Sandslash's body is covered by tough spikes, which are hardened sections of its hide. Once a year, the old spikes fall out, to be replaced with new spikes that grow out from beneath the old ones.",
- "img": "https://www.serebii.net/pokemongo/pokemon/028.png",
- "size": {
- "height": "0.99 m",
- "weight": "29.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.037",
- "stats": {
- "base-attack": "182",
- "base-defense": "175",
- "base-stamina": "181",
- "max-cp": "2374",
- "max-hp": "154"
- },
- "resistant": [
- "electric",
- "poison",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice"
- ],
- "quick-move": [
- {
- "name": "metal claw",
- "type": "steel",
- "base-damage": "8",
- "energy": "7",
- "move-duration-seg": "0.7"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "rock tomb",
- "type": "rock",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "bulldoze",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "sandshrew candy",
- "prev-evolution": [{
- "num": "027",
- "name": "sandshrew",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "029",
- "name": "nidoran ♀ (female)",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Nidoran ♀ has barbs that secrete a powerful poison. They are thought to have developed as protection for this small-bodied Pokémon. When enraged, it releases a horrible toxin from its horn.",
- "img": "https://www.serebii.net/pokemongo/pokemon/029.png",
- "size": {
- "height": "0.41 m",
- "weight": "7.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "1.38",
- "stats": {
- "base-attack": "86",
- "base-defense": "89",
- "base-stamina": "146",
- "max-cp": "816",
- "max-hp": "127"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "poison fang",
- "type": "poison",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.7"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "nidoran ♀ (female) candy",
- "next-evolution": [{
- "num": "030",
- "name": "nidorina",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "031",
- "name": "nidoqueen",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "030",
- "name": "nidorina",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "When Nidorina are with their friends or family, they keep their barbs tucked away to prevent hurting each other. This Pokémon appears to become nervous if separated from the others.",
- "img": "https://www.serebii.net/pokemongo/pokemon/030.png",
- "size": {
- "height": "0.79 m",
- "weight": "20.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "0.088",
- "stats": {
- "base-attack": "117",
- "base-defense": "120",
- "base-stamina": "172",
- "max-cp": "1309",
- "max-hp": "147"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "poison fang",
- "type": "poison",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.7"
- },
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "nidoran ♀ (female) candy",
- "next-evolution": [{
- "num": "031",
- "name": "nidoqueen",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "029",
- "name": "nidoran ♀ (female)",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "031",
- "name": "nidoqueen",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Nidoqueen's body is encased in extremely hard scales. It is adept at sending foes flying with harsh tackles. This Pokémon is at its strongest when it is defending its young.",
- "img": "https://www.serebii.net/pokemongo/pokemon/031.png",
- "size": {
- "height": "1.30 m",
- "weight": "60.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.012",
- "stats": {
- "base-attack": "180",
- "base-defense": "173",
- "base-stamina": "207",
- "max-cp": "2488",
- "max-hp": "175"
- },
- "resistant": [
- "electric",
- "fighting",
- "poison",
- "bug",
- "rock"
- ],
- "weaknesses": [
- "water",
- "ice",
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "poison jab",
- "type": "poison",
- "base-damage": "10",
- "energy": "7",
- "move-duration-seg": "0.8"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "sludge wave",
- "type": "poison",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "3.2"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "nidoran ♀ (female) candy",
- "prev-evolution": [{
- "num": "030",
- "name": "nidorina",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "029",
- "name": "nidoran ♀ (female)",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "032",
- "name": "nidoran ♂ (male)",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Nidoran ♂ (Male) has developed muscles for moving its ears. Thanks to them, the ears can be freely moved in any direction. Even the slightest sound does not escape this Pokémon's notice.",
- "img": "https://www.serebii.net/pokemongo/pokemon/032.png",
- "size": {
- "height": "0.51 m",
- "weight": "9.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "1.31",
- "stats": {
- "base-attack": "105",
- "base-defense": "76",
- "base-stamina": "130",
- "max-cp": "860",
- "max-hp": "114"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "horn attack",
- "type": "normal",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.85"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "nidoran ♂ (male) candy",
- "next-evolution": [{
- "num": "033",
- "name": "nidorino",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "034",
- "name": "nidoking",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "033",
- "name": "nidorino",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Nidorino has a horn that is harder than a diamond. If it senses a hostile presence, all the barbs on its back bristle up at once, and it challenges the foe with all its might.",
- "img": "https://www.serebii.net/pokemongo/pokemon/033.png",
- "size": {
- "height": "0.89 m",
- "weight": "19.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "0.083",
- "stats": {
- "base-attack": "137",
- "base-defense": "111",
- "base-stamina": "156",
- "max-cp": "1393",
- "max-hp": "135"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "poison jab",
- "type": "poison",
- "base-damage": "10",
- "energy": "7",
- "move-duration-seg": "0.8"
- },
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "horn attack",
- "type": "normal",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.85"
- },
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "nidoran ♂ (male) candy",
- "next-evolution": [{
- "num": "034",
- "name": "nidoking",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "032",
- "name": "nidoran ♂ (male)",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "034",
- "name": "nidoking",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Nidoking's thick tail packs enormously destructive power. With one swing, it can topple a metal transmission tower. Once this Pokémon goes on a rampage, there is no stopping it.",
- "img": "https://www.serebii.net/pokemongo/pokemon/034.png",
- "size": {
- "height": "1.40 m",
- "weight": "62.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.017",
- "stats": {
- "base-attack": "204",
- "base-defense": "156",
- "base-stamina": "191",
- "max-cp": "2567",
- "max-hp": "162"
- },
- "resistant": [
- "electric",
- "fighting",
- "poison",
- "bug",
- "rock"
- ],
- "weaknesses": [
- "water",
- "ice",
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "poison jab",
- "type": "poison",
- "base-damage": "10",
- "energy": "7",
- "move-duration-seg": "0.8"
- },
- {
- "name": "iron tail",
- "type": "steel",
- "base-damage": "15",
- "energy": "7",
- "move-duration-seg": "1.1"
- },
- {
- "name": "fury cutter",
- "type": "bug",
- "base-damage": "3",
- "energy": "6",
- "move-duration-seg": "0.4"
- }
- ],
- "special-attack": [
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "sludge wave",
- "type": "poison",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "3.2"
- },
- {
- "name": "megahorn",
- "type": "bug",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "nidoran ♂ (male) candy",
- "prev-evolution": [{
- "num": "033",
- "name": "nidorino",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "032",
- "name": "nidoran ♂ (male)",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "035",
- "name": "clefairy",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "On every night of a full moon, groups of this Pokémon come out to play. When dawn arrives, the tired Clefairy return to their quiet mountain retreats and go to sleep nestled up against each other.",
- "img": "https://www.serebii.net/pokemongo/pokemon/035.png",
- "size": {
- "height": "0.61 m",
- "weight": "7.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": "0.92",
- "stats": {
- "base-attack": "107",
- "base-defense": "108",
- "base-stamina": "172",
- "max-cp": "1155",
- "max-hp": "147"
- },
- "resistant": [
- "fighting",
- "bug",
- "dragon",
- "dark"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "disarming voice",
- "type": "fairy",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.9"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "moonblast",
- "type": "fairy",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.9"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "clefairy candy",
- "next-evolution": [{
- "num": "036",
- "name": "clefable",
- "candy-cost": "50"
- }],
- "prev-evolution": [{
- "num": "173",
- "name": "cleffa",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "036",
- "name": "clefable",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Clefable moves by skipping lightly as if it were flying using its wings. Its bouncy step even lets it walk on water. It is known to take strolls on lakes on quiet, moonlit nights.",
- "img": "https://www.serebii.net/pokemongo/pokemon/036.png",
- "size": {
- "height": "1.30 m",
- "weight": "40.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.012",
- "stats": {
- "base-attack": "178",
- "base-defense": "162",
- "base-stamina": "216",
- "max-cp": "2437",
- "max-hp": "182"
- },
- "resistant": [
- "fighting",
- "bug",
- "dragon",
- "dark"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- },
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- },
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "moonblast",
- "type": "fairy",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "clefairy candy",
- "prev-evolution": [{
- "num": "035",
- "name": "clefairy",
- "candy-cost": "50",
- "prev-evolution": [{
- "num": "173",
- "name": "cleffa",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "037",
- "name": "vulpix",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "At the time of its birth, Vulpix has one white tail. The tail separates into six if this Pokémon receives plenty of love from its trainer. The six tails become magnificently curled.",
- "img": "https://www.serebii.net/pokemongo/pokemon/037.png",
- "size": {
- "height": "0.61 m",
- "weight": "9.9 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": "0.22",
- "stats": {
- "base-attack": "96",
- "base-defense": "109",
- "base-stamina": "116",
- "max-cp": "883",
- "max-hp": "103"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- }
- ],
- "special-attack": [
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- },
- {
- "name": "flame charge",
- "type": "fire",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.8"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "vulpix candy",
- "next-evolution": [{
- "num": "038",
- "name": "ninetales",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "038",
- "name": "ninetales",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Ninetales casts a sinister light from its bright red eyes to gain total control over its foe's mind. This Pokémon is said to live for one thousand years.",
- "img": "https://www.serebii.net/pokemongo/pokemon/038.png",
- "size": {
- "height": "1.09 m",
- "weight": "19.9 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.0077",
- "stats": {
- "base-attack": "169",
- "base-defense": "190",
- "base-stamina": "177",
- "max-cp": "2279",
- "max-hp": "151"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- },
- {
- "name": "fire spin",
- "type": "fire",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.1"
- },
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- }
- ],
- "special-attack": [
- {
- "name": "heat wave",
- "type": "fire",
- "base-damage": "95",
- "energy": "-100",
- "move-duration-seg": "3"
- },
- {
- "name": "overheat",
- "type": "fire",
- "base-damage": "160",
- "energy": "-100",
- "move-duration-seg": "4"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- },
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "vulpix candy",
- "prev-evolution": [{
- "num": "037",
- "name": "vulpix",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "039",
- "name": "jigglypuff",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Jigglypuff's vocal cords can freely adjust the wavelength of its voice. This Pokémon uses this ability to sing at precisely the right wavelength to make its foes most drowsy.",
- "img": "https://www.serebii.net/pokemongo/pokemon/039.png",
- "size": {
- "height": "0.51 m",
- "weight": "5.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.39",
- "stats": {
- "base-attack": "80",
- "base-defense": "41",
- "base-stamina": "251",
- "max-cp": "724",
- "max-hp": "210"
- },
- "resistant": [
- "bug",
- "ghost",
- "dragon",
- "dark"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "disarming voice",
- "type": "fairy",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.9"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "gyro ball",
- "type": "steel",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "play rough",
- "type": "fairy",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "jigglypuff candy",
- "next-evolution": [{
- "num": "040",
- "name": "wigglytuff",
- "candy-cost": "50"
- }],
- "prev-evolution": [{
- "num": "174",
- "name": "igglybuff",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "040",
- "name": "wigglytuff",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Wigglytuff has large, saucerlike eyes. The surfaces of its eyes are always covered with a thin layer of tears. If any dust gets in this Pokémon's eyes, it is quickly washed away.",
- "img": "https://www.serebii.net/pokemongo/pokemon/040.png",
- "size": {
- "height": "0.99 m",
- "weight": "12.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.018",
- "stats": {
- "base-attack": "156",
- "base-defense": "90",
- "base-stamina": "295",
- "max-cp": "1926",
- "max-hp": "244"
- },
- "resistant": [
- "bug",
- "ghost",
- "dragon",
- "dark"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "play rough",
- "type": "fairy",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "jigglypuff candy",
- "prev-evolution": [{
- "num": "039",
- "name": "jigglypuff",
- "candy-cost": "50",
- "prev-evolution": [{
- "num": "174",
- "name": "igglybuff",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "041",
- "name": "zubat",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Zubat remains quietly unmoving in a dark spot during the bright daylight hours. It does so because prolonged exposure to the sun causes its body to become slightly burned.",
- "img": "https://www.serebii.net/pokemongo/pokemon/041.png",
- "size": {
- "height": "0.79 m",
- "weight": "7.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "6.52",
- "stats": {
- "base-attack": "83",
- "base-defense": "73",
- "base-stamina": "120",
- "max-cp": "667",
- "max-hp": "106"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "poison fang",
- "type": "poison",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.7"
- },
- {
- "name": "air cutter",
- "type": "flying",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "swift",
- "type": "normal",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.8"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "zubat candy",
- "next-evolution": [{
- "num": "042",
- "name": "golbat",
- "candy-cost": "50",
- "next-evolution": [{
- "num": "169",
- "name": "crobat",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "042",
- "name": "golbat",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Golbat loves to drink the blood of living things. It is particularly active in the pitch black of night. This Pokémon flits around in the night skies, seeking fresh blood.",
- "img": "https://www.serebii.net/pokemongo/pokemon/042.png",
- "size": {
- "height": "1.60 m",
- "weight": "55.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.42",
- "stats": {
- "base-attack": "161",
- "base-defense": "150",
- "base-stamina": "181",
- "max-cp": "1976",
- "max-hp": "154"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "wing attack",
- "type": "flying",
- "base-damage": "8",
- "energy": "9",
- "move-duration-seg": "0.8"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "poison fang",
- "type": "poison",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.7"
- },
- {
- "name": "air cutter",
- "type": "flying",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "ominous wind",
- "type": "ghost",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "zubat candy",
- "next-evolution": [{
- "num": "169",
- "name": "crobat"
- }],
- "prev-evolution": [{
- "num": "041",
- "name": "zubat",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "043",
- "name": "oddish",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "During the daytime, Oddish buries itself in soil to absorb nutrients from the ground using its entire body. The more fertile the soil, the glossier its leaves become.",
- "img": "https://www.serebii.net/pokemongo/pokemon/043.png",
- "size": {
- "height": "0.51 m",
- "weight": "5.4 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.6"
- },
- "spawn-chance": "1.02",
- "stats": {
- "base-attack": "131",
- "base-defense": "112",
- "base-stamina": "128",
- "max-cp": "1228",
- "max-hp": "113"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "flying",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "seed bomb",
- "type": "grass",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "moonblast",
- "type": "fairy",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "oddish candy",
- "next-evolution": [{
- "num": "044",
- "name": "gloom",
- "candy-cost": "25",
- "next-evolution": [
- {
- "num": "045",
- "name": "vileplume",
- "candy-cost": "100"
- },
- {
- "num": "182",
- "name": "bellossom",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sun stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sun-stone.png"
- }
- }
- ]
- }]
- }
- },
- {
- "num": "044",
- "name": "gloom",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Gloom releases a foul fragrance from the pistil of its flower. When faced with danger, the stench worsens. If this Pokémon is feeling calm and secure, it does not release its usual stinky aroma.",
- "img": "https://www.serebii.net/pokemongo/pokemon/044.png",
- "size": {
- "height": "0.79 m",
- "weight": "8.6 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": "0.064",
- "stats": {
- "base-attack": "153",
- "base-defense": "136",
- "base-stamina": "155",
- "max-cp": "1681",
- "max-hp": "134"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "flying",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "petal blizzard",
- "type": "grass",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "2.6"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "moonblast",
- "type": "fairy",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "oddish candy",
- "next-evolution": [
- {
- "num": "045",
- "name": "vileplume",
- "candy-cost": "100"
- },
- {
- "num": "182",
- "name": "bellossom",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sun stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sun-stone.png"
- }
- }
- ],
- "prev-evolution": [{
- "num": "043",
- "name": "oddish",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "045",
- "name": "vileplume",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Vileplume's toxic pollen triggers atrocious allergy attacks. That's why it is advisable never to approach any attractive flowers in a jungle, however pretty they may be.",
- "img": "https://www.serebii.net/pokemongo/pokemon/045.png",
- "size": {
- "height": "1.19 m",
- "weight": "18.6 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": "0.0097",
- "stats": {
- "base-attack": "202",
- "base-defense": "167",
- "base-stamina": "181",
- "max-cp": "2559",
- "max-hp": "154"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "flying",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "petal blizzard",
- "type": "grass",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "2.6"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- },
- {
- "name": "moonblast",
- "type": "fairy",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "oddish candy",
- "prev-evolution": [{
- "num": "044",
- "name": "gloom",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "043",
- "name": "oddish",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "046",
- "name": "paras",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Paras has parasitic mushrooms growing on its back called tochukaso. They grow large by drawing nutrients from this Bug Pokémon host. They are highly valued as a medicine for extending life.",
- "img": "https://www.serebii.net/pokemongo/pokemon/046.png",
- "size": {
- "height": "0.30 m",
- "weight": "5.4 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "2.36",
- "stats": {
- "base-attack": "121",
- "base-defense": "99",
- "base-stamina": "111",
- "max-cp": "1018",
- "max-hp": "99"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying",
- "bug",
- "rock"
- ],
- "quick-move": [
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "cross poison",
- "type": "poison",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.5"
- },
- {
- "name": "x scissor",
- "type": "water",
- "base-damage": "50",
- "energy": "-100",
- "move-duration-seg": "4.7"
- },
- {
- "name": "seed bomb",
- "type": "grass",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.1"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "paras candy",
- "next-evolution": [{
- "num": "047",
- "name": "parasect",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "047",
- "name": "parasect",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Parasect is known to infest large trees en masse and drain nutrients from the lower trunk and roots. When an infested tree dies, they move onto another tree all at once.",
- "img": "https://www.serebii.net/pokemongo/pokemon/047.png",
- "size": {
- "height": "0.99 m",
- "weight": "29.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.074",
- "stats": {
- "base-attack": "165",
- "base-defense": "146",
- "base-stamina": "155",
- "max-cp": "1859",
- "max-hp": "134"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying",
- "bug",
- "rock"
- ],
- "quick-move": [
- {
- "name": "fury cutter",
- "type": "bug",
- "base-damage": "3",
- "energy": "6",
- "move-duration-seg": "0.4"
- },
- {
- "name": "struggle bug",
- "type": "bug",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "cross poison",
- "type": "poison",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.5"
- },
- {
- "name": "x scissor",
- "type": "water",
- "base-damage": "50",
- "energy": "-100",
- "move-duration-seg": "4.7"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "paras candy",
- "prev-evolution": [{
- "num": "046",
- "name": "paras",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "048",
- "name": "venonat",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Venonat is said to have evolved with a coat of thin, stiff hair that covers its entire body for protection. It possesses large eyes that never fail to spot even miniscule prey.",
- "img": "https://www.serebii.net/pokemongo/pokemon/048.png",
- "size": {
- "height": "0.99 m",
- "weight": "30.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "2.28",
- "stats": {
- "base-attack": "100",
- "base-defense": "100",
- "base-stamina": "155",
- "max-cp": "1004",
- "max-hp": "134"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "psybeam",
- "type": "psychic",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "poison fang",
- "type": "poison",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.7"
- },
- {
- "name": "signal beam",
- "type": "bug",
- "base-damage": "75",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "venonat candy",
- "next-evolution": [{
- "num": "049",
- "name": "venomoth",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "049",
- "name": "venomoth",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Venomoth is nocturnal-it is a Pokémon that only becomes active at night. Its favorite prey are small insects that gather around streetlights, attracted by the light in the darkness.",
- "img": "https://www.serebii.net/pokemongo/pokemon/049.png",
- "size": {
- "height": "1.50 m",
- "weight": "12.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.072",
- "stats": {
- "base-attack": "179",
- "base-defense": "143",
- "base-stamina": "172",
- "max-cp": "2082",
- "max-hp": "147"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- },
- {
- "name": "infestation",
- "type": "bug",
- "base-damage": "10",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "bug buzz",
- "type": "bug",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.7"
- },
- {
- "name": "silver wind",
- "type": "bug",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.7"
- },
- {
- "name": "poison fang",
- "type": "poison",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "venonat candy",
- "prev-evolution": [{
- "num": "048",
- "name": "venonat",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "050",
- "name": "diglett",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Diglett are raised in most farms. The reason is simple-wherever this Pokémon burrows, the soil is left perfectly tilled for planting crops. This soil is made ideal for growing delicious vegetables.",
- "img": "https://www.serebii.net/pokemongo/pokemon/050.png",
- "size": {
- "height": "0.20 m",
- "weight": "0.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.4",
- "stats": {
- "base-attack": "109",
- "base-defense": "78",
- "base-stamina": "67",
- "max-cp": "676",
- "max-hp": "64"
- },
- "resistant": [
- "electric",
- "poison",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice"
- ],
- "quick-move": [
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "mud bomb",
- "type": "ground",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "rock tomb",
- "type": "rock",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "diglett candy",
- "next-evolution": [{
- "num": "051",
- "name": "dugtrio",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "051",
- "name": "dugtrio",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Dugtrio are actually triplets that emerged from one body. As a result, each triplet thinks exactly like the other two triplets. They work cooperatively to burrow endlessly.",
- "img": "https://www.serebii.net/pokemongo/pokemon/051.png",
- "size": {
- "height": "0.71 m",
- "weight": "33.3 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.014",
- "stats": {
- "base-attack": "167",
- "base-defense": "134",
- "base-stamina": "111",
- "max-cp": "1557",
- "max-hp": "99"
- },
- "resistant": [
- "electric",
- "poison",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice"
- ],
- "quick-move": [
- {
- "name": "sucker punch",
- "type": "dark",
- "base-damage": "7",
- "energy": "8",
- "move-duration-seg": "0.7"
- },
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "mud bomb",
- "type": "ground",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "dugtrio",
- "prev-evolution": [{
- "num": "050",
- "name": "diglett",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "052",
- "name": "meowth",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Meowth withdraws its sharp claws into its paws to slinkily sneak about without making any incriminating footsteps. For some reason, this Pokémon loves shiny coins that glitter with light.",
- "img": "https://www.serebii.net/pokemongo/pokemon/052.png",
- "size": {
- "height": "0.41 m",
- "weight": "4.2 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.86",
- "stats": {
- "base-attack": "92",
- "base-defense": "78",
- "base-stamina": "120",
- "max-cp": "748",
- "max-hp": "106"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "night slash",
- "type": "dark",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.2"
- },
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "foul play",
- "type": "dark",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "meowth candy",
- "next-evolution": [{
- "num": "053",
- "name": "persian",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "053",
- "name": "persian",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Persian has six bold whiskers that give it a look of toughness. The whiskers sense air movements to determine what is in the Pokémon's surrounding vicinity. It becomes docile if grabbed by the whiskers.",
- "img": "https://www.serebii.net/pokemongo/pokemon/053.png",
- "size": {
- "height": "0.99 m",
- "weight": "32.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.022",
- "stats": {
- "base-attack": "150",
- "base-defense": "136",
- "base-stamina": "163",
- "max-cp": "1689",
- "max-hp": "140"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "power gem",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "play rough",
- "type": "fairy",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "foul play",
- "type": "dark",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- },
- {
- "name": "night slash",
- "type": "dark",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "meowth candy",
- "prev-evolution": [{
- "num": "052",
- "name": "meowth",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "054",
- "name": "psyduck",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Psyduck uses a mysterious power. When it does so, this Pokémon generates brain waves that are supposedly only seen in sleepers. This discovery spurred controversy among scholars.",
- "img": "https://www.serebii.net/pokemongo/pokemon/054.png",
- "size": {
- "height": "0.79 m",
- "weight": "19.6 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "2.54",
- "stats": {
- "base-attack": "122",
- "base-defense": "95",
- "base-stamina": "137",
- "max-cp": "1106",
- "max-hp": "120"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "psybeam",
- "type": "psychic",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "aqua tail",
- "type": "water",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "cross chop",
- "type": "fight",
- "base-damage": "50",
- "energy": "-50",
- "move-duration-seg": "1.5"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "psyduck candy",
- "next-evolution": [{
- "num": "055",
- "name": "golduck",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "055",
- "name": "golduck",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "The webbed flippers on its forelegs and hind legs and the streamlined body of Golduck give it frightening speed. The Pokémon is definitely much faster than even the most athletic swimmer.",
- "img": "https://www.serebii.net/pokemongo/pokemon/055.png",
- "size": {
- "height": "1.70 m",
- "weight": "76.6 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.087",
- "stats": {
- "base-attack": "191",
- "base-defense": "162",
- "base-stamina": "190",
- "max-cp": "2450",
- "max-hp": "162"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "psyduck candy",
- "prev-evolution": [{
- "num": "054",
- "name": "psyduck",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "056",
- "name": "mankey",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "When Mankey starts shaking and its nasal breathing turns rough, it's a sure sign that it is becoming angry. However, because it goes into a towering rage almost instantly, it is impossible for anyone to flee its wrath.",
- "img": "https://www.serebii.net/pokemongo/pokemon/056.png",
- "size": {
- "height": "0.51 m",
- "weight": "28.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.92",
- "stats": {
- "base-attack": "148",
- "base-defense": "82",
- "base-stamina": "120",
- "max-cp": "1164",
- "max-hp": "106"
- },
- "resistant": [
- "bug",
- "rock",
- "dark"
- ],
- "weaknesses": [
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "karate chop",
- "type": "fight",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "cross chop",
- "type": "fight",
- "base-damage": "50",
- "energy": "-50",
- "move-duration-seg": "1.5"
- },
- {
- "name": "low sweep",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "mankey candy",
- "next-evolution": [{
- "num": "057",
- "name": "primeape",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "057",
- "name": "primeape",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "When Primeape becomes furious, its blood circulation is boosted. In turn, its muscles are made even stronger. However, it also becomes much less intelligent at the same time.",
- "img": "https://www.serebii.net/pokemongo/pokemon/057.png",
- "size": {
- "height": "0.99 m",
- "weight": "32.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.031",
- "stats": {
- "base-attack": "207",
- "base-defense": "138",
- "base-stamina": "163",
- "max-cp": "2288",
- "max-hp": "140"
- },
- "resistant": [
- "bug",
- "rock",
- "dark"
- ],
- "weaknesses": [
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "low kick",
- "type": "fight",
- "base-damage": "6",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "counter",
- "type": "fight",
- "base-damage": "12",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "karate chop",
- "type": "fight",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "low sweep",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "night slash",
- "type": "dark",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.2"
- },
- {
- "name": "close combat",
- "type": "fight",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "cross chop",
- "type": "fight",
- "base-damage": "50",
- "energy": "-50",
- "move-duration-seg": "1.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "mankey candy",
- "prev-evolution": [{
- "num": "056",
- "name": "mankey",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "058",
- "name": "growlithe",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Growlithe has a superb sense of smell. Once it smells anything, this Pokémon won't forget the scent, no matter what. It uses its advanced olfactory sense to determine the emotions of other living things.",
- "img": "https://www.serebii.net/pokemongo/pokemon/058.png",
- "size": {
- "height": "0.71 m",
- "weight": "19.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": "0.92",
- "stats": {
- "base-attack": "136",
- "base-defense": "93",
- "base-stamina": "146",
- "max-cp": "1243",
- "max-hp": "127"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "flame wheel",
- "type": "fire",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "growlithe candy",
- "next-evolution": [{
- "num": "059",
- "name": "arcanine",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "059",
- "name": "arcanine",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Arcanine is known for its high speed. It is said to be capable of running over 6,200 miles in a single day and night. The fire that blazes wildly within this Pokémon's body is its source of power.",
- "img": "https://www.serebii.net/pokemongo/pokemon/059.png",
- "size": {
- "height": "1.91 m",
- "weight": "155.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.017",
- "stats": {
- "base-attack": "227",
- "base-defense": "166",
- "base-stamina": "207",
- "max-cp": "3029",
- "max-hp": "175"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "fire fang",
- "type": "fire",
- "base-damage": "11",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "snarl",
- "type": "dark",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "wild charge",
- "type": "electric",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "bulldoze",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "growlithe candy",
- "prev-evolution": [{
- "num": "058",
- "name": "growlithe",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "060",
- "name": "poliwag",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Poliwag has a very thin skin. It is possible to see the Pokémon's spiral innards right through the skin. Despite its thinness, however, the skin is also very flexible. Even sharp fangs bounce right off it.",
- "img": "https://www.serebii.net/pokemongo/pokemon/060.png",
- "size": {
- "height": "0.61 m",
- "weight": "12.4 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "2.19",
- "stats": {
- "base-attack": "101",
- "base-defense": "82",
- "base-stamina": "120",
- "max-cp": "829",
- "max-hp": "106"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "mud bomb",
- "type": "ground",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "poliwag candy",
- "next-evolution": [{
- "num": "061",
- "name": "poliwhirl",
- "candy-cost": "25",
- "next-evolution": [
- {
- "num": "062",
- "name": "poliwrath",
- "candy-cost": "100"
- },
- {
- "num": "186",
- "name": "politoed",
- "candy-cost": "100",
- "evolution-item": {
- "name": "kings rock",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/kings-rock.png"
- }
- }
- ]
- }]
- }
- },
- {
- "num": "061",
- "name": "poliwhirl",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "The surface of Poliwhirl's body is always wet and slick with an oily fluid. Because of this greasy covering, it can easily slip and slide out of the clutches of any enemy in battle.",
- "img": "https://www.serebii.net/pokemongo/pokemon/061.png",
- "size": {
- "height": "0.99 m",
- "weight": "20.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "0.13",
- "stats": {
- "base-attack": "130",
- "base-defense": "123",
- "base-stamina": "163",
- "max-cp": "1419",
- "max-hp": "140"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "mud bomb",
- "type": "ground",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "scald",
- "type": "water",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "poliwag candy",
- "next-evolution": [
- {
- "num": "062",
- "name": "poliwrath",
- "candy-cost": "100"
- },
- {
- "num": "186",
- "name": "politoed",
- "candy-cost": "100",
- "evolution-item": {
- "name": "kings rock",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/kings-rock.png"
- }
- }
- ],
- "prev-evolution": [{
- "num": "060",
- "name": "poliwag",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "062",
- "name": "poliwrath",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Poliwrath's highly developed, brawny muscles never grow fatigued, however much it exercises. It is so tirelessly strong, this Pokémon can swim back and forth across the ocean without effort.",
- "img": "https://www.serebii.net/pokemongo/pokemon/062.png",
- "size": {
- "height": "1.30 m",
- "weight": "54.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.011",
- "stats": {
- "base-attack": "182",
- "base-defense": "184",
- "base-stamina": "207",
- "max-cp": "2586",
- "max-hp": "175"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "bug",
- "rock"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "ice punch",
- "type": "ice",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "dynamic punch",
- "type": "fight",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "submission",
- "type": "fight",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "poliwag candy",
- "prev-evolution": [{
- "num": "061",
- "name": "poliwhirl",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "060",
- "name": "poliwag",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "063",
- "name": "abra",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Abra sleeps for eighteen hours a day. However, it can sense the presence of foes even while it is sleeping. In such a situation, this Pokémon immediately teleports to safety.",
- "img": "https://www.serebii.net/pokemongo/pokemon/063.png",
- "size": {
- "height": "0.89 m",
- "weight": "19.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.99",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.42",
- "stats": {
- "base-attack": "195",
- "base-defense": "82",
- "base-stamina": "93",
- "max-cp": "1342",
- "max-hp": "85"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- },
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "psyshock",
- "type": "psychic",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.7"
- },
- {
- "name": "signal beam",
- "type": "bug",
- "base-damage": "75",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "abra candy",
- "next-evolution": [{
- "num": "064",
- "name": "kadabra",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "065",
- "name": "alakazam",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "064",
- "name": "kadabra",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Kadabra emits a peculiar alpha wave if it develops a headache. Only those people with a particularly strong psyche can hope to become a trainer of this Pokémon.",
- "img": "https://www.serebii.net/pokemongo/pokemon/064.png",
- "size": {
- "height": "1.30 m",
- "weight": "56.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "0.027",
- "stats": {
- "base-attack": "232",
- "base-defense": "117",
- "base-stamina": "120",
- "max-cp": "2059",
- "max-hp": "106"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "psycho cut",
- "type": "psychic",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "psybeam",
- "type": "psychic",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "abra candy",
- "next-evolution": [{
- "num": "065",
- "name": "alakazam",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "063",
- "name": "abra",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "065",
- "name": "alakazam",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Alakazam's brain continually grows, making its head far too heavy to support with its neck. This Pokémon holds its head up using its psychokinetic power instead.",
- "img": "https://www.serebii.net/pokemongo/pokemon/065.png",
- "size": {
- "height": "1.50 m",
- "weight": "48.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.0073",
- "stats": {
- "base-attack": "271",
- "base-defense": "167",
- "base-stamina": "146",
- "max-cp": "3057",
- "max-hp": "127"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "psycho cut",
- "type": "psychic",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "futuresight",
- "type": "psychic",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "2.7"
- },
- {
- "name": "focus blast",
- "type": "fight",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.5"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "abra candy",
- "prev-evolution": [{
- "num": "064",
- "name": "kadabra",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "063",
- "name": "abra",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "066",
- "name": "machop",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Machop's muscles are special-they never get sore no matter how much they are used in exercise. This Pokémon has sufficient power to hurl a hundred adult humans.",
- "img": "https://www.serebii.net/pokemongo/pokemon/066.png",
- "size": {
- "height": "0.79 m",
- "weight": "19.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.49",
- "stats": {
- "base-attack": "137",
- "base-defense": "82",
- "base-stamina": "172",
- "max-cp": "1278",
- "max-hp": "147"
- },
- "resistant": [
- "bug",
- "rock",
- "dark"
- ],
- "weaknesses": [
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "karate chop",
- "type": "fight",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- },
- {
- "name": "low kick",
- "type": "fight",
- "base-damage": "6",
- "energy": "6",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "low sweep",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "cross chop",
- "type": "fight",
- "base-damage": "50",
- "energy": "-50",
- "move-duration-seg": "1.5"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "machop candy",
- "next-evolution": [{
- "num": "067",
- "name": "machoke",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "068",
- "name": "machamp",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "067",
- "name": "machoke",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Machoke's thoroughly toned muscles possess the hardness of steel. This Pokémon has so much strength, it can easily hold aloft a sumo wrestler on just one finger.",
- "img": "https://www.serebii.net/pokemongo/pokemon/067.png",
- "size": {
- "height": "1.50 m",
- "weight": "70.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "0.034",
- "stats": {
- "base-attack": "177",
- "base-defense": "125",
- "base-stamina": "190",
- "max-cp": "2031",
- "max-hp": "162"
- },
- "resistant": [
- "bug",
- "rock",
- "dark"
- ],
- "weaknesses": [
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "low kick",
- "type": "fight",
- "base-damage": "6",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "karate chop",
- "type": "fight",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "submission",
- "type": "fight",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.2"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "dynamic punch",
- "type": "fight",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "cross chop",
- "type": "fight",
- "base-damage": "50",
- "energy": "-50",
- "move-duration-seg": "1.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "machop candy",
- "next-evolution": [{
- "num": "068",
- "name": "machamp",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "066",
- "name": "machop",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "068",
- "name": "machamp",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Machamp has the power to hurl anything aside. However, trying to do any work requiring care and dexterity causes its arms to get tangled. This Pokémon tends to leap into action before it thinks.",
- "img": "https://www.serebii.net/pokemongo/pokemon/068.png",
- "size": {
- "height": "1.60 m",
- "weight": "130.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.0068",
- "stats": {
- "base-attack": "234",
- "base-defense": "159",
- "base-stamina": "207",
- "max-cp": "3056",
- "max-hp": "175"
- },
- "resistant": [
- "bug",
- "rock",
- "dark"
- ],
- "weaknesses": [
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "bullet punch",
- "type": "steel",
- "base-damage": "9",
- "energy": "10",
- "move-duration-seg": "0.9"
- },
- {
- "name": "counter",
- "type": "fight",
- "base-damage": "12",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "karate chop",
- "type": "fight",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "heavy slam",
- "type": "steel",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.1"
- },
- {
- "name": "dynamic punch",
- "type": "fight",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "close combat",
- "type": "fight",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "cross chop",
- "type": "fight",
- "base-damage": "50",
- "energy": "-50",
- "move-duration-seg": "1.5"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "submission",
- "type": "fight",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "machop candy",
- "prev-evolution": [{
- "num": "067",
- "name": "machoke",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "066",
- "name": "machop",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "069",
- "name": "bellsprout",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Bellsprout's thin and flexible body lets it bend and sway to avoid any attack, however strong it may be. From its mouth, this Pokémon spits a corrosive fluid that melts even iron.",
- "img": "https://www.serebii.net/pokemongo/pokemon/069.png",
- "size": {
- "height": "0.71 m",
- "weight": "4.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "1.15",
- "stats": {
- "base-attack": "139",
- "base-defense": "61",
- "base-stamina": "137",
- "max-cp": "1033",
- "max-hp": "120"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "flying",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "vine whip",
- "type": "grass",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "power whip",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "wrap",
- "type": "normal",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "bellsprout candy",
- "next-evolution": [{
- "num": "070",
- "name": "weepinbell",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "071",
- "name": "victreebel",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "070",
- "name": "weepinbell",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Weepinbell has a large hook on its rear end. At night, the Pokémon hooks on to a tree branch and goes to sleep. If it moves around in its sleep, it may wake up to find itself on the ground.",
- "img": "https://www.serebii.net/pokemongo/pokemon/070.png",
- "size": {
- "height": "0.99 m",
- "weight": "6.4 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "0.072",
- "stats": {
- "base-attack": "172",
- "base-defense": "92",
- "base-stamina": "163",
- "max-cp": "1611",
- "max-hp": "140"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "flying",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- },
- {
- "name": "bullet seed",
- "type": "grass",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- }
- ],
- "special-attack": [
- {
- "name": "power whip",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "seed bomb",
- "type": "grass",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.1"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "bellsprout candy",
- "next-evolution": [{
- "num": "071",
- "name": "victreebel",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "069",
- "name": "bellsprout",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "071",
- "name": "victreebel",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Victreebel has a long vine that extends from its head. This vine is waved and flicked about as if it were an animal to attract prey. When an unsuspecting prey draws near, this Pokémon swallows it whole.",
- "img": "https://www.serebii.net/pokemongo/pokemon/071.png",
- "size": {
- "height": "1.70 m",
- "weight": "15.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.0059",
- "stats": {
- "base-attack": "207",
- "base-defense": "135",
- "base-stamina": "190",
- "max-cp": "2431",
- "max-hp": "162"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "flying",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "leaf blade",
- "type": "grass",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "bellsprout candy",
- "prev-evolution": [{
- "num": "070",
- "name": "weepinbell",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "069",
- "name": "bellsprout",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "072",
- "name": "tentacool",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Tentacool's body is largely composed of water. If it is removed from the sea, it dries up like parchment. If this Pokémon happens to become dehydrated, put it back into the sea.",
- "img": "https://www.serebii.net/pokemongo/pokemon/072.png",
- "size": {
- "height": "0.89 m",
- "weight": "45.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.81",
- "stats": {
- "base-attack": "97",
- "base-defense": "149",
- "base-stamina": "120",
- "max-cp": "1040",
- "max-hp": "106"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "fighting",
- "poison"
- ],
- "weaknesses": [
- "electric",
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- },
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "wrap",
- "type": "normal",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "tentacool candy",
- "next-evolution": [{
- "num": "073",
- "name": "tentacruel",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "073",
- "name": "tentacruel",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Tentacruel has large red orbs on its head. The orbs glow before lashing the vicinity with a harsh ultrasonic blast. This Pokémon's outburst creates rough waves around it.",
- "img": "https://www.serebii.net/pokemongo/pokemon/073.png",
- "size": {
- "height": "1.60 m",
- "weight": "55.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.082",
- "stats": {
- "base-attack": "166",
- "base-defense": "209",
- "base-stamina": "190",
- "max-cp": "2422",
- "max-hp": "162"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "fighting",
- "poison"
- ],
- "weaknesses": [
- "electric",
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- },
- {
- "name": "poison jab",
- "type": "poison",
- "base-damage": "10",
- "energy": "7",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "sludge wave",
- "type": "poison",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "3.2"
- },
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "tentacool candy",
- "prev-evolution": [{
- "num": "072",
- "name": "tentacool",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "074",
- "name": "geodude",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "The longer a Geodude lives, the more its edges are chipped and worn away, making it more rounded in appearance. However, this Pokémon's heart will remain hard, craggy, and rough always.",
- "img": "https://www.serebii.net/pokemongo/pokemon/074.png",
- "size": {
- "height": "0.41 m",
- "weight": "20.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "1.19",
- "stats": {
- "base-attack": "132",
- "base-defense": "132",
- "base-stamina": "120",
- "max-cp": "1293",
- "max-hp": "106"
- },
- "resistant": [
- "normal",
- "fire",
- "electric",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice",
- "fighting",
- "ground",
- "steel"
- ],
- "quick-move": [
- {
- "name": "rock throw",
- "type": "rock",
- "base-damage": "12",
- "energy": "7",
- "move-duration-seg": "0.9"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "rock tomb",
- "type": "rock",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "geodude candy",
- "next-evolution": [{
- "num": "075",
- "name": "graveler",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "076",
- "name": "golem",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "075",
- "name": "graveler",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Graveler grows by feeding on rocks. Apparently, it prefers to eat rocks that are covered in moss. This Pokémon eats its way through a ton of rocks on a daily basis.",
- "img": "https://www.serebii.net/pokemongo/pokemon/075.png",
- "size": {
- "height": "0.99 m",
- "weight": "105.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "0.071",
- "stats": {
- "base-attack": "164",
- "base-defense": "164",
- "base-stamina": "146",
- "max-cp": "1897",
- "max-hp": "127"
- },
- "resistant": [
- "normal",
- "fire",
- "electric",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice",
- "fighting",
- "ground",
- "steel"
- ],
- "quick-move": [
- {
- "name": "rock throw",
- "type": "rock",
- "base-damage": "12",
- "energy": "7",
- "move-duration-seg": "0.9"
- },
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "rock blast",
- "type": "rock",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "geodude candy",
- "next-evolution": [{
- "num": "076",
- "name": "golem",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "074",
- "name": "geodude",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "076",
- "name": "golem",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Golem live up on mountains. If there is a large earthquake, these Pokémon will come rolling down off the mountains en masse to the foothills below.",
- "img": "https://www.serebii.net/pokemongo/pokemon/076.png",
- "size": {
- "height": "1.40 m",
- "weight": "300.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.0047",
- "stats": {
- "base-attack": "211",
- "base-defense": "198",
- "base-stamina": "190",
- "max-cp": "2949",
- "max-hp": "162"
- },
- "resistant": [
- "normal",
- "fire",
- "electric",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice",
- "fighting",
- "ground",
- "steel"
- ],
- "quick-move": [
- {
- "name": "rock throw",
- "type": "rock",
- "base-damage": "12",
- "energy": "7",
- "move-duration-seg": "0.9"
- },
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "rock blast",
- "type": "rock",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "geodude candy",
- "prev-evolution": [{
- "num": "075",
- "name": "graveler",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "074",
- "name": "geodude",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "077",
- "name": "ponyta",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Ponyta is very weak at birth. It can barely stand up. This Pokémon becomes stronger by stumbling and falling to keep up with its parent.",
- "img": "https://www.serebii.net/pokemongo/pokemon/077.png",
- "size": {
- "height": "0.99 m",
- "weight": "30.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "0.51",
- "stats": {
- "base-attack": "170",
- "base-defense": "127",
- "base-stamina": "137",
- "max-cp": "1697",
- "max-hp": "120"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- }
- ],
- "special-attack": [
- {
- "name": "flame charge",
- "type": "fire",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.8"
- },
- {
- "name": "flame wheel",
- "type": "fire",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "stomp",
- "type": "normal",
- "base-damage": "55",
- "energy": "-50",
- "move-duration-seg": "1.7"
- },
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "ponyta candy",
- "next-evolution": [{
- "num": "078",
- "name": "rapidash",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "078",
- "name": "rapidash",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Rapidash usually can be seen casually cantering in the fields and plains. However, when this Pokémon turns serious, its fiery manes flare and blaze as it gallops its way up to 150 mph.",
- "img": "https://www.serebii.net/pokemongo/pokemon/078.png",
- "size": {
- "height": "1.70 m",
- "weight": "95.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": "0.011",
- "stats": {
- "base-attack": "207",
- "base-defense": "162",
- "base-stamina": "163",
- "max-cp": "2461",
- "max-hp": "140"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "low kick",
- "type": "fight",
- "base-damage": "6",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "fire spin",
- "type": "fire",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.1"
- },
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- }
- ],
- "special-attack": [
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "drill run",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.8"
- },
- {
- "name": "heat wave",
- "type": "fire",
- "base-damage": "95",
- "energy": "-100",
- "move-duration-seg": "3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "ponyta candy",
- "prev-evolution": [{
- "num": "077",
- "name": "ponyta",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "079",
- "name": "slowpoke",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Slowpoke uses its tail to catch prey by dipping it in water at the side of a river. However, this Pokémon often forgets what it's doing and often spends entire days just loafing at water's edge.",
- "img": "https://www.serebii.net/pokemongo/pokemon/079.png",
- "size": {
- "height": "1.19 m",
- "weight": "36.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "1.05",
- "stats": {
- "base-attack": "109",
- "base-defense": "98",
- "base-stamina": "207",
- "max-cp": "1226",
- "max-hp": "175"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "psyshock",
- "type": "psychic",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.7"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "slowpoke candy",
- "next-evolution": [
- {
- "num": "080",
- "name": "slowbro",
- "candy-cost": "50"
- },
- {
- "num": "199",
- "name": "slowking",
- "candy-cost": "50",
- "evolution-item": {
- "name": "kings rock",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/kings-rock.png"
- }
- }
- ]
- }
- },
- {
- "num": "080",
- "name": "slowbro",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Slowbro's tail has a Shellder firmly attached with a bite. As a result, the tail can't be used for fishing anymore. This causes Slowbro to grudgingly swim and catch prey instead.",
- "img": "https://www.serebii.net/pokemongo/pokemon/080.png",
- "size": {
- "height": "1.60 m",
- "weight": "78.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.036",
- "stats": {
- "base-attack": "177",
- "base-defense": "180",
- "base-stamina": "216",
- "max-cp": "2545",
- "max-hp": "182"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "slowpoke candy",
- "prev-evolution": [{
- "num": "079",
- "name": "slowpoke",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "081",
- "name": "magnemite",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Magnemite attaches itself to power lines to feed on electricity. If your house has a power outage, check your circuit breakers. You may find a large number of this Pokémon clinging to the breaker box.",
- "img": "https://www.serebii.net/pokemongo/pokemon/081.png",
- "size": {
- "height": "0.30 m",
- "weight": "6.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.71",
- "stats": {
- "base-attack": "165",
- "base-defense": "121",
- "base-stamina": "93",
- "max-cp": "1362",
- "max-hp": "85"
- },
- "resistant": [
- "normal",
- "electric",
- "grass",
- "ice",
- "poison"
- ],
- "weaknesses": [
- "fire",
- "water",
- "ground"
- ],
- "quick-move": [
- {
- "name": "spark",
- "type": "electric",
- "base-damage": "6",
- "energy": "9",
- "move-duration-seg": "0.7"
- },
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- },
- {
- "name": "magnet bomb",
- "type": "steel",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "2.8"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "magnemite candy",
- "next-evolution": [{
- "num": "082",
- "name": "magneton",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "082",
- "name": "magneton",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Magneton emits a powerful magnetic force that is fatal to mechanical devices. As a result, large cities sound sirens to warn citizens of large-scale outbreaks of this Pokémon.",
- "img": "https://www.serebii.net/pokemongo/pokemon/082.png",
- "size": {
- "height": "0.99 m",
- "weight": "60.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.023",
- "stats": {
- "base-attack": "223",
- "base-defense": "169",
- "base-stamina": "137",
- "max-cp": "2485",
- "max-hp": "120"
- },
- "resistant": [
- "normal",
- "electric",
- "grass",
- "ice",
- "poison"
- ],
- "weaknesses": [
- "fire",
- "water",
- "ground"
- ],
- "quick-move": [
- {
- "name": "spark",
- "type": "electric",
- "base-damage": "6",
- "energy": "9",
- "move-duration-seg": "0.7"
- },
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- },
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "magnet bomb",
- "type": "steel",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "2.8"
- },
- {
- "name": "flash cannon",
- "type": "steel",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.7"
- },
- {
- "name": "zap cannon",
- "type": "electric",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.7"
- },
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "magnemite candy",
- "prev-evolution": [{
- "num": "081",
- "name": "magnemite",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "083",
- "name": "farfetch'd",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Farfetch'd is always seen with a stalk from a plant of some sort. Apparently, there are good stalks and bad stalks. This Pokémon has been known to fight with others over stalks.",
- "img": "https://www.serebii.net/pokemongo/pokemon/083.png",
- "size": {
- "height": "0.79 m",
- "weight": "15.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.3",
- "common-capture-area": "early reports that this pokémon is likely to be found in: asia or hatched from an egg in that geographic area."
- },
- "spawn-chance": "0.0212",
- "stats": {
- "base-attack": "124",
- "base-defense": "115",
- "base-stamina": "141",
- "max-cp": "1236",
- "max-hp": "123"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "fury cutter",
- "type": "bug",
- "base-damage": "3",
- "energy": "6",
- "move-duration-seg": "0.4"
- },
- {
- "name": "air slash",
- "type": "flying",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.2"
- },
- {
- "name": "cut",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "air cutter",
- "type": "flying",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "leaf blade",
- "type": "grass",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "farfetch'd candy"
- }
- },
- {
- "num": "084",
- "name": "doduo",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Doduo's two heads never sleep at the same time. Its two heads take turns sleeping, so one head can always keep watch for enemies while the other one sleeps.",
- "img": "https://www.serebii.net/pokemongo/pokemon/084.png",
- "size": {
- "height": "1.40 m",
- "weight": "39.2 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.52",
- "stats": {
- "base-attack": "158",
- "base-defense": "83",
- "base-stamina": "111",
- "max-cp": "1200",
- "max-hp": "99"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "drill peck",
- "type": "flying",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "brave bird",
- "type": "flying",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2"
- },
- {
- "name": "swift",
- "type": "normal",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.8"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "doduo candy",
- "next-evolution": [{
- "num": "085",
- "name": "dodrio",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "085",
- "name": "dodrio",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Watch out if Dodrio's three heads are looking in three separate directions. It's a sure sign that it is on its guard. Don't go near this Pokémon if it's being wary-it may decide to peck you.",
- "img": "https://www.serebii.net/pokemongo/pokemon/085.png",
- "size": {
- "height": "1.80 m",
- "weight": "85.2 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.22",
- "stats": {
- "base-attack": "218",
- "base-defense": "140",
- "base-stamina": "155",
- "max-cp": "2362",
- "max-hp": "134"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- },
- {
- "name": "steel wing",
- "type": "steel",
- "base-damage": "11",
- "energy": "6",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "drill peck",
- "type": "flying",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "brave bird",
- "type": "flying",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2"
- },
- {
- "name": "air cutter",
- "type": "flying",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "doduo candy",
- "prev-evolution": [{
- "num": "084",
- "name": "doduo",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "086",
- "name": "seel",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Seel hunts for prey in the frigid sea underneath sheets of ice. When it needs to breathe, it punches a hole through the ice with the sharply protruding section of its head.",
- "img": "https://www.serebii.net/pokemongo/pokemon/086.png",
- "size": {
- "height": "1.09 m",
- "weight": "90.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.28",
- "stats": {
- "base-attack": "85",
- "base-defense": "121",
- "base-stamina": "163",
- "max-cp": "971",
- "max-hp": "140"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "ice shard",
- "type": "ice",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.2"
- },
- {
- "name": "lick",
- "type": "ghost",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "icy wind",
- "type": "ice",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "3.3"
- },
- {
- "name": "aqua tail",
- "type": "water",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "aurora beam",
- "type": "ice",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.55"
- },
- {
- "name": "aqua jet",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.6"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "seel candy",
- "next-evolution": [{
- "num": "087",
- "name": "dewgong",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "087",
- "name": "dewgong",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Dewgong loves to snooze on bitterly cold ice. The sight of this Pokémon sleeping on a glacier was mistakenly thought to be a mermaid by a mariner long ago.",
- "img": "https://www.serebii.net/pokemongo/pokemon/087.png",
- "size": {
- "height": "1.70 m",
- "weight": "120.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "ice"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.013",
- "stats": {
- "base-attack": "139",
- "base-defense": "177",
- "base-stamina": "207",
- "max-cp": "1985",
- "max-hp": "175"
- },
- "resistant": [
- "water",
- "ice"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "fighting",
- "rock"
- ],
- "quick-move": [
- {
- "name": "frost breath",
- "type": "ice",
- "base-damage": "10",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "iron tail",
- "type": "steel",
- "base-damage": "15",
- "energy": "7",
- "move-duration-seg": "1.1"
- },
- {
- "name": "ice shard",
- "type": "ice",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "icy wind",
- "type": "ice",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "3.3"
- },
- {
- "name": "aqua jet",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.6"
- },
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- },
- {
- "name": "aurora beam",
- "type": "ice",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.55"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "seel candy",
- "prev-evolution": [{
- "num": "086",
- "name": "seel",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "088",
- "name": "grimer",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Grimer's sludgy and rubbery body can be forced through any opening, however small it may be. This Pokémon enters sewer pipes to drink filthy wastewater.",
- "img": "https://www.serebii.net/pokemongo/pokemon/088.png",
- "size": {
- "height": "0.89 m",
- "weight": "30.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.052",
- "stats": {
- "base-attack": "135",
- "base-defense": "90",
- "base-stamina": "190",
- "max-cp": "1374",
- "max-hp": "162"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "poison jab",
- "type": "poison",
- "base-damage": "10",
- "energy": "7",
- "move-duration-seg": "0.8"
- },
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "sludge",
- "type": "poison",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "mud bomb",
- "type": "ground",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "grimer candy",
- "next-evolution": [{
- "num": "089",
- "name": "muk",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "089",
- "name": "muk",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "From Muk's body seeps a foul fluid that gives off a nose-bendingly horrible stench. Just one drop of this Pokémon's body fluid can turn a pool stagnant and rancid.",
- "img": "https://www.serebii.net/pokemongo/pokemon/089.png",
- "size": {
- "height": "1.19 m",
- "weight": "30.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.0031",
- "stats": {
- "base-attack": "190",
- "base-defense": "172",
- "base-stamina": "233",
- "max-cp": "2757",
- "max-hp": "195"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "poison jab",
- "type": "poison",
- "base-damage": "10",
- "energy": "7",
- "move-duration-seg": "0.8"
- },
- {
- "name": "infestation",
- "type": "bug",
- "base-damage": "10",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- },
- {
- "name": "lick",
- "type": "ghost",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "gunk shot",
- "type": "poison",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- },
- {
- "name": "sludge wave",
- "type": "poison",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "grimer candy",
- "prev-evolution": [{
- "num": "088",
- "name": "grimer",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "090",
- "name": "shellder",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "At night, this Pokémon uses its broad tongue to burrow a hole in the seafloor sand and then sleep in it. While it is sleeping, Shellder closes its shell, but leaves its tongue hanging out.",
- "img": "https://www.serebii.net/pokemongo/pokemon/090.png",
- "size": {
- "height": "0.30 m",
- "weight": "4.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.52",
- "stats": {
- "base-attack": "116",
- "base-defense": "134",
- "base-stamina": "102",
- "max-cp": "1080",
- "max-hp": "92"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "ice shard",
- "type": "ice",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.2"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "icy wind",
- "type": "ice",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "shellder candy",
- "next-evolution": [{
- "num": "091",
- "name": "cloyster",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "091",
- "name": "cloyster",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Cloyster is capable of swimming in the sea. It does so by swallowing water, then jetting it out toward the rear. This Pokémon shoots spikes from its shell using the same system.",
- "img": "https://www.serebii.net/pokemongo/pokemon/091.png",
- "size": {
- "height": "1.50 m",
- "weight": "132.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "ice"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.015",
- "stats": {
- "base-attack": "186",
- "base-defense": "256",
- "base-stamina": "137",
- "max-cp": "2547",
- "max-hp": "120"
- },
- "resistant": [
- "water",
- "ice"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "fighting",
- "rock"
- ],
- "quick-move": [
- {
- "name": "frost breath",
- "type": "ice",
- "base-damage": "10",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "ice shard",
- "type": "ice",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "aurora beam",
- "type": "ice",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.55"
- },
- {
- "name": "avalanche",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- },
- {
- "name": "icy wind",
- "type": "ice",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "shellder candy",
- "prev-evolution": [{
- "num": "090",
- "name": "shellder",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "092",
- "name": "gastly",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Gastly is largely composed of gaseous matter. When exposed to a strong wind, the gaseous body quickly dwindles away. Groups of this Pokémon cluster under the eaves of houses to escape the ravages of wind.",
- "img": "https://www.serebii.net/pokemongo/pokemon/092.png",
- "size": {
- "height": "1.30 m",
- "weight": "0.1 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ghost",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "0.79",
- "stats": {
- "base-attack": "186",
- "base-defense": "67",
- "base-stamina": "102",
- "max-cp": "1229",
- "max-hp": "92"
- },
- "resistant": [
- "normal",
- "grass",
- "fighting",
- "poison",
- "bug"
- ],
- "weaknesses": [
- "ground",
- "psychic",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "lick",
- "type": "ghost",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "astonish",
- "type": "ghost",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "sucker punch",
- "type": "dark",
- "base-damage": "7",
- "energy": "8",
- "move-duration-seg": "0.7"
- }
- ],
- "special-attack": [
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "night shade",
- "type": "ghost",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "ominous wind",
- "type": "ghost",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "gastly candy",
- "next-evolution": [{
- "num": "093",
- "name": "haunter",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "094",
- "name": "gengar",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "093",
- "name": "haunter",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Haunter is a dangerous Pokémon. If one beckons you while floating in darkness, you must never approach it. This Pokémon will try to lick you with its tongue and steal your life away.",
- "img": "https://www.serebii.net/pokemongo/pokemon/093.png",
- "size": {
- "height": "1.60 m",
- "weight": "0.1 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ghost",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.052",
- "stats": {
- "base-attack": "223",
- "base-defense": "107",
- "base-stamina": "128",
- "max-cp": "1963",
- "max-hp": "113"
- },
- "resistant": [
- "normal",
- "grass",
- "fighting",
- "poison",
- "bug"
- ],
- "weaknesses": [
- "ground",
- "psychic",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "shadow claw",
- "type": "ghost",
- "base-damage": "9",
- "energy": "6",
- "move-duration-seg": "0.7"
- },
- {
- "name": "astonish",
- "type": "ghost",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "lick",
- "type": "ghost",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "shadow punch",
- "type": "ghost",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.7"
- },
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "gastly candy",
- "next-evolution": [{
- "num": "094",
- "name": "gengar",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "092",
- "name": "gastly",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "094",
- "name": "gengar",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Sometimes, on a dark night, your shadow thrown by a streetlight will suddenly and startlingly overtake you. It is actually a Gengar running past you, pretending to be your shadow.",
- "img": "https://www.serebii.net/pokemongo/pokemon/094.png",
- "size": {
- "height": "1.50 m",
- "weight": "40.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ghost",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.0067",
- "stats": {
- "base-attack": "261",
- "base-defense": "149",
- "base-stamina": "155",
- "max-cp": "2878",
- "max-hp": "134"
- },
- "resistant": [
- "normal",
- "grass",
- "fighting",
- "poison",
- "bug"
- ],
- "weaknesses": [
- "ground",
- "psychic",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "sucker punch",
- "type": "dark",
- "base-damage": "7",
- "energy": "8",
- "move-duration-seg": "0.7"
- },
- {
- "name": "hex",
- "type": "ghost",
- "base-damage": "10",
- "energy": "15",
- "move-duration-seg": "1.2"
- },
- {
- "name": "shadow claw",
- "type": "ghost",
- "base-damage": "9",
- "energy": "6",
- "move-duration-seg": "0.7"
- }
- ],
- "special-attack": [
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "focus blast",
- "type": "fight",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.5"
- },
- {
- "name": "sludge wave",
- "type": "poison",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "3.2"
- },
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "gastly candy",
- "prev-evolution": [{
- "num": "093",
- "name": "haunter",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "092",
- "name": "gastly",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "095",
- "name": "onix",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Onix has a magnet in its brain. It acts as a compass so that this Pokémon does not lose direction while it is tunneling. As it grows older, its body becomes increasingly rounder and smoother.",
- "img": "https://www.serebii.net/pokemongo/pokemon/095.png",
- "size": {
- "height": "8.79 m",
- "weight": "210.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.1",
- "stats": {
- "base-attack": "85",
- "base-defense": "232",
- "base-stamina": "111",
- "max-cp": "1101",
- "max-hp": "99"
- },
- "resistant": [
- "normal",
- "fire",
- "electric",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice",
- "fighting",
- "ground",
- "steel"
- ],
- "quick-move": [
- {
- "name": "rock throw",
- "type": "rock",
- "base-damage": "12",
- "energy": "7",
- "move-duration-seg": "0.9"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "sand tomb",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "4"
- },
- {
- "name": "heavy slam",
- "type": "steel",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.1"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "iron head",
- "type": "steel",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "onix candy",
- "next-evolution": [{
- "num": "208",
- "name": "steelix",
- "candy-cost": "50",
- "evolution-item": {
- "name": "metal coat",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/metal-coat.png"
- }
- }]
- }
- },
- {
- "num": "096",
- "name": "drowzee",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "If your nose becomes itchy while you are sleeping, it's a sure sign that one of these Pokémon is standing above your pillow and trying to eat you dream through your nostrils.",
- "img": "https://www.serebii.net/pokemongo/pokemon/096.png",
- "size": {
- "height": "0.99 m",
- "weight": "32.4 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "3.21",
- "stats": {
- "base-attack": "89",
- "base-defense": "136",
- "base-stamina": "155",
- "max-cp": "1040",
- "max-hp": "134"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "psybeam",
- "type": "psychic",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "psyshock",
- "type": "psychic",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.7"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "drowzee candy",
- "next-evolution": [{
- "num": "097",
- "name": "hypno",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "097",
- "name": "hypno",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Hypno holds a pendulum in its hand. The arcing movement and glitter of the pendulum lull the foe into a deep state of hypnosis. While this Pokémon searches for prey, it polishes the pendulum.",
- "img": "https://www.serebii.net/pokemongo/pokemon/097.png",
- "size": {
- "height": "1.60 m",
- "weight": "75.6 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.1",
- "stats": {
- "base-attack": "144",
- "base-defense": "193",
- "base-stamina": "198",
- "max-cp": "2090",
- "max-hp": "168"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "futuresight",
- "type": "psychic",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "2.7"
- },
- {
- "name": "focus blast",
- "type": "fight",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.5"
- },
- {
- "name": "psyshock",
- "type": "psychic",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.7"
- },
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "drowzee candy",
- "prev-evolution": [{
- "num": "096",
- "name": "drowzee",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "098",
- "name": "krabby",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Krabby live on beaches, burrowed inside holes dug into the sand. On sandy beaches with little in the way of food, these Pokémon can be seen squabbling with each other over territory.",
- "img": "https://www.serebii.net/pokemongo/pokemon/098.png",
- "size": {
- "height": "0.41 m",
- "weight": "6.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "2.12",
- "stats": {
- "base-attack": "181",
- "base-defense": "124",
- "base-stamina": "102",
- "max-cp": "1561",
- "max-hp": "92"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "vice grip",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "krabby candy",
- "next-evolution": [{
- "num": "099",
- "name": "kingler",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "099",
- "name": "kingler",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Kingler has an enormous, oversized claw. It waves this huge claw in the air to communicate with others. However, because the claw is so heavy, the Pokémon quickly tires.",
- "img": "https://www.serebii.net/pokemongo/pokemon/099.png",
- "size": {
- "height": "1.30 m",
- "weight": "60.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.062",
- "stats": {
- "base-attack": "240",
- "base-defense": "181",
- "base-stamina": "146",
- "max-cp": "2829",
- "max-hp": "127"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "metal claw",
- "type": "steel",
- "base-damage": "8",
- "energy": "7",
- "move-duration-seg": "0.7"
- },
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "vice grip",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "x scissor",
- "type": "water",
- "base-damage": "50",
- "energy": "-100",
- "move-duration-seg": "4.7"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "krabby candy",
- "prev-evolution": [{
- "num": "098",
- "name": "krabby",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "100",
- "name": "voltorb",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Voltorb was first sighted at a company that manufactures Poké Balls. The link between that sighting and the fact that this Pokémon looks very similar to a Poké Ball remains a mystery.",
- "img": "https://www.serebii.net/pokemongo/pokemon/100.png",
- "size": {
- "height": "0.51 m",
- "weight": "10.4 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.65",
- "stats": {
- "base-attack": "109",
- "base-defense": "111",
- "base-stamina": "120",
- "max-cp": "1010",
- "max-hp": "106"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "spark",
- "type": "electric",
- "base-damage": "6",
- "energy": "9",
- "move-duration-seg": "0.7"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "gyro ball",
- "type": "steel",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "signal beam",
- "type": "bug",
- "base-damage": "75",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "voltorb candy",
- "next-evolution": [{
- "num": "101",
- "name": "electrode",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "101",
- "name": "electrode",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Electrode eats electricity in the atmosphere. On days when lightning strikes, you can see this Pokémon exploding all over the place from eating too much electricity.",
- "img": "https://www.serebii.net/pokemongo/pokemon/101.png",
- "size": {
- "height": "1.19 m",
- "weight": "66.6 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.02",
- "stats": {
- "base-attack": "173",
- "base-defense": "173",
- "base-stamina": "155",
- "max-cp": "2099",
- "max-hp": "134"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "spark",
- "type": "electric",
- "base-damage": "6",
- "energy": "9",
- "move-duration-seg": "0.7"
- },
- {
- "name": "volt switch",
- "type": "electric",
- "base-damage": "20",
- "energy": "25",
- "move-duration-seg": "2.3"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "voltorb candy",
- "prev-evolution": [{
- "num": "100",
- "name": "voltorb",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "102",
- "name": "exeggcute",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "This Pokémon consists of six eggs that form a closely knit cluster. The six eggs attract each other and spin around. When cracks increasingly appear on the eggs, Exeggcute is close to evolution.",
- "img": "https://www.serebii.net/pokemongo/pokemon/102.png",
- "size": {
- "height": "0.41 m",
- "weight": "2.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.78",
- "stats": {
- "base-attack": "107",
- "base-defense": "125",
- "base-stamina": "155",
- "max-cp": "1175",
- "max-hp": "134"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying",
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- },
- {
- "name": "bullet seed",
- "type": "grass",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "seed bomb",
- "type": "grass",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "exeggcute candy",
- "next-evolution": [{
- "num": "103",
- "name": "exeggutor",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "103",
- "name": "exeggutor",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Exeggutor originally came from the tropics. Its heads steadily grow larger from exposure to strong sunlight. It is said that when the heads fall off, they group together to form Exeggcute.",
- "img": "https://www.serebii.net/pokemongo/pokemon/103.png",
- "size": {
- "height": "2.01 m",
- "weight": "120.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.014",
- "stats": {
- "base-attack": "233",
- "base-defense": "149",
- "base-stamina": "216",
- "max-cp": "3014",
- "max-hp": "182"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying",
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "bullet seed",
- "type": "grass",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "extrasensory",
- "type": "psychic",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "seed bomb",
- "type": "grass",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "exeggcute candy",
- "prev-evolution": [{
- "num": "102",
- "name": "exeggcute",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "104",
- "name": "cubone",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Cubone pines for the mother it will never see again. Seeing a likeness of its mother in the full moon, it cries. The stains on the skull the Pokémon wears are made by the tears it sheds.",
- "img": "https://www.serebii.net/pokemongo/pokemon/104.png",
- "size": {
- "height": "0.41 m",
- "weight": "6.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "0.61",
- "stats": {
- "base-attack": "90",
- "base-defense": "144",
- "base-stamina": "137",
- "max-cp": "1019",
- "max-hp": "120"
- },
- "resistant": [
- "electric",
- "poison",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice"
- ],
- "quick-move": [
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- }
- ],
- "special-attack": [
- {
- "name": "bone club",
- "type": "ground",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "bulldoze",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "cubone candy",
- "next-evolution": [{
- "num": "105",
- "name": "marowak",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "105",
- "name": "marowak",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Marowak is the evolved form of a Cubone that has overcome its sadness at the loss of its mother and grown tough. This Pokémon's tempered and hardened spirit is not easily broken.",
- "img": "https://www.serebii.net/pokemongo/pokemon/105.png",
- "size": {
- "height": "0.99 m",
- "weight": "45.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": "0.02",
- "stats": {
- "base-attack": "144",
- "base-defense": "186",
- "base-stamina": "155",
- "max-cp": "1835",
- "max-hp": "134"
- },
- "resistant": [
- "electric",
- "poison",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice"
- ],
- "quick-move": [
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- }
- ],
- "special-attack": [
- {
- "name": "bone club",
- "type": "ground",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "cubone candy",
- "prev-evolution": [{
- "num": "104",
- "name": "cubone",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "106",
- "name": "hitmonlee",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Hitmonlee's legs freely contract and stretch. Using these springlike legs, it bowls over foes with devastating kicks. After battle, it rubs down its legs and loosens the muscles to overcome fatigue.",
- "img": "https://www.serebii.net/pokemongo/pokemon/106.png",
- "size": {
- "height": "1.50 m",
- "weight": "49.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.02",
- "stats": {
- "base-attack": "224",
- "base-defense": "181",
- "base-stamina": "137",
- "max-cp": "2576",
- "max-hp": "120"
- },
- "resistant": [
- "bug",
- "rock",
- "dark"
- ],
- "weaknesses": [
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "low kick",
- "type": "fight",
- "base-damage": "6",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- }
- ],
- "special-attack": [
- {
- "name": "low sweep",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "close combat",
- "type": "fight",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "stomp",
- "type": "normal",
- "base-damage": "55",
- "energy": "-50",
- "move-duration-seg": "1.7"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "tyrogue candy",
- "prev-evolution": [{
- "num": "236",
- "name": "tyrogue",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "107",
- "name": "hitmonchan",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Hitmonchan is said to possess the spirit of a boxer who had been working toward a world championship. This Pokémon has an indomitable spirit and will never give up in the face of adversity.",
- "img": "https://www.serebii.net/pokemongo/pokemon/107.png",
- "size": {
- "height": "1.40 m",
- "weight": "50.2 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.022",
- "stats": {
- "base-attack": "193",
- "base-defense": "197",
- "base-stamina": "137",
- "max-cp": "2332",
- "max-hp": "120"
- },
- "resistant": [
- "bug",
- "rock",
- "dark"
- ],
- "weaknesses": [
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "bullet punch",
- "type": "steel",
- "base-damage": "9",
- "energy": "10",
- "move-duration-seg": "0.9"
- },
- {
- "name": "counter",
- "type": "fight",
- "base-damage": "12",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- }
- ],
- "special-attack": [
- {
- "name": "fire punch",
- "type": "fire",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.2"
- },
- {
- "name": "thunder punch",
- "type": "electric",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.8"
- },
- {
- "name": "close combat",
- "type": "fight",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "ice punch",
- "type": "ice",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "tyrogue candy",
- "prev-evolution": [{
- "num": "236",
- "name": "tyrogue",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "108",
- "name": "lickitung",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Whenever Lickitung comes across something new, it will unfailingly give it a lick. It does so because it memorizes things by texture and by taste. It is somewhat put off by sour things.",
- "img": "https://www.serebii.net/pokemongo/pokemon/108.png",
- "size": {
- "height": "1.19 m",
- "weight": "65.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.011",
- "stats": {
- "base-attack": "108",
- "base-defense": "137",
- "base-stamina": "207",
- "max-cp": "1411",
- "max-hp": "175"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "lick",
- "type": "ghost",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "stomp",
- "type": "normal",
- "base-damage": "55",
- "energy": "-50",
- "move-duration-seg": "1.7"
- },
- {
- "name": "power whip",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "lickitung candy"
- }
- },
- {
- "num": "109",
- "name": "koffing",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "If Koffing becomes agitated, it raises the toxicity of its internal gases and then jets them out from all over its body. This Pokémon may also overinflate its round body, then explode.",
- "img": "https://www.serebii.net/pokemongo/pokemon/109.png",
- "size": {
- "height": "0.61 m",
- "weight": "1.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.2",
- "stats": {
- "base-attack": "119",
- "base-defense": "141",
- "base-stamina": "120",
- "max-cp": "1214",
- "max-hp": "106"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "infestation",
- "type": "bug",
- "base-damage": "10",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "sludge",
- "type": "poison",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "koffing candy",
- "next-evolution": [{
- "num": "110",
- "name": "weezing",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "110",
- "name": "weezing",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Weezing loves the gases given off by rotted kitchen garbage. This Pokémon will find a dirty, unkempt house and make it its home. At night, when the people in the house are asleep, it will go through the trash.",
- "img": "https://www.serebii.net/pokemongo/pokemon/110.png",
- "size": {
- "height": "1.19 m",
- "weight": "9.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.016",
- "stats": {
- "base-attack": "174",
- "base-defense": "197",
- "base-stamina": "163",
- "max-cp": "2293",
- "max-hp": "140"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "infestation",
- "type": "bug",
- "base-damage": "10",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "koffing candy",
- "prev-evolution": [{
- "num": "109",
- "name": "koffing",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "111",
- "name": "rhyhorn",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Rhyhorn runs in a straight line, smashing everything in its path. It is not bothered even if it rushes headlong into a block of steel. This Pokémon may feel some pain from the collision the next day, however.",
- "img": "https://www.serebii.net/pokemongo/pokemon/111.png",
- "size": {
- "height": "0.99 m",
- "weight": "115.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground",
- "rock"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.63",
- "stats": {
- "base-attack": "140",
- "base-defense": "127",
- "base-stamina": "190",
- "max-cp": "1651",
- "max-hp": "162"
- },
- "resistant": [
- "normal",
- "fire",
- "electric",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice",
- "fighting",
- "ground",
- "steel"
- ],
- "quick-move": [
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- }
- ],
- "special-attack": [
- {
- "name": "bulldoze",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "horn attack",
- "type": "normal",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.85"
- },
- {
- "name": "stomp",
- "type": "normal",
- "base-damage": "55",
- "energy": "-50",
- "move-duration-seg": "1.7"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "rhyhorn candy",
- "next-evolution": [{
- "num": "112",
- "name": "rhydon",
- "candy-cost": "50",
- "next-evolution": [{
- "num": "464",
- "name": "rhyperior",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }]
- }]
- }
- },
- {
- "num": "112",
- "name": "rhydon",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Rhydon's horn can crush even uncut diamonds. One sweeping blow of its tail can topple a building. This Pokémon's hide is extremely tough. Even direct cannon hits don't leave a scratch.",
- "img": "https://www.serebii.net/pokemongo/pokemon/112.png",
- "size": {
- "height": "1.91 m",
- "weight": "120.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground",
- "rock"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": "0.022",
- "stats": {
- "base-attack": "222",
- "base-defense": "171",
- "base-stamina": "233",
- "max-cp": "3179",
- "max-hp": "195"
- },
- "resistant": [
- "normal",
- "fire",
- "electric",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice",
- "fighting",
- "ground",
- "steel"
- ],
- "quick-move": [
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- }
- ],
- "special-attack": [
- {
- "name": "megahorn",
- "type": "bug",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2.2"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "rhyhorn candy",
- "next-evolution": [{
- "num": "464",
- "name": "rhyperior",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }],
- "prev-evolution": [{
- "num": "111",
- "name": "rhyhorn",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "113",
- "name": "chansey",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Chansey lays nutritionally excellent eggs on an everyday basis. The eggs are so delicious, they are easily and eagerly devoured by even those people who have lost their appetite.",
- "img": "https://www.serebii.net/pokemongo/pokemon/113.png",
- "size": {
- "height": "1.09 m",
- "weight": "34.6 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.013",
- "stats": {
- "base-attack": "60",
- "base-defense": "128",
- "base-stamina": "487",
- "max-cp": "1255",
- "max-hp": "396"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "psybeam",
- "type": "psychic",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "chansey candy",
- "next-evolution": [{
- "num": "242",
- "name": "blissey"
- }],
- "prev-evolution": [{
- "num": "440",
- "name": "happiny",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "114",
- "name": "tangela",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Tangela's vines snap off easily if they are grabbed. This happens without pain, allowing it to make a quick getaway. The lost vines are replaced by newly grown vines the very next day.",
- "img": "https://www.serebii.net/pokemongo/pokemon/114.png",
- "size": {
- "height": "0.99 m",
- "weight": "35.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "0.228",
- "stats": {
- "base-attack": "183",
- "base-defense": "169",
- "base-stamina": "163",
- "max-cp": "2238",
- "max-hp": "140"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying",
- "bug"
- ],
- "quick-move": [
- {
- "name": "vine whip",
- "type": "grass",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "infestation",
- "type": "bug",
- "base-damage": "10",
- "energy": "14",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- },
- {
- "name": "grass knot",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "power whip",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "tangela candy"
- }
- },
- {
- "num": "115",
- "name": "kangaskhan",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "If you come across a young Kangaskhan playing by itself, you must never disturb it or attempt to catch it. The baby Pokémon's parent is sure to be in the area, and it will become violently enraged at you.",
- "img": "https://www.serebii.net/pokemongo/pokemon/115.png",
- "size": {
- "height": "2.21 m",
- "weight": "80.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2",
- "common-capture-area": "early reports that this pokémon is likely to be found in: australia, new zealand or hatched from an egg in that geographic area."
- },
- "spawn-chance": "0.0086",
- "stats": {
- "base-attack": "181",
- "base-defense": "165",
- "base-stamina": "233",
- "max-cp": "2586",
- "max-hp": "195"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "low kick",
- "type": "fight",
- "base-damage": "6",
- "energy": "6",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "outrage",
- "type": "dragon",
- "base-damage": "110",
- "energy": "-50",
- "move-duration-seg": "3.9"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "stomp",
- "type": "normal",
- "base-damage": "55",
- "energy": "-50",
- "move-duration-seg": "1.7"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "kangaskhan candy"
- }
- },
- {
- "num": "116",
- "name": "horsea",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Horsea eats small insects and moss off of rocks. If the ocean current turns fast, this Pokémon anchors itself by wrapping its tail around rocks or coral to prevent being washed away.",
- "img": "https://www.serebii.net/pokemongo/pokemon/116.png",
- "size": {
- "height": "0.41 m",
- "weight": "8.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "1.13",
- "stats": {
- "base-attack": "129",
- "base-defense": "103",
- "base-stamina": "102",
- "max-cp": "1056",
- "max-hp": "92"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "dragon pulse",
- "type": "dragon",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.6"
- },
- {
- "name": "flash cannon",
- "type": "steel",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "horsea candy",
- "next-evolution": [{
- "num": "117",
- "name": "seadra",
- "candy-cost": "50",
- "next-evolution": [{
- "num": "230",
- "name": "kingdra",
- "candy-cost": "100",
- "evolution-item": {
- "name": "dragon scale",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/dragon-scale.png"
- }
- }]
- }]
- }
- },
- {
- "num": "117",
- "name": "seadra",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Seadra sleeps after wriggling itself between the branches of coral. Those trying to harvest coral are occasionally stung by this Pokémon's poison barbs if they fail to notice it.",
- "img": "https://www.serebii.net/pokemongo/pokemon/117.png",
- "size": {
- "height": "1.19 m",
- "weight": "25.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.034",
- "stats": {
- "base-attack": "187",
- "base-defense": "156",
- "base-stamina": "146",
- "max-cp": "2093",
- "max-hp": "127"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "dragon breath",
- "type": "dragon",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "dragon pulse",
- "type": "dragon",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.6"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "aurora beam",
- "type": "ice",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.55"
- },
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "horsea candy",
- "next-evolution": [{
- "num": "230",
- "name": "kingdra",
- "candy-cost": "100",
- "evolution-item": {
- "name": "dragon scale",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/dragon-scale.png"
- }
- }],
- "prev-evolution": [{
- "num": "116",
- "name": "horsea",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "118",
- "name": "goldeen",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Goldeen is a very beautiful Pokémon with fins that billow elegantly in water. However, don't let your guard down around this Pokémon-it could ram you powerfully with its horn.",
- "img": "https://www.serebii.net/pokemongo/pokemon/118.png",
- "size": {
- "height": "0.61 m",
- "weight": "15.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "2.18",
- "stats": {
- "base-attack": "123",
- "base-defense": "110",
- "base-stamina": "128",
- "max-cp": "1152",
- "max-hp": "113"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "horn attack",
- "type": "normal",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.85"
- },
- {
- "name": "aqua tail",
- "type": "water",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "goldeen candy",
- "next-evolution": [{
- "num": "119",
- "name": "seaking",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "119",
- "name": "seaking",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "In the autumn, Seaking males can be seen performing courtship dances in riverbeds to woo females. During this season, this Pokémon's body coloration is at its most beautiful.",
- "img": "https://www.serebii.net/pokemongo/pokemon/119.png",
- "size": {
- "height": "1.30 m",
- "weight": "39.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.08",
- "stats": {
- "base-attack": "175",
- "base-defense": "147",
- "base-stamina": "190",
- "max-cp": "2162",
- "max-hp": "162"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "poison jab",
- "type": "poison",
- "base-damage": "10",
- "energy": "7",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "megahorn",
- "type": "bug",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2.2"
- },
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "icy wind",
- "type": "ice",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "3.3"
- },
- {
- "name": "drill run",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.8"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "goldeen candy",
- "prev-evolution": [{
- "num": "118",
- "name": "goldeen",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "120",
- "name": "staryu",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Staryu's center section has an organ called the core that shines bright red. If you go to a beach toward the end of summer, the glowing cores of these Pokémon look like the stars in the sky.",
- "img": "https://www.serebii.net/pokemongo/pokemon/120.png",
- "size": {
- "height": "0.79 m",
- "weight": "34.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "1.95",
- "stats": {
- "base-attack": "137",
- "base-defense": "112",
- "base-stamina": "102",
- "max-cp": "1157",
- "max-hp": "92"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "swift",
- "type": "normal",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.8"
- },
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "power gem",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "staryu candy",
- "next-evolution": [{
- "num": "121",
- "name": "starmie",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "121",
- "name": "starmie",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Starmie's center section-the core-glows brightly in seven colors. Because of its luminous nature, this Pokémon has been given the nickname the gem of the sea.",
- "img": "https://www.serebii.net/pokemongo/pokemon/121.png",
- "size": {
- "height": "1.09 m",
- "weight": "80.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.034",
- "stats": {
- "base-attack": "210",
- "base-defense": "184",
- "base-stamina": "155",
- "max-cp": "2584",
- "max-hp": "134"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "hidden power",
- "type": "normal",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "power gem",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "psybeam",
- "type": "psychic",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "staryu candy",
- "prev-evolution": [{
- "num": "120",
- "name": "staryu",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "122",
- "name": "mr. mime",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Mr. Mime is a master of pantomime. Its gestures and motions convince watchers that something unseeable actually exists. Once the watchers are convinced, the unseeable thing exists as if it were real.",
- "img": "https://www.serebii.net/pokemongo/pokemon/122.png",
- "size": {
- "height": "1.30 m",
- "weight": "54.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.3",
- "common-capture-area": "early reports that this pokémon is likely to be found in: western europe or hatched from an egg in that geographic area."
- },
- "spawn-chance": "0.0031",
- "stats": {
- "base-attack": "192",
- "base-defense": "205",
- "base-stamina": "120",
- "max-cp": "2228",
- "max-hp": "106"
- },
- "resistant": [
- "fighting",
- "psychic",
- "dragon"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "psybeam",
- "type": "psychic",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "mr. mime candy",
- "prev-evolution": [{
- "num": "439",
- "name": "mime jr",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "123",
- "name": "scyther",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Scyther is blindingly fast. Its blazing speed enhances the effectiveness of the twin scythes on its forearms. This Pokémon's scythes are so effective, they can slice through thick logs in one wicked stroke.",
- "img": "https://www.serebii.net/pokemongo/pokemon/123.png",
- "size": {
- "height": "1.50 m",
- "weight": "56.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": "0.14",
- "stats": {
- "base-attack": "218",
- "base-defense": "170",
- "base-stamina": "172",
- "max-cp": "2706",
- "max-hp": "147"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "fire",
- "electric",
- "ice",
- "flying",
- "rock"
- ],
- "quick-move": [
- {
- "name": "fury cutter",
- "type": "bug",
- "base-damage": "3",
- "energy": "6",
- "move-duration-seg": "0.4"
- },
- {
- "name": "air slash",
- "type": "flying",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.2"
- },
- {
- "name": "steel wing",
- "type": "steel",
- "base-damage": "11",
- "energy": "6",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "night slash",
- "type": "dark",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.2"
- },
- {
- "name": "x scissor",
- "type": "water",
- "base-damage": "50",
- "energy": "-100",
- "move-duration-seg": "4.7"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "bug buzz",
- "type": "bug",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.7"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "scyther candy",
- "next-evolution": [{
- "num": "212",
- "name": "scizor",
- "candy-cost": "50",
- "evolution-item": {
- "name": "metal coat",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/metal-coat.png"
- }
- }]
- }
- },
- {
- "num": "124",
- "name": "jynx",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Jynx walks rhythmically, swaying and shaking its hips as if it were dancing. Its motions are so bouncingly alluring, people seeing it are compelled to shake their hips without giving any thought to what they are doing.",
- "img": "https://www.serebii.net/pokemongo/pokemon/124.png",
- "size": {
- "height": "1.40 m",
- "weight": "40.6 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ice",
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": "0.35",
- "stats": {
- "base-attack": "223",
- "base-defense": "151",
- "base-stamina": "163",
- "max-cp": "2555",
- "max-hp": "140"
- },
- "resistant": [
- "ice",
- "psychic"
- ],
- "weaknesses": [
- "fire",
- "bug",
- "rock",
- "ghost",
- "dark",
- "steel"
- ],
- "quick-move": [
- {
- "name": "frost breath",
- "type": "ice",
- "base-damage": "10",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- },
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "draining kiss",
- "type": "fairy",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "psyshock",
- "type": "psychic",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.7"
- },
- {
- "name": "avalanche",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "ice punch",
- "type": "ice",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "jynx candy",
- "prev-evolution": [{
- "num": "238",
- "name": "smoochum",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "125",
- "name": "electabuzz",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "When a storm arrives, gangs of this Pokémon compete with each other to scale heights that are likely to be stricken by lightning bolts. Some towns use Electabuzz in place of lightning rods.",
- "img": "https://www.serebii.net/pokemongo/pokemon/125.png",
- "size": {
- "height": "1.09 m",
- "weight": "30.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.074",
- "stats": {
- "base-attack": "198",
- "base-defense": "158",
- "base-stamina": "163",
- "max-cp": "2334",
- "max-hp": "140"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- },
- {
- "name": "low kick",
- "type": "fight",
- "base-damage": "6",
- "energy": "6",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "thunder punch",
- "type": "electric",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.8"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "thunder",
- "type": "electric",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "electabuzz candy",
- "next-evolution": [{
- "num": "466",
- "name": "electivire",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }],
- "prev-evolution": [{
- "num": "239",
- "name": "elekid",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "126",
- "name": "magmar",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "In battle, Magmar blows out intensely hot flames from all over its body to intimidate its opponent. This Pokémon's fiery bursts create heat waves that ignite grass and trees in its surroundings.",
- "img": "https://www.serebii.net/pokemongo/pokemon/126.png",
- "size": {
- "height": "1.30 m",
- "weight": "44.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.1",
- "stats": {
- "base-attack": "206",
- "base-defense": "154",
- "base-stamina": "163",
- "max-cp": "2394",
- "max-hp": "140"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "karate chop",
- "type": "fight",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "fire punch",
- "type": "fire",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.2"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "magmar candy",
- "next-evolution": [{
- "num": "467",
- "name": "magmortar",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }],
- "prev-evolution": [{
- "num": "240",
- "name": "magby",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "127",
- "name": "pinsir",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Pinsir is astoundingly strong. It can grip a foe weighing twice its weight in its horns and easily lift it. This Pokémon's movements turn sluggish in cold places.",
- "img": "https://www.serebii.net/pokemongo/pokemon/127.png",
- "size": {
- "height": "1.50 m",
- "weight": "55.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": "0.99",
- "stats": {
- "base-attack": "238",
- "base-defense": "182",
- "base-stamina": "163",
- "max-cp": "2959",
- "max-hp": "140"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "rock"
- ],
- "quick-move": [
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "fury cutter",
- "type": "bug",
- "base-damage": "3",
- "energy": "6",
- "move-duration-seg": "0.4"
- }
- ],
- "special-attack": [
- {
- "name": "vice grip",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "x scissor",
- "type": "water",
- "base-damage": "50",
- "energy": "-100",
- "move-duration-seg": "4.7"
- },
- {
- "name": "close combat",
- "type": "fight",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "submission",
- "type": "fight",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "pinsir candy"
- }
- },
- {
- "num": "128",
- "name": "tauros",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "This Pokémon is not satisfied unless it is rampaging at all times. If there is no opponent for Tauros to battle, it will charge at thick trees and knock them down to calm itself.",
- "img": "https://www.serebii.net/pokemongo/pokemon/128.png",
- "size": {
- "height": "1.40 m",
- "weight": "88.4 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.3",
- "common-capture-area": "early reports that this pokémon is likely to be found in: north america or hatched from an egg in that geographic area."
- },
- "spawn-chance": "0.12",
- "stats": {
- "base-attack": "198",
- "base-defense": "183",
- "base-stamina": "181",
- "max-cp": "2620",
- "max-hp": "154"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "horn attack",
- "type": "normal",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.85"
- },
- {
- "name": "iron head",
- "type": "steel",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "1.9"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "tauros candy"
- }
- },
- {
- "num": "129",
- "name": "magikarp",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Magikarp is a pathetic excuse for a Pokémon that is only capable of flopping and splashing. This behavior prompted scientists to undertake research into it.",
- "img": "https://www.serebii.net/pokemongo/pokemon/129.png",
- "size": {
- "height": "0.89 m",
- "weight": "10.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.7"
- },
- "spawn-chance": "4.78",
- "stats": {
- "base-attack": "29",
- "base-defense": "85",
- "base-stamina": "85",
- "max-cp": "274",
- "max-hp": "79"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "splash",
- "type": "water",
- "base-damage": "0",
- "energy": "0",
- "move-duration-seg": "1.73"
- }],
- "special-attack": [
- {
- "name": "struggle",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "magikarp candy",
- "next-evolution": [{
- "num": "130",
- "name": "gyarados",
- "candy-cost": "400"
- }]
- }
- },
- {
- "num": "130",
- "name": "gyarados",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "When Magikarp evolves into Gyarados, its brain cells undergo a structural transformation. It is said that this transformation is to blame for this Pokémon's wildly violent nature.",
- "img": "https://www.serebii.net/pokemongo/pokemon/130.png",
- "size": {
- "height": "6.50 m",
- "weight": "235.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.0032",
- "stats": {
- "base-attack": "237",
- "base-defense": "186",
- "base-stamina": "216",
- "max-cp": "3391",
- "max-hp": "182"
- },
- "resistant": [
- "fire",
- "water",
- "fighting",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "dragon tail",
- "type": "dragon",
- "base-damage": "15",
- "energy": "9",
- "move-duration-seg": "1.1"
- },
- {
- "name": "dragon breath",
- "type": "dragon",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "outrage",
- "type": "dragon",
- "base-damage": "110",
- "energy": "-50",
- "move-duration-seg": "3.9"
- },
- {
- "name": "dragon pulse",
- "type": "dragon",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.6"
- },
- {
- "name": "twister",
- "type": "dragon",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.8"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "magikarp candy",
- "prev-evolution": [{
- "num": "129",
- "name": "magikarp",
- "candy-cost": "400"
- }]
- }
- },
- {
- "num": "131",
- "name": "lapras",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "People have driven Lapras almost to the point of extinction. In the evenings, this Pokémon is said to sing plaintively as it seeks what few others of its kind still remain.",
- "img": "https://www.serebii.net/pokemongo/pokemon/131.png",
- "size": {
- "height": "2.49 m",
- "weight": "220.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "ice"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": "0.006",
- "stats": {
- "base-attack": "165",
- "base-defense": "174",
- "base-stamina": "277",
- "max-cp": "2641",
- "max-hp": "230"
- },
- "resistant": [
- "water",
- "ice"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "fighting",
- "rock"
- ],
- "quick-move": [
- {
- "name": "frost breath",
- "type": "ice",
- "base-damage": "10",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "ice shard",
- "type": "ice",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "dragon pulse",
- "type": "dragon",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.6"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "lapras candy"
- }
- },
- {
- "num": "132",
- "name": "ditto",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Ditto rearranges its cell structure to transform itself into other shapes. However, if it tries to transform itself into something by relying on its memory, this Pokémon manages to get details wrong.",
- "img": "https://www.serebii.net/pokemongo/pokemon/132.png",
- "size": {
- "height": "0.30 m",
- "weight": "4.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "91",
- "base-defense": "91",
- "base-stamina": "134",
- "max-cp": "832",
- "max-hp": "117"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- }],
- "special-attack": [
- {
- "name": "struggle",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "ditto candy"
- }
- },
- {
- "num": "133",
- "name": "eevee",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Eevee has an unstable genetic makeup that suddenly mutates due to the environment in which it lives. Radiation from various stones causes this Pokémon to evolve.",
- "img": "https://www.serebii.net/pokemongo/pokemon/133.png",
- "size": {
- "height": "0.30 m",
- "weight": "6.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "2.75",
- "stats": {
- "base-attack": "104",
- "base-defense": "114",
- "base-stamina": "146",
- "max-cp": "1071",
- "max-hp": "127"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "swift",
- "type": "normal",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.8"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "eevee candy",
- "next-evolution": [
- {
- "num": "134",
- "name": "vaporeon",
- "candy-cost": "25"
- },
- {
- "num": "135",
- "name": "jolteon",
- "candy-cost": "25"
- },
- {
- "num": "136",
- "name": "flareon",
- "candy-cost": "25"
- },
- {
- "num": "196",
- "name": "espeon",
- "candy-cost": "25"
- },
- {
- "num": "197",
- "name": "umbreon",
- "candy-cost": "25"
- },
- {
- "num": "470",
- "name": "leafeon",
- "candy-cost": "25"
- },
- {
- "num": "471",
- "name": "glaceon",
- "candy-cost": "25"
- }
- ]
- }
- },
- {
- "num": "134",
- "name": "vaporeon",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Vaporeon underwent a spontaneous mutation and grew fins and gills that allow it to live underwater. This Pokémon has the ability to freely control water.",
- "img": "https://www.serebii.net/pokemongo/pokemon/134.png",
- "size": {
- "height": "0.99 m",
- "weight": "29.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.014",
- "stats": {
- "base-attack": "205",
- "base-defense": "161",
- "base-stamina": "277",
- "max-cp": "3114",
- "max-hp": "230"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }],
- "special-attack": [
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "aqua tail",
- "type": "water",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "eevee candy",
- "prev-evolution": [{
- "num": "133",
- "name": "eevee",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "135",
- "name": "jolteon",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Jolteon's cells generate a low level of electricity. This power is amplified by the static electricity of its fur, enabling the Pokémon to drop thunderbolts. The bristling fur is made of electrically charged needles.",
- "img": "https://www.serebii.net/pokemongo/pokemon/135.png",
- "size": {
- "height": "0.79 m",
- "weight": "24.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.012",
- "stats": {
- "base-attack": "232",
- "base-defense": "182",
- "base-stamina": "163",
- "max-cp": "2888",
- "max-hp": "140"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- },
- {
- "name": "volt switch",
- "type": "electric",
- "base-damage": "20",
- "energy": "25",
- "move-duration-seg": "2.3"
- }
- ],
- "special-attack": [
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "thunder",
- "type": "electric",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "eevee candy",
- "prev-evolution": [{
- "num": "133",
- "name": "eevee",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "136",
- "name": "flareon",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Flareon's fluffy fur has a functional purpose-it releases heat into the air so that its body does not get excessively hot. This Pokémon's body temperature can rise to a maximum of 1,650 degrees Fahrenheit.",
- "img": "https://www.serebii.net/pokemongo/pokemon/136.png",
- "size": {
- "height": "0.89 m",
- "weight": "25.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.017",
- "stats": {
- "base-attack": "246",
- "base-defense": "179",
- "base-stamina": "163",
- "max-cp": "3029",
- "max-hp": "140"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "fire spin",
- "type": "fire",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- },
- {
- "name": "overheat",
- "type": "fire",
- "base-damage": "160",
- "energy": "-100",
- "move-duration-seg": "4"
- },
- {
- "name": "heat wave",
- "type": "fire",
- "base-damage": "95",
- "energy": "-100",
- "move-duration-seg": "3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "eevee candy",
- "prev-evolution": [{
- "num": "133",
- "name": "eevee",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "137",
- "name": "porygon",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Porygon is capable of reverting itself entirely back to program data and entering cyberspace. This Pokémon is copy-protected so it cannot be duplicated by copying.",
- "img": "https://www.serebii.net/pokemongo/pokemon/137.png",
- "size": {
- "height": "0.79 m",
- "weight": "36.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "0.012",
- "stats": {
- "base-attack": "153",
- "base-defense": "136",
- "base-stamina": "163",
- "max-cp": "1720",
- "max-hp": "140"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- },
- {
- "name": "hidden power",
- "type": "normal",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "zap cannon",
- "type": "electric",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.7"
- },
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- },
- {
- "name": "psybeam",
- "type": "psychic",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "signal beam",
- "type": "bug",
- "base-damage": "75",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "porygon candy",
- "next-evolution": [{
- "num": "233",
- "name": "porygon2",
- "candy-cost": "25",
- "evolution-item": {
- "name": "up grade",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/up-grade.png"
- },
- "next-evolution": [{
- "num": "474",
- "name": "porygon-z",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }]
- }]
- }
- },
- {
- "num": "138",
- "name": "omanyte",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Omanyte is one of the ancient and long-since-extinct Pokémon that have been regenerated from fossils by people. If attacked by an enemy, it withdraws itself inside its hard shell.",
- "img": "https://www.serebii.net/pokemongo/pokemon/138.png",
- "size": {
- "height": "0.41 m",
- "weight": "7.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "0.14",
- "stats": {
- "base-attack": "155",
- "base-defense": "153",
- "base-stamina": "111",
- "max-cp": "1544",
- "max-hp": "99"
- },
- "resistant": [
- "normal",
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- },
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "rock blast",
- "type": "rock",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "rock tomb",
- "type": "rock",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "brine",
- "type": "water",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "omanyte candy",
- "next-evolution": [{
- "num": "139",
- "name": "omastar",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "139",
- "name": "omastar",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Omastar uses its tentacles to capture its prey. It is believed to have become extinct because its shell grew too large and heavy, causing its movements to become too slow and ponderous.",
- "img": "https://www.serebii.net/pokemongo/pokemon/139.png",
- "size": {
- "height": "0.99 m",
- "weight": "35.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": "0.0061",
- "stats": {
- "base-attack": "207",
- "base-defense": "201",
- "base-stamina": "172",
- "max-cp": "2786",
- "max-hp": "147"
- },
- "resistant": [
- "normal",
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "quick-move": [
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- },
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "rock throw",
- "type": "rock",
- "base-damage": "12",
- "energy": "7",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "rock blast",
- "type": "rock",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "omanyte candy",
- "prev-evolution": [{
- "num": "138",
- "name": "omanyte",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "140",
- "name": "kabuto",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Kabuto is a Pokémon that has been regenerated from a fossil. However, in extremely rare cases, living examples have been discovered. The Pokémon has not changed at all for 300 million years.",
- "img": "https://www.serebii.net/pokemongo/pokemon/140.png",
- "size": {
- "height": "0.51 m",
- "weight": "11.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "0.1",
- "stats": {
- "base-attack": "148",
- "base-defense": "140",
- "base-stamina": "102",
- "max-cp": "1370",
- "max-hp": "92"
- },
- "resistant": [
- "normal",
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "quick-move": [
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- },
- {
- "name": "aqua jet",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.6"
- },
- {
- "name": "rock tomb",
- "type": "rock",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "kabuto candy",
- "next-evolution": [{
- "num": "141",
- "name": "kabutops",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "141",
- "name": "kabutops",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Kabutops swam underwater to hunt for its prey in ancient times. The Pokémon was apparently evolving from being a water-dweller to living on land as evident from the beginnings of change in its gills and legs.",
- "img": "https://www.serebii.net/pokemongo/pokemon/141.png",
- "size": {
- "height": "1.30 m",
- "weight": "40.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": "0.0032",
- "stats": {
- "base-attack": "220",
- "base-defense": "186",
- "base-stamina": "155",
- "max-cp": "2713",
- "max-hp": "134"
- },
- "resistant": [
- "normal",
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "quick-move": [
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- },
- {
- "name": "fury cutter",
- "type": "bug",
- "base-damage": "3",
- "energy": "6",
- "move-duration-seg": "0.4"
- }
- ],
- "special-attack": [
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "kabuto candy",
- "prev-evolution": [{
- "num": "140",
- "name": "kabuto",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "142",
- "name": "aerodactyl",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Aerodactyl is a Pokémon from the age of dinosaurs. It was regenerated from genetic material extracted from amber. It is imagined to have been the king of the skies in ancient times.",
- "img": "https://www.serebii.net/pokemongo/pokemon/142.png",
- "size": {
- "height": "1.80 m",
- "weight": "59.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.018",
- "stats": {
- "base-attack": "221",
- "base-defense": "159",
- "base-stamina": "190",
- "max-cp": "2783",
- "max-hp": "162"
- },
- "resistant": [
- "normal",
- "fire",
- "poison",
- "flying",
- "bug"
- ],
- "weaknesses": [
- "water",
- "electric",
- "ice",
- "rock",
- "steel"
- ],
- "quick-move": [
- {
- "name": "steel wing",
- "type": "steel",
- "base-damage": "11",
- "energy": "6",
- "move-duration-seg": "0.8"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- },
- {
- "name": "iron head",
- "type": "steel",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "1.9"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "aerodactyl candy"
- }
- },
- {
- "num": "143",
- "name": "snorlax",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Snorlax's typical day consists of nothing more than eating and sleeping. It is such a docile Pokémon that there are children who use its expansive belly as a place to play.",
- "img": "https://www.serebii.net/pokemongo/pokemon/143.png",
- "size": {
- "height": "2.11 m",
- "weight": "460.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": "0.016",
- "stats": {
- "base-attack": "190",
- "base-defense": "169",
- "base-stamina": "330",
- "max-cp": "3225",
- "max-hp": "272"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- },
- {
- "name": "lick",
- "type": "ghost",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "heavy slam",
- "type": "steel",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.1"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "snorlax candy",
- "prev-evolution": [{
- "num": "446",
- "name": "munchlax",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "144",
- "name": "articuno",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Articuno is a legendary bird Pokémon that can control ice. The flapping of its wings chills the air. As a result, it is said that when this Pokémon flies, snow will fall.",
- "img": "https://www.serebii.net/pokemongo/pokemon/144.png",
- "size": {
- "height": "1.70 m",
- "weight": "55.4 kg"
- },
- "pokemon-rarity": "legendary",
- "type": [
- "ice",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.03"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "192",
- "base-defense": "236",
- "base-stamina": "207",
- "max-cp": "3051",
- "max-hp": "175"
- },
- "resistant": [
- "grass",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "fire",
- "electric",
- "rock",
- "steel"
- ],
- "quick-move": [
- {
- "name": "frost breath",
- "type": "ice",
- "base-damage": "10",
- "energy": "8",
- "move-duration-seg": "0.9"
- }],
- "special-attack": [
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "icy wind",
- "type": "ice",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "3.3"
- },
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "articuno candy"
- }
- },
- {
- "num": "145",
- "name": "zapdos",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Zapdos is a legendary bird Pokémon that has the ability to control electricity. It usually lives in thunderclouds. The Pokémon gains power if it is stricken by lightning bolts.",
- "img": "https://www.serebii.net/pokemongo/pokemon/145.png",
- "size": {
- "height": "1.60 m",
- "weight": "52.6 kg"
- },
- "pokemon-rarity": "legendary",
- "type": [
- "electric",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.03"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "253",
- "base-defense": "185",
- "base-stamina": "207",
- "max-cp": "3527",
- "max-hp": "175"
- },
- "resistant": [
- "grass",
- "fighting",
- "flying",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "ice",
- "rock"
- ],
- "quick-move": [
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- },
- {
- "name": "volt switch",
- "type": "electric",
- "base-damage": "20",
- "energy": "25",
- "move-duration-seg": "2.3"
- }
- ],
- "special-attack": [
- {
- "name": "zap cannon",
- "type": "electric",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.7"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "thunder",
- "type": "electric",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "zapdos candy"
- }
- },
- {
- "num": "146",
- "name": "moltres",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Moltres is a legendary bird Pokémon that has the ability to control fire. If this Pokémon is injured, it is said to dip its body in the molten magma of a volcano to burn and heal itself.",
- "img": "https://www.serebii.net/pokemongo/pokemon/146.png",
- "size": {
- "height": "2.01 m",
- "weight": "60.0 kg"
- },
- "pokemon-rarity": "legendary",
- "type": [
- "fire",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.03"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "251",
- "base-defense": "181",
- "base-stamina": "207",
- "max-cp": "3465",
- "max-hp": "175"
- },
- "resistant": [
- "fire",
- "grass",
- "fighting",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "fire spin",
- "type": "fire",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.1"
- }],
- "special-attack": [
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "heat wave",
- "type": "fire",
- "base-damage": "95",
- "energy": "-100",
- "move-duration-seg": "3"
- },
- {
- "name": "overheat",
- "type": "fire",
- "base-damage": "160",
- "energy": "-100",
- "move-duration-seg": "4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "moltres candy"
- }
- },
- {
- "num": "147",
- "name": "dratini",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Dratini continually molts and sloughs off its old skin. It does so because the life energy within its body steadily builds to reach uncontrollable levels.",
- "img": "https://www.serebii.net/pokemongo/pokemon/147.png",
- "size": {
- "height": "1.80 m",
- "weight": "3.3 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "dragon"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "0.3",
- "stats": {
- "base-attack": "119",
- "base-defense": "91",
- "base-stamina": "121",
- "max-cp": "1004",
- "max-hp": "107"
- },
- "resistant": [
- "fire",
- "water",
- "electric",
- "grass"
- ],
- "weaknesses": [
- "ice",
- "dragon",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "dragon breath",
- "type": "dragon",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "iron tail",
- "type": "steel",
- "base-damage": "15",
- "energy": "7",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "wrap",
- "type": "normal",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.9"
- },
- {
- "name": "twister",
- "type": "dragon",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.8"
- },
- {
- "name": "aqua tail",
- "type": "water",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "dratini candy",
- "next-evolution": [{
- "num": "148",
- "name": "dragonair",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "149",
- "name": "dragonite",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "148",
- "name": "dragonair",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Dragonair stores an enormous amount of energy inside its body. It is said to alter weather conditions in its vicinity by discharging energy from its crystals on its neck and tail.",
- "img": "https://www.serebii.net/pokemongo/pokemon/148.png",
- "size": {
- "height": "3.99 m",
- "weight": "16.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "dragon"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.02",
- "stats": {
- "base-attack": "163",
- "base-defense": "135",
- "base-stamina": "156",
- "max-cp": "1780",
- "max-hp": "135"
- },
- "resistant": [
- "fire",
- "water",
- "electric",
- "grass"
- ],
- "weaknesses": [
- "ice",
- "dragon",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "dragon breath",
- "type": "dragon",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "iron tail",
- "type": "steel",
- "base-damage": "15",
- "energy": "7",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "wrap",
- "type": "normal",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.9"
- },
- {
- "name": "aqua tail",
- "type": "water",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "dragon pulse",
- "type": "dragon",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "dratini candy",
- "next-evolution": [{
- "num": "149",
- "name": "dragonite",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "147",
- "name": "dratini",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "149",
- "name": "dragonite",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Dragonite is capable of circling the globe in just 16 hours. It is a kindhearted Pokémon that leads lost and foundering ships in a storm to the safety of land.",
- "img": "https://www.serebii.net/pokemongo/pokemon/149.png",
- "size": {
- "height": "2.21 m",
- "weight": "210.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "dragon",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": "0.0011",
- "stats": {
- "base-attack": "263",
- "base-defense": "198",
- "base-stamina": "209",
- "max-cp": "3792",
- "max-hp": "177"
- },
- "resistant": [
- "fire",
- "water",
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "ice",
- "rock",
- "dragon",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "steel wing",
- "type": "steel",
- "base-damage": "11",
- "energy": "6",
- "move-duration-seg": "0.8"
- },
- {
- "name": "dragon tail",
- "type": "dragon",
- "base-damage": "15",
- "energy": "9",
- "move-duration-seg": "1.1"
- },
- {
- "name": "dragon breath",
- "type": "dragon",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "hurricane",
- "type": "flying",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "2.7"
- },
- {
- "name": "outrage",
- "type": "dragon",
- "base-damage": "110",
- "energy": "-50",
- "move-duration-seg": "3.9"
- },
- {
- "name": "dragon claw",
- "type": "dragon",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.7"
- },
- {
- "name": "dragon pulse",
- "type": "dragon",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "dratini candy",
- "prev-evolution": [{
- "num": "148",
- "name": "dragonair",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "147",
- "name": "dratini",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "150",
- "name": "mewtwo",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Mewtwo is a Pokémon that was created by genetic manipulation. However, even though the scientific power of humans created this Pokémon's body, they failed to endow Mewtwo with a compassionate heart",
- "img": "https://www.serebii.net/pokemongo/pokemon/150.png",
- "size": {
- "height": "2.01 m",
- "weight": "122.0 kg"
- },
- "pokemon-rarity": "legendary",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.06"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "300",
- "base-defense": "182",
- "base-stamina": "214",
- "max-cp": "4178",
- "max-hp": "180"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "psycho cut",
- "type": "psychic",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "focus blast",
- "type": "fight",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "mewtwo candy"
- }
- },
- {
- "num": "151",
- "name": "mew",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Mew is said to possess the genetic composition of all Pokémon. It is capable of making itself invisible at will, so it entirely avoids notice even if it approaches people.",
- "img": "https://www.serebii.net/pokemongo/pokemon/151.png",
- "size": {
- "height": "0.41 m",
- "weight": "4.0 kg"
- },
- "pokemon-rarity": "mythic",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0",
- "base-capture-rate": "100"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "210",
- "base-defense": "210",
- "base-stamina": "225",
- "max-cp": "3265",
- "max-hp": "189"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- }],
- "special-attack": [
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "focus blast",
- "type": "fight",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.5"
- },
- {
- "name": "thunder",
- "type": "electric",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.4"
- },
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "mew candy"
- }
- },
- {
- "num": "152",
- "name": "chikorita",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "In battle, Chikorita waves its leaf around to keep the foe at bay. However, a sweet fragrance also wafts from the leaf, becalming the battling Pokémon and creating a cozy, friendly atmosphere all around.",
- "img": "https://www.serebii.net/pokemongo/pokemon/152.png",
- "size": {
- "height": "0.89 m",
- "weight": "6.4 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "92",
- "base-defense": "122",
- "base-stamina": "128",
- "max-cp": "935",
- "max-hp": "113"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "vine whip",
- "type": "grass",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "energy ball",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.9"
- },
- {
- "name": "grass knot",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "chikorita candy",
- "next-evolution": [{
- "num": "153",
- "name": "bayleef",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "154",
- "name": "meganium",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "153",
- "name": "bayleef",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Bayleef's neck is ringed by curled-up leaves. Inside each tubular leaf is a small shoot of a tree. The fragrance of this shoot makes people peppy.",
- "img": "https://www.serebii.net/pokemongo/pokemon/153.png",
- "size": {
- "height": "1.19 m",
- "weight": "15.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "122",
- "base-defense": "155",
- "base-stamina": "155",
- "max-cp": "1454",
- "max-hp": "134"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "energy ball",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.9"
- },
- {
- "name": "grass knot",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "chikorita candy",
- "next-evolution": [{
- "num": "154",
- "name": "meganium",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "152",
- "name": "chikorita",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "154",
- "name": "meganium",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "The fragrance of Meganium's flower soothes and calms emotions. In battle, this Pokémon gives off more of its becalming scent to blunt the foe's fighting spirit.",
- "img": "https://www.serebii.net/pokemongo/pokemon/154.png",
- "size": {
- "height": "1.80 m",
- "weight": "100.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "168",
- "base-defense": "202",
- "base-stamina": "190",
- "max-cp": "2410",
- "max-hp": "162"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "vine whip",
- "type": "grass",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "petal blizzard",
- "type": "grass",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "2.6"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "chikorita candy",
- "prev-evolution": [{
- "num": "153",
- "name": "bayleef",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "152",
- "name": "chikorita",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "155",
- "name": "cyndaquil",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Cyndaquil protects itself by flaring up the flames on its back. The flames are vigorous if the Pokémon is angry. However, if it is tired, the flames splutter fitfully with incomplete combustion.",
- "img": "https://www.serebii.net/pokemongo/pokemon/155.png",
- "size": {
- "height": "0.51 m",
- "weight": "7.9 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "116",
- "base-defense": "93",
- "base-stamina": "118",
- "max-cp": "980",
- "max-hp": "105"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "flame charge",
- "type": "fire",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.8"
- },
- {
- "name": "swift",
- "type": "normal",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.8"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "cyndaquil candy",
- "next-evolution": [{
- "num": "156",
- "name": "quilava",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "157",
- "name": "typhlosion",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "156",
- "name": "quilava",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Quilava keeps its foes at bay with the intensity of its flames and gusts of superheated air. This Pokémon applies its outstanding nimbleness to dodge attacks even while scorching the foe with flames.",
- "img": "https://www.serebii.net/pokemongo/pokemon/156.png",
- "size": {
- "height": "0.89 m",
- "weight": "19.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "158",
- "base-defense": "126",
- "base-stamina": "151",
- "max-cp": "1653",
- "max-hp": "131"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "flame charge",
- "type": "fire",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.8"
- },
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "cyndaquil candy",
- "next-evolution": [{
- "num": "157",
- "name": "typhlosion",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "155",
- "name": "cyndaquil",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "157",
- "name": "typhlosion",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Typhlosion obscures itself behind a shimmering heat haze that it creates using its intensely hot flames. This Pokémon creates blazing explosive blasts that burn everything to cinders.",
- "img": "https://www.serebii.net/pokemongo/pokemon/157.png",
- "size": {
- "height": "1.70 m",
- "weight": "79.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "223",
- "base-defense": "173",
- "base-stamina": "186",
- "max-cp": "2889",
- "max-hp": "158"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "shadow claw",
- "type": "ghost",
- "base-damage": "9",
- "energy": "6",
- "move-duration-seg": "0.7"
- }
- ],
- "special-attack": [
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "overheat",
- "type": "fire",
- "base-damage": "160",
- "energy": "-100",
- "move-duration-seg": "4"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "cyndaquil candy",
- "prev-evolution": [{
- "num": "156",
- "name": "quilava",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "155",
- "name": "cyndaquil",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "158",
- "name": "totodile",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Despite the smallness of its body, Totodile's jaws are very powerful. While the Pokémon may think it is just playfully nipping, its bite has enough power to cause serious injury.",
- "img": "https://www.serebii.net/pokemongo/pokemon/158.png",
- "size": {
- "height": "0.61 m",
- "weight": "9.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "117",
- "base-defense": "109",
- "base-stamina": "137",
- "max-cp": "1131",
- "max-hp": "120"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "aqua jet",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.6"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "totodile candy",
- "next-evolution": [{
- "num": "159",
- "name": "croconaw",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "160",
- "name": "feraligatr",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "159",
- "name": "croconaw",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Once Croconaw has clamped its jaws on its foe, it will absolutely not let go. Because the tips of its fangs are forked back like barbed fishhooks, they become impossible to remove when they have sunk in.",
- "img": "https://www.serebii.net/pokemongo/pokemon/159.png",
- "size": {
- "height": "1.09 m",
- "weight": "25.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "150",
- "base-defense": "142",
- "base-stamina": "163",
- "max-cp": "1722",
- "max-hp": "140"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "ice punch",
- "type": "ice",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "totodile candy",
- "next-evolution": [{
- "num": "160",
- "name": "feraligatr",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "158",
- "name": "totodile",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "160",
- "name": "feraligatr",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Feraligatr intimidates its foes by opening its huge mouth. In battle, it will kick the ground hard with its thick and powerful hind legs to charge at the foe at an incredible speed.",
- "img": "https://www.serebii.net/pokemongo/pokemon/160.png",
- "size": {
- "height": "2.31 m",
- "weight": "88.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "205",
- "base-defense": "188",
- "base-stamina": "198",
- "max-cp": "2857",
- "max-hp": "168"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "totodile candy",
- "prev-evolution": [{
- "num": "159",
- "name": "croconaw",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "158",
- "name": "totodile",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "161",
- "name": "sentret",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "When Sentret sleeps, it does so while another stands guard. The sentry wakes the others at the first sign of danger. When this Pokémon becomes separated from its pack, it becomes incapable of sleep due to fear.",
- "img": "https://www.serebii.net/pokemongo/pokemon/161.png",
- "size": {
- "height": "0.79 m",
- "weight": "6.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "79",
- "base-defense": "73",
- "base-stamina": "111",
- "max-cp": "618",
- "max-hp": "99"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "grass knot",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "sentret candy",
- "next-evolution": [{
- "num": "162",
- "name": "furret",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "162",
- "name": "furret",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Furret has a very slim build. When under attack, it can slickly squirm through narrow spaces and get away. In spite of its short limbs, this Pokémon is very nimble and fleet.",
- "img": "https://www.serebii.net/pokemongo/pokemon/162.png",
- "size": {
- "height": "1.80 m",
- "weight": "32.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "148",
- "base-defense": "125",
- "base-stamina": "198",
- "max-cp": "1758",
- "max-hp": "168"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "sucker punch",
- "type": "dark",
- "base-damage": "7",
- "energy": "8",
- "move-duration-seg": "0.7"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "sentret candy",
- "prev-evolution": [{
- "num": "161",
- "name": "sentret",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "163",
- "name": "hoothoot",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Hoothoot has an internal organ that senses and tracks the earth's rotation. Using this special organ, this Pokémon begins hooting at precisely the same time every day.",
- "img": "https://www.serebii.net/pokemongo/pokemon/163.png",
- "size": {
- "height": "0.71 m",
- "weight": "21.2 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "67",
- "base-defense": "88",
- "base-stamina": "155",
- "max-cp": "677",
- "max-hp": "134"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "rock"
- ],
- "quick-move": [
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- },
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- }
- ],
- "special-attack": [
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- }],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "hoothoot candy",
- "next-evolution": [{
- "num": "164",
- "name": "noctowl",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "164",
- "name": "noctowl",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Noctowl never fails at catching prey in darkness. This Pokémon owes its success to its superior vision that allows it to see in minimal light, and to its soft, supple wings that make no sound in flight.",
- "img": "https://www.serebii.net/pokemongo/pokemon/164.png",
- "size": {
- "height": "1.60 m",
- "weight": "40.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "145",
- "base-defense": "156",
- "base-stamina": "225",
- "max-cp": "2024",
- "max-hp": "189"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "rock"
- ],
- "quick-move": [
- {
- "name": "wing attack",
- "type": "flying",
- "base-damage": "8",
- "energy": "9",
- "move-duration-seg": "0.8"
- },
- {
- "name": "extrasensory",
- "type": "psychic",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "sky attack",
- "type": "flying",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- },
- {
- "name": "night shade",
- "type": "ghost",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "hoothoot candy",
- "prev-evolution": [{
- "num": "163",
- "name": "hoothoot",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "165",
- "name": "ledyba",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Ledyba secretes an aromatic fluid from where its legs join its body. This fluid is used for communicating with others. This Pokémon conveys its feelings to others by altering the fluid's scent.",
- "img": "https://www.serebii.net/pokemongo/pokemon/165.png",
- "size": {
- "height": "0.99 m",
- "weight": "10.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "72",
- "base-defense": "118",
- "base-stamina": "120",
- "max-cp": "728",
- "max-hp": "106"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "fire",
- "electric",
- "ice",
- "flying"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "silver wind",
- "type": "bug",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.7"
- },
- {
- "name": "swift",
- "type": "normal",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.8"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "ledyba candy",
- "next-evolution": [{
- "num": "166",
- "name": "ledian",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "166",
- "name": "ledian",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "It is said that in lands with clean air, where the stars fill the sky, there live Ledian in countless numbers. There is a good reason for this-the Pokémon uses the light of the stars as its energy.",
- "img": "https://www.serebii.net/pokemongo/pokemon/166.png",
- "size": {
- "height": "1.40 m",
- "weight": "35.6 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "107",
- "base-defense": "179",
- "base-stamina": "146",
- "max-cp": "1346",
- "max-hp": "127"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "fire",
- "electric",
- "ice",
- "flying"
- ],
- "quick-move": [
- {
- "name": "struggle bug",
- "type": "bug",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "bug buzz",
- "type": "bug",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.7"
- },
- {
- "name": "silver wind",
- "type": "bug",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.7"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "ledyba candy",
- "prev-evolution": [{
- "num": "165",
- "name": "ledyba",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "167",
- "name": "spinarak",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "The web spun by Spinarak can be considered its second nervous system. It is said that this Pokémon can determine what kind of prey is touching its web just by the tiny vibrations it feels through the web's strands.",
- "img": "https://www.serebii.net/pokemongo/pokemon/167.png",
- "size": {
- "height": "0.51 m",
- "weight": "8.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "105",
- "base-defense": "73",
- "base-stamina": "120",
- "max-cp": "816",
- "max-hp": "106"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "night slash",
- "type": "dark",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.2"
- },
- {
- "name": "signal beam",
- "type": "bug",
- "base-damage": "75",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "cross poison",
- "type": "poison",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "spinarak candy",
- "next-evolution": [{
- "num": "168",
- "name": "ariados",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "168",
- "name": "ariados",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Ariados's feet are tipped with tiny hooked claws that enable it to scuttle on ceilings and vertical walls. This Pokémon constricts the foe with thin and strong silk webbing.",
- "img": "https://www.serebii.net/pokemongo/pokemon/168.png",
- "size": {
- "height": "1.09 m",
- "weight": "33.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "161",
- "base-defense": "124",
- "base-stamina": "172",
- "max-cp": "1772",
- "max-hp": "147"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- },
- {
- "name": "infestation",
- "type": "bug",
- "base-damage": "10",
- "energy": "14",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "shadow sneak",
- "type": "ghost",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.9"
- },
- {
- "name": "megahorn",
- "type": "bug",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2.2"
- },
- {
- "name": "cross poison",
- "type": "poison",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "spinarak candy",
- "prev-evolution": [{
- "num": "167",
- "name": "spinarak",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "169",
- "name": "crobat",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "If this Pokémon is flying by fluttering only a pair of wings on either the forelegs or hind legs, it's proof that Crobat has been flying a long distance. It switches the wings it uses if it is tired.",
- "img": "https://www.serebii.net/pokemongo/pokemon/169.png",
- "size": {
- "height": "1.80 m",
- "weight": "75.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "194",
- "base-defense": "178",
- "base-stamina": "198",
- "max-cp": "2646",
- "max-hp": "168"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "air slash",
- "type": "flying",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.2"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "air cutter",
- "type": "flying",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "zubat candy",
- "prev-evolution": [{
- "num": "042",
- "name": "golbat",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "041",
- "name": "zubat",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "170",
- "name": "chinchou",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Chinchou lets loose positive and negative electrical charges from its two antennas to make its prey faint. This Pokémon flashes its electric lights to exchange signals with others.",
- "img": "https://www.serebii.net/pokemongo/pokemon/170.png",
- "size": {
- "height": "0.51 m",
- "weight": "12.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "106",
- "base-defense": "97",
- "base-stamina": "181",
- "max-cp": "1119",
- "max-hp": "154"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "grass",
- "ground"
- ],
- "quick-move": [
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- },
- {
- "name": "spark",
- "type": "electric",
- "base-damage": "6",
- "energy": "9",
- "move-duration-seg": "0.7"
- }
- ],
- "special-attack": [
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "chinchou candy",
- "next-evolution": [{
- "num": "171",
- "name": "lanturn",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "171",
- "name": "lanturn",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Lanturn is nicknamed \"the deep-sea star for its illuminated antenna. This Pokémon produces light by causing a chemical reaction between bacteria and its bodily fluids inside the antenna.",
- "img": "https://www.serebii.net/pokemongo/pokemon/171.png",
- "size": {
- "height": "1.19 m",
- "weight": "22.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "146",
- "base-defense": "137",
- "base-stamina": "268",
- "max-cp": "2085",
- "max-hp": "223"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "grass",
- "ground"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "thunder",
- "type": "electric",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "chinchou candy",
- "prev-evolution": [{
- "num": "170",
- "name": "chinchou",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "172",
- "name": "pichu",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Pichu charges itself with electricity more easily on days with thunderclouds or when the air is very dry. You can hear the crackling of static electricity coming off this Pokémon.",
- "img": "https://www.serebii.net/pokemongo/pokemon/172.png",
- "size": {
- "height": "0.30 m",
- "weight": "2.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "not in capture",
- "base-capture-rate": "not in capture"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "77",
- "base-defense": "53",
- "base-stamina": "85",
- "max-cp": "473",
- "max-hp": "79"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "disarming voice",
- "type": "fairy",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.9"
- },
- {
- "name": "thunder punch",
- "type": "electric",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.8"
- }
- ],
- "egg": "7 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "pikachu candy",
- "next-evolution": [{
- "num": "025",
- "name": "pikachu",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "026",
- "name": "raichu",
- "candy-cost": "50"
- }]
- }]
- }
- },
- {
- "num": "173",
- "name": "cleffa",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "On nights with many shooting stars, Cleffa can be seen dancing in a ring. They dance through the night and stop only at the break of day, when these Pokémon quench their thirst with the morning dew.",
- "img": "https://www.serebii.net/pokemongo/pokemon/173.png",
- "size": {
- "height": "0.30 m",
- "weight": "3.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fairy"
- ],
- "encounter": {
- "base-flee-rate": "not in capture",
- "base-capture-rate": "not in capture"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "75",
- "base-defense": "79",
- "base-stamina": "137",
- "max-cp": "671",
- "max-hp": "120"
- },
- "resistant": [
- "fighting",
- "bug",
- "dragon",
- "dark"
- ],
- "weaknesses": [
- "poison",
- "steel"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "grass knot",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "psyshock",
- "type": "psychic",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.7"
- },
- {
- "name": "signal beam",
- "type": "bug",
- "base-damage": "75",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "7 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "clefairy candy",
- "next-evolution": [{
- "num": "035",
- "name": "clefairy",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "036",
- "name": "clefable",
- "candy-cost": "50"
- }]
- }]
- }
- },
- {
- "num": "174",
- "name": "igglybuff",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Igglybuff's vocal cords are not sufficiently developed. It would hurt its throat if it were to sing too much. This Pokémon gargles with freshwater from a clean stream.",
- "img": "https://www.serebii.net/pokemongo/pokemon/174.png",
- "size": {
- "height": "0.30 m",
- "weight": "1.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "fairy"
- ],
- "encounter": {
- "base-flee-rate": "not in capture",
- "base-capture-rate": "not in capture"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "69",
- "base-defense": "32",
- "base-stamina": "207",
- "max-cp": "535",
- "max-hp": "175"
- },
- "resistant": [
- "bug",
- "ghost",
- "dragon",
- "dark"
- ],
- "weaknesses": [
- "poison",
- "steel"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "wild charge",
- "type": "electric",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "7 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "jigglypuff candy",
- "next-evolution": [{
- "num": "039",
- "name": "jigglypuff",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "040",
- "name": "wigglytuff",
- "candy-cost": "50"
- }]
- }]
- }
- },
- {
- "num": "175",
- "name": "togepi",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "As its energy, Togepi uses the positive emotions of compassion and pleasure exuded by people and Pokémon. This Pokémon stores up feelings of happiness inside its shell, then shares them with others.",
- "img": "https://www.serebii.net/pokemongo/pokemon/175.png",
- "size": {
- "height": "0.30 m",
- "weight": "1.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fairy"
- ],
- "encounter": {
- "base-flee-rate": "not in capture",
- "base-capture-rate": "not in capture"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "67",
- "base-defense": "116",
- "base-stamina": "111",
- "max-cp": "657",
- "max-hp": "99"
- },
- "resistant": [
- "fighting",
- "bug",
- "dragon",
- "dark"
- ],
- "weaknesses": [
- "poison",
- "steel"
- ],
- "quick-move": [
- {
- "name": "hidden power",
- "type": "normal",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- },
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- },
- {
- "name": "psyshock",
- "type": "psychic",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.7"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "7 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "togepi candy",
- "next-evolution": [{
- "num": "176",
- "name": "togetic",
- "candy-cost": "50",
- "next-evolution": [{
- "num": "468",
- "name": "togekiss",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }]
- }]
- }
- },
- {
- "num": "176",
- "name": "togetic",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Togetic is said to be a Pokémon that brings good fortune. When the Pokémon spots someone who is pure of heart, it is said to appear and share its happiness with that person.",
- "img": "https://www.serebii.net/pokemongo/pokemon/176.png",
- "size": {
- "height": "0.61 m",
- "weight": "3.2 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fairy",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "139",
- "base-defense": "181",
- "base-stamina": "146",
- "max-cp": "1708",
- "max-hp": "127"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "bug",
- "dragon"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "poison",
- "rock"
- ],
- "quick-move": [
- {
- "name": "extrasensory",
- "type": "psychic",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- },
- {
- "name": "hidden power",
- "type": "normal",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- }
- ],
- "special-attack": [
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "togepi candy",
- "next-evolution": [{
- "num": "468",
- "name": "togekiss",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }],
- "prev-evolution": [{
- "num": "175",
- "name": "togepi",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "177",
- "name": "natu",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Natu cannot fly because its wings are not yet fully grown. If your eyes meet with this Pokémon's eyes, it will stare back intently at you. But if you move even slightly, it will hop away to safety.",
- "img": "https://www.serebii.net/pokemongo/pokemon/177.png",
- "size": {
- "height": "0.21 m",
- "weight": "2.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "134",
- "base-defense": "89",
- "base-stamina": "120",
- "max-cp": "1102",
- "max-hp": "106"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "psychic"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "rock",
- "ghost"
- ],
- "quick-move": [
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "night shade",
- "type": "ghost",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "psyshock",
- "type": "psychic",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.7"
- },
- {
- "name": "drill peck",
- "type": "flying",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "natu candy",
- "next-evolution": [{
- "num": "178",
- "name": "xatu",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "178",
- "name": "xatu",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Xatu stands rooted and still in one spot all day long. People believe that this Pokémon does so out of fear of the terrible things it has foreseen in the future.",
- "img": "https://www.serebii.net/pokemongo/pokemon/178.png",
- "size": {
- "height": "1.50 m",
- "weight": "15.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "192",
- "base-defense": "146",
- "base-stamina": "163",
- "max-cp": "2188",
- "max-hp": "140"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "psychic"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "rock",
- "ghost"
- ],
- "quick-move": [
- {
- "name": "air slash",
- "type": "flying",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.2"
- },
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "ominous wind",
- "type": "ghost",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "futuresight",
- "type": "psychic",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "2.7"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "natu candy",
- "prev-evolution": [{
- "num": "177",
- "name": "natu",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "179",
- "name": "mareep",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Mareep's fluffy coat of wool rubs together and builds a static charge. The more static electricity is charged, the more brightly the lightbulb at the tip of its tail glows.",
- "img": "https://www.serebii.net/pokemongo/pokemon/179.png",
- "size": {
- "height": "0.61 m",
- "weight": "7.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "114",
- "base-defense": "79",
- "base-stamina": "146",
- "max-cp": "991",
- "max-hp": "127"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "mareep candy",
- "next-evolution": [{
- "num": "180",
- "name": "flaaffy",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "181",
- "name": "ampharos",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "180",
- "name": "flaaffy",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Flaaffy's wool quality changes so that it can generate a high amount of static electricity with a small amount of wool. The bare and slick parts of its hide are shielded against electricity.",
- "img": "https://www.serebii.net/pokemongo/pokemon/180.png",
- "size": {
- "height": "0.79 m",
- "weight": "13.3 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "145",
- "base-defense": "109",
- "base-stamina": "172",
- "max-cp": "1521",
- "max-hp": "147"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "power gem",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "mareep candy",
- "next-evolution": [{
- "num": "181",
- "name": "ampharos",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "179",
- "name": "mareep",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "181",
- "name": "ampharos",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Ampharos gives off so much light that it can be seen even from space. People in the old days used the light of this Pokémon to send signals back and forth with others far away.",
- "img": "https://www.serebii.net/pokemongo/pokemon/181.png",
- "size": {
- "height": "1.40 m",
- "weight": "61.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "211",
- "base-defense": "169",
- "base-stamina": "207",
- "max-cp": "2852",
- "max-hp": "175"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- },
- {
- "name": "volt switch",
- "type": "electric",
- "base-damage": "20",
- "energy": "25",
- "move-duration-seg": "2.3"
- }
- ],
- "special-attack": [
- {
- "name": "zap cannon",
- "type": "electric",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.7"
- },
- {
- "name": "focus blast",
- "type": "fight",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.5"
- },
- {
- "name": "thunder",
- "type": "electric",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "mareep candy",
- "prev-evolution": [{
- "num": "180",
- "name": "flaaffy",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "179",
- "name": "mareep",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "182",
- "name": "bellossom",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "When Bellossom gets exposed to plenty of sunlight, the leaves ringing its body begin to spin around. This Pokémon's dancing is renowned in the southern lands.",
- "img": "https://www.serebii.net/pokemongo/pokemon/182.png",
- "size": {
- "height": "0.41 m",
- "weight": "5.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "169",
- "base-defense": "186",
- "base-stamina": "181",
- "max-cp": "2281",
- "max-hp": "154"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "leaf blade",
- "type": "grass",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "petal blizzard",
- "type": "grass",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "2.6"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "oddish candy",
- "prev-evolution": [{
- "num": "044",
- "name": "gloom",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sun stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sun-stone.png"
- },
- "prev-evolution": [{
- "num": "043",
- "name": "oddish",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "183",
- "name": "marill",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Marill's oil-filled tail acts much like a life preserver. If you see just its tail bobbing on the water's surface, it's a sure indication that this Pokémon is diving beneath the water to feed on aquatic plants.",
- "img": "https://www.serebii.net/pokemongo/pokemon/183.png",
- "size": {
- "height": "0.41 m",
- "weight": "8.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "fairy"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "37",
- "base-defense": "93",
- "base-stamina": "172",
- "max-cp": "461",
- "max-hp": "147"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "fighting",
- "bug"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "poison"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "aqua tail",
- "type": "water",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "marill candy",
- "next-evolution": [{
- "num": "184",
- "name": "azumarill",
- "candy-cost": "25"
- }],
- "prev-evolution": [{
- "num": "298",
- "name": "azurill",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "184",
- "name": "azumarill",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Azumarill's long ears are indispensable sensors. By focusing its hearing, this Pokémon can identify what kinds of prey are around, even in rough and fast-running rivers.",
- "img": "https://www.serebii.net/pokemongo/pokemon/184.png",
- "size": {
- "height": "0.79 m",
- "weight": "28.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "fairy"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "112",
- "base-defense": "152",
- "base-stamina": "225",
- "max-cp": "1588",
- "max-hp": "189"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "fighting",
- "bug"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "poison"
- ],
- "quick-move": [
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- },
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "play rough",
- "type": "fairy",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "marill candy",
- "prev-evolution": [{
- "num": "183",
- "name": "marill",
- "candy-cost": "25",
- "prev-evolution": [{
- "num": "298",
- "name": "azurill",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "185",
- "name": "sudowoodo",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Sudowoodo camouflages itself as a tree to avoid being attacked by enemies. However, because its hands remain green throughout the year, the Pokémon is easily identified as a fake during the winter.",
- "img": "https://www.serebii.net/pokemongo/pokemon/185.png",
- "size": {
- "height": "1.19 m",
- "weight": "38.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "167",
- "base-defense": "176",
- "base-stamina": "172",
- "max-cp": "2148",
- "max-hp": "147"
- },
- "resistant": [
- "normal",
- "fire",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "water",
- "grass",
- "fighting",
- "ground"
- ],
- "quick-move": [
- {
- "name": "rock throw",
- "type": "rock",
- "base-damage": "12",
- "energy": "7",
- "move-duration-seg": "0.9"
- },
- {
- "name": "counter",
- "type": "fight",
- "base-damage": "12",
- "energy": "8",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "sudowoodo candy",
- "prev-evolution": [{
- "num": "438",
- "name": "bonsly",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "186",
- "name": "politoed",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "The curled hair on Politoed's head is proof of its status as a king. It is said that the longer and more curled the hair, the more respect this Pokémon earns from its peers.",
- "img": "https://www.serebii.net/pokemongo/pokemon/186.png",
- "size": {
- "height": "10.90 m",
- "weight": "33.9 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "174",
- "base-defense": "179",
- "base-stamina": "207",
- "max-cp": "2449",
- "max-hp": "175"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- },
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "poliwag candy",
- "prev-evolution": [{
- "num": "061",
- "name": "poliwhirl",
- "candy-cost": "100",
- "evolution-item": {
- "name": "kings rock",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/kings-rock.png"
- },
- "prev-evolution": [{
- "num": "060",
- "name": "poliwag",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "187",
- "name": "hoppip",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "This Pokémon drifts and floats with the wind. If it senses the approach of strong winds, Hoppip links its leaves with other Hoppip to prepare against being blown away.",
- "img": "https://www.serebii.net/pokemongo/pokemon/187.png",
- "size": {
- "height": "0.41 m",
- "weight": "0.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.12",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "67",
- "base-defense": "94",
- "base-stamina": "111",
- "max-cp": "600",
- "max-hp": "99"
- },
- "resistant": [
- "water",
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bullet seed",
- "type": "grass",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "grass knot",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "seed bomb",
- "type": "grass",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.1"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "hoppip candy",
- "next-evolution": [{
- "num": "188",
- "name": "skiploom",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "189",
- "name": "jumpluff",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "188",
- "name": "skiploom",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Skiploom's flower blossoms when the temperature rises above 64 degrees Fahrenheit. How much the flower opens depends on the temperature. For that reason, this Pokémon is sometimes used as a thermometer.",
- "img": "https://www.serebii.net/pokemongo/pokemon/188.png",
- "size": {
- "height": "0.61 m",
- "weight": "1.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "91",
- "base-defense": "120",
- "base-stamina": "146",
- "max-cp": "976",
- "max-hp": "127"
- },
- "resistant": [
- "water",
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bullet seed",
- "type": "grass",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "grass knot",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "energy ball",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "hoppip candy",
- "next-evolution": [{
- "num": "189",
- "name": "jumpluff",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "187",
- "name": "hoppip",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "189",
- "name": "jumpluff",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Jumpluff rides warm southern winds to cross the sea and fly to foreign lands. The Pokémon descends to the ground when it encounters cold air while it is floating.",
- "img": "https://www.serebii.net/pokemongo/pokemon/189.png",
- "size": {
- "height": "0.79 m",
- "weight": "3.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "118",
- "base-defense": "183",
- "base-stamina": "181",
- "max-cp": "1636",
- "max-hp": "154"
- },
- "resistant": [
- "water",
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "infestation",
- "type": "bug",
- "base-damage": "10",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "bullet seed",
- "type": "grass",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "energy ball",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.9"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "hoppip candy",
- "prev-evolution": [{
- "num": "188",
- "name": "skiploom",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "187",
- "name": "hoppip",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "190",
- "name": "aipom",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Aipom's tail ends in a hand-like appendage that can be cleverly manipulated. However, because the Pokémon uses its tail so much, its real hands have become rather clumsy.",
- "img": "https://www.serebii.net/pokemongo/pokemon/190.png",
- "size": {
- "height": "0.79 m",
- "weight": "11.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "136",
- "base-defense": "112",
- "base-stamina": "146",
- "max-cp": "1348",
- "max-hp": "127"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "astonish",
- "type": "ghost",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "low sweep",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "swift",
- "type": "normal",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.8"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "aipom candy"
- }
- },
- {
- "num": "191",
- "name": "sunkern",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Sunkern tries to move as little as it possibly can. It does so because it tries to conserve all the nutrients it has stored in its body for its evolution. It will not eat a thing, subsisting only on morning dew.",
- "img": "https://www.serebii.net/pokemongo/pokemon/191.png",
- "size": {
- "height": "0.30 m",
- "weight": "1.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "55",
- "base-defense": "55",
- "base-stamina": "102",
- "max-cp": "395",
- "max-hp": "92"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "cut",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "energy ball",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.9"
- },
- {
- "name": "grass knot",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "seed bomb",
- "type": "grass",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.1"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "sunkern candy",
- "next-evolution": [{
- "num": "192",
- "name": "sunflora",
- "candy-cost": "50",
- "evolution-item": {
- "name": "sun stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sun-stone.png"
- }
- }]
- }
- },
- {
- "num": "192",
- "name": "sunflora",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Sunflora converts solar energy into nutrition. It moves around actively in the daytime when it is warm. It stops moving as soon as the sun goes down for the night.",
- "img": "https://www.serebii.net/pokemongo/pokemon/192.png",
- "size": {
- "height": "0.79 m",
- "weight": "8.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "185",
- "base-defense": "135",
- "base-stamina": "181",
- "max-cp": "2141",
- "max-hp": "154"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "bullet seed",
- "type": "grass",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- },
- {
- "name": "petal blizzard",
- "type": "grass",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "2.6"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "sunkern candy",
- "prev-evolution": [{
- "num": "191",
- "name": "sunkern",
- "candy-cost": "50",
- "evolution-item": {
- "name": "sun stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sun-stone.png"
- }
- }]
- }
- },
- {
- "num": "193",
- "name": "yanma",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Yanma is capable of seeing 360 degrees without having to move its eyes. It is a great flier that is adept at making sudden stops and turning midair. This Pokémon uses its flying ability to quickly chase down targeted prey.",
- "img": "https://www.serebii.net/pokemongo/pokemon/193.png",
- "size": {
- "height": "1.19 m",
- "weight": "38.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "154",
- "base-defense": "94",
- "base-stamina": "163",
- "max-cp": "1470",
- "max-hp": "140"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "fire",
- "electric",
- "ice",
- "flying"
- ],
- "quick-move": [
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "wing attack",
- "type": "flying",
- "base-damage": "8",
- "energy": "9",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "silver wind",
- "type": "bug",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.7"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "yanma candy"
- }
- },
- {
- "num": "194",
- "name": "wooper",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Wooper usually lives in water. However, it occasionally comes out onto land in search of food. On land, it coats its body with a gooey, toxic film.",
- "img": "https://www.serebii.net/pokemongo/pokemon/194.png",
- "size": {
- "height": "0.41 m",
- "weight": "8.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "75",
- "base-defense": "66",
- "base-stamina": "146",
- "max-cp": "641",
- "max-hp": "127"
- },
- "resistant": [
- "fire",
- "poison",
- "rock",
- "steel"
- ],
- "weaknesses": [
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "mud bomb",
- "type": "ground",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "wooper candy",
- "next-evolution": [{
- "num": "195",
- "name": "quagsire",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "195",
- "name": "quagsire",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Quagsire hunts for food by leaving its mouth wide open in water and waiting for its prey to blunder in unaware. Because the Pokémon does not move, it does not get very hungry.",
- "img": "https://www.serebii.net/pokemongo/pokemon/195.png",
- "size": {
- "height": "1.40 m",
- "weight": "75.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "152",
- "base-defense": "143",
- "base-stamina": "216",
- "max-cp": "1992",
- "max-hp": "182"
- },
- "resistant": [
- "fire",
- "poison",
- "rock",
- "steel"
- ],
- "weaknesses": [
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "wooper candy",
- "prev-evolution": [{
- "num": "194",
- "name": "wooper",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "196",
- "name": "espeon",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Espeon is extremely loyal to any Trainer it considers to be worthy. It is said that this Pokémon developed its precognitive powers to protect its Trainer from harm.",
- "img": "https://www.serebii.net/pokemongo/pokemon/196.png",
- "size": {
- "height": "0.89 m",
- "weight": "26.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "261",
- "base-defense": "175",
- "base-stamina": "163",
- "max-cp": "3170",
- "max-hp": "140"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "psybeam",
- "type": "psychic",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "futuresight",
- "type": "psychic",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "eevee candy",
- "prev-evolution": [{
- "num": "133",
- "name": "eevee",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "197",
- "name": "umbreon",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Umbreon evolved as a result of exposure to the moon's waves. It hides silently in darkness and waits for its foes to make a move. The rings on its body glow when it leaps to attack.",
- "img": "https://www.serebii.net/pokemongo/pokemon/197.png",
- "size": {
- "height": "0.99 m",
- "weight": "27.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "dark"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "126",
- "base-defense": "240",
- "base-stamina": "216",
- "max-cp": "2137",
- "max-hp": "182"
- },
- "resistant": [
- "psychic",
- "ghost",
- "dark"
- ],
- "weaknesses": [
- "fighting",
- "bug",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- },
- {
- "name": "snarl",
- "type": "dark",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "foul play",
- "type": "dark",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "eevee candy",
- "prev-evolution": [{
- "num": "133",
- "name": "eevee",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "198",
- "name": "murkrow",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Murkrow was feared and loathed as the alleged bearer of ill fortune. This Pokémon shows strong interest in anything that sparkles or glitters. It will even try to steal rings from women.",
- "img": "https://www.serebii.net/pokemongo/pokemon/198.png",
- "size": {
- "height": "0.51 m",
- "weight": "2.1 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "dark",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "175",
- "base-defense": "87",
- "base-stamina": "155",
- "max-cp": "1562",
- "max-hp": "134"
- },
- "resistant": [
- "grass",
- "ground",
- "psychic",
- "ghost",
- "dark"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "rock",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "drill peck",
- "type": "flying",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "foul play",
- "type": "dark",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- },
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "murkrow candy",
- "next-evolution": [{
- "num": "430",
- "name": "honchkrow",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }]
- }
- },
- {
- "num": "199",
- "name": "slowking",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Slowking undertakes research every day in an effort to solve the mysteries of the world. However, this Pokémon apparently forgets everything it has learned if the Shellder on its head comes off.",
- "img": "https://www.serebii.net/pokemongo/pokemon/199.png",
- "size": {
- "height": "2.01 m",
- "weight": "79.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "177",
- "base-defense": "180",
- "base-stamina": "216",
- "max-cp": "2545",
- "max-hp": "182"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "bug",
- "ghost"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "slowpoke candy",
- "prev-evolution": [{
- "num": "079",
- "name": "slowpoke",
- "candy-cost": "50",
- "evolution-item": {
- "name": "kings rock",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/kings-rock.png"
- }
- }]
- }
- },
- {
- "num": "200",
- "name": "misdreavus",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Misdreavus frightens people with a creepy, sobbing cry. The Pokémon apparently uses its red spheres to absorb the fearful feelings of foes and turn them into nutrition.",
- "img": "https://www.serebii.net/pokemongo/pokemon/200.png",
- "size": {
- "height": "0.71 m",
- "weight": "1.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ghost"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "167",
- "base-defense": "154",
- "base-stamina": "155",
- "max-cp": "1926",
- "max-hp": "134"
- },
- "resistant": [
- "normal",
- "fighting",
- "poison",
- "bug"
- ],
- "weaknesses": [
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "astonish",
- "type": "ghost",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "hex",
- "type": "ghost",
- "base-damage": "10",
- "energy": "15",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "shadow sneak",
- "type": "ghost",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.9"
- },
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "ominous wind",
- "type": "ghost",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "misdreavus candy",
- "next-evolution": [{
- "num": "429",
- "name": "mismagius",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }]
- }
- },
- {
- "num": "201",
- "name": "unown",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "This Pokémon is shaped like ancient writing. It is a mystery as to which came first, the ancient writings or the various Unown. Research into this topic is ongoing but nothing is known.",
- "img": "https://www.serebii.net/pokemongo/pokemon/201.png",
- "size": {
- "height": "0.51 m",
- "weight": "5.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "136",
- "base-defense": "91",
- "base-stamina": "134",
- "max-cp": "1185",
- "max-hp": "117"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "hidden power",
- "type": "normal",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- }],
- "special-attack": [
- {
- "name": "struggle",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "unown candy"
- }
- },
- {
- "num": "202",
- "name": "wobbuffet",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "If two or more Wobbuffet meet, they will turn competitive and try to outdo each other's endurance. However, they may try to see which one can endure the longest without food. Trainers need to beware of this habit.",
- "img": "https://www.serebii.net/pokemongo/pokemon/202.png",
- "size": {
- "height": "1.30 m",
- "weight": "28.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "60",
- "base-defense": "106",
- "base-stamina": "382",
- "max-cp": "1026",
- "max-hp": "313"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "counter",
- "type": "fight",
- "base-damage": "12",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "splash",
- "type": "water",
- "base-damage": "0",
- "energy": "0",
- "move-duration-seg": "1.73"
- }
- ],
- "special-attack": [
- {
- "name": "mirror coat",
- "type": "psychic",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.6"
- }],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "wobbuffet candy",
- "prev-evolution": [{
- "num": "360",
- "name": "wynaut",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "203",
- "name": "girafarig",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Girafarig's rear head also has a brain, but it is small. The rear head attacks in response to smells and sounds. Approaching this Pokémon from behind can cause the rear head to suddenly lash out and bite.",
- "img": "https://www.serebii.net/pokemongo/pokemon/203.png",
- "size": {
- "height": "1.50 m",
- "weight": "41.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "182",
- "base-defense": "133",
- "base-stamina": "172",
- "max-cp": "2046",
- "max-hp": "147"
- },
- "resistant": [
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "dark"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "mirror coat",
- "type": "psychic",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "girafarig candy"
- }
- },
- {
- "num": "204",
- "name": "pineco",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Pineco hangs from a tree branch and patiently waits for prey to come along. If the Pokémon is disturbed while eating by someone shaking its tree, it drops down to the ground and explodes with no warning.",
- "img": "https://www.serebii.net/pokemongo/pokemon/204.png",
- "size": {
- "height": "0.61 m",
- "weight": "7.2 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug"
- ],
- "encounter": {
- "base-flee-rate": "0.12",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "108",
- "base-defense": "122",
- "base-stamina": "137",
- "max-cp": "1108",
- "max-hp": "120"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "rock"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "gyro ball",
- "type": "steel",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "rock tomb",
- "type": "rock",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "sand tomb",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "4"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "pineco candy",
- "next-evolution": [{
- "num": "205",
- "name": "forretress",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "205",
- "name": "forretress",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Forretress conceals itself inside its hardened steel shell. The shell is opened when the Pokémon is catching prey, but it does so at such a quick pace that the shell's inside cannot be seen.",
- "img": "https://www.serebii.net/pokemongo/pokemon/205.png",
- "size": {
- "height": "1.19 m",
- "weight": "125.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "steel"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "161",
- "base-defense": "205",
- "base-stamina": "181",
- "max-cp": "2282",
- "max-hp": "154"
- },
- "resistant": [
- "normal",
- "grass",
- "ice",
- "poison",
- "psychic"
- ],
- "weaknesses": [
- "fire"
- ],
- "quick-move": [
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "struggle bug",
- "type": "bug",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- }
- ],
- "special-attack": [
- {
- "name": "heavy slam",
- "type": "steel",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.1"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "rock tomb",
- "type": "rock",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "pineco candy",
- "prev-evolution": [{
- "num": "204",
- "name": "pineco",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "206",
- "name": "dunsparce",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Dunsparce has a drill for its tail. It uses this tail to burrow into the ground backward. This Pokémon is known to make its nest in complex shapes deep under the ground.",
- "img": "https://www.serebii.net/pokemongo/pokemon/206.png",
- "size": {
- "height": "1.50 m",
- "weight": "14.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "131",
- "base-defense": "128",
- "base-stamina": "225",
- "max-cp": "1689",
- "max-hp": "189"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "astonish",
- "type": "ghost",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "drill run",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.8"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "dunsparce candy"
- }
- },
- {
- "num": "207",
- "name": "gligar",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Gligar glides through the air without a sound as if it were sliding. This Pokémon hangs on to the face of its foe using its clawed hind legs and the large pincers on its forelegs, then injects the prey with its poison barb.",
- "img": "https://www.serebii.net/pokemongo/pokemon/207.png",
- "size": {
- "height": "1.09 m",
- "weight": "64.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "143",
- "base-defense": "184",
- "base-stamina": "163",
- "max-cp": "1857",
- "max-hp": "140"
- },
- "resistant": [
- "fighting",
- "poison",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "water",
- "ice"
- ],
- "quick-move": [
- {
- "name": "fury cutter",
- "type": "bug",
- "base-damage": "3",
- "energy": "6",
- "move-duration-seg": "0.4"
- },
- {
- "name": "wing attack",
- "type": "flying",
- "base-damage": "8",
- "energy": "9",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "night slash",
- "type": "dark",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "gligar candy",
- "next-evolution": [{
- "num": "472",
- "name": "gliscor",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }]
- }
- },
- {
- "num": "208",
- "name": "steelix",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Steelix lives even further underground than Onix. This Pokémon is known to dig toward the earth's core. There are records of this Pokémon reaching a depth of over six-tenths of a mile underground.",
- "img": "https://www.serebii.net/pokemongo/pokemon/208.png",
- "size": {
- "height": "9.19 m",
- "weight": "400.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "steel",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "148",
- "base-defense": "272",
- "base-stamina": "181",
- "max-cp": "2414",
- "max-hp": "154"
- },
- "resistant": [
- "normal",
- "electric",
- "poison",
- "flying",
- "psychic"
- ],
- "weaknesses": [
- "fire",
- "water",
- "fighting",
- "ground"
- ],
- "quick-move": [
- {
- "name": "iron tail",
- "type": "steel",
- "base-damage": "15",
- "energy": "7",
- "move-duration-seg": "1.1"
- },
- {
- "name": "dragon tail",
- "type": "dragon",
- "base-damage": "15",
- "energy": "9",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "heavy slam",
- "type": "steel",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.1"
- },
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "onix candy",
- "prev-evolution": [{
- "num": "095",
- "name": "onix",
- "candy-cost": "50",
- "evolution-item": {
- "name": "metal coat",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/metal-coat.png"
- }
- }]
- }
- },
- {
- "num": "209",
- "name": "snubbull",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "By baring its fangs and making a scary face, Snubbull sends smaller Pokémon scurrying away in terror. However, this Pokémon seems a little sad at making its foes flee.",
- "img": "https://www.serebii.net/pokemongo/pokemon/209.png",
- "size": {
- "height": "0.61 m",
- "weight": "7.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fairy"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "137",
- "base-defense": "85",
- "base-stamina": "155",
- "max-cp": "1237",
- "max-hp": "134"
- },
- "resistant": [
- "fighting",
- "bug",
- "dragon",
- "dark"
- ],
- "weaknesses": [
- "poison",
- "steel"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "snubbull candy",
- "next-evolution": [{
- "num": "210",
- "name": "granbull",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "210",
- "name": "granbull",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Granbull has a particularly well-developed lower jaw. The enormous fangs are heavy, causing the Pokémon to tip its head back for balance. Unless it is startled, it will not try to bite indiscriminately.",
- "img": "https://www.serebii.net/pokemongo/pokemon/210.png",
- "size": {
- "height": "1.40 m",
- "weight": "48.7 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fairy"
- ],
- "encounter": {
- "base-flee-rate": "0.08",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "212",
- "base-defense": "131",
- "base-stamina": "207",
- "max-cp": "2552",
- "max-hp": "175"
- },
- "resistant": [
- "fighting",
- "bug",
- "dragon",
- "dark"
- ],
- "weaknesses": [
- "poison",
- "steel"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "snarl",
- "type": "dark",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "play rough",
- "type": "fairy",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "close combat",
- "type": "fight",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "snubbull candy",
- "prev-evolution": [{
- "num": "209",
- "name": "snubbull",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "211",
- "name": "qwilfish",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Qwilfish sucks in water, inflating itself. This Pokémon uses the pressure of the water it swallowed to shoot toxic quills all at once from all over its body. It finds swimming somewhat challenging.",
- "img": "https://www.serebii.net/pokemongo/pokemon/211.png",
- "size": {
- "height": "0.51 m",
- "weight": "3.9 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.08",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "184",
- "base-defense": "138",
- "base-stamina": "163",
- "max-cp": "2051",
- "max-hp": "140"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "fighting",
- "poison"
- ],
- "weaknesses": [
- "electric",
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- },
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "aqua tail",
- "type": "water",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "sludge wave",
- "type": "poison",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "qwilfish candy"
- }
- },
- {
- "num": "212",
- "name": "scizor",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Scizor has a body with the hardness of steel. It is not easily fazed by ordinary sorts of attacks. This Pokémon flaps its wings to regulate its body temperature.",
- "img": "https://www.serebii.net/pokemongo/pokemon/212.png",
- "size": {
- "height": "2.01 m",
- "weight": "125.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "steel"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "236",
- "base-defense": "181",
- "base-stamina": "172",
- "max-cp": "3001",
- "max-hp": "147"
- },
- "resistant": [
- "normal",
- "grass",
- "ice",
- "poison",
- "psychic"
- ],
- "weaknesses": [
- "fire"
- ],
- "quick-move": [
- {
- "name": "bullet punch",
- "type": "steel",
- "base-damage": "9",
- "energy": "10",
- "move-duration-seg": "0.9"
- },
- {
- "name": "fury cutter",
- "type": "bug",
- "base-damage": "3",
- "energy": "6",
- "move-duration-seg": "0.4"
- }
- ],
- "special-attack": [
- {
- "name": "x scissor",
- "type": "water",
- "base-damage": "50",
- "energy": "-100",
- "move-duration-seg": "4.7"
- },
- {
- "name": "iron head",
- "type": "steel",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "1.9"
- },
- {
- "name": "night slash",
- "type": "dark",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "scyther candy",
- "prev-evolution": [{
- "num": "123",
- "name": "scyther",
- "candy-cost": "50",
- "evolution-item": {
- "name": "metal coat",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/metal-coat.png"
- }
- }]
- }
- },
- {
- "num": "213",
- "name": "shuckle",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Shuckle quietly hides itself under rocks, keeping its body concealed inside its hard shell while eating berries it has stored away. The berries mix with its body fluids to become a juice.",
- "img": "https://www.serebii.net/pokemongo/pokemon/213.png",
- "size": {
- "height": "0.61 m",
- "weight": "20.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "rock"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "17",
- "base-defense": "396",
- "base-stamina": "85",
- "max-cp": "405",
- "max-hp": "79"
- },
- "resistant": [
- "normal",
- "poison"
- ],
- "weaknesses": [
- "water",
- "rock",
- "steel"
- ],
- "quick-move": [
- {
- "name": "struggle bug",
- "type": "bug",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- },
- {
- "name": "rock throw",
- "type": "rock",
- "base-damage": "12",
- "energy": "7",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "rock blast",
- "type": "rock",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "gyro ball",
- "type": "steel",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "shuckle candy"
- }
- },
- {
- "num": "214",
- "name": "heracross",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Heracross charges in a straight line at its foe, slips beneath the foe's grasp, and then scoops up and hurls the opponent with its mighty horn. This Pokémon even has enough power to topple a massive tree.",
- "img": "https://www.serebii.net/pokemongo/pokemon/214.png",
- "size": {
- "height": "1.50 m",
- "weight": "54.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "234",
- "base-defense": "179",
- "base-stamina": "190",
- "max-cp": "3101",
- "max-hp": "162"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "bug",
- "dark"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "counter",
- "type": "fight",
- "base-damage": "12",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "struggle bug",
- "type": "bug",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- }
- ],
- "special-attack": [
- {
- "name": "megahorn",
- "type": "bug",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2.2"
- },
- {
- "name": "close combat",
- "type": "fight",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "heracross candy"
- }
- },
- {
- "num": "215",
- "name": "sneasel",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Sneasel scales trees by punching its hooked claws into the bark. This Pokémon seeks out unguarded nests and steals eggs for food while the parents are away.",
- "img": "https://www.serebii.net/pokemongo/pokemon/215.png",
- "size": {
- "height": "0.89 m",
- "weight": "28.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "dark",
- "ice"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "189",
- "base-defense": "146",
- "base-stamina": "146",
- "max-cp": "2051",
- "max-hp": "127"
- },
- "resistant": [
- "ice",
- "psychic",
- "ghost",
- "dark"
- ],
- "weaknesses": [
- "fire",
- "fighting",
- "bug",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ice shard",
- "type": "ice",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.2"
- },
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "avalanche",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "ice punch",
- "type": "ice",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "foul play",
- "type": "dark",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "sneasel candy",
- "next-evolution": [{
- "num": "461",
- "name": "weavile",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }]
- }
- },
- {
- "num": "216",
- "name": "teddiursa",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "This Pokémon likes to lick its palms that are sweetened by being soaked in honey. Teddiursa concocts its own honey by blending fruits and pollen collected by Beedrill.",
- "img": "https://www.serebii.net/pokemongo/pokemon/216.png",
- "size": {
- "height": "0.61 m",
- "weight": "8.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "142",
- "base-defense": "93",
- "base-stamina": "155",
- "max-cp": "1328",
- "max-hp": "134"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "lick",
- "type": "ghost",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "cross chop",
- "type": "fight",
- "base-damage": "50",
- "energy": "-50",
- "move-duration-seg": "1.5"
- },
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "play rough",
- "type": "fairy",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "teddiursa candy",
- "next-evolution": [{
- "num": "217",
- "name": "ursaring",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "217",
- "name": "ursaring",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "In the forests inhabited by Ursaring, it is said that there are many streams and towering trees where they gather food. This Pokémon walks through its forest gathering food every day.",
- "img": "https://www.serebii.net/pokemongo/pokemon/217.png",
- "size": {
- "height": "1.80 m",
- "weight": "125.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "236",
- "base-defense": "144",
- "base-stamina": "207",
- "max-cp": "2945",
- "max-hp": "175"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "metal claw",
- "type": "steel",
- "base-damage": "8",
- "energy": "7",
- "move-duration-seg": "0.7"
- },
- {
- "name": "counter",
- "type": "fight",
- "base-damage": "12",
- "energy": "8",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "close combat",
- "type": "fight",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "play rough",
- "type": "fairy",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "teddiursa candy",
- "prev-evolution": [{
- "num": "216",
- "name": "teddiursa",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "218",
- "name": "slugma",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Molten magma courses throughout Slugma's circulatory system. If this Pokémon is chilled, the magma cools and hardens. Its body turns brittle and chunks fall off, reducing its size.",
- "img": "https://www.serebii.net/pokemongo/pokemon/218.png",
- "size": {
- "height": "0.71 m",
- "weight": "35.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "118",
- "base-defense": "71",
- "base-stamina": "120",
- "max-cp": "895",
- "max-hp": "106"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "rock throw",
- "type": "rock",
- "base-damage": "12",
- "energy": "7",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "flame burst",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "flame charge",
- "type": "fire",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.8"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "slugma candy",
- "next-evolution": [{
- "num": "219",
- "name": "magcargo",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "219",
- "name": "magcargo",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Magcargo's shell is actually its skin that hardened as a result of cooling. Its shell is very brittle and fragile-just touching it causes it to crumble apart. This Pokémon returns to its original size by dipping itself in magma.",
- "img": "https://www.serebii.net/pokemongo/pokemon/219.png",
- "size": {
- "height": "0.79 m",
- "weight": "55.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire",
- "rock"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "139",
- "base-defense": "191",
- "base-stamina": "137",
- "max-cp": "1702",
- "max-hp": "120"
- },
- "resistant": [
- "normal",
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "water",
- "fighting",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "rock throw",
- "type": "rock",
- "base-damage": "12",
- "energy": "7",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "heat wave",
- "type": "fire",
- "base-damage": "95",
- "energy": "-100",
- "move-duration-seg": "3"
- },
- {
- "name": "overheat",
- "type": "fire",
- "base-damage": "160",
- "energy": "-100",
- "move-duration-seg": "4"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "slugma candy",
- "prev-evolution": [{
- "num": "218",
- "name": "slugma",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "220",
- "name": "swinub",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Swinub roots for food by rubbing its snout against the ground. Its favorite food is a mushroom that grows under the cover of dead grass. This Pokémon occasionally roots out hot springs.",
- "img": "https://www.serebii.net/pokemongo/pokemon/220.png",
- "size": {
- "height": "0.41 m",
- "weight": "6.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ice",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "90",
- "base-defense": "69",
- "base-stamina": "137",
- "max-cp": "741",
- "max-hp": "120"
- },
- "resistant": [
- "electric",
- "poison"
- ],
- "weaknesses": [
- "fire",
- "water",
- "grass",
- "fighting"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "powder snow",
- "type": "ice",
- "base-damage": "6",
- "energy": "15",
- "move-duration-seg": "1"
- }
- ],
- "special-attack": [
- {
- "name": "icy wind",
- "type": "ice",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "3.3"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "swinub candy",
- "next-evolution": [{
- "num": "221",
- "name": "piloswine",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "221",
- "name": "piloswine",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Piloswine is covered by a thick coat of long hair that enables it to endure the freezing cold. This Pokémon uses its tusks to dig up food that has been buried under ice.",
- "img": "https://www.serebii.net/pokemongo/pokemon/221.png",
- "size": {
- "height": "1.09 m",
- "weight": "55.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ice",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "181",
- "base-defense": "138",
- "base-stamina": "225",
- "max-cp": "2345",
- "max-hp": "189"
- },
- "resistant": [
- "electric",
- "poison"
- ],
- "weaknesses": [
- "fire",
- "water",
- "grass",
- "fighting"
- ],
- "quick-move": [
- {
- "name": "ice shard",
- "type": "ice",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.2"
- },
- {
- "name": "powder snow",
- "type": "ice",
- "base-damage": "6",
- "energy": "15",
- "move-duration-seg": "1"
- }
- ],
- "special-attack": [
- {
- "name": "avalanche",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "bulldoze",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "swinub candy",
- "prev-evolution": [{
- "num": "220",
- "name": "swinub",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "222",
- "name": "corsola",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Corsola's branches glitter very beautifully in seven colors when they catch sunlight. If any branch breaks off, this Pokémon grows it back in just one night.",
- "img": "https://www.serebii.net/pokemongo/pokemon/222.png",
- "size": {
- "height": "0.61 m",
- "weight": "5.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "rock"
- ],
- "encounter": {
- "base-flee-rate": "0.12",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "118",
- "base-defense": "156",
- "base-stamina": "146",
- "max-cp": "1378",
- "max-hp": "127"
- },
- "resistant": [
- "normal",
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "rock blast",
- "type": "rock",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "power gem",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "corsola candy"
- }
- },
- {
- "num": "223",
- "name": "remoraid",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Remoraid sucks in water, then expels it at high velocity using its abdominal muscles to shoot down flying prey. When evolution draws near, this Pokémon travels downstream from rivers.",
- "img": "https://www.serebii.net/pokemongo/pokemon/223.png",
- "size": {
- "height": "0.61 m",
- "weight": "12.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "127",
- "base-defense": "69",
- "base-stamina": "111",
- "max-cp": "912",
- "max-hp": "99"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "aurora beam",
- "type": "ice",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.55"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "rock blast",
- "type": "rock",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.1"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "remoraid candy",
- "next-evolution": [{
- "num": "224",
- "name": "octillery",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "224",
- "name": "octillery",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Octillery grabs onto its foe using its tentacles. This Pokémon tries to immobilize it before delivering the finishing blow. If the foe turns out to be too strong, Octillery spews ink to escape.",
- "img": "https://www.serebii.net/pokemongo/pokemon/224.png",
- "size": {
- "height": "0.89 m",
- "weight": "28.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "197",
- "base-defense": "141",
- "base-stamina": "181",
- "max-cp": "2315",
- "max-hp": "154"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "gunk shot",
- "type": "poison",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "aurora beam",
- "type": "ice",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.55"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "remoraid candy",
- "prev-evolution": [{
- "num": "223",
- "name": "remoraid",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "225",
- "name": "delibird",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Delibird carries its food bundled up in its tail. There once was a famous explorer who managed to reach the peak of the world's highest mountain, thanks to one of these Pokémon sharing its food.",
- "img": "https://www.serebii.net/pokemongo/pokemon/225.png",
- "size": {
- "height": "0.89 m",
- "weight": "16.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ice",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "128",
- "base-defense": "90",
- "base-stamina": "128",
- "max-cp": "1094",
- "max-hp": "113"
- },
- "resistant": [
- "grass",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "fire",
- "electric",
- "rock",
- "steel"
- ],
- "quick-move": [
- {
- "name": "ice shard",
- "type": "ice",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.2"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "ice punch",
- "type": "ice",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "icy wind",
- "type": "ice",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "3.3"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "delibird candy"
- }
- },
- {
- "num": "226",
- "name": "mantine",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "On sunny days, schools of Mantine can be seen elegantly leaping over the sea's waves. This Pokémon is not bothered by the Remoraid that hitches rides.",
- "img": "https://www.serebii.net/pokemongo/pokemon/226.png",
- "size": {
- "height": "2.11 m",
- "weight": "220.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "148",
- "base-defense": "226",
- "base-stamina": "163",
- "max-cp": "2108",
- "max-hp": "140"
- },
- "resistant": [
- "fire",
- "water",
- "fighting",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- },
- {
- "name": "wing attack",
- "type": "flying",
- "base-damage": "8",
- "energy": "9",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "mantine candy",
- "prev-evolution": [{
- "num": "458",
- "name": "mantyke",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "227",
- "name": "skarmory",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Skarmory is entirely encased in hard, protective armor. This Pokémon flies at close to 190 mph. It slashes foes with its wings that possess swordlike cutting edges.",
- "img": "https://www.serebii.net/pokemongo/pokemon/227.png",
- "size": {
- "height": "1.70 m",
- "weight": "50.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "steel",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "148",
- "base-defense": "226",
- "base-stamina": "163",
- "max-cp": "2108",
- "max-hp": "140"
- },
- "resistant": [
- "normal",
- "grass",
- "poison",
- "flying",
- "psychic"
- ],
- "weaknesses": [
- "fire",
- "electric"
- ],
- "quick-move": [
- {
- "name": "steel wing",
- "type": "steel",
- "base-damage": "11",
- "energy": "6",
- "move-duration-seg": "0.8"
- },
- {
- "name": "air slash",
- "type": "flying",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "brave bird",
- "type": "flying",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2"
- },
- {
- "name": "sky attack",
- "type": "flying",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- },
- {
- "name": "flash cannon",
- "type": "steel",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "skarmory candy"
- }
- },
- {
- "num": "228",
- "name": "houndour",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Houndour hunt as a coordinated pack. They communicate with each other using a variety of cries to corner their prey. This Pokémon's remarkable teamwork is unparalleled.",
- "img": "https://www.serebii.net/pokemongo/pokemon/228.png",
- "size": {
- "height": "0.61 m",
- "weight": "10.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "dark",
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "152",
- "base-defense": "83",
- "base-stamina": "128",
- "max-cp": "1234",
- "max-hp": "113"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "psychic",
- "ghost"
- ],
- "weaknesses": [
- "water",
- "fighting",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- },
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- }
- ],
- "special-attack": [
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- },
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "houndour candy",
- "next-evolution": [{
- "num": "229",
- "name": "houndoom",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "229",
- "name": "houndoom",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "In a Houndoom pack, the one with its horns raked sharply toward the back serves a leadership role. These Pokémon choose their leader by fighting among themselves.",
- "img": "https://www.serebii.net/pokemongo/pokemon/229.png",
- "size": {
- "height": "1.40 m",
- "weight": "35.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "dark",
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "224",
- "base-defense": "144",
- "base-stamina": "181",
- "max-cp": "2635",
- "max-hp": "154"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "psychic",
- "ghost"
- ],
- "weaknesses": [
- "water",
- "fighting",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "snarl",
- "type": "dark",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- },
- {
- "name": "fire fang",
- "type": "fire",
- "base-damage": "11",
- "energy": "8",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "foul play",
- "type": "dark",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "houndour candy",
- "prev-evolution": [{
- "num": "228",
- "name": "houndour",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "230",
- "name": "kingdra",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Kingdra lives at extreme ocean depths that are otherwise uninhabited. It has long been believed that the yawning of this Pokémon creates spiraling ocean currents.",
- "img": "https://www.serebii.net/pokemongo/pokemon/230.png",
- "size": {
- "height": "1.80 m",
- "weight": "152.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "dragon"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "194",
- "base-defense": "194",
- "base-stamina": "181",
- "max-cp": "2641",
- "max-hp": "154"
- },
- "resistant": [
- "fire",
- "water",
- "steel"
- ],
- "weaknesses": [
- "dragon",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "dragon breath",
- "type": "dragon",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- },
- {
- "name": "outrage",
- "type": "dragon",
- "base-damage": "110",
- "energy": "-50",
- "move-duration-seg": "3.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "horsea candy",
- "prev-evolution": [{
- "num": "117",
- "name": "seadra",
- "candy-cost": "100",
- "evolution-item": {
- "name": "dragon scale",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/dragon-scale.png"
- },
- "prev-evolution": [{
- "num": "116",
- "name": "horsea",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "231",
- "name": "phanpy",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "For its nest, Phanpy digs a vertical pit in the ground at the edge of a river. It marks the area around its nest with its trunk to let the others know that the area has been claimed.",
- "img": "https://www.serebii.net/pokemongo/pokemon/231.png",
- "size": {
- "height": "0.51 m",
- "weight": "33.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "107",
- "base-defense": "98",
- "base-stamina": "207",
- "max-cp": "1206",
- "max-hp": "175"
- },
- "resistant": [
- "electric",
- "poison",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- }
- ],
- "special-attack": [
- {
- "name": "bulldoze",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "phanpy candy",
- "next-evolution": [{
- "num": "232",
- "name": "donphan",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "232",
- "name": "donphan",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Donphan's favorite attack is curling its body into a ball, then charging at its foe while rolling at high speed. Once it starts rolling, this Pokémon can't stop very easily.",
- "img": "https://www.serebii.net/pokemongo/pokemon/232.png",
- "size": {
- "height": "1.09 m",
- "weight": "120.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "214",
- "base-defense": "185",
- "base-stamina": "207",
- "max-cp": "3013",
- "max-hp": "175"
- },
- "resistant": [
- "electric",
- "poison",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "counter",
- "type": "fight",
- "base-damage": "12",
- "energy": "8",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "heavy slam",
- "type": "steel",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.1"
- },
- {
- "name": "play rough",
- "type": "fairy",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "phanpy candy",
- "prev-evolution": [{
- "num": "231",
- "name": "phanpy",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "233",
- "name": "porygon2",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Porygon2 was created by humans using the power of science. The man-made Pokémon has been endowed with artificial intelligence that enables it to learn new gestures and emotions on its own.",
- "img": "https://www.serebii.net/pokemongo/pokemon/233.png",
- "size": {
- "height": "0.61 m",
- "weight": "32.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "198",
- "base-defense": "180",
- "base-stamina": "198",
- "max-cp": "2711",
- "max-hp": "168"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "hidden power",
- "type": "normal",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- },
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "zap cannon",
- "type": "electric",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "porygon candy",
- "next-evolution": [{
- "num": "474",
- "name": "porygon-z",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }],
- "prev-evolution": [{
- "num": "137",
- "name": "porygon",
- "candy-cost": "25",
- "evolution-item": {
- "name": "up grade",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/up-grade.png"
- }
- }]
- }
- },
- {
- "num": "234",
- "name": "stantler",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Stantler's magnificent antlers were traded at high prices as works of art. As a result, this Pokémon was hunted close to extinction by those who were after the priceless antlers.",
- "img": "https://www.serebii.net/pokemongo/pokemon/234.png",
- "size": {
- "height": "1.40 m",
- "weight": "71.2 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.08",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "192",
- "base-defense": "131",
- "base-stamina": "177",
- "max-cp": "2164",
- "max-hp": "151"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "stomp",
- "type": "normal",
- "base-damage": "55",
- "energy": "-50",
- "move-duration-seg": "1.7"
- },
- {
- "name": "wild charge",
- "type": "electric",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "megahorn",
- "type": "bug",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "stantler candy"
- }
- },
- {
- "num": "235",
- "name": "smeargle",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Smeargle marks the boundaries of its territory using a body fluid that leaks out from the tip of its tail. Over 5,000 different marks left by this Pokémon have been found.",
- "img": "https://www.serebii.net/pokemongo/pokemon/235.png",
- "size": {
- "height": "1.19 m",
- "weight": "58.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "40",
- "base-defense": "83",
- "base-stamina": "146",
- "max-cp": "431",
- "max-hp": "127"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }],
- "special-attack": [
- {
- "name": "struggle",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "smeargle candy"
- }
- },
- {
- "num": "236",
- "name": "tyrogue",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Tyrogue becomes stressed out if it does not get to train every day. When raising this Pokémon, the Trainer must establish and uphold various training methods.",
- "img": "https://www.serebii.net/pokemongo/pokemon/236.png",
- "size": {
- "height": "0.71 m",
- "weight": "21.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "not in capture",
- "base-capture-rate": "not in capture"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "64",
- "base-defense": "64",
- "base-stamina": "111",
- "max-cp": "492",
- "max-hp": "99"
- },
- "resistant": [
- "bug",
- "rock",
- "dark"
- ],
- "weaknesses": [
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "low sweep",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "7 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "tyrogue candy",
- "next-evolution": [
- {
- "num": "106",
- "name": "hitmonlee",
- "candy-cost": "25"
- },
- {
- "num": "107",
- "name": "hitmonchan",
- "candy-cost": "25"
- },
- {
- "num": "237",
- "name": "hitmontop",
- "candy-cost": "25"
- }
- ]
- }
- },
- {
- "num": "237",
- "name": "hitmontop",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Hitmontop spins on its head at high speed, all the while delivering kicks. This technique is a remarkable mix of both offense and defense at the same time. The Pokémon travels faster spinning than it does walking.",
- "img": "https://www.serebii.net/pokemongo/pokemon/237.png",
- "size": {
- "height": "1.40 m",
- "weight": "48.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "173",
- "base-defense": "207",
- "base-stamina": "137",
- "max-cp": "2156",
- "max-hp": "120"
- },
- "resistant": [
- "bug",
- "rock",
- "dark"
- ],
- "weaknesses": [
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- },
- {
- "name": "counter",
- "type": "fight",
- "base-damage": "12",
- "energy": "8",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "close combat",
- "type": "fight",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "gyro ball",
- "type": "steel",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "tyrogue candy",
- "prev-evolution": [{
- "num": "236",
- "name": "tyrogue",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "238",
- "name": "smoochum",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Smoochum actively runs about, but also falls quite often. Whenever the chance arrives, it will look for its reflection to make sure its face hasn't become dirty.",
- "img": "https://www.serebii.net/pokemongo/pokemon/238.png",
- "size": {
- "height": "0.41 m",
- "weight": "6.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ice",
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "not in capture",
- "base-capture-rate": "not in capture"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "153",
- "base-defense": "91",
- "base-stamina": "128",
- "max-cp": "1291",
- "max-hp": "113"
- },
- "resistant": [
- "ice",
- "psychic"
- ],
- "weaknesses": [
- "fire",
- "bug",
- "rock",
- "ghost"
- ],
- "quick-move": [
- {
- "name": "powder snow",
- "type": "ice",
- "base-damage": "6",
- "energy": "15",
- "move-duration-seg": "1"
- },
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "frost breath",
- "type": "ice",
- "base-damage": "10",
- "energy": "8",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "ice punch",
- "type": "ice",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "psyshock",
- "type": "psychic",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "7 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "jynx candy",
- "next-evolution": [{
- "num": "124",
- "name": "jynx",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "239",
- "name": "elekid",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Elekid stores electricity in its body. If it touches metal and accidentally discharges all its built-up electricity, this Pokémon begins swinging its arms in circles to recharge itself.",
- "img": "https://www.serebii.net/pokemongo/pokemon/239.png",
- "size": {
- "height": "0.61 m",
- "weight": "23.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "not in capture",
- "base-capture-rate": "not in capture"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "135",
- "base-defense": "101",
- "base-stamina": "128",
- "max-cp": "1206",
- "max-hp": "113"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- },
- {
- "name": "low kick",
- "type": "fight",
- "base-damage": "6",
- "energy": "6",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "thunder punch",
- "type": "electric",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.8"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- }
- ],
- "egg": "7 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "electabuzz candy",
- "next-evolution": [{
- "num": "125",
- "name": "electabuzz",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "466",
- "name": "electivire",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }]
- }]
- }
- },
- {
- "num": "240",
- "name": "magby",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Magby's state of health is determined by observing the fire it breathes. If the Pokémon is spouting yellow flames from its mouth, it is in good health. When it is fatigued, black smoke will be mixed in with the flames.",
- "img": "https://www.serebii.net/pokemongo/pokemon/240.png",
- "size": {
- "height": "0.71 m",
- "weight": "21.4 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "not in capture",
- "base-capture-rate": "not in capture"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "151",
- "base-defense": "99",
- "base-stamina": "128",
- "max-cp": "1323",
- "max-hp": "113"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "karate chop",
- "type": "fight",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "fire punch",
- "type": "fire",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.2"
- },
- {
- "name": "flame burst",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "7 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "magmar candy",
- "next-evolution": [{
- "num": "126",
- "name": "magmar",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "467",
- "name": "magmortar",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }]
- }]
- }
- },
- {
- "num": "241",
- "name": "miltank",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Miltank gives over five gallons of milk on a daily basis. Its sweet milk is enjoyed by children and grown-ups alike. People who can't drink milk turn it into yogurt and eat it instead.",
- "img": "https://www.serebii.net/pokemongo/pokemon/241.png",
- "size": {
- "height": "1.19 m",
- "weight": "75.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.08",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "157",
- "base-defense": "193",
- "base-stamina": "216",
- "max-cp": "2354",
- "max-hp": "182"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "stomp",
- "type": "normal",
- "base-damage": "55",
- "energy": "-50",
- "move-duration-seg": "1.7"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "gyro ball",
- "type": "steel",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "miltank candy"
- }
- },
- {
- "num": "242",
- "name": "blissey",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Blissey senses sadness with its fluffy coat of fur. If it does so, this Pokémon will rush over to a sad person, no matter how far away, to share a Lucky Egg that brings a smile to any face.",
- "img": "https://www.serebii.net/pokemongo/pokemon/242.png",
- "size": {
- "height": "1.50 m",
- "weight": "46.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "129",
- "base-defense": "169",
- "base-stamina": "496",
- "max-cp": "2757",
- "max-hp": "403"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "chansey candy",
- "prev-evolution": [{
- "num": "113",
- "name": "chansey",
- "candy-cost": "50",
- "prev-evolution": [{
- "num": "440",
- "name": "happiny",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "243",
- "name": "raikou",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Raikou embodies the speed of lightning. The roars of this Pokémon send shock waves shuddering through the air and shake the ground as if lightning bolts had come crashing down.",
- "img": "https://www.serebii.net/pokemongo/pokemon/243.png",
- "size": {
- "height": "1.91 m",
- "weight": "178.0 kg"
- },
- "pokemon-rarity": "legendary",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.04",
- "base-capture-rate": "0.02"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "241",
- "base-defense": "195",
- "base-stamina": "207",
- "max-cp": "3452",
- "max-hp": "175"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- },
- {
- "name": "volt switch",
- "type": "electric",
- "base-damage": "20",
- "energy": "25",
- "move-duration-seg": "2.3"
- }
- ],
- "special-attack": [
- {
- "name": "thunder",
- "type": "electric",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.4"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "wild charge",
- "type": "electric",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "raikou candy"
- }
- },
- {
- "num": "244",
- "name": "entei",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Entei embodies the passion of magma. This Pokémon is thought to have been born in the eruption of a volcano. It sends up massive bursts of fire that utterly consume all that they touch.",
- "img": "https://www.serebii.net/pokemongo/pokemon/244.png",
- "size": {
- "height": "2.11 m",
- "weight": "198.0 kg"
- },
- "pokemon-rarity": "legendary",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.04",
- "base-capture-rate": "0.02"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "235",
- "base-defense": "171",
- "base-stamina": "251",
- "max-cp": "3473",
- "max-hp": "210"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "fire spin",
- "type": "fire",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.1"
- },
- {
- "name": "fire fang",
- "type": "fire",
- "base-damage": "11",
- "energy": "8",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- },
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "overheat",
- "type": "fire",
- "base-damage": "160",
- "energy": "-100",
- "move-duration-seg": "4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "entei candy"
- }
- },
- {
- "num": "245",
- "name": "suicune",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Suicune embodies the compassion of a pure spring of water. It runs across the land with gracefulness. This Pokémon has the power to purify dirty water.",
- "img": "https://www.serebii.net/pokemongo/pokemon/245.png",
- "size": {
- "height": "2.01 m",
- "weight": "187.0 kg"
- },
- "pokemon-rarity": "legendary",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.04",
- "base-capture-rate": "0.02"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "180",
- "base-defense": "235",
- "base-stamina": "225",
- "max-cp": "2983",
- "max-hp": "189"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "extrasensory",
- "type": "psychic",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- },
- {
- "name": "snarl",
- "type": "dark",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "suicune candy"
- }
- },
- {
- "num": "246",
- "name": "larvitar",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Larvitar is born deep under the ground. To come up to the surface, this Pokémon must eat its way through the soil above. Until it does so, Larvitar cannot see its parents.",
- "img": "https://www.serebii.net/pokemongo/pokemon/246.png",
- "size": {
- "height": "0.60 m",
- "weight": "72.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "115",
- "base-defense": "93",
- "base-stamina": "137",
- "max-cp": "1040",
- "max-hp": "120"
- },
- "resistant": [
- "electric",
- "poison",
- "fire",
- "flying",
- "normal",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ground",
- "ice",
- "steel",
- "fighting"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- }
- ],
- "special-attack": [
- {
- "name": "stomp",
- "type": "normal",
- "base-damage": "55",
- "energy": "-50",
- "move-duration-seg": "1.7"
- },
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "larvitar candy",
- "next-evolution": [{
- "num": "247",
- "name": "pupitar",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "248",
- "name": "tyranitar",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "247",
- "name": "pupitar",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Pupitar creates a gas inside its body that it compresses and forcefully ejects to propel itself like a jet. The body is very durable—it avoids damage even if it hits solid steel.",
- "img": "https://www.serebii.net/pokemongo/pokemon/247.png",
- "size": {
- "height": "1.20 m",
- "weight": "152.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "155",
- "base-defense": "133",
- "base-stamina": "172",
- "max-cp": "1766",
- "max-hp": "147"
- },
- "resistant": [
- "electric",
- "poison",
- "fire",
- "flying",
- "normal",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ground",
- "ice",
- "steel",
- "fighting"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "larvitar candy",
- "next-evolution": [{
- "num": "248",
- "name": "tyranitar",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "246",
- "name": "larvitar",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "248",
- "name": "tyranitar",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Tyranitar is so overwhelmingly powerful, it can bring down a whole mountain to make its nest. This Pokémon wanders about in mountains seeking new opponents to fight.",
- "img": "https://www.serebii.net/pokemongo/pokemon/248.png",
- "size": {
- "height": "2.00 m",
- "weight": "202.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "dark"
- ],
- "encounter": {
- "base-flee-rate": "0.04",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "251",
- "base-defense": "207",
- "base-stamina": "225",
- "max-cp": "3834",
- "max-hp": "189"
- },
- "resistant": [
- "psychic",
- "dark",
- "ghost",
- "fire",
- "poison",
- "flying",
- "normal"
- ],
- "weaknesses": [
- "fighting",
- "ground",
- "steel",
- "water",
- "grass",
- "bug",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "iron tail",
- "type": "steel",
- "base-damage": "15",
- "energy": "7",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "larvitar candy",
- "prev-evolution": [{
- "num": "247",
- "name": "pupitar",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "246",
- "name": "larvitar",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "249",
- "name": "lugia",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Lugia's wings pack devastating power-a light fluttering of its wings can blow apart regular houses. As a result, this Pokémon chooses to live out of sight deep under the sea.",
- "img": "https://www.serebii.net/pokemongo/pokemon/249.png",
- "size": {
- "height": "5.21 m",
- "weight": "216.0 kg"
- },
- "pokemon-rarity": "legendary",
- "type": [
- "psychic",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.04",
- "base-capture-rate": "0.02"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "193",
- "base-defense": "310",
- "base-stamina": "235",
- "max-cp": "3703",
- "max-hp": "197"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "psychic"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "rock",
- "ghost"
- ],
- "quick-move": [
- {
- "name": "extrasensory",
- "type": "psychic",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- },
- {
- "name": "dragon tail",
- "type": "dragon",
- "base-damage": "15",
- "energy": "9",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "sky attack",
- "type": "flying",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "futuresight",
- "type": "psychic",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "lugia candy"
- }
- },
- {
- "num": "250",
- "name": "ho-oh",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Ho-Oh's feathers glow in seven colors depending on the angle at which they are struck by light. These feathers are said to bring happiness to the bearers. This Pokémon is said to live at the foot of a rainbow.",
- "img": "https://www.serebii.net/pokemongo/pokemon/250.png",
- "size": {
- "height": "3.80 m",
- "weight": "199.0 kg"
- },
- "pokemon-rarity": "legendary",
- "type": [
- "fire",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.04",
- "base-capture-rate": "0.02"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "239",
- "base-defense": "244",
- "base-stamina": "214",
- "max-cp": "3863",
- "max-hp": "180"
- },
- "resistant": [
- "fighting",
- "bug",
- "grass",
- "steel",
- "fire",
- "fairy"
- ],
- "weaknesses": [
- "rock",
- "ground",
- "electric",
- "water"
- ],
- "quick-move": [
- {
- "name": "extrasensory",
- "type": "psychic",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- },
- {
- "name": "steel wing",
- "type": "steel",
- "base-damage": "11",
- "energy": "6",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "brave bird",
- "type": "flying",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2"
- },
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "ho-oh candy"
- }
- },
- {
- "num": "251",
- "name": "celebi",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "This Pokémon came from the future by crossing over time. It is thought that so long as Celebi appears, a bright and shining future awaits us.",
- "img": "https://www.serebii.net/pokemongo/pokemon/251.png",
- "size": {
- "height": "0.61 m",
- "weight": "5.0 kg"
- },
- "pokemon-rarity": "mythic",
- "type": [
- "psychic",
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0",
- "base-capture-rate": "100"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "210",
- "base-defense": "210",
- "base-stamina": "225",
- "max-cp": "3265",
- "max-hp": "189"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- },
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "celebi candy"
- }
- }]
-};
diff --git a/src/data/pokemon/pokemon.json b/src/data/pokemon/pokemon.json
deleted file mode 100644
index e1b9568c..00000000
--- a/src/data/pokemon/pokemon.json
+++ /dev/null
@@ -1,23953 +0,0 @@
-{
- "pokemon": [{
- "num": "001",
- "name": "bulbasaur",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Bulbasaur can be seen napping in bright sunlight. There is a seed on its back. By soaking up the sun's rays, the seed grows progressively larger.",
- "img": "https://www.serebii.net/pokemongo/pokemon/001.png",
- "size": {
- "height": "0.71 m",
- "weight": "6.9 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.69",
- "stats": {
- "base-attack": "118",
- "base-defense": "111",
- "base-stamina": "128",
- "max-cp": "1115",
- "max-hp": "113"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "flying",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "vine whip",
- "type": "grass",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "seed bomb",
- "type": "grass",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "power whip",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "bulbasaur candy",
- "next-evolution": [{
- "num": "002",
- "name": "ivysaur",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "003",
- "name": "venusaur",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "002",
- "name": "ivysaur",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "There is a bud on this Pokémon's back. To support its weight, Ivysaur's legs and trunk grow thick and strong. If it starts spending more time lying in the sunlight, it's a sign that the bud will bloom into a large flower soon.",
- "img": "https://www.serebii.net/pokemongo/pokemon/002.png",
- "size": {
- "height": "0.99 m",
- "weight": "13.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.042",
- "stats": {
- "base-attack": "151",
- "base-defense": "143",
- "base-stamina": "155",
- "max-cp": "1699",
- "max-hp": "134"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "flying",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "vine whip",
- "type": "grass",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- },
- {
- "name": "power whip",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "bulbasaur candy",
- "next-evolution": [{
- "num": "003",
- "name": "venusaur",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "001",
- "name": "bulbasaur",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "003",
- "name": "venusaur",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "There is a large flower on Venusaur's back. The flower is said to take on vivid colors if it gets plenty of nutrition and sunlight. The flower's aroma soothes the emotions of people.",
- "img": "https://www.serebii.net/pokemongo/pokemon/003.png",
- "size": {
- "height": "2.01 m",
- "weight": "100.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": "0.017",
- "stats": {
- "base-attack": "198",
- "base-defense": "189",
- "base-stamina": "190",
- "max-cp": "2720",
- "max-hp": "162"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "flying",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "vine whip",
- "type": "grass",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "petal blizzard",
- "type": "grass",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "2.6"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "bulbasaur candy",
- "prev-evolution": [{
- "num": "002",
- "name": "ivysaur",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "001",
- "name": "bulbasaur",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "004",
- "name": "charmander",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "The flame that burns at the tip of its tail is an indication of its emotions. The flame wavers when Charmander is enjoying itself. If the Pokémon becomes enraged, the flame burns fiercely.",
- "img": "https://www.serebii.net/pokemongo/pokemon/004.png",
- "size": {
- "height": "0.61 m",
- "weight": "8.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.253",
- "stats": {
- "base-attack": "116",
- "base-defense": "93",
- "base-stamina": "118",
- "max-cp": "980",
- "max-hp": "105"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "flame charge",
- "type": "fire",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.8"
- },
- {
- "name": "flame burst",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "charmander candy",
- "next-evolution": [{
- "num": "005",
- "name": "charmeleon",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "006",
- "name": "charizard",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "005",
- "name": "charmeleon",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Charmeleon mercilessly destroys its foes using its sharp claws. If it encounters a strong foe, it turns aggressive. In this excited state, the flame at the tip of its tail flares with a bluish white color.",
- "img": "https://www.serebii.net/pokemongo/pokemon/005.png",
- "size": {
- "height": "1.09 m",
- "weight": "19.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.012",
- "stats": {
- "base-attack": "158",
- "base-defense": "126",
- "base-stamina": "151",
- "max-cp": "1653",
- "max-hp": "131"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "fire fang",
- "type": "fire",
- "base-damage": "11",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "fire punch",
- "type": "fire",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.2"
- },
- {
- "name": "flame burst",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "charmander candy",
- "next-evolution": [{
- "num": "006",
- "name": "charizard",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "004",
- "name": "charmander",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "006",
- "name": "charizard",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Charizard flies around the sky in search of powerful opponents. It breathes fire of such great heat that it melts anything. However, it never turns its fiery breath on any opponent weaker than itself.",
- "img": "https://www.serebii.net/pokemongo/pokemon/006.png",
- "size": {
- "height": "1.70 m",
- "weight": "90.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": "0.0031",
- "stats": {
- "base-attack": "223",
- "base-defense": "173",
- "base-stamina": "186",
- "max-cp": "2889",
- "max-hp": "158"
- },
- "resistant": [
- "fire",
- "grass",
- "fighting",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "fire spin",
- "type": "fire",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.1"
- },
- {
- "name": "air slash",
- "type": "flying",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.2"
- },
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "wing attack",
- "type": "flying",
- "base-damage": "8",
- "energy": "9",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "dragon claw",
- "type": "dragon",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.7"
- },
- {
- "name": "overheat",
- "type": "fire",
- "base-damage": "160",
- "energy": "-100",
- "move-duration-seg": "4"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "charmander candy",
- "prev-evolution": [{
- "num": "005",
- "name": "charmeleon",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "004",
- "name": "charmander",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "007",
- "name": "squirtle",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Squirtle's shell is not merely used for protection. The shell's rounded shape and the grooves on its surface help minimize resistance in water, enabling this Pokémon to swim at high speeds.",
- "img": "https://www.serebii.net/pokemongo/pokemon/007.png",
- "size": {
- "height": "0.51 m",
- "weight": "9.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.58",
- "stats": {
- "base-attack": "94",
- "base-defense": "121",
- "base-stamina": "127",
- "max-cp": "946",
- "max-hp": "112"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "aqua jet",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.6"
- },
- {
- "name": "aqua tail",
- "type": "water",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "squirtle candy",
- "next-evolution": [{
- "num": "008",
- "name": "wartortle",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "009",
- "name": "blastoise",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "008",
- "name": "wartortle",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Its tail is large and covered with a rich, thick fur. The tail becomes increasingly deeper in color as Wartortle ages. The scratches on its shell are evidence of this Pokémon's toughness as a battler.",
- "img": "https://www.serebii.net/pokemongo/pokemon/008.png",
- "size": {
- "height": "0.99 m",
- "weight": "22.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.034",
- "stats": {
- "base-attack": "126",
- "base-defense": "155",
- "base-stamina": "153",
- "max-cp": "1488",
- "max-hp": "132"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "aqua jet",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.6"
- },
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "squirtle candy",
- "next-evolution": [{
- "num": "009",
- "name": "blastoise",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "007",
- "name": "squirtle",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "009",
- "name": "blastoise",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Blastoise has water spouts that protrude from its shell. The water spouts are very accurate. They can shoot bullets of water with enough accuracy to strike empty cans from a distance of over 160 feet.",
- "img": "https://www.serebii.net/pokemongo/pokemon/009.png",
- "size": {
- "height": "1.60 m",
- "weight": "85.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": "0.0067",
- "stats": {
- "base-attack": "171",
- "base-defense": "207",
- "base-stamina": "188",
- "max-cp": "2466",
- "max-hp": "160"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "flash cannon",
- "type": "steel",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.7"
- },
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "squirtle candy",
- "prev-evolution": [{
- "num": "008",
- "name": "wartortle",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "007",
- "name": "squirtle",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "010",
- "name": "caterpie",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Caterpie has a voracious appetite. It can devour leaves bigger than its body right before your eyes. From its antenna, this Pokémon releases a terrifically strong odor.",
- "img": "https://www.serebii.net/pokemongo/pokemon/010.png",
- "size": {
- "height": "0.30 m",
- "weight": "2.9 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "3.032",
- "stats": {
- "base-attack": "55",
- "base-defense": "55",
- "base-stamina": "128",
- "max-cp": "437",
- "max-hp": "113"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "rock"
- ],
- "quick-move": [
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "struggle",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "caterpie candy",
- "next-evolution": [{
- "num": "011",
- "name": "metapod",
- "candy-cost": "12",
- "next-evolution": [{
- "num": "012",
- "name": "butterfree",
- "candy-cost": "50"
- }]
- }]
- }
- },
- {
- "num": "011",
- "name": "metapod",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "The shell covering this Pokémon's body is as hard as an iron slab. Metapod does not move very much. It stays still because it is preparing its soft innards for evolution inside the hard shell.",
- "img": "https://www.serebii.net/pokemongo/pokemon/011.png",
- "size": {
- "height": "0.71 m",
- "weight": "9.9 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "0.187",
- "stats": {
- "base-attack": "45",
- "base-defense": "80",
- "base-stamina": "137",
- "max-cp": "450",
- "max-hp": "120"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "rock"
- ],
- "quick-move": [
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "struggle",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "caterpie candy",
- "next-evolution": [{
- "num": "012",
- "name": "butterfree",
- "candy-cost": "50"
- }],
- "prev-evolution": [{
- "num": "010",
- "name": "caterpie",
- "candy-cost": "12"
- }]
- }
- },
- {
- "num": "012",
- "name": "butterfree",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Butterfree has a superior ability to search for delicious honey from flowers. It can even search out, extract, and carry honey from flowers that are blooming over six miles from its nest.",
- "img": "https://www.serebii.net/pokemongo/pokemon/012.png",
- "size": {
- "height": "1.09 m",
- "weight": "32.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.022",
- "stats": {
- "base-attack": "167",
- "base-defense": "137",
- "base-stamina": "155",
- "max-cp": "1827",
- "max-hp": "134"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "fire",
- "electric",
- "ice",
- "flying",
- "rock"
- ],
- "quick-move": [
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- },
- {
- "name": "struggle bug",
- "type": "bug",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "bug buzz",
- "type": "bug",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.7"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "signal beam",
- "type": "bug",
- "base-damage": "75",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "caterpie candy",
- "prev-evolution": [{
- "num": "011",
- "name": "metapod",
- "candy-cost": "50",
- "prev-evolution": [{
- "num": "010",
- "name": "caterpie",
- "candy-cost": "12"
- }]
- }]
- }
- },
- {
- "num": "013",
- "name": "weedle",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Weedle has an extremely acute sense of smell. It is capable of distinguishing its favorite kinds of leaves from those it dislikes just by sniffing with its big red proboscis (nose).",
- "img": "https://www.serebii.net/pokemongo/pokemon/013.png",
- "size": {
- "height": "0.30 m",
- "weight": "3.2 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "7.12",
- "stats": {
- "base-attack": "63",
- "base-defense": "50",
- "base-stamina": "120",
- "max-cp": "456",
- "max-hp": "106"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "struggle",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "weedle candy",
- "next-evolution": [{
- "num": "014",
- "name": "kakuna",
- "candy-cost": "12",
- "next-evolution": [{
- "num": "015",
- "name": "beedrill",
- "candy-cost": "50"
- }]
- }]
- }
- },
- {
- "num": "014",
- "name": "kakuna",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Kakuna remains virtually immobile as it clings to a tree. However, on the inside, it is extremely busy as it prepares for its coming evolution. This is evident from how hot the shell becomes to the touch.",
- "img": "https://www.serebii.net/pokemongo/pokemon/014.png",
- "size": {
- "height": "0.61 m",
- "weight": "10.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "0.44",
- "stats": {
- "base-attack": "46",
- "base-defense": "75",
- "base-stamina": "128",
- "max-cp": "432",
- "max-hp": "113"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "struggle",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "weedle candy",
- "next-evolution": [{
- "num": "015",
- "name": "beedrill",
- "candy-cost": "50"
- }],
- "prev-evolution": [{
- "num": "013",
- "name": "weedle",
- "candy-cost": "12"
- }]
- }
- },
- {
- "num": "015",
- "name": "beedrill",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Beedrill is extremely territorial. No one should ever approach its nest-this is for their own safety. If angered, they will attack in a furious swarm.",
- "img": "https://www.serebii.net/pokemongo/pokemon/015.png",
- "size": {
- "height": "0.99 m",
- "weight": "29.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.051",
- "stats": {
- "base-attack": "169",
- "base-defense": "130",
- "base-stamina": "163",
- "max-cp": "1846",
- "max-hp": "140"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "poison jab",
- "type": "poison",
- "base-damage": "10",
- "energy": "7",
- "move-duration-seg": "0.8"
- },
- {
- "name": "infestation",
- "type": "bug",
- "base-damage": "10",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "x scissor",
- "type": "water",
- "base-damage": "50",
- "energy": "-100",
- "move-duration-seg": "4.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "weedle candy",
- "prev-evolution": [{
- "num": "014",
- "name": "kakuna",
- "candy-cost": "50",
- "prev-evolution": [{
- "num": "013",
- "name": "weedle",
- "candy-cost": "12"
- }]
- }]
- }
- },
- {
- "num": "016",
- "name": "pidgey",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Pidgey has an extremely sharp sense of direction. It is capable of unerringly returning home to its nest, however far it may be removed from its familiar surroundings.",
- "img": "https://www.serebii.net/pokemongo/pokemon/016.png",
- "size": {
- "height": "0.30 m",
- "weight": "1.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "15.98",
- "stats": {
- "base-attack": "85",
- "base-defense": "73",
- "base-stamina": "120",
- "max-cp": "680",
- "max-hp": "106"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "twister",
- "type": "dragon",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.8"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "air cutter",
- "type": "flying",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "pidgey candy",
- "next-evolution": [{
- "num": "017",
- "name": "pidgeotto",
- "candy-cost": "12",
- "next-evolution": [{
- "num": "018",
- "name": "pidgeot",
- "candy-cost": "50"
- }]
- }]
- }
- },
- {
- "num": "017",
- "name": "pidgeotto",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Pidgeotto claims a large area as its own territory. This Pokémon flies around, patrolling its living space. If its territory is violated, it shows no mercy in thoroughly punishing the foe with its sharp claws.",
- "img": "https://www.serebii.net/pokemongo/pokemon/017.png",
- "size": {
- "height": "1.09 m",
- "weight": "30.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "1.02",
- "stats": {
- "base-attack": "117",
- "base-defense": "105",
- "base-stamina": "160",
- "max-cp": "1194",
- "max-hp": "138"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "wing attack",
- "type": "flying",
- "base-damage": "8",
- "energy": "9",
- "move-duration-seg": "0.8"
- },
- {
- "name": "steel wing",
- "type": "steel",
- "base-damage": "11",
- "energy": "6",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "twister",
- "type": "dragon",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.8"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "air cutter",
- "type": "flying",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "pidgey candy",
- "next-evolution": [{
- "num": "018",
- "name": "pidgeot",
- "candy-cost": "50"
- }],
- "prev-evolution": [{
- "num": "016",
- "name": "pidgey",
- "candy-cost": "12"
- }]
- }
- },
- {
- "num": "018",
- "name": "pidgeot",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "This Pokémon has a dazzling plumage of beautifullyglossy feathers. Many Trainers are captivated by thestriking beauty of the feathers on its head, compellingthem to choose Pidgeot as their Pokémon.",
- "img": "https://www.serebii.net/pokemongo/pokemon/018.png",
- "size": {
- "height": "1.50 m",
- "weight": "39.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.13",
- "stats": {
- "base-attack": "166",
- "base-defense": "154",
- "base-stamina": "195",
- "max-cp": "2129",
- "max-hp": "165"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "steel wing",
- "type": "steel",
- "base-damage": "11",
- "energy": "6",
- "move-duration-seg": "0.8"
- },
- {
- "name": "air slash",
- "type": "flying",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.2"
- },
- {
- "name": "wing attack",
- "type": "flying",
- "base-damage": "8",
- "energy": "9",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "hurricane",
- "type": "flying",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "2.7"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "brave bird",
- "type": "flying",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2"
- },
- {
- "name": "air cutter",
- "type": "flying",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "pidgey candy",
- "prev-evolution": [{
- "num": "017",
- "name": "pidgeotto",
- "candy-cost": "50",
- "prev-evolution": [{
- "num": "016",
- "name": "pidgey",
- "candy-cost": "12"
- }]
- }]
- }
- },
- {
- "num": "019",
- "name": "rattata",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Rattata is cautious in the extreme. Even while it is asleep, it constantly listens by moving its ears around. It is not picky about where it lives-it will make its nest anywhere.",
- "img": "https://www.serebii.net/pokemongo/pokemon/019.png",
- "size": {
- "height": "0.30 m",
- "weight": "3.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "13.05",
- "stats": {
- "base-attack": "103",
- "base-defense": "70",
- "base-stamina": "102",
- "max-cp": "734",
- "max-hp": "92"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "hyper fang",
- "type": "normal",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "rattata candy",
- "next-evolution": [{
- "num": "020",
- "name": "raticate",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "020",
- "name": "raticate",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Raticate's sturdy fangs grow steadily. To keep them ground down, it gnaws on rocks and logs. It may even chew on the walls of houses.",
- "img": "https://www.serebii.net/pokemongo/pokemon/020.png",
- "size": {
- "height": "0.71 m",
- "weight": "18.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.41",
- "stats": {
- "base-attack": "161",
- "base-defense": "139",
- "base-stamina": "146",
- "max-cp": "1730",
- "max-hp": "127"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "hyper fang",
- "type": "normal",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "rattata candy",
- "prev-evolution": [{
- "num": "019",
- "name": "rattata",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "021",
- "name": "spearow",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Spearow has a very loud cry that can be heard over half a mile away. If its high, keening cry is heard echoing all around, it is a sign that they are warning each other of danger.",
- "img": "https://www.serebii.net/pokemongo/pokemon/021.png",
- "size": {
- "height": "0.30 m",
- "weight": "2.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "4.73",
- "stats": {
- "base-attack": "112",
- "base-defense": "60",
- "base-stamina": "120",
- "max-cp": "798",
- "max-hp": "106"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "drill peck",
- "type": "flying",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "sky attack",
- "type": "flying",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- },
- {
- "name": "twister",
- "type": "dragon",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.8"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "spearow candy",
- "next-evolution": [{
- "num": "022",
- "name": "fearow",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "022",
- "name": "fearow",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Fearow is recognized by its long neck and elongated beak. They are conveniently shaped for catching prey in soil or water. It deftly moves its long and skinny beak to pluck prey.",
- "img": "https://www.serebii.net/pokemongo/pokemon/022.png",
- "size": {
- "height": "1.19 m",
- "weight": "38.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.15",
- "stats": {
- "base-attack": "182",
- "base-defense": "133",
- "base-stamina": "163",
- "max-cp": "1997",
- "max-hp": "140"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "steel wing",
- "type": "steel",
- "base-damage": "11",
- "energy": "6",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "drill run",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.8"
- },
- {
- "name": "sky attack",
- "type": "flying",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- },
- {
- "name": "twister",
- "type": "dragon",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.8"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "spearow candy",
- "prev-evolution": [{
- "num": "021",
- "name": "spearow",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "023",
- "name": "ekans",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Ekans curls itself up in a spiral while it rests. Assuming this position allows it to quickly respond to a threat from any direction with a glare from its upraised head.",
- "img": "https://www.serebii.net/pokemongo/pokemon/023.png",
- "size": {
- "height": "2.01 m",
- "weight": "6.9 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "2.27",
- "stats": {
- "base-attack": "110",
- "base-defense": "97",
- "base-stamina": "111",
- "max-cp": "927",
- "max-hp": "99"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "wrap",
- "type": "normal",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.9"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "poison fang",
- "type": "poison",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.7"
- },
- {
- "name": "gunk shot",
- "type": "poison",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "ekans candy",
- "next-evolution": [{
- "num": "024",
- "name": "arbok",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "024",
- "name": "arbok",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "This Pokémon is terrifically strong in order to constrict things with its body. It can even flatten steel oil drums. Once Arbok wraps its body around its foe, escaping its crunching embrace is impossible.",
- "img": "https://www.serebii.net/pokemongo/pokemon/024.png",
- "size": {
- "height": "3.51 m",
- "weight": "65.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.072",
- "stats": {
- "base-attack": "167",
- "base-defense": "153",
- "base-stamina": "155",
- "max-cp": "1921",
- "max-hp": "134"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "sludge wave",
- "type": "poison",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "3.2"
- },
- {
- "name": "gunk shot",
- "type": "poison",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "ekans candy",
- "prev-evolution": [{
- "num": "023",
- "name": "ekans",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "025",
- "name": "pikachu",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Whenever Pikachu comes across something new, it blasts it with a jolt of electricity. If you come across a blackened berry, it's evidence that this Pokémon mistook the intensity of its charge.",
- "img": "https://www.serebii.net/pokemongo/pokemon/025.png",
- "size": {
- "height": "0.41 m",
- "weight": "6.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.21",
- "stats": {
- "base-attack": "112",
- "base-defense": "96",
- "base-stamina": "111",
- "max-cp": "938",
- "max-hp": "99"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "wild charge",
- "type": "electric",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "thunder",
- "type": "electric",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "pikachu candy",
- "next-evolution": [{
- "num": "026",
- "name": "raichu",
- "candy-cost": "50"
- }],
- "prev-evolution": [{
- "num": "172",
- "name": "pichu",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "026",
- "name": "raichu",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "If the electrical sacs become excessively charged, Raichu plants its tail in the ground and discharges. Scorched patches of ground will be found near this Pokémon's nest.",
- "img": "https://www.serebii.net/pokemongo/pokemon/026.png",
- "size": {
- "height": "0.79 m",
- "weight": "30.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.0076",
- "stats": {
- "base-attack": "193",
- "base-defense": "151",
- "base-stamina": "155",
- "max-cp": "2182",
- "max-hp": "134"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "spark",
- "type": "electric",
- "base-damage": "6",
- "energy": "9",
- "move-duration-seg": "0.7"
- },
- {
- "name": "volt switch",
- "type": "electric",
- "base-damage": "20",
- "energy": "25",
- "move-duration-seg": "2.3"
- },
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "thunder punch",
- "type": "electric",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.8"
- },
- {
- "name": "wild charge",
- "type": "electric",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "thunder",
- "type": "electric",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "pikachu candy",
- "prev-evolution": [{
- "num": "025",
- "name": "pikachu",
- "candy-cost": "50",
- "prev-evolution": [{
- "num": "172",
- "name": "pichu",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "027",
- "name": "sandshrew",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Sandshrew's body is configured to absorb water without waste, enabling it to survive in an arid desert. This Pokémon curls up to protect itself from its enemies.",
- "img": "https://www.serebii.net/pokemongo/pokemon/027.png",
- "size": {
- "height": "0.61 m",
- "weight": "12.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "1.11",
- "stats": {
- "base-attack": "126",
- "base-defense": "120",
- "base-stamina": "137",
- "max-cp": "1261",
- "max-hp": "120"
- },
- "resistant": [
- "electric",
- "poison",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice"
- ],
- "quick-move": [
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "sand tomb",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "4"
- },
- {
- "name": "rock tomb",
- "type": "rock",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "sandshrew candy",
- "next-evolution": [{
- "num": "028",
- "name": "sandslash",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "028",
- "name": "sandslash",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Sandslash's body is covered by tough spikes, which are hardened sections of its hide. Once a year, the old spikes fall out, to be replaced with new spikes that grow out from beneath the old ones.",
- "img": "https://www.serebii.net/pokemongo/pokemon/028.png",
- "size": {
- "height": "0.99 m",
- "weight": "29.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.037",
- "stats": {
- "base-attack": "182",
- "base-defense": "175",
- "base-stamina": "181",
- "max-cp": "2374",
- "max-hp": "154"
- },
- "resistant": [
- "electric",
- "poison",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice"
- ],
- "quick-move": [
- {
- "name": "metal claw",
- "type": "steel",
- "base-damage": "8",
- "energy": "7",
- "move-duration-seg": "0.7"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "rock tomb",
- "type": "rock",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "bulldoze",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "sandshrew candy",
- "prev-evolution": [{
- "num": "027",
- "name": "sandshrew",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "029",
- "name": "nidoran ♀ (female)",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Nidoran ♀ has barbs that secrete a powerful poison. They are thought to have developed as protection for this small-bodied Pokémon. When enraged, it releases a horrible toxin from its horn.",
- "img": "https://www.serebii.net/pokemongo/pokemon/029.png",
- "size": {
- "height": "0.41 m",
- "weight": "7.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "1.38",
- "stats": {
- "base-attack": "86",
- "base-defense": "89",
- "base-stamina": "146",
- "max-cp": "816",
- "max-hp": "127"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "poison fang",
- "type": "poison",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.7"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "nidoran ♀ (female) candy",
- "next-evolution": [{
- "num": "030",
- "name": "nidorina",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "031",
- "name": "nidoqueen",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "030",
- "name": "nidorina",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "When Nidorina are with their friends or family, they keep their barbs tucked away to prevent hurting each other. This Pokémon appears to become nervous if separated from the others.",
- "img": "https://www.serebii.net/pokemongo/pokemon/030.png",
- "size": {
- "height": "0.79 m",
- "weight": "20.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "0.088",
- "stats": {
- "base-attack": "117",
- "base-defense": "120",
- "base-stamina": "172",
- "max-cp": "1309",
- "max-hp": "147"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "poison fang",
- "type": "poison",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.7"
- },
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "nidoran ♀ (female) candy",
- "next-evolution": [{
- "num": "031",
- "name": "nidoqueen",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "029",
- "name": "nidoran ♀ (female)",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "031",
- "name": "nidoqueen",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Nidoqueen's body is encased in extremely hard scales. It is adept at sending foes flying with harsh tackles. This Pokémon is at its strongest when it is defending its young.",
- "img": "https://www.serebii.net/pokemongo/pokemon/031.png",
- "size": {
- "height": "1.30 m",
- "weight": "60.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.012",
- "stats": {
- "base-attack": "180",
- "base-defense": "173",
- "base-stamina": "207",
- "max-cp": "2488",
- "max-hp": "175"
- },
- "resistant": [
- "electric",
- "fighting",
- "poison",
- "bug",
- "rock"
- ],
- "weaknesses": [
- "water",
- "ice",
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "poison jab",
- "type": "poison",
- "base-damage": "10",
- "energy": "7",
- "move-duration-seg": "0.8"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "sludge wave",
- "type": "poison",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "3.2"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "nidoran ♀ (female) candy",
- "prev-evolution": [{
- "num": "030",
- "name": "nidorina",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "029",
- "name": "nidoran ♀ (female)",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "032",
- "name": "nidoran ♂ (male)",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Nidoran ♂ (Male) has developed muscles for moving its ears. Thanks to them, the ears can be freely moved in any direction. Even the slightest sound does not escape this Pokémon's notice.",
- "img": "https://www.serebii.net/pokemongo/pokemon/032.png",
- "size": {
- "height": "0.51 m",
- "weight": "9.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "1.31",
- "stats": {
- "base-attack": "105",
- "base-defense": "76",
- "base-stamina": "130",
- "max-cp": "860",
- "max-hp": "114"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "horn attack",
- "type": "normal",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.85"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "nidoran ♂ (male) candy",
- "next-evolution": [{
- "num": "033",
- "name": "nidorino",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "034",
- "name": "nidoking",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "033",
- "name": "nidorino",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Nidorino has a horn that is harder than a diamond. If it senses a hostile presence, all the barbs on its back bristle up at once, and it challenges the foe with all its might.",
- "img": "https://www.serebii.net/pokemongo/pokemon/033.png",
- "size": {
- "height": "0.89 m",
- "weight": "19.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "0.083",
- "stats": {
- "base-attack": "137",
- "base-defense": "111",
- "base-stamina": "156",
- "max-cp": "1393",
- "max-hp": "135"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "poison jab",
- "type": "poison",
- "base-damage": "10",
- "energy": "7",
- "move-duration-seg": "0.8"
- },
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "horn attack",
- "type": "normal",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.85"
- },
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "nidoran ♂ (male) candy",
- "next-evolution": [{
- "num": "034",
- "name": "nidoking",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "032",
- "name": "nidoran ♂ (male)",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "034",
- "name": "nidoking",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Nidoking's thick tail packs enormously destructive power. With one swing, it can topple a metal transmission tower. Once this Pokémon goes on a rampage, there is no stopping it.",
- "img": "https://www.serebii.net/pokemongo/pokemon/034.png",
- "size": {
- "height": "1.40 m",
- "weight": "62.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.017",
- "stats": {
- "base-attack": "204",
- "base-defense": "156",
- "base-stamina": "191",
- "max-cp": "2567",
- "max-hp": "162"
- },
- "resistant": [
- "electric",
- "fighting",
- "poison",
- "bug",
- "rock"
- ],
- "weaknesses": [
- "water",
- "ice",
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "poison jab",
- "type": "poison",
- "base-damage": "10",
- "energy": "7",
- "move-duration-seg": "0.8"
- },
- {
- "name": "iron tail",
- "type": "steel",
- "base-damage": "15",
- "energy": "7",
- "move-duration-seg": "1.1"
- },
- {
- "name": "fury cutter",
- "type": "bug",
- "base-damage": "3",
- "energy": "6",
- "move-duration-seg": "0.4"
- }
- ],
- "special-attack": [
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "sludge wave",
- "type": "poison",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "3.2"
- },
- {
- "name": "megahorn",
- "type": "bug",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "nidoran ♂ (male) candy",
- "prev-evolution": [{
- "num": "033",
- "name": "nidorino",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "032",
- "name": "nidoran ♂ (male)",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "035",
- "name": "clefairy",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "On every night of a full moon, groups of this Pokémon come out to play. When dawn arrives, the tired Clefairy return to their quiet mountain retreats and go to sleep nestled up against each other.",
- "img": "https://www.serebii.net/pokemongo/pokemon/035.png",
- "size": {
- "height": "0.61 m",
- "weight": "7.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": "0.92",
- "stats": {
- "base-attack": "107",
- "base-defense": "108",
- "base-stamina": "172",
- "max-cp": "1155",
- "max-hp": "147"
- },
- "resistant": [
- "fighting",
- "bug",
- "dragon",
- "dark"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "disarming voice",
- "type": "fairy",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.9"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "moonblast",
- "type": "fairy",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.9"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "clefairy candy",
- "next-evolution": [{
- "num": "036",
- "name": "clefable",
- "candy-cost": "50"
- }],
- "prev-evolution": [{
- "num": "173",
- "name": "cleffa",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "036",
- "name": "clefable",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Clefable moves by skipping lightly as if it were flying using its wings. Its bouncy step even lets it walk on water. It is known to take strolls on lakes on quiet, moonlit nights.",
- "img": "https://www.serebii.net/pokemongo/pokemon/036.png",
- "size": {
- "height": "1.30 m",
- "weight": "40.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.012",
- "stats": {
- "base-attack": "178",
- "base-defense": "162",
- "base-stamina": "216",
- "max-cp": "2437",
- "max-hp": "182"
- },
- "resistant": [
- "fighting",
- "bug",
- "dragon",
- "dark"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- },
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- },
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "moonblast",
- "type": "fairy",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "clefairy candy",
- "prev-evolution": [{
- "num": "035",
- "name": "clefairy",
- "candy-cost": "50",
- "prev-evolution": [{
- "num": "173",
- "name": "cleffa",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "037",
- "name": "vulpix",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "At the time of its birth, Vulpix has one white tail. The tail separates into six if this Pokémon receives plenty of love from its trainer. The six tails become magnificently curled.",
- "img": "https://www.serebii.net/pokemongo/pokemon/037.png",
- "size": {
- "height": "0.61 m",
- "weight": "9.9 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": "0.22",
- "stats": {
- "base-attack": "96",
- "base-defense": "109",
- "base-stamina": "116",
- "max-cp": "883",
- "max-hp": "103"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- }
- ],
- "special-attack": [
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- },
- {
- "name": "flame charge",
- "type": "fire",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.8"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "vulpix candy",
- "next-evolution": [{
- "num": "038",
- "name": "ninetales",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "038",
- "name": "ninetales",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Ninetales casts a sinister light from its bright red eyes to gain total control over its foe's mind. This Pokémon is said to live for one thousand years.",
- "img": "https://www.serebii.net/pokemongo/pokemon/038.png",
- "size": {
- "height": "1.09 m",
- "weight": "19.9 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.0077",
- "stats": {
- "base-attack": "169",
- "base-defense": "190",
- "base-stamina": "177",
- "max-cp": "2279",
- "max-hp": "151"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- },
- {
- "name": "fire spin",
- "type": "fire",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.1"
- },
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- }
- ],
- "special-attack": [
- {
- "name": "heat wave",
- "type": "fire",
- "base-damage": "95",
- "energy": "-100",
- "move-duration-seg": "3"
- },
- {
- "name": "overheat",
- "type": "fire",
- "base-damage": "160",
- "energy": "-100",
- "move-duration-seg": "4"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- },
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "vulpix candy",
- "prev-evolution": [{
- "num": "037",
- "name": "vulpix",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "039",
- "name": "jigglypuff",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Jigglypuff's vocal cords can freely adjust the wavelength of its voice. This Pokémon uses this ability to sing at precisely the right wavelength to make its foes most drowsy.",
- "img": "https://www.serebii.net/pokemongo/pokemon/039.png",
- "size": {
- "height": "0.51 m",
- "weight": "5.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.39",
- "stats": {
- "base-attack": "80",
- "base-defense": "41",
- "base-stamina": "251",
- "max-cp": "724",
- "max-hp": "210"
- },
- "resistant": [
- "bug",
- "ghost",
- "dragon",
- "dark"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "disarming voice",
- "type": "fairy",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.9"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "gyro ball",
- "type": "steel",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "play rough",
- "type": "fairy",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "jigglypuff candy",
- "next-evolution": [{
- "num": "040",
- "name": "wigglytuff",
- "candy-cost": "50"
- }],
- "prev-evolution": [{
- "num": "174",
- "name": "igglybuff",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "040",
- "name": "wigglytuff",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Wigglytuff has large, saucerlike eyes. The surfaces of its eyes are always covered with a thin layer of tears. If any dust gets in this Pokémon's eyes, it is quickly washed away.",
- "img": "https://www.serebii.net/pokemongo/pokemon/040.png",
- "size": {
- "height": "0.99 m",
- "weight": "12.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.018",
- "stats": {
- "base-attack": "156",
- "base-defense": "90",
- "base-stamina": "295",
- "max-cp": "1926",
- "max-hp": "244"
- },
- "resistant": [
- "bug",
- "ghost",
- "dragon",
- "dark"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "play rough",
- "type": "fairy",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "jigglypuff candy",
- "prev-evolution": [{
- "num": "039",
- "name": "jigglypuff",
- "candy-cost": "50",
- "prev-evolution": [{
- "num": "174",
- "name": "igglybuff",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "041",
- "name": "zubat",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Zubat remains quietly unmoving in a dark spot during the bright daylight hours. It does so because prolonged exposure to the sun causes its body to become slightly burned.",
- "img": "https://www.serebii.net/pokemongo/pokemon/041.png",
- "size": {
- "height": "0.79 m",
- "weight": "7.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "6.52",
- "stats": {
- "base-attack": "83",
- "base-defense": "73",
- "base-stamina": "120",
- "max-cp": "667",
- "max-hp": "106"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "poison fang",
- "type": "poison",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.7"
- },
- {
- "name": "air cutter",
- "type": "flying",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "swift",
- "type": "normal",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.8"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "zubat candy",
- "next-evolution": [{
- "num": "042",
- "name": "golbat",
- "candy-cost": "50",
- "next-evolution": [{
- "num": "169",
- "name": "crobat",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "042",
- "name": "golbat",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Golbat loves to drink the blood of living things. It is particularly active in the pitch black of night. This Pokémon flits around in the night skies, seeking fresh blood.",
- "img": "https://www.serebii.net/pokemongo/pokemon/042.png",
- "size": {
- "height": "1.60 m",
- "weight": "55.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.42",
- "stats": {
- "base-attack": "161",
- "base-defense": "150",
- "base-stamina": "181",
- "max-cp": "1976",
- "max-hp": "154"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "wing attack",
- "type": "flying",
- "base-damage": "8",
- "energy": "9",
- "move-duration-seg": "0.8"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "poison fang",
- "type": "poison",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.7"
- },
- {
- "name": "air cutter",
- "type": "flying",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "ominous wind",
- "type": "ghost",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "zubat candy",
- "next-evolution": [{
- "num": "169",
- "name": "crobat"
- }],
- "prev-evolution": [{
- "num": "041",
- "name": "zubat",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "043",
- "name": "oddish",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "During the daytime, Oddish buries itself in soil to absorb nutrients from the ground using its entire body. The more fertile the soil, the glossier its leaves become.",
- "img": "https://www.serebii.net/pokemongo/pokemon/043.png",
- "size": {
- "height": "0.51 m",
- "weight": "5.4 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.6"
- },
- "spawn-chance": "1.02",
- "stats": {
- "base-attack": "131",
- "base-defense": "112",
- "base-stamina": "128",
- "max-cp": "1228",
- "max-hp": "113"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "flying",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "seed bomb",
- "type": "grass",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "moonblast",
- "type": "fairy",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "oddish candy",
- "next-evolution": [{
- "num": "044",
- "name": "gloom",
- "candy-cost": "25",
- "next-evolution": [
- {
- "num": "045",
- "name": "vileplume",
- "candy-cost": "100"
- },
- {
- "num": "182",
- "name": "bellossom",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sun stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sun-stone.png"
- }
- }
- ]
- }]
- }
- },
- {
- "num": "044",
- "name": "gloom",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Gloom releases a foul fragrance from the pistil of its flower. When faced with danger, the stench worsens. If this Pokémon is feeling calm and secure, it does not release its usual stinky aroma.",
- "img": "https://www.serebii.net/pokemongo/pokemon/044.png",
- "size": {
- "height": "0.79 m",
- "weight": "8.6 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": "0.064",
- "stats": {
- "base-attack": "153",
- "base-defense": "136",
- "base-stamina": "155",
- "max-cp": "1681",
- "max-hp": "134"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "flying",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "petal blizzard",
- "type": "grass",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "2.6"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "moonblast",
- "type": "fairy",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "oddish candy",
- "next-evolution": [
- {
- "num": "045",
- "name": "vileplume",
- "candy-cost": "100"
- },
- {
- "num": "182",
- "name": "bellossom",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sun stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sun-stone.png"
- }
- }
- ],
- "prev-evolution": [{
- "num": "043",
- "name": "oddish",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "045",
- "name": "vileplume",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Vileplume's toxic pollen triggers atrocious allergy attacks. That's why it is advisable never to approach any attractive flowers in a jungle, however pretty they may be.",
- "img": "https://www.serebii.net/pokemongo/pokemon/045.png",
- "size": {
- "height": "1.19 m",
- "weight": "18.6 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": "0.0097",
- "stats": {
- "base-attack": "202",
- "base-defense": "167",
- "base-stamina": "181",
- "max-cp": "2559",
- "max-hp": "154"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "flying",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "petal blizzard",
- "type": "grass",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "2.6"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- },
- {
- "name": "moonblast",
- "type": "fairy",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "oddish candy",
- "prev-evolution": [{
- "num": "044",
- "name": "gloom",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "043",
- "name": "oddish",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "046",
- "name": "paras",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Paras has parasitic mushrooms growing on its back called tochukaso. They grow large by drawing nutrients from this Bug Pokémon host. They are highly valued as a medicine for extending life.",
- "img": "https://www.serebii.net/pokemongo/pokemon/046.png",
- "size": {
- "height": "0.30 m",
- "weight": "5.4 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "2.36",
- "stats": {
- "base-attack": "121",
- "base-defense": "99",
- "base-stamina": "111",
- "max-cp": "1018",
- "max-hp": "99"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying",
- "bug",
- "rock"
- ],
- "quick-move": [
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "cross poison",
- "type": "poison",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.5"
- },
- {
- "name": "x scissor",
- "type": "water",
- "base-damage": "50",
- "energy": "-100",
- "move-duration-seg": "4.7"
- },
- {
- "name": "seed bomb",
- "type": "grass",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.1"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "paras candy",
- "next-evolution": [{
- "num": "047",
- "name": "parasect",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "047",
- "name": "parasect",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Parasect is known to infest large trees en masse and drain nutrients from the lower trunk and roots. When an infested tree dies, they move onto another tree all at once.",
- "img": "https://www.serebii.net/pokemongo/pokemon/047.png",
- "size": {
- "height": "0.99 m",
- "weight": "29.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.074",
- "stats": {
- "base-attack": "165",
- "base-defense": "146",
- "base-stamina": "155",
- "max-cp": "1859",
- "max-hp": "134"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying",
- "bug",
- "rock"
- ],
- "quick-move": [
- {
- "name": "fury cutter",
- "type": "bug",
- "base-damage": "3",
- "energy": "6",
- "move-duration-seg": "0.4"
- },
- {
- "name": "struggle bug",
- "type": "bug",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "cross poison",
- "type": "poison",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.5"
- },
- {
- "name": "x scissor",
- "type": "water",
- "base-damage": "50",
- "energy": "-100",
- "move-duration-seg": "4.7"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "paras candy",
- "prev-evolution": [{
- "num": "046",
- "name": "paras",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "048",
- "name": "venonat",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Venonat is said to have evolved with a coat of thin, stiff hair that covers its entire body for protection. It possesses large eyes that never fail to spot even miniscule prey.",
- "img": "https://www.serebii.net/pokemongo/pokemon/048.png",
- "size": {
- "height": "0.99 m",
- "weight": "30.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "2.28",
- "stats": {
- "base-attack": "100",
- "base-defense": "100",
- "base-stamina": "155",
- "max-cp": "1004",
- "max-hp": "134"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "psybeam",
- "type": "psychic",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "poison fang",
- "type": "poison",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.7"
- },
- {
- "name": "signal beam",
- "type": "bug",
- "base-damage": "75",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "venonat candy",
- "next-evolution": [{
- "num": "049",
- "name": "venomoth",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "049",
- "name": "venomoth",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Venomoth is nocturnal-it is a Pokémon that only becomes active at night. Its favorite prey are small insects that gather around streetlights, attracted by the light in the darkness.",
- "img": "https://www.serebii.net/pokemongo/pokemon/049.png",
- "size": {
- "height": "1.50 m",
- "weight": "12.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.072",
- "stats": {
- "base-attack": "179",
- "base-defense": "143",
- "base-stamina": "172",
- "max-cp": "2082",
- "max-hp": "147"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- },
- {
- "name": "infestation",
- "type": "bug",
- "base-damage": "10",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "bug buzz",
- "type": "bug",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.7"
- },
- {
- "name": "silver wind",
- "type": "bug",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.7"
- },
- {
- "name": "poison fang",
- "type": "poison",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "venonat candy",
- "prev-evolution": [{
- "num": "048",
- "name": "venonat",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "050",
- "name": "diglett",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Diglett are raised in most farms. The reason is simple-wherever this Pokémon burrows, the soil is left perfectly tilled for planting crops. This soil is made ideal for growing delicious vegetables.",
- "img": "https://www.serebii.net/pokemongo/pokemon/050.png",
- "size": {
- "height": "0.20 m",
- "weight": "0.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.4",
- "stats": {
- "base-attack": "109",
- "base-defense": "78",
- "base-stamina": "67",
- "max-cp": "676",
- "max-hp": "64"
- },
- "resistant": [
- "electric",
- "poison",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice"
- ],
- "quick-move": [
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "mud bomb",
- "type": "ground",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "rock tomb",
- "type": "rock",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "diglett candy",
- "next-evolution": [{
- "num": "051",
- "name": "dugtrio",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "051",
- "name": "dugtrio",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Dugtrio are actually triplets that emerged from one body. As a result, each triplet thinks exactly like the other two triplets. They work cooperatively to burrow endlessly.",
- "img": "https://www.serebii.net/pokemongo/pokemon/051.png",
- "size": {
- "height": "0.71 m",
- "weight": "33.3 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.014",
- "stats": {
- "base-attack": "167",
- "base-defense": "134",
- "base-stamina": "111",
- "max-cp": "1557",
- "max-hp": "99"
- },
- "resistant": [
- "electric",
- "poison",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice"
- ],
- "quick-move": [
- {
- "name": "sucker punch",
- "type": "dark",
- "base-damage": "7",
- "energy": "8",
- "move-duration-seg": "0.7"
- },
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "mud bomb",
- "type": "ground",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "dugtrio",
- "prev-evolution": [{
- "num": "050",
- "name": "diglett",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "052",
- "name": "meowth",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Meowth withdraws its sharp claws into its paws to slinkily sneak about without making any incriminating footsteps. For some reason, this Pokémon loves shiny coins that glitter with light.",
- "img": "https://www.serebii.net/pokemongo/pokemon/052.png",
- "size": {
- "height": "0.41 m",
- "weight": "4.2 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.86",
- "stats": {
- "base-attack": "92",
- "base-defense": "78",
- "base-stamina": "120",
- "max-cp": "748",
- "max-hp": "106"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "night slash",
- "type": "dark",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.2"
- },
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "foul play",
- "type": "dark",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "meowth candy",
- "next-evolution": [{
- "num": "053",
- "name": "persian",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "053",
- "name": "persian",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Persian has six bold whiskers that give it a look of toughness. The whiskers sense air movements to determine what is in the Pokémon's surrounding vicinity. It becomes docile if grabbed by the whiskers.",
- "img": "https://www.serebii.net/pokemongo/pokemon/053.png",
- "size": {
- "height": "0.99 m",
- "weight": "32.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.022",
- "stats": {
- "base-attack": "150",
- "base-defense": "136",
- "base-stamina": "163",
- "max-cp": "1689",
- "max-hp": "140"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "power gem",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "play rough",
- "type": "fairy",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "foul play",
- "type": "dark",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- },
- {
- "name": "night slash",
- "type": "dark",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "meowth candy",
- "prev-evolution": [{
- "num": "052",
- "name": "meowth",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "054",
- "name": "psyduck",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Psyduck uses a mysterious power. When it does so, this Pokémon generates brain waves that are supposedly only seen in sleepers. This discovery spurred controversy among scholars.",
- "img": "https://www.serebii.net/pokemongo/pokemon/054.png",
- "size": {
- "height": "0.79 m",
- "weight": "19.6 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "2.54",
- "stats": {
- "base-attack": "122",
- "base-defense": "95",
- "base-stamina": "137",
- "max-cp": "1106",
- "max-hp": "120"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "psybeam",
- "type": "psychic",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "aqua tail",
- "type": "water",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "cross chop",
- "type": "fight",
- "base-damage": "50",
- "energy": "-50",
- "move-duration-seg": "1.5"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "psyduck candy",
- "next-evolution": [{
- "num": "055",
- "name": "golduck",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "055",
- "name": "golduck",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "The webbed flippers on its forelegs and hind legs and the streamlined body of Golduck give it frightening speed. The Pokémon is definitely much faster than even the most athletic swimmer.",
- "img": "https://www.serebii.net/pokemongo/pokemon/055.png",
- "size": {
- "height": "1.70 m",
- "weight": "76.6 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.087",
- "stats": {
- "base-attack": "191",
- "base-defense": "162",
- "base-stamina": "190",
- "max-cp": "2450",
- "max-hp": "162"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "psyduck candy",
- "prev-evolution": [{
- "num": "054",
- "name": "psyduck",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "056",
- "name": "mankey",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "When Mankey starts shaking and its nasal breathing turns rough, it's a sure sign that it is becoming angry. However, because it goes into a towering rage almost instantly, it is impossible for anyone to flee its wrath.",
- "img": "https://www.serebii.net/pokemongo/pokemon/056.png",
- "size": {
- "height": "0.51 m",
- "weight": "28.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.92",
- "stats": {
- "base-attack": "148",
- "base-defense": "82",
- "base-stamina": "120",
- "max-cp": "1164",
- "max-hp": "106"
- },
- "resistant": [
- "bug",
- "rock",
- "dark"
- ],
- "weaknesses": [
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "karate chop",
- "type": "fight",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "cross chop",
- "type": "fight",
- "base-damage": "50",
- "energy": "-50",
- "move-duration-seg": "1.5"
- },
- {
- "name": "low sweep",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "mankey candy",
- "next-evolution": [{
- "num": "057",
- "name": "primeape",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "057",
- "name": "primeape",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "When Primeape becomes furious, its blood circulation is boosted. In turn, its muscles are made even stronger. However, it also becomes much less intelligent at the same time.",
- "img": "https://www.serebii.net/pokemongo/pokemon/057.png",
- "size": {
- "height": "0.99 m",
- "weight": "32.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.031",
- "stats": {
- "base-attack": "207",
- "base-defense": "138",
- "base-stamina": "163",
- "max-cp": "2288",
- "max-hp": "140"
- },
- "resistant": [
- "bug",
- "rock",
- "dark"
- ],
- "weaknesses": [
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "low kick",
- "type": "fight",
- "base-damage": "6",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "counter",
- "type": "fight",
- "base-damage": "12",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "karate chop",
- "type": "fight",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "low sweep",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "night slash",
- "type": "dark",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.2"
- },
- {
- "name": "close combat",
- "type": "fight",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "cross chop",
- "type": "fight",
- "base-damage": "50",
- "energy": "-50",
- "move-duration-seg": "1.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "mankey candy",
- "prev-evolution": [{
- "num": "056",
- "name": "mankey",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "058",
- "name": "growlithe",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Growlithe has a superb sense of smell. Once it smells anything, this Pokémon won't forget the scent, no matter what. It uses its advanced olfactory sense to determine the emotions of other living things.",
- "img": "https://www.serebii.net/pokemongo/pokemon/058.png",
- "size": {
- "height": "0.71 m",
- "weight": "19.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": "0.92",
- "stats": {
- "base-attack": "136",
- "base-defense": "93",
- "base-stamina": "146",
- "max-cp": "1243",
- "max-hp": "127"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "flame wheel",
- "type": "fire",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "growlithe candy",
- "next-evolution": [{
- "num": "059",
- "name": "arcanine",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "059",
- "name": "arcanine",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Arcanine is known for its high speed. It is said to be capable of running over 6,200 miles in a single day and night. The fire that blazes wildly within this Pokémon's body is its source of power.",
- "img": "https://www.serebii.net/pokemongo/pokemon/059.png",
- "size": {
- "height": "1.91 m",
- "weight": "155.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.017",
- "stats": {
- "base-attack": "227",
- "base-defense": "166",
- "base-stamina": "207",
- "max-cp": "3029",
- "max-hp": "175"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "fire fang",
- "type": "fire",
- "base-damage": "11",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "snarl",
- "type": "dark",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "wild charge",
- "type": "electric",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "bulldoze",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "growlithe candy",
- "prev-evolution": [{
- "num": "058",
- "name": "growlithe",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "060",
- "name": "poliwag",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Poliwag has a very thin skin. It is possible to see the Pokémon's spiral innards right through the skin. Despite its thinness, however, the skin is also very flexible. Even sharp fangs bounce right off it.",
- "img": "https://www.serebii.net/pokemongo/pokemon/060.png",
- "size": {
- "height": "0.61 m",
- "weight": "12.4 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "2.19",
- "stats": {
- "base-attack": "101",
- "base-defense": "82",
- "base-stamina": "120",
- "max-cp": "829",
- "max-hp": "106"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "mud bomb",
- "type": "ground",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "poliwag candy",
- "next-evolution": [{
- "num": "061",
- "name": "poliwhirl",
- "candy-cost": "25",
- "next-evolution": [
- {
- "num": "062",
- "name": "poliwrath",
- "candy-cost": "100"
- },
- {
- "num": "186",
- "name": "politoed",
- "candy-cost": "100",
- "evolution-item": {
- "name": "kings rock",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/kings-rock.png"
- }
- }
- ]
- }]
- }
- },
- {
- "num": "061",
- "name": "poliwhirl",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "The surface of Poliwhirl's body is always wet and slick with an oily fluid. Because of this greasy covering, it can easily slip and slide out of the clutches of any enemy in battle.",
- "img": "https://www.serebii.net/pokemongo/pokemon/061.png",
- "size": {
- "height": "0.99 m",
- "weight": "20.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "0.13",
- "stats": {
- "base-attack": "130",
- "base-defense": "123",
- "base-stamina": "163",
- "max-cp": "1419",
- "max-hp": "140"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "mud bomb",
- "type": "ground",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "scald",
- "type": "water",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "poliwag candy",
- "next-evolution": [
- {
- "num": "062",
- "name": "poliwrath",
- "candy-cost": "100"
- },
- {
- "num": "186",
- "name": "politoed",
- "candy-cost": "100",
- "evolution-item": {
- "name": "kings rock",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/kings-rock.png"
- }
- }
- ],
- "prev-evolution": [{
- "num": "060",
- "name": "poliwag",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "062",
- "name": "poliwrath",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Poliwrath's highly developed, brawny muscles never grow fatigued, however much it exercises. It is so tirelessly strong, this Pokémon can swim back and forth across the ocean without effort.",
- "img": "https://www.serebii.net/pokemongo/pokemon/062.png",
- "size": {
- "height": "1.30 m",
- "weight": "54.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.011",
- "stats": {
- "base-attack": "182",
- "base-defense": "184",
- "base-stamina": "207",
- "max-cp": "2586",
- "max-hp": "175"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "bug",
- "rock"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "ice punch",
- "type": "ice",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "dynamic punch",
- "type": "fight",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "submission",
- "type": "fight",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "poliwag candy",
- "prev-evolution": [{
- "num": "061",
- "name": "poliwhirl",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "060",
- "name": "poliwag",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "063",
- "name": "abra",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Abra sleeps for eighteen hours a day. However, it can sense the presence of foes even while it is sleeping. In such a situation, this Pokémon immediately teleports to safety.",
- "img": "https://www.serebii.net/pokemongo/pokemon/063.png",
- "size": {
- "height": "0.89 m",
- "weight": "19.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.99",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.42",
- "stats": {
- "base-attack": "195",
- "base-defense": "82",
- "base-stamina": "93",
- "max-cp": "1342",
- "max-hp": "85"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- },
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "psyshock",
- "type": "psychic",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.7"
- },
- {
- "name": "signal beam",
- "type": "bug",
- "base-damage": "75",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "abra candy",
- "next-evolution": [{
- "num": "064",
- "name": "kadabra",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "065",
- "name": "alakazam",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "064",
- "name": "kadabra",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Kadabra emits a peculiar alpha wave if it develops a headache. Only those people with a particularly strong psyche can hope to become a trainer of this Pokémon.",
- "img": "https://www.serebii.net/pokemongo/pokemon/064.png",
- "size": {
- "height": "1.30 m",
- "weight": "56.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "0.027",
- "stats": {
- "base-attack": "232",
- "base-defense": "117",
- "base-stamina": "120",
- "max-cp": "2059",
- "max-hp": "106"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "psycho cut",
- "type": "psychic",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "psybeam",
- "type": "psychic",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "abra candy",
- "next-evolution": [{
- "num": "065",
- "name": "alakazam",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "063",
- "name": "abra",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "065",
- "name": "alakazam",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Alakazam's brain continually grows, making its head far too heavy to support with its neck. This Pokémon holds its head up using its psychokinetic power instead.",
- "img": "https://www.serebii.net/pokemongo/pokemon/065.png",
- "size": {
- "height": "1.50 m",
- "weight": "48.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.0073",
- "stats": {
- "base-attack": "271",
- "base-defense": "167",
- "base-stamina": "146",
- "max-cp": "3057",
- "max-hp": "127"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "psycho cut",
- "type": "psychic",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "futuresight",
- "type": "psychic",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "2.7"
- },
- {
- "name": "focus blast",
- "type": "fight",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.5"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "abra candy",
- "prev-evolution": [{
- "num": "064",
- "name": "kadabra",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "063",
- "name": "abra",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "066",
- "name": "machop",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Machop's muscles are special-they never get sore no matter how much they are used in exercise. This Pokémon has sufficient power to hurl a hundred adult humans.",
- "img": "https://www.serebii.net/pokemongo/pokemon/066.png",
- "size": {
- "height": "0.79 m",
- "weight": "19.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.49",
- "stats": {
- "base-attack": "137",
- "base-defense": "82",
- "base-stamina": "172",
- "max-cp": "1278",
- "max-hp": "147"
- },
- "resistant": [
- "bug",
- "rock",
- "dark"
- ],
- "weaknesses": [
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "karate chop",
- "type": "fight",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- },
- {
- "name": "low kick",
- "type": "fight",
- "base-damage": "6",
- "energy": "6",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "low sweep",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "cross chop",
- "type": "fight",
- "base-damage": "50",
- "energy": "-50",
- "move-duration-seg": "1.5"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "machop candy",
- "next-evolution": [{
- "num": "067",
- "name": "machoke",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "068",
- "name": "machamp",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "067",
- "name": "machoke",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Machoke's thoroughly toned muscles possess the hardness of steel. This Pokémon has so much strength, it can easily hold aloft a sumo wrestler on just one finger.",
- "img": "https://www.serebii.net/pokemongo/pokemon/067.png",
- "size": {
- "height": "1.50 m",
- "weight": "70.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "0.034",
- "stats": {
- "base-attack": "177",
- "base-defense": "125",
- "base-stamina": "190",
- "max-cp": "2031",
- "max-hp": "162"
- },
- "resistant": [
- "bug",
- "rock",
- "dark"
- ],
- "weaknesses": [
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "low kick",
- "type": "fight",
- "base-damage": "6",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "karate chop",
- "type": "fight",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "submission",
- "type": "fight",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.2"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "dynamic punch",
- "type": "fight",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "cross chop",
- "type": "fight",
- "base-damage": "50",
- "energy": "-50",
- "move-duration-seg": "1.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "machop candy",
- "next-evolution": [{
- "num": "068",
- "name": "machamp",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "066",
- "name": "machop",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "068",
- "name": "machamp",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Machamp has the power to hurl anything aside. However, trying to do any work requiring care and dexterity causes its arms to get tangled. This Pokémon tends to leap into action before it thinks.",
- "img": "https://www.serebii.net/pokemongo/pokemon/068.png",
- "size": {
- "height": "1.60 m",
- "weight": "130.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.0068",
- "stats": {
- "base-attack": "234",
- "base-defense": "159",
- "base-stamina": "207",
- "max-cp": "3056",
- "max-hp": "175"
- },
- "resistant": [
- "bug",
- "rock",
- "dark"
- ],
- "weaknesses": [
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "bullet punch",
- "type": "steel",
- "base-damage": "9",
- "energy": "10",
- "move-duration-seg": "0.9"
- },
- {
- "name": "counter",
- "type": "fight",
- "base-damage": "12",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "karate chop",
- "type": "fight",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "heavy slam",
- "type": "steel",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.1"
- },
- {
- "name": "dynamic punch",
- "type": "fight",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "close combat",
- "type": "fight",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "cross chop",
- "type": "fight",
- "base-damage": "50",
- "energy": "-50",
- "move-duration-seg": "1.5"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "submission",
- "type": "fight",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "machop candy",
- "prev-evolution": [{
- "num": "067",
- "name": "machoke",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "066",
- "name": "machop",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "069",
- "name": "bellsprout",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Bellsprout's thin and flexible body lets it bend and sway to avoid any attack, however strong it may be. From its mouth, this Pokémon spits a corrosive fluid that melts even iron.",
- "img": "https://www.serebii.net/pokemongo/pokemon/069.png",
- "size": {
- "height": "0.71 m",
- "weight": "4.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "1.15",
- "stats": {
- "base-attack": "139",
- "base-defense": "61",
- "base-stamina": "137",
- "max-cp": "1033",
- "max-hp": "120"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "flying",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "vine whip",
- "type": "grass",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "power whip",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "wrap",
- "type": "normal",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "bellsprout candy",
- "next-evolution": [{
- "num": "070",
- "name": "weepinbell",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "071",
- "name": "victreebel",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "070",
- "name": "weepinbell",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Weepinbell has a large hook on its rear end. At night, the Pokémon hooks on to a tree branch and goes to sleep. If it moves around in its sleep, it may wake up to find itself on the ground.",
- "img": "https://www.serebii.net/pokemongo/pokemon/070.png",
- "size": {
- "height": "0.99 m",
- "weight": "6.4 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "0.072",
- "stats": {
- "base-attack": "172",
- "base-defense": "92",
- "base-stamina": "163",
- "max-cp": "1611",
- "max-hp": "140"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "flying",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- },
- {
- "name": "bullet seed",
- "type": "grass",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- }
- ],
- "special-attack": [
- {
- "name": "power whip",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "seed bomb",
- "type": "grass",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.1"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "bellsprout candy",
- "next-evolution": [{
- "num": "071",
- "name": "victreebel",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "069",
- "name": "bellsprout",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "071",
- "name": "victreebel",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Victreebel has a long vine that extends from its head. This vine is waved and flicked about as if it were an animal to attract prey. When an unsuspecting prey draws near, this Pokémon swallows it whole.",
- "img": "https://www.serebii.net/pokemongo/pokemon/071.png",
- "size": {
- "height": "1.70 m",
- "weight": "15.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.0059",
- "stats": {
- "base-attack": "207",
- "base-defense": "135",
- "base-stamina": "190",
- "max-cp": "2431",
- "max-hp": "162"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "flying",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "leaf blade",
- "type": "grass",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "bellsprout candy",
- "prev-evolution": [{
- "num": "070",
- "name": "weepinbell",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "069",
- "name": "bellsprout",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "072",
- "name": "tentacool",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Tentacool's body is largely composed of water. If it is removed from the sea, it dries up like parchment. If this Pokémon happens to become dehydrated, put it back into the sea.",
- "img": "https://www.serebii.net/pokemongo/pokemon/072.png",
- "size": {
- "height": "0.89 m",
- "weight": "45.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.81",
- "stats": {
- "base-attack": "97",
- "base-defense": "149",
- "base-stamina": "120",
- "max-cp": "1040",
- "max-hp": "106"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "fighting",
- "poison"
- ],
- "weaknesses": [
- "electric",
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- },
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "wrap",
- "type": "normal",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "tentacool candy",
- "next-evolution": [{
- "num": "073",
- "name": "tentacruel",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "073",
- "name": "tentacruel",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Tentacruel has large red orbs on its head. The orbs glow before lashing the vicinity with a harsh ultrasonic blast. This Pokémon's outburst creates rough waves around it.",
- "img": "https://www.serebii.net/pokemongo/pokemon/073.png",
- "size": {
- "height": "1.60 m",
- "weight": "55.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.082",
- "stats": {
- "base-attack": "166",
- "base-defense": "209",
- "base-stamina": "190",
- "max-cp": "2422",
- "max-hp": "162"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "fighting",
- "poison"
- ],
- "weaknesses": [
- "electric",
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- },
- {
- "name": "poison jab",
- "type": "poison",
- "base-damage": "10",
- "energy": "7",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "sludge wave",
- "type": "poison",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "3.2"
- },
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "tentacool candy",
- "prev-evolution": [{
- "num": "072",
- "name": "tentacool",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "074",
- "name": "geodude",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "The longer a Geodude lives, the more its edges are chipped and worn away, making it more rounded in appearance. However, this Pokémon's heart will remain hard, craggy, and rough always.",
- "img": "https://www.serebii.net/pokemongo/pokemon/074.png",
- "size": {
- "height": "0.41 m",
- "weight": "20.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "1.19",
- "stats": {
- "base-attack": "132",
- "base-defense": "132",
- "base-stamina": "120",
- "max-cp": "1293",
- "max-hp": "106"
- },
- "resistant": [
- "normal",
- "fire",
- "electric",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice",
- "fighting",
- "ground",
- "steel"
- ],
- "quick-move": [
- {
- "name": "rock throw",
- "type": "rock",
- "base-damage": "12",
- "energy": "7",
- "move-duration-seg": "0.9"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "rock tomb",
- "type": "rock",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "geodude candy",
- "next-evolution": [{
- "num": "075",
- "name": "graveler",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "076",
- "name": "golem",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "075",
- "name": "graveler",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Graveler grows by feeding on rocks. Apparently, it prefers to eat rocks that are covered in moss. This Pokémon eats its way through a ton of rocks on a daily basis.",
- "img": "https://www.serebii.net/pokemongo/pokemon/075.png",
- "size": {
- "height": "0.99 m",
- "weight": "105.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "0.071",
- "stats": {
- "base-attack": "164",
- "base-defense": "164",
- "base-stamina": "146",
- "max-cp": "1897",
- "max-hp": "127"
- },
- "resistant": [
- "normal",
- "fire",
- "electric",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice",
- "fighting",
- "ground",
- "steel"
- ],
- "quick-move": [
- {
- "name": "rock throw",
- "type": "rock",
- "base-damage": "12",
- "energy": "7",
- "move-duration-seg": "0.9"
- },
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "rock blast",
- "type": "rock",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "geodude candy",
- "next-evolution": [{
- "num": "076",
- "name": "golem",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "074",
- "name": "geodude",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "076",
- "name": "golem",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Golem live up on mountains. If there is a large earthquake, these Pokémon will come rolling down off the mountains en masse to the foothills below.",
- "img": "https://www.serebii.net/pokemongo/pokemon/076.png",
- "size": {
- "height": "1.40 m",
- "weight": "300.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.0047",
- "stats": {
- "base-attack": "211",
- "base-defense": "198",
- "base-stamina": "190",
- "max-cp": "2949",
- "max-hp": "162"
- },
- "resistant": [
- "normal",
- "fire",
- "electric",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice",
- "fighting",
- "ground",
- "steel"
- ],
- "quick-move": [
- {
- "name": "rock throw",
- "type": "rock",
- "base-damage": "12",
- "energy": "7",
- "move-duration-seg": "0.9"
- },
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "rock blast",
- "type": "rock",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "geodude candy",
- "prev-evolution": [{
- "num": "075",
- "name": "graveler",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "074",
- "name": "geodude",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "077",
- "name": "ponyta",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Ponyta is very weak at birth. It can barely stand up. This Pokémon becomes stronger by stumbling and falling to keep up with its parent.",
- "img": "https://www.serebii.net/pokemongo/pokemon/077.png",
- "size": {
- "height": "0.99 m",
- "weight": "30.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "0.51",
- "stats": {
- "base-attack": "170",
- "base-defense": "127",
- "base-stamina": "137",
- "max-cp": "1697",
- "max-hp": "120"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- }
- ],
- "special-attack": [
- {
- "name": "flame charge",
- "type": "fire",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.8"
- },
- {
- "name": "flame wheel",
- "type": "fire",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "stomp",
- "type": "normal",
- "base-damage": "55",
- "energy": "-50",
- "move-duration-seg": "1.7"
- },
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "ponyta candy",
- "next-evolution": [{
- "num": "078",
- "name": "rapidash",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "078",
- "name": "rapidash",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Rapidash usually can be seen casually cantering in the fields and plains. However, when this Pokémon turns serious, its fiery manes flare and blaze as it gallops its way up to 150 mph.",
- "img": "https://www.serebii.net/pokemongo/pokemon/078.png",
- "size": {
- "height": "1.70 m",
- "weight": "95.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": "0.011",
- "stats": {
- "base-attack": "207",
- "base-defense": "162",
- "base-stamina": "163",
- "max-cp": "2461",
- "max-hp": "140"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "low kick",
- "type": "fight",
- "base-damage": "6",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "fire spin",
- "type": "fire",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.1"
- },
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- }
- ],
- "special-attack": [
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "drill run",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.8"
- },
- {
- "name": "heat wave",
- "type": "fire",
- "base-damage": "95",
- "energy": "-100",
- "move-duration-seg": "3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "ponyta candy",
- "prev-evolution": [{
- "num": "077",
- "name": "ponyta",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "079",
- "name": "slowpoke",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Slowpoke uses its tail to catch prey by dipping it in water at the side of a river. However, this Pokémon often forgets what it's doing and often spends entire days just loafing at water's edge.",
- "img": "https://www.serebii.net/pokemongo/pokemon/079.png",
- "size": {
- "height": "1.19 m",
- "weight": "36.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "1.05",
- "stats": {
- "base-attack": "109",
- "base-defense": "98",
- "base-stamina": "207",
- "max-cp": "1226",
- "max-hp": "175"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "psyshock",
- "type": "psychic",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.7"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "slowpoke candy",
- "next-evolution": [
- {
- "num": "080",
- "name": "slowbro",
- "candy-cost": "50"
- },
- {
- "num": "199",
- "name": "slowking",
- "candy-cost": "50",
- "evolution-item": {
- "name": "kings rock",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/kings-rock.png"
- }
- }
- ]
- }
- },
- {
- "num": "080",
- "name": "slowbro",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Slowbro's tail has a Shellder firmly attached with a bite. As a result, the tail can't be used for fishing anymore. This causes Slowbro to grudgingly swim and catch prey instead.",
- "img": "https://www.serebii.net/pokemongo/pokemon/080.png",
- "size": {
- "height": "1.60 m",
- "weight": "78.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.036",
- "stats": {
- "base-attack": "177",
- "base-defense": "180",
- "base-stamina": "216",
- "max-cp": "2545",
- "max-hp": "182"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "slowpoke candy",
- "prev-evolution": [{
- "num": "079",
- "name": "slowpoke",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "081",
- "name": "magnemite",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Magnemite attaches itself to power lines to feed on electricity. If your house has a power outage, check your circuit breakers. You may find a large number of this Pokémon clinging to the breaker box.",
- "img": "https://www.serebii.net/pokemongo/pokemon/081.png",
- "size": {
- "height": "0.30 m",
- "weight": "6.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.71",
- "stats": {
- "base-attack": "165",
- "base-defense": "121",
- "base-stamina": "93",
- "max-cp": "1362",
- "max-hp": "85"
- },
- "resistant": [
- "normal",
- "electric",
- "grass",
- "ice",
- "poison"
- ],
- "weaknesses": [
- "fire",
- "water",
- "ground"
- ],
- "quick-move": [
- {
- "name": "spark",
- "type": "electric",
- "base-damage": "6",
- "energy": "9",
- "move-duration-seg": "0.7"
- },
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- },
- {
- "name": "magnet bomb",
- "type": "steel",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "2.8"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "magnemite candy",
- "next-evolution": [{
- "num": "082",
- "name": "magneton",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "082",
- "name": "magneton",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Magneton emits a powerful magnetic force that is fatal to mechanical devices. As a result, large cities sound sirens to warn citizens of large-scale outbreaks of this Pokémon.",
- "img": "https://www.serebii.net/pokemongo/pokemon/082.png",
- "size": {
- "height": "0.99 m",
- "weight": "60.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.023",
- "stats": {
- "base-attack": "223",
- "base-defense": "169",
- "base-stamina": "137",
- "max-cp": "2485",
- "max-hp": "120"
- },
- "resistant": [
- "normal",
- "electric",
- "grass",
- "ice",
- "poison"
- ],
- "weaknesses": [
- "fire",
- "water",
- "ground"
- ],
- "quick-move": [
- {
- "name": "spark",
- "type": "electric",
- "base-damage": "6",
- "energy": "9",
- "move-duration-seg": "0.7"
- },
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- },
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "magnet bomb",
- "type": "steel",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "2.8"
- },
- {
- "name": "flash cannon",
- "type": "steel",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.7"
- },
- {
- "name": "zap cannon",
- "type": "electric",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.7"
- },
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "magnemite candy",
- "prev-evolution": [{
- "num": "081",
- "name": "magnemite",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "083",
- "name": "farfetch'd",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Farfetch'd is always seen with a stalk from a plant of some sort. Apparently, there are good stalks and bad stalks. This Pokémon has been known to fight with others over stalks.",
- "img": "https://www.serebii.net/pokemongo/pokemon/083.png",
- "size": {
- "height": "0.79 m",
- "weight": "15.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.3",
- "common-capture-area": "early reports that this pokémon is likely to be found in: asia or hatched from an egg in that geographic area."
- },
- "spawn-chance": "0.0212",
- "stats": {
- "base-attack": "124",
- "base-defense": "115",
- "base-stamina": "141",
- "max-cp": "1236",
- "max-hp": "123"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "fury cutter",
- "type": "bug",
- "base-damage": "3",
- "energy": "6",
- "move-duration-seg": "0.4"
- },
- {
- "name": "air slash",
- "type": "flying",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.2"
- },
- {
- "name": "cut",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "air cutter",
- "type": "flying",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "leaf blade",
- "type": "grass",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "farfetch'd candy"
- }
- },
- {
- "num": "084",
- "name": "doduo",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Doduo's two heads never sleep at the same time. Its two heads take turns sleeping, so one head can always keep watch for enemies while the other one sleeps.",
- "img": "https://www.serebii.net/pokemongo/pokemon/084.png",
- "size": {
- "height": "1.40 m",
- "weight": "39.2 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.52",
- "stats": {
- "base-attack": "158",
- "base-defense": "83",
- "base-stamina": "111",
- "max-cp": "1200",
- "max-hp": "99"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "drill peck",
- "type": "flying",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "brave bird",
- "type": "flying",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2"
- },
- {
- "name": "swift",
- "type": "normal",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.8"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "doduo candy",
- "next-evolution": [{
- "num": "085",
- "name": "dodrio",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "085",
- "name": "dodrio",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Watch out if Dodrio's three heads are looking in three separate directions. It's a sure sign that it is on its guard. Don't go near this Pokémon if it's being wary-it may decide to peck you.",
- "img": "https://www.serebii.net/pokemongo/pokemon/085.png",
- "size": {
- "height": "1.80 m",
- "weight": "85.2 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.22",
- "stats": {
- "base-attack": "218",
- "base-defense": "140",
- "base-stamina": "155",
- "max-cp": "2362",
- "max-hp": "134"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- },
- {
- "name": "steel wing",
- "type": "steel",
- "base-damage": "11",
- "energy": "6",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "drill peck",
- "type": "flying",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "brave bird",
- "type": "flying",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2"
- },
- {
- "name": "air cutter",
- "type": "flying",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "doduo candy",
- "prev-evolution": [{
- "num": "084",
- "name": "doduo",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "086",
- "name": "seel",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Seel hunts for prey in the frigid sea underneath sheets of ice. When it needs to breathe, it punches a hole through the ice with the sharply protruding section of its head.",
- "img": "https://www.serebii.net/pokemongo/pokemon/086.png",
- "size": {
- "height": "1.09 m",
- "weight": "90.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.28",
- "stats": {
- "base-attack": "85",
- "base-defense": "121",
- "base-stamina": "163",
- "max-cp": "971",
- "max-hp": "140"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "ice shard",
- "type": "ice",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.2"
- },
- {
- "name": "lick",
- "type": "ghost",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "icy wind",
- "type": "ice",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "3.3"
- },
- {
- "name": "aqua tail",
- "type": "water",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "aurora beam",
- "type": "ice",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.55"
- },
- {
- "name": "aqua jet",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.6"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "seel candy",
- "next-evolution": [{
- "num": "087",
- "name": "dewgong",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "087",
- "name": "dewgong",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Dewgong loves to snooze on bitterly cold ice. The sight of this Pokémon sleeping on a glacier was mistakenly thought to be a mermaid by a mariner long ago.",
- "img": "https://www.serebii.net/pokemongo/pokemon/087.png",
- "size": {
- "height": "1.70 m",
- "weight": "120.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "ice"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.013",
- "stats": {
- "base-attack": "139",
- "base-defense": "177",
- "base-stamina": "207",
- "max-cp": "1985",
- "max-hp": "175"
- },
- "resistant": [
- "water",
- "ice"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "fighting",
- "rock"
- ],
- "quick-move": [
- {
- "name": "frost breath",
- "type": "ice",
- "base-damage": "10",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "iron tail",
- "type": "steel",
- "base-damage": "15",
- "energy": "7",
- "move-duration-seg": "1.1"
- },
- {
- "name": "ice shard",
- "type": "ice",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "icy wind",
- "type": "ice",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "3.3"
- },
- {
- "name": "aqua jet",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.6"
- },
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- },
- {
- "name": "aurora beam",
- "type": "ice",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.55"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "seel candy",
- "prev-evolution": [{
- "num": "086",
- "name": "seel",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "088",
- "name": "grimer",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Grimer's sludgy and rubbery body can be forced through any opening, however small it may be. This Pokémon enters sewer pipes to drink filthy wastewater.",
- "img": "https://www.serebii.net/pokemongo/pokemon/088.png",
- "size": {
- "height": "0.89 m",
- "weight": "30.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.052",
- "stats": {
- "base-attack": "135",
- "base-defense": "90",
- "base-stamina": "190",
- "max-cp": "1374",
- "max-hp": "162"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "poison jab",
- "type": "poison",
- "base-damage": "10",
- "energy": "7",
- "move-duration-seg": "0.8"
- },
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "sludge",
- "type": "poison",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "mud bomb",
- "type": "ground",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "grimer candy",
- "next-evolution": [{
- "num": "089",
- "name": "muk",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "089",
- "name": "muk",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "From Muk's body seeps a foul fluid that gives off a nose-bendingly horrible stench. Just one drop of this Pokémon's body fluid can turn a pool stagnant and rancid.",
- "img": "https://www.serebii.net/pokemongo/pokemon/089.png",
- "size": {
- "height": "1.19 m",
- "weight": "30.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.0031",
- "stats": {
- "base-attack": "190",
- "base-defense": "172",
- "base-stamina": "233",
- "max-cp": "2757",
- "max-hp": "195"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "poison jab",
- "type": "poison",
- "base-damage": "10",
- "energy": "7",
- "move-duration-seg": "0.8"
- },
- {
- "name": "infestation",
- "type": "bug",
- "base-damage": "10",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- },
- {
- "name": "lick",
- "type": "ghost",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "gunk shot",
- "type": "poison",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- },
- {
- "name": "sludge wave",
- "type": "poison",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "grimer candy",
- "prev-evolution": [{
- "num": "088",
- "name": "grimer",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "090",
- "name": "shellder",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "At night, this Pokémon uses its broad tongue to burrow a hole in the seafloor sand and then sleep in it. While it is sleeping, Shellder closes its shell, but leaves its tongue hanging out.",
- "img": "https://www.serebii.net/pokemongo/pokemon/090.png",
- "size": {
- "height": "0.30 m",
- "weight": "4.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.52",
- "stats": {
- "base-attack": "116",
- "base-defense": "134",
- "base-stamina": "102",
- "max-cp": "1080",
- "max-hp": "92"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "ice shard",
- "type": "ice",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.2"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "icy wind",
- "type": "ice",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "shellder candy",
- "next-evolution": [{
- "num": "091",
- "name": "cloyster",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "091",
- "name": "cloyster",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Cloyster is capable of swimming in the sea. It does so by swallowing water, then jetting it out toward the rear. This Pokémon shoots spikes from its shell using the same system.",
- "img": "https://www.serebii.net/pokemongo/pokemon/091.png",
- "size": {
- "height": "1.50 m",
- "weight": "132.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "ice"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.015",
- "stats": {
- "base-attack": "186",
- "base-defense": "256",
- "base-stamina": "137",
- "max-cp": "2547",
- "max-hp": "120"
- },
- "resistant": [
- "water",
- "ice"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "fighting",
- "rock"
- ],
- "quick-move": [
- {
- "name": "frost breath",
- "type": "ice",
- "base-damage": "10",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "ice shard",
- "type": "ice",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "aurora beam",
- "type": "ice",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.55"
- },
- {
- "name": "avalanche",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- },
- {
- "name": "icy wind",
- "type": "ice",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "shellder candy",
- "prev-evolution": [{
- "num": "090",
- "name": "shellder",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "092",
- "name": "gastly",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Gastly is largely composed of gaseous matter. When exposed to a strong wind, the gaseous body quickly dwindles away. Groups of this Pokémon cluster under the eaves of houses to escape the ravages of wind.",
- "img": "https://www.serebii.net/pokemongo/pokemon/092.png",
- "size": {
- "height": "1.30 m",
- "weight": "0.1 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ghost",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "0.79",
- "stats": {
- "base-attack": "186",
- "base-defense": "67",
- "base-stamina": "102",
- "max-cp": "1229",
- "max-hp": "92"
- },
- "resistant": [
- "normal",
- "grass",
- "fighting",
- "poison",
- "bug"
- ],
- "weaknesses": [
- "ground",
- "psychic",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "lick",
- "type": "ghost",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "astonish",
- "type": "ghost",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "sucker punch",
- "type": "dark",
- "base-damage": "7",
- "energy": "8",
- "move-duration-seg": "0.7"
- }
- ],
- "special-attack": [
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "night shade",
- "type": "ghost",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "ominous wind",
- "type": "ghost",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "gastly candy",
- "next-evolution": [{
- "num": "093",
- "name": "haunter",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "094",
- "name": "gengar",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "093",
- "name": "haunter",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Haunter is a dangerous Pokémon. If one beckons you while floating in darkness, you must never approach it. This Pokémon will try to lick you with its tongue and steal your life away.",
- "img": "https://www.serebii.net/pokemongo/pokemon/093.png",
- "size": {
- "height": "1.60 m",
- "weight": "0.1 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ghost",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.052",
- "stats": {
- "base-attack": "223",
- "base-defense": "107",
- "base-stamina": "128",
- "max-cp": "1963",
- "max-hp": "113"
- },
- "resistant": [
- "normal",
- "grass",
- "fighting",
- "poison",
- "bug"
- ],
- "weaknesses": [
- "ground",
- "psychic",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "shadow claw",
- "type": "ghost",
- "base-damage": "9",
- "energy": "6",
- "move-duration-seg": "0.7"
- },
- {
- "name": "astonish",
- "type": "ghost",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "lick",
- "type": "ghost",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "shadow punch",
- "type": "ghost",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.7"
- },
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "gastly candy",
- "next-evolution": [{
- "num": "094",
- "name": "gengar",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "092",
- "name": "gastly",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "094",
- "name": "gengar",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Sometimes, on a dark night, your shadow thrown by a streetlight will suddenly and startlingly overtake you. It is actually a Gengar running past you, pretending to be your shadow.",
- "img": "https://www.serebii.net/pokemongo/pokemon/094.png",
- "size": {
- "height": "1.50 m",
- "weight": "40.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ghost",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.0067",
- "stats": {
- "base-attack": "261",
- "base-defense": "149",
- "base-stamina": "155",
- "max-cp": "2878",
- "max-hp": "134"
- },
- "resistant": [
- "normal",
- "grass",
- "fighting",
- "poison",
- "bug"
- ],
- "weaknesses": [
- "ground",
- "psychic",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "sucker punch",
- "type": "dark",
- "base-damage": "7",
- "energy": "8",
- "move-duration-seg": "0.7"
- },
- {
- "name": "hex",
- "type": "ghost",
- "base-damage": "10",
- "energy": "15",
- "move-duration-seg": "1.2"
- },
- {
- "name": "shadow claw",
- "type": "ghost",
- "base-damage": "9",
- "energy": "6",
- "move-duration-seg": "0.7"
- }
- ],
- "special-attack": [
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "focus blast",
- "type": "fight",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.5"
- },
- {
- "name": "sludge wave",
- "type": "poison",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "3.2"
- },
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "gastly candy",
- "prev-evolution": [{
- "num": "093",
- "name": "haunter",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "092",
- "name": "gastly",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "095",
- "name": "onix",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Onix has a magnet in its brain. It acts as a compass so that this Pokémon does not lose direction while it is tunneling. As it grows older, its body becomes increasingly rounder and smoother.",
- "img": "https://www.serebii.net/pokemongo/pokemon/095.png",
- "size": {
- "height": "8.79 m",
- "weight": "210.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.1",
- "stats": {
- "base-attack": "85",
- "base-defense": "232",
- "base-stamina": "111",
- "max-cp": "1101",
- "max-hp": "99"
- },
- "resistant": [
- "normal",
- "fire",
- "electric",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice",
- "fighting",
- "ground",
- "steel"
- ],
- "quick-move": [
- {
- "name": "rock throw",
- "type": "rock",
- "base-damage": "12",
- "energy": "7",
- "move-duration-seg": "0.9"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "sand tomb",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "4"
- },
- {
- "name": "heavy slam",
- "type": "steel",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.1"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "iron head",
- "type": "steel",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "onix candy",
- "next-evolution": [{
- "num": "208",
- "name": "steelix",
- "candy-cost": "50",
- "evolution-item": {
- "name": "metal coat",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/metal-coat.png"
- }
- }]
- }
- },
- {
- "num": "096",
- "name": "drowzee",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "If your nose becomes itchy while you are sleeping, it's a sure sign that one of these Pokémon is standing above your pillow and trying to eat you dream through your nostrils.",
- "img": "https://www.serebii.net/pokemongo/pokemon/096.png",
- "size": {
- "height": "0.99 m",
- "weight": "32.4 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "3.21",
- "stats": {
- "base-attack": "89",
- "base-defense": "136",
- "base-stamina": "155",
- "max-cp": "1040",
- "max-hp": "134"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "psybeam",
- "type": "psychic",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "psyshock",
- "type": "psychic",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.7"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "drowzee candy",
- "next-evolution": [{
- "num": "097",
- "name": "hypno",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "097",
- "name": "hypno",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Hypno holds a pendulum in its hand. The arcing movement and glitter of the pendulum lull the foe into a deep state of hypnosis. While this Pokémon searches for prey, it polishes the pendulum.",
- "img": "https://www.serebii.net/pokemongo/pokemon/097.png",
- "size": {
- "height": "1.60 m",
- "weight": "75.6 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.1",
- "stats": {
- "base-attack": "144",
- "base-defense": "193",
- "base-stamina": "198",
- "max-cp": "2090",
- "max-hp": "168"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "futuresight",
- "type": "psychic",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "2.7"
- },
- {
- "name": "focus blast",
- "type": "fight",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.5"
- },
- {
- "name": "psyshock",
- "type": "psychic",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.7"
- },
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "drowzee candy",
- "prev-evolution": [{
- "num": "096",
- "name": "drowzee",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "098",
- "name": "krabby",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Krabby live on beaches, burrowed inside holes dug into the sand. On sandy beaches with little in the way of food, these Pokémon can be seen squabbling with each other over territory.",
- "img": "https://www.serebii.net/pokemongo/pokemon/098.png",
- "size": {
- "height": "0.41 m",
- "weight": "6.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "2.12",
- "stats": {
- "base-attack": "181",
- "base-defense": "124",
- "base-stamina": "102",
- "max-cp": "1561",
- "max-hp": "92"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "vice grip",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "krabby candy",
- "next-evolution": [{
- "num": "099",
- "name": "kingler",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "099",
- "name": "kingler",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Kingler has an enormous, oversized claw. It waves this huge claw in the air to communicate with others. However, because the claw is so heavy, the Pokémon quickly tires.",
- "img": "https://www.serebii.net/pokemongo/pokemon/099.png",
- "size": {
- "height": "1.30 m",
- "weight": "60.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.062",
- "stats": {
- "base-attack": "240",
- "base-defense": "181",
- "base-stamina": "146",
- "max-cp": "2829",
- "max-hp": "127"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "metal claw",
- "type": "steel",
- "base-damage": "8",
- "energy": "7",
- "move-duration-seg": "0.7"
- },
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "vice grip",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "x scissor",
- "type": "water",
- "base-damage": "50",
- "energy": "-100",
- "move-duration-seg": "4.7"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "krabby candy",
- "prev-evolution": [{
- "num": "098",
- "name": "krabby",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "100",
- "name": "voltorb",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Voltorb was first sighted at a company that manufactures Poké Balls. The link between that sighting and the fact that this Pokémon looks very similar to a Poké Ball remains a mystery.",
- "img": "https://www.serebii.net/pokemongo/pokemon/100.png",
- "size": {
- "height": "0.51 m",
- "weight": "10.4 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.65",
- "stats": {
- "base-attack": "109",
- "base-defense": "111",
- "base-stamina": "120",
- "max-cp": "1010",
- "max-hp": "106"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "spark",
- "type": "electric",
- "base-damage": "6",
- "energy": "9",
- "move-duration-seg": "0.7"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "gyro ball",
- "type": "steel",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "signal beam",
- "type": "bug",
- "base-damage": "75",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "voltorb candy",
- "next-evolution": [{
- "num": "101",
- "name": "electrode",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "101",
- "name": "electrode",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Electrode eats electricity in the atmosphere. On days when lightning strikes, you can see this Pokémon exploding all over the place from eating too much electricity.",
- "img": "https://www.serebii.net/pokemongo/pokemon/101.png",
- "size": {
- "height": "1.19 m",
- "weight": "66.6 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.02",
- "stats": {
- "base-attack": "173",
- "base-defense": "173",
- "base-stamina": "155",
- "max-cp": "2099",
- "max-hp": "134"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "spark",
- "type": "electric",
- "base-damage": "6",
- "energy": "9",
- "move-duration-seg": "0.7"
- },
- {
- "name": "volt switch",
- "type": "electric",
- "base-damage": "20",
- "energy": "25",
- "move-duration-seg": "2.3"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "voltorb candy",
- "prev-evolution": [{
- "num": "100",
- "name": "voltorb",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "102",
- "name": "exeggcute",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "This Pokémon consists of six eggs that form a closely knit cluster. The six eggs attract each other and spin around. When cracks increasingly appear on the eggs, Exeggcute is close to evolution.",
- "img": "https://www.serebii.net/pokemongo/pokemon/102.png",
- "size": {
- "height": "0.41 m",
- "weight": "2.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.78",
- "stats": {
- "base-attack": "107",
- "base-defense": "125",
- "base-stamina": "155",
- "max-cp": "1175",
- "max-hp": "134"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying",
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- },
- {
- "name": "bullet seed",
- "type": "grass",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "seed bomb",
- "type": "grass",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "exeggcute candy",
- "next-evolution": [{
- "num": "103",
- "name": "exeggutor",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "103",
- "name": "exeggutor",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Exeggutor originally came from the tropics. Its heads steadily grow larger from exposure to strong sunlight. It is said that when the heads fall off, they group together to form Exeggcute.",
- "img": "https://www.serebii.net/pokemongo/pokemon/103.png",
- "size": {
- "height": "2.01 m",
- "weight": "120.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.014",
- "stats": {
- "base-attack": "233",
- "base-defense": "149",
- "base-stamina": "216",
- "max-cp": "3014",
- "max-hp": "182"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying",
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "bullet seed",
- "type": "grass",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "extrasensory",
- "type": "psychic",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "seed bomb",
- "type": "grass",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "exeggcute candy",
- "prev-evolution": [{
- "num": "102",
- "name": "exeggcute",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "104",
- "name": "cubone",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Cubone pines for the mother it will never see again. Seeing a likeness of its mother in the full moon, it cries. The stains on the skull the Pokémon wears are made by the tears it sheds.",
- "img": "https://www.serebii.net/pokemongo/pokemon/104.png",
- "size": {
- "height": "0.41 m",
- "weight": "6.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "0.61",
- "stats": {
- "base-attack": "90",
- "base-defense": "144",
- "base-stamina": "137",
- "max-cp": "1019",
- "max-hp": "120"
- },
- "resistant": [
- "electric",
- "poison",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice"
- ],
- "quick-move": [
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- }
- ],
- "special-attack": [
- {
- "name": "bone club",
- "type": "ground",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "bulldoze",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "cubone candy",
- "next-evolution": [{
- "num": "105",
- "name": "marowak",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "105",
- "name": "marowak",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Marowak is the evolved form of a Cubone that has overcome its sadness at the loss of its mother and grown tough. This Pokémon's tempered and hardened spirit is not easily broken.",
- "img": "https://www.serebii.net/pokemongo/pokemon/105.png",
- "size": {
- "height": "0.99 m",
- "weight": "45.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": "0.02",
- "stats": {
- "base-attack": "144",
- "base-defense": "186",
- "base-stamina": "155",
- "max-cp": "1835",
- "max-hp": "134"
- },
- "resistant": [
- "electric",
- "poison",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice"
- ],
- "quick-move": [
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- }
- ],
- "special-attack": [
- {
- "name": "bone club",
- "type": "ground",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "cubone candy",
- "prev-evolution": [{
- "num": "104",
- "name": "cubone",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "106",
- "name": "hitmonlee",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Hitmonlee's legs freely contract and stretch. Using these springlike legs, it bowls over foes with devastating kicks. After battle, it rubs down its legs and loosens the muscles to overcome fatigue.",
- "img": "https://www.serebii.net/pokemongo/pokemon/106.png",
- "size": {
- "height": "1.50 m",
- "weight": "49.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.02",
- "stats": {
- "base-attack": "224",
- "base-defense": "181",
- "base-stamina": "137",
- "max-cp": "2576",
- "max-hp": "120"
- },
- "resistant": [
- "bug",
- "rock",
- "dark"
- ],
- "weaknesses": [
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "low kick",
- "type": "fight",
- "base-damage": "6",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- }
- ],
- "special-attack": [
- {
- "name": "low sweep",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "close combat",
- "type": "fight",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "stomp",
- "type": "normal",
- "base-damage": "55",
- "energy": "-50",
- "move-duration-seg": "1.7"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "tyrogue candy",
- "prev-evolution": [{
- "num": "236",
- "name": "tyrogue",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "107",
- "name": "hitmonchan",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Hitmonchan is said to possess the spirit of a boxer who had been working toward a world championship. This Pokémon has an indomitable spirit and will never give up in the face of adversity.",
- "img": "https://www.serebii.net/pokemongo/pokemon/107.png",
- "size": {
- "height": "1.40 m",
- "weight": "50.2 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.022",
- "stats": {
- "base-attack": "193",
- "base-defense": "197",
- "base-stamina": "137",
- "max-cp": "2332",
- "max-hp": "120"
- },
- "resistant": [
- "bug",
- "rock",
- "dark"
- ],
- "weaknesses": [
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "bullet punch",
- "type": "steel",
- "base-damage": "9",
- "energy": "10",
- "move-duration-seg": "0.9"
- },
- {
- "name": "counter",
- "type": "fight",
- "base-damage": "12",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- }
- ],
- "special-attack": [
- {
- "name": "fire punch",
- "type": "fire",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.2"
- },
- {
- "name": "thunder punch",
- "type": "electric",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.8"
- },
- {
- "name": "close combat",
- "type": "fight",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "ice punch",
- "type": "ice",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "tyrogue candy",
- "prev-evolution": [{
- "num": "236",
- "name": "tyrogue",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "108",
- "name": "lickitung",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Whenever Lickitung comes across something new, it will unfailingly give it a lick. It does so because it memorizes things by texture and by taste. It is somewhat put off by sour things.",
- "img": "https://www.serebii.net/pokemongo/pokemon/108.png",
- "size": {
- "height": "1.19 m",
- "weight": "65.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.011",
- "stats": {
- "base-attack": "108",
- "base-defense": "137",
- "base-stamina": "207",
- "max-cp": "1411",
- "max-hp": "175"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "lick",
- "type": "ghost",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "stomp",
- "type": "normal",
- "base-damage": "55",
- "energy": "-50",
- "move-duration-seg": "1.7"
- },
- {
- "name": "power whip",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "lickitung candy"
- }
- },
- {
- "num": "109",
- "name": "koffing",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "If Koffing becomes agitated, it raises the toxicity of its internal gases and then jets them out from all over its body. This Pokémon may also overinflate its round body, then explode.",
- "img": "https://www.serebii.net/pokemongo/pokemon/109.png",
- "size": {
- "height": "0.61 m",
- "weight": "1.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.2",
- "stats": {
- "base-attack": "119",
- "base-defense": "141",
- "base-stamina": "120",
- "max-cp": "1214",
- "max-hp": "106"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "infestation",
- "type": "bug",
- "base-damage": "10",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "sludge",
- "type": "poison",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "koffing candy",
- "next-evolution": [{
- "num": "110",
- "name": "weezing",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "110",
- "name": "weezing",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Weezing loves the gases given off by rotted kitchen garbage. This Pokémon will find a dirty, unkempt house and make it its home. At night, when the people in the house are asleep, it will go through the trash.",
- "img": "https://www.serebii.net/pokemongo/pokemon/110.png",
- "size": {
- "height": "1.19 m",
- "weight": "9.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.016",
- "stats": {
- "base-attack": "174",
- "base-defense": "197",
- "base-stamina": "163",
- "max-cp": "2293",
- "max-hp": "140"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "infestation",
- "type": "bug",
- "base-damage": "10",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "koffing candy",
- "prev-evolution": [{
- "num": "109",
- "name": "koffing",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "111",
- "name": "rhyhorn",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Rhyhorn runs in a straight line, smashing everything in its path. It is not bothered even if it rushes headlong into a block of steel. This Pokémon may feel some pain from the collision the next day, however.",
- "img": "https://www.serebii.net/pokemongo/pokemon/111.png",
- "size": {
- "height": "0.99 m",
- "weight": "115.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground",
- "rock"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.63",
- "stats": {
- "base-attack": "140",
- "base-defense": "127",
- "base-stamina": "190",
- "max-cp": "1651",
- "max-hp": "162"
- },
- "resistant": [
- "normal",
- "fire",
- "electric",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice",
- "fighting",
- "ground",
- "steel"
- ],
- "quick-move": [
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- }
- ],
- "special-attack": [
- {
- "name": "bulldoze",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "horn attack",
- "type": "normal",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.85"
- },
- {
- "name": "stomp",
- "type": "normal",
- "base-damage": "55",
- "energy": "-50",
- "move-duration-seg": "1.7"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "rhyhorn candy",
- "next-evolution": [{
- "num": "112",
- "name": "rhydon",
- "candy-cost": "50",
- "next-evolution": [{
- "num": "464",
- "name": "rhyperior",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }]
- }]
- }
- },
- {
- "num": "112",
- "name": "rhydon",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Rhydon's horn can crush even uncut diamonds. One sweeping blow of its tail can topple a building. This Pokémon's hide is extremely tough. Even direct cannon hits don't leave a scratch.",
- "img": "https://www.serebii.net/pokemongo/pokemon/112.png",
- "size": {
- "height": "1.91 m",
- "weight": "120.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground",
- "rock"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": "0.022",
- "stats": {
- "base-attack": "222",
- "base-defense": "171",
- "base-stamina": "233",
- "max-cp": "3179",
- "max-hp": "195"
- },
- "resistant": [
- "normal",
- "fire",
- "electric",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice",
- "fighting",
- "ground",
- "steel"
- ],
- "quick-move": [
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- }
- ],
- "special-attack": [
- {
- "name": "megahorn",
- "type": "bug",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2.2"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "rhyhorn candy",
- "next-evolution": [{
- "num": "464",
- "name": "rhyperior",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }],
- "prev-evolution": [{
- "num": "111",
- "name": "rhyhorn",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "113",
- "name": "chansey",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Chansey lays nutritionally excellent eggs on an everyday basis. The eggs are so delicious, they are easily and eagerly devoured by even those people who have lost their appetite.",
- "img": "https://www.serebii.net/pokemongo/pokemon/113.png",
- "size": {
- "height": "1.09 m",
- "weight": "34.6 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.013",
- "stats": {
- "base-attack": "60",
- "base-defense": "128",
- "base-stamina": "487",
- "max-cp": "1255",
- "max-hp": "396"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "psybeam",
- "type": "psychic",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "chansey candy",
- "next-evolution": [{
- "num": "242",
- "name": "blissey"
- }],
- "prev-evolution": [{
- "num": "440",
- "name": "happiny",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "114",
- "name": "tangela",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Tangela's vines snap off easily if they are grabbed. This happens without pain, allowing it to make a quick getaway. The lost vines are replaced by newly grown vines the very next day.",
- "img": "https://www.serebii.net/pokemongo/pokemon/114.png",
- "size": {
- "height": "0.99 m",
- "weight": "35.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "0.228",
- "stats": {
- "base-attack": "183",
- "base-defense": "169",
- "base-stamina": "163",
- "max-cp": "2238",
- "max-hp": "140"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying",
- "bug"
- ],
- "quick-move": [
- {
- "name": "vine whip",
- "type": "grass",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "infestation",
- "type": "bug",
- "base-damage": "10",
- "energy": "14",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- },
- {
- "name": "grass knot",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "power whip",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "tangela candy"
- }
- },
- {
- "num": "115",
- "name": "kangaskhan",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "If you come across a young Kangaskhan playing by itself, you must never disturb it or attempt to catch it. The baby Pokémon's parent is sure to be in the area, and it will become violently enraged at you.",
- "img": "https://www.serebii.net/pokemongo/pokemon/115.png",
- "size": {
- "height": "2.21 m",
- "weight": "80.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2",
- "common-capture-area": "early reports that this pokémon is likely to be found in: australia, new zealand or hatched from an egg in that geographic area."
- },
- "spawn-chance": "0.0086",
- "stats": {
- "base-attack": "181",
- "base-defense": "165",
- "base-stamina": "233",
- "max-cp": "2586",
- "max-hp": "195"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "low kick",
- "type": "fight",
- "base-damage": "6",
- "energy": "6",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "outrage",
- "type": "dragon",
- "base-damage": "110",
- "energy": "-50",
- "move-duration-seg": "3.9"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "stomp",
- "type": "normal",
- "base-damage": "55",
- "energy": "-50",
- "move-duration-seg": "1.7"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "kangaskhan candy"
- }
- },
- {
- "num": "116",
- "name": "horsea",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Horsea eats small insects and moss off of rocks. If the ocean current turns fast, this Pokémon anchors itself by wrapping its tail around rocks or coral to prevent being washed away.",
- "img": "https://www.serebii.net/pokemongo/pokemon/116.png",
- "size": {
- "height": "0.41 m",
- "weight": "8.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "1.13",
- "stats": {
- "base-attack": "129",
- "base-defense": "103",
- "base-stamina": "102",
- "max-cp": "1056",
- "max-hp": "92"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "dragon pulse",
- "type": "dragon",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.6"
- },
- {
- "name": "flash cannon",
- "type": "steel",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "horsea candy",
- "next-evolution": [{
- "num": "117",
- "name": "seadra",
- "candy-cost": "50",
- "next-evolution": [{
- "num": "230",
- "name": "kingdra",
- "candy-cost": "100",
- "evolution-item": {
- "name": "dragon scale",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/dragon-scale.png"
- }
- }]
- }]
- }
- },
- {
- "num": "117",
- "name": "seadra",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Seadra sleeps after wriggling itself between the branches of coral. Those trying to harvest coral are occasionally stung by this Pokémon's poison barbs if they fail to notice it.",
- "img": "https://www.serebii.net/pokemongo/pokemon/117.png",
- "size": {
- "height": "1.19 m",
- "weight": "25.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.034",
- "stats": {
- "base-attack": "187",
- "base-defense": "156",
- "base-stamina": "146",
- "max-cp": "2093",
- "max-hp": "127"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "dragon breath",
- "type": "dragon",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "dragon pulse",
- "type": "dragon",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.6"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "aurora beam",
- "type": "ice",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.55"
- },
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "horsea candy",
- "next-evolution": [{
- "num": "230",
- "name": "kingdra",
- "candy-cost": "100",
- "evolution-item": {
- "name": "dragon scale",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/dragon-scale.png"
- }
- }],
- "prev-evolution": [{
- "num": "116",
- "name": "horsea",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "118",
- "name": "goldeen",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Goldeen is a very beautiful Pokémon with fins that billow elegantly in water. However, don't let your guard down around this Pokémon-it could ram you powerfully with its horn.",
- "img": "https://www.serebii.net/pokemongo/pokemon/118.png",
- "size": {
- "height": "0.61 m",
- "weight": "15.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "2.18",
- "stats": {
- "base-attack": "123",
- "base-defense": "110",
- "base-stamina": "128",
- "max-cp": "1152",
- "max-hp": "113"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "horn attack",
- "type": "normal",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.85"
- },
- {
- "name": "aqua tail",
- "type": "water",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "goldeen candy",
- "next-evolution": [{
- "num": "119",
- "name": "seaking",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "119",
- "name": "seaking",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "In the autumn, Seaking males can be seen performing courtship dances in riverbeds to woo females. During this season, this Pokémon's body coloration is at its most beautiful.",
- "img": "https://www.serebii.net/pokemongo/pokemon/119.png",
- "size": {
- "height": "1.30 m",
- "weight": "39.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.08",
- "stats": {
- "base-attack": "175",
- "base-defense": "147",
- "base-stamina": "190",
- "max-cp": "2162",
- "max-hp": "162"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "poison jab",
- "type": "poison",
- "base-damage": "10",
- "energy": "7",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "megahorn",
- "type": "bug",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2.2"
- },
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "icy wind",
- "type": "ice",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "3.3"
- },
- {
- "name": "drill run",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.8"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "goldeen candy",
- "prev-evolution": [{
- "num": "118",
- "name": "goldeen",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "120",
- "name": "staryu",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Staryu's center section has an organ called the core that shines bright red. If you go to a beach toward the end of summer, the glowing cores of these Pokémon look like the stars in the sky.",
- "img": "https://www.serebii.net/pokemongo/pokemon/120.png",
- "size": {
- "height": "0.79 m",
- "weight": "34.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "1.95",
- "stats": {
- "base-attack": "137",
- "base-defense": "112",
- "base-stamina": "102",
- "max-cp": "1157",
- "max-hp": "92"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "swift",
- "type": "normal",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.8"
- },
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "power gem",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "staryu candy",
- "next-evolution": [{
- "num": "121",
- "name": "starmie",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "121",
- "name": "starmie",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Starmie's center section-the core-glows brightly in seven colors. Because of its luminous nature, this Pokémon has been given the nickname the gem of the sea.",
- "img": "https://www.serebii.net/pokemongo/pokemon/121.png",
- "size": {
- "height": "1.09 m",
- "weight": "80.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.034",
- "stats": {
- "base-attack": "210",
- "base-defense": "184",
- "base-stamina": "155",
- "max-cp": "2584",
- "max-hp": "134"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "hidden power",
- "type": "normal",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "power gem",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "psybeam",
- "type": "psychic",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "staryu candy",
- "prev-evolution": [{
- "num": "120",
- "name": "staryu",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "122",
- "name": "mr. mime",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Mr. Mime is a master of pantomime. Its gestures and motions convince watchers that something unseeable actually exists. Once the watchers are convinced, the unseeable thing exists as if it were real.",
- "img": "https://www.serebii.net/pokemongo/pokemon/122.png",
- "size": {
- "height": "1.30 m",
- "weight": "54.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.3",
- "common-capture-area": "early reports that this pokémon is likely to be found in: western europe or hatched from an egg in that geographic area."
- },
- "spawn-chance": "0.0031",
- "stats": {
- "base-attack": "192",
- "base-defense": "205",
- "base-stamina": "120",
- "max-cp": "2228",
- "max-hp": "106"
- },
- "resistant": [
- "fighting",
- "psychic",
- "dragon"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "psybeam",
- "type": "psychic",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "mr. mime candy",
- "prev-evolution": [{
- "num": "439",
- "name": "mime jr",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "123",
- "name": "scyther",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Scyther is blindingly fast. Its blazing speed enhances the effectiveness of the twin scythes on its forearms. This Pokémon's scythes are so effective, they can slice through thick logs in one wicked stroke.",
- "img": "https://www.serebii.net/pokemongo/pokemon/123.png",
- "size": {
- "height": "1.50 m",
- "weight": "56.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": "0.14",
- "stats": {
- "base-attack": "218",
- "base-defense": "170",
- "base-stamina": "172",
- "max-cp": "2706",
- "max-hp": "147"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "fire",
- "electric",
- "ice",
- "flying",
- "rock"
- ],
- "quick-move": [
- {
- "name": "fury cutter",
- "type": "bug",
- "base-damage": "3",
- "energy": "6",
- "move-duration-seg": "0.4"
- },
- {
- "name": "air slash",
- "type": "flying",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.2"
- },
- {
- "name": "steel wing",
- "type": "steel",
- "base-damage": "11",
- "energy": "6",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "night slash",
- "type": "dark",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.2"
- },
- {
- "name": "x scissor",
- "type": "water",
- "base-damage": "50",
- "energy": "-100",
- "move-duration-seg": "4.7"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "bug buzz",
- "type": "bug",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.7"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "scyther candy",
- "next-evolution": [{
- "num": "212",
- "name": "scizor",
- "candy-cost": "50",
- "evolution-item": {
- "name": "metal coat",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/metal-coat.png"
- }
- }]
- }
- },
- {
- "num": "124",
- "name": "jynx",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Jynx walks rhythmically, swaying and shaking its hips as if it were dancing. Its motions are so bouncingly alluring, people seeing it are compelled to shake their hips without giving any thought to what they are doing.",
- "img": "https://www.serebii.net/pokemongo/pokemon/124.png",
- "size": {
- "height": "1.40 m",
- "weight": "40.6 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ice",
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": "0.35",
- "stats": {
- "base-attack": "223",
- "base-defense": "151",
- "base-stamina": "163",
- "max-cp": "2555",
- "max-hp": "140"
- },
- "resistant": [
- "ice",
- "psychic"
- ],
- "weaknesses": [
- "fire",
- "bug",
- "rock",
- "ghost",
- "dark",
- "steel"
- ],
- "quick-move": [
- {
- "name": "frost breath",
- "type": "ice",
- "base-damage": "10",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- },
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "draining kiss",
- "type": "fairy",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "psyshock",
- "type": "psychic",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.7"
- },
- {
- "name": "avalanche",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "ice punch",
- "type": "ice",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "jynx candy",
- "prev-evolution": [{
- "num": "238",
- "name": "smoochum",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "125",
- "name": "electabuzz",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "When a storm arrives, gangs of this Pokémon compete with each other to scale heights that are likely to be stricken by lightning bolts. Some towns use Electabuzz in place of lightning rods.",
- "img": "https://www.serebii.net/pokemongo/pokemon/125.png",
- "size": {
- "height": "1.09 m",
- "weight": "30.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.074",
- "stats": {
- "base-attack": "198",
- "base-defense": "158",
- "base-stamina": "163",
- "max-cp": "2334",
- "max-hp": "140"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- },
- {
- "name": "low kick",
- "type": "fight",
- "base-damage": "6",
- "energy": "6",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "thunder punch",
- "type": "electric",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.8"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "thunder",
- "type": "electric",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "electabuzz candy",
- "next-evolution": [{
- "num": "466",
- "name": "electivire",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }],
- "prev-evolution": [{
- "num": "239",
- "name": "elekid",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "126",
- "name": "magmar",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "In battle, Magmar blows out intensely hot flames from all over its body to intimidate its opponent. This Pokémon's fiery bursts create heat waves that ignite grass and trees in its surroundings.",
- "img": "https://www.serebii.net/pokemongo/pokemon/126.png",
- "size": {
- "height": "1.30 m",
- "weight": "44.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.1",
- "stats": {
- "base-attack": "206",
- "base-defense": "154",
- "base-stamina": "163",
- "max-cp": "2394",
- "max-hp": "140"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "karate chop",
- "type": "fight",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "fire punch",
- "type": "fire",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.2"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "magmar candy",
- "next-evolution": [{
- "num": "467",
- "name": "magmortar",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }],
- "prev-evolution": [{
- "num": "240",
- "name": "magby",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "127",
- "name": "pinsir",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Pinsir is astoundingly strong. It can grip a foe weighing twice its weight in its horns and easily lift it. This Pokémon's movements turn sluggish in cold places.",
- "img": "https://www.serebii.net/pokemongo/pokemon/127.png",
- "size": {
- "height": "1.50 m",
- "weight": "55.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": "0.99",
- "stats": {
- "base-attack": "238",
- "base-defense": "182",
- "base-stamina": "163",
- "max-cp": "2959",
- "max-hp": "140"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "rock"
- ],
- "quick-move": [
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "fury cutter",
- "type": "bug",
- "base-damage": "3",
- "energy": "6",
- "move-duration-seg": "0.4"
- }
- ],
- "special-attack": [
- {
- "name": "vice grip",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "x scissor",
- "type": "water",
- "base-damage": "50",
- "energy": "-100",
- "move-duration-seg": "4.7"
- },
- {
- "name": "close combat",
- "type": "fight",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "submission",
- "type": "fight",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "pinsir candy"
- }
- },
- {
- "num": "128",
- "name": "tauros",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "This Pokémon is not satisfied unless it is rampaging at all times. If there is no opponent for Tauros to battle, it will charge at thick trees and knock them down to calm itself.",
- "img": "https://www.serebii.net/pokemongo/pokemon/128.png",
- "size": {
- "height": "1.40 m",
- "weight": "88.4 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.3",
- "common-capture-area": "early reports that this pokémon is likely to be found in: north america or hatched from an egg in that geographic area."
- },
- "spawn-chance": "0.12",
- "stats": {
- "base-attack": "198",
- "base-defense": "183",
- "base-stamina": "181",
- "max-cp": "2620",
- "max-hp": "154"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "horn attack",
- "type": "normal",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.85"
- },
- {
- "name": "iron head",
- "type": "steel",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "1.9"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "tauros candy"
- }
- },
- {
- "num": "129",
- "name": "magikarp",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Magikarp is a pathetic excuse for a Pokémon that is only capable of flopping and splashing. This behavior prompted scientists to undertake research into it.",
- "img": "https://www.serebii.net/pokemongo/pokemon/129.png",
- "size": {
- "height": "0.89 m",
- "weight": "10.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.7"
- },
- "spawn-chance": "4.78",
- "stats": {
- "base-attack": "29",
- "base-defense": "85",
- "base-stamina": "85",
- "max-cp": "274",
- "max-hp": "79"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "splash",
- "type": "water",
- "base-damage": "0",
- "energy": "0",
- "move-duration-seg": "1.73"
- }],
- "special-attack": [
- {
- "name": "struggle",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "magikarp candy",
- "next-evolution": [{
- "num": "130",
- "name": "gyarados",
- "candy-cost": "400"
- }]
- }
- },
- {
- "num": "130",
- "name": "gyarados",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "When Magikarp evolves into Gyarados, its brain cells undergo a structural transformation. It is said that this transformation is to blame for this Pokémon's wildly violent nature.",
- "img": "https://www.serebii.net/pokemongo/pokemon/130.png",
- "size": {
- "height": "6.50 m",
- "weight": "235.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.0032",
- "stats": {
- "base-attack": "237",
- "base-defense": "186",
- "base-stamina": "216",
- "max-cp": "3391",
- "max-hp": "182"
- },
- "resistant": [
- "fire",
- "water",
- "fighting",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "dragon tail",
- "type": "dragon",
- "base-damage": "15",
- "energy": "9",
- "move-duration-seg": "1.1"
- },
- {
- "name": "dragon breath",
- "type": "dragon",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "outrage",
- "type": "dragon",
- "base-damage": "110",
- "energy": "-50",
- "move-duration-seg": "3.9"
- },
- {
- "name": "dragon pulse",
- "type": "dragon",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.6"
- },
- {
- "name": "twister",
- "type": "dragon",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.8"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "magikarp candy",
- "prev-evolution": [{
- "num": "129",
- "name": "magikarp",
- "candy-cost": "400"
- }]
- }
- },
- {
- "num": "131",
- "name": "lapras",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "People have driven Lapras almost to the point of extinction. In the evenings, this Pokémon is said to sing plaintively as it seeks what few others of its kind still remain.",
- "img": "https://www.serebii.net/pokemongo/pokemon/131.png",
- "size": {
- "height": "2.49 m",
- "weight": "220.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "ice"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": "0.006",
- "stats": {
- "base-attack": "165",
- "base-defense": "174",
- "base-stamina": "277",
- "max-cp": "2641",
- "max-hp": "230"
- },
- "resistant": [
- "water",
- "ice"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "fighting",
- "rock"
- ],
- "quick-move": [
- {
- "name": "frost breath",
- "type": "ice",
- "base-damage": "10",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "ice shard",
- "type": "ice",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "dragon pulse",
- "type": "dragon",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.6"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "lapras candy"
- }
- },
- {
- "num": "132",
- "name": "ditto",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Ditto rearranges its cell structure to transform itself into other shapes. However, if it tries to transform itself into something by relying on its memory, this Pokémon manages to get details wrong.",
- "img": "https://www.serebii.net/pokemongo/pokemon/132.png",
- "size": {
- "height": "0.30 m",
- "weight": "4.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "91",
- "base-defense": "91",
- "base-stamina": "134",
- "max-cp": "832",
- "max-hp": "117"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- }],
- "special-attack": [
- {
- "name": "struggle",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "ditto candy"
- }
- },
- {
- "num": "133",
- "name": "eevee",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Eevee has an unstable genetic makeup that suddenly mutates due to the environment in which it lives. Radiation from various stones causes this Pokémon to evolve.",
- "img": "https://www.serebii.net/pokemongo/pokemon/133.png",
- "size": {
- "height": "0.30 m",
- "weight": "6.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "2.75",
- "stats": {
- "base-attack": "104",
- "base-defense": "114",
- "base-stamina": "146",
- "max-cp": "1071",
- "max-hp": "127"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "swift",
- "type": "normal",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.8"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "eevee candy",
- "next-evolution": [
- {
- "num": "134",
- "name": "vaporeon",
- "candy-cost": "25"
- },
- {
- "num": "135",
- "name": "jolteon",
- "candy-cost": "25"
- },
- {
- "num": "136",
- "name": "flareon",
- "candy-cost": "25"
- },
- {
- "num": "196",
- "name": "espeon",
- "candy-cost": "25"
- },
- {
- "num": "197",
- "name": "umbreon",
- "candy-cost": "25"
- },
- {
- "num": "470",
- "name": "leafeon",
- "candy-cost": "25"
- },
- {
- "num": "471",
- "name": "glaceon",
- "candy-cost": "25"
- }
- ]
- }
- },
- {
- "num": "134",
- "name": "vaporeon",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Vaporeon underwent a spontaneous mutation and grew fins and gills that allow it to live underwater. This Pokémon has the ability to freely control water.",
- "img": "https://www.serebii.net/pokemongo/pokemon/134.png",
- "size": {
- "height": "0.99 m",
- "weight": "29.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.014",
- "stats": {
- "base-attack": "205",
- "base-defense": "161",
- "base-stamina": "277",
- "max-cp": "3114",
- "max-hp": "230"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }],
- "special-attack": [
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "aqua tail",
- "type": "water",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "eevee candy",
- "prev-evolution": [{
- "num": "133",
- "name": "eevee",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "135",
- "name": "jolteon",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Jolteon's cells generate a low level of electricity. This power is amplified by the static electricity of its fur, enabling the Pokémon to drop thunderbolts. The bristling fur is made of electrically charged needles.",
- "img": "https://www.serebii.net/pokemongo/pokemon/135.png",
- "size": {
- "height": "0.79 m",
- "weight": "24.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.012",
- "stats": {
- "base-attack": "232",
- "base-defense": "182",
- "base-stamina": "163",
- "max-cp": "2888",
- "max-hp": "140"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- },
- {
- "name": "volt switch",
- "type": "electric",
- "base-damage": "20",
- "energy": "25",
- "move-duration-seg": "2.3"
- }
- ],
- "special-attack": [
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "thunder",
- "type": "electric",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "eevee candy",
- "prev-evolution": [{
- "num": "133",
- "name": "eevee",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "136",
- "name": "flareon",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Flareon's fluffy fur has a functional purpose-it releases heat into the air so that its body does not get excessively hot. This Pokémon's body temperature can rise to a maximum of 1,650 degrees Fahrenheit.",
- "img": "https://www.serebii.net/pokemongo/pokemon/136.png",
- "size": {
- "height": "0.89 m",
- "weight": "25.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.017",
- "stats": {
- "base-attack": "246",
- "base-defense": "179",
- "base-stamina": "163",
- "max-cp": "3029",
- "max-hp": "140"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "fire spin",
- "type": "fire",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- },
- {
- "name": "overheat",
- "type": "fire",
- "base-damage": "160",
- "energy": "-100",
- "move-duration-seg": "4"
- },
- {
- "name": "heat wave",
- "type": "fire",
- "base-damage": "95",
- "energy": "-100",
- "move-duration-seg": "3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "eevee candy",
- "prev-evolution": [{
- "num": "133",
- "name": "eevee",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "137",
- "name": "porygon",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Porygon is capable of reverting itself entirely back to program data and entering cyberspace. This Pokémon is copy-protected so it cannot be duplicated by copying.",
- "img": "https://www.serebii.net/pokemongo/pokemon/137.png",
- "size": {
- "height": "0.79 m",
- "weight": "36.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "0.012",
- "stats": {
- "base-attack": "153",
- "base-defense": "136",
- "base-stamina": "163",
- "max-cp": "1720",
- "max-hp": "140"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- },
- {
- "name": "hidden power",
- "type": "normal",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "zap cannon",
- "type": "electric",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.7"
- },
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- },
- {
- "name": "psybeam",
- "type": "psychic",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "signal beam",
- "type": "bug",
- "base-damage": "75",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "porygon candy",
- "next-evolution": [{
- "num": "233",
- "name": "porygon2",
- "candy-cost": "25",
- "evolution-item": {
- "name": "up grade",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/up-grade.png"
- },
- "next-evolution": [{
- "num": "474",
- "name": "porygon-z",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }]
- }]
- }
- },
- {
- "num": "138",
- "name": "omanyte",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Omanyte is one of the ancient and long-since-extinct Pokémon that have been regenerated from fossils by people. If attacked by an enemy, it withdraws itself inside its hard shell.",
- "img": "https://www.serebii.net/pokemongo/pokemon/138.png",
- "size": {
- "height": "0.41 m",
- "weight": "7.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "0.14",
- "stats": {
- "base-attack": "155",
- "base-defense": "153",
- "base-stamina": "111",
- "max-cp": "1544",
- "max-hp": "99"
- },
- "resistant": [
- "normal",
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- },
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "rock blast",
- "type": "rock",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "rock tomb",
- "type": "rock",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "brine",
- "type": "water",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "omanyte candy",
- "next-evolution": [{
- "num": "139",
- "name": "omastar",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "139",
- "name": "omastar",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Omastar uses its tentacles to capture its prey. It is believed to have become extinct because its shell grew too large and heavy, causing its movements to become too slow and ponderous.",
- "img": "https://www.serebii.net/pokemongo/pokemon/139.png",
- "size": {
- "height": "0.99 m",
- "weight": "35.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": "0.0061",
- "stats": {
- "base-attack": "207",
- "base-defense": "201",
- "base-stamina": "172",
- "max-cp": "2786",
- "max-hp": "147"
- },
- "resistant": [
- "normal",
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "quick-move": [
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- },
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "rock throw",
- "type": "rock",
- "base-damage": "12",
- "energy": "7",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "rock blast",
- "type": "rock",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "omanyte candy",
- "prev-evolution": [{
- "num": "138",
- "name": "omanyte",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "140",
- "name": "kabuto",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Kabuto is a Pokémon that has been regenerated from a fossil. However, in extremely rare cases, living examples have been discovered. The Pokémon has not changed at all for 300 million years.",
- "img": "https://www.serebii.net/pokemongo/pokemon/140.png",
- "size": {
- "height": "0.51 m",
- "weight": "11.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "0.1",
- "stats": {
- "base-attack": "148",
- "base-defense": "140",
- "base-stamina": "102",
- "max-cp": "1370",
- "max-hp": "92"
- },
- "resistant": [
- "normal",
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "quick-move": [
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- },
- {
- "name": "aqua jet",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.6"
- },
- {
- "name": "rock tomb",
- "type": "rock",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "kabuto candy",
- "next-evolution": [{
- "num": "141",
- "name": "kabutops",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "141",
- "name": "kabutops",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Kabutops swam underwater to hunt for its prey in ancient times. The Pokémon was apparently evolving from being a water-dweller to living on land as evident from the beginnings of change in its gills and legs.",
- "img": "https://www.serebii.net/pokemongo/pokemon/141.png",
- "size": {
- "height": "1.30 m",
- "weight": "40.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": "0.0032",
- "stats": {
- "base-attack": "220",
- "base-defense": "186",
- "base-stamina": "155",
- "max-cp": "2713",
- "max-hp": "134"
- },
- "resistant": [
- "normal",
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "quick-move": [
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- },
- {
- "name": "fury cutter",
- "type": "bug",
- "base-damage": "3",
- "energy": "6",
- "move-duration-seg": "0.4"
- }
- ],
- "special-attack": [
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "kabuto candy",
- "prev-evolution": [{
- "num": "140",
- "name": "kabuto",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "142",
- "name": "aerodactyl",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Aerodactyl is a Pokémon from the age of dinosaurs. It was regenerated from genetic material extracted from amber. It is imagined to have been the king of the skies in ancient times.",
- "img": "https://www.serebii.net/pokemongo/pokemon/142.png",
- "size": {
- "height": "1.80 m",
- "weight": "59.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.018",
- "stats": {
- "base-attack": "221",
- "base-defense": "159",
- "base-stamina": "190",
- "max-cp": "2783",
- "max-hp": "162"
- },
- "resistant": [
- "normal",
- "fire",
- "poison",
- "flying",
- "bug"
- ],
- "weaknesses": [
- "water",
- "electric",
- "ice",
- "rock",
- "steel"
- ],
- "quick-move": [
- {
- "name": "steel wing",
- "type": "steel",
- "base-damage": "11",
- "energy": "6",
- "move-duration-seg": "0.8"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- },
- {
- "name": "iron head",
- "type": "steel",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "1.9"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "aerodactyl candy"
- }
- },
- {
- "num": "143",
- "name": "snorlax",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Snorlax's typical day consists of nothing more than eating and sleeping. It is such a docile Pokémon that there are children who use its expansive belly as a place to play.",
- "img": "https://www.serebii.net/pokemongo/pokemon/143.png",
- "size": {
- "height": "2.11 m",
- "weight": "460.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": "0.016",
- "stats": {
- "base-attack": "190",
- "base-defense": "169",
- "base-stamina": "330",
- "max-cp": "3225",
- "max-hp": "272"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- },
- {
- "name": "lick",
- "type": "ghost",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "heavy slam",
- "type": "steel",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.1"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "snorlax candy",
- "prev-evolution": [{
- "num": "446",
- "name": "munchlax",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "144",
- "name": "articuno",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Articuno is a legendary bird Pokémon that can control ice. The flapping of its wings chills the air. As a result, it is said that when this Pokémon flies, snow will fall.",
- "img": "https://www.serebii.net/pokemongo/pokemon/144.png",
- "size": {
- "height": "1.70 m",
- "weight": "55.4 kg"
- },
- "pokemon-rarity": "legendary",
- "type": [
- "ice",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.03"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "192",
- "base-defense": "236",
- "base-stamina": "207",
- "max-cp": "3051",
- "max-hp": "175"
- },
- "resistant": [
- "grass",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "fire",
- "electric",
- "rock",
- "steel"
- ],
- "quick-move": [
- {
- "name": "frost breath",
- "type": "ice",
- "base-damage": "10",
- "energy": "8",
- "move-duration-seg": "0.9"
- }],
- "special-attack": [
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "icy wind",
- "type": "ice",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "3.3"
- },
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "articuno candy"
- }
- },
- {
- "num": "145",
- "name": "zapdos",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Zapdos is a legendary bird Pokémon that has the ability to control electricity. It usually lives in thunderclouds. The Pokémon gains power if it is stricken by lightning bolts.",
- "img": "https://www.serebii.net/pokemongo/pokemon/145.png",
- "size": {
- "height": "1.60 m",
- "weight": "52.6 kg"
- },
- "pokemon-rarity": "legendary",
- "type": [
- "electric",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.03"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "253",
- "base-defense": "185",
- "base-stamina": "207",
- "max-cp": "3527",
- "max-hp": "175"
- },
- "resistant": [
- "grass",
- "fighting",
- "flying",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "ice",
- "rock"
- ],
- "quick-move": [
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- },
- {
- "name": "volt switch",
- "type": "electric",
- "base-damage": "20",
- "energy": "25",
- "move-duration-seg": "2.3"
- }
- ],
- "special-attack": [
- {
- "name": "zap cannon",
- "type": "electric",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.7"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "thunder",
- "type": "electric",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "zapdos candy"
- }
- },
- {
- "num": "146",
- "name": "moltres",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Moltres is a legendary bird Pokémon that has the ability to control fire. If this Pokémon is injured, it is said to dip its body in the molten magma of a volcano to burn and heal itself.",
- "img": "https://www.serebii.net/pokemongo/pokemon/146.png",
- "size": {
- "height": "2.01 m",
- "weight": "60.0 kg"
- },
- "pokemon-rarity": "legendary",
- "type": [
- "fire",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.03"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "251",
- "base-defense": "181",
- "base-stamina": "207",
- "max-cp": "3465",
- "max-hp": "175"
- },
- "resistant": [
- "fire",
- "grass",
- "fighting",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "fire spin",
- "type": "fire",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.1"
- }],
- "special-attack": [
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "heat wave",
- "type": "fire",
- "base-damage": "95",
- "energy": "-100",
- "move-duration-seg": "3"
- },
- {
- "name": "overheat",
- "type": "fire",
- "base-damage": "160",
- "energy": "-100",
- "move-duration-seg": "4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "moltres candy"
- }
- },
- {
- "num": "147",
- "name": "dratini",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Dratini continually molts and sloughs off its old skin. It does so because the life energy within its body steadily builds to reach uncontrollable levels.",
- "img": "https://www.serebii.net/pokemongo/pokemon/147.png",
- "size": {
- "height": "1.80 m",
- "weight": "3.3 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "dragon"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "0.3",
- "stats": {
- "base-attack": "119",
- "base-defense": "91",
- "base-stamina": "121",
- "max-cp": "1004",
- "max-hp": "107"
- },
- "resistant": [
- "fire",
- "water",
- "electric",
- "grass"
- ],
- "weaknesses": [
- "ice",
- "dragon",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "dragon breath",
- "type": "dragon",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "iron tail",
- "type": "steel",
- "base-damage": "15",
- "energy": "7",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "wrap",
- "type": "normal",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.9"
- },
- {
- "name": "twister",
- "type": "dragon",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.8"
- },
- {
- "name": "aqua tail",
- "type": "water",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "dratini candy",
- "next-evolution": [{
- "num": "148",
- "name": "dragonair",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "149",
- "name": "dragonite",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "148",
- "name": "dragonair",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Dragonair stores an enormous amount of energy inside its body. It is said to alter weather conditions in its vicinity by discharging energy from its crystals on its neck and tail.",
- "img": "https://www.serebii.net/pokemongo/pokemon/148.png",
- "size": {
- "height": "3.99 m",
- "weight": "16.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "dragon"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.02",
- "stats": {
- "base-attack": "163",
- "base-defense": "135",
- "base-stamina": "156",
- "max-cp": "1780",
- "max-hp": "135"
- },
- "resistant": [
- "fire",
- "water",
- "electric",
- "grass"
- ],
- "weaknesses": [
- "ice",
- "dragon",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "dragon breath",
- "type": "dragon",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "iron tail",
- "type": "steel",
- "base-damage": "15",
- "energy": "7",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "wrap",
- "type": "normal",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.9"
- },
- {
- "name": "aqua tail",
- "type": "water",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "dragon pulse",
- "type": "dragon",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "dratini candy",
- "next-evolution": [{
- "num": "149",
- "name": "dragonite",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "147",
- "name": "dratini",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "149",
- "name": "dragonite",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Dragonite is capable of circling the globe in just 16 hours. It is a kindhearted Pokémon that leads lost and foundering ships in a storm to the safety of land.",
- "img": "https://www.serebii.net/pokemongo/pokemon/149.png",
- "size": {
- "height": "2.21 m",
- "weight": "210.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "dragon",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": "0.0011",
- "stats": {
- "base-attack": "263",
- "base-defense": "198",
- "base-stamina": "209",
- "max-cp": "3792",
- "max-hp": "177"
- },
- "resistant": [
- "fire",
- "water",
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "ice",
- "rock",
- "dragon",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "steel wing",
- "type": "steel",
- "base-damage": "11",
- "energy": "6",
- "move-duration-seg": "0.8"
- },
- {
- "name": "dragon tail",
- "type": "dragon",
- "base-damage": "15",
- "energy": "9",
- "move-duration-seg": "1.1"
- },
- {
- "name": "dragon breath",
- "type": "dragon",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "hurricane",
- "type": "flying",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "2.7"
- },
- {
- "name": "outrage",
- "type": "dragon",
- "base-damage": "110",
- "energy": "-50",
- "move-duration-seg": "3.9"
- },
- {
- "name": "dragon claw",
- "type": "dragon",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.7"
- },
- {
- "name": "dragon pulse",
- "type": "dragon",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "dratini candy",
- "prev-evolution": [{
- "num": "148",
- "name": "dragonair",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "147",
- "name": "dratini",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "150",
- "name": "mewtwo",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Mewtwo is a Pokémon that was created by genetic manipulation. However, even though the scientific power of humans created this Pokémon's body, they failed to endow Mewtwo with a compassionate heart",
- "img": "https://www.serebii.net/pokemongo/pokemon/150.png",
- "size": {
- "height": "2.01 m",
- "weight": "122.0 kg"
- },
- "pokemon-rarity": "legendary",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.06"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "300",
- "base-defense": "182",
- "base-stamina": "214",
- "max-cp": "4178",
- "max-hp": "180"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "psycho cut",
- "type": "psychic",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "focus blast",
- "type": "fight",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "mewtwo candy"
- }
- },
- {
- "num": "151",
- "name": "mew",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Mew is said to possess the genetic composition of all Pokémon. It is capable of making itself invisible at will, so it entirely avoids notice even if it approaches people.",
- "img": "https://www.serebii.net/pokemongo/pokemon/151.png",
- "size": {
- "height": "0.41 m",
- "weight": "4.0 kg"
- },
- "pokemon-rarity": "mythic",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0",
- "base-capture-rate": "100"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "210",
- "base-defense": "210",
- "base-stamina": "225",
- "max-cp": "3265",
- "max-hp": "189"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- }],
- "special-attack": [
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "focus blast",
- "type": "fight",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.5"
- },
- {
- "name": "thunder",
- "type": "electric",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.4"
- },
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "mew candy"
- }
- },
- {
- "num": "152",
- "name": "chikorita",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "In battle, Chikorita waves its leaf around to keep the foe at bay. However, a sweet fragrance also wafts from the leaf, becalming the battling Pokémon and creating a cozy, friendly atmosphere all around.",
- "img": "https://www.serebii.net/pokemongo/pokemon/152.png",
- "size": {
- "height": "0.89 m",
- "weight": "6.4 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "92",
- "base-defense": "122",
- "base-stamina": "128",
- "max-cp": "935",
- "max-hp": "113"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "vine whip",
- "type": "grass",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "energy ball",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.9"
- },
- {
- "name": "grass knot",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "chikorita candy",
- "next-evolution": [{
- "num": "153",
- "name": "bayleef",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "154",
- "name": "meganium",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "153",
- "name": "bayleef",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Bayleef's neck is ringed by curled-up leaves. Inside each tubular leaf is a small shoot of a tree. The fragrance of this shoot makes people peppy.",
- "img": "https://www.serebii.net/pokemongo/pokemon/153.png",
- "size": {
- "height": "1.19 m",
- "weight": "15.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "122",
- "base-defense": "155",
- "base-stamina": "155",
- "max-cp": "1454",
- "max-hp": "134"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "energy ball",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.9"
- },
- {
- "name": "grass knot",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "chikorita candy",
- "next-evolution": [{
- "num": "154",
- "name": "meganium",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "152",
- "name": "chikorita",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "154",
- "name": "meganium",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "The fragrance of Meganium's flower soothes and calms emotions. In battle, this Pokémon gives off more of its becalming scent to blunt the foe's fighting spirit.",
- "img": "https://www.serebii.net/pokemongo/pokemon/154.png",
- "size": {
- "height": "1.80 m",
- "weight": "100.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "168",
- "base-defense": "202",
- "base-stamina": "190",
- "max-cp": "2410",
- "max-hp": "162"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "vine whip",
- "type": "grass",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "petal blizzard",
- "type": "grass",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "2.6"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "chikorita candy",
- "prev-evolution": [{
- "num": "153",
- "name": "bayleef",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "152",
- "name": "chikorita",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "155",
- "name": "cyndaquil",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Cyndaquil protects itself by flaring up the flames on its back. The flames are vigorous if the Pokémon is angry. However, if it is tired, the flames splutter fitfully with incomplete combustion.",
- "img": "https://www.serebii.net/pokemongo/pokemon/155.png",
- "size": {
- "height": "0.51 m",
- "weight": "7.9 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "116",
- "base-defense": "93",
- "base-stamina": "118",
- "max-cp": "980",
- "max-hp": "105"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "flame charge",
- "type": "fire",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.8"
- },
- {
- "name": "swift",
- "type": "normal",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.8"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "cyndaquil candy",
- "next-evolution": [{
- "num": "156",
- "name": "quilava",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "157",
- "name": "typhlosion",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "156",
- "name": "quilava",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Quilava keeps its foes at bay with the intensity of its flames and gusts of superheated air. This Pokémon applies its outstanding nimbleness to dodge attacks even while scorching the foe with flames.",
- "img": "https://www.serebii.net/pokemongo/pokemon/156.png",
- "size": {
- "height": "0.89 m",
- "weight": "19.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "158",
- "base-defense": "126",
- "base-stamina": "151",
- "max-cp": "1653",
- "max-hp": "131"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "flame charge",
- "type": "fire",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.8"
- },
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "cyndaquil candy",
- "next-evolution": [{
- "num": "157",
- "name": "typhlosion",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "155",
- "name": "cyndaquil",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "157",
- "name": "typhlosion",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Typhlosion obscures itself behind a shimmering heat haze that it creates using its intensely hot flames. This Pokémon creates blazing explosive blasts that burn everything to cinders.",
- "img": "https://www.serebii.net/pokemongo/pokemon/157.png",
- "size": {
- "height": "1.70 m",
- "weight": "79.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "223",
- "base-defense": "173",
- "base-stamina": "186",
- "max-cp": "2889",
- "max-hp": "158"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "shadow claw",
- "type": "ghost",
- "base-damage": "9",
- "energy": "6",
- "move-duration-seg": "0.7"
- }
- ],
- "special-attack": [
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "overheat",
- "type": "fire",
- "base-damage": "160",
- "energy": "-100",
- "move-duration-seg": "4"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "cyndaquil candy",
- "prev-evolution": [{
- "num": "156",
- "name": "quilava",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "155",
- "name": "cyndaquil",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "158",
- "name": "totodile",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Despite the smallness of its body, Totodile's jaws are very powerful. While the Pokémon may think it is just playfully nipping, its bite has enough power to cause serious injury.",
- "img": "https://www.serebii.net/pokemongo/pokemon/158.png",
- "size": {
- "height": "0.61 m",
- "weight": "9.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "117",
- "base-defense": "109",
- "base-stamina": "137",
- "max-cp": "1131",
- "max-hp": "120"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "aqua jet",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.6"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "totodile candy",
- "next-evolution": [{
- "num": "159",
- "name": "croconaw",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "160",
- "name": "feraligatr",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "159",
- "name": "croconaw",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Once Croconaw has clamped its jaws on its foe, it will absolutely not let go. Because the tips of its fangs are forked back like barbed fishhooks, they become impossible to remove when they have sunk in.",
- "img": "https://www.serebii.net/pokemongo/pokemon/159.png",
- "size": {
- "height": "1.09 m",
- "weight": "25.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "150",
- "base-defense": "142",
- "base-stamina": "163",
- "max-cp": "1722",
- "max-hp": "140"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "ice punch",
- "type": "ice",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "totodile candy",
- "next-evolution": [{
- "num": "160",
- "name": "feraligatr",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "158",
- "name": "totodile",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "160",
- "name": "feraligatr",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Feraligatr intimidates its foes by opening its huge mouth. In battle, it will kick the ground hard with its thick and powerful hind legs to charge at the foe at an incredible speed.",
- "img": "https://www.serebii.net/pokemongo/pokemon/160.png",
- "size": {
- "height": "2.31 m",
- "weight": "88.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "205",
- "base-defense": "188",
- "base-stamina": "198",
- "max-cp": "2857",
- "max-hp": "168"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "totodile candy",
- "prev-evolution": [{
- "num": "159",
- "name": "croconaw",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "158",
- "name": "totodile",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "161",
- "name": "sentret",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "When Sentret sleeps, it does so while another stands guard. The sentry wakes the others at the first sign of danger. When this Pokémon becomes separated from its pack, it becomes incapable of sleep due to fear.",
- "img": "https://www.serebii.net/pokemongo/pokemon/161.png",
- "size": {
- "height": "0.79 m",
- "weight": "6.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "79",
- "base-defense": "73",
- "base-stamina": "111",
- "max-cp": "618",
- "max-hp": "99"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "grass knot",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "sentret candy",
- "next-evolution": [{
- "num": "162",
- "name": "furret",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "162",
- "name": "furret",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Furret has a very slim build. When under attack, it can slickly squirm through narrow spaces and get away. In spite of its short limbs, this Pokémon is very nimble and fleet.",
- "img": "https://www.serebii.net/pokemongo/pokemon/162.png",
- "size": {
- "height": "1.80 m",
- "weight": "32.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "148",
- "base-defense": "125",
- "base-stamina": "198",
- "max-cp": "1758",
- "max-hp": "168"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "sucker punch",
- "type": "dark",
- "base-damage": "7",
- "energy": "8",
- "move-duration-seg": "0.7"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "sentret candy",
- "prev-evolution": [{
- "num": "161",
- "name": "sentret",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "163",
- "name": "hoothoot",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Hoothoot has an internal organ that senses and tracks the earth's rotation. Using this special organ, this Pokémon begins hooting at precisely the same time every day.",
- "img": "https://www.serebii.net/pokemongo/pokemon/163.png",
- "size": {
- "height": "0.71 m",
- "weight": "21.2 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "67",
- "base-defense": "88",
- "base-stamina": "155",
- "max-cp": "677",
- "max-hp": "134"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "rock"
- ],
- "quick-move": [
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- },
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- }
- ],
- "special-attack": [
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- }],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "hoothoot candy",
- "next-evolution": [{
- "num": "164",
- "name": "noctowl",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "164",
- "name": "noctowl",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Noctowl never fails at catching prey in darkness. This Pokémon owes its success to its superior vision that allows it to see in minimal light, and to its soft, supple wings that make no sound in flight.",
- "img": "https://www.serebii.net/pokemongo/pokemon/164.png",
- "size": {
- "height": "1.60 m",
- "weight": "40.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "145",
- "base-defense": "156",
- "base-stamina": "225",
- "max-cp": "2024",
- "max-hp": "189"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "rock"
- ],
- "quick-move": [
- {
- "name": "wing attack",
- "type": "flying",
- "base-damage": "8",
- "energy": "9",
- "move-duration-seg": "0.8"
- },
- {
- "name": "extrasensory",
- "type": "psychic",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "sky attack",
- "type": "flying",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- },
- {
- "name": "night shade",
- "type": "ghost",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "hoothoot candy",
- "prev-evolution": [{
- "num": "163",
- "name": "hoothoot",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "165",
- "name": "ledyba",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Ledyba secretes an aromatic fluid from where its legs join its body. This fluid is used for communicating with others. This Pokémon conveys its feelings to others by altering the fluid's scent.",
- "img": "https://www.serebii.net/pokemongo/pokemon/165.png",
- "size": {
- "height": "0.99 m",
- "weight": "10.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "72",
- "base-defense": "118",
- "base-stamina": "120",
- "max-cp": "728",
- "max-hp": "106"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "fire",
- "electric",
- "ice",
- "flying"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "silver wind",
- "type": "bug",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.7"
- },
- {
- "name": "swift",
- "type": "normal",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.8"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "ledyba candy",
- "next-evolution": [{
- "num": "166",
- "name": "ledian",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "166",
- "name": "ledian",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "It is said that in lands with clean air, where the stars fill the sky, there live Ledian in countless numbers. There is a good reason for this-the Pokémon uses the light of the stars as its energy.",
- "img": "https://www.serebii.net/pokemongo/pokemon/166.png",
- "size": {
- "height": "1.40 m",
- "weight": "35.6 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "107",
- "base-defense": "179",
- "base-stamina": "146",
- "max-cp": "1346",
- "max-hp": "127"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "fire",
- "electric",
- "ice",
- "flying"
- ],
- "quick-move": [
- {
- "name": "struggle bug",
- "type": "bug",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "bug buzz",
- "type": "bug",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.7"
- },
- {
- "name": "silver wind",
- "type": "bug",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.7"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "ledyba candy",
- "prev-evolution": [{
- "num": "165",
- "name": "ledyba",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "167",
- "name": "spinarak",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "The web spun by Spinarak can be considered its second nervous system. It is said that this Pokémon can determine what kind of prey is touching its web just by the tiny vibrations it feels through the web's strands.",
- "img": "https://www.serebii.net/pokemongo/pokemon/167.png",
- "size": {
- "height": "0.51 m",
- "weight": "8.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "105",
- "base-defense": "73",
- "base-stamina": "120",
- "max-cp": "816",
- "max-hp": "106"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "night slash",
- "type": "dark",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.2"
- },
- {
- "name": "signal beam",
- "type": "bug",
- "base-damage": "75",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "cross poison",
- "type": "poison",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "spinarak candy",
- "next-evolution": [{
- "num": "168",
- "name": "ariados",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "168",
- "name": "ariados",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Ariados's feet are tipped with tiny hooked claws that enable it to scuttle on ceilings and vertical walls. This Pokémon constricts the foe with thin and strong silk webbing.",
- "img": "https://www.serebii.net/pokemongo/pokemon/168.png",
- "size": {
- "height": "1.09 m",
- "weight": "33.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "161",
- "base-defense": "124",
- "base-stamina": "172",
- "max-cp": "1772",
- "max-hp": "147"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- },
- {
- "name": "infestation",
- "type": "bug",
- "base-damage": "10",
- "energy": "14",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "shadow sneak",
- "type": "ghost",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.9"
- },
- {
- "name": "megahorn",
- "type": "bug",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2.2"
- },
- {
- "name": "cross poison",
- "type": "poison",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "spinarak candy",
- "prev-evolution": [{
- "num": "167",
- "name": "spinarak",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "169",
- "name": "crobat",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "If this Pokémon is flying by fluttering only a pair of wings on either the forelegs or hind legs, it's proof that Crobat has been flying a long distance. It switches the wings it uses if it is tired.",
- "img": "https://www.serebii.net/pokemongo/pokemon/169.png",
- "size": {
- "height": "1.80 m",
- "weight": "75.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "194",
- "base-defense": "178",
- "base-stamina": "198",
- "max-cp": "2646",
- "max-hp": "168"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "air slash",
- "type": "flying",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.2"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "air cutter",
- "type": "flying",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "zubat candy",
- "prev-evolution": [{
- "num": "042",
- "name": "golbat",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "041",
- "name": "zubat",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "170",
- "name": "chinchou",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Chinchou lets loose positive and negative electrical charges from its two antennas to make its prey faint. This Pokémon flashes its electric lights to exchange signals with others.",
- "img": "https://www.serebii.net/pokemongo/pokemon/170.png",
- "size": {
- "height": "0.51 m",
- "weight": "12.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "106",
- "base-defense": "97",
- "base-stamina": "181",
- "max-cp": "1119",
- "max-hp": "154"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "grass",
- "ground"
- ],
- "quick-move": [
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- },
- {
- "name": "spark",
- "type": "electric",
- "base-damage": "6",
- "energy": "9",
- "move-duration-seg": "0.7"
- }
- ],
- "special-attack": [
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "chinchou candy",
- "next-evolution": [{
- "num": "171",
- "name": "lanturn",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "171",
- "name": "lanturn",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Lanturn is nicknamed \"the deep-sea star for its illuminated antenna. This Pokémon produces light by causing a chemical reaction between bacteria and its bodily fluids inside the antenna.",
- "img": "https://www.serebii.net/pokemongo/pokemon/171.png",
- "size": {
- "height": "1.19 m",
- "weight": "22.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "146",
- "base-defense": "137",
- "base-stamina": "268",
- "max-cp": "2085",
- "max-hp": "223"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "grass",
- "ground"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "thunder",
- "type": "electric",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "chinchou candy",
- "prev-evolution": [{
- "num": "170",
- "name": "chinchou",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "172",
- "name": "pichu",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Pichu charges itself with electricity more easily on days with thunderclouds or when the air is very dry. You can hear the crackling of static electricity coming off this Pokémon.",
- "img": "https://www.serebii.net/pokemongo/pokemon/172.png",
- "size": {
- "height": "0.30 m",
- "weight": "2.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "not in capture",
- "base-capture-rate": "not in capture"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "77",
- "base-defense": "53",
- "base-stamina": "85",
- "max-cp": "473",
- "max-hp": "79"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "disarming voice",
- "type": "fairy",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.9"
- },
- {
- "name": "thunder punch",
- "type": "electric",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.8"
- }
- ],
- "egg": "7 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "pikachu candy",
- "next-evolution": [{
- "num": "025",
- "name": "pikachu",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "026",
- "name": "raichu",
- "candy-cost": "50"
- }]
- }]
- }
- },
- {
- "num": "173",
- "name": "cleffa",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "On nights with many shooting stars, Cleffa can be seen dancing in a ring. They dance through the night and stop only at the break of day, when these Pokémon quench their thirst with the morning dew.",
- "img": "https://www.serebii.net/pokemongo/pokemon/173.png",
- "size": {
- "height": "0.30 m",
- "weight": "3.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fairy"
- ],
- "encounter": {
- "base-flee-rate": "not in capture",
- "base-capture-rate": "not in capture"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "75",
- "base-defense": "79",
- "base-stamina": "137",
- "max-cp": "671",
- "max-hp": "120"
- },
- "resistant": [
- "fighting",
- "bug",
- "dragon",
- "dark"
- ],
- "weaknesses": [
- "poison",
- "steel"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "grass knot",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "psyshock",
- "type": "psychic",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.7"
- },
- {
- "name": "signal beam",
- "type": "bug",
- "base-damage": "75",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "7 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "clefairy candy",
- "next-evolution": [{
- "num": "035",
- "name": "clefairy",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "036",
- "name": "clefable",
- "candy-cost": "50"
- }]
- }]
- }
- },
- {
- "num": "174",
- "name": "igglybuff",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Igglybuff's vocal cords are not sufficiently developed. It would hurt its throat if it were to sing too much. This Pokémon gargles with freshwater from a clean stream.",
- "img": "https://www.serebii.net/pokemongo/pokemon/174.png",
- "size": {
- "height": "0.30 m",
- "weight": "1.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "fairy"
- ],
- "encounter": {
- "base-flee-rate": "not in capture",
- "base-capture-rate": "not in capture"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "69",
- "base-defense": "32",
- "base-stamina": "207",
- "max-cp": "535",
- "max-hp": "175"
- },
- "resistant": [
- "bug",
- "ghost",
- "dragon",
- "dark"
- ],
- "weaknesses": [
- "poison",
- "steel"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "wild charge",
- "type": "electric",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "7 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "jigglypuff candy",
- "next-evolution": [{
- "num": "039",
- "name": "jigglypuff",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "040",
- "name": "wigglytuff",
- "candy-cost": "50"
- }]
- }]
- }
- },
- {
- "num": "175",
- "name": "togepi",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "As its energy, Togepi uses the positive emotions of compassion and pleasure exuded by people and Pokémon. This Pokémon stores up feelings of happiness inside its shell, then shares them with others.",
- "img": "https://www.serebii.net/pokemongo/pokemon/175.png",
- "size": {
- "height": "0.30 m",
- "weight": "1.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fairy"
- ],
- "encounter": {
- "base-flee-rate": "not in capture",
- "base-capture-rate": "not in capture"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "67",
- "base-defense": "116",
- "base-stamina": "111",
- "max-cp": "657",
- "max-hp": "99"
- },
- "resistant": [
- "fighting",
- "bug",
- "dragon",
- "dark"
- ],
- "weaknesses": [
- "poison",
- "steel"
- ],
- "quick-move": [
- {
- "name": "hidden power",
- "type": "normal",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- },
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- },
- {
- "name": "psyshock",
- "type": "psychic",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.7"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "7 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "togepi candy",
- "next-evolution": [{
- "num": "176",
- "name": "togetic",
- "candy-cost": "50",
- "next-evolution": [{
- "num": "468",
- "name": "togekiss",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }]
- }]
- }
- },
- {
- "num": "176",
- "name": "togetic",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Togetic is said to be a Pokémon that brings good fortune. When the Pokémon spots someone who is pure of heart, it is said to appear and share its happiness with that person.",
- "img": "https://www.serebii.net/pokemongo/pokemon/176.png",
- "size": {
- "height": "0.61 m",
- "weight": "3.2 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fairy",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "139",
- "base-defense": "181",
- "base-stamina": "146",
- "max-cp": "1708",
- "max-hp": "127"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "bug",
- "dragon"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "poison",
- "rock"
- ],
- "quick-move": [
- {
- "name": "extrasensory",
- "type": "psychic",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- },
- {
- "name": "hidden power",
- "type": "normal",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- }
- ],
- "special-attack": [
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "togepi candy",
- "next-evolution": [{
- "num": "468",
- "name": "togekiss",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }],
- "prev-evolution": [{
- "num": "175",
- "name": "togepi",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "177",
- "name": "natu",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Natu cannot fly because its wings are not yet fully grown. If your eyes meet with this Pokémon's eyes, it will stare back intently at you. But if you move even slightly, it will hop away to safety.",
- "img": "https://www.serebii.net/pokemongo/pokemon/177.png",
- "size": {
- "height": "0.21 m",
- "weight": "2.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "134",
- "base-defense": "89",
- "base-stamina": "120",
- "max-cp": "1102",
- "max-hp": "106"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "psychic"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "rock",
- "ghost"
- ],
- "quick-move": [
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "night shade",
- "type": "ghost",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "psyshock",
- "type": "psychic",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.7"
- },
- {
- "name": "drill peck",
- "type": "flying",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "natu candy",
- "next-evolution": [{
- "num": "178",
- "name": "xatu",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "178",
- "name": "xatu",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Xatu stands rooted and still in one spot all day long. People believe that this Pokémon does so out of fear of the terrible things it has foreseen in the future.",
- "img": "https://www.serebii.net/pokemongo/pokemon/178.png",
- "size": {
- "height": "1.50 m",
- "weight": "15.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "192",
- "base-defense": "146",
- "base-stamina": "163",
- "max-cp": "2188",
- "max-hp": "140"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "psychic"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "rock",
- "ghost"
- ],
- "quick-move": [
- {
- "name": "air slash",
- "type": "flying",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.2"
- },
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "ominous wind",
- "type": "ghost",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "futuresight",
- "type": "psychic",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "2.7"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "natu candy",
- "prev-evolution": [{
- "num": "177",
- "name": "natu",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "179",
- "name": "mareep",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Mareep's fluffy coat of wool rubs together and builds a static charge. The more static electricity is charged, the more brightly the lightbulb at the tip of its tail glows.",
- "img": "https://www.serebii.net/pokemongo/pokemon/179.png",
- "size": {
- "height": "0.61 m",
- "weight": "7.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "114",
- "base-defense": "79",
- "base-stamina": "146",
- "max-cp": "991",
- "max-hp": "127"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "mareep candy",
- "next-evolution": [{
- "num": "180",
- "name": "flaaffy",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "181",
- "name": "ampharos",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "180",
- "name": "flaaffy",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Flaaffy's wool quality changes so that it can generate a high amount of static electricity with a small amount of wool. The bare and slick parts of its hide are shielded against electricity.",
- "img": "https://www.serebii.net/pokemongo/pokemon/180.png",
- "size": {
- "height": "0.79 m",
- "weight": "13.3 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "145",
- "base-defense": "109",
- "base-stamina": "172",
- "max-cp": "1521",
- "max-hp": "147"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "power gem",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "mareep candy",
- "next-evolution": [{
- "num": "181",
- "name": "ampharos",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "179",
- "name": "mareep",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "181",
- "name": "ampharos",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Ampharos gives off so much light that it can be seen even from space. People in the old days used the light of this Pokémon to send signals back and forth with others far away.",
- "img": "https://www.serebii.net/pokemongo/pokemon/181.png",
- "size": {
- "height": "1.40 m",
- "weight": "61.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "211",
- "base-defense": "169",
- "base-stamina": "207",
- "max-cp": "2852",
- "max-hp": "175"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- },
- {
- "name": "volt switch",
- "type": "electric",
- "base-damage": "20",
- "energy": "25",
- "move-duration-seg": "2.3"
- }
- ],
- "special-attack": [
- {
- "name": "zap cannon",
- "type": "electric",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.7"
- },
- {
- "name": "focus blast",
- "type": "fight",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.5"
- },
- {
- "name": "thunder",
- "type": "electric",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "mareep candy",
- "prev-evolution": [{
- "num": "180",
- "name": "flaaffy",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "179",
- "name": "mareep",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "182",
- "name": "bellossom",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "When Bellossom gets exposed to plenty of sunlight, the leaves ringing its body begin to spin around. This Pokémon's dancing is renowned in the southern lands.",
- "img": "https://www.serebii.net/pokemongo/pokemon/182.png",
- "size": {
- "height": "0.41 m",
- "weight": "5.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "169",
- "base-defense": "186",
- "base-stamina": "181",
- "max-cp": "2281",
- "max-hp": "154"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "leaf blade",
- "type": "grass",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "petal blizzard",
- "type": "grass",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "2.6"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "oddish candy",
- "prev-evolution": [{
- "num": "044",
- "name": "gloom",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sun stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sun-stone.png"
- },
- "prev-evolution": [{
- "num": "043",
- "name": "oddish",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "183",
- "name": "marill",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Marill's oil-filled tail acts much like a life preserver. If you see just its tail bobbing on the water's surface, it's a sure indication that this Pokémon is diving beneath the water to feed on aquatic plants.",
- "img": "https://www.serebii.net/pokemongo/pokemon/183.png",
- "size": {
- "height": "0.41 m",
- "weight": "8.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "fairy"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "37",
- "base-defense": "93",
- "base-stamina": "172",
- "max-cp": "461",
- "max-hp": "147"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "fighting",
- "bug"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "poison"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "aqua tail",
- "type": "water",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "marill candy",
- "next-evolution": [{
- "num": "184",
- "name": "azumarill",
- "candy-cost": "25"
- }],
- "prev-evolution": [{
- "num": "298",
- "name": "azurill",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "184",
- "name": "azumarill",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Azumarill's long ears are indispensable sensors. By focusing its hearing, this Pokémon can identify what kinds of prey are around, even in rough and fast-running rivers.",
- "img": "https://www.serebii.net/pokemongo/pokemon/184.png",
- "size": {
- "height": "0.79 m",
- "weight": "28.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "fairy"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "112",
- "base-defense": "152",
- "base-stamina": "225",
- "max-cp": "1588",
- "max-hp": "189"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "fighting",
- "bug"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "poison"
- ],
- "quick-move": [
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- },
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "play rough",
- "type": "fairy",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "marill candy",
- "prev-evolution": [{
- "num": "183",
- "name": "marill",
- "candy-cost": "25",
- "prev-evolution": [{
- "num": "298",
- "name": "azurill",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "185",
- "name": "sudowoodo",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Sudowoodo camouflages itself as a tree to avoid being attacked by enemies. However, because its hands remain green throughout the year, the Pokémon is easily identified as a fake during the winter.",
- "img": "https://www.serebii.net/pokemongo/pokemon/185.png",
- "size": {
- "height": "1.19 m",
- "weight": "38.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "167",
- "base-defense": "176",
- "base-stamina": "172",
- "max-cp": "2148",
- "max-hp": "147"
- },
- "resistant": [
- "normal",
- "fire",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "water",
- "grass",
- "fighting",
- "ground"
- ],
- "quick-move": [
- {
- "name": "rock throw",
- "type": "rock",
- "base-damage": "12",
- "energy": "7",
- "move-duration-seg": "0.9"
- },
- {
- "name": "counter",
- "type": "fight",
- "base-damage": "12",
- "energy": "8",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "sudowoodo candy",
- "prev-evolution": [{
- "num": "438",
- "name": "bonsly",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "186",
- "name": "politoed",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "The curled hair on Politoed's head is proof of its status as a king. It is said that the longer and more curled the hair, the more respect this Pokémon earns from its peers.",
- "img": "https://www.serebii.net/pokemongo/pokemon/186.png",
- "size": {
- "height": "10.90 m",
- "weight": "33.9 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "174",
- "base-defense": "179",
- "base-stamina": "207",
- "max-cp": "2449",
- "max-hp": "175"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- },
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "poliwag candy",
- "prev-evolution": [{
- "num": "061",
- "name": "poliwhirl",
- "candy-cost": "100",
- "evolution-item": {
- "name": "kings rock",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/kings-rock.png"
- },
- "prev-evolution": [{
- "num": "060",
- "name": "poliwag",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "187",
- "name": "hoppip",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "This Pokémon drifts and floats with the wind. If it senses the approach of strong winds, Hoppip links its leaves with other Hoppip to prepare against being blown away.",
- "img": "https://www.serebii.net/pokemongo/pokemon/187.png",
- "size": {
- "height": "0.41 m",
- "weight": "0.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.12",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "67",
- "base-defense": "94",
- "base-stamina": "111",
- "max-cp": "600",
- "max-hp": "99"
- },
- "resistant": [
- "water",
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bullet seed",
- "type": "grass",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "grass knot",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "seed bomb",
- "type": "grass",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.1"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "hoppip candy",
- "next-evolution": [{
- "num": "188",
- "name": "skiploom",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "189",
- "name": "jumpluff",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "188",
- "name": "skiploom",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Skiploom's flower blossoms when the temperature rises above 64 degrees Fahrenheit. How much the flower opens depends on the temperature. For that reason, this Pokémon is sometimes used as a thermometer.",
- "img": "https://www.serebii.net/pokemongo/pokemon/188.png",
- "size": {
- "height": "0.61 m",
- "weight": "1.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "91",
- "base-defense": "120",
- "base-stamina": "146",
- "max-cp": "976",
- "max-hp": "127"
- },
- "resistant": [
- "water",
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bullet seed",
- "type": "grass",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "grass knot",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "energy ball",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "hoppip candy",
- "next-evolution": [{
- "num": "189",
- "name": "jumpluff",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "187",
- "name": "hoppip",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "189",
- "name": "jumpluff",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Jumpluff rides warm southern winds to cross the sea and fly to foreign lands. The Pokémon descends to the ground when it encounters cold air while it is floating.",
- "img": "https://www.serebii.net/pokemongo/pokemon/189.png",
- "size": {
- "height": "0.79 m",
- "weight": "3.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "118",
- "base-defense": "183",
- "base-stamina": "181",
- "max-cp": "1636",
- "max-hp": "154"
- },
- "resistant": [
- "water",
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "infestation",
- "type": "bug",
- "base-damage": "10",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "bullet seed",
- "type": "grass",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "energy ball",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.9"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "hoppip candy",
- "prev-evolution": [{
- "num": "188",
- "name": "skiploom",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "187",
- "name": "hoppip",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "190",
- "name": "aipom",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Aipom's tail ends in a hand-like appendage that can be cleverly manipulated. However, because the Pokémon uses its tail so much, its real hands have become rather clumsy.",
- "img": "https://www.serebii.net/pokemongo/pokemon/190.png",
- "size": {
- "height": "0.79 m",
- "weight": "11.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "136",
- "base-defense": "112",
- "base-stamina": "146",
- "max-cp": "1348",
- "max-hp": "127"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "astonish",
- "type": "ghost",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "low sweep",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "swift",
- "type": "normal",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.8"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "aipom candy"
- }
- },
- {
- "num": "191",
- "name": "sunkern",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Sunkern tries to move as little as it possibly can. It does so because it tries to conserve all the nutrients it has stored in its body for its evolution. It will not eat a thing, subsisting only on morning dew.",
- "img": "https://www.serebii.net/pokemongo/pokemon/191.png",
- "size": {
- "height": "0.30 m",
- "weight": "1.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "55",
- "base-defense": "55",
- "base-stamina": "102",
- "max-cp": "395",
- "max-hp": "92"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "cut",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "energy ball",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.9"
- },
- {
- "name": "grass knot",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "seed bomb",
- "type": "grass",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.1"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "sunkern candy",
- "next-evolution": [{
- "num": "192",
- "name": "sunflora",
- "candy-cost": "50",
- "evolution-item": {
- "name": "sun stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sun-stone.png"
- }
- }]
- }
- },
- {
- "num": "192",
- "name": "sunflora",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Sunflora converts solar energy into nutrition. It moves around actively in the daytime when it is warm. It stops moving as soon as the sun goes down for the night.",
- "img": "https://www.serebii.net/pokemongo/pokemon/192.png",
- "size": {
- "height": "0.79 m",
- "weight": "8.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "185",
- "base-defense": "135",
- "base-stamina": "181",
- "max-cp": "2141",
- "max-hp": "154"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "bullet seed",
- "type": "grass",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- },
- {
- "name": "petal blizzard",
- "type": "grass",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "2.6"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "sunkern candy",
- "prev-evolution": [{
- "num": "191",
- "name": "sunkern",
- "candy-cost": "50",
- "evolution-item": {
- "name": "sun stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sun-stone.png"
- }
- }]
- }
- },
- {
- "num": "193",
- "name": "yanma",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Yanma is capable of seeing 360 degrees without having to move its eyes. It is a great flier that is adept at making sudden stops and turning midair. This Pokémon uses its flying ability to quickly chase down targeted prey.",
- "img": "https://www.serebii.net/pokemongo/pokemon/193.png",
- "size": {
- "height": "1.19 m",
- "weight": "38.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "154",
- "base-defense": "94",
- "base-stamina": "163",
- "max-cp": "1470",
- "max-hp": "140"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "fire",
- "electric",
- "ice",
- "flying"
- ],
- "quick-move": [
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "wing attack",
- "type": "flying",
- "base-damage": "8",
- "energy": "9",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "silver wind",
- "type": "bug",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.7"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "yanma candy"
- }
- },
- {
- "num": "194",
- "name": "wooper",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Wooper usually lives in water. However, it occasionally comes out onto land in search of food. On land, it coats its body with a gooey, toxic film.",
- "img": "https://www.serebii.net/pokemongo/pokemon/194.png",
- "size": {
- "height": "0.41 m",
- "weight": "8.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "75",
- "base-defense": "66",
- "base-stamina": "146",
- "max-cp": "641",
- "max-hp": "127"
- },
- "resistant": [
- "fire",
- "poison",
- "rock",
- "steel"
- ],
- "weaknesses": [
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "mud bomb",
- "type": "ground",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "wooper candy",
- "next-evolution": [{
- "num": "195",
- "name": "quagsire",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "195",
- "name": "quagsire",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Quagsire hunts for food by leaving its mouth wide open in water and waiting for its prey to blunder in unaware. Because the Pokémon does not move, it does not get very hungry.",
- "img": "https://www.serebii.net/pokemongo/pokemon/195.png",
- "size": {
- "height": "1.40 m",
- "weight": "75.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "152",
- "base-defense": "143",
- "base-stamina": "216",
- "max-cp": "1992",
- "max-hp": "182"
- },
- "resistant": [
- "fire",
- "poison",
- "rock",
- "steel"
- ],
- "weaknesses": [
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "wooper candy",
- "prev-evolution": [{
- "num": "194",
- "name": "wooper",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "196",
- "name": "espeon",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Espeon is extremely loyal to any Trainer it considers to be worthy. It is said that this Pokémon developed its precognitive powers to protect its Trainer from harm.",
- "img": "https://www.serebii.net/pokemongo/pokemon/196.png",
- "size": {
- "height": "0.89 m",
- "weight": "26.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "261",
- "base-defense": "175",
- "base-stamina": "163",
- "max-cp": "3170",
- "max-hp": "140"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "psybeam",
- "type": "psychic",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "futuresight",
- "type": "psychic",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "eevee candy",
- "prev-evolution": [{
- "num": "133",
- "name": "eevee",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "197",
- "name": "umbreon",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Umbreon evolved as a result of exposure to the moon's waves. It hides silently in darkness and waits for its foes to make a move. The rings on its body glow when it leaps to attack.",
- "img": "https://www.serebii.net/pokemongo/pokemon/197.png",
- "size": {
- "height": "0.99 m",
- "weight": "27.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "dark"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "126",
- "base-defense": "240",
- "base-stamina": "216",
- "max-cp": "2137",
- "max-hp": "182"
- },
- "resistant": [
- "psychic",
- "ghost",
- "dark"
- ],
- "weaknesses": [
- "fighting",
- "bug",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- },
- {
- "name": "snarl",
- "type": "dark",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "foul play",
- "type": "dark",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "eevee candy",
- "prev-evolution": [{
- "num": "133",
- "name": "eevee",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "198",
- "name": "murkrow",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Murkrow was feared and loathed as the alleged bearer of ill fortune. This Pokémon shows strong interest in anything that sparkles or glitters. It will even try to steal rings from women.",
- "img": "https://www.serebii.net/pokemongo/pokemon/198.png",
- "size": {
- "height": "0.51 m",
- "weight": "2.1 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "dark",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "175",
- "base-defense": "87",
- "base-stamina": "155",
- "max-cp": "1562",
- "max-hp": "134"
- },
- "resistant": [
- "grass",
- "ground",
- "psychic",
- "ghost",
- "dark"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "rock",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "drill peck",
- "type": "flying",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "foul play",
- "type": "dark",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- },
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "murkrow candy",
- "next-evolution": [{
- "num": "430",
- "name": "honchkrow",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }]
- }
- },
- {
- "num": "199",
- "name": "slowking",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Slowking undertakes research every day in an effort to solve the mysteries of the world. However, this Pokémon apparently forgets everything it has learned if the Shellder on its head comes off.",
- "img": "https://www.serebii.net/pokemongo/pokemon/199.png",
- "size": {
- "height": "2.01 m",
- "weight": "79.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "177",
- "base-defense": "180",
- "base-stamina": "216",
- "max-cp": "2545",
- "max-hp": "182"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "bug",
- "ghost"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "slowpoke candy",
- "prev-evolution": [{
- "num": "079",
- "name": "slowpoke",
- "candy-cost": "50",
- "evolution-item": {
- "name": "kings rock",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/kings-rock.png"
- }
- }]
- }
- },
- {
- "num": "200",
- "name": "misdreavus",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Misdreavus frightens people with a creepy, sobbing cry. The Pokémon apparently uses its red spheres to absorb the fearful feelings of foes and turn them into nutrition.",
- "img": "https://www.serebii.net/pokemongo/pokemon/200.png",
- "size": {
- "height": "0.71 m",
- "weight": "1.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ghost"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "167",
- "base-defense": "154",
- "base-stamina": "155",
- "max-cp": "1926",
- "max-hp": "134"
- },
- "resistant": [
- "normal",
- "fighting",
- "poison",
- "bug"
- ],
- "weaknesses": [
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "astonish",
- "type": "ghost",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "hex",
- "type": "ghost",
- "base-damage": "10",
- "energy": "15",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "shadow sneak",
- "type": "ghost",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.9"
- },
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "ominous wind",
- "type": "ghost",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "misdreavus candy",
- "next-evolution": [{
- "num": "429",
- "name": "mismagius",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }]
- }
- },
- {
- "num": "201",
- "name": "unown",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "This Pokémon is shaped like ancient writing. It is a mystery as to which came first, the ancient writings or the various Unown. Research into this topic is ongoing but nothing is known.",
- "img": "https://www.serebii.net/pokemongo/pokemon/201.png",
- "size": {
- "height": "0.51 m",
- "weight": "5.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "136",
- "base-defense": "91",
- "base-stamina": "134",
- "max-cp": "1185",
- "max-hp": "117"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "hidden power",
- "type": "normal",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- }],
- "special-attack": [
- {
- "name": "struggle",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "unown candy"
- }
- },
- {
- "num": "202",
- "name": "wobbuffet",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "If two or more Wobbuffet meet, they will turn competitive and try to outdo each other's endurance. However, they may try to see which one can endure the longest without food. Trainers need to beware of this habit.",
- "img": "https://www.serebii.net/pokemongo/pokemon/202.png",
- "size": {
- "height": "1.30 m",
- "weight": "28.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "60",
- "base-defense": "106",
- "base-stamina": "382",
- "max-cp": "1026",
- "max-hp": "313"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "counter",
- "type": "fight",
- "base-damage": "12",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "splash",
- "type": "water",
- "base-damage": "0",
- "energy": "0",
- "move-duration-seg": "1.73"
- }
- ],
- "special-attack": [
- {
- "name": "mirror coat",
- "type": "psychic",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.6"
- }],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "wobbuffet candy",
- "prev-evolution": [{
- "num": "360",
- "name": "wynaut",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "203",
- "name": "girafarig",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Girafarig's rear head also has a brain, but it is small. The rear head attacks in response to smells and sounds. Approaching this Pokémon from behind can cause the rear head to suddenly lash out and bite.",
- "img": "https://www.serebii.net/pokemongo/pokemon/203.png",
- "size": {
- "height": "1.50 m",
- "weight": "41.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "182",
- "base-defense": "133",
- "base-stamina": "172",
- "max-cp": "2046",
- "max-hp": "147"
- },
- "resistant": [
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "dark"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "mirror coat",
- "type": "psychic",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "girafarig candy"
- }
- },
- {
- "num": "204",
- "name": "pineco",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Pineco hangs from a tree branch and patiently waits for prey to come along. If the Pokémon is disturbed while eating by someone shaking its tree, it drops down to the ground and explodes with no warning.",
- "img": "https://www.serebii.net/pokemongo/pokemon/204.png",
- "size": {
- "height": "0.61 m",
- "weight": "7.2 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug"
- ],
- "encounter": {
- "base-flee-rate": "0.12",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "108",
- "base-defense": "122",
- "base-stamina": "137",
- "max-cp": "1108",
- "max-hp": "120"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "rock"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "gyro ball",
- "type": "steel",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "rock tomb",
- "type": "rock",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "sand tomb",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "4"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "pineco candy",
- "next-evolution": [{
- "num": "205",
- "name": "forretress",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "205",
- "name": "forretress",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Forretress conceals itself inside its hardened steel shell. The shell is opened when the Pokémon is catching prey, but it does so at such a quick pace that the shell's inside cannot be seen.",
- "img": "https://www.serebii.net/pokemongo/pokemon/205.png",
- "size": {
- "height": "1.19 m",
- "weight": "125.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "steel"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "161",
- "base-defense": "205",
- "base-stamina": "181",
- "max-cp": "2282",
- "max-hp": "154"
- },
- "resistant": [
- "normal",
- "grass",
- "ice",
- "poison",
- "psychic"
- ],
- "weaknesses": [
- "fire"
- ],
- "quick-move": [
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "struggle bug",
- "type": "bug",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- }
- ],
- "special-attack": [
- {
- "name": "heavy slam",
- "type": "steel",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.1"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "rock tomb",
- "type": "rock",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "pineco candy",
- "prev-evolution": [{
- "num": "204",
- "name": "pineco",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "206",
- "name": "dunsparce",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Dunsparce has a drill for its tail. It uses this tail to burrow into the ground backward. This Pokémon is known to make its nest in complex shapes deep under the ground.",
- "img": "https://www.serebii.net/pokemongo/pokemon/206.png",
- "size": {
- "height": "1.50 m",
- "weight": "14.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "131",
- "base-defense": "128",
- "base-stamina": "225",
- "max-cp": "1689",
- "max-hp": "189"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "astonish",
- "type": "ghost",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "drill run",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.8"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "dunsparce candy"
- }
- },
- {
- "num": "207",
- "name": "gligar",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Gligar glides through the air without a sound as if it were sliding. This Pokémon hangs on to the face of its foe using its clawed hind legs and the large pincers on its forelegs, then injects the prey with its poison barb.",
- "img": "https://www.serebii.net/pokemongo/pokemon/207.png",
- "size": {
- "height": "1.09 m",
- "weight": "64.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "143",
- "base-defense": "184",
- "base-stamina": "163",
- "max-cp": "1857",
- "max-hp": "140"
- },
- "resistant": [
- "fighting",
- "poison",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "water",
- "ice"
- ],
- "quick-move": [
- {
- "name": "fury cutter",
- "type": "bug",
- "base-damage": "3",
- "energy": "6",
- "move-duration-seg": "0.4"
- },
- {
- "name": "wing attack",
- "type": "flying",
- "base-damage": "8",
- "energy": "9",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "night slash",
- "type": "dark",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "gligar candy",
- "next-evolution": [{
- "num": "472",
- "name": "gliscor",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }]
- }
- },
- {
- "num": "208",
- "name": "steelix",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Steelix lives even further underground than Onix. This Pokémon is known to dig toward the earth's core. There are records of this Pokémon reaching a depth of over six-tenths of a mile underground.",
- "img": "https://www.serebii.net/pokemongo/pokemon/208.png",
- "size": {
- "height": "9.19 m",
- "weight": "400.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "steel",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "148",
- "base-defense": "272",
- "base-stamina": "181",
- "max-cp": "2414",
- "max-hp": "154"
- },
- "resistant": [
- "normal",
- "electric",
- "poison",
- "flying",
- "psychic"
- ],
- "weaknesses": [
- "fire",
- "water",
- "fighting",
- "ground"
- ],
- "quick-move": [
- {
- "name": "iron tail",
- "type": "steel",
- "base-damage": "15",
- "energy": "7",
- "move-duration-seg": "1.1"
- },
- {
- "name": "dragon tail",
- "type": "dragon",
- "base-damage": "15",
- "energy": "9",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "heavy slam",
- "type": "steel",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.1"
- },
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "onix candy",
- "prev-evolution": [{
- "num": "095",
- "name": "onix",
- "candy-cost": "50",
- "evolution-item": {
- "name": "metal coat",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/metal-coat.png"
- }
- }]
- }
- },
- {
- "num": "209",
- "name": "snubbull",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "By baring its fangs and making a scary face, Snubbull sends smaller Pokémon scurrying away in terror. However, this Pokémon seems a little sad at making its foes flee.",
- "img": "https://www.serebii.net/pokemongo/pokemon/209.png",
- "size": {
- "height": "0.61 m",
- "weight": "7.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fairy"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "137",
- "base-defense": "85",
- "base-stamina": "155",
- "max-cp": "1237",
- "max-hp": "134"
- },
- "resistant": [
- "fighting",
- "bug",
- "dragon",
- "dark"
- ],
- "weaknesses": [
- "poison",
- "steel"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "snubbull candy",
- "next-evolution": [{
- "num": "210",
- "name": "granbull",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "210",
- "name": "granbull",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Granbull has a particularly well-developed lower jaw. The enormous fangs are heavy, causing the Pokémon to tip its head back for balance. Unless it is startled, it will not try to bite indiscriminately.",
- "img": "https://www.serebii.net/pokemongo/pokemon/210.png",
- "size": {
- "height": "1.40 m",
- "weight": "48.7 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fairy"
- ],
- "encounter": {
- "base-flee-rate": "0.08",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "212",
- "base-defense": "131",
- "base-stamina": "207",
- "max-cp": "2552",
- "max-hp": "175"
- },
- "resistant": [
- "fighting",
- "bug",
- "dragon",
- "dark"
- ],
- "weaknesses": [
- "poison",
- "steel"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "snarl",
- "type": "dark",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "play rough",
- "type": "fairy",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "close combat",
- "type": "fight",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "snubbull candy",
- "prev-evolution": [{
- "num": "209",
- "name": "snubbull",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "211",
- "name": "qwilfish",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Qwilfish sucks in water, inflating itself. This Pokémon uses the pressure of the water it swallowed to shoot toxic quills all at once from all over its body. It finds swimming somewhat challenging.",
- "img": "https://www.serebii.net/pokemongo/pokemon/211.png",
- "size": {
- "height": "0.51 m",
- "weight": "3.9 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.08",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "184",
- "base-defense": "138",
- "base-stamina": "163",
- "max-cp": "2051",
- "max-hp": "140"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "fighting",
- "poison"
- ],
- "weaknesses": [
- "electric",
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- },
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "aqua tail",
- "type": "water",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "sludge wave",
- "type": "poison",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "qwilfish candy"
- }
- },
- {
- "num": "212",
- "name": "scizor",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Scizor has a body with the hardness of steel. It is not easily fazed by ordinary sorts of attacks. This Pokémon flaps its wings to regulate its body temperature.",
- "img": "https://www.serebii.net/pokemongo/pokemon/212.png",
- "size": {
- "height": "2.01 m",
- "weight": "125.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "steel"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "236",
- "base-defense": "181",
- "base-stamina": "172",
- "max-cp": "3001",
- "max-hp": "147"
- },
- "resistant": [
- "normal",
- "grass",
- "ice",
- "poison",
- "psychic"
- ],
- "weaknesses": [
- "fire"
- ],
- "quick-move": [
- {
- "name": "bullet punch",
- "type": "steel",
- "base-damage": "9",
- "energy": "10",
- "move-duration-seg": "0.9"
- },
- {
- "name": "fury cutter",
- "type": "bug",
- "base-damage": "3",
- "energy": "6",
- "move-duration-seg": "0.4"
- }
- ],
- "special-attack": [
- {
- "name": "x scissor",
- "type": "water",
- "base-damage": "50",
- "energy": "-100",
- "move-duration-seg": "4.7"
- },
- {
- "name": "iron head",
- "type": "steel",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "1.9"
- },
- {
- "name": "night slash",
- "type": "dark",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "scyther candy",
- "prev-evolution": [{
- "num": "123",
- "name": "scyther",
- "candy-cost": "50",
- "evolution-item": {
- "name": "metal coat",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/metal-coat.png"
- }
- }]
- }
- },
- {
- "num": "213",
- "name": "shuckle",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Shuckle quietly hides itself under rocks, keeping its body concealed inside its hard shell while eating berries it has stored away. The berries mix with its body fluids to become a juice.",
- "img": "https://www.serebii.net/pokemongo/pokemon/213.png",
- "size": {
- "height": "0.61 m",
- "weight": "20.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "rock"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "17",
- "base-defense": "396",
- "base-stamina": "85",
- "max-cp": "405",
- "max-hp": "79"
- },
- "resistant": [
- "normal",
- "poison"
- ],
- "weaknesses": [
- "water",
- "rock",
- "steel"
- ],
- "quick-move": [
- {
- "name": "struggle bug",
- "type": "bug",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- },
- {
- "name": "rock throw",
- "type": "rock",
- "base-damage": "12",
- "energy": "7",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "rock blast",
- "type": "rock",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "gyro ball",
- "type": "steel",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "shuckle candy"
- }
- },
- {
- "num": "214",
- "name": "heracross",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Heracross charges in a straight line at its foe, slips beneath the foe's grasp, and then scoops up and hurls the opponent with its mighty horn. This Pokémon even has enough power to topple a massive tree.",
- "img": "https://www.serebii.net/pokemongo/pokemon/214.png",
- "size": {
- "height": "1.50 m",
- "weight": "54.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "234",
- "base-defense": "179",
- "base-stamina": "190",
- "max-cp": "3101",
- "max-hp": "162"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "bug",
- "dark"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "counter",
- "type": "fight",
- "base-damage": "12",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "struggle bug",
- "type": "bug",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- }
- ],
- "special-attack": [
- {
- "name": "megahorn",
- "type": "bug",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2.2"
- },
- {
- "name": "close combat",
- "type": "fight",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "heracross candy"
- }
- },
- {
- "num": "215",
- "name": "sneasel",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Sneasel scales trees by punching its hooked claws into the bark. This Pokémon seeks out unguarded nests and steals eggs for food while the parents are away.",
- "img": "https://www.serebii.net/pokemongo/pokemon/215.png",
- "size": {
- "height": "0.89 m",
- "weight": "28.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "dark",
- "ice"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "189",
- "base-defense": "146",
- "base-stamina": "146",
- "max-cp": "2051",
- "max-hp": "127"
- },
- "resistant": [
- "ice",
- "psychic",
- "ghost",
- "dark"
- ],
- "weaknesses": [
- "fire",
- "fighting",
- "bug",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ice shard",
- "type": "ice",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.2"
- },
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "avalanche",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "ice punch",
- "type": "ice",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "foul play",
- "type": "dark",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "sneasel candy",
- "next-evolution": [{
- "num": "461",
- "name": "weavile",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }]
- }
- },
- {
- "num": "216",
- "name": "teddiursa",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "This Pokémon likes to lick its palms that are sweetened by being soaked in honey. Teddiursa concocts its own honey by blending fruits and pollen collected by Beedrill.",
- "img": "https://www.serebii.net/pokemongo/pokemon/216.png",
- "size": {
- "height": "0.61 m",
- "weight": "8.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "142",
- "base-defense": "93",
- "base-stamina": "155",
- "max-cp": "1328",
- "max-hp": "134"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "lick",
- "type": "ghost",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "cross chop",
- "type": "fight",
- "base-damage": "50",
- "energy": "-50",
- "move-duration-seg": "1.5"
- },
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "play rough",
- "type": "fairy",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "teddiursa candy",
- "next-evolution": [{
- "num": "217",
- "name": "ursaring",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "217",
- "name": "ursaring",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "In the forests inhabited by Ursaring, it is said that there are many streams and towering trees where they gather food. This Pokémon walks through its forest gathering food every day.",
- "img": "https://www.serebii.net/pokemongo/pokemon/217.png",
- "size": {
- "height": "1.80 m",
- "weight": "125.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "236",
- "base-defense": "144",
- "base-stamina": "207",
- "max-cp": "2945",
- "max-hp": "175"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "metal claw",
- "type": "steel",
- "base-damage": "8",
- "energy": "7",
- "move-duration-seg": "0.7"
- },
- {
- "name": "counter",
- "type": "fight",
- "base-damage": "12",
- "energy": "8",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "close combat",
- "type": "fight",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "play rough",
- "type": "fairy",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "teddiursa candy",
- "prev-evolution": [{
- "num": "216",
- "name": "teddiursa",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "218",
- "name": "slugma",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Molten magma courses throughout Slugma's circulatory system. If this Pokémon is chilled, the magma cools and hardens. Its body turns brittle and chunks fall off, reducing its size.",
- "img": "https://www.serebii.net/pokemongo/pokemon/218.png",
- "size": {
- "height": "0.71 m",
- "weight": "35.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "118",
- "base-defense": "71",
- "base-stamina": "120",
- "max-cp": "895",
- "max-hp": "106"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "rock throw",
- "type": "rock",
- "base-damage": "12",
- "energy": "7",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "flame burst",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "flame charge",
- "type": "fire",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.8"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "slugma candy",
- "next-evolution": [{
- "num": "219",
- "name": "magcargo",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "219",
- "name": "magcargo",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Magcargo's shell is actually its skin that hardened as a result of cooling. Its shell is very brittle and fragile-just touching it causes it to crumble apart. This Pokémon returns to its original size by dipping itself in magma.",
- "img": "https://www.serebii.net/pokemongo/pokemon/219.png",
- "size": {
- "height": "0.79 m",
- "weight": "55.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire",
- "rock"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "139",
- "base-defense": "191",
- "base-stamina": "137",
- "max-cp": "1702",
- "max-hp": "120"
- },
- "resistant": [
- "normal",
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "water",
- "fighting",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "rock throw",
- "type": "rock",
- "base-damage": "12",
- "energy": "7",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "heat wave",
- "type": "fire",
- "base-damage": "95",
- "energy": "-100",
- "move-duration-seg": "3"
- },
- {
- "name": "overheat",
- "type": "fire",
- "base-damage": "160",
- "energy": "-100",
- "move-duration-seg": "4"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "slugma candy",
- "prev-evolution": [{
- "num": "218",
- "name": "slugma",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "220",
- "name": "swinub",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Swinub roots for food by rubbing its snout against the ground. Its favorite food is a mushroom that grows under the cover of dead grass. This Pokémon occasionally roots out hot springs.",
- "img": "https://www.serebii.net/pokemongo/pokemon/220.png",
- "size": {
- "height": "0.41 m",
- "weight": "6.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ice",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "90",
- "base-defense": "69",
- "base-stamina": "137",
- "max-cp": "741",
- "max-hp": "120"
- },
- "resistant": [
- "electric",
- "poison"
- ],
- "weaknesses": [
- "fire",
- "water",
- "grass",
- "fighting"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "powder snow",
- "type": "ice",
- "base-damage": "6",
- "energy": "15",
- "move-duration-seg": "1"
- }
- ],
- "special-attack": [
- {
- "name": "icy wind",
- "type": "ice",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "3.3"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "swinub candy",
- "next-evolution": [{
- "num": "221",
- "name": "piloswine",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "221",
- "name": "piloswine",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Piloswine is covered by a thick coat of long hair that enables it to endure the freezing cold. This Pokémon uses its tusks to dig up food that has been buried under ice.",
- "img": "https://www.serebii.net/pokemongo/pokemon/221.png",
- "size": {
- "height": "1.09 m",
- "weight": "55.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ice",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "181",
- "base-defense": "138",
- "base-stamina": "225",
- "max-cp": "2345",
- "max-hp": "189"
- },
- "resistant": [
- "electric",
- "poison"
- ],
- "weaknesses": [
- "fire",
- "water",
- "grass",
- "fighting"
- ],
- "quick-move": [
- {
- "name": "ice shard",
- "type": "ice",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.2"
- },
- {
- "name": "powder snow",
- "type": "ice",
- "base-damage": "6",
- "energy": "15",
- "move-duration-seg": "1"
- }
- ],
- "special-attack": [
- {
- "name": "avalanche",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "bulldoze",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "swinub candy",
- "prev-evolution": [{
- "num": "220",
- "name": "swinub",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "222",
- "name": "corsola",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Corsola's branches glitter very beautifully in seven colors when they catch sunlight. If any branch breaks off, this Pokémon grows it back in just one night.",
- "img": "https://www.serebii.net/pokemongo/pokemon/222.png",
- "size": {
- "height": "0.61 m",
- "weight": "5.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "rock"
- ],
- "encounter": {
- "base-flee-rate": "0.12",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "118",
- "base-defense": "156",
- "base-stamina": "146",
- "max-cp": "1378",
- "max-hp": "127"
- },
- "resistant": [
- "normal",
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "rock blast",
- "type": "rock",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "power gem",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "corsola candy"
- }
- },
- {
- "num": "223",
- "name": "remoraid",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Remoraid sucks in water, then expels it at high velocity using its abdominal muscles to shoot down flying prey. When evolution draws near, this Pokémon travels downstream from rivers.",
- "img": "https://www.serebii.net/pokemongo/pokemon/223.png",
- "size": {
- "height": "0.61 m",
- "weight": "12.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "127",
- "base-defense": "69",
- "base-stamina": "111",
- "max-cp": "912",
- "max-hp": "99"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "aurora beam",
- "type": "ice",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.55"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "rock blast",
- "type": "rock",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.1"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "remoraid candy",
- "next-evolution": [{
- "num": "224",
- "name": "octillery",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "224",
- "name": "octillery",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Octillery grabs onto its foe using its tentacles. This Pokémon tries to immobilize it before delivering the finishing blow. If the foe turns out to be too strong, Octillery spews ink to escape.",
- "img": "https://www.serebii.net/pokemongo/pokemon/224.png",
- "size": {
- "height": "0.89 m",
- "weight": "28.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "197",
- "base-defense": "141",
- "base-stamina": "181",
- "max-cp": "2315",
- "max-hp": "154"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "gunk shot",
- "type": "poison",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "aurora beam",
- "type": "ice",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.55"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "remoraid candy",
- "prev-evolution": [{
- "num": "223",
- "name": "remoraid",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "225",
- "name": "delibird",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Delibird carries its food bundled up in its tail. There once was a famous explorer who managed to reach the peak of the world's highest mountain, thanks to one of these Pokémon sharing its food.",
- "img": "https://www.serebii.net/pokemongo/pokemon/225.png",
- "size": {
- "height": "0.89 m",
- "weight": "16.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ice",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "128",
- "base-defense": "90",
- "base-stamina": "128",
- "max-cp": "1094",
- "max-hp": "113"
- },
- "resistant": [
- "grass",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "fire",
- "electric",
- "rock",
- "steel"
- ],
- "quick-move": [
- {
- "name": "ice shard",
- "type": "ice",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.2"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "ice punch",
- "type": "ice",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "icy wind",
- "type": "ice",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "3.3"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "delibird candy"
- }
- },
- {
- "num": "226",
- "name": "mantine",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "On sunny days, schools of Mantine can be seen elegantly leaping over the sea's waves. This Pokémon is not bothered by the Remoraid that hitches rides.",
- "img": "https://www.serebii.net/pokemongo/pokemon/226.png",
- "size": {
- "height": "2.11 m",
- "weight": "220.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "148",
- "base-defense": "226",
- "base-stamina": "163",
- "max-cp": "2108",
- "max-hp": "140"
- },
- "resistant": [
- "fire",
- "water",
- "fighting",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- },
- {
- "name": "wing attack",
- "type": "flying",
- "base-damage": "8",
- "energy": "9",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "mantine candy",
- "prev-evolution": [{
- "num": "458",
- "name": "mantyke",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "227",
- "name": "skarmory",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Skarmory is entirely encased in hard, protective armor. This Pokémon flies at close to 190 mph. It slashes foes with its wings that possess swordlike cutting edges.",
- "img": "https://www.serebii.net/pokemongo/pokemon/227.png",
- "size": {
- "height": "1.70 m",
- "weight": "50.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "steel",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "148",
- "base-defense": "226",
- "base-stamina": "163",
- "max-cp": "2108",
- "max-hp": "140"
- },
- "resistant": [
- "normal",
- "grass",
- "poison",
- "flying",
- "psychic"
- ],
- "weaknesses": [
- "fire",
- "electric"
- ],
- "quick-move": [
- {
- "name": "steel wing",
- "type": "steel",
- "base-damage": "11",
- "energy": "6",
- "move-duration-seg": "0.8"
- },
- {
- "name": "air slash",
- "type": "flying",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "brave bird",
- "type": "flying",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2"
- },
- {
- "name": "sky attack",
- "type": "flying",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- },
- {
- "name": "flash cannon",
- "type": "steel",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "skarmory candy"
- }
- },
- {
- "num": "228",
- "name": "houndour",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Houndour hunt as a coordinated pack. They communicate with each other using a variety of cries to corner their prey. This Pokémon's remarkable teamwork is unparalleled.",
- "img": "https://www.serebii.net/pokemongo/pokemon/228.png",
- "size": {
- "height": "0.61 m",
- "weight": "10.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "dark",
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "152",
- "base-defense": "83",
- "base-stamina": "128",
- "max-cp": "1234",
- "max-hp": "113"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "psychic",
- "ghost"
- ],
- "weaknesses": [
- "water",
- "fighting",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- },
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- }
- ],
- "special-attack": [
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- },
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "houndour candy",
- "next-evolution": [{
- "num": "229",
- "name": "houndoom",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "229",
- "name": "houndoom",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "In a Houndoom pack, the one with its horns raked sharply toward the back serves a leadership role. These Pokémon choose their leader by fighting among themselves.",
- "img": "https://www.serebii.net/pokemongo/pokemon/229.png",
- "size": {
- "height": "1.40 m",
- "weight": "35.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "dark",
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "224",
- "base-defense": "144",
- "base-stamina": "181",
- "max-cp": "2635",
- "max-hp": "154"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "psychic",
- "ghost"
- ],
- "weaknesses": [
- "water",
- "fighting",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "snarl",
- "type": "dark",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- },
- {
- "name": "fire fang",
- "type": "fire",
- "base-damage": "11",
- "energy": "8",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "foul play",
- "type": "dark",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "houndour candy",
- "prev-evolution": [{
- "num": "228",
- "name": "houndour",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "230",
- "name": "kingdra",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Kingdra lives at extreme ocean depths that are otherwise uninhabited. It has long been believed that the yawning of this Pokémon creates spiraling ocean currents.",
- "img": "https://www.serebii.net/pokemongo/pokemon/230.png",
- "size": {
- "height": "1.80 m",
- "weight": "152.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "dragon"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "194",
- "base-defense": "194",
- "base-stamina": "181",
- "max-cp": "2641",
- "max-hp": "154"
- },
- "resistant": [
- "fire",
- "water",
- "steel"
- ],
- "weaknesses": [
- "dragon",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "dragon breath",
- "type": "dragon",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- },
- {
- "name": "outrage",
- "type": "dragon",
- "base-damage": "110",
- "energy": "-50",
- "move-duration-seg": "3.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "horsea candy",
- "prev-evolution": [{
- "num": "117",
- "name": "seadra",
- "candy-cost": "100",
- "evolution-item": {
- "name": "dragon scale",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/dragon-scale.png"
- },
- "prev-evolution": [{
- "num": "116",
- "name": "horsea",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "231",
- "name": "phanpy",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "For its nest, Phanpy digs a vertical pit in the ground at the edge of a river. It marks the area around its nest with its trunk to let the others know that the area has been claimed.",
- "img": "https://www.serebii.net/pokemongo/pokemon/231.png",
- "size": {
- "height": "0.51 m",
- "weight": "33.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "107",
- "base-defense": "98",
- "base-stamina": "207",
- "max-cp": "1206",
- "max-hp": "175"
- },
- "resistant": [
- "electric",
- "poison",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- }
- ],
- "special-attack": [
- {
- "name": "bulldoze",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "phanpy candy",
- "next-evolution": [{
- "num": "232",
- "name": "donphan",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "232",
- "name": "donphan",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Donphan's favorite attack is curling its body into a ball, then charging at its foe while rolling at high speed. Once it starts rolling, this Pokémon can't stop very easily.",
- "img": "https://www.serebii.net/pokemongo/pokemon/232.png",
- "size": {
- "height": "1.09 m",
- "weight": "120.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "214",
- "base-defense": "185",
- "base-stamina": "207",
- "max-cp": "3013",
- "max-hp": "175"
- },
- "resistant": [
- "electric",
- "poison",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "counter",
- "type": "fight",
- "base-damage": "12",
- "energy": "8",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "heavy slam",
- "type": "steel",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.1"
- },
- {
- "name": "play rough",
- "type": "fairy",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "phanpy candy",
- "prev-evolution": [{
- "num": "231",
- "name": "phanpy",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "233",
- "name": "porygon2",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Porygon2 was created by humans using the power of science. The man-made Pokémon has been endowed with artificial intelligence that enables it to learn new gestures and emotions on its own.",
- "img": "https://www.serebii.net/pokemongo/pokemon/233.png",
- "size": {
- "height": "0.61 m",
- "weight": "32.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "198",
- "base-defense": "180",
- "base-stamina": "198",
- "max-cp": "2711",
- "max-hp": "168"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "hidden power",
- "type": "normal",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- },
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "zap cannon",
- "type": "electric",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "porygon candy",
- "next-evolution": [{
- "num": "474",
- "name": "porygon-z",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }],
- "prev-evolution": [{
- "num": "137",
- "name": "porygon",
- "candy-cost": "25",
- "evolution-item": {
- "name": "up grade",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/up-grade.png"
- }
- }]
- }
- },
- {
- "num": "234",
- "name": "stantler",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Stantler's magnificent antlers were traded at high prices as works of art. As a result, this Pokémon was hunted close to extinction by those who were after the priceless antlers.",
- "img": "https://www.serebii.net/pokemongo/pokemon/234.png",
- "size": {
- "height": "1.40 m",
- "weight": "71.2 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.08",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "192",
- "base-defense": "131",
- "base-stamina": "177",
- "max-cp": "2164",
- "max-hp": "151"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "stomp",
- "type": "normal",
- "base-damage": "55",
- "energy": "-50",
- "move-duration-seg": "1.7"
- },
- {
- "name": "wild charge",
- "type": "electric",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "megahorn",
- "type": "bug",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "stantler candy"
- }
- },
- {
- "num": "235",
- "name": "smeargle",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Smeargle marks the boundaries of its territory using a body fluid that leaks out from the tip of its tail. Over 5,000 different marks left by this Pokémon have been found.",
- "img": "https://www.serebii.net/pokemongo/pokemon/235.png",
- "size": {
- "height": "1.19 m",
- "weight": "58.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "40",
- "base-defense": "83",
- "base-stamina": "146",
- "max-cp": "431",
- "max-hp": "127"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }],
- "special-attack": [
- {
- "name": "struggle",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "smeargle candy"
- }
- },
- {
- "num": "236",
- "name": "tyrogue",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Tyrogue becomes stressed out if it does not get to train every day. When raising this Pokémon, the Trainer must establish and uphold various training methods.",
- "img": "https://www.serebii.net/pokemongo/pokemon/236.png",
- "size": {
- "height": "0.71 m",
- "weight": "21.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "not in capture",
- "base-capture-rate": "not in capture"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "64",
- "base-defense": "64",
- "base-stamina": "111",
- "max-cp": "492",
- "max-hp": "99"
- },
- "resistant": [
- "bug",
- "rock",
- "dark"
- ],
- "weaknesses": [
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "low sweep",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "7 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "tyrogue candy",
- "next-evolution": [
- {
- "num": "106",
- "name": "hitmonlee",
- "candy-cost": "25"
- },
- {
- "num": "107",
- "name": "hitmonchan",
- "candy-cost": "25"
- },
- {
- "num": "237",
- "name": "hitmontop",
- "candy-cost": "25"
- }
- ]
- }
- },
- {
- "num": "237",
- "name": "hitmontop",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Hitmontop spins on its head at high speed, all the while delivering kicks. This technique is a remarkable mix of both offense and defense at the same time. The Pokémon travels faster spinning than it does walking.",
- "img": "https://www.serebii.net/pokemongo/pokemon/237.png",
- "size": {
- "height": "1.40 m",
- "weight": "48.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "173",
- "base-defense": "207",
- "base-stamina": "137",
- "max-cp": "2156",
- "max-hp": "120"
- },
- "resistant": [
- "bug",
- "rock",
- "dark"
- ],
- "weaknesses": [
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- },
- {
- "name": "counter",
- "type": "fight",
- "base-damage": "12",
- "energy": "8",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "close combat",
- "type": "fight",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "gyro ball",
- "type": "steel",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "tyrogue candy",
- "prev-evolution": [{
- "num": "236",
- "name": "tyrogue",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "238",
- "name": "smoochum",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Smoochum actively runs about, but also falls quite often. Whenever the chance arrives, it will look for its reflection to make sure its face hasn't become dirty.",
- "img": "https://www.serebii.net/pokemongo/pokemon/238.png",
- "size": {
- "height": "0.41 m",
- "weight": "6.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ice",
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "not in capture",
- "base-capture-rate": "not in capture"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "153",
- "base-defense": "91",
- "base-stamina": "128",
- "max-cp": "1291",
- "max-hp": "113"
- },
- "resistant": [
- "ice",
- "psychic"
- ],
- "weaknesses": [
- "fire",
- "bug",
- "rock",
- "ghost"
- ],
- "quick-move": [
- {
- "name": "powder snow",
- "type": "ice",
- "base-damage": "6",
- "energy": "15",
- "move-duration-seg": "1"
- },
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "frost breath",
- "type": "ice",
- "base-damage": "10",
- "energy": "8",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "ice punch",
- "type": "ice",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "psyshock",
- "type": "psychic",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "7 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "jynx candy",
- "next-evolution": [{
- "num": "124",
- "name": "jynx",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "239",
- "name": "elekid",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Elekid stores electricity in its body. If it touches metal and accidentally discharges all its built-up electricity, this Pokémon begins swinging its arms in circles to recharge itself.",
- "img": "https://www.serebii.net/pokemongo/pokemon/239.png",
- "size": {
- "height": "0.61 m",
- "weight": "23.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "not in capture",
- "base-capture-rate": "not in capture"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "135",
- "base-defense": "101",
- "base-stamina": "128",
- "max-cp": "1206",
- "max-hp": "113"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- },
- {
- "name": "low kick",
- "type": "fight",
- "base-damage": "6",
- "energy": "6",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "thunder punch",
- "type": "electric",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.8"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- }
- ],
- "egg": "7 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "electabuzz candy",
- "next-evolution": [{
- "num": "125",
- "name": "electabuzz",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "466",
- "name": "electivire",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }]
- }]
- }
- },
- {
- "num": "240",
- "name": "magby",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Magby's state of health is determined by observing the fire it breathes. If the Pokémon is spouting yellow flames from its mouth, it is in good health. When it is fatigued, black smoke will be mixed in with the flames.",
- "img": "https://www.serebii.net/pokemongo/pokemon/240.png",
- "size": {
- "height": "0.71 m",
- "weight": "21.4 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "not in capture",
- "base-capture-rate": "not in capture"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "151",
- "base-defense": "99",
- "base-stamina": "128",
- "max-cp": "1323",
- "max-hp": "113"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "karate chop",
- "type": "fight",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "fire punch",
- "type": "fire",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.2"
- },
- {
- "name": "flame burst",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "7 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "magmar candy",
- "next-evolution": [{
- "num": "126",
- "name": "magmar",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "467",
- "name": "magmortar",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }]
- }]
- }
- },
- {
- "num": "241",
- "name": "miltank",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Miltank gives over five gallons of milk on a daily basis. Its sweet milk is enjoyed by children and grown-ups alike. People who can't drink milk turn it into yogurt and eat it instead.",
- "img": "https://www.serebii.net/pokemongo/pokemon/241.png",
- "size": {
- "height": "1.19 m",
- "weight": "75.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.08",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "157",
- "base-defense": "193",
- "base-stamina": "216",
- "max-cp": "2354",
- "max-hp": "182"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "stomp",
- "type": "normal",
- "base-damage": "55",
- "energy": "-50",
- "move-duration-seg": "1.7"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "gyro ball",
- "type": "steel",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "miltank candy"
- }
- },
- {
- "num": "242",
- "name": "blissey",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Blissey senses sadness with its fluffy coat of fur. If it does so, this Pokémon will rush over to a sad person, no matter how far away, to share a Lucky Egg that brings a smile to any face.",
- "img": "https://www.serebii.net/pokemongo/pokemon/242.png",
- "size": {
- "height": "1.50 m",
- "weight": "46.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "129",
- "base-defense": "169",
- "base-stamina": "496",
- "max-cp": "2757",
- "max-hp": "403"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "chansey candy",
- "prev-evolution": [{
- "num": "113",
- "name": "chansey",
- "candy-cost": "50",
- "prev-evolution": [{
- "num": "440",
- "name": "happiny",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "243",
- "name": "raikou",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Raikou embodies the speed of lightning. The roars of this Pokémon send shock waves shuddering through the air and shake the ground as if lightning bolts had come crashing down.",
- "img": "https://www.serebii.net/pokemongo/pokemon/243.png",
- "size": {
- "height": "1.91 m",
- "weight": "178.0 kg"
- },
- "pokemon-rarity": "legendary",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.04",
- "base-capture-rate": "0.02"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "241",
- "base-defense": "195",
- "base-stamina": "207",
- "max-cp": "3452",
- "max-hp": "175"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- },
- {
- "name": "volt switch",
- "type": "electric",
- "base-damage": "20",
- "energy": "25",
- "move-duration-seg": "2.3"
- }
- ],
- "special-attack": [
- {
- "name": "thunder",
- "type": "electric",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.4"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "wild charge",
- "type": "electric",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "raikou candy"
- }
- },
- {
- "num": "244",
- "name": "entei",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Entei embodies the passion of magma. This Pokémon is thought to have been born in the eruption of a volcano. It sends up massive bursts of fire that utterly consume all that they touch.",
- "img": "https://www.serebii.net/pokemongo/pokemon/244.png",
- "size": {
- "height": "2.11 m",
- "weight": "198.0 kg"
- },
- "pokemon-rarity": "legendary",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.04",
- "base-capture-rate": "0.02"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "235",
- "base-defense": "171",
- "base-stamina": "251",
- "max-cp": "3473",
- "max-hp": "210"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "fire spin",
- "type": "fire",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.1"
- },
- {
- "name": "fire fang",
- "type": "fire",
- "base-damage": "11",
- "energy": "8",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- },
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "overheat",
- "type": "fire",
- "base-damage": "160",
- "energy": "-100",
- "move-duration-seg": "4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "entei candy"
- }
- },
- {
- "num": "245",
- "name": "suicune",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Suicune embodies the compassion of a pure spring of water. It runs across the land with gracefulness. This Pokémon has the power to purify dirty water.",
- "img": "https://www.serebii.net/pokemongo/pokemon/245.png",
- "size": {
- "height": "2.01 m",
- "weight": "187.0 kg"
- },
- "pokemon-rarity": "legendary",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.04",
- "base-capture-rate": "0.02"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "180",
- "base-defense": "235",
- "base-stamina": "225",
- "max-cp": "2983",
- "max-hp": "189"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "extrasensory",
- "type": "psychic",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- },
- {
- "name": "snarl",
- "type": "dark",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "suicune candy"
- }
- },
- {
- "num": "246",
- "name": "larvitar",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Larvitar is born deep under the ground. To come up to the surface, this Pokémon must eat its way through the soil above. Until it does so, Larvitar cannot see its parents.",
- "img": "https://www.serebii.net/pokemongo/pokemon/246.png",
- "size": {
- "height": "0.60 m",
- "weight": "72.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "115",
- "base-defense": "93",
- "base-stamina": "137",
- "max-cp": "1040",
- "max-hp": "120"
- },
- "resistant": [
- "electric",
- "poison",
- "fire",
- "flying",
- "normal",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ground",
- "ice",
- "steel",
- "fighting"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- }
- ],
- "special-attack": [
- {
- "name": "stomp",
- "type": "normal",
- "base-damage": "55",
- "energy": "-50",
- "move-duration-seg": "1.7"
- },
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "larvitar candy",
- "next-evolution": [{
- "num": "247",
- "name": "pupitar",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "248",
- "name": "tyranitar",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "247",
- "name": "pupitar",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Pupitar creates a gas inside its body that it compresses and forcefully ejects to propel itself like a jet. The body is very durable—it avoids damage even if it hits solid steel.",
- "img": "https://www.serebii.net/pokemongo/pokemon/247.png",
- "size": {
- "height": "1.20 m",
- "weight": "152.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "155",
- "base-defense": "133",
- "base-stamina": "172",
- "max-cp": "1766",
- "max-hp": "147"
- },
- "resistant": [
- "electric",
- "poison",
- "fire",
- "flying",
- "normal",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ground",
- "ice",
- "steel",
- "fighting"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "larvitar candy",
- "next-evolution": [{
- "num": "248",
- "name": "tyranitar",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "246",
- "name": "larvitar",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "248",
- "name": "tyranitar",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Tyranitar is so overwhelmingly powerful, it can bring down a whole mountain to make its nest. This Pokémon wanders about in mountains seeking new opponents to fight.",
- "img": "https://www.serebii.net/pokemongo/pokemon/248.png",
- "size": {
- "height": "2.00 m",
- "weight": "202.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "dark"
- ],
- "encounter": {
- "base-flee-rate": "0.04",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "251",
- "base-defense": "207",
- "base-stamina": "225",
- "max-cp": "3834",
- "max-hp": "189"
- },
- "resistant": [
- "psychic",
- "dark",
- "ghost",
- "fire",
- "poison",
- "flying",
- "normal"
- ],
- "weaknesses": [
- "fighting",
- "ground",
- "steel",
- "water",
- "grass",
- "bug",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "iron tail",
- "type": "steel",
- "base-damage": "15",
- "energy": "7",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "larvitar candy",
- "prev-evolution": [{
- "num": "247",
- "name": "pupitar",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "246",
- "name": "larvitar",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "249",
- "name": "lugia",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Lugia's wings pack devastating power-a light fluttering of its wings can blow apart regular houses. As a result, this Pokémon chooses to live out of sight deep under the sea.",
- "img": "https://www.serebii.net/pokemongo/pokemon/249.png",
- "size": {
- "height": "5.21 m",
- "weight": "216.0 kg"
- },
- "pokemon-rarity": "legendary",
- "type": [
- "psychic",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.04",
- "base-capture-rate": "0.02"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "193",
- "base-defense": "310",
- "base-stamina": "235",
- "max-cp": "3703",
- "max-hp": "197"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "psychic"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "rock",
- "ghost"
- ],
- "quick-move": [
- {
- "name": "extrasensory",
- "type": "psychic",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- },
- {
- "name": "dragon tail",
- "type": "dragon",
- "base-damage": "15",
- "energy": "9",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "sky attack",
- "type": "flying",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "futuresight",
- "type": "psychic",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "lugia candy"
- }
- },
- {
- "num": "250",
- "name": "ho-oh",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Ho-Oh's feathers glow in seven colors depending on the angle at which they are struck by light. These feathers are said to bring happiness to the bearers. This Pokémon is said to live at the foot of a rainbow.",
- "img": "https://www.serebii.net/pokemongo/pokemon/250.png",
- "size": {
- "height": "3.80 m",
- "weight": "199.0 kg"
- },
- "pokemon-rarity": "legendary",
- "type": [
- "fire",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.04",
- "base-capture-rate": "0.02"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "239",
- "base-defense": "244",
- "base-stamina": "214",
- "max-cp": "3863",
- "max-hp": "180"
- },
- "resistant": [
- "fighting",
- "bug",
- "grass",
- "steel",
- "fire",
- "fairy"
- ],
- "weaknesses": [
- "rock",
- "ground",
- "electric",
- "water"
- ],
- "quick-move": [
- {
- "name": "extrasensory",
- "type": "psychic",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- },
- {
- "name": "steel wing",
- "type": "steel",
- "base-damage": "11",
- "energy": "6",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "brave bird",
- "type": "flying",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2"
- },
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "ho-oh candy"
- }
- },
- {
- "num": "251",
- "name": "celebi",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "This Pokémon came from the future by crossing over time. It is thought that so long as Celebi appears, a bright and shining future awaits us.",
- "img": "https://www.serebii.net/pokemongo/pokemon/251.png",
- "size": {
- "height": "0.61 m",
- "weight": "5.0 kg"
- },
- "pokemon-rarity": "mythic",
- "type": [
- "psychic",
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0",
- "base-capture-rate": "100"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "210",
- "base-defense": "210",
- "base-stamina": "225",
- "max-cp": "3265",
- "max-hp": "189"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- },
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "celebi candy"
- }
- }]
-}
diff --git a/src/data/rickandmorty/README.md b/src/data/rickandmorty/README.md
deleted file mode 100644
index 10632ccc..00000000
--- a/src/data/rickandmorty/README.md
+++ /dev/null
@@ -1,40 +0,0 @@
-# Rick and Morty
-
-Rick y Morty es una serie de televisión estadounidense de animación para
-adultos. La serie tiene gran acogida a nivel mundial, de todo este fandom hay
-un grupo que desea poder interactuar y ver la información de los personajes y
-de la serie en general.
-
-## Hallazgos
-
-Hicimos una rápida investigación sobre la información que podrían necesitar
-nuestros usuarios y encontramos que los datos de mayor interés para ellos son:
-
-Información relevante sobre los personajes, como nombre, género, especie, lugar
-de origen, imagen y episodios donde aparece.
-
-Adicionalmente a esta información, para nuestros usuarios es importante poder
-ver la lista de personajes que aparecen en la serie, la cantidad de
-episodios, los diferentes lugares de origen, para tener mayor información de la
-serie.
-
-## Detalles de la data
-
-* Con este set de datos puedes obtener los siguientes datos de un personaje:
-
- - nombre
- - imagen
- - estado de vida
- - especie
- - género
- - lugar de origen (planeta tierra)
- - lugar donde vive.
- - episodios donde aparece.
-
-* Con este set de datos también puedes obtener lo siguiente:
-
- - Cantidad de personajes.
- - Cantidad de lugares de origen.
- - Lista de episodios de la serie.
- - Lista de personajes que pertenecen a una cierta locación.
- - Todos los personajes de la serie.
diff --git a/src/data/rickandmorty/README.pt.md b/src/data/rickandmorty/README.pt.md
deleted file mode 100644
index 3d07ad1c..00000000
--- a/src/data/rickandmorty/README.pt.md
+++ /dev/null
@@ -1,40 +0,0 @@
-# Rick e Morty
-
-Rick and Morty é uma série de televisão de animação americana para adultos. A
-série é muito bem recebida mundialmente, e de todo esse grupo de fãs, há um
-grupo que quer ser capaz de interagir e ver as informações dos personagens e da
-série em geral.
-
-## Constatações
-
-Pesquisamos rapidamente as informações de que nossos usuários precisam e
-descobrimos que os dados mais interessantes para eles são:
-
-Informações relevantes sobre os personagens, como nome, gênero, espécie, local
-de origem, imagem e episódios em que aparecem.
-
-Além dessas informações, para nossos usuários, é importante poder ver a lista de
-personagens que aparecem na série, o número de episódios, os diferentes locais
-de origem, para obter mais informações sobre a série.
-
-## Detalhes dos dados
-
-* Com este conjunto de dados, você pode obter os seguintes dados para um
- personagem:
-
- - nome
- - imagem
- - estado de vida
- - espécie
- - gênero
- - local de origem (planeta Terra)
- - lugar onde vive
- - episódios em que aparece
-
-* Com esse conjunto de dados, você também pode obter o seguinte:
-
- - Número de personagens.
- - Número de lugares de origem.
- - Lista de episódios da série.
- - Lista de personagens que pertencem a um determinado local.
- - Todos os personagens da série.
diff --git a/src/data/rickandmorty/rickandmorty.js b/src/data/rickandmorty/rickandmorty.js
deleted file mode 100644
index e6a9b0de..00000000
--- a/src/data/rickandmorty/rickandmorty.js
+++ /dev/null
@@ -1,11165 +0,0 @@
-export default {
- "info": {
- "count": 493,
- "pages": 25,
- "next": "https://rickandmortyapi.com/api/character/?page=2",
- "prev": ""
- },
- "results": [
- {
- "id": 1,
- "name": "Rick Sanchez",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/1.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/1",
- "https://rickandmortyapi.com/api/episode/2",
- "https://rickandmortyapi.com/api/episode/3",
- "https://rickandmortyapi.com/api/episode/4",
- "https://rickandmortyapi.com/api/episode/5",
- "https://rickandmortyapi.com/api/episode/6",
- "https://rickandmortyapi.com/api/episode/7",
- "https://rickandmortyapi.com/api/episode/8",
- "https://rickandmortyapi.com/api/episode/9",
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/12",
- "https://rickandmortyapi.com/api/episode/13",
- "https://rickandmortyapi.com/api/episode/14",
- "https://rickandmortyapi.com/api/episode/15",
- "https://rickandmortyapi.com/api/episode/16",
- "https://rickandmortyapi.com/api/episode/17",
- "https://rickandmortyapi.com/api/episode/18",
- "https://rickandmortyapi.com/api/episode/19",
- "https://rickandmortyapi.com/api/episode/20",
- "https://rickandmortyapi.com/api/episode/21",
- "https://rickandmortyapi.com/api/episode/22",
- "https://rickandmortyapi.com/api/episode/23",
- "https://rickandmortyapi.com/api/episode/24",
- "https://rickandmortyapi.com/api/episode/25",
- "https://rickandmortyapi.com/api/episode/26",
- "https://rickandmortyapi.com/api/episode/27",
- "https://rickandmortyapi.com/api/episode/28",
- "https://rickandmortyapi.com/api/episode/29",
- "https://rickandmortyapi.com/api/episode/30",
- "https://rickandmortyapi.com/api/episode/31"
- ],
- "url": "https://rickandmortyapi.com/api/character/1",
- "created": "2017-11-04T18:48:46.250Z"
- },
- {
- "id": 2,
- "name": "Morty Smith",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/2.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/1",
- "https://rickandmortyapi.com/api/episode/2",
- "https://rickandmortyapi.com/api/episode/3",
- "https://rickandmortyapi.com/api/episode/4",
- "https://rickandmortyapi.com/api/episode/5",
- "https://rickandmortyapi.com/api/episode/6",
- "https://rickandmortyapi.com/api/episode/7",
- "https://rickandmortyapi.com/api/episode/8",
- "https://rickandmortyapi.com/api/episode/9",
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/12",
- "https://rickandmortyapi.com/api/episode/13",
- "https://rickandmortyapi.com/api/episode/14",
- "https://rickandmortyapi.com/api/episode/15",
- "https://rickandmortyapi.com/api/episode/16",
- "https://rickandmortyapi.com/api/episode/17",
- "https://rickandmortyapi.com/api/episode/18",
- "https://rickandmortyapi.com/api/episode/19",
- "https://rickandmortyapi.com/api/episode/20",
- "https://rickandmortyapi.com/api/episode/21",
- "https://rickandmortyapi.com/api/episode/22",
- "https://rickandmortyapi.com/api/episode/23",
- "https://rickandmortyapi.com/api/episode/24",
- "https://rickandmortyapi.com/api/episode/25",
- "https://rickandmortyapi.com/api/episode/26",
- "https://rickandmortyapi.com/api/episode/27",
- "https://rickandmortyapi.com/api/episode/28",
- "https://rickandmortyapi.com/api/episode/29",
- "https://rickandmortyapi.com/api/episode/30",
- "https://rickandmortyapi.com/api/episode/31"
- ],
- "url": "https://rickandmortyapi.com/api/character/2",
- "created": "2017-11-04T18:50:21.651Z"
- },
- {
- "id": 3,
- "name": "Summer Smith",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/3.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/6",
- "https://rickandmortyapi.com/api/episode/7",
- "https://rickandmortyapi.com/api/episode/8",
- "https://rickandmortyapi.com/api/episode/9",
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/12",
- "https://rickandmortyapi.com/api/episode/14",
- "https://rickandmortyapi.com/api/episode/15",
- "https://rickandmortyapi.com/api/episode/16",
- "https://rickandmortyapi.com/api/episode/17",
- "https://rickandmortyapi.com/api/episode/18",
- "https://rickandmortyapi.com/api/episode/19",
- "https://rickandmortyapi.com/api/episode/20",
- "https://rickandmortyapi.com/api/episode/21",
- "https://rickandmortyapi.com/api/episode/22",
- "https://rickandmortyapi.com/api/episode/23",
- "https://rickandmortyapi.com/api/episode/24",
- "https://rickandmortyapi.com/api/episode/25",
- "https://rickandmortyapi.com/api/episode/26",
- "https://rickandmortyapi.com/api/episode/27",
- "https://rickandmortyapi.com/api/episode/29",
- "https://rickandmortyapi.com/api/episode/30",
- "https://rickandmortyapi.com/api/episode/31"
- ],
- "url": "https://rickandmortyapi.com/api/character/3",
- "created": "2017-11-04T19:09:56.428Z"
- },
- {
- "id": 4,
- "name": "Beth Smith",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/4.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/6",
- "https://rickandmortyapi.com/api/episode/7",
- "https://rickandmortyapi.com/api/episode/8",
- "https://rickandmortyapi.com/api/episode/9",
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/12",
- "https://rickandmortyapi.com/api/episode/14",
- "https://rickandmortyapi.com/api/episode/15",
- "https://rickandmortyapi.com/api/episode/16",
- "https://rickandmortyapi.com/api/episode/18",
- "https://rickandmortyapi.com/api/episode/19",
- "https://rickandmortyapi.com/api/episode/20",
- "https://rickandmortyapi.com/api/episode/21",
- "https://rickandmortyapi.com/api/episode/22",
- "https://rickandmortyapi.com/api/episode/23",
- "https://rickandmortyapi.com/api/episode/24",
- "https://rickandmortyapi.com/api/episode/25",
- "https://rickandmortyapi.com/api/episode/26",
- "https://rickandmortyapi.com/api/episode/27",
- "https://rickandmortyapi.com/api/episode/28",
- "https://rickandmortyapi.com/api/episode/29",
- "https://rickandmortyapi.com/api/episode/30",
- "https://rickandmortyapi.com/api/episode/31"
- ],
- "url": "https://rickandmortyapi.com/api/character/4",
- "created": "2017-11-04T19:22:43.665Z"
- },
- {
- "id": 5,
- "name": "Jerry Smith",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/5.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/6",
- "https://rickandmortyapi.com/api/episode/7",
- "https://rickandmortyapi.com/api/episode/8",
- "https://rickandmortyapi.com/api/episode/9",
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/12",
- "https://rickandmortyapi.com/api/episode/13",
- "https://rickandmortyapi.com/api/episode/14",
- "https://rickandmortyapi.com/api/episode/15",
- "https://rickandmortyapi.com/api/episode/16",
- "https://rickandmortyapi.com/api/episode/18",
- "https://rickandmortyapi.com/api/episode/19",
- "https://rickandmortyapi.com/api/episode/20",
- "https://rickandmortyapi.com/api/episode/21",
- "https://rickandmortyapi.com/api/episode/22",
- "https://rickandmortyapi.com/api/episode/23",
- "https://rickandmortyapi.com/api/episode/26",
- "https://rickandmortyapi.com/api/episode/29",
- "https://rickandmortyapi.com/api/episode/30",
- "https://rickandmortyapi.com/api/episode/31"
- ],
- "url": "https://rickandmortyapi.com/api/character/5",
- "created": "2017-11-04T19:26:56.301Z"
- },
- {
- "id": 6,
- "name": "Abadango Cluster Princess",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Abadango",
- "url": "https://rickandmortyapi.com/api/location/2"
- },
- "location": {
- "name": "Abadango",
- "url": "https://rickandmortyapi.com/api/location/2"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/6.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/27"
- ],
- "url": "https://rickandmortyapi.com/api/character/6",
- "created": "2017-11-04T19:50:28.250Z"
- },
- {
- "id": 7,
- "name": "Abradolf Lincler",
- "status": "unknown",
- "species": "Human",
- "type": "Genetic experiment",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Testicle Monster Dimension",
- "url": "https://rickandmortyapi.com/api/location/21"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/7.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/11"
- ],
- "url": "https://rickandmortyapi.com/api/character/7",
- "created": "2017-11-04T19:59:20.523Z"
- },
- {
- "id": 8,
- "name": "Adjudicator Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/8.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/8",
- "created": "2017-11-04T20:03:34.737Z"
- },
- {
- "id": 9,
- "name": "Agency Director",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/9.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/24"
- ],
- "url": "https://rickandmortyapi.com/api/character/9",
- "created": "2017-11-04T20:06:54.976Z"
- },
- {
- "id": 10,
- "name": "Alan Rails",
- "status": "Dead",
- "species": "Human",
- "type": "Superhuman (Ghost trains summoner)",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Worldender's lair",
- "url": "https://rickandmortyapi.com/api/location/4"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/10.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/10",
- "created": "2017-11-04T20:19:09.017Z"
- },
- {
- "id": 11,
- "name": "Albert Einstein",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/11.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/12"
- ],
- "url": "https://rickandmortyapi.com/api/character/11",
- "created": "2017-11-04T20:20:20.965Z"
- },
- {
- "id": 12,
- "name": "Alexander",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Anatomy Park",
- "url": "https://rickandmortyapi.com/api/location/5"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/12.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/3"
- ],
- "url": "https://rickandmortyapi.com/api/character/12",
- "created": "2017-11-04T20:32:33.144Z"
- },
- {
- "id": 13,
- "name": "Alien Googah",
- "status": "unknown",
- "species": "Alien",
- "type": "",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/13.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/31"
- ],
- "url": "https://rickandmortyapi.com/api/character/13",
- "created": "2017-11-04T20:33:30.779Z"
- },
- {
- "id": 14,
- "name": "Alien Morty",
- "status": "unknown",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/14.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/14",
- "created": "2017-11-04T20:51:31.373Z"
- },
- {
- "id": 15,
- "name": "Alien Rick",
- "status": "unknown",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/15.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/15",
- "created": "2017-11-04T20:56:13.215Z"
- },
- {
- "id": 16,
- "name": "Amish Cyborg",
- "status": "Dead",
- "species": "Alien",
- "type": "Parasite, Cyborg",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/16.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/15"
- ],
- "url": "https://rickandmortyapi.com/api/character/16",
- "created": "2017-11-04T21:12:45.235Z"
- },
- {
- "id": 17,
- "name": "Annie",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Anatomy Park",
- "url": "https://rickandmortyapi.com/api/location/5"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/17.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/3"
- ],
- "url": "https://rickandmortyapi.com/api/character/17",
- "created": "2017-11-04T22:21:24.481Z"
- },
- {
- "id": 18,
- "name": "Antenna Morty",
- "status": "Alive",
- "species": "Human",
- "type": "Human with antennae",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/18.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/18",
- "created": "2017-11-04T22:25:29.008Z"
- },
- {
- "id": 19,
- "name": "Antenna Rick",
- "status": "unknown",
- "species": "Human",
- "type": "Human with antennae",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/19.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/19",
- "created": "2017-11-04T22:28:13.756Z"
- },
- {
- "id": 20,
- "name": "Ants in my Eyes Johnson",
- "status": "unknown",
- "species": "Human",
- "type": "Human with ants in his eyes",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/20.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/20",
- "created": "2017-11-04T22:34:53.659Z"
- },
- {
- "id": 21,
- "name": "Aqua Morty",
- "status": "unknown",
- "species": "Humanoid",
- "type": "Fish-Person",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/21.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/21",
- "created": "2017-11-04T22:39:48.055Z"
- },
- {
- "id": 22,
- "name": "Aqua Rick",
- "status": "unknown",
- "species": "Humanoid",
- "type": "Fish-Person",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/22.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/22",
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/22",
- "created": "2017-11-04T22:41:07.171Z"
- },
- {
- "id": 23,
- "name": "Arcade Alien",
- "status": "unknown",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Immortality Field Resort",
- "url": "https://rickandmortyapi.com/api/location/7"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/23.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13",
- "https://rickandmortyapi.com/api/episode/19",
- "https://rickandmortyapi.com/api/episode/21",
- "https://rickandmortyapi.com/api/episode/25",
- "https://rickandmortyapi.com/api/episode/26"
- ],
- "url": "https://rickandmortyapi.com/api/character/23",
- "created": "2017-11-05T08:43:05.095Z"
- },
- {
- "id": 24,
- "name": "Armagheadon",
- "status": "Alive",
- "species": "Alien",
- "type": "Cromulon",
- "gender": "Male",
- "origin": {
- "name": "Signus 5 Expanse",
- "url": "https://rickandmortyapi.com/api/location/22"
- },
- "location": {
- "name": "Signus 5 Expanse",
- "url": "https://rickandmortyapi.com/api/location/22"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/24.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/16"
- ],
- "url": "https://rickandmortyapi.com/api/character/24",
- "created": "2017-11-05T08:48:30.776Z"
- },
- {
- "id": 25,
- "name": "Armothy",
- "status": "Dead",
- "species": "unknown",
- "type": "Self-aware arm",
- "gender": "Male",
- "origin": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "location": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/25.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/23"
- ],
- "url": "https://rickandmortyapi.com/api/character/25",
- "created": "2017-11-05T08:54:29.343Z"
- },
- {
- "id": 26,
- "name": "Arthricia",
- "status": "Alive",
- "species": "Alien",
- "type": "Cat-Person",
- "gender": "Female",
- "origin": {
- "name": "Purge Planet",
- "url": "https://rickandmortyapi.com/api/location/9"
- },
- "location": {
- "name": "Purge Planet",
- "url": "https://rickandmortyapi.com/api/location/9"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/26.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/20"
- ],
- "url": "https://rickandmortyapi.com/api/character/26",
- "created": "2017-11-05T08:56:46.165Z"
- },
- {
- "id": 27,
- "name": "Artist Morty",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/27.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/27",
- "created": "2017-11-05T08:59:07.457Z"
- },
- {
- "id": 28,
- "name": "Attila Starwar",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/28.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8",
- "https://rickandmortyapi.com/api/episode/13",
- "https://rickandmortyapi.com/api/episode/17"
- ],
- "url": "https://rickandmortyapi.com/api/character/28",
- "created": "2017-11-05T09:02:16.595Z"
- },
- {
- "id": 29,
- "name": "Baby Legs",
- "status": "Alive",
- "species": "Human",
- "type": "Human with baby legs",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/29.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/29",
- "created": "2017-11-05T09:06:19.644Z"
- },
- {
- "id": 30,
- "name": "Baby Poopybutthole",
- "status": "Alive",
- "species": "Poopybutthole",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/30.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/31"
- ],
- "url": "https://rickandmortyapi.com/api/character/30",
- "created": "2017-11-05T09:13:16.483Z"
- },
- {
- "id": 31,
- "name": "Baby Wizard",
- "status": "Dead",
- "species": "Alien",
- "type": "Parasite",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/31.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/15"
- ],
- "url": "https://rickandmortyapi.com/api/character/31",
- "created": "2017-11-05T09:15:11.286Z"
- },
- {
- "id": 32,
- "name": "Bearded Lady",
- "status": "Dead",
- "species": "Alien",
- "type": "Parasite",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/32.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/15"
- ],
- "url": "https://rickandmortyapi.com/api/character/32",
- "created": "2017-11-05T09:18:04.184Z"
- },
- {
- "id": 33,
- "name": "Beebo",
- "status": "Dead",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Venzenulon 7",
- "url": "https://rickandmortyapi.com/api/location/10"
- },
- "location": {
- "name": "Venzenulon 7",
- "url": "https://rickandmortyapi.com/api/location/10"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/33.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/29"
- ],
- "url": "https://rickandmortyapi.com/api/character/33",
- "created": "2017-11-05T09:21:55.595Z"
- },
- {
- "id": 34,
- "name": "Benjamin",
- "status": "Alive",
- "species": "Poopybutthole",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/34.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8",
- "https://rickandmortyapi.com/api/episode/13",
- "https://rickandmortyapi.com/api/episode/17"
- ],
- "url": "https://rickandmortyapi.com/api/character/34",
- "created": "2017-11-05T09:24:04.748Z"
- },
- {
- "id": 35,
- "name": "Bepisian",
- "status": "Alive",
- "species": "Alien",
- "type": "Bepisian",
- "gender": "unknown",
- "origin": {
- "name": "Bepis 9",
- "url": "https://rickandmortyapi.com/api/location/11"
- },
- "location": {
- "name": "Bepis 9",
- "url": "https://rickandmortyapi.com/api/location/11"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/35.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/1",
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/19",
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/35",
- "created": "2017-11-05T09:27:38.491Z"
- },
- {
- "id": 36,
- "name": "Beta-Seven",
- "status": "Alive",
- "species": "Alien",
- "type": "Hivemind",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/36.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/14"
- ],
- "url": "https://rickandmortyapi.com/api/character/36",
- "created": "2017-11-05T09:31:08.952Z"
- },
- {
- "id": 37,
- "name": "Beth Sanchez",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (C-500A)",
- "url": "https://rickandmortyapi.com/api/location/23"
- },
- "location": {
- "name": "Earth (C-500A)",
- "url": "https://rickandmortyapi.com/api/location/23"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/37.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/37",
- "created": "2017-11-05T09:38:22.960Z"
- },
- {
- "id": 38,
- "name": "Beth Smith",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/38.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/1",
- "https://rickandmortyapi.com/api/episode/2",
- "https://rickandmortyapi.com/api/episode/3",
- "https://rickandmortyapi.com/api/episode/4",
- "https://rickandmortyapi.com/api/episode/5",
- "https://rickandmortyapi.com/api/episode/6",
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/38",
- "created": "2017-11-05T09:48:44.230Z"
- },
- {
- "id": 39,
- "name": "Beth Smith",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (Evil Rick's Target Dimension)",
- "url": "https://rickandmortyapi.com/api/location/34"
- },
- "location": {
- "name": "Earth (Evil Rick's Target Dimension)",
- "url": "https://rickandmortyapi.com/api/location/34"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/39.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/39",
- "created": "2017-11-05T09:52:31.777Z"
- },
- {
- "id": 40,
- "name": "Beth's Mytholog",
- "status": "Dead",
- "species": "Mytholog",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Nuptia 4",
- "url": "https://rickandmortyapi.com/api/location/13"
- },
- "location": {
- "name": "Nuptia 4",
- "url": "https://rickandmortyapi.com/api/location/13"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/40.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/18"
- ],
- "url": "https://rickandmortyapi.com/api/character/40",
- "created": "2017-11-05T10:02:26.701Z"
- },
- {
- "id": 41,
- "name": "Big Boobed Waitress",
- "status": "Alive",
- "species": "Humanoid",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Fantasy World",
- "url": "https://rickandmortyapi.com/api/location/48"
- },
- "location": {
- "name": "Fantasy World",
- "url": "https://rickandmortyapi.com/api/location/48"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/41.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/5"
- ],
- "url": "https://rickandmortyapi.com/api/character/41",
- "created": "2017-11-05T10:13:45.960Z"
- },
- {
- "id": 42,
- "name": "Big Head Morty",
- "status": "unknown",
- "species": "Human",
- "type": "Human with giant head",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/42.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/42",
- "created": "2017-11-05T10:15:53.349Z"
- },
- {
- "id": 43,
- "name": "Big Morty",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/43.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/43",
- "created": "2017-11-05T10:17:04.997Z"
- },
- {
- "id": 44,
- "name": "Body Guard Morty",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/44.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/44",
- "created": "2017-11-05T10:18:11.062Z"
- },
- {
- "id": 45,
- "name": "Bill",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/45.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/3"
- ],
- "url": "https://rickandmortyapi.com/api/character/45",
- "created": "2017-11-05T10:22:27.446Z"
- },
- {
- "id": 46,
- "name": "Bill",
- "status": "unknown",
- "species": "Animal",
- "type": "Dog",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/46.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/2"
- ],
- "url": "https://rickandmortyapi.com/api/character/46",
- "created": "2017-11-05T10:24:38.089Z"
- },
- {
- "id": 47,
- "name": "Birdperson",
- "status": "Dead",
- "species": "Alien",
- "type": "Bird-Person",
- "gender": "Male",
- "origin": {
- "name": "Bird World",
- "url": "https://rickandmortyapi.com/api/location/15"
- },
- "location": {
- "name": "Planet Squanch",
- "url": "https://rickandmortyapi.com/api/location/35"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/47.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/16",
- "https://rickandmortyapi.com/api/episode/21",
- "https://rickandmortyapi.com/api/episode/22",
- "https://rickandmortyapi.com/api/episode/26"
- ],
- "url": "https://rickandmortyapi.com/api/character/47",
- "created": "2017-11-05T11:13:36.018Z"
- },
- {
- "id": 48,
- "name": "Black Rick",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/48.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22",
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/48",
- "created": "2017-11-05T11:15:26.044Z"
- },
- {
- "id": 49,
- "name": "Blamph",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/49.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/49",
- "created": "2017-11-05T11:18:26.702Z"
- },
- {
- "id": 50,
- "name": "Blim Blam",
- "status": "Alive",
- "species": "Alien",
- "type": "Korblock",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/50.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/14"
- ],
- "url": "https://rickandmortyapi.com/api/character/50",
- "created": "2017-11-05T11:21:43.756Z"
- },
- {
- "id": 51,
- "name": "Blue Diplomat",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/51.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/51",
- "created": "2017-11-05T11:24:49.688Z"
- },
- {
- "id": 52,
- "name": "Blue Footprint Guy",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "location": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/52.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/23"
- ],
- "url": "https://rickandmortyapi.com/api/character/52",
- "created": "2017-11-05T11:26:42.084Z"
- },
- {
- "id": 53,
- "name": "Blue Shirt Morty",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/53.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/53",
- "created": "2017-11-05T11:28:38.627Z"
- },
- {
- "id": 54,
- "name": "Bobby Moynihan",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/54.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/54",
- "created": "2017-11-05T11:31:26.348Z"
- },
- {
- "id": 55,
- "name": "Boobloosian",
- "status": "Dead",
- "species": "Alien",
- "type": "Boobloosian",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Nuptia 4",
- "url": "https://rickandmortyapi.com/api/location/13"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/55.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/18",
- "https://rickandmortyapi.com/api/episode/21"
- ],
- "url": "https://rickandmortyapi.com/api/character/55",
- "created": "2017-11-05T11:32:53.847Z"
- },
- {
- "id": 56,
- "name": "Bootleg Portal Chemist Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/56.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/56",
- "created": "2017-11-05T11:34:16.447Z"
- },
- {
- "id": 57,
- "name": "Borpocian",
- "status": "Alive",
- "species": "Alien",
- "type": "Elephant-Person",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/57.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/57",
- "created": "2017-11-05T11:38:29.459Z"
- },
- {
- "id": 58,
- "name": "Brad",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/58.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/6",
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/30"
- ],
- "url": "https://rickandmortyapi.com/api/character/58",
- "created": "2017-11-05T11:40:02.554Z"
- },
- {
- "id": 59,
- "name": "Brad Anderson",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/59.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/7"
- ],
- "url": "https://rickandmortyapi.com/api/character/59",
- "created": "2017-11-05T11:41:38.964Z"
- },
- {
- "id": 60,
- "name": "Calypso",
- "status": "Dead",
- "species": "Human",
- "type": "Superhuman",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/60.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/60",
- "created": "2017-11-05T11:52:45.852Z"
- },
- {
- "id": 61,
- "name": "Campaign Manager Morty",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/61.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/61",
- "created": "2017-11-05T11:53:44.737Z"
- },
- {
- "id": 62,
- "name": "Canklanker Thom",
- "status": "Dead",
- "species": "Alien",
- "type": "Gromflomite",
- "gender": "Male",
- "origin": {
- "name": "Gromflom Prime",
- "url": "https://rickandmortyapi.com/api/location/19"
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/62.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/1"
- ],
- "url": "https://rickandmortyapi.com/api/character/62",
- "created": "2017-11-05T12:06:23.217Z"
- },
- {
- "id": 63,
- "name": "Centaur",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Centaur",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Mr. Goldenfold's dream",
- "url": "https://rickandmortyapi.com/api/location/18"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/63.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/2"
- ],
- "url": "https://rickandmortyapi.com/api/character/63",
- "created": "2017-11-05T12:22:17.848Z"
- },
- {
- "id": 64,
- "name": "Chris",
- "status": "Dead",
- "species": "Alien",
- "type": "Organic gun",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/64.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/12"
- ],
- "url": "https://rickandmortyapi.com/api/character/64",
- "created": "2017-11-05T12:25:03.541Z"
- },
- {
- "id": 65,
- "name": "Chris",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Microverse inhabitant",
- "gender": "Male",
- "origin": {
- "name": "Rick's Battery Microverse",
- "url": "https://rickandmortyapi.com/api/location/24"
- },
- "location": {
- "name": "Rick's Battery Microverse",
- "url": "https://rickandmortyapi.com/api/location/24"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/65.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/17"
- ],
- "url": "https://rickandmortyapi.com/api/character/65",
- "created": "2017-11-30T11:02:41.935Z"
- },
- {
- "id": 66,
- "name": "Coach Feratu (Balik Alistane)",
- "status": "Dead",
- "species": "Vampire",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/66.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/18"
- ],
- "url": "https://rickandmortyapi.com/api/character/66",
- "created": "2017-11-30T11:10:10.491Z"
- },
- {
- "id": 67,
- "name": "Collector",
- "status": "Alive",
- "species": "Alien",
- "type": "Light bulb-Alien",
- "gender": "Male",
- "origin": {
- "name": "The Menagerie",
- "url": "https://rickandmortyapi.com/api/location/25"
- },
- "location": {
- "name": "The Menagerie",
- "url": "https://rickandmortyapi.com/api/location/25"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/67.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/29"
- ],
- "url": "https://rickandmortyapi.com/api/character/67",
- "created": "2017-11-30T11:13:46.785Z"
- },
- {
- "id": 68,
- "name": "Colossus",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "location": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/68.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/23"
- ],
- "url": "https://rickandmortyapi.com/api/character/68",
- "created": "2017-11-30T11:17:32.733Z"
- },
- {
- "id": 69,
- "name": "Commander Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/69.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/69",
- "created": "2017-11-30T11:28:06.461Z"
- },
- {
- "id": 70,
- "name": "Concerto",
- "status": "Dead",
- "species": "Humanoid",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/70.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/24"
- ],
- "url": "https://rickandmortyapi.com/api/character/70",
- "created": "2017-11-30T11:31:41.926Z"
- },
- {
- "id": 71,
- "name": "Conroy",
- "status": "Dead",
- "species": "Robot",
- "type": "",
- "gender": "unknown",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/71.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/71",
- "created": "2017-11-30T11:35:50.183Z"
- },
- {
- "id": 72,
- "name": "Cool Rick",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (K-83)",
- "url": "https://rickandmortyapi.com/api/location/26"
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/72.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/72",
- "created": "2017-11-30T11:41:11.542Z"
- },
- {
- "id": 73,
- "name": "Cop Morty",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/73.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/73",
- "created": "2017-11-30T11:43:04.217Z"
- },
- {
- "id": 74,
- "name": "Cop Rick",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/74.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/74",
- "created": "2017-11-30T11:48:18.950Z"
- },
- {
- "id": 75,
- "name": "Courier Flap",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Planet Squanch",
- "url": "https://rickandmortyapi.com/api/location/35"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/75.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/21"
- ],
- "url": "https://rickandmortyapi.com/api/character/75",
- "created": "2017-11-30T12:12:57.553Z"
- },
- {
- "id": 76,
- "name": "Cousin Nicky",
- "status": "Dead",
- "species": "Alien",
- "type": "Parasite",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/76.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/15"
- ],
- "url": "https://rickandmortyapi.com/api/character/76",
- "created": "2017-11-30T14:11:52.882Z"
- },
- {
- "id": 77,
- "name": "Cowboy Morty",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/77.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/77",
- "created": "2017-11-30T14:13:17.371Z"
- },
- {
- "id": 78,
- "name": "Cowboy Rick",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/78.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/78",
- "created": "2017-11-30T14:15:18.347Z"
- },
- {
- "id": 79,
- "name": "Crab Spider",
- "status": "Alive",
- "species": "Alien",
- "type": "Animal",
- "gender": "unknown",
- "origin": {
- "name": "Hideout Planet",
- "url": "https://rickandmortyapi.com/api/location/27"
- },
- "location": {
- "name": "Hideout Planet",
- "url": "https://rickandmortyapi.com/api/location/27"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/79.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/79",
- "created": "2017-11-30T14:18:16.899Z"
- },
- {
- "id": 80,
- "name": "Creepy Little Girl",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Mr. Goldenfold's dream",
- "url": "https://rickandmortyapi.com/api/location/18"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/80.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/2"
- ],
- "url": "https://rickandmortyapi.com/api/character/80",
- "created": "2017-11-30T14:20:35.772Z"
- },
- {
- "id": 81,
- "name": "Crocubot",
- "status": "Dead",
- "species": "Humanoid",
- "type": "Robot-Crocodile hybrid",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Worldender's lair",
- "url": "https://rickandmortyapi.com/api/location/4"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/81.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/81",
- "created": "2017-11-30T14:23:41.053Z"
- },
- {
- "id": 82,
- "name": "Cronenberg Rick",
- "status": "unknown",
- "species": "Cronenberg",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Cronenberg Earth",
- "url": "https://rickandmortyapi.com/api/location/12"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/82.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/6",
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/82",
- "created": "2017-11-30T14:28:54.596Z"
- },
- {
- "id": 83,
- "name": "Cronenberg Morty",
- "status": "unknown",
- "species": "Cronenberg",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Cronenberg Earth",
- "url": "https://rickandmortyapi.com/api/location/12"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/83.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/6",
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/83",
- "created": "2017-11-30T20:02:29.204Z"
- },
- {
- "id": 84,
- "name": "Cult Leader Morty",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Hideout Planet",
- "url": "https://rickandmortyapi.com/api/location/27"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/84.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/84",
- "created": "2017-11-30T20:41:48.080Z"
- },
- {
- "id": 85,
- "name": "Cyclops Morty",
- "status": "Alive",
- "species": "Humanoid",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/85.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/85",
- "created": "2017-11-30T20:49:52.133Z"
- },
- {
- "id": 86,
- "name": "Cyclops Rick",
- "status": "Dead",
- "species": "Humanoid",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/86.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/22",
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/86",
- "created": "2017-11-30T20:53:10.382Z"
- },
- {
- "id": 87,
- "name": "Cynthia",
- "status": "Dead",
- "species": "Alien",
- "type": "Zigerion",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Zigerion's Base",
- "url": "https://rickandmortyapi.com/api/location/46"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/87.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/4"
- ],
- "url": "https://rickandmortyapi.com/api/character/87",
- "created": "2017-11-30T21:08:32.534Z"
- },
- {
- "id": 88,
- "name": "Cynthia",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/88.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8",
- "https://rickandmortyapi.com/api/episode/9",
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/88",
- "created": "2017-11-30T21:16:35.633Z"
- },
- {
- "id": 89,
- "name": "Dale",
- "status": "Dead",
- "species": "Humanoid",
- "type": "Giant",
- "gender": "Male",
- "origin": {
- "name": "Giant's Town",
- "url": "https://rickandmortyapi.com/api/location/14"
- },
- "location": {
- "name": "Giant's Town",
- "url": "https://rickandmortyapi.com/api/location/14"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/89.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/5"
- ],
- "url": "https://rickandmortyapi.com/api/character/89",
- "created": "2017-12-01T10:32:08.340Z"
- },
- {
- "id": 90,
- "name": "Daron Jefferson",
- "status": "Alive",
- "species": "Alien",
- "type": "Cone-nippled alien",
- "gender": "Male",
- "origin": {
- "name": "Unity's Planet",
- "url": "https://rickandmortyapi.com/api/location/28"
- },
- "location": {
- "name": "Unity's Planet",
- "url": "https://rickandmortyapi.com/api/location/28"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/90.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/14"
- ],
- "url": "https://rickandmortyapi.com/api/character/90",
- "created": "2017-12-01T10:54:34.736Z"
- },
- {
- "id": 91,
- "name": "David Letterman",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-500A)",
- "url": "https://rickandmortyapi.com/api/location/23"
- },
- "location": {
- "name": "Earth (C-500A)",
- "url": "https://rickandmortyapi.com/api/location/23"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/91.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/91",
- "created": "2017-12-01T11:12:25.105Z"
- },
- {
- "id": 92,
- "name": "Davin",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/92.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/1",
- "https://rickandmortyapi.com/api/episode/6"
- ],
- "url": "https://rickandmortyapi.com/api/character/92",
- "created": "2017-12-01T11:20:51.247Z"
- },
- {
- "id": 93,
- "name": "Diablo Verde",
- "status": "Dead",
- "species": "Humanoid",
- "type": "Demon",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Dorian 5",
- "url": "https://rickandmortyapi.com/api/location/29"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/93.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/93",
- "created": "2017-12-01T11:36:16.467Z"
- },
- {
- "id": 94,
- "name": "Diane Sanchez",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (Unknown dimension)",
- "url": "https://rickandmortyapi.com/api/location/30"
- },
- "location": {
- "name": "Earth (Unknown dimension)",
- "url": "https://rickandmortyapi.com/api/location/30"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/94.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/94",
- "created": "2017-12-01T11:49:43.929Z"
- },
- {
- "id": 95,
- "name": "Dipper and Mabel Mortys",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/95.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/95",
- "created": "2017-12-01T11:54:36.670Z"
- },
- {
- "id": 96,
- "name": "Tuberculosis",
- "status": "Dead",
- "species": "Disease",
- "type": "",
- "gender": "unknown",
- "origin": {
- "name": "Anatomy Park",
- "url": "https://rickandmortyapi.com/api/location/5"
- },
- "location": {
- "name": "Anatomy Park",
- "url": "https://rickandmortyapi.com/api/location/5"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/96.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/3"
- ],
- "url": "https://rickandmortyapi.com/api/character/96",
- "created": "2017-12-01T11:59:04.796Z"
- },
- {
- "id": 97,
- "name": "Gonorrhea",
- "status": "Dead",
- "species": "Disease",
- "type": "",
- "gender": "unknown",
- "origin": {
- "name": "Anatomy Park",
- "url": "https://rickandmortyapi.com/api/location/5"
- },
- "location": {
- "name": "Anatomy Park",
- "url": "https://rickandmortyapi.com/api/location/5"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/97.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/3"
- ],
- "url": "https://rickandmortyapi.com/api/character/97",
- "created": "2017-12-01T12:00:27.028Z"
- },
- {
- "id": 98,
- "name": "Hepatitis A",
- "status": "Dead",
- "species": "Disease",
- "type": "",
- "gender": "unknown",
- "origin": {
- "name": "Anatomy Park",
- "url": "https://rickandmortyapi.com/api/location/5"
- },
- "location": {
- "name": "Anatomy Park",
- "url": "https://rickandmortyapi.com/api/location/5"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/98.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/3"
- ],
- "url": "https://rickandmortyapi.com/api/character/98",
- "created": "2017-12-01T12:01:43.742Z"
- },
- {
- "id": 99,
- "name": "Hepatitis C",
- "status": "Dead",
- "species": "Disease",
- "type": "",
- "gender": "unknown",
- "origin": {
- "name": "Anatomy Park",
- "url": "https://rickandmortyapi.com/api/location/5"
- },
- "location": {
- "name": "Anatomy Park",
- "url": "https://rickandmortyapi.com/api/location/5"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/99.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/3"
- ],
- "url": "https://rickandmortyapi.com/api/character/99",
- "created": "2017-12-01T12:02:00.935Z"
- },
- {
- "id": 100,
- "name": "Bubonic Plague",
- "status": "Dead",
- "species": "Disease",
- "type": "",
- "gender": "unknown",
- "origin": {
- "name": "Anatomy Park",
- "url": "https://rickandmortyapi.com/api/location/5"
- },
- "location": {
- "name": "Anatomy Park",
- "url": "https://rickandmortyapi.com/api/location/5"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/100.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/3"
- ],
- "url": "https://rickandmortyapi.com/api/character/100",
- "created": "2017-12-01T12:02:21.611Z"
- },
- {
- "id": 101,
- "name": "E. Coli",
- "status": "Dead",
- "species": "Disease",
- "type": "",
- "gender": "unknown",
- "origin": {
- "name": "Anatomy Park",
- "url": "https://rickandmortyapi.com/api/location/5"
- },
- "location": {
- "name": "Anatomy Park",
- "url": "https://rickandmortyapi.com/api/location/5"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/101.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/3"
- ],
- "url": "https://rickandmortyapi.com/api/character/101",
- "created": "2017-12-01T12:03:31.433Z"
- },
- {
- "id": 102,
- "name": "Donna Gueterman",
- "status": "Dead",
- "species": "Robot",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Planet Squanch",
- "url": "https://rickandmortyapi.com/api/location/35"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/102.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/21"
- ],
- "url": "https://rickandmortyapi.com/api/character/102",
- "created": "2017-12-01T12:21:21.357Z"
- },
- {
- "id": 103,
- "name": "Doofus Rick",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (J19ζ7)",
- "url": "https://rickandmortyapi.com/api/location/31"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/103.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/103",
- "created": "2017-12-01T12:29:27.984Z"
- },
- {
- "id": 104,
- "name": "Doom-Nomitron",
- "status": "Dead",
- "species": "Alien",
- "type": "Shapeshifter",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Dorian 5",
- "url": "https://rickandmortyapi.com/api/location/29"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/104.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/104",
- "created": "2017-12-26T12:34:36.758Z"
- },
- {
- "id": 105,
- "name": "Dr. Glip-Glop",
- "status": "Dead",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "St. Gloopy Noops Hospital",
- "url": "https://rickandmortyapi.com/api/location/16"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/105.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/105",
- "created": "2017-12-26T12:39:22.855Z"
- },
- {
- "id": 106,
- "name": "Dr. Schmidt",
- "status": "unknown",
- "species": "Human",
- "type": "Game",
- "gender": "Male",
- "origin": {
- "name": "Roy: A Life Well Lived",
- "url": "https://rickandmortyapi.com/api/location/32"
- },
- "location": {
- "name": "Roy: A Life Well Lived",
- "url": "https://rickandmortyapi.com/api/location/32"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/106.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13"
- ],
- "url": "https://rickandmortyapi.com/api/character/106",
- "created": "2017-12-26T12:46:48.805Z"
- },
- {
- "id": 107,
- "name": "Dr. Wong",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/107.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/24"
- ],
- "url": "https://rickandmortyapi.com/api/character/107",
- "created": "2017-12-26T12:55:58.449Z"
- },
- {
- "id": 108,
- "name": "Dr. Xenon Bloom",
- "status": "Dead",
- "species": "Humanoid",
- "type": "Amoeba-Person",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Anatomy Park",
- "url": "https://rickandmortyapi.com/api/location/5"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/108.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/3"
- ],
- "url": "https://rickandmortyapi.com/api/character/108",
- "created": "2017-12-26T13:14:12.157Z"
- },
- {
- "id": 109,
- "name": "Duck With Muscles",
- "status": "Dead",
- "species": "Parasite",
- "type": "Alien",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/109.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/15"
- ],
- "url": "https://rickandmortyapi.com/api/character/109",
- "created": "2017-12-26T13:17:40.686Z"
- },
- {
- "id": 110,
- "name": "Eli",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "location": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/110.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/23"
- ],
- "url": "https://rickandmortyapi.com/api/character/110",
- "created": "2017-12-26T13:37:27.635Z"
- },
- {
- "id": 111,
- "name": "Eli's Girlfriend",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "location": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/111.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/23"
- ],
- "url": "https://rickandmortyapi.com/api/character/111",
- "created": "2017-12-26T13:38:47.115Z"
- },
- {
- "id": 112,
- "name": "Eric McMan",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/112.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/3"
- ],
- "url": "https://rickandmortyapi.com/api/character/112",
- "created": "2017-12-26T13:40:06.005Z"
- },
- {
- "id": 113,
- "name": "Eric Stoltz Mask Morty",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Eric Stoltz Mask Earth",
- "url": "https://rickandmortyapi.com/api/location/33"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/113.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/113",
- "created": "2017-12-26T13:43:29.296Z"
- },
- {
- "id": 114,
- "name": "Ethan",
- "status": "unknown",
- "species": "Human",
- "type": "Cronenberg",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/114.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/3"
- ],
- "url": "https://rickandmortyapi.com/api/character/114",
- "created": "2017-12-26T16:01:13.904Z"
- },
- {
- "id": 115,
- "name": "Ethan",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/115.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/16",
- "https://rickandmortyapi.com/api/episode/26"
- ],
- "url": "https://rickandmortyapi.com/api/character/115",
- "created": "2017-12-26T16:01:50.939Z"
- },
- {
- "id": 116,
- "name": "Evil Beth Clone",
- "status": "Dead",
- "species": "Human",
- "type": "Clone",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/116.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/5"
- ],
- "url": "https://rickandmortyapi.com/api/character/116",
- "created": "2017-12-26T16:10:47.781Z"
- },
- {
- "id": 117,
- "name": "Evil Jerry Clone",
- "status": "Dead",
- "species": "Human",
- "type": "Clone",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/117.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/5"
- ],
- "url": "https://rickandmortyapi.com/api/character/117",
- "created": "2017-12-26T16:11:15.395Z"
- },
- {
- "id": 118,
- "name": "Evil Morty",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/118.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/118",
- "created": "2017-12-26T16:13:41.103Z"
- },
- {
- "id": 119,
- "name": "Evil Rick",
- "status": "Dead",
- "species": "Humanoid",
- "type": "Robot",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/119.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/119",
- "created": "2017-12-26T16:17:16.472Z"
- },
- {
- "id": 120,
- "name": "Evil Summer Clone",
- "status": "Dead",
- "species": "Human",
- "type": "Clone",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/120.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/5"
- ],
- "url": "https://rickandmortyapi.com/api/character/120",
- "created": "2017-12-26T16:24:02.059Z"
- },
- {
- "id": 121,
- "name": "Eyehole Man",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/121.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/121",
- "created": "2017-12-26T16:41:58.391Z"
- },
- {
- "id": 122,
- "name": "Fart",
- "status": "Dead",
- "species": "Alien",
- "type": "Interdimensional gaseous being",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/122.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13"
- ],
- "url": "https://rickandmortyapi.com/api/character/122",
- "created": "2017-12-26T17:19:40.474Z"
- },
- {
- "id": 123,
- "name": "Fat Morty",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/123.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/123",
- "created": "2017-12-26T17:22:40.315Z"
- },
- {
- "id": 124,
- "name": "Father Bob",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/124.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/16",
- "https://rickandmortyapi.com/api/episode/27"
- ],
- "url": "https://rickandmortyapi.com/api/character/124",
- "created": "2017-12-26T17:31:29.113Z"
- },
- {
- "id": 125,
- "name": "Flansian",
- "status": "Alive",
- "species": "Alien",
- "type": "Flansian",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Planet Squanch",
- "url": "https://rickandmortyapi.com/api/location/35"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/125.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/18",
- "https://rickandmortyapi.com/api/episode/21",
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/125",
- "created": "2017-12-26T17:43:58.410Z"
- },
- {
- "id": 126,
- "name": "Fleeb",
- "status": "unknown",
- "species": "Alien",
- "type": "",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/126.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/126",
- "created": "2017-12-26T18:45:42.593Z"
- },
- {
- "id": 127,
- "name": "Frank Palicky",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/127.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/1"
- ],
- "url": "https://rickandmortyapi.com/api/character/127",
- "created": "2017-12-26T19:22:48.474Z"
- },
- {
- "id": 128,
- "name": "Frankenstein's Monster",
- "status": "Dead",
- "species": "Alien",
- "type": "Parasite",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/128.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/15"
- ],
- "url": "https://rickandmortyapi.com/api/character/128",
- "created": "2017-12-26T19:24:56.679Z"
- },
- {
- "id": 129,
- "name": "Fulgora",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/129.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8",
- "https://rickandmortyapi.com/api/episode/13",
- "https://rickandmortyapi.com/api/episode/17"
- ],
- "url": "https://rickandmortyapi.com/api/character/129",
- "created": "2017-12-26T19:30:02.242Z"
- },
- {
- "id": 130,
- "name": "Galactic Federation President",
- "status": "Dead",
- "species": "Alien",
- "type": "Gromflomite",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/130.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/21"
- ],
- "url": "https://rickandmortyapi.com/api/character/130",
- "created": "2017-12-26T19:49:41.160Z"
- },
- {
- "id": 131,
- "name": "Gar Gloonch",
- "status": "Dead",
- "species": "Alien",
- "type": "Zombodian",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Nuptia 4",
- "url": "https://rickandmortyapi.com/api/location/13"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/131.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13",
- "https://rickandmortyapi.com/api/episode/18",
- "https://rickandmortyapi.com/api/episode/21"
- ],
- "url": "https://rickandmortyapi.com/api/character/131",
- "created": "2017-12-26T19:54:43.476Z"
- },
- {
- "id": 132,
- "name": "Gar's Mytholog",
- "status": "Dead",
- "species": "Mytholog",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Nuptia 4",
- "url": "https://rickandmortyapi.com/api/location/13"
- },
- "location": {
- "name": "Nuptia 4",
- "url": "https://rickandmortyapi.com/api/location/13"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/132.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/18"
- ],
- "url": "https://rickandmortyapi.com/api/character/132",
- "created": "2017-12-26T20:02:38.033Z"
- },
- {
- "id": 133,
- "name": "Garblovian",
- "status": "Alive",
- "species": "Alien",
- "type": "Garblovian",
- "gender": "Male",
- "origin": {
- "name": "Glaagablaaga",
- "url": "https://rickandmortyapi.com/api/location/36"
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/133.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13",
- "https://rickandmortyapi.com/api/episode/19",
- "https://rickandmortyapi.com/api/episode/21"
- ],
- "url": "https://rickandmortyapi.com/api/character/133",
- "created": "2017-12-26T20:30:45.943Z"
- },
- {
- "id": 134,
- "name": "Garmanarnar",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/134.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/134",
- "created": "2017-12-26T20:36:54.577Z"
- },
- {
- "id": 135,
- "name": "Garment District Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/135.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/135",
- "created": "2017-12-26T20:51:43.614Z"
- },
- {
- "id": 136,
- "name": "Gazorpazorpfield",
- "status": "Alive",
- "species": "Alien",
- "type": "Gazorpian",
- "gender": "Male",
- "origin": {
- "name": "Gazorpazorp",
- "url": "https://rickandmortyapi.com/api/location/40"
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/136.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8",
- "https://rickandmortyapi.com/api/episode/13"
- ],
- "url": "https://rickandmortyapi.com/api/character/136",
- "created": "2017-12-27T17:59:59.058Z"
- },
- {
- "id": 137,
- "name": "Gene",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/137.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/26"
- ],
- "url": "https://rickandmortyapi.com/api/character/137",
- "created": "2017-12-27T18:14:57.885Z"
- },
- {
- "id": 138,
- "name": "General Nathan",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/138.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/16"
- ],
- "url": "https://rickandmortyapi.com/api/character/138",
- "created": "2017-12-27T18:22:18.387Z"
- },
- {
- "id": 139,
- "name": "General Store Owner",
- "status": "Dead",
- "species": "Alien",
- "type": "Cat-Person",
- "gender": "Male",
- "origin": {
- "name": "Purge Planet",
- "url": "https://rickandmortyapi.com/api/location/9"
- },
- "location": {
- "name": "Purge Planet",
- "url": "https://rickandmortyapi.com/api/location/9"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/139.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/20"
- ],
- "url": "https://rickandmortyapi.com/api/character/139",
- "created": "2017-12-27T18:41:03.124Z"
- },
- {
- "id": 140,
- "name": "Genital Washer",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "location": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/140.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/23"
- ],
- "url": "https://rickandmortyapi.com/api/character/140",
- "created": "2017-12-27T18:47:44.566Z"
- },
- {
- "id": 141,
- "name": "Ghost in a Jar",
- "status": "Dead",
- "species": "Alien",
- "type": "Parasite, Ghost",
- "gender": "Genderless",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/141.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/15"
- ],
- "url": "https://rickandmortyapi.com/api/character/141",
- "created": "2017-12-27T19:14:14.545Z"
- },
- {
- "id": 142,
- "name": "Gibble Snake",
- "status": "Dead",
- "species": "Alien",
- "type": "Animal",
- "gender": "unknown",
- "origin": {
- "name": "Resort Planet",
- "url": "https://rickandmortyapi.com/api/location/37"
- },
- "location": {
- "name": "Resort Planet",
- "url": "https://rickandmortyapi.com/api/location/37"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/142.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/26"
- ],
- "url": "https://rickandmortyapi.com/api/character/142",
- "created": "2017-12-27T20:16:32.187Z"
- },
- {
- "id": 143,
- "name": "Glasses Morty",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/143.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/143",
- "created": "2017-12-27T20:37:26.134Z"
- },
- {
- "id": 144,
- "name": "Glenn",
- "status": "Dead",
- "species": "Alien",
- "type": "Gromflomite",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Customs",
- "url": "https://rickandmortyapi.com/api/location/38"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/144.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/1"
- ],
- "url": "https://rickandmortyapi.com/api/character/144",
- "created": "2017-12-29T10:37:48.319Z"
- },
- {
- "id": 145,
- "name": "Glenn",
- "status": "Alive",
- "species": "Human",
- "type": "Eat shiter-Person",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/145.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/145",
- "created": "2017-12-29T11:03:43.118Z"
- },
- {
- "id": 146,
- "name": "Glexo Slim Slom",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Nuptia 4",
- "url": "https://rickandmortyapi.com/api/location/13"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/146.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/18"
- ],
- "url": "https://rickandmortyapi.com/api/character/146",
- "created": "2017-12-29T11:28:29.380Z"
- },
- {
- "id": 147,
- "name": "Gobo",
- "status": "Dead",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/147.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/29"
- ],
- "url": "https://rickandmortyapi.com/api/character/147",
- "created": "2017-12-29T11:38:29.578Z"
- },
- {
- "id": 148,
- "name": "Goddess Beth",
- "status": "unknown",
- "species": "Mytholog",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Nuptia 4",
- "url": "https://rickandmortyapi.com/api/location/13"
- },
- "location": {
- "name": "Nuptia 4",
- "url": "https://rickandmortyapi.com/api/location/13"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/148.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/18"
- ],
- "url": "https://rickandmortyapi.com/api/character/148",
- "created": "2017-12-29T11:40:25.135Z"
- },
- {
- "id": 149,
- "name": "Gordon Lunas",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/149.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/29"
- ],
- "url": "https://rickandmortyapi.com/api/character/149",
- "created": "2017-12-29T11:44:00.169Z"
- },
- {
- "id": 150,
- "name": "Cornvelious Daniel",
- "status": "Dead",
- "species": "Alien",
- "type": "Gromflomite",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Galactic Federation Prison",
- "url": "https://rickandmortyapi.com/api/location/39"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/150.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/150",
- "created": "2017-12-29T12:02:33.550Z"
- },
- {
- "id": 151,
- "name": "Gwendolyn",
- "status": "unknown",
- "species": "Robot",
- "type": "Gazorpian reproduction robot",
- "gender": "Female",
- "origin": {
- "name": "Gazorpazorp",
- "url": "https://rickandmortyapi.com/api/location/40"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/151.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/7"
- ],
- "url": "https://rickandmortyapi.com/api/character/151",
- "created": "2017-12-29T12:31:50.388Z"
- },
- {
- "id": 152,
- "name": "Hammerhead Morty",
- "status": "unknown",
- "species": "Humanoid",
- "type": "Hammerhead-Person",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/152.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/152",
- "created": "2017-12-29T15:20:16.842Z"
- },
- {
- "id": 153,
- "name": "Hamster In Butt",
- "status": "Alive",
- "species": "Animal",
- "type": "",
- "gender": "unknown",
- "origin": {
- "name": "Hamster in Butt World",
- "url": "https://rickandmortyapi.com/api/location/41"
- },
- "location": {
- "name": "Hamster in Butt World",
- "url": "https://rickandmortyapi.com/api/location/41"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/153.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8",
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/153",
- "created": "2017-12-29T15:27:54.281Z"
- },
- {
- "id": 154,
- "name": "Hamurai",
- "status": "Dead",
- "species": "Alien",
- "type": "Parasite",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/154.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/15"
- ],
- "url": "https://rickandmortyapi.com/api/character/154",
- "created": "2017-12-29T15:32:05.287Z"
- },
- {
- "id": 155,
- "name": "Harold",
- "status": "Alive",
- "species": "Cronenberg",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/155.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/6"
- ],
- "url": "https://rickandmortyapi.com/api/character/155",
- "created": "2017-12-29T15:41:18.773Z"
- },
- {
- "id": 156,
- "name": "Hemorrhage",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "location": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/156.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/23"
- ],
- "url": "https://rickandmortyapi.com/api/character/156",
- "created": "2017-12-29T15:44:40.083Z"
- },
- {
- "id": 157,
- "name": "Hole in the Wall Where the Men Can See it All",
- "status": "unknown",
- "species": "unknown",
- "type": "Hole",
- "gender": "Genderless",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/157.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/157",
- "created": "2017-12-29T15:47:57.352Z"
- },
- {
- "id": 158,
- "name": "Hookah Alien",
- "status": "Alive",
- "species": "Alien",
- "type": "Tuskfish",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Customs",
- "url": "https://rickandmortyapi.com/api/location/38"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/158.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/1"
- ],
- "url": "https://rickandmortyapi.com/api/character/158",
- "created": "2017-12-29T15:53:48.952Z"
- },
- {
- "id": 159,
- "name": "Hunter",
- "status": "Dead",
- "species": "Human",
- "type": "Clone",
- "gender": "Male",
- "origin": {
- "name": "Earth (Giant Telepathic Spiders Dimension)",
- "url": "https://rickandmortyapi.com/api/location/42"
- },
- "location": {
- "name": "Earth (Giant Telepathic Spiders Dimension)",
- "url": "https://rickandmortyapi.com/api/location/42"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/159.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/17"
- ],
- "url": "https://rickandmortyapi.com/api/character/159",
- "created": "2017-12-29T16:03:28.792Z"
- },
- {
- "id": 160,
- "name": "Hunter's Father",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Giant Telepathic Spiders Dimension)",
- "url": "https://rickandmortyapi.com/api/location/42"
- },
- "location": {
- "name": "Earth (Giant Telepathic Spiders Dimension)",
- "url": "https://rickandmortyapi.com/api/location/42"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/160.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/17"
- ],
- "url": "https://rickandmortyapi.com/api/character/160",
- "created": "2017-12-29T16:07:04.040Z"
- },
- {
- "id": 161,
- "name": "Hydrogen-F",
- "status": "Alive",
- "species": "Alien",
- "type": "Alphabetrian",
- "gender": "Female",
- "origin": {
- "name": "Alphabetrium",
- "url": "https://rickandmortyapi.com/api/location/43"
- },
- "location": {
- "name": "Alphabetrium",
- "url": "https://rickandmortyapi.com/api/location/43"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/161.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/16"
- ],
- "url": "https://rickandmortyapi.com/api/character/161",
- "created": "2017-12-29T16:10:40.290Z"
- },
- {
- "id": 162,
- "name": "Ice-T",
- "status": "Alive",
- "species": "Alien",
- "type": "Alphabetrian",
- "gender": "Male",
- "origin": {
- "name": "Alphabetrium",
- "url": "https://rickandmortyapi.com/api/location/43"
- },
- "location": {
- "name": "Alphabetrium",
- "url": "https://rickandmortyapi.com/api/location/43"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/162.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/16"
- ],
- "url": "https://rickandmortyapi.com/api/character/162",
- "created": "2017-12-29T16:42:59.207Z"
- },
- {
- "id": 163,
- "name": "Ideal Jerry",
- "status": "Dead",
- "species": "Mytholog",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Nuptia 4",
- "url": "https://rickandmortyapi.com/api/location/13"
- },
- "location": {
- "name": "Nuptia 4",
- "url": "https://rickandmortyapi.com/api/location/13"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/163.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/18"
- ],
- "url": "https://rickandmortyapi.com/api/character/163",
- "created": "2017-12-29T16:46:41.345Z"
- },
- {
- "id": 164,
- "name": "Insurance Rick",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/164.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/164",
- "created": "2017-12-29T17:03:08.645Z"
- },
- {
- "id": 165,
- "name": "Investigator Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/165.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/165",
- "created": "2017-12-29T17:05:15.514Z"
- },
- {
- "id": 166,
- "name": "Invisi-trooper",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/166.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/31"
- ],
- "url": "https://rickandmortyapi.com/api/character/166",
- "created": "2017-12-29T17:06:28.325Z"
- },
- {
- "id": 167,
- "name": "Izzy",
- "status": "Alive",
- "species": "Animal",
- "type": "Cat",
- "gender": "unknown",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/167.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/24"
- ],
- "url": "https://rickandmortyapi.com/api/character/167",
- "created": "2017-12-29T17:07:59.024Z"
- },
- {
- "id": 168,
- "name": "Jackie",
- "status": "Alive",
- "species": "Alien",
- "type": "Gazorpian",
- "gender": "Female",
- "origin": {
- "name": "Gazorpazorp",
- "url": "https://rickandmortyapi.com/api/location/40"
- },
- "location": {
- "name": "Gazorpazorp",
- "url": "https://rickandmortyapi.com/api/location/40"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/168.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/7"
- ],
- "url": "https://rickandmortyapi.com/api/character/168",
- "created": "2017-12-29T17:14:03.430Z"
- },
- {
- "id": 169,
- "name": "Jacob",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/169.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/3",
- "https://rickandmortyapi.com/api/episode/15"
- ],
- "url": "https://rickandmortyapi.com/api/character/169",
- "created": "2017-12-29T17:20:52.037Z"
- },
- {
- "id": 170,
- "name": "Jacqueline",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/170.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/27"
- ],
- "url": "https://rickandmortyapi.com/api/character/170",
- "created": "2017-12-29T17:22:17.707Z"
- },
- {
- "id": 171,
- "name": "Jaguar",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/171.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/24"
- ],
- "url": "https://rickandmortyapi.com/api/character/171",
- "created": "2017-12-29T17:25:38.138Z"
- },
- {
- "id": 172,
- "name": "Jamey",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/172.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/16"
- ],
- "url": "https://rickandmortyapi.com/api/character/172",
- "created": "2017-12-29T17:30:20.654Z"
- },
- {
- "id": 173,
- "name": "Jan-Michael Vincent",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/173.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/173",
- "created": "2017-12-29T17:33:23.972Z"
- },
- {
- "id": 174,
- "name": "Jerry 5-126",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (5-126)",
- "url": "https://rickandmortyapi.com/api/location/17"
- },
- "location": {
- "name": "Jerryboree",
- "url": "https://rickandmortyapi.com/api/location/44"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/174.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13"
- ],
- "url": "https://rickandmortyapi.com/api/character/174",
- "created": "2017-12-29T17:50:19.991Z"
- },
- {
- "id": 175,
- "name": "Jerry Smith",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/175.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/1",
- "https://rickandmortyapi.com/api/episode/2",
- "https://rickandmortyapi.com/api/episode/3",
- "https://rickandmortyapi.com/api/episode/4",
- "https://rickandmortyapi.com/api/episode/5",
- "https://rickandmortyapi.com/api/episode/6",
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/175",
- "created": "2017-12-29T18:07:17.610Z"
- },
- {
- "id": 176,
- "name": "Celebrity Jerry",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-500A)",
- "url": "https://rickandmortyapi.com/api/location/23"
- },
- "location": {
- "name": "Earth (C-500A)",
- "url": "https://rickandmortyapi.com/api/location/23"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/176.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/176",
- "created": "2017-12-29T18:25:11.930Z"
- },
- {
- "id": 177,
- "name": "Jerry Smith",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Evil Rick's Target Dimension)",
- "url": "https://rickandmortyapi.com/api/location/34"
- },
- "location": {
- "name": "Earth (Evil Rick's Target Dimension)",
- "url": "https://rickandmortyapi.com/api/location/34"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/177.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/177",
- "created": "2017-12-29T18:28:19.424Z"
- },
- {
- "id": 178,
- "name": "Jerry's Mytholog",
- "status": "Dead",
- "species": "Mytholog",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Nuptia 4",
- "url": "https://rickandmortyapi.com/api/location/13"
- },
- "location": {
- "name": "Nuptia 4",
- "url": "https://rickandmortyapi.com/api/location/13"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/178.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/18"
- ],
- "url": "https://rickandmortyapi.com/api/character/178",
- "created": "2017-12-29T18:29:31.279Z"
- },
- {
- "id": 179,
- "name": "Jessica",
- "status": "Alive",
- "species": "Cronenberg",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/179.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/1",
- "https://rickandmortyapi.com/api/episode/4",
- "https://rickandmortyapi.com/api/episode/6"
- ],
- "url": "https://rickandmortyapi.com/api/character/179",
- "created": "2017-12-29T18:34:37.806Z"
- },
- {
- "id": 180,
- "name": "Jessica",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/180.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/13",
- "https://rickandmortyapi.com/api/episode/17",
- "https://rickandmortyapi.com/api/episode/18",
- "https://rickandmortyapi.com/api/episode/26",
- "https://rickandmortyapi.com/api/episode/27",
- "https://rickandmortyapi.com/api/episode/28",
- "https://rickandmortyapi.com/api/episode/29",
- "https://rickandmortyapi.com/api/episode/30"
- ],
- "url": "https://rickandmortyapi.com/api/character/180",
- "created": "2017-12-29T18:36:27.225Z"
- },
- {
- "id": 181,
- "name": "Jessica's Friend",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/181.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/1",
- "https://rickandmortyapi.com/api/episode/4",
- "https://rickandmortyapi.com/api/episode/6",
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/17",
- "https://rickandmortyapi.com/api/episode/18",
- "https://rickandmortyapi.com/api/episode/25",
- "https://rickandmortyapi.com/api/episode/27"
- ],
- "url": "https://rickandmortyapi.com/api/character/181",
- "created": "2017-12-29T18:47:23.345Z"
- },
- {
- "id": 182,
- "name": "Jim",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/182.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/16"
- ],
- "url": "https://rickandmortyapi.com/api/character/182",
- "created": "2017-12-29T18:49:48.953Z"
- },
- {
- "id": 183,
- "name": "Johnny Depp",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-500A)",
- "url": "https://rickandmortyapi.com/api/location/23"
- },
- "location": {
- "name": "Earth (C-500A)",
- "url": "https://rickandmortyapi.com/api/location/23"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/183.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/183",
- "created": "2017-12-29T18:51:29.693Z"
- },
- {
- "id": 184,
- "name": "Jon",
- "status": "Alive",
- "species": "Alien",
- "type": "Gazorpian",
- "gender": "Male",
- "origin": {
- "name": "Gazorpazorp",
- "url": "https://rickandmortyapi.com/api/location/40"
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/184.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/184",
- "created": "2017-12-29T18:54:04.572Z"
- },
- {
- "id": 185,
- "name": "Joseph Eli Lipkip",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/185.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/30"
- ],
- "url": "https://rickandmortyapi.com/api/character/185",
- "created": "2017-12-29T18:56:15.622Z"
- },
- {
- "id": 186,
- "name": "Joyce Smith",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/186.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/3"
- ],
- "url": "https://rickandmortyapi.com/api/character/186",
- "created": "2017-12-29T18:58:34.530Z"
- },
- {
- "id": 187,
- "name": "Juggling Rick",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/187.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/187",
- "created": "2017-12-29T18:59:47.440Z"
- },
- {
- "id": 188,
- "name": "Karen Entity",
- "status": "Alive",
- "species": "Alien",
- "type": "Unknown-nippled alien",
- "gender": "Female",
- "origin": {
- "name": "Unity's Planet",
- "url": "https://rickandmortyapi.com/api/location/28"
- },
- "location": {
- "name": "Unity's Planet",
- "url": "https://rickandmortyapi.com/api/location/28"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/188.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/14"
- ],
- "url": "https://rickandmortyapi.com/api/character/188",
- "created": "2017-12-29T19:10:16.171Z"
- },
- {
- "id": 189,
- "name": "Katarina",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/189.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/24"
- ],
- "url": "https://rickandmortyapi.com/api/character/189",
- "created": "2017-12-29T19:13:57.070Z"
- },
- {
- "id": 190,
- "name": "Keara",
- "status": "Alive",
- "species": "Alien",
- "type": "Krootabulan",
- "gender": "Female",
- "origin": {
- "name": "Krootabulon",
- "url": "https://rickandmortyapi.com/api/location/45"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/190.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/30"
- ],
- "url": "https://rickandmortyapi.com/api/character/190",
- "created": "2017-12-29T19:26:06.900Z"
- },
- {
- "id": 191,
- "name": "Kevin",
- "status": "Dead",
- "species": "Alien",
- "type": "Zigerion",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Zigerion's Base",
- "url": "https://rickandmortyapi.com/api/location/46"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/191.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/4"
- ],
- "url": "https://rickandmortyapi.com/api/character/191",
- "created": "2017-12-29T19:40:07.816Z"
- },
- {
- "id": 192,
- "name": "King Flippy Nips",
- "status": "Alive",
- "species": "Alien",
- "type": "Plutonian",
- "gender": "Male",
- "origin": {
- "name": "Pluto",
- "url": "https://rickandmortyapi.com/api/location/47"
- },
- "location": {
- "name": "Pluto",
- "url": "https://rickandmortyapi.com/api/location/47"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/192.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/9"
- ],
- "url": "https://rickandmortyapi.com/api/character/192",
- "created": "2017-12-29T19:49:29.297Z"
- },
- {
- "id": 193,
- "name": "King Jellybean",
- "status": "Dead",
- "species": "Alien",
- "type": "Jellybean",
- "gender": "Male",
- "origin": {
- "name": "Fantasy World",
- "url": "https://rickandmortyapi.com/api/location/48"
- },
- "location": {
- "name": "Fantasy World",
- "url": "https://rickandmortyapi.com/api/location/48"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/193.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/5"
- ],
- "url": "https://rickandmortyapi.com/api/character/193",
- "created": "2017-12-29T19:58:44.743Z"
- },
- {
- "id": 194,
- "name": "Kozbian",
- "status": "Alive",
- "species": "Alien",
- "type": "Tentacle alien",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Planet Squanch",
- "url": "https://rickandmortyapi.com/api/location/35"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/194.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/21"
- ],
- "url": "https://rickandmortyapi.com/api/character/194",
- "created": "2017-12-30T12:13:53.878Z"
- },
- {
- "id": 195,
- "name": "Kristen Stewart",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (C-500A)",
- "url": "https://rickandmortyapi.com/api/location/23"
- },
- "location": {
- "name": "Earth (C-500A)",
- "url": "https://rickandmortyapi.com/api/location/23"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/195.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/195",
- "created": "2017-12-30T12:19:16.042Z"
- },
- {
- "id": 196,
- "name": "Krombopulos Michael",
- "status": "Dead",
- "species": "Alien",
- "type": "Gromflomite",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/196.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13"
- ],
- "url": "https://rickandmortyapi.com/api/character/196",
- "created": "2017-12-30T12:28:52.954Z"
- },
- {
- "id": 197,
- "name": "Kyle",
- "status": "Dead",
- "species": "Humanoid",
- "type": "Miniverse inhabitant",
- "gender": "Male",
- "origin": {
- "name": "Zeep Xanflorp's Miniverse",
- "url": "https://rickandmortyapi.com/api/location/49"
- },
- "location": {
- "name": "Kyle's Teenyverse",
- "url": "https://rickandmortyapi.com/api/location/50"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/197.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/17"
- ],
- "url": "https://rickandmortyapi.com/api/character/197",
- "created": "2017-12-30T12:39:09.025Z"
- },
- {
- "id": 198,
- "name": "Lady Katana",
- "status": "Dead",
- "species": "Humanoid",
- "type": "Cyborg",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Dorian 5",
- "url": "https://rickandmortyapi.com/api/location/29"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/198.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/198",
- "created": "2017-12-30T12:43:37.571Z"
- },
- {
- "id": 199,
- "name": "Larva Alien",
- "status": "Alive",
- "species": "Alien",
- "type": "Larva alien",
- "gender": "unknown",
- "origin": {
- "name": "Larva Alien's Planet",
- "url": "https://rickandmortyapi.com/api/location/51"
- },
- "location": {
- "name": "Planet Squanch",
- "url": "https://rickandmortyapi.com/api/location/35"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/199.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/16",
- "https://rickandmortyapi.com/api/episode/19",
- "https://rickandmortyapi.com/api/episode/21"
- ],
- "url": "https://rickandmortyapi.com/api/character/199",
- "created": "2017-12-30T12:48:44.677Z"
- },
- {
- "id": 200,
- "name": "Lawyer Morty",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/200.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/200",
- "created": "2017-12-30T12:49:52.971Z"
- },
- {
- "id": 201,
- "name": "Leonard Smith",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/201.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/3"
- ],
- "url": "https://rickandmortyapi.com/api/character/201",
- "created": "2017-12-30T12:51:27.835Z"
- },
- {
- "id": 202,
- "name": "Lighthouse Keeper",
- "status": "Dead",
- "species": "Alien",
- "type": "Cat-Person",
- "gender": "Male",
- "origin": {
- "name": "Purge Planet",
- "url": "https://rickandmortyapi.com/api/location/9"
- },
- "location": {
- "name": "Purge Planet",
- "url": "https://rickandmortyapi.com/api/location/9"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/202.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/20"
- ],
- "url": "https://rickandmortyapi.com/api/character/202",
- "created": "2017-12-30T12:53:11.937Z"
- },
- {
- "id": 203,
- "name": "Lil B",
- "status": "Dead",
- "species": "Alien",
- "type": "Snail alien",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Planet Squanch",
- "url": "https://rickandmortyapi.com/api/location/35"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/203.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/21"
- ],
- "url": "https://rickandmortyapi.com/api/character/203",
- "created": "2017-12-30T12:54:31.725Z"
- },
- {
- "id": 204,
- "name": "Lisa",
- "status": "Dead",
- "species": "Alien",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Immortality Field Resort",
- "url": "https://rickandmortyapi.com/api/location/7"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/204.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/26"
- ],
- "url": "https://rickandmortyapi.com/api/character/204",
- "created": "2017-12-30T12:59:58.460Z"
- },
- {
- "id": 205,
- "name": "Little Dipper",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Tinymouth",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/205.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/205",
- "created": "2017-12-30T13:03:12.366Z"
- },
- {
- "id": 206,
- "name": "Lizard Morty",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Lizard-Person",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/206.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/206",
- "created": "2017-12-30T13:06:09.094Z"
- },
- {
- "id": 207,
- "name": "Loggins",
- "status": "Alive",
- "species": "Alien",
- "type": "Alligator-Person",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/207.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8",
- "https://rickandmortyapi.com/api/episode/13",
- "https://rickandmortyapi.com/api/episode/17"
- ],
- "url": "https://rickandmortyapi.com/api/character/207",
- "created": "2017-12-30T13:54:28.627Z"
- },
- {
- "id": 208,
- "name": "Logic",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Worldender's lair",
- "url": "https://rickandmortyapi.com/api/location/4"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/208.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/208",
- "created": "2017-12-30T13:58:41.417Z"
- },
- {
- "id": 209,
- "name": "Long Sleeved Morty",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/209.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/209",
- "created": "2017-12-30T14:00:06.755Z"
- },
- {
- "id": 210,
- "name": "Lucy",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/210.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/11"
- ],
- "url": "https://rickandmortyapi.com/api/character/210",
- "created": "2017-12-30T14:01:23.319Z"
- },
- {
- "id": 211,
- "name": "Ma-Sha",
- "status": "Alive",
- "species": "Alien",
- "type": "Gazorpian",
- "gender": "Female",
- "origin": {
- "name": "Gazorpazorp",
- "url": "https://rickandmortyapi.com/api/location/40"
- },
- "location": {
- "name": "Gazorpazorp",
- "url": "https://rickandmortyapi.com/api/location/40"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/211.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/7"
- ],
- "url": "https://rickandmortyapi.com/api/character/211",
- "created": "2017-12-30T14:16:00.484Z"
- },
- {
- "id": 212,
- "name": "Magma-Q",
- "status": "Dead",
- "species": "Alien",
- "type": "Alphabetrian",
- "gender": "Male",
- "origin": {
- "name": "Alphabetrium",
- "url": "https://rickandmortyapi.com/api/location/43"
- },
- "location": {
- "name": "Alphabetrium",
- "url": "https://rickandmortyapi.com/api/location/43"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/212.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/16"
- ],
- "url": "https://rickandmortyapi.com/api/character/212",
- "created": "2017-12-30T14:19:10.419Z"
- },
- {
- "id": 213,
- "name": "Magnesium-J",
- "status": "Alive",
- "species": "Alien",
- "type": "Alphabetrian",
- "gender": "Male",
- "origin": {
- "name": "Alphabetrium",
- "url": "https://rickandmortyapi.com/api/location/43"
- },
- "location": {
- "name": "Alphabetrium",
- "url": "https://rickandmortyapi.com/api/location/43"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/213.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/16"
- ],
- "url": "https://rickandmortyapi.com/api/character/213",
- "created": "2017-12-30T14:21:16.121Z"
- },
- {
- "id": 214,
- "name": "Man Painted Silver Who Makes Robot Noises",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/214.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/214",
- "created": "2017-12-30T14:24:57.993Z"
- },
- {
- "id": 215,
- "name": "Maximums Rickimus",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/215.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/215",
- "created": "2017-12-30T14:27:55.489Z"
- },
- {
- "id": 216,
- "name": "MC Haps",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/216.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/6",
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/216",
- "created": "2017-12-30T14:30:06.479Z"
- },
- {
- "id": 217,
- "name": "Mechanical Morty",
- "status": "Dead",
- "species": "Robot",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/217.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/23"
- ],
- "url": "https://rickandmortyapi.com/api/character/217",
- "created": "2017-12-30T14:32:17.158Z"
- },
- {
- "id": 218,
- "name": "Mechanical Rick",
- "status": "unknown",
- "species": "Robot",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/218.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/23"
- ],
- "url": "https://rickandmortyapi.com/api/character/218",
- "created": "2017-12-30T14:33:16.920Z"
- },
- {
- "id": 219,
- "name": "Mechanical Summer",
- "status": "unknown",
- "species": "Robot",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/219.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/23"
- ],
- "url": "https://rickandmortyapi.com/api/character/219",
- "created": "2017-12-30T14:33:49.392Z"
- },
- {
- "id": 220,
- "name": "Mega Fruit Farmer Rick",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/220.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/220",
- "created": "2017-12-30T14:35:30.736Z"
- },
- {
- "id": 221,
- "name": "Melissa",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Monster",
- "gender": "Female",
- "origin": {
- "name": "Mr. Goldenfold's dream",
- "url": "https://rickandmortyapi.com/api/location/18"
- },
- "location": {
- "name": "Mr. Goldenfold's dream",
- "url": "https://rickandmortyapi.com/api/location/18"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/221.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/2"
- ],
- "url": "https://rickandmortyapi.com/api/character/221",
- "created": "2017-12-30T14:38:04.718Z"
- },
- {
- "id": 222,
- "name": "Michael Denny and the Denny Singers",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/222.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/222",
- "created": "2017-12-30T14:44:05.245Z"
- },
- {
- "id": 223,
- "name": "Michael Jenkins",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/223.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/223",
- "created": "2017-12-30T14:44:51.373Z"
- },
- {
- "id": 224,
- "name": "Michael McLick",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/224.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/224",
- "created": "2017-12-30T15:49:28.666Z"
- },
- {
- "id": 225,
- "name": "Michael Thompson",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Conjoined twin",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/225.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/225",
- "created": "2017-12-30T15:59:31.558Z"
- },
- {
- "id": 226,
- "name": "Million Ants",
- "status": "Dead",
- "species": "Animal",
- "type": "Sentient ant colony",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Worldender's lair",
- "url": "https://rickandmortyapi.com/api/location/4"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/226.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/226",
- "created": "2017-12-30T16:04:56.879Z"
- },
- {
- "id": 227,
- "name": "Mitch",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/227.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/27"
- ],
- "url": "https://rickandmortyapi.com/api/character/227",
- "created": "2017-12-30T16:08:38.157Z"
- },
- {
- "id": 228,
- "name": "Mohawk Guy",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "location": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/228.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/23"
- ],
- "url": "https://rickandmortyapi.com/api/character/228",
- "created": "2017-12-30T16:10:03.881Z"
- },
- {
- "id": 229,
- "name": "Morty Mart Manager Morty",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/229.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/229",
- "created": "2017-12-30T16:12:33.382Z"
- },
- {
- "id": 230,
- "name": "Morty Jr.",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Human Gazorpian",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/230.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/7"
- ],
- "url": "https://rickandmortyapi.com/api/character/230",
- "created": "2017-12-30T16:20:51.391Z"
- },
- {
- "id": 231,
- "name": "Morty Rick",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/231.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/231",
- "created": "2017-12-30T16:23:45.894Z"
- },
- {
- "id": 232,
- "name": "Morty Smith",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Evil Rick's Target Dimension)",
- "url": "https://rickandmortyapi.com/api/location/34"
- },
- "location": {
- "name": "Earth (Evil Rick's Target Dimension)",
- "url": "https://rickandmortyapi.com/api/location/34"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/232.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/232",
- "created": "2017-12-30T16:29:27.863Z"
- },
- {
- "id": 233,
- "name": "Morty K-22",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (K-22)",
- "url": "https://rickandmortyapi.com/api/location/52"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/233.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/233",
- "created": "2017-12-30T16:33:49.577Z"
- },
- {
- "id": 234,
- "name": "Morty Smith",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/234.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/6"
- ],
- "url": "https://rickandmortyapi.com/api/character/234",
- "created": "2017-12-30T16:35:01.223Z"
- },
- {
- "id": 235,
- "name": "Mortytown Loco",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/235.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/235",
- "created": "2017-12-30T16:37:07.150Z"
- },
- {
- "id": 236,
- "name": "Mr. Beauregard",
- "status": "Dead",
- "species": "Alien",
- "type": "Parasite",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/236.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/15"
- ],
- "url": "https://rickandmortyapi.com/api/character/236",
- "created": "2017-12-30T17:28:28.409Z"
- },
- {
- "id": 237,
- "name": "Mr. Benson",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/237.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/12"
- ],
- "url": "https://rickandmortyapi.com/api/character/237",
- "created": "2017-12-30T17:30:31.757Z"
- },
- {
- "id": 238,
- "name": "Mr. Booby Buyer",
- "status": "Alive",
- "species": "Animal",
- "type": "Boobie buyer reptilian",
- "gender": "Male",
- "origin": {
- "name": "Fantasy World",
- "url": "https://rickandmortyapi.com/api/location/48"
- },
- "location": {
- "name": "Fantasy World",
- "url": "https://rickandmortyapi.com/api/location/48"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/238.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/5"
- ],
- "url": "https://rickandmortyapi.com/api/character/238",
- "created": "2017-12-30T17:36:12.853Z"
- },
- {
- "id": 239,
- "name": "Mr. Goldenfold",
- "status": "Alive",
- "species": "Cronenberg",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/239.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/1",
- "https://rickandmortyapi.com/api/episode/2",
- "https://rickandmortyapi.com/api/episode/4",
- "https://rickandmortyapi.com/api/episode/6"
- ],
- "url": "https://rickandmortyapi.com/api/character/239",
- "created": "2017-12-30T17:42:11.894Z"
- },
- {
- "id": 240,
- "name": "Mr. Goldenfold",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/240.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/9",
- "https://rickandmortyapi.com/api/episode/16",
- "https://rickandmortyapi.com/api/episode/17",
- "https://rickandmortyapi.com/api/episode/18",
- "https://rickandmortyapi.com/api/episode/21",
- "https://rickandmortyapi.com/api/episode/22",
- "https://rickandmortyapi.com/api/episode/24",
- "https://rickandmortyapi.com/api/episode/27",
- "https://rickandmortyapi.com/api/episode/30"
- ],
- "url": "https://rickandmortyapi.com/api/character/240",
- "created": "2017-12-30T17:42:56.349Z"
- },
- {
- "id": 241,
- "name": "Mr. Marklovitz",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/241.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/4",
- "https://rickandmortyapi.com/api/episode/16"
- ],
- "url": "https://rickandmortyapi.com/api/character/241",
- "created": "2017-12-30T17:46:19.052Z"
- },
- {
- "id": 242,
- "name": "Mr. Meeseeks",
- "status": "unknown",
- "species": "Humanoid",
- "type": "Meeseeks",
- "gender": "Male",
- "origin": {
- "name": "Mr. Meeseeks Box",
- "url": "https://rickandmortyapi.com/api/location/53"
- },
- "location": {
- "name": "Blips and Chitz",
- "url": "https://rickandmortyapi.com/api/location/67"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/242.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/5",
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/13",
- "https://rickandmortyapi.com/api/episode/29"
- ],
- "url": "https://rickandmortyapi.com/api/character/242",
- "created": "2017-12-30T17:52:12.243Z"
- },
- {
- "id": 243,
- "name": "Mr. Needful",
- "status": "Alive",
- "species": "Humanoid",
- "type": "The Devil",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/243.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/9"
- ],
- "url": "https://rickandmortyapi.com/api/character/243",
- "created": "2017-12-30T17:54:06.996Z"
- },
- {
- "id": 244,
- "name": "Mr. Poopybutthole",
- "status": "Alive",
- "species": "Poopybutthole",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/244.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/15",
- "https://rickandmortyapi.com/api/episode/21",
- "https://rickandmortyapi.com/api/episode/29",
- "https://rickandmortyapi.com/api/episode/30",
- "https://rickandmortyapi.com/api/episode/31"
- ],
- "url": "https://rickandmortyapi.com/api/character/244",
- "created": "2017-12-30T18:03:48.054Z"
- },
- {
- "id": 245,
- "name": "Mrs. Lipkip",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/245.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/30"
- ],
- "url": "https://rickandmortyapi.com/api/character/245",
- "created": "2017-12-30T18:05:59.999Z"
- },
- {
- "id": 246,
- "name": "Mrs. Pancakes",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Mr. Goldenfold's dream",
- "url": "https://rickandmortyapi.com/api/location/18"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/246.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/2",
- "https://rickandmortyapi.com/api/episode/27"
- ],
- "url": "https://rickandmortyapi.com/api/character/246",
- "created": "2017-12-30T18:09:39.304Z"
- },
- {
- "id": 247,
- "name": "Mrs. Poopybutthole",
- "status": "Alive",
- "species": "Poopybutthole",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/247.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/31"
- ],
- "url": "https://rickandmortyapi.com/api/character/247",
- "created": "2017-12-30T18:10:48.293Z"
- },
- {
- "id": 248,
- "name": "Mrs. Refrigerator",
- "status": "Dead",
- "species": "Alien",
- "type": "Parasite, Refrigerator",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/248.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/15"
- ],
- "url": "https://rickandmortyapi.com/api/character/248",
- "created": "2017-12-30T18:12:38.369Z"
- },
- {
- "id": 249,
- "name": "Mrs. Sanchez",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/249.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/1",
- "https://rickandmortyapi.com/api/episode/6",
- "https://rickandmortyapi.com/api/episode/14",
- "https://rickandmortyapi.com/api/episode/30"
- ],
- "url": "https://rickandmortyapi.com/api/character/249",
- "created": "2017-12-30T18:18:10.965Z"
- },
- {
- "id": 250,
- "name": "Mrs. Sullivan",
- "status": "Dead",
- "species": "Human",
- "type": "Cat controlled dead lady",
- "gender": "Female",
- "origin": {
- "name": "Earth (C-500A)",
- "url": "https://rickandmortyapi.com/api/location/23"
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/250.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/250",
- "created": "2017-12-30T18:24:49.372Z"
- },
- {
- "id": 251,
- "name": "Nancy",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/251.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/6",
- "https://rickandmortyapi.com/api/episode/9",
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/25",
- "https://rickandmortyapi.com/api/episode/29"
- ],
- "url": "https://rickandmortyapi.com/api/character/251",
- "created": "2017-12-31T12:46:54.095Z"
- },
- {
- "id": 252,
- "name": "Noob-Noob",
- "status": "Alive",
- "species": "Poopybutthole",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Vindicator's Base",
- "url": "https://rickandmortyapi.com/api/location/54"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/252.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/252",
- "created": "2017-12-31T12:57:37.849Z"
- },
- {
- "id": 253,
- "name": "Numbericon",
- "status": "unknown",
- "species": "Alien",
- "type": "Numbericon",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Alphabetrium",
- "url": "https://rickandmortyapi.com/api/location/43"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/253.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/16"
- ],
- "url": "https://rickandmortyapi.com/api/character/253",
- "created": "2017-12-31T13:04:01.585Z"
- },
- {
- "id": 254,
- "name": "Octopus Man",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Octopus-Person",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/254.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/254",
- "created": "2017-12-31T13:06:35.982Z"
- },
- {
- "id": 255,
- "name": "Orthodox Jew",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/255.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/16"
- ],
- "url": "https://rickandmortyapi.com/api/character/255",
- "created": "2017-12-31T13:19:29.825Z"
- },
- {
- "id": 256,
- "name": "Pat Gueterman",
- "status": "Dead",
- "species": "Robot",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Planet Squanch",
- "url": "https://rickandmortyapi.com/api/location/35"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/256.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/21"
- ],
- "url": "https://rickandmortyapi.com/api/character/256",
- "created": "2017-12-31T13:23:08.567Z"
- },
- {
- "id": 257,
- "name": "Paul Fleishman",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Jerryboree",
- "url": "https://rickandmortyapi.com/api/location/44"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/257.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13"
- ],
- "url": "https://rickandmortyapi.com/api/character/257",
- "created": "2017-12-31T13:23:47.704Z"
- },
- {
- "id": 258,
- "name": "Pawnshop Clerk",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Pawn Shop Planet",
- "url": "https://rickandmortyapi.com/api/location/55"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/258.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/7"
- ],
- "url": "https://rickandmortyapi.com/api/character/258",
- "created": "2017-12-31T13:30:33.611Z"
- },
- {
- "id": 259,
- "name": "Pencilvester",
- "status": "Dead",
- "species": "Alien",
- "type": "Parasite, Pencil",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/259.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/15"
- ],
- "url": "https://rickandmortyapi.com/api/character/259",
- "created": "2017-12-31T13:33:48.488Z"
- },
- {
- "id": 260,
- "name": "Phillip Jacobs",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/260.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/260",
- "created": "2017-12-31T13:34:58.839Z"
- },
- {
- "id": 261,
- "name": "Photography Cyborg",
- "status": "unknown",
- "species": "Robot",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Planet Squanch",
- "url": "https://rickandmortyapi.com/api/location/35"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/261.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/21"
- ],
- "url": "https://rickandmortyapi.com/api/character/261",
- "created": "2017-12-31T13:38:53.640Z"
- },
- {
- "id": 262,
- "name": "Photography Raptor",
- "status": "Dead",
- "species": "Alien",
- "type": "Parasite, Dinosaur",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/262.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/15"
- ],
- "url": "https://rickandmortyapi.com/api/character/262",
- "created": "2017-12-31T13:40:32.312Z"
- },
- {
- "id": 263,
- "name": "Pibbles Bodyguard",
- "status": "Alive",
- "species": "Alien",
- "type": "Hairy alien",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "St. Gloopy Noops Hospital",
- "url": "https://rickandmortyapi.com/api/location/16"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/263.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/263",
- "created": "2017-12-31T13:43:30.513Z"
- },
- {
- "id": 264,
- "name": "Pichael Thompson",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Conjoined twin",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/264.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/264",
- "created": "2017-12-31T13:44:43.176Z"
- },
- {
- "id": 265,
- "name": "Pickle Rick",
- "status": "Alive",
- "species": "unknown",
- "type": "Pickle",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/265.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/24"
- ],
- "url": "https://rickandmortyapi.com/api/character/265",
- "created": "2017-12-31T13:47:10.617Z"
- },
- {
- "id": 266,
- "name": "Piece of Toast",
- "status": "Alive",
- "species": "unknown",
- "type": "Bread",
- "gender": "Genderless",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/266.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8",
- "https://rickandmortyapi.com/api/episode/17"
- ],
- "url": "https://rickandmortyapi.com/api/character/266",
- "created": "2017-12-31T13:48:58.850Z"
- },
- {
- "id": 267,
- "name": "Plumber Rick",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/267.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/267",
- "created": "2017-12-31T13:50:57.337Z"
- },
- {
- "id": 268,
- "name": "Poncho",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Anatomy Park",
- "url": "https://rickandmortyapi.com/api/location/5"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/268.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/3"
- ],
- "url": "https://rickandmortyapi.com/api/character/268",
- "created": "2017-12-31T13:53:25.411Z"
- },
- {
- "id": 269,
- "name": "Presidentress of The Mega Gargantuans",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Mega Gargantuan",
- "gender": "Female",
- "origin": {
- "name": "Mega Gargantuan Kingdom",
- "url": "https://rickandmortyapi.com/api/location/56"
- },
- "location": {
- "name": "Mega Gargantuan Kingdom",
- "url": "https://rickandmortyapi.com/api/location/56"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/269.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/31"
- ],
- "url": "https://rickandmortyapi.com/api/character/269",
- "created": "2017-12-31T14:01:44.995Z"
- },
- {
- "id": 270,
- "name": "Prince Nebulon",
- "status": "Dead",
- "species": "Alien",
- "type": "Zigerion",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Zigerion's Base",
- "url": "https://rickandmortyapi.com/api/location/46"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/270.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/4"
- ],
- "url": "https://rickandmortyapi.com/api/character/270",
- "created": "2017-12-31T14:05:24.406Z"
- },
- {
- "id": 271,
- "name": "Principal Vagina",
- "status": "Alive",
- "species": "Cronenberg",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/271.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/1",
- "https://rickandmortyapi.com/api/episode/5",
- "https://rickandmortyapi.com/api/episode/6"
- ],
- "url": "https://rickandmortyapi.com/api/character/271",
- "created": "2017-12-31T14:08:43.602Z"
- },
- {
- "id": 272,
- "name": "Principal Vagina",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/272.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/9",
- "https://rickandmortyapi.com/api/episode/16",
- "https://rickandmortyapi.com/api/episode/18",
- "https://rickandmortyapi.com/api/episode/24",
- "https://rickandmortyapi.com/api/episode/27",
- "https://rickandmortyapi.com/api/episode/29"
- ],
- "url": "https://rickandmortyapi.com/api/character/272",
- "created": "2017-12-31T14:09:09.071Z"
- },
- {
- "id": 273,
- "name": "Purge Planet Ruler",
- "status": "Dead",
- "species": "Alien",
- "type": "Cat-Person",
- "gender": "Male",
- "origin": {
- "name": "Purge Planet",
- "url": "https://rickandmortyapi.com/api/location/9"
- },
- "location": {
- "name": "Purge Planet",
- "url": "https://rickandmortyapi.com/api/location/9"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/273.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/20"
- ],
- "url": "https://rickandmortyapi.com/api/character/273",
- "created": "2017-12-31T14:13:54.909Z"
- },
- {
- "id": 274,
- "name": "Quantum Rick",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/274.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/274",
- "created": "2017-12-31T14:15:28.051Z"
- },
- {
- "id": 275,
- "name": "Randy Dicknose",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/275.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/275",
- "created": "2017-12-31T14:16:45.776Z"
- },
- {
- "id": 276,
- "name": "Rat Boss",
- "status": "Dead",
- "species": "Animal",
- "type": "Rat",
- "gender": "unknown",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/276.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/24"
- ],
- "url": "https://rickandmortyapi.com/api/character/276",
- "created": "2017-12-31T14:17:21.782Z"
- },
- {
- "id": 277,
- "name": "Real Fake Doors Salesman",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/277.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/277",
- "created": "2017-12-31T14:18:30.570Z"
- },
- {
- "id": 278,
- "name": "Regional Manager Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/278.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/278",
- "created": "2017-12-31T14:19:36.487Z"
- },
- {
- "id": 279,
- "name": "Regular Legs",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/279.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/279",
- "created": "2017-12-31T14:20:31.936Z"
- },
- {
- "id": 280,
- "name": "Reverse Giraffe",
- "status": "Dead",
- "species": "Alien",
- "type": "Parasite",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/280.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/15"
- ],
- "url": "https://rickandmortyapi.com/api/character/280",
- "created": "2017-12-31T14:22:46.285Z"
- },
- {
- "id": 281,
- "name": "Reverse Rick Outrage",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/281.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/281",
- "created": "2017-12-31T14:23:53.056Z"
- },
- {
- "id": 282,
- "name": "Revolio Clockberg Jr.",
- "status": "unknown",
- "species": "Alien",
- "type": "Gear-Person",
- "gender": "Male",
- "origin": {
- "name": "Gear World",
- "url": "https://rickandmortyapi.com/api/location/57"
- },
- "location": {
- "name": "Gear World",
- "url": "https://rickandmortyapi.com/api/location/57"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/282.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/13",
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/282",
- "created": "2017-12-31T19:21:17.351Z"
- },
- {
- "id": 283,
- "name": "Rick D. Sanchez III",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/283.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/283",
- "created": "2017-12-31T19:23:53.188Z"
- },
- {
- "id": 284,
- "name": "Rick Guilt Rick",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/284.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/284",
- "created": "2017-12-31T19:25:18.205Z"
- },
- {
- "id": 285,
- "name": "Rick Prime",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/285.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/285",
- "created": "2017-12-31T19:45:46.470Z"
- },
- {
- "id": 286,
- "name": "Rick D-99",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (D-99)",
- "url": "https://rickandmortyapi.com/api/location/58"
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/286.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/286",
- "created": "2017-12-31T19:49:55.181Z"
- },
- {
- "id": 287,
- "name": "Rick D716",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (D716)",
- "url": "https://rickandmortyapi.com/api/location/59"
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/287.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/287",
- "created": "2017-12-31T19:51:33.244Z"
- },
- {
- "id": 288,
- "name": "Rick D716-B",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (D716-B)",
- "url": "https://rickandmortyapi.com/api/location/60"
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/288.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/288",
- "created": "2017-12-31T19:55:25.101Z"
- },
- {
- "id": 289,
- "name": "Rick D716-C",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (D716-C)",
- "url": "https://rickandmortyapi.com/api/location/61"
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/289.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/289",
- "created": "2017-12-31T19:57:36.546Z"
- },
- {
- "id": 290,
- "name": "Rick Sanchez",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Evil Rick's Target Dimension)",
- "url": "https://rickandmortyapi.com/api/location/34"
- },
- "location": {
- "name": "Earth (Evil Rick's Target Dimension)",
- "url": "https://rickandmortyapi.com/api/location/34"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/290.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/290",
- "created": "2017-12-31T20:15:25.716Z"
- },
- {
- "id": 291,
- "name": "Rick J-22",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (J-22)",
- "url": "https://rickandmortyapi.com/api/location/62"
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/291.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/291",
- "created": "2017-12-31T20:16:52.337Z"
- },
- {
- "id": 292,
- "name": "Rick K-22",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (K-22)",
- "url": "https://rickandmortyapi.com/api/location/52"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/292.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/292",
- "created": "2017-12-31T20:20:40.484Z"
- },
- {
- "id": 293,
- "name": "Rick Sanchez",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/293.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/6"
- ],
- "url": "https://rickandmortyapi.com/api/character/293",
- "created": "2017-12-31T20:22:29.032Z"
- },
- {
- "id": 294,
- "name": "Ricktiminus Sancheziminius",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/294.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/294",
- "created": "2017-12-31T20:24:30.396Z"
- },
- {
- "id": 295,
- "name": "Riq IV",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/295.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/295",
- "created": "2017-12-31T20:25:28.554Z"
- },
- {
- "id": 296,
- "name": "Risotto Groupon",
- "status": "Dead",
- "species": "Alien",
- "type": "Blue ape alien",
- "gender": "Male",
- "origin": {
- "name": "Resort Planet",
- "url": "https://rickandmortyapi.com/api/location/37"
- },
- "location": {
- "name": "Resort Planet",
- "url": "https://rickandmortyapi.com/api/location/37"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/296.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/26"
- ],
- "url": "https://rickandmortyapi.com/api/character/296",
- "created": "2017-12-31T20:32:33.361Z"
- },
- {
- "id": 297,
- "name": "Risotto's Tentacled Henchman",
- "status": "Dead",
- "species": "Alien",
- "type": "Tentacle alien",
- "gender": "Male",
- "origin": {
- "name": "Resort Planet",
- "url": "https://rickandmortyapi.com/api/location/37"
- },
- "location": {
- "name": "Resort Planet",
- "url": "https://rickandmortyapi.com/api/location/37"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/297.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/26"
- ],
- "url": "https://rickandmortyapi.com/api/character/297",
- "created": "2017-12-31T20:34:58.394Z"
- },
- {
- "id": 298,
- "name": "Robot Morty",
- "status": "unknown",
- "species": "Robot",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/298.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/298",
- "created": "2017-12-31T20:37:30.747Z"
- },
- {
- "id": 299,
- "name": "Robot Rick",
- "status": "unknown",
- "species": "Robot",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/299.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/299",
- "created": "2017-12-31T20:38:17.990Z"
- },
- {
- "id": 300,
- "name": "Roger",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Anatomy Park",
- "url": "https://rickandmortyapi.com/api/location/5"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/300.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/3"
- ],
- "url": "https://rickandmortyapi.com/api/character/300",
- "created": "2017-12-31T20:39:35.047Z"
- },
- {
- "id": 301,
- "name": "Ron Benson",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Ring-nippled alien",
- "gender": "Male",
- "origin": {
- "name": "Unity's Planet",
- "url": "https://rickandmortyapi.com/api/location/28"
- },
- "location": {
- "name": "Unity's Planet",
- "url": "https://rickandmortyapi.com/api/location/28"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/301.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/14"
- ],
- "url": "https://rickandmortyapi.com/api/character/301",
- "created": "2018-01-05T14:02:20.902Z"
- },
- {
- "id": 302,
- "name": "Ruben",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/302.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/3"
- ],
- "url": "https://rickandmortyapi.com/api/character/302",
- "created": "2018-01-05T14:03:21.824Z"
- },
- {
- "id": 303,
- "name": "Samantha",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/303.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/5"
- ],
- "url": "https://rickandmortyapi.com/api/character/303",
- "created": "2018-01-05T14:09:03.150Z"
- },
- {
- "id": 304,
- "name": "Scary Brandon",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Monster",
- "gender": "Male",
- "origin": {
- "name": "Mr. Goldenfold's dream",
- "url": "https://rickandmortyapi.com/api/location/18"
- },
- "location": {
- "name": "Mr. Goldenfold's dream",
- "url": "https://rickandmortyapi.com/api/location/18"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/304.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/2"
- ],
- "url": "https://rickandmortyapi.com/api/character/304",
- "created": "2018-01-05T14:11:17.550Z"
- },
- {
- "id": 305,
- "name": "Scary Glenn",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Monster",
- "gender": "Male",
- "origin": {
- "name": "Mr. Goldenfold's dream",
- "url": "https://rickandmortyapi.com/api/location/18"
- },
- "location": {
- "name": "Mr. Goldenfold's dream",
- "url": "https://rickandmortyapi.com/api/location/18"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/305.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/2"
- ],
- "url": "https://rickandmortyapi.com/api/character/305",
- "created": "2018-01-05T14:11:53.287Z"
- },
- {
- "id": 306,
- "name": "Scary Terry",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Monster",
- "gender": "Male",
- "origin": {
- "name": "Mr. Goldenfold's dream",
- "url": "https://rickandmortyapi.com/api/location/18"
- },
- "location": {
- "name": "Mr. Goldenfold's dream",
- "url": "https://rickandmortyapi.com/api/location/18"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/306.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/2"
- ],
- "url": "https://rickandmortyapi.com/api/character/306",
- "created": "2018-01-05T14:13:01.564Z"
- },
- {
- "id": 307,
- "name": "Scroopy Noopers",
- "status": "Alive",
- "species": "Alien",
- "type": "Plutonian",
- "gender": "Male",
- "origin": {
- "name": "Pluto",
- "url": "https://rickandmortyapi.com/api/location/47"
- },
- "location": {
- "name": "Pluto",
- "url": "https://rickandmortyapi.com/api/location/47"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/307.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/9"
- ],
- "url": "https://rickandmortyapi.com/api/character/307",
- "created": "2018-01-05T14:20:41.693Z"
- },
- {
- "id": 308,
- "name": "Scropon",
- "status": "unknown",
- "species": "Alien",
- "type": "Lobster-Alien",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Planet Squanch",
- "url": "https://rickandmortyapi.com/api/location/35"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/308.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/21"
- ],
- "url": "https://rickandmortyapi.com/api/character/308",
- "created": "2018-01-05T14:22:47.706Z"
- },
- {
- "id": 309,
- "name": "Scrotian",
- "status": "Alive",
- "species": "Animal",
- "type": "Scrotian",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Signus 5 Expanse",
- "url": "https://rickandmortyapi.com/api/location/22"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/309.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13",
- "https://rickandmortyapi.com/api/episode/16",
- "https://rickandmortyapi.com/api/episode/21",
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/309",
- "created": "2018-01-05T14:26:50.679Z"
- },
- {
- "id": 310,
- "name": "Self-Congratulatory Jerry",
- "status": "unknown",
- "species": "Mytholog",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Nuptia 4",
- "url": "https://rickandmortyapi.com/api/location/13"
- },
- "location": {
- "name": "Nuptia 4",
- "url": "https://rickandmortyapi.com/api/location/13"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/310.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/18"
- ],
- "url": "https://rickandmortyapi.com/api/character/310",
- "created": "2018-01-05T14:29:21.347Z"
- },
- {
- "id": 311,
- "name": "Shimshamian",
- "status": "Alive",
- "species": "Alien",
- "type": "Shimshamian",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Planet Squanch",
- "url": "https://rickandmortyapi.com/api/location/35"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/311.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13",
- "https://rickandmortyapi.com/api/episode/21",
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/311",
- "created": "2018-01-05T14:44:01.276Z"
- },
- {
- "id": 312,
- "name": "Shlaammi",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/312.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/312",
- "created": "2018-01-05T14:45:39.235Z"
- },
- {
- "id": 313,
- "name": "Shleemypants",
- "status": "Alive",
- "species": "unknown",
- "type": "Omniscient being",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/313.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/12"
- ],
- "url": "https://rickandmortyapi.com/api/character/313",
- "created": "2018-01-05T14:52:31.489Z"
- },
- {
- "id": 314,
- "name": "Shmlamantha Shmlicelli",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/314.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/314",
- "created": "2018-01-05T14:53:23.739Z"
- },
- {
- "id": 315,
- "name": "Shmlangela Shmlobinson-Shmlower",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/315.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/315",
- "created": "2018-01-05T14:54:37.641Z"
- },
- {
- "id": 316,
- "name": "Shmlona Shmlobinson",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/316.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/316",
- "created": "2018-01-05T14:55:42.034Z"
- },
- {
- "id": 317,
- "name": "Shmlonathan Shmlower",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/317.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/317",
- "created": "2018-01-05T14:56:15.428Z"
- },
- {
- "id": 318,
- "name": "Shmlony Shmlicelli",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/318.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/318",
- "created": "2018-01-05T14:56:45.502Z"
- },
- {
- "id": 319,
- "name": "Shmooglite Runner",
- "status": "unknown",
- "species": "Alien",
- "type": "Animal",
- "gender": "Male",
- "origin": {
- "name": "Resort Planet",
- "url": "https://rickandmortyapi.com/api/location/37"
- },
- "location": {
- "name": "Resort Planet",
- "url": "https://rickandmortyapi.com/api/location/37"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/319.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/26"
- ],
- "url": "https://rickandmortyapi.com/api/character/319",
- "created": "2018-01-05T14:59:34.798Z"
- },
- {
- "id": 320,
- "name": "Shnoopy Bloopers",
- "status": "unknown",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Immortality Field Resort",
- "url": "https://rickandmortyapi.com/api/location/7"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/320.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/26"
- ],
- "url": "https://rickandmortyapi.com/api/character/320",
- "created": "2018-01-05T15:02:28.103Z"
- },
- {
- "id": 321,
- "name": "Shrimply Pibbles",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "St. Gloopy Noops Hospital",
- "url": "https://rickandmortyapi.com/api/location/16"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/321.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/321",
- "created": "2018-01-05T15:07:50.789Z"
- },
- {
- "id": 322,
- "name": "Simple Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/322.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/322",
- "created": "2018-01-05T15:12:03.933Z"
- },
- {
- "id": 323,
- "name": "Slaveowner",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "location": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/323.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/23"
- ],
- "url": "https://rickandmortyapi.com/api/character/323",
- "created": "2018-01-05T15:13:46.862Z"
- },
- {
- "id": 324,
- "name": "Sleepy Gary",
- "status": "Dead",
- "species": "Alien",
- "type": "Parasite",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/324.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/15"
- ],
- "url": "https://rickandmortyapi.com/api/character/324",
- "created": "2018-01-05T15:17:26.876Z"
- },
- {
- "id": 325,
- "name": "Slick Morty",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/325.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/325",
- "created": "2018-01-10T16:06:48.366Z"
- },
- {
- "id": 326,
- "name": "Slippery Stair",
- "status": "Alive",
- "species": "Animal",
- "type": "Slug",
- "gender": "Male",
- "origin": {
- "name": "Fantasy World",
- "url": "https://rickandmortyapi.com/api/location/48"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/326.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/5",
- "https://rickandmortyapi.com/api/episode/11"
- ],
- "url": "https://rickandmortyapi.com/api/character/326",
- "created": "2018-01-10T16:11:09.964Z"
- },
- {
- "id": 327,
- "name": "Slow Mobius",
- "status": "Alive",
- "species": "Humanoid",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/327.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/11"
- ],
- "url": "https://rickandmortyapi.com/api/character/327",
- "created": "2018-01-10T16:13:26.380Z"
- },
- {
- "id": 328,
- "name": "Slow Rick",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/328.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/328",
- "created": "2018-01-10T16:14:16.331Z"
- },
- {
- "id": 329,
- "name": "Snuffles (Snowball)",
- "status": "Alive",
- "species": "Animal",
- "type": "Intelligent dog",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/329.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/2",
- "https://rickandmortyapi.com/api/episode/7",
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/15",
- "https://rickandmortyapi.com/api/episode/16",
- "https://rickandmortyapi.com/api/episode/24",
- "https://rickandmortyapi.com/api/episode/29",
- "https://rickandmortyapi.com/api/episode/30"
- ],
- "url": "https://rickandmortyapi.com/api/character/329",
- "created": "2018-01-10T16:24:49.586Z"
- },
- {
- "id": 330,
- "name": "Solicitor Rick",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/330.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/330",
- "created": "2018-01-10T16:26:27.705Z"
- },
- {
- "id": 331,
- "name": "Squanchy",
- "status": "unknown",
- "species": "Alien",
- "type": "Cat-like creature",
- "gender": "Male",
- "origin": {
- "name": "Planet Squanch",
- "url": "https://rickandmortyapi.com/api/location/35"
- },
- "location": {
- "name": "Planet Squanch",
- "url": "https://rickandmortyapi.com/api/location/35"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/331.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/16",
- "https://rickandmortyapi.com/api/episode/21"
- ],
- "url": "https://rickandmortyapi.com/api/character/331",
- "created": "2018-01-10T16:29:25.344Z"
- },
- {
- "id": 332,
- "name": "Stacy",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/332.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/27"
- ],
- "url": "https://rickandmortyapi.com/api/character/332",
- "created": "2018-01-10T16:31:10.465Z"
- },
- {
- "id": 333,
- "name": "Stair Goblin",
- "status": "Alive",
- "species": "Alien",
- "type": "Stair goblin",
- "gender": "Genderless",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Fantasy World",
- "url": "https://rickandmortyapi.com/api/location/48"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/333.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/5",
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/333",
- "created": "2018-01-10T16:34:19.420Z"
- },
- {
- "id": 334,
- "name": "Stealy",
- "status": "Alive",
- "species": "Poopybutthole",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/334.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/334",
- "created": "2018-01-10T16:36:06.982Z"
- },
- {
- "id": 335,
- "name": "Steve",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/335.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/31"
- ],
- "url": "https://rickandmortyapi.com/api/character/335",
- "created": "2018-01-10T16:39:34.837Z"
- },
- {
- "id": 336,
- "name": "Steven Phillips",
- "status": "Alive",
- "species": "Alien",
- "type": "Unknown-nippled alien",
- "gender": "Male",
- "origin": {
- "name": "Unity's Planet",
- "url": "https://rickandmortyapi.com/api/location/28"
- },
- "location": {
- "name": "Unity's Planet",
- "url": "https://rickandmortyapi.com/api/location/28"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/336.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/14"
- ],
- "url": "https://rickandmortyapi.com/api/character/336",
- "created": "2018-01-10T16:44:51.702Z"
- },
- {
- "id": 337,
- "name": "Stu",
- "status": "Dead",
- "species": "Alien",
- "type": "Zigerion",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Zigerion's Base",
- "url": "https://rickandmortyapi.com/api/location/46"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/337.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/4"
- ],
- "url": "https://rickandmortyapi.com/api/character/337",
- "created": "2018-01-10T16:50:57.710Z"
- },
- {
- "id": 338,
- "name": "Summer Smith",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/338.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/1",
- "https://rickandmortyapi.com/api/episode/2",
- "https://rickandmortyapi.com/api/episode/3",
- "https://rickandmortyapi.com/api/episode/4",
- "https://rickandmortyapi.com/api/episode/5",
- "https://rickandmortyapi.com/api/episode/6",
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/338",
- "created": "2018-01-10T16:55:03.390Z"
- },
- {
- "id": 339,
- "name": "Summer Smith",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (Evil Rick's Target Dimension)",
- "url": "https://rickandmortyapi.com/api/location/34"
- },
- "location": {
- "name": "Earth (Evil Rick's Target Dimension)",
- "url": "https://rickandmortyapi.com/api/location/34"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/339.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/339",
- "created": "2018-01-10T16:56:28.489Z"
- },
- {
- "id": 340,
- "name": "Supernova",
- "status": "Alive",
- "species": "Human",
- "type": "Superhuman",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Worldender's lair",
- "url": "https://rickandmortyapi.com/api/location/4"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/340.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/340",
- "created": "2018-01-10T17:02:58.042Z"
- },
- {
- "id": 341,
- "name": "Taddy Mason",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/341.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/20"
- ],
- "url": "https://rickandmortyapi.com/api/character/341",
- "created": "2018-01-10T17:07:09.052Z"
- },
- {
- "id": 342,
- "name": "Taint Washer",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "location": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/342.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/23"
- ],
- "url": "https://rickandmortyapi.com/api/character/342",
- "created": "2018-01-10T17:23:26.944Z"
- },
- {
- "id": 343,
- "name": "Tammy Guetermann",
- "status": "Alive",
- "species": "Cronenberg",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/343.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/5",
- "https://rickandmortyapi.com/api/episode/6"
- ],
- "url": "https://rickandmortyapi.com/api/character/343",
- "created": "2018-01-10T17:27:04.773Z"
- },
- {
- "id": 344,
- "name": "Tammy Guetermann",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/344.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/16",
- "https://rickandmortyapi.com/api/episode/21",
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/344",
- "created": "2018-01-10T17:31:54.889Z"
- },
- {
- "id": 345,
- "name": "Teacher Rick",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/345.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/345",
- "created": "2018-01-10T17:33:23.437Z"
- },
- {
- "id": 346,
- "name": "Terry",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/346.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/16"
- ],
- "url": "https://rickandmortyapi.com/api/character/346",
- "created": "2018-01-10T17:37:51.767Z"
- },
- {
- "id": 347,
- "name": "The President",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/347.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/16",
- "https://rickandmortyapi.com/api/episode/31"
- ],
- "url": "https://rickandmortyapi.com/api/character/347",
- "created": "2018-01-10T17:43:37.411Z"
- },
- {
- "id": 348,
- "name": "The President of the Miniverse",
- "status": "Dead",
- "species": "Humanoid",
- "type": "Miniverse inhabitant",
- "gender": "Male",
- "origin": {
- "name": "Zeep Xanflorp's Miniverse",
- "url": "https://rickandmortyapi.com/api/location/49"
- },
- "location": {
- "name": "Zeep Xanflorp's Miniverse",
- "url": "https://rickandmortyapi.com/api/location/49"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/348.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/17"
- ],
- "url": "https://rickandmortyapi.com/api/character/348",
- "created": "2018-01-10T17:47:59.043Z"
- },
- {
- "id": 349,
- "name": "The Scientist Formerly Known as Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/349.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/349",
- "created": "2018-01-10T17:49:09.995Z"
- },
- {
- "id": 350,
- "name": "Thomas Lipkip",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Froopyland",
- "url": "https://rickandmortyapi.com/api/location/63"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/350.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/30"
- ],
- "url": "https://rickandmortyapi.com/api/character/350",
- "created": "2018-01-10T17:50:33.471Z"
- },
- {
- "id": 351,
- "name": "Three Unknown Things",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/351.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/351",
- "created": "2018-01-10T17:57:31.022Z"
- },
- {
- "id": 352,
- "name": "Tinkles",
- "status": "Dead",
- "species": "Alien",
- "type": "Parasite, Unicorn lamb",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/352.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/15"
- ],
- "url": "https://rickandmortyapi.com/api/character/352",
- "created": "2018-01-10T17:58:51.840Z"
- },
- {
- "id": 353,
- "name": "Tiny Rick",
- "status": "Dead",
- "species": "Human",
- "type": "Clone",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/353.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/18"
- ],
- "url": "https://rickandmortyapi.com/api/character/353",
- "created": "2018-01-10T18:00:35.848Z"
- },
- {
- "id": 354,
- "name": "Toby Matthews",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/354.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/18"
- ],
- "url": "https://rickandmortyapi.com/api/character/354",
- "created": "2018-01-10T18:02:03.402Z"
- },
- {
- "id": 355,
- "name": "Todd Crystal",
- "status": "Alive",
- "species": "Alien",
- "type": "Unknown-nippled alien",
- "gender": "Male",
- "origin": {
- "name": "Unity's Planet",
- "url": "https://rickandmortyapi.com/api/location/28"
- },
- "location": {
- "name": "Unity's Planet",
- "url": "https://rickandmortyapi.com/api/location/28"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/355.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/14"
- ],
- "url": "https://rickandmortyapi.com/api/character/355",
- "created": "2018-01-10T18:05:46.294Z"
- },
- {
- "id": 356,
- "name": "Tom Randolph",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/356.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/3"
- ],
- "url": "https://rickandmortyapi.com/api/character/356",
- "created": "2018-01-10T18:07:03.215Z"
- },
- {
- "id": 357,
- "name": "Tommy's Clone",
- "status": "Alive",
- "species": "Human",
- "type": "Clone",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/357.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/30"
- ],
- "url": "https://rickandmortyapi.com/api/character/357",
- "created": "2018-01-10T18:07:45.541Z"
- },
- {
- "id": 358,
- "name": "Tophat Jones",
- "status": "Dead",
- "species": "Humanoid",
- "type": "Leprechaun",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/358.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8",
- "https://rickandmortyapi.com/api/episode/18",
- "https://rickandmortyapi.com/api/episode/21"
- ],
- "url": "https://rickandmortyapi.com/api/character/358",
- "created": "2018-01-10T18:09:34.482Z"
- },
- {
- "id": 359,
- "name": "Tortured Morty",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/359.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/359",
- "created": "2018-01-10T18:14:50.992Z"
- },
- {
- "id": 360,
- "name": "Toxic Morty",
- "status": "Dead",
- "species": "Humanoid",
- "type": "Morty's toxic side",
- "gender": "Male",
- "origin": {
- "name": "Detoxifier",
- "url": "https://rickandmortyapi.com/api/location/64"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/360.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/27"
- ],
- "url": "https://rickandmortyapi.com/api/character/360",
- "created": "2018-01-10T18:18:05.422Z"
- },
- {
- "id": 361,
- "name": "Toxic Rick",
- "status": "Dead",
- "species": "Humanoid",
- "type": "Rick's toxic side",
- "gender": "Male",
- "origin": {
- "name": "Detoxifier",
- "url": "https://rickandmortyapi.com/api/location/64"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/361.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/27"
- ],
- "url": "https://rickandmortyapi.com/api/character/361",
- "created": "2018-01-10T18:20:41.703Z"
- },
- {
- "id": 362,
- "name": "Traflorkian",
- "status": "Alive",
- "species": "Alien",
- "type": "Traflorkian",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Worldender's lair",
- "url": "https://rickandmortyapi.com/api/location/4"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/362.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/13",
- "https://rickandmortyapi.com/api/episode/19",
- "https://rickandmortyapi.com/api/episode/21",
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/362",
- "created": "2018-01-10T18:52:08.927Z"
- },
- {
- "id": 363,
- "name": "Trandor",
- "status": "Alive",
- "species": "Alien",
- "type": "Krootabulan",
- "gender": "Male",
- "origin": {
- "name": "Krootabulon",
- "url": "https://rickandmortyapi.com/api/location/45"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/363.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/30"
- ],
- "url": "https://rickandmortyapi.com/api/character/363",
- "created": "2018-01-10T18:54:36.578Z"
- },
- {
- "id": 364,
- "name": "Tree Person",
- "status": "Dead",
- "species": "Humanoid",
- "type": "Teenyverse inhabitant",
- "gender": "unknown",
- "origin": {
- "name": "Kyle's Teenyverse",
- "url": "https://rickandmortyapi.com/api/location/50"
- },
- "location": {
- "name": "Kyle's Teenyverse",
- "url": "https://rickandmortyapi.com/api/location/50"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/364.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/17"
- ],
- "url": "https://rickandmortyapi.com/api/character/364",
- "created": "2018-01-10T18:57:50.033Z"
- },
- {
- "id": 365,
- "name": "Tricia Lange",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/365.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/26",
- "https://rickandmortyapi.com/api/episode/27"
- ],
- "url": "https://rickandmortyapi.com/api/character/365",
- "created": "2018-01-10T18:59:31.842Z"
- },
- {
- "id": 366,
- "name": "Trunk Morty",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Trunk-Person",
- "gender": "Male",
- "origin": {
- "name": "Trunk World",
- "url": "https://rickandmortyapi.com/api/location/65"
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/366.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/366",
- "created": "2018-01-10T19:03:13.558Z"
- },
- {
- "id": 367,
- "name": "Trunk Man",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Trunk-Person",
- "gender": "Male",
- "origin": {
- "name": "Trunk World",
- "url": "https://rickandmortyapi.com/api/location/65"
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/367.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8",
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/367",
- "created": "2018-01-10T19:05:34.004Z"
- },
- {
- "id": 368,
- "name": "Truth Tortoise",
- "status": "unknown",
- "species": "Animal",
- "type": "Omniscient being",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/368.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/29"
- ],
- "url": "https://rickandmortyapi.com/api/character/368",
- "created": "2018-01-10T19:14:35.885Z"
- },
- {
- "id": 369,
- "name": "Tusked Assassin",
- "status": "unknown",
- "species": "Alien",
- "type": "Tuskfish",
- "gender": "Male",
- "origin": {
- "name": "Resort Planet",
- "url": "https://rickandmortyapi.com/api/location/37"
- },
- "location": {
- "name": "Resort Planet",
- "url": "https://rickandmortyapi.com/api/location/37"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/369.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/26"
- ],
- "url": "https://rickandmortyapi.com/api/character/369",
- "created": "2018-01-10T19:17:00.093Z"
- },
- {
- "id": 370,
- "name": "Two Guys with Handlebar Mustaches",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/370.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/370",
- "created": "2018-01-10T19:17:57.976Z"
- },
- {
- "id": 371,
- "name": "Tumblorkian",
- "status": "Alive",
- "species": "Alien",
- "type": "Tumblorkian",
- "gender": "Male",
- "origin": {
- "name": "Plopstar",
- "url": "https://rickandmortyapi.com/api/location/66"
- },
- "location": {
- "name": "Plopstar",
- "url": "https://rickandmortyapi.com/api/location/66"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/371.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/371",
- "created": "2018-01-10T19:18:44.560Z"
- },
- {
- "id": 372,
- "name": "Unity",
- "status": "Alive",
- "species": "Alien",
- "type": "Hivemind",
- "gender": "Genderless",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Unity's Planet",
- "url": "https://rickandmortyapi.com/api/location/28"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/372.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/14"
- ],
- "url": "https://rickandmortyapi.com/api/character/372",
- "created": "2018-01-10T19:20:50.211Z"
- },
- {
- "id": 373,
- "name": "Unmuscular Michael",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/373.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/373",
- "created": "2018-01-10T19:22:04.075Z"
- },
- {
- "id": 374,
- "name": "Vampire Master",
- "status": "Alive",
- "species": "Vampire",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/374.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/18"
- ],
- "url": "https://rickandmortyapi.com/api/character/374",
- "created": "2018-01-10T19:23:45.478Z"
- },
- {
- "id": 375,
- "name": "Vance Maximus",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Worldender's lair",
- "url": "https://rickandmortyapi.com/api/location/4"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/375.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/375",
- "created": "2018-01-10T19:26:00.957Z"
- },
- {
- "id": 376,
- "name": "Veronica Ann Bennet",
- "status": "Alive",
- "species": "Alien",
- "type": "Gazorpian",
- "gender": "Female",
- "origin": {
- "name": "Gazorpazorp",
- "url": "https://rickandmortyapi.com/api/location/40"
- },
- "location": {
- "name": "Gazorpazorp",
- "url": "https://rickandmortyapi.com/api/location/40"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/376.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/7"
- ],
- "url": "https://rickandmortyapi.com/api/character/376",
- "created": "2018-01-10T19:27:06.246Z"
- },
- {
- "id": 377,
- "name": "Voltematron",
- "status": "Dead",
- "species": "Alien",
- "type": "Parasite",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/377.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/29"
- ],
- "url": "https://rickandmortyapi.com/api/character/377",
- "created": "2018-01-10T19:29:08.116Z"
- },
- {
- "id": 378,
- "name": "Wall Crawling Rick",
- "status": "unknown",
- "species": "Humanoid",
- "type": "Lizard-Person",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/378.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/378",
- "created": "2018-01-10T19:33:30.804Z"
- },
- {
- "id": 379,
- "name": "Wedding Bartender",
- "status": "unknown",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Planet Squanch",
- "url": "https://rickandmortyapi.com/api/location/35"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/379.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/21"
- ],
- "url": "https://rickandmortyapi.com/api/character/379",
- "created": "2018-01-10T19:37:41.375Z"
- },
- {
- "id": 380,
- "name": "Weird Rick",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/380.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/380",
- "created": "2018-01-10T19:44:22.262Z"
- },
- {
- "id": 381,
- "name": "Woman Rick",
- "status": "Alive",
- "species": "Alien",
- "type": "Chair",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/381.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/381",
- "created": "2018-01-10T19:46:00.622Z"
- },
- {
- "id": 382,
- "name": "Worldender",
- "status": "Dead",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Worldender's lair",
- "url": "https://rickandmortyapi.com/api/location/4"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/382.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/382",
- "created": "2018-01-10T19:47:55.859Z"
- },
- {
- "id": 383,
- "name": "Yaarb",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "St. Gloopy Noops Hospital",
- "url": "https://rickandmortyapi.com/api/location/16"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/383.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/383",
- "created": "2018-01-10T19:48:59.952Z"
- },
- {
- "id": 384,
- "name": "Yellow Headed Doctor",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "St. Gloopy Noops Hospital",
- "url": "https://rickandmortyapi.com/api/location/16"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/384.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/384",
- "created": "2018-01-10T19:50:19.351Z"
- },
- {
- "id": 385,
- "name": "Yellow Shirt Rick",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/385.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/385",
- "created": "2018-01-10T19:51:18.996Z"
- },
- {
- "id": 386,
- "name": "Zarbadar Gloonch",
- "status": "Dead",
- "species": "Alien",
- "type": "Drumbloxian",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Nuptia 4",
- "url": "https://rickandmortyapi.com/api/location/13"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/386.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13",
- "https://rickandmortyapi.com/api/episode/18"
- ],
- "url": "https://rickandmortyapi.com/api/character/386",
- "created": "2018-01-10T19:52:40.898Z"
- },
- {
- "id": 387,
- "name": "Zarbadar's Mytholog",
- "status": "unknown",
- "species": "Mytholog",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Nuptia 4",
- "url": "https://rickandmortyapi.com/api/location/13"
- },
- "location": {
- "name": "Nuptia 4",
- "url": "https://rickandmortyapi.com/api/location/13"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/387.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/18"
- ],
- "url": "https://rickandmortyapi.com/api/character/387",
- "created": "2018-01-10T19:54:17.951Z"
- },
- {
- "id": 388,
- "name": "Zeep Xanflorp",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Microverse inhabitant",
- "gender": "Male",
- "origin": {
- "name": "Rick's Battery Microverse",
- "url": "https://rickandmortyapi.com/api/location/24"
- },
- "location": {
- "name": "Rick's Battery Microverse",
- "url": "https://rickandmortyapi.com/api/location/24"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/388.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/17"
- ],
- "url": "https://rickandmortyapi.com/api/character/388",
- "created": "2018-01-10T19:56:57.790Z"
- },
- {
- "id": 389,
- "name": "Zeta Alpha Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/389.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/389",
- "created": "2018-01-10T19:57:41.191Z"
- },
- {
- "id": 390,
- "name": "Zick Zack",
- "status": "Dead",
- "species": "Alien",
- "type": "Floop Floopian",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/390.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/29"
- ],
- "url": "https://rickandmortyapi.com/api/character/390",
- "created": "2018-01-10T20:00:05.681Z"
- },
- {
- "id": 391,
- "name": "Uncle Steve",
- "status": "Dead",
- "species": "Alien",
- "type": "Parasite",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/391.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/15"
- ],
- "url": "https://rickandmortyapi.com/api/character/391",
- "created": "2018-01-14T13:34:50.096Z"
- },
- {
- "id": 392,
- "name": "Bearded Morty",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/392.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/392",
- "created": "2018-01-14T14:48:05.977Z"
- },
- {
- "id": 393,
- "name": "Roy",
- "status": "Alive",
- "species": "Human",
- "type": "Game",
- "gender": "Male",
- "origin": {
- "name": "Roy: A Life Well Lived",
- "url": "https://rickandmortyapi.com/api/location/32"
- },
- "location": {
- "name": "Roy: A Life Well Lived",
- "url": "https://rickandmortyapi.com/api/location/32"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/393.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13"
- ],
- "url": "https://rickandmortyapi.com/api/character/393",
- "created": "2018-01-20T19:15:27.239Z"
- },
- {
- "id": 394,
- "name": "Davin",
- "status": "Dead",
- "species": "Cronenberg",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/394.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/1",
- "https://rickandmortyapi.com/api/episode/6"
- ],
- "url": "https://rickandmortyapi.com/api/character/394",
- "created": "2018-01-20T19:48:42.201Z"
- },
- {
- "id": 395,
- "name": "Greebybobe",
- "status": "Alive",
- "species": "Alien",
- "type": "Greebybobe",
- "gender": "unknown",
- "origin": {
- "name": "Girvonesk",
- "url": "https://rickandmortyapi.com/api/location/68"
- },
- "location": {
- "name": "Worldender's lair",
- "url": "https://rickandmortyapi.com/api/location/4"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/395.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/1",
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/16",
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/395",
- "created": "2018-04-15T16:46:31.715Z"
- },
- {
- "id": 396,
- "name": "Scary Teacher",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Monster",
- "gender": "Male",
- "origin": {
- "name": "Mr. Goldenfold's dream",
- "url": "https://rickandmortyapi.com/api/location/18"
- },
- "location": {
- "name": "Mr. Goldenfold's dream",
- "url": "https://rickandmortyapi.com/api/location/18"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/396.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/2"
- ],
- "url": "https://rickandmortyapi.com/api/character/396",
- "created": "2018-04-15T17:10:07.639Z"
- },
- {
- "id": 397,
- "name": "Fido",
- "status": "Alive",
- "species": "Animal",
- "type": "Dog",
- "gender": "Male",
- "origin": {
- "name": "Snuffles' Dream",
- "url": "https://rickandmortyapi.com/api/location/70"
- },
- "location": {
- "name": "Snuffles' Dream",
- "url": "https://rickandmortyapi.com/api/location/70"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/397.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/2"
- ],
- "url": "https://rickandmortyapi.com/api/character/397",
- "created": "2018-04-15T17:15:28.777Z"
- },
- {
- "id": 398,
- "name": "Accountant dog",
- "status": "Alive",
- "species": "Animal",
- "type": "Dog",
- "gender": "Male",
- "origin": {
- "name": "Snuffles' Dream",
- "url": "https://rickandmortyapi.com/api/location/70"
- },
- "location": {
- "name": "Snuffles' Dream",
- "url": "https://rickandmortyapi.com/api/location/70"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/398.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/2"
- ],
- "url": "https://rickandmortyapi.com/api/character/398",
- "created": "2018-04-15T17:23:04.169Z"
- },
- {
- "id": 399,
- "name": "Tiny-persons advocacy group lawyer",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Giant",
- "gender": "Male",
- "origin": {
- "name": "Giant's Town",
- "url": "https://rickandmortyapi.com/api/location/14"
- },
- "location": {
- "name": "Giant's Town",
- "url": "https://rickandmortyapi.com/api/location/14"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/399.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/5"
- ],
- "url": "https://rickandmortyapi.com/api/character/399",
- "created": "2018-04-15T17:34:02.076Z"
- },
- {
- "id": 400,
- "name": "Giant Judge",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Giant",
- "gender": "Male",
- "origin": {
- "name": "Giant's Town",
- "url": "https://rickandmortyapi.com/api/location/14"
- },
- "location": {
- "name": "Giant's Town",
- "url": "https://rickandmortyapi.com/api/location/14"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/400.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/5"
- ],
- "url": "https://rickandmortyapi.com/api/character/400",
- "created": "2018-04-15T17:36:11.295Z"
- },
- {
- "id": 401,
- "name": "Morty Jr's interviewer",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/401.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/7"
- ],
- "url": "https://rickandmortyapi.com/api/character/401",
- "created": "2018-04-15T17:43:56.832Z"
- },
- {
- "id": 402,
- "name": "Guy from The Bachelor",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/402.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/402",
- "created": "2018-04-15T17:45:38.589Z"
- },
- {
- "id": 403,
- "name": "Corn detective",
- "status": "Dead",
- "species": "Humanoid",
- "type": "Corn-person",
- "gender": "Male",
- "origin": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/403.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/403",
- "created": "2018-04-15T17:48:50.629Z"
- },
- {
- "id": 404,
- "name": "Michael Jackson",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Phone-Person",
- "gender": "Male",
- "origin": {
- "name": "Earth (Phone Dimension)",
- "url": "https://rickandmortyapi.com/api/location/72"
- },
- "location": {
- "name": "Earth (Phone Dimension)",
- "url": "https://rickandmortyapi.com/api/location/72"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/404.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/404",
- "created": "2018-04-15T18:01:09.637Z"
- },
- {
- "id": 405,
- "name": "Trunkphobic suspenders guy",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/405.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/2",
- "https://rickandmortyapi.com/api/episode/8",
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/11"
- ],
- "url": "https://rickandmortyapi.com/api/character/405",
- "created": "2018-04-15T20:31:46.065Z"
- },
- {
- "id": 406,
- "name": "Spiderweb teddy bear",
- "status": "Alive",
- "species": "Animal",
- "type": "Teddy Bear",
- "gender": "unknown",
- "origin": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/406.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/406",
- "created": "2018-04-15T20:45:04.863Z"
- },
- {
- "id": 407,
- "name": "Regular Tyrion Lannister",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/407.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/407",
- "created": "2018-04-15T20:50:10.475Z"
- },
- {
- "id": 408,
- "name": "Quick Mistery Presenter",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/408.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/408",
- "created": "2018-04-15T20:51:47.778Z"
- },
- {
- "id": 409,
- "name": "Mr. Sneezy",
- "status": "Alive",
- "species": "Human",
- "type": "Little Human",
- "gender": "Male",
- "origin": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/409.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/409",
- "created": "2018-04-15T21:04:09.405Z"
- },
- {
- "id": 410,
- "name": "Two Brothers",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/410.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/410",
- "created": "2018-04-15T21:06:18.686Z"
- },
- {
- "id": 411,
- "name": "Alien Mexican Armada",
- "status": "unknown",
- "species": "Alien",
- "type": "Mexican",
- "gender": "Male",
- "origin": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/411.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/411",
- "created": "2018-04-15T21:10:27.986Z"
- },
- {
- "id": 412,
- "name": "Giant Cat Monster",
- "status": "unknown",
- "species": "Animal",
- "type": "Giant Cat Monster",
- "gender": "unknown",
- "origin": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/412.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/412",
- "created": "2018-04-15T21:14:09.223Z"
- },
- {
- "id": 413,
- "name": "Old Women",
- "status": "unknown",
- "species": "Human",
- "type": "Old Amazons",
- "gender": "Female",
- "origin": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/413.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/413",
- "created": "2018-04-15T21:21:32.623Z"
- },
- {
- "id": 414,
- "name": "Trunkphobic guy",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/414.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/414",
- "created": "2018-04-15T21:33:59.719Z"
- },
- {
- "id": 415,
- "name": "Pro trunk people marriage guy",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/415.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/415",
- "created": "2018-04-15T21:34:21.911Z"
- },
- {
- "id": 416,
- "name": "Muscular Mannie",
- "status": "Alive",
- "species": "Human",
- "type": "Mannie",
- "gender": "Male",
- "origin": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/416.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/416",
- "created": "2018-04-15T21:39:22.608Z"
- },
- {
- "id": 417,
- "name": "Baby Legs Chief",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/417.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/417",
- "created": "2018-04-15T21:40:39.871Z"
- },
- {
- "id": 418,
- "name": "Mrs. Sullivan's Boyfriend",
- "status": "Alive",
- "species": "Human",
- "type": "Necrophiliac",
- "gender": "Male",
- "origin": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/418.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/418",
- "created": "2018-04-15T21:43:43.867Z"
- },
- {
- "id": 419,
- "name": "Plutonian Hostess",
- "status": "Alive",
- "species": "Alien",
- "type": "Plutonian",
- "gender": "Female",
- "origin": {
- "name": "Pluto",
- "url": "https://rickandmortyapi.com/api/location/47"
- },
- "location": {
- "name": "Pluto",
- "url": "https://rickandmortyapi.com/api/location/47"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/419.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/9"
- ],
- "url": "https://rickandmortyapi.com/api/character/419",
- "created": "2018-04-15T21:48:45.783Z"
- },
- {
- "id": 420,
- "name": "Plutonian Host",
- "status": "Alive",
- "species": "Alien",
- "type": "Plutonian",
- "gender": "Male",
- "origin": {
- "name": "Pluto",
- "url": "https://rickandmortyapi.com/api/location/47"
- },
- "location": {
- "name": "Pluto",
- "url": "https://rickandmortyapi.com/api/location/47"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/420.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/9"
- ],
- "url": "https://rickandmortyapi.com/api/character/420",
- "created": "2018-04-15T21:49:04.730Z"
- },
- {
- "id": 421,
- "name": "Rich Plutonian",
- "status": "Alive",
- "species": "Alien",
- "type": "Plutonian",
- "gender": "Female",
- "origin": {
- "name": "Pluto",
- "url": "https://rickandmortyapi.com/api/location/47"
- },
- "location": {
- "name": "Pluto",
- "url": "https://rickandmortyapi.com/api/location/47"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/421.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/9"
- ],
- "url": "https://rickandmortyapi.com/api/character/421",
- "created": "2018-04-15T21:51:50.534Z"
- },
- {
- "id": 422,
- "name": "Rich Plutonian",
- "status": "Alive",
- "species": "Alien",
- "type": "Plutonian",
- "gender": "Male",
- "origin": {
- "name": "Pluto",
- "url": "https://rickandmortyapi.com/api/location/47"
- },
- "location": {
- "name": "Pluto",
- "url": "https://rickandmortyapi.com/api/location/47"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/422.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/9"
- ],
- "url": "https://rickandmortyapi.com/api/character/422",
- "created": "2018-04-15T21:52:14.642Z"
- },
- {
- "id": 423,
- "name": "Synthetic Laser Eels",
- "status": "Alive",
- "species": "Animal",
- "type": "Eel",
- "gender": "unknown",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/423.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/11"
- ],
- "url": "https://rickandmortyapi.com/api/character/423",
- "created": "2018-04-16T21:08:47.956Z"
- },
- {
- "id": 424,
- "name": "Pizza-person",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Pizza",
- "gender": "Male",
- "origin": {
- "name": "Earth (Pizza Dimension)",
- "url": "https://rickandmortyapi.com/api/location/71"
- },
- "location": {
- "name": "Earth (Pizza Dimension)",
- "url": "https://rickandmortyapi.com/api/location/71"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/424.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/424",
- "created": "2018-04-16T21:45:55.310Z"
- },
- {
- "id": 425,
- "name": "Pizza-person",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Pizza",
- "gender": "Male",
- "origin": {
- "name": "Earth (Pizza Dimension)",
- "url": "https://rickandmortyapi.com/api/location/71"
- },
- "location": {
- "name": "Earth (Pizza Dimension)",
- "url": "https://rickandmortyapi.com/api/location/71"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/425.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/425",
- "created": "2018-04-16T21:46:18.362Z"
- },
- {
- "id": 426,
- "name": "Greasy Grandma",
- "status": "Alive",
- "species": "Human",
- "type": "Grandma",
- "gender": "Female",
- "origin": {
- "name": "Greasy Grandma World",
- "url": "https://rickandmortyapi.com/api/location/73"
- },
- "location": {
- "name": "Greasy Grandma World",
- "url": "https://rickandmortyapi.com/api/location/73"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/426.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/426",
- "created": "2018-04-16T21:51:21.379Z"
- },
- {
- "id": 427,
- "name": "Phone-person",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Phone",
- "gender": "Male",
- "origin": {
- "name": "Earth (Phone Dimension)",
- "url": "https://rickandmortyapi.com/api/location/72"
- },
- "location": {
- "name": "Earth (Phone Dimension)",
- "url": "https://rickandmortyapi.com/api/location/72"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/427.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/427",
- "created": "2018-04-16T21:54:05.375Z"
- },
- {
- "id": 428,
- "name": "Phone-person",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Phone",
- "gender": "Male",
- "origin": {
- "name": "Earth (Phone Dimension)",
- "url": "https://rickandmortyapi.com/api/location/72"
- },
- "location": {
- "name": "Earth (Phone Dimension)",
- "url": "https://rickandmortyapi.com/api/location/72"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/428.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/428",
- "created": "2018-04-16T21:54:48.372Z"
- },
- {
- "id": 429,
- "name": "Chair-person",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Chair",
- "gender": "Male",
- "origin": {
- "name": "Earth (Chair Dimension)",
- "url": "https://rickandmortyapi.com/api/location/74"
- },
- "location": {
- "name": "Earth (Chair Dimension)",
- "url": "https://rickandmortyapi.com/api/location/74"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/429.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/429",
- "created": "2018-04-16T21:59:25.798Z"
- },
- {
- "id": 430,
- "name": "Chair-person",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Chair",
- "gender": "Male",
- "origin": {
- "name": "Earth (Chair Dimension)",
- "url": "https://rickandmortyapi.com/api/location/74"
- },
- "location": {
- "name": "Earth (Chair Dimension)",
- "url": "https://rickandmortyapi.com/api/location/74"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/430.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/430",
- "created": "2018-04-16T21:59:48.220Z"
- },
- {
- "id": 431,
- "name": "Chair-homeless",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Chair",
- "gender": "Male",
- "origin": {
- "name": "Earth (Chair Dimension)",
- "url": "https://rickandmortyapi.com/api/location/74"
- },
- "location": {
- "name": "Earth (Chair Dimension)",
- "url": "https://rickandmortyapi.com/api/location/74"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/431.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/431",
- "created": "2018-04-16T22:01:17.927Z"
- },
- {
- "id": 432,
- "name": "Chair-waiter",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Chair",
- "gender": "Male",
- "origin": {
- "name": "Earth (Chair Dimension)",
- "url": "https://rickandmortyapi.com/api/location/74"
- },
- "location": {
- "name": "Earth (Chair Dimension)",
- "url": "https://rickandmortyapi.com/api/location/74"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/432.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/432",
- "created": "2018-04-16T22:02:26.106Z"
- },
- {
- "id": 433,
- "name": "Doopidoo",
- "status": "Alive",
- "species": "Animal",
- "type": "Doopidoo",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/433.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/433",
- "created": "2018-04-16T22:05:05.745Z"
- },
- {
- "id": 434,
- "name": "Super Weird Rick",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/434.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/434",
- "created": "2018-04-16T22:16:17.789Z"
- },
- {
- "id": 435,
- "name": "Pripudlian",
- "status": "Alive",
- "species": "Alien",
- "type": "Pripudlian",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/435.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/1",
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/19",
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/435",
- "created": "2018-04-16T22:21:57.962Z"
- },
- {
- "id": 436,
- "name": "Giant Testicle Monster",
- "status": "Alive",
- "species": "Animal",
- "type": "Monster",
- "gender": "unknown",
- "origin": {
- "name": "Testicle Monster Dimension",
- "url": "https://rickandmortyapi.com/api/location/21"
- },
- "location": {
- "name": "Testicle Monster Dimension",
- "url": "https://rickandmortyapi.com/api/location/21"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/436.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/13"
- ],
- "url": "https://rickandmortyapi.com/api/character/436",
- "created": "2018-04-16T22:33:01.337Z"
- },
- {
- "id": 437,
- "name": "Michael",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/437.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/12"
- ],
- "url": "https://rickandmortyapi.com/api/character/437",
- "created": "2018-05-01T11:51:10.604Z"
- },
- {
- "id": 438,
- "name": "Michael's Lawyer",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/438.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/12"
- ],
- "url": "https://rickandmortyapi.com/api/character/438",
- "created": "2018-05-01T11:57:16.266Z"
- },
- {
- "id": 439,
- "name": "Veterinary",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/439.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/12"
- ],
- "url": "https://rickandmortyapi.com/api/character/439",
- "created": "2018-05-01T11:58:43.275Z"
- },
- {
- "id": 440,
- "name": "Veterinary Nurse",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/440.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/12"
- ],
- "url": "https://rickandmortyapi.com/api/character/440",
- "created": "2018-05-01T11:59:15.544Z"
- },
- {
- "id": 441,
- "name": "Bearded Jerry",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Jerryboree",
- "url": "https://rickandmortyapi.com/api/location/44"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/441.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13"
- ],
- "url": "https://rickandmortyapi.com/api/character/441",
- "created": "2018-05-01T12:09:22.636Z"
- },
- {
- "id": 442,
- "name": "Shaved Head Jerry",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Jerryboree",
- "url": "https://rickandmortyapi.com/api/location/44"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/442.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13"
- ],
- "url": "https://rickandmortyapi.com/api/character/442",
- "created": "2018-05-01T12:10:35.123Z"
- },
- {
- "id": 443,
- "name": "Tank Top Jerry",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Jerryboree",
- "url": "https://rickandmortyapi.com/api/location/44"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/443.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13"
- ],
- "url": "https://rickandmortyapi.com/api/character/443",
- "created": "2018-05-01T12:23:37.165Z"
- },
- {
- "id": 444,
- "name": "Pink Polo Shirt Jerry",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Jerryboree",
- "url": "https://rickandmortyapi.com/api/location/44"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/444.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13"
- ],
- "url": "https://rickandmortyapi.com/api/character/444",
- "created": "2018-05-01T12:27:08.632Z"
- },
- {
- "id": 445,
- "name": "Jerryboree Keeper",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Jerryboree",
- "url": "https://rickandmortyapi.com/api/location/44"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/445.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13"
- ],
- "url": "https://rickandmortyapi.com/api/character/445",
- "created": "2018-05-01T13:09:57.921Z"
- },
- {
- "id": 446,
- "name": "Jerryboree Receptionist",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Jerryboree",
- "url": "https://rickandmortyapi.com/api/location/44"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/446.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13"
- ],
- "url": "https://rickandmortyapi.com/api/character/446",
- "created": "2018-05-01T13:11:26.665Z"
- },
- {
- "id": 447,
- "name": "Anchor Gear",
- "status": "Alive",
- "species": "Alien",
- "type": "Gear-Person",
- "gender": "Male",
- "origin": {
- "name": "Gear World",
- "url": "https://rickandmortyapi.com/api/location/57"
- },
- "location": {
- "name": "Gear World",
- "url": "https://rickandmortyapi.com/api/location/57"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/447.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13"
- ],
- "url": "https://rickandmortyapi.com/api/character/447",
- "created": "2018-05-01T13:34:56.141Z"
- },
- {
- "id": 448,
- "name": "Gear Cop",
- "status": "Dead",
- "species": "Alien",
- "type": "Gear-Person",
- "gender": "Male",
- "origin": {
- "name": "Gear World",
- "url": "https://rickandmortyapi.com/api/location/57"
- },
- "location": {
- "name": "Gear World",
- "url": "https://rickandmortyapi.com/api/location/57"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/448.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13"
- ],
- "url": "https://rickandmortyapi.com/api/character/448",
- "created": "2018-05-01T13:38:21.237Z"
- },
- {
- "id": 449,
- "name": "Roy's Mum",
- "status": "Alive",
- "species": "Human",
- "type": "Game",
- "gender": "Female",
- "origin": {
- "name": "Roy: A Life Well Lived",
- "url": "https://rickandmortyapi.com/api/location/32"
- },
- "location": {
- "name": "Roy: A Life Well Lived",
- "url": "https://rickandmortyapi.com/api/location/32"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/449.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13"
- ],
- "url": "https://rickandmortyapi.com/api/character/449",
- "created": "2018-05-01T13:55:27.886Z"
- },
- {
- "id": 450,
- "name": "Roy's Wife",
- "status": "Alive",
- "species": "Human",
- "type": "Game",
- "gender": "Male",
- "origin": {
- "name": "Roy: A Life Well Lived",
- "url": "https://rickandmortyapi.com/api/location/32"
- },
- "location": {
- "name": "Roy: A Life Well Lived",
- "url": "https://rickandmortyapi.com/api/location/32"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/450.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13"
- ],
- "url": "https://rickandmortyapi.com/api/character/450",
- "created": "2018-05-01T13:57:55.888Z"
- },
- {
- "id": 451,
- "name": "Roy's Son",
- "status": "Alive",
- "species": "Human",
- "type": "Game",
- "gender": "Male",
- "origin": {
- "name": "Roy: A Life Well Lived",
- "url": "https://rickandmortyapi.com/api/location/32"
- },
- "location": {
- "name": "Roy: A Life Well Lived",
- "url": "https://rickandmortyapi.com/api/location/32"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/451.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13"
- ],
- "url": "https://rickandmortyapi.com/api/character/451",
- "created": "2018-05-01T13:59:18.964Z"
- },
- {
- "id": 452,
- "name": "Simon",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/452.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/16"
- ],
- "url": "https://rickandmortyapi.com/api/character/452",
- "created": "2018-05-01T14:20:10.187Z"
- },
- {
- "id": 453,
- "name": "Vampire Master's Assistant",
- "status": "Alive",
- "species": "Vampire",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/453.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/18"
- ],
- "url": "https://rickandmortyapi.com/api/character/453",
- "created": "2018-05-01T15:20:15.582Z"
- },
- {
- "id": 454,
- "name": "Arbolian Mentirososian",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "unknown",
- "origin": {
- "name": "Árboles Mentirosos",
- "url": "https://rickandmortyapi.com/api/location/75"
- },
- "location": {
- "name": "St. Gloopy Noops Hospital",
- "url": "https://rickandmortyapi.com/api/location/16"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/454.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/16",
- "https://rickandmortyapi.com/api/episode/19",
- "https://rickandmortyapi.com/api/episode/21"
- ],
- "url": "https://rickandmortyapi.com/api/character/454",
- "created": "2018-05-01T15:30:21.493Z"
- },
- {
- "id": 455,
- "name": "St. Gloopy Noops Nurse",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "St. Gloopy Noops Hospital",
- "url": "https://rickandmortyapi.com/api/location/16"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/455.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/455",
- "created": "2018-05-01T15:34:19.679Z"
- },
- {
- "id": 456,
- "name": "Nano Doctor",
- "status": "Alive",
- "species": "Alien",
- "type": "Nano Alien",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "St. Gloopy Noops Hospital",
- "url": "https://rickandmortyapi.com/api/location/16"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/456.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/456",
- "created": "2018-05-01T15:42:07.919Z"
- },
- {
- "id": 457,
- "name": "Funny Songs Presenter",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/457.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/457",
- "created": "2018-05-01T16:08:23.458Z"
- },
- {
- "id": 458,
- "name": "Tax Attorney",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/458.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/458",
- "created": "2018-05-01T16:11:17.925Z"
- },
- {
- "id": 459,
- "name": "Butthole Ice Cream Guy",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/459.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/459",
- "created": "2018-05-01T16:53:23.462Z"
- },
- {
- "id": 460,
- "name": "Traflorkian Journalist",
- "status": "Alive",
- "species": "Alien",
- "type": "Traflorkian",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "St. Gloopy Noops Hospital",
- "url": "https://rickandmortyapi.com/api/location/16"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/460.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/460",
- "created": "2018-05-01T17:03:39.846Z"
- },
- {
- "id": 461,
- "name": "Communication's Responsible Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/461.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/461",
- "created": "2018-05-22T16:06:28.494Z"
- },
- {
- "id": 462,
- "name": "Teleportation's Responsible Rick",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/462.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/462",
- "created": "2018-05-22T16:16:02.653Z"
- },
- {
- "id": 463,
- "name": "SEAL Team Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/463.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/463",
- "created": "2018-05-22T16:21:44.379Z"
- },
- {
- "id": 464,
- "name": "SEAL Team Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/464.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/464",
- "created": "2018-05-22T16:21:58.176Z"
- },
- {
- "id": 465,
- "name": "SEAL Team Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/465.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/465",
- "created": "2018-05-22T16:22:12.309Z"
- },
- {
- "id": 466,
- "name": "SEAL Team Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/466.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/466",
- "created": "2018-05-22T16:23:24.470Z"
- },
- {
- "id": 467,
- "name": "Morphizer-XE Customer Support",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/467.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/26"
- ],
- "url": "https://rickandmortyapi.com/api/character/467",
- "created": "2018-05-22T16:46:18.038Z"
- },
- {
- "id": 468,
- "name": "Morphizer-XE Customer Support",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/468.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/26"
- ],
- "url": "https://rickandmortyapi.com/api/character/468",
- "created": "2018-05-22T16:46:37.603Z"
- },
- {
- "id": 469,
- "name": "Morphizer-XE Customer Support",
- "status": "unknown",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/469.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/26"
- ],
- "url": "https://rickandmortyapi.com/api/character/469",
- "created": "2018-05-22T16:46:50.518Z"
- },
- {
- "id": 470,
- "name": "Alien Spa Employee",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Alien Day Spa",
- "url": "https://rickandmortyapi.com/api/location/76"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/470.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/27"
- ],
- "url": "https://rickandmortyapi.com/api/character/470",
- "created": "2018-05-22T17:01:59.602Z"
- },
- {
- "id": 471,
- "name": "Little Voltron",
- "status": "Alive",
- "species": "Robot",
- "type": "",
- "gender": "Genderless",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/471.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/27"
- ],
- "url": "https://rickandmortyapi.com/api/character/471",
- "created": "2018-05-22T17:07:21.833Z"
- },
- {
- "id": 472,
- "name": "Baby Rick",
- "status": "Alive",
- "species": "Human",
- "type": "Clone",
- "gender": "Male",
- "origin": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/472.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/472",
- "created": "2018-05-22T17:11:53.084Z"
- },
- {
- "id": 473,
- "name": "Bartender Morty",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/473.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/473",
- "created": "2018-05-22T17:14:41.628Z"
- },
- {
- "id": 474,
- "name": "Dancer Cowboy Morty",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/474.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/474",
- "created": "2018-05-22T17:17:10.102Z"
- },
- {
- "id": 475,
- "name": "Dancer Morty",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/475.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/475",
- "created": "2018-05-22T17:17:49.270Z"
- },
- {
- "id": 476,
- "name": "Flower Morty",
- "status": "Alive",
- "species": "Human",
- "type": "Human with a flower in his head",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/476.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/476",
- "created": "2018-05-22T17:18:46.129Z"
- },
- {
- "id": 477,
- "name": "Hairdresser Rick",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/477.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/477",
- "created": "2018-05-22T17:19:36.127Z"
- },
- {
- "id": 478,
- "name": "Journalist Rick",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/478.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/478",
- "created": "2018-05-22T17:22:18.417Z"
- },
- {
- "id": 479,
- "name": "Private Sector Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/479.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/479",
- "created": "2018-05-22T17:23:18.546Z"
- },
- {
- "id": 480,
- "name": "Purple Morty",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/480.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/480",
- "created": "2018-05-22T17:24:38.571Z"
- },
- {
- "id": 481,
- "name": "Retired General Rick",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/481.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/481",
- "created": "2018-05-22T17:29:50.642Z"
- },
- {
- "id": 482,
- "name": "Secret Service Rick",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/482.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/482",
- "created": "2018-05-22T17:32:32.561Z"
- },
- {
- "id": 483,
- "name": "Steve Jobs Rick",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/483.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/483",
- "created": "2018-05-22T17:33:33.815Z"
- },
- {
- "id": 484,
- "name": "Sheik Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/484.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/484",
- "created": "2018-05-22T17:35:26.250Z"
- },
- {
- "id": 485,
- "name": "Modern Rick",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/485.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/485",
- "created": "2018-05-22T17:36:56.925Z"
- },
- {
- "id": 486,
- "name": "Tan Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/486.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/486",
- "created": "2018-05-22T17:37:37.764Z"
- },
- {
- "id": 487,
- "name": "Visor Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/487.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/487",
- "created": "2018-05-22T17:38:28.593Z"
- },
- {
- "id": 488,
- "name": "Colonial Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/488.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/488",
- "created": "2018-05-22T17:39:06.439Z"
- },
- {
- "id": 489,
- "name": "P-Coat Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/489.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/489",
- "created": "2018-05-22T17:39:37.604Z"
- },
- {
- "id": 490,
- "name": "Chang",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "The Menagerie",
- "url": "https://rickandmortyapi.com/api/location/25"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/490.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/29"
- ],
- "url": "https://rickandmortyapi.com/api/character/490",
- "created": "2018-05-22T17:43:52.543Z"
- },
- {
- "id": 491,
- "name": "Dr. Eleanor Arroway",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "The Menagerie",
- "url": "https://rickandmortyapi.com/api/location/25"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/491.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/29"
- ],
- "url": "https://rickandmortyapi.com/api/character/491",
- "created": "2018-05-22T17:44:32.071Z"
- },
- {
- "id": 492,
- "name": "Varrix",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/492.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/30"
- ],
- "url": "https://rickandmortyapi.com/api/character/492",
- "created": "2018-05-22T17:49:13.883Z"
- },
- {
- "id": 493,
- "name": "Secretary of the Interior",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/493.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/31"
- ],
- "url": "https://rickandmortyapi.com/api/character/493",
- "created": "2018-05-22T17:51:07.373Z"
- }
- ]
-};
diff --git a/src/data/rickandmorty/rickandmorty.json b/src/data/rickandmorty/rickandmorty.json
deleted file mode 100644
index 62daad81..00000000
--- a/src/data/rickandmorty/rickandmorty.json
+++ /dev/null
@@ -1,11165 +0,0 @@
-{
- "info": {
- "count": 493,
- "pages": 25,
- "next": "https://rickandmortyapi.com/api/character/?page=2",
- "prev": ""
- },
- "results": [
- {
- "id": 1,
- "name": "Rick Sanchez",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/1.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/1",
- "https://rickandmortyapi.com/api/episode/2",
- "https://rickandmortyapi.com/api/episode/3",
- "https://rickandmortyapi.com/api/episode/4",
- "https://rickandmortyapi.com/api/episode/5",
- "https://rickandmortyapi.com/api/episode/6",
- "https://rickandmortyapi.com/api/episode/7",
- "https://rickandmortyapi.com/api/episode/8",
- "https://rickandmortyapi.com/api/episode/9",
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/12",
- "https://rickandmortyapi.com/api/episode/13",
- "https://rickandmortyapi.com/api/episode/14",
- "https://rickandmortyapi.com/api/episode/15",
- "https://rickandmortyapi.com/api/episode/16",
- "https://rickandmortyapi.com/api/episode/17",
- "https://rickandmortyapi.com/api/episode/18",
- "https://rickandmortyapi.com/api/episode/19",
- "https://rickandmortyapi.com/api/episode/20",
- "https://rickandmortyapi.com/api/episode/21",
- "https://rickandmortyapi.com/api/episode/22",
- "https://rickandmortyapi.com/api/episode/23",
- "https://rickandmortyapi.com/api/episode/24",
- "https://rickandmortyapi.com/api/episode/25",
- "https://rickandmortyapi.com/api/episode/26",
- "https://rickandmortyapi.com/api/episode/27",
- "https://rickandmortyapi.com/api/episode/28",
- "https://rickandmortyapi.com/api/episode/29",
- "https://rickandmortyapi.com/api/episode/30",
- "https://rickandmortyapi.com/api/episode/31"
- ],
- "url": "https://rickandmortyapi.com/api/character/1",
- "created": "2017-11-04T18:48:46.250Z"
- },
- {
- "id": 2,
- "name": "Morty Smith",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/2.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/1",
- "https://rickandmortyapi.com/api/episode/2",
- "https://rickandmortyapi.com/api/episode/3",
- "https://rickandmortyapi.com/api/episode/4",
- "https://rickandmortyapi.com/api/episode/5",
- "https://rickandmortyapi.com/api/episode/6",
- "https://rickandmortyapi.com/api/episode/7",
- "https://rickandmortyapi.com/api/episode/8",
- "https://rickandmortyapi.com/api/episode/9",
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/12",
- "https://rickandmortyapi.com/api/episode/13",
- "https://rickandmortyapi.com/api/episode/14",
- "https://rickandmortyapi.com/api/episode/15",
- "https://rickandmortyapi.com/api/episode/16",
- "https://rickandmortyapi.com/api/episode/17",
- "https://rickandmortyapi.com/api/episode/18",
- "https://rickandmortyapi.com/api/episode/19",
- "https://rickandmortyapi.com/api/episode/20",
- "https://rickandmortyapi.com/api/episode/21",
- "https://rickandmortyapi.com/api/episode/22",
- "https://rickandmortyapi.com/api/episode/23",
- "https://rickandmortyapi.com/api/episode/24",
- "https://rickandmortyapi.com/api/episode/25",
- "https://rickandmortyapi.com/api/episode/26",
- "https://rickandmortyapi.com/api/episode/27",
- "https://rickandmortyapi.com/api/episode/28",
- "https://rickandmortyapi.com/api/episode/29",
- "https://rickandmortyapi.com/api/episode/30",
- "https://rickandmortyapi.com/api/episode/31"
- ],
- "url": "https://rickandmortyapi.com/api/character/2",
- "created": "2017-11-04T18:50:21.651Z"
- },
- {
- "id": 3,
- "name": "Summer Smith",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/3.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/6",
- "https://rickandmortyapi.com/api/episode/7",
- "https://rickandmortyapi.com/api/episode/8",
- "https://rickandmortyapi.com/api/episode/9",
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/12",
- "https://rickandmortyapi.com/api/episode/14",
- "https://rickandmortyapi.com/api/episode/15",
- "https://rickandmortyapi.com/api/episode/16",
- "https://rickandmortyapi.com/api/episode/17",
- "https://rickandmortyapi.com/api/episode/18",
- "https://rickandmortyapi.com/api/episode/19",
- "https://rickandmortyapi.com/api/episode/20",
- "https://rickandmortyapi.com/api/episode/21",
- "https://rickandmortyapi.com/api/episode/22",
- "https://rickandmortyapi.com/api/episode/23",
- "https://rickandmortyapi.com/api/episode/24",
- "https://rickandmortyapi.com/api/episode/25",
- "https://rickandmortyapi.com/api/episode/26",
- "https://rickandmortyapi.com/api/episode/27",
- "https://rickandmortyapi.com/api/episode/29",
- "https://rickandmortyapi.com/api/episode/30",
- "https://rickandmortyapi.com/api/episode/31"
- ],
- "url": "https://rickandmortyapi.com/api/character/3",
- "created": "2017-11-04T19:09:56.428Z"
- },
- {
- "id": 4,
- "name": "Beth Smith",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/4.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/6",
- "https://rickandmortyapi.com/api/episode/7",
- "https://rickandmortyapi.com/api/episode/8",
- "https://rickandmortyapi.com/api/episode/9",
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/12",
- "https://rickandmortyapi.com/api/episode/14",
- "https://rickandmortyapi.com/api/episode/15",
- "https://rickandmortyapi.com/api/episode/16",
- "https://rickandmortyapi.com/api/episode/18",
- "https://rickandmortyapi.com/api/episode/19",
- "https://rickandmortyapi.com/api/episode/20",
- "https://rickandmortyapi.com/api/episode/21",
- "https://rickandmortyapi.com/api/episode/22",
- "https://rickandmortyapi.com/api/episode/23",
- "https://rickandmortyapi.com/api/episode/24",
- "https://rickandmortyapi.com/api/episode/25",
- "https://rickandmortyapi.com/api/episode/26",
- "https://rickandmortyapi.com/api/episode/27",
- "https://rickandmortyapi.com/api/episode/28",
- "https://rickandmortyapi.com/api/episode/29",
- "https://rickandmortyapi.com/api/episode/30",
- "https://rickandmortyapi.com/api/episode/31"
- ],
- "url": "https://rickandmortyapi.com/api/character/4",
- "created": "2017-11-04T19:22:43.665Z"
- },
- {
- "id": 5,
- "name": "Jerry Smith",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/5.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/6",
- "https://rickandmortyapi.com/api/episode/7",
- "https://rickandmortyapi.com/api/episode/8",
- "https://rickandmortyapi.com/api/episode/9",
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/12",
- "https://rickandmortyapi.com/api/episode/13",
- "https://rickandmortyapi.com/api/episode/14",
- "https://rickandmortyapi.com/api/episode/15",
- "https://rickandmortyapi.com/api/episode/16",
- "https://rickandmortyapi.com/api/episode/18",
- "https://rickandmortyapi.com/api/episode/19",
- "https://rickandmortyapi.com/api/episode/20",
- "https://rickandmortyapi.com/api/episode/21",
- "https://rickandmortyapi.com/api/episode/22",
- "https://rickandmortyapi.com/api/episode/23",
- "https://rickandmortyapi.com/api/episode/26",
- "https://rickandmortyapi.com/api/episode/29",
- "https://rickandmortyapi.com/api/episode/30",
- "https://rickandmortyapi.com/api/episode/31"
- ],
- "url": "https://rickandmortyapi.com/api/character/5",
- "created": "2017-11-04T19:26:56.301Z"
- },
- {
- "id": 6,
- "name": "Abadango Cluster Princess",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Abadango",
- "url": "https://rickandmortyapi.com/api/location/2"
- },
- "location": {
- "name": "Abadango",
- "url": "https://rickandmortyapi.com/api/location/2"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/6.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/27"
- ],
- "url": "https://rickandmortyapi.com/api/character/6",
- "created": "2017-11-04T19:50:28.250Z"
- },
- {
- "id": 7,
- "name": "Abradolf Lincler",
- "status": "unknown",
- "species": "Human",
- "type": "Genetic experiment",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Testicle Monster Dimension",
- "url": "https://rickandmortyapi.com/api/location/21"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/7.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/11"
- ],
- "url": "https://rickandmortyapi.com/api/character/7",
- "created": "2017-11-04T19:59:20.523Z"
- },
- {
- "id": 8,
- "name": "Adjudicator Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/8.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/8",
- "created": "2017-11-04T20:03:34.737Z"
- },
- {
- "id": 9,
- "name": "Agency Director",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/9.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/24"
- ],
- "url": "https://rickandmortyapi.com/api/character/9",
- "created": "2017-11-04T20:06:54.976Z"
- },
- {
- "id": 10,
- "name": "Alan Rails",
- "status": "Dead",
- "species": "Human",
- "type": "Superhuman (Ghost trains summoner)",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Worldender's lair",
- "url": "https://rickandmortyapi.com/api/location/4"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/10.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/10",
- "created": "2017-11-04T20:19:09.017Z"
- },
- {
- "id": 11,
- "name": "Albert Einstein",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/11.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/12"
- ],
- "url": "https://rickandmortyapi.com/api/character/11",
- "created": "2017-11-04T20:20:20.965Z"
- },
- {
- "id": 12,
- "name": "Alexander",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Anatomy Park",
- "url": "https://rickandmortyapi.com/api/location/5"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/12.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/3"
- ],
- "url": "https://rickandmortyapi.com/api/character/12",
- "created": "2017-11-04T20:32:33.144Z"
- },
- {
- "id": 13,
- "name": "Alien Googah",
- "status": "unknown",
- "species": "Alien",
- "type": "",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/13.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/31"
- ],
- "url": "https://rickandmortyapi.com/api/character/13",
- "created": "2017-11-04T20:33:30.779Z"
- },
- {
- "id": 14,
- "name": "Alien Morty",
- "status": "unknown",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/14.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/14",
- "created": "2017-11-04T20:51:31.373Z"
- },
- {
- "id": 15,
- "name": "Alien Rick",
- "status": "unknown",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/15.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/15",
- "created": "2017-11-04T20:56:13.215Z"
- },
- {
- "id": 16,
- "name": "Amish Cyborg",
- "status": "Dead",
- "species": "Alien",
- "type": "Parasite, Cyborg",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/16.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/15"
- ],
- "url": "https://rickandmortyapi.com/api/character/16",
- "created": "2017-11-04T21:12:45.235Z"
- },
- {
- "id": 17,
- "name": "Annie",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Anatomy Park",
- "url": "https://rickandmortyapi.com/api/location/5"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/17.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/3"
- ],
- "url": "https://rickandmortyapi.com/api/character/17",
- "created": "2017-11-04T22:21:24.481Z"
- },
- {
- "id": 18,
- "name": "Antenna Morty",
- "status": "Alive",
- "species": "Human",
- "type": "Human with antennae",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/18.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/18",
- "created": "2017-11-04T22:25:29.008Z"
- },
- {
- "id": 19,
- "name": "Antenna Rick",
- "status": "unknown",
- "species": "Human",
- "type": "Human with antennae",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/19.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/19",
- "created": "2017-11-04T22:28:13.756Z"
- },
- {
- "id": 20,
- "name": "Ants in my Eyes Johnson",
- "status": "unknown",
- "species": "Human",
- "type": "Human with ants in his eyes",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/20.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/20",
- "created": "2017-11-04T22:34:53.659Z"
- },
- {
- "id": 21,
- "name": "Aqua Morty",
- "status": "unknown",
- "species": "Humanoid",
- "type": "Fish-Person",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/21.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/21",
- "created": "2017-11-04T22:39:48.055Z"
- },
- {
- "id": 22,
- "name": "Aqua Rick",
- "status": "unknown",
- "species": "Humanoid",
- "type": "Fish-Person",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/22.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/22",
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/22",
- "created": "2017-11-04T22:41:07.171Z"
- },
- {
- "id": 23,
- "name": "Arcade Alien",
- "status": "unknown",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Immortality Field Resort",
- "url": "https://rickandmortyapi.com/api/location/7"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/23.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13",
- "https://rickandmortyapi.com/api/episode/19",
- "https://rickandmortyapi.com/api/episode/21",
- "https://rickandmortyapi.com/api/episode/25",
- "https://rickandmortyapi.com/api/episode/26"
- ],
- "url": "https://rickandmortyapi.com/api/character/23",
- "created": "2017-11-05T08:43:05.095Z"
- },
- {
- "id": 24,
- "name": "Armagheadon",
- "status": "Alive",
- "species": "Alien",
- "type": "Cromulon",
- "gender": "Male",
- "origin": {
- "name": "Signus 5 Expanse",
- "url": "https://rickandmortyapi.com/api/location/22"
- },
- "location": {
- "name": "Signus 5 Expanse",
- "url": "https://rickandmortyapi.com/api/location/22"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/24.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/16"
- ],
- "url": "https://rickandmortyapi.com/api/character/24",
- "created": "2017-11-05T08:48:30.776Z"
- },
- {
- "id": 25,
- "name": "Armothy",
- "status": "Dead",
- "species": "unknown",
- "type": "Self-aware arm",
- "gender": "Male",
- "origin": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "location": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/25.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/23"
- ],
- "url": "https://rickandmortyapi.com/api/character/25",
- "created": "2017-11-05T08:54:29.343Z"
- },
- {
- "id": 26,
- "name": "Arthricia",
- "status": "Alive",
- "species": "Alien",
- "type": "Cat-Person",
- "gender": "Female",
- "origin": {
- "name": "Purge Planet",
- "url": "https://rickandmortyapi.com/api/location/9"
- },
- "location": {
- "name": "Purge Planet",
- "url": "https://rickandmortyapi.com/api/location/9"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/26.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/20"
- ],
- "url": "https://rickandmortyapi.com/api/character/26",
- "created": "2017-11-05T08:56:46.165Z"
- },
- {
- "id": 27,
- "name": "Artist Morty",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/27.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/27",
- "created": "2017-11-05T08:59:07.457Z"
- },
- {
- "id": 28,
- "name": "Attila Starwar",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/28.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8",
- "https://rickandmortyapi.com/api/episode/13",
- "https://rickandmortyapi.com/api/episode/17"
- ],
- "url": "https://rickandmortyapi.com/api/character/28",
- "created": "2017-11-05T09:02:16.595Z"
- },
- {
- "id": 29,
- "name": "Baby Legs",
- "status": "Alive",
- "species": "Human",
- "type": "Human with baby legs",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/29.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/29",
- "created": "2017-11-05T09:06:19.644Z"
- },
- {
- "id": 30,
- "name": "Baby Poopybutthole",
- "status": "Alive",
- "species": "Poopybutthole",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/30.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/31"
- ],
- "url": "https://rickandmortyapi.com/api/character/30",
- "created": "2017-11-05T09:13:16.483Z"
- },
- {
- "id": 31,
- "name": "Baby Wizard",
- "status": "Dead",
- "species": "Alien",
- "type": "Parasite",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/31.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/15"
- ],
- "url": "https://rickandmortyapi.com/api/character/31",
- "created": "2017-11-05T09:15:11.286Z"
- },
- {
- "id": 32,
- "name": "Bearded Lady",
- "status": "Dead",
- "species": "Alien",
- "type": "Parasite",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/32.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/15"
- ],
- "url": "https://rickandmortyapi.com/api/character/32",
- "created": "2017-11-05T09:18:04.184Z"
- },
- {
- "id": 33,
- "name": "Beebo",
- "status": "Dead",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Venzenulon 7",
- "url": "https://rickandmortyapi.com/api/location/10"
- },
- "location": {
- "name": "Venzenulon 7",
- "url": "https://rickandmortyapi.com/api/location/10"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/33.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/29"
- ],
- "url": "https://rickandmortyapi.com/api/character/33",
- "created": "2017-11-05T09:21:55.595Z"
- },
- {
- "id": 34,
- "name": "Benjamin",
- "status": "Alive",
- "species": "Poopybutthole",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/34.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8",
- "https://rickandmortyapi.com/api/episode/13",
- "https://rickandmortyapi.com/api/episode/17"
- ],
- "url": "https://rickandmortyapi.com/api/character/34",
- "created": "2017-11-05T09:24:04.748Z"
- },
- {
- "id": 35,
- "name": "Bepisian",
- "status": "Alive",
- "species": "Alien",
- "type": "Bepisian",
- "gender": "unknown",
- "origin": {
- "name": "Bepis 9",
- "url": "https://rickandmortyapi.com/api/location/11"
- },
- "location": {
- "name": "Bepis 9",
- "url": "https://rickandmortyapi.com/api/location/11"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/35.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/1",
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/19",
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/35",
- "created": "2017-11-05T09:27:38.491Z"
- },
- {
- "id": 36,
- "name": "Beta-Seven",
- "status": "Alive",
- "species": "Alien",
- "type": "Hivemind",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/36.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/14"
- ],
- "url": "https://rickandmortyapi.com/api/character/36",
- "created": "2017-11-05T09:31:08.952Z"
- },
- {
- "id": 37,
- "name": "Beth Sanchez",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (C-500A)",
- "url": "https://rickandmortyapi.com/api/location/23"
- },
- "location": {
- "name": "Earth (C-500A)",
- "url": "https://rickandmortyapi.com/api/location/23"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/37.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/37",
- "created": "2017-11-05T09:38:22.960Z"
- },
- {
- "id": 38,
- "name": "Beth Smith",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/38.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/1",
- "https://rickandmortyapi.com/api/episode/2",
- "https://rickandmortyapi.com/api/episode/3",
- "https://rickandmortyapi.com/api/episode/4",
- "https://rickandmortyapi.com/api/episode/5",
- "https://rickandmortyapi.com/api/episode/6",
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/38",
- "created": "2017-11-05T09:48:44.230Z"
- },
- {
- "id": 39,
- "name": "Beth Smith",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (Evil Rick's Target Dimension)",
- "url": "https://rickandmortyapi.com/api/location/34"
- },
- "location": {
- "name": "Earth (Evil Rick's Target Dimension)",
- "url": "https://rickandmortyapi.com/api/location/34"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/39.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/39",
- "created": "2017-11-05T09:52:31.777Z"
- },
- {
- "id": 40,
- "name": "Beth's Mytholog",
- "status": "Dead",
- "species": "Mytholog",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Nuptia 4",
- "url": "https://rickandmortyapi.com/api/location/13"
- },
- "location": {
- "name": "Nuptia 4",
- "url": "https://rickandmortyapi.com/api/location/13"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/40.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/18"
- ],
- "url": "https://rickandmortyapi.com/api/character/40",
- "created": "2017-11-05T10:02:26.701Z"
- },
- {
- "id": 41,
- "name": "Big Boobed Waitress",
- "status": "Alive",
- "species": "Humanoid",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Fantasy World",
- "url": "https://rickandmortyapi.com/api/location/48"
- },
- "location": {
- "name": "Fantasy World",
- "url": "https://rickandmortyapi.com/api/location/48"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/41.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/5"
- ],
- "url": "https://rickandmortyapi.com/api/character/41",
- "created": "2017-11-05T10:13:45.960Z"
- },
- {
- "id": 42,
- "name": "Big Head Morty",
- "status": "unknown",
- "species": "Human",
- "type": "Human with giant head",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/42.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/42",
- "created": "2017-11-05T10:15:53.349Z"
- },
- {
- "id": 43,
- "name": "Big Morty",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/43.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/43",
- "created": "2017-11-05T10:17:04.997Z"
- },
- {
- "id": 44,
- "name": "Body Guard Morty",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/44.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/44",
- "created": "2017-11-05T10:18:11.062Z"
- },
- {
- "id": 45,
- "name": "Bill",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/45.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/3"
- ],
- "url": "https://rickandmortyapi.com/api/character/45",
- "created": "2017-11-05T10:22:27.446Z"
- },
- {
- "id": 46,
- "name": "Bill",
- "status": "unknown",
- "species": "Animal",
- "type": "Dog",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/46.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/2"
- ],
- "url": "https://rickandmortyapi.com/api/character/46",
- "created": "2017-11-05T10:24:38.089Z"
- },
- {
- "id": 47,
- "name": "Birdperson",
- "status": "Dead",
- "species": "Alien",
- "type": "Bird-Person",
- "gender": "Male",
- "origin": {
- "name": "Bird World",
- "url": "https://rickandmortyapi.com/api/location/15"
- },
- "location": {
- "name": "Planet Squanch",
- "url": "https://rickandmortyapi.com/api/location/35"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/47.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/16",
- "https://rickandmortyapi.com/api/episode/21",
- "https://rickandmortyapi.com/api/episode/22",
- "https://rickandmortyapi.com/api/episode/26"
- ],
- "url": "https://rickandmortyapi.com/api/character/47",
- "created": "2017-11-05T11:13:36.018Z"
- },
- {
- "id": 48,
- "name": "Black Rick",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/48.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22",
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/48",
- "created": "2017-11-05T11:15:26.044Z"
- },
- {
- "id": 49,
- "name": "Blamph",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/49.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/49",
- "created": "2017-11-05T11:18:26.702Z"
- },
- {
- "id": 50,
- "name": "Blim Blam",
- "status": "Alive",
- "species": "Alien",
- "type": "Korblock",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/50.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/14"
- ],
- "url": "https://rickandmortyapi.com/api/character/50",
- "created": "2017-11-05T11:21:43.756Z"
- },
- {
- "id": 51,
- "name": "Blue Diplomat",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/51.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/51",
- "created": "2017-11-05T11:24:49.688Z"
- },
- {
- "id": 52,
- "name": "Blue Footprint Guy",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "location": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/52.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/23"
- ],
- "url": "https://rickandmortyapi.com/api/character/52",
- "created": "2017-11-05T11:26:42.084Z"
- },
- {
- "id": 53,
- "name": "Blue Shirt Morty",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/53.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/53",
- "created": "2017-11-05T11:28:38.627Z"
- },
- {
- "id": 54,
- "name": "Bobby Moynihan",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/54.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/54",
- "created": "2017-11-05T11:31:26.348Z"
- },
- {
- "id": 55,
- "name": "Boobloosian",
- "status": "Dead",
- "species": "Alien",
- "type": "Boobloosian",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Nuptia 4",
- "url": "https://rickandmortyapi.com/api/location/13"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/55.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/18",
- "https://rickandmortyapi.com/api/episode/21"
- ],
- "url": "https://rickandmortyapi.com/api/character/55",
- "created": "2017-11-05T11:32:53.847Z"
- },
- {
- "id": 56,
- "name": "Bootleg Portal Chemist Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/56.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/56",
- "created": "2017-11-05T11:34:16.447Z"
- },
- {
- "id": 57,
- "name": "Borpocian",
- "status": "Alive",
- "species": "Alien",
- "type": "Elephant-Person",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/57.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/57",
- "created": "2017-11-05T11:38:29.459Z"
- },
- {
- "id": 58,
- "name": "Brad",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/58.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/6",
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/30"
- ],
- "url": "https://rickandmortyapi.com/api/character/58",
- "created": "2017-11-05T11:40:02.554Z"
- },
- {
- "id": 59,
- "name": "Brad Anderson",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/59.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/7"
- ],
- "url": "https://rickandmortyapi.com/api/character/59",
- "created": "2017-11-05T11:41:38.964Z"
- },
- {
- "id": 60,
- "name": "Calypso",
- "status": "Dead",
- "species": "Human",
- "type": "Superhuman",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/60.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/60",
- "created": "2017-11-05T11:52:45.852Z"
- },
- {
- "id": 61,
- "name": "Campaign Manager Morty",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/61.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/61",
- "created": "2017-11-05T11:53:44.737Z"
- },
- {
- "id": 62,
- "name": "Canklanker Thom",
- "status": "Dead",
- "species": "Alien",
- "type": "Gromflomite",
- "gender": "Male",
- "origin": {
- "name": "Gromflom Prime",
- "url": "https://rickandmortyapi.com/api/location/19"
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/62.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/1"
- ],
- "url": "https://rickandmortyapi.com/api/character/62",
- "created": "2017-11-05T12:06:23.217Z"
- },
- {
- "id": 63,
- "name": "Centaur",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Centaur",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Mr. Goldenfold's dream",
- "url": "https://rickandmortyapi.com/api/location/18"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/63.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/2"
- ],
- "url": "https://rickandmortyapi.com/api/character/63",
- "created": "2017-11-05T12:22:17.848Z"
- },
- {
- "id": 64,
- "name": "Chris",
- "status": "Dead",
- "species": "Alien",
- "type": "Organic gun",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/64.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/12"
- ],
- "url": "https://rickandmortyapi.com/api/character/64",
- "created": "2017-11-05T12:25:03.541Z"
- },
- {
- "id": 65,
- "name": "Chris",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Microverse inhabitant",
- "gender": "Male",
- "origin": {
- "name": "Rick's Battery Microverse",
- "url": "https://rickandmortyapi.com/api/location/24"
- },
- "location": {
- "name": "Rick's Battery Microverse",
- "url": "https://rickandmortyapi.com/api/location/24"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/65.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/17"
- ],
- "url": "https://rickandmortyapi.com/api/character/65",
- "created": "2017-11-30T11:02:41.935Z"
- },
- {
- "id": 66,
- "name": "Coach Feratu (Balik Alistane)",
- "status": "Dead",
- "species": "Vampire",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/66.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/18"
- ],
- "url": "https://rickandmortyapi.com/api/character/66",
- "created": "2017-11-30T11:10:10.491Z"
- },
- {
- "id": 67,
- "name": "Collector",
- "status": "Alive",
- "species": "Alien",
- "type": "Light bulb-Alien",
- "gender": "Male",
- "origin": {
- "name": "The Menagerie",
- "url": "https://rickandmortyapi.com/api/location/25"
- },
- "location": {
- "name": "The Menagerie",
- "url": "https://rickandmortyapi.com/api/location/25"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/67.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/29"
- ],
- "url": "https://rickandmortyapi.com/api/character/67",
- "created": "2017-11-30T11:13:46.785Z"
- },
- {
- "id": 68,
- "name": "Colossus",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "location": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/68.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/23"
- ],
- "url": "https://rickandmortyapi.com/api/character/68",
- "created": "2017-11-30T11:17:32.733Z"
- },
- {
- "id": 69,
- "name": "Commander Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/69.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/69",
- "created": "2017-11-30T11:28:06.461Z"
- },
- {
- "id": 70,
- "name": "Concerto",
- "status": "Dead",
- "species": "Humanoid",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/70.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/24"
- ],
- "url": "https://rickandmortyapi.com/api/character/70",
- "created": "2017-11-30T11:31:41.926Z"
- },
- {
- "id": 71,
- "name": "Conroy",
- "status": "Dead",
- "species": "Robot",
- "type": "",
- "gender": "unknown",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/71.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/71",
- "created": "2017-11-30T11:35:50.183Z"
- },
- {
- "id": 72,
- "name": "Cool Rick",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (K-83)",
- "url": "https://rickandmortyapi.com/api/location/26"
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/72.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/72",
- "created": "2017-11-30T11:41:11.542Z"
- },
- {
- "id": 73,
- "name": "Cop Morty",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/73.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/73",
- "created": "2017-11-30T11:43:04.217Z"
- },
- {
- "id": 74,
- "name": "Cop Rick",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/74.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/74",
- "created": "2017-11-30T11:48:18.950Z"
- },
- {
- "id": 75,
- "name": "Courier Flap",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Planet Squanch",
- "url": "https://rickandmortyapi.com/api/location/35"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/75.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/21"
- ],
- "url": "https://rickandmortyapi.com/api/character/75",
- "created": "2017-11-30T12:12:57.553Z"
- },
- {
- "id": 76,
- "name": "Cousin Nicky",
- "status": "Dead",
- "species": "Alien",
- "type": "Parasite",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/76.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/15"
- ],
- "url": "https://rickandmortyapi.com/api/character/76",
- "created": "2017-11-30T14:11:52.882Z"
- },
- {
- "id": 77,
- "name": "Cowboy Morty",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/77.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/77",
- "created": "2017-11-30T14:13:17.371Z"
- },
- {
- "id": 78,
- "name": "Cowboy Rick",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/78.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/78",
- "created": "2017-11-30T14:15:18.347Z"
- },
- {
- "id": 79,
- "name": "Crab Spider",
- "status": "Alive",
- "species": "Alien",
- "type": "Animal",
- "gender": "unknown",
- "origin": {
- "name": "Hideout Planet",
- "url": "https://rickandmortyapi.com/api/location/27"
- },
- "location": {
- "name": "Hideout Planet",
- "url": "https://rickandmortyapi.com/api/location/27"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/79.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/79",
- "created": "2017-11-30T14:18:16.899Z"
- },
- {
- "id": 80,
- "name": "Creepy Little Girl",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Mr. Goldenfold's dream",
- "url": "https://rickandmortyapi.com/api/location/18"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/80.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/2"
- ],
- "url": "https://rickandmortyapi.com/api/character/80",
- "created": "2017-11-30T14:20:35.772Z"
- },
- {
- "id": 81,
- "name": "Crocubot",
- "status": "Dead",
- "species": "Humanoid",
- "type": "Robot-Crocodile hybrid",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Worldender's lair",
- "url": "https://rickandmortyapi.com/api/location/4"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/81.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/81",
- "created": "2017-11-30T14:23:41.053Z"
- },
- {
- "id": 82,
- "name": "Cronenberg Rick",
- "status": "unknown",
- "species": "Cronenberg",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Cronenberg Earth",
- "url": "https://rickandmortyapi.com/api/location/12"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/82.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/6",
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/82",
- "created": "2017-11-30T14:28:54.596Z"
- },
- {
- "id": 83,
- "name": "Cronenberg Morty",
- "status": "unknown",
- "species": "Cronenberg",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Cronenberg Earth",
- "url": "https://rickandmortyapi.com/api/location/12"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/83.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/6",
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/83",
- "created": "2017-11-30T20:02:29.204Z"
- },
- {
- "id": 84,
- "name": "Cult Leader Morty",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Hideout Planet",
- "url": "https://rickandmortyapi.com/api/location/27"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/84.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/84",
- "created": "2017-11-30T20:41:48.080Z"
- },
- {
- "id": 85,
- "name": "Cyclops Morty",
- "status": "Alive",
- "species": "Humanoid",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/85.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/85",
- "created": "2017-11-30T20:49:52.133Z"
- },
- {
- "id": 86,
- "name": "Cyclops Rick",
- "status": "Dead",
- "species": "Humanoid",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/86.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/22",
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/86",
- "created": "2017-11-30T20:53:10.382Z"
- },
- {
- "id": 87,
- "name": "Cynthia",
- "status": "Dead",
- "species": "Alien",
- "type": "Zigerion",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Zigerion's Base",
- "url": "https://rickandmortyapi.com/api/location/46"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/87.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/4"
- ],
- "url": "https://rickandmortyapi.com/api/character/87",
- "created": "2017-11-30T21:08:32.534Z"
- },
- {
- "id": 88,
- "name": "Cynthia",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/88.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8",
- "https://rickandmortyapi.com/api/episode/9",
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/88",
- "created": "2017-11-30T21:16:35.633Z"
- },
- {
- "id": 89,
- "name": "Dale",
- "status": "Dead",
- "species": "Humanoid",
- "type": "Giant",
- "gender": "Male",
- "origin": {
- "name": "Giant's Town",
- "url": "https://rickandmortyapi.com/api/location/14"
- },
- "location": {
- "name": "Giant's Town",
- "url": "https://rickandmortyapi.com/api/location/14"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/89.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/5"
- ],
- "url": "https://rickandmortyapi.com/api/character/89",
- "created": "2017-12-01T10:32:08.340Z"
- },
- {
- "id": 90,
- "name": "Daron Jefferson",
- "status": "Alive",
- "species": "Alien",
- "type": "Cone-nippled alien",
- "gender": "Male",
- "origin": {
- "name": "Unity's Planet",
- "url": "https://rickandmortyapi.com/api/location/28"
- },
- "location": {
- "name": "Unity's Planet",
- "url": "https://rickandmortyapi.com/api/location/28"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/90.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/14"
- ],
- "url": "https://rickandmortyapi.com/api/character/90",
- "created": "2017-12-01T10:54:34.736Z"
- },
- {
- "id": 91,
- "name": "David Letterman",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-500A)",
- "url": "https://rickandmortyapi.com/api/location/23"
- },
- "location": {
- "name": "Earth (C-500A)",
- "url": "https://rickandmortyapi.com/api/location/23"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/91.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/91",
- "created": "2017-12-01T11:12:25.105Z"
- },
- {
- "id": 92,
- "name": "Davin",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/92.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/1",
- "https://rickandmortyapi.com/api/episode/6"
- ],
- "url": "https://rickandmortyapi.com/api/character/92",
- "created": "2017-12-01T11:20:51.247Z"
- },
- {
- "id": 93,
- "name": "Diablo Verde",
- "status": "Dead",
- "species": "Humanoid",
- "type": "Demon",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Dorian 5",
- "url": "https://rickandmortyapi.com/api/location/29"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/93.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/93",
- "created": "2017-12-01T11:36:16.467Z"
- },
- {
- "id": 94,
- "name": "Diane Sanchez",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (Unknown dimension)",
- "url": "https://rickandmortyapi.com/api/location/30"
- },
- "location": {
- "name": "Earth (Unknown dimension)",
- "url": "https://rickandmortyapi.com/api/location/30"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/94.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/94",
- "created": "2017-12-01T11:49:43.929Z"
- },
- {
- "id": 95,
- "name": "Dipper and Mabel Mortys",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/95.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/95",
- "created": "2017-12-01T11:54:36.670Z"
- },
- {
- "id": 96,
- "name": "Tuberculosis",
- "status": "Dead",
- "species": "Disease",
- "type": "",
- "gender": "unknown",
- "origin": {
- "name": "Anatomy Park",
- "url": "https://rickandmortyapi.com/api/location/5"
- },
- "location": {
- "name": "Anatomy Park",
- "url": "https://rickandmortyapi.com/api/location/5"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/96.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/3"
- ],
- "url": "https://rickandmortyapi.com/api/character/96",
- "created": "2017-12-01T11:59:04.796Z"
- },
- {
- "id": 97,
- "name": "Gonorrhea",
- "status": "Dead",
- "species": "Disease",
- "type": "",
- "gender": "unknown",
- "origin": {
- "name": "Anatomy Park",
- "url": "https://rickandmortyapi.com/api/location/5"
- },
- "location": {
- "name": "Anatomy Park",
- "url": "https://rickandmortyapi.com/api/location/5"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/97.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/3"
- ],
- "url": "https://rickandmortyapi.com/api/character/97",
- "created": "2017-12-01T12:00:27.028Z"
- },
- {
- "id": 98,
- "name": "Hepatitis A",
- "status": "Dead",
- "species": "Disease",
- "type": "",
- "gender": "unknown",
- "origin": {
- "name": "Anatomy Park",
- "url": "https://rickandmortyapi.com/api/location/5"
- },
- "location": {
- "name": "Anatomy Park",
- "url": "https://rickandmortyapi.com/api/location/5"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/98.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/3"
- ],
- "url": "https://rickandmortyapi.com/api/character/98",
- "created": "2017-12-01T12:01:43.742Z"
- },
- {
- "id": 99,
- "name": "Hepatitis C",
- "status": "Dead",
- "species": "Disease",
- "type": "",
- "gender": "unknown",
- "origin": {
- "name": "Anatomy Park",
- "url": "https://rickandmortyapi.com/api/location/5"
- },
- "location": {
- "name": "Anatomy Park",
- "url": "https://rickandmortyapi.com/api/location/5"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/99.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/3"
- ],
- "url": "https://rickandmortyapi.com/api/character/99",
- "created": "2017-12-01T12:02:00.935Z"
- },
- {
- "id": 100,
- "name": "Bubonic Plague",
- "status": "Dead",
- "species": "Disease",
- "type": "",
- "gender": "unknown",
- "origin": {
- "name": "Anatomy Park",
- "url": "https://rickandmortyapi.com/api/location/5"
- },
- "location": {
- "name": "Anatomy Park",
- "url": "https://rickandmortyapi.com/api/location/5"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/100.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/3"
- ],
- "url": "https://rickandmortyapi.com/api/character/100",
- "created": "2017-12-01T12:02:21.611Z"
- },
- {
- "id": 101,
- "name": "E. Coli",
- "status": "Dead",
- "species": "Disease",
- "type": "",
- "gender": "unknown",
- "origin": {
- "name": "Anatomy Park",
- "url": "https://rickandmortyapi.com/api/location/5"
- },
- "location": {
- "name": "Anatomy Park",
- "url": "https://rickandmortyapi.com/api/location/5"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/101.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/3"
- ],
- "url": "https://rickandmortyapi.com/api/character/101",
- "created": "2017-12-01T12:03:31.433Z"
- },
- {
- "id": 102,
- "name": "Donna Gueterman",
- "status": "Dead",
- "species": "Robot",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Planet Squanch",
- "url": "https://rickandmortyapi.com/api/location/35"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/102.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/21"
- ],
- "url": "https://rickandmortyapi.com/api/character/102",
- "created": "2017-12-01T12:21:21.357Z"
- },
- {
- "id": 103,
- "name": "Doofus Rick",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (J19ζ7)",
- "url": "https://rickandmortyapi.com/api/location/31"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/103.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/103",
- "created": "2017-12-01T12:29:27.984Z"
- },
- {
- "id": 104,
- "name": "Doom-Nomitron",
- "status": "Dead",
- "species": "Alien",
- "type": "Shapeshifter",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Dorian 5",
- "url": "https://rickandmortyapi.com/api/location/29"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/104.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/104",
- "created": "2017-12-26T12:34:36.758Z"
- },
- {
- "id": 105,
- "name": "Dr. Glip-Glop",
- "status": "Dead",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "St. Gloopy Noops Hospital",
- "url": "https://rickandmortyapi.com/api/location/16"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/105.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/105",
- "created": "2017-12-26T12:39:22.855Z"
- },
- {
- "id": 106,
- "name": "Dr. Schmidt",
- "status": "unknown",
- "species": "Human",
- "type": "Game",
- "gender": "Male",
- "origin": {
- "name": "Roy: A Life Well Lived",
- "url": "https://rickandmortyapi.com/api/location/32"
- },
- "location": {
- "name": "Roy: A Life Well Lived",
- "url": "https://rickandmortyapi.com/api/location/32"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/106.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13"
- ],
- "url": "https://rickandmortyapi.com/api/character/106",
- "created": "2017-12-26T12:46:48.805Z"
- },
- {
- "id": 107,
- "name": "Dr. Wong",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/107.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/24"
- ],
- "url": "https://rickandmortyapi.com/api/character/107",
- "created": "2017-12-26T12:55:58.449Z"
- },
- {
- "id": 108,
- "name": "Dr. Xenon Bloom",
- "status": "Dead",
- "species": "Humanoid",
- "type": "Amoeba-Person",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Anatomy Park",
- "url": "https://rickandmortyapi.com/api/location/5"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/108.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/3"
- ],
- "url": "https://rickandmortyapi.com/api/character/108",
- "created": "2017-12-26T13:14:12.157Z"
- },
- {
- "id": 109,
- "name": "Duck With Muscles",
- "status": "Dead",
- "species": "Parasite",
- "type": "Alien",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/109.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/15"
- ],
- "url": "https://rickandmortyapi.com/api/character/109",
- "created": "2017-12-26T13:17:40.686Z"
- },
- {
- "id": 110,
- "name": "Eli",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "location": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/110.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/23"
- ],
- "url": "https://rickandmortyapi.com/api/character/110",
- "created": "2017-12-26T13:37:27.635Z"
- },
- {
- "id": 111,
- "name": "Eli's Girlfriend",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "location": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/111.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/23"
- ],
- "url": "https://rickandmortyapi.com/api/character/111",
- "created": "2017-12-26T13:38:47.115Z"
- },
- {
- "id": 112,
- "name": "Eric McMan",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/112.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/3"
- ],
- "url": "https://rickandmortyapi.com/api/character/112",
- "created": "2017-12-26T13:40:06.005Z"
- },
- {
- "id": 113,
- "name": "Eric Stoltz Mask Morty",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Eric Stoltz Mask Earth",
- "url": "https://rickandmortyapi.com/api/location/33"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/113.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/113",
- "created": "2017-12-26T13:43:29.296Z"
- },
- {
- "id": 114,
- "name": "Ethan",
- "status": "unknown",
- "species": "Human",
- "type": "Cronenberg",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/114.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/3"
- ],
- "url": "https://rickandmortyapi.com/api/character/114",
- "created": "2017-12-26T16:01:13.904Z"
- },
- {
- "id": 115,
- "name": "Ethan",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/115.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/16",
- "https://rickandmortyapi.com/api/episode/26"
- ],
- "url": "https://rickandmortyapi.com/api/character/115",
- "created": "2017-12-26T16:01:50.939Z"
- },
- {
- "id": 116,
- "name": "Evil Beth Clone",
- "status": "Dead",
- "species": "Human",
- "type": "Clone",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/116.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/5"
- ],
- "url": "https://rickandmortyapi.com/api/character/116",
- "created": "2017-12-26T16:10:47.781Z"
- },
- {
- "id": 117,
- "name": "Evil Jerry Clone",
- "status": "Dead",
- "species": "Human",
- "type": "Clone",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/117.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/5"
- ],
- "url": "https://rickandmortyapi.com/api/character/117",
- "created": "2017-12-26T16:11:15.395Z"
- },
- {
- "id": 118,
- "name": "Evil Morty",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/118.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/118",
- "created": "2017-12-26T16:13:41.103Z"
- },
- {
- "id": 119,
- "name": "Evil Rick",
- "status": "Dead",
- "species": "Humanoid",
- "type": "Robot",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/119.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/119",
- "created": "2017-12-26T16:17:16.472Z"
- },
- {
- "id": 120,
- "name": "Evil Summer Clone",
- "status": "Dead",
- "species": "Human",
- "type": "Clone",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/120.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/5"
- ],
- "url": "https://rickandmortyapi.com/api/character/120",
- "created": "2017-12-26T16:24:02.059Z"
- },
- {
- "id": 121,
- "name": "Eyehole Man",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/121.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/121",
- "created": "2017-12-26T16:41:58.391Z"
- },
- {
- "id": 122,
- "name": "Fart",
- "status": "Dead",
- "species": "Alien",
- "type": "Interdimensional gaseous being",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/122.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13"
- ],
- "url": "https://rickandmortyapi.com/api/character/122",
- "created": "2017-12-26T17:19:40.474Z"
- },
- {
- "id": 123,
- "name": "Fat Morty",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/123.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/123",
- "created": "2017-12-26T17:22:40.315Z"
- },
- {
- "id": 124,
- "name": "Father Bob",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/124.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/16",
- "https://rickandmortyapi.com/api/episode/27"
- ],
- "url": "https://rickandmortyapi.com/api/character/124",
- "created": "2017-12-26T17:31:29.113Z"
- },
- {
- "id": 125,
- "name": "Flansian",
- "status": "Alive",
- "species": "Alien",
- "type": "Flansian",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Planet Squanch",
- "url": "https://rickandmortyapi.com/api/location/35"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/125.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/18",
- "https://rickandmortyapi.com/api/episode/21",
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/125",
- "created": "2017-12-26T17:43:58.410Z"
- },
- {
- "id": 126,
- "name": "Fleeb",
- "status": "unknown",
- "species": "Alien",
- "type": "",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/126.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/126",
- "created": "2017-12-26T18:45:42.593Z"
- },
- {
- "id": 127,
- "name": "Frank Palicky",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/127.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/1"
- ],
- "url": "https://rickandmortyapi.com/api/character/127",
- "created": "2017-12-26T19:22:48.474Z"
- },
- {
- "id": 128,
- "name": "Frankenstein's Monster",
- "status": "Dead",
- "species": "Alien",
- "type": "Parasite",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/128.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/15"
- ],
- "url": "https://rickandmortyapi.com/api/character/128",
- "created": "2017-12-26T19:24:56.679Z"
- },
- {
- "id": 129,
- "name": "Fulgora",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/129.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8",
- "https://rickandmortyapi.com/api/episode/13",
- "https://rickandmortyapi.com/api/episode/17"
- ],
- "url": "https://rickandmortyapi.com/api/character/129",
- "created": "2017-12-26T19:30:02.242Z"
- },
- {
- "id": 130,
- "name": "Galactic Federation President",
- "status": "Dead",
- "species": "Alien",
- "type": "Gromflomite",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/130.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/21"
- ],
- "url": "https://rickandmortyapi.com/api/character/130",
- "created": "2017-12-26T19:49:41.160Z"
- },
- {
- "id": 131,
- "name": "Gar Gloonch",
- "status": "Dead",
- "species": "Alien",
- "type": "Zombodian",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Nuptia 4",
- "url": "https://rickandmortyapi.com/api/location/13"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/131.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13",
- "https://rickandmortyapi.com/api/episode/18",
- "https://rickandmortyapi.com/api/episode/21"
- ],
- "url": "https://rickandmortyapi.com/api/character/131",
- "created": "2017-12-26T19:54:43.476Z"
- },
- {
- "id": 132,
- "name": "Gar's Mytholog",
- "status": "Dead",
- "species": "Mytholog",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Nuptia 4",
- "url": "https://rickandmortyapi.com/api/location/13"
- },
- "location": {
- "name": "Nuptia 4",
- "url": "https://rickandmortyapi.com/api/location/13"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/132.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/18"
- ],
- "url": "https://rickandmortyapi.com/api/character/132",
- "created": "2017-12-26T20:02:38.033Z"
- },
- {
- "id": 133,
- "name": "Garblovian",
- "status": "Alive",
- "species": "Alien",
- "type": "Garblovian",
- "gender": "Male",
- "origin": {
- "name": "Glaagablaaga",
- "url": "https://rickandmortyapi.com/api/location/36"
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/133.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13",
- "https://rickandmortyapi.com/api/episode/19",
- "https://rickandmortyapi.com/api/episode/21"
- ],
- "url": "https://rickandmortyapi.com/api/character/133",
- "created": "2017-12-26T20:30:45.943Z"
- },
- {
- "id": 134,
- "name": "Garmanarnar",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/134.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/134",
- "created": "2017-12-26T20:36:54.577Z"
- },
- {
- "id": 135,
- "name": "Garment District Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/135.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/135",
- "created": "2017-12-26T20:51:43.614Z"
- },
- {
- "id": 136,
- "name": "Gazorpazorpfield",
- "status": "Alive",
- "species": "Alien",
- "type": "Gazorpian",
- "gender": "Male",
- "origin": {
- "name": "Gazorpazorp",
- "url": "https://rickandmortyapi.com/api/location/40"
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/136.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8",
- "https://rickandmortyapi.com/api/episode/13"
- ],
- "url": "https://rickandmortyapi.com/api/character/136",
- "created": "2017-12-27T17:59:59.058Z"
- },
- {
- "id": 137,
- "name": "Gene",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/137.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/26"
- ],
- "url": "https://rickandmortyapi.com/api/character/137",
- "created": "2017-12-27T18:14:57.885Z"
- },
- {
- "id": 138,
- "name": "General Nathan",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/138.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/16"
- ],
- "url": "https://rickandmortyapi.com/api/character/138",
- "created": "2017-12-27T18:22:18.387Z"
- },
- {
- "id": 139,
- "name": "General Store Owner",
- "status": "Dead",
- "species": "Alien",
- "type": "Cat-Person",
- "gender": "Male",
- "origin": {
- "name": "Purge Planet",
- "url": "https://rickandmortyapi.com/api/location/9"
- },
- "location": {
- "name": "Purge Planet",
- "url": "https://rickandmortyapi.com/api/location/9"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/139.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/20"
- ],
- "url": "https://rickandmortyapi.com/api/character/139",
- "created": "2017-12-27T18:41:03.124Z"
- },
- {
- "id": 140,
- "name": "Genital Washer",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "location": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/140.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/23"
- ],
- "url": "https://rickandmortyapi.com/api/character/140",
- "created": "2017-12-27T18:47:44.566Z"
- },
- {
- "id": 141,
- "name": "Ghost in a Jar",
- "status": "Dead",
- "species": "Alien",
- "type": "Parasite, Ghost",
- "gender": "Genderless",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/141.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/15"
- ],
- "url": "https://rickandmortyapi.com/api/character/141",
- "created": "2017-12-27T19:14:14.545Z"
- },
- {
- "id": 142,
- "name": "Gibble Snake",
- "status": "Dead",
- "species": "Alien",
- "type": "Animal",
- "gender": "unknown",
- "origin": {
- "name": "Resort Planet",
- "url": "https://rickandmortyapi.com/api/location/37"
- },
- "location": {
- "name": "Resort Planet",
- "url": "https://rickandmortyapi.com/api/location/37"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/142.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/26"
- ],
- "url": "https://rickandmortyapi.com/api/character/142",
- "created": "2017-12-27T20:16:32.187Z"
- },
- {
- "id": 143,
- "name": "Glasses Morty",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/143.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/143",
- "created": "2017-12-27T20:37:26.134Z"
- },
- {
- "id": 144,
- "name": "Glenn",
- "status": "Dead",
- "species": "Alien",
- "type": "Gromflomite",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Customs",
- "url": "https://rickandmortyapi.com/api/location/38"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/144.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/1"
- ],
- "url": "https://rickandmortyapi.com/api/character/144",
- "created": "2017-12-29T10:37:48.319Z"
- },
- {
- "id": 145,
- "name": "Glenn",
- "status": "Alive",
- "species": "Human",
- "type": "Eat shiter-Person",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/145.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/145",
- "created": "2017-12-29T11:03:43.118Z"
- },
- {
- "id": 146,
- "name": "Glexo Slim Slom",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Nuptia 4",
- "url": "https://rickandmortyapi.com/api/location/13"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/146.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/18"
- ],
- "url": "https://rickandmortyapi.com/api/character/146",
- "created": "2017-12-29T11:28:29.380Z"
- },
- {
- "id": 147,
- "name": "Gobo",
- "status": "Dead",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/147.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/29"
- ],
- "url": "https://rickandmortyapi.com/api/character/147",
- "created": "2017-12-29T11:38:29.578Z"
- },
- {
- "id": 148,
- "name": "Goddess Beth",
- "status": "unknown",
- "species": "Mytholog",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Nuptia 4",
- "url": "https://rickandmortyapi.com/api/location/13"
- },
- "location": {
- "name": "Nuptia 4",
- "url": "https://rickandmortyapi.com/api/location/13"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/148.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/18"
- ],
- "url": "https://rickandmortyapi.com/api/character/148",
- "created": "2017-12-29T11:40:25.135Z"
- },
- {
- "id": 149,
- "name": "Gordon Lunas",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/149.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/29"
- ],
- "url": "https://rickandmortyapi.com/api/character/149",
- "created": "2017-12-29T11:44:00.169Z"
- },
- {
- "id": 150,
- "name": "Cornvelious Daniel",
- "status": "Dead",
- "species": "Alien",
- "type": "Gromflomite",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Galactic Federation Prison",
- "url": "https://rickandmortyapi.com/api/location/39"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/150.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/150",
- "created": "2017-12-29T12:02:33.550Z"
- },
- {
- "id": 151,
- "name": "Gwendolyn",
- "status": "unknown",
- "species": "Robot",
- "type": "Gazorpian reproduction robot",
- "gender": "Female",
- "origin": {
- "name": "Gazorpazorp",
- "url": "https://rickandmortyapi.com/api/location/40"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/151.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/7"
- ],
- "url": "https://rickandmortyapi.com/api/character/151",
- "created": "2017-12-29T12:31:50.388Z"
- },
- {
- "id": 152,
- "name": "Hammerhead Morty",
- "status": "unknown",
- "species": "Humanoid",
- "type": "Hammerhead-Person",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/152.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/152",
- "created": "2017-12-29T15:20:16.842Z"
- },
- {
- "id": 153,
- "name": "Hamster In Butt",
- "status": "Alive",
- "species": "Animal",
- "type": "",
- "gender": "unknown",
- "origin": {
- "name": "Hamster in Butt World",
- "url": "https://rickandmortyapi.com/api/location/41"
- },
- "location": {
- "name": "Hamster in Butt World",
- "url": "https://rickandmortyapi.com/api/location/41"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/153.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8",
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/153",
- "created": "2017-12-29T15:27:54.281Z"
- },
- {
- "id": 154,
- "name": "Hamurai",
- "status": "Dead",
- "species": "Alien",
- "type": "Parasite",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/154.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/15"
- ],
- "url": "https://rickandmortyapi.com/api/character/154",
- "created": "2017-12-29T15:32:05.287Z"
- },
- {
- "id": 155,
- "name": "Harold",
- "status": "Alive",
- "species": "Cronenberg",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/155.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/6"
- ],
- "url": "https://rickandmortyapi.com/api/character/155",
- "created": "2017-12-29T15:41:18.773Z"
- },
- {
- "id": 156,
- "name": "Hemorrhage",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "location": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/156.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/23"
- ],
- "url": "https://rickandmortyapi.com/api/character/156",
- "created": "2017-12-29T15:44:40.083Z"
- },
- {
- "id": 157,
- "name": "Hole in the Wall Where the Men Can See it All",
- "status": "unknown",
- "species": "unknown",
- "type": "Hole",
- "gender": "Genderless",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/157.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/157",
- "created": "2017-12-29T15:47:57.352Z"
- },
- {
- "id": 158,
- "name": "Hookah Alien",
- "status": "Alive",
- "species": "Alien",
- "type": "Tuskfish",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Customs",
- "url": "https://rickandmortyapi.com/api/location/38"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/158.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/1"
- ],
- "url": "https://rickandmortyapi.com/api/character/158",
- "created": "2017-12-29T15:53:48.952Z"
- },
- {
- "id": 159,
- "name": "Hunter",
- "status": "Dead",
- "species": "Human",
- "type": "Clone",
- "gender": "Male",
- "origin": {
- "name": "Earth (Giant Telepathic Spiders Dimension)",
- "url": "https://rickandmortyapi.com/api/location/42"
- },
- "location": {
- "name": "Earth (Giant Telepathic Spiders Dimension)",
- "url": "https://rickandmortyapi.com/api/location/42"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/159.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/17"
- ],
- "url": "https://rickandmortyapi.com/api/character/159",
- "created": "2017-12-29T16:03:28.792Z"
- },
- {
- "id": 160,
- "name": "Hunter's Father",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Giant Telepathic Spiders Dimension)",
- "url": "https://rickandmortyapi.com/api/location/42"
- },
- "location": {
- "name": "Earth (Giant Telepathic Spiders Dimension)",
- "url": "https://rickandmortyapi.com/api/location/42"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/160.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/17"
- ],
- "url": "https://rickandmortyapi.com/api/character/160",
- "created": "2017-12-29T16:07:04.040Z"
- },
- {
- "id": 161,
- "name": "Hydrogen-F",
- "status": "Alive",
- "species": "Alien",
- "type": "Alphabetrian",
- "gender": "Female",
- "origin": {
- "name": "Alphabetrium",
- "url": "https://rickandmortyapi.com/api/location/43"
- },
- "location": {
- "name": "Alphabetrium",
- "url": "https://rickandmortyapi.com/api/location/43"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/161.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/16"
- ],
- "url": "https://rickandmortyapi.com/api/character/161",
- "created": "2017-12-29T16:10:40.290Z"
- },
- {
- "id": 162,
- "name": "Ice-T",
- "status": "Alive",
- "species": "Alien",
- "type": "Alphabetrian",
- "gender": "Male",
- "origin": {
- "name": "Alphabetrium",
- "url": "https://rickandmortyapi.com/api/location/43"
- },
- "location": {
- "name": "Alphabetrium",
- "url": "https://rickandmortyapi.com/api/location/43"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/162.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/16"
- ],
- "url": "https://rickandmortyapi.com/api/character/162",
- "created": "2017-12-29T16:42:59.207Z"
- },
- {
- "id": 163,
- "name": "Ideal Jerry",
- "status": "Dead",
- "species": "Mytholog",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Nuptia 4",
- "url": "https://rickandmortyapi.com/api/location/13"
- },
- "location": {
- "name": "Nuptia 4",
- "url": "https://rickandmortyapi.com/api/location/13"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/163.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/18"
- ],
- "url": "https://rickandmortyapi.com/api/character/163",
- "created": "2017-12-29T16:46:41.345Z"
- },
- {
- "id": 164,
- "name": "Insurance Rick",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/164.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/164",
- "created": "2017-12-29T17:03:08.645Z"
- },
- {
- "id": 165,
- "name": "Investigator Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/165.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/165",
- "created": "2017-12-29T17:05:15.514Z"
- },
- {
- "id": 166,
- "name": "Invisi-trooper",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/166.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/31"
- ],
- "url": "https://rickandmortyapi.com/api/character/166",
- "created": "2017-12-29T17:06:28.325Z"
- },
- {
- "id": 167,
- "name": "Izzy",
- "status": "Alive",
- "species": "Animal",
- "type": "Cat",
- "gender": "unknown",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/167.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/24"
- ],
- "url": "https://rickandmortyapi.com/api/character/167",
- "created": "2017-12-29T17:07:59.024Z"
- },
- {
- "id": 168,
- "name": "Jackie",
- "status": "Alive",
- "species": "Alien",
- "type": "Gazorpian",
- "gender": "Female",
- "origin": {
- "name": "Gazorpazorp",
- "url": "https://rickandmortyapi.com/api/location/40"
- },
- "location": {
- "name": "Gazorpazorp",
- "url": "https://rickandmortyapi.com/api/location/40"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/168.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/7"
- ],
- "url": "https://rickandmortyapi.com/api/character/168",
- "created": "2017-12-29T17:14:03.430Z"
- },
- {
- "id": 169,
- "name": "Jacob",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/169.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/3",
- "https://rickandmortyapi.com/api/episode/15"
- ],
- "url": "https://rickandmortyapi.com/api/character/169",
- "created": "2017-12-29T17:20:52.037Z"
- },
- {
- "id": 170,
- "name": "Jacqueline",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/170.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/27"
- ],
- "url": "https://rickandmortyapi.com/api/character/170",
- "created": "2017-12-29T17:22:17.707Z"
- },
- {
- "id": 171,
- "name": "Jaguar",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/171.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/24"
- ],
- "url": "https://rickandmortyapi.com/api/character/171",
- "created": "2017-12-29T17:25:38.138Z"
- },
- {
- "id": 172,
- "name": "Jamey",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/172.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/16"
- ],
- "url": "https://rickandmortyapi.com/api/character/172",
- "created": "2017-12-29T17:30:20.654Z"
- },
- {
- "id": 173,
- "name": "Jan-Michael Vincent",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/173.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/173",
- "created": "2017-12-29T17:33:23.972Z"
- },
- {
- "id": 174,
- "name": "Jerry 5-126",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (5-126)",
- "url": "https://rickandmortyapi.com/api/location/17"
- },
- "location": {
- "name": "Jerryboree",
- "url": "https://rickandmortyapi.com/api/location/44"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/174.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13"
- ],
- "url": "https://rickandmortyapi.com/api/character/174",
- "created": "2017-12-29T17:50:19.991Z"
- },
- {
- "id": 175,
- "name": "Jerry Smith",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/175.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/1",
- "https://rickandmortyapi.com/api/episode/2",
- "https://rickandmortyapi.com/api/episode/3",
- "https://rickandmortyapi.com/api/episode/4",
- "https://rickandmortyapi.com/api/episode/5",
- "https://rickandmortyapi.com/api/episode/6",
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/175",
- "created": "2017-12-29T18:07:17.610Z"
- },
- {
- "id": 176,
- "name": "Celebrity Jerry",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-500A)",
- "url": "https://rickandmortyapi.com/api/location/23"
- },
- "location": {
- "name": "Earth (C-500A)",
- "url": "https://rickandmortyapi.com/api/location/23"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/176.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/176",
- "created": "2017-12-29T18:25:11.930Z"
- },
- {
- "id": 177,
- "name": "Jerry Smith",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Evil Rick's Target Dimension)",
- "url": "https://rickandmortyapi.com/api/location/34"
- },
- "location": {
- "name": "Earth (Evil Rick's Target Dimension)",
- "url": "https://rickandmortyapi.com/api/location/34"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/177.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/177",
- "created": "2017-12-29T18:28:19.424Z"
- },
- {
- "id": 178,
- "name": "Jerry's Mytholog",
- "status": "Dead",
- "species": "Mytholog",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Nuptia 4",
- "url": "https://rickandmortyapi.com/api/location/13"
- },
- "location": {
- "name": "Nuptia 4",
- "url": "https://rickandmortyapi.com/api/location/13"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/178.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/18"
- ],
- "url": "https://rickandmortyapi.com/api/character/178",
- "created": "2017-12-29T18:29:31.279Z"
- },
- {
- "id": 179,
- "name": "Jessica",
- "status": "Alive",
- "species": "Cronenberg",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/179.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/1",
- "https://rickandmortyapi.com/api/episode/4",
- "https://rickandmortyapi.com/api/episode/6"
- ],
- "url": "https://rickandmortyapi.com/api/character/179",
- "created": "2017-12-29T18:34:37.806Z"
- },
- {
- "id": 180,
- "name": "Jessica",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/180.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/13",
- "https://rickandmortyapi.com/api/episode/17",
- "https://rickandmortyapi.com/api/episode/18",
- "https://rickandmortyapi.com/api/episode/26",
- "https://rickandmortyapi.com/api/episode/27",
- "https://rickandmortyapi.com/api/episode/28",
- "https://rickandmortyapi.com/api/episode/29",
- "https://rickandmortyapi.com/api/episode/30"
- ],
- "url": "https://rickandmortyapi.com/api/character/180",
- "created": "2017-12-29T18:36:27.225Z"
- },
- {
- "id": 181,
- "name": "Jessica's Friend",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/181.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/1",
- "https://rickandmortyapi.com/api/episode/4",
- "https://rickandmortyapi.com/api/episode/6",
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/17",
- "https://rickandmortyapi.com/api/episode/18",
- "https://rickandmortyapi.com/api/episode/25",
- "https://rickandmortyapi.com/api/episode/27"
- ],
- "url": "https://rickandmortyapi.com/api/character/181",
- "created": "2017-12-29T18:47:23.345Z"
- },
- {
- "id": 182,
- "name": "Jim",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/182.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/16"
- ],
- "url": "https://rickandmortyapi.com/api/character/182",
- "created": "2017-12-29T18:49:48.953Z"
- },
- {
- "id": 183,
- "name": "Johnny Depp",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-500A)",
- "url": "https://rickandmortyapi.com/api/location/23"
- },
- "location": {
- "name": "Earth (C-500A)",
- "url": "https://rickandmortyapi.com/api/location/23"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/183.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/183",
- "created": "2017-12-29T18:51:29.693Z"
- },
- {
- "id": 184,
- "name": "Jon",
- "status": "Alive",
- "species": "Alien",
- "type": "Gazorpian",
- "gender": "Male",
- "origin": {
- "name": "Gazorpazorp",
- "url": "https://rickandmortyapi.com/api/location/40"
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/184.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/184",
- "created": "2017-12-29T18:54:04.572Z"
- },
- {
- "id": 185,
- "name": "Joseph Eli Lipkip",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/185.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/30"
- ],
- "url": "https://rickandmortyapi.com/api/character/185",
- "created": "2017-12-29T18:56:15.622Z"
- },
- {
- "id": 186,
- "name": "Joyce Smith",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/186.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/3"
- ],
- "url": "https://rickandmortyapi.com/api/character/186",
- "created": "2017-12-29T18:58:34.530Z"
- },
- {
- "id": 187,
- "name": "Juggling Rick",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/187.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/187",
- "created": "2017-12-29T18:59:47.440Z"
- },
- {
- "id": 188,
- "name": "Karen Entity",
- "status": "Alive",
- "species": "Alien",
- "type": "Unknown-nippled alien",
- "gender": "Female",
- "origin": {
- "name": "Unity's Planet",
- "url": "https://rickandmortyapi.com/api/location/28"
- },
- "location": {
- "name": "Unity's Planet",
- "url": "https://rickandmortyapi.com/api/location/28"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/188.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/14"
- ],
- "url": "https://rickandmortyapi.com/api/character/188",
- "created": "2017-12-29T19:10:16.171Z"
- },
- {
- "id": 189,
- "name": "Katarina",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/189.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/24"
- ],
- "url": "https://rickandmortyapi.com/api/character/189",
- "created": "2017-12-29T19:13:57.070Z"
- },
- {
- "id": 190,
- "name": "Keara",
- "status": "Alive",
- "species": "Alien",
- "type": "Krootabulan",
- "gender": "Female",
- "origin": {
- "name": "Krootabulon",
- "url": "https://rickandmortyapi.com/api/location/45"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/190.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/30"
- ],
- "url": "https://rickandmortyapi.com/api/character/190",
- "created": "2017-12-29T19:26:06.900Z"
- },
- {
- "id": 191,
- "name": "Kevin",
- "status": "Dead",
- "species": "Alien",
- "type": "Zigerion",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Zigerion's Base",
- "url": "https://rickandmortyapi.com/api/location/46"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/191.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/4"
- ],
- "url": "https://rickandmortyapi.com/api/character/191",
- "created": "2017-12-29T19:40:07.816Z"
- },
- {
- "id": 192,
- "name": "King Flippy Nips",
- "status": "Alive",
- "species": "Alien",
- "type": "Plutonian",
- "gender": "Male",
- "origin": {
- "name": "Pluto",
- "url": "https://rickandmortyapi.com/api/location/47"
- },
- "location": {
- "name": "Pluto",
- "url": "https://rickandmortyapi.com/api/location/47"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/192.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/9"
- ],
- "url": "https://rickandmortyapi.com/api/character/192",
- "created": "2017-12-29T19:49:29.297Z"
- },
- {
- "id": 193,
- "name": "King Jellybean",
- "status": "Dead",
- "species": "Alien",
- "type": "Jellybean",
- "gender": "Male",
- "origin": {
- "name": "Fantasy World",
- "url": "https://rickandmortyapi.com/api/location/48"
- },
- "location": {
- "name": "Fantasy World",
- "url": "https://rickandmortyapi.com/api/location/48"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/193.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/5"
- ],
- "url": "https://rickandmortyapi.com/api/character/193",
- "created": "2017-12-29T19:58:44.743Z"
- },
- {
- "id": 194,
- "name": "Kozbian",
- "status": "Alive",
- "species": "Alien",
- "type": "Tentacle alien",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Planet Squanch",
- "url": "https://rickandmortyapi.com/api/location/35"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/194.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/21"
- ],
- "url": "https://rickandmortyapi.com/api/character/194",
- "created": "2017-12-30T12:13:53.878Z"
- },
- {
- "id": 195,
- "name": "Kristen Stewart",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (C-500A)",
- "url": "https://rickandmortyapi.com/api/location/23"
- },
- "location": {
- "name": "Earth (C-500A)",
- "url": "https://rickandmortyapi.com/api/location/23"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/195.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/195",
- "created": "2017-12-30T12:19:16.042Z"
- },
- {
- "id": 196,
- "name": "Krombopulos Michael",
- "status": "Dead",
- "species": "Alien",
- "type": "Gromflomite",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/196.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13"
- ],
- "url": "https://rickandmortyapi.com/api/character/196",
- "created": "2017-12-30T12:28:52.954Z"
- },
- {
- "id": 197,
- "name": "Kyle",
- "status": "Dead",
- "species": "Humanoid",
- "type": "Miniverse inhabitant",
- "gender": "Male",
- "origin": {
- "name": "Zeep Xanflorp's Miniverse",
- "url": "https://rickandmortyapi.com/api/location/49"
- },
- "location": {
- "name": "Kyle's Teenyverse",
- "url": "https://rickandmortyapi.com/api/location/50"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/197.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/17"
- ],
- "url": "https://rickandmortyapi.com/api/character/197",
- "created": "2017-12-30T12:39:09.025Z"
- },
- {
- "id": 198,
- "name": "Lady Katana",
- "status": "Dead",
- "species": "Humanoid",
- "type": "Cyborg",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Dorian 5",
- "url": "https://rickandmortyapi.com/api/location/29"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/198.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/198",
- "created": "2017-12-30T12:43:37.571Z"
- },
- {
- "id": 199,
- "name": "Larva Alien",
- "status": "Alive",
- "species": "Alien",
- "type": "Larva alien",
- "gender": "unknown",
- "origin": {
- "name": "Larva Alien's Planet",
- "url": "https://rickandmortyapi.com/api/location/51"
- },
- "location": {
- "name": "Planet Squanch",
- "url": "https://rickandmortyapi.com/api/location/35"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/199.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/16",
- "https://rickandmortyapi.com/api/episode/19",
- "https://rickandmortyapi.com/api/episode/21"
- ],
- "url": "https://rickandmortyapi.com/api/character/199",
- "created": "2017-12-30T12:48:44.677Z"
- },
- {
- "id": 200,
- "name": "Lawyer Morty",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/200.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/200",
- "created": "2017-12-30T12:49:52.971Z"
- },
- {
- "id": 201,
- "name": "Leonard Smith",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/201.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/3"
- ],
- "url": "https://rickandmortyapi.com/api/character/201",
- "created": "2017-12-30T12:51:27.835Z"
- },
- {
- "id": 202,
- "name": "Lighthouse Keeper",
- "status": "Dead",
- "species": "Alien",
- "type": "Cat-Person",
- "gender": "Male",
- "origin": {
- "name": "Purge Planet",
- "url": "https://rickandmortyapi.com/api/location/9"
- },
- "location": {
- "name": "Purge Planet",
- "url": "https://rickandmortyapi.com/api/location/9"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/202.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/20"
- ],
- "url": "https://rickandmortyapi.com/api/character/202",
- "created": "2017-12-30T12:53:11.937Z"
- },
- {
- "id": 203,
- "name": "Lil B",
- "status": "Dead",
- "species": "Alien",
- "type": "Snail alien",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Planet Squanch",
- "url": "https://rickandmortyapi.com/api/location/35"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/203.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/21"
- ],
- "url": "https://rickandmortyapi.com/api/character/203",
- "created": "2017-12-30T12:54:31.725Z"
- },
- {
- "id": 204,
- "name": "Lisa",
- "status": "Dead",
- "species": "Alien",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Immortality Field Resort",
- "url": "https://rickandmortyapi.com/api/location/7"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/204.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/26"
- ],
- "url": "https://rickandmortyapi.com/api/character/204",
- "created": "2017-12-30T12:59:58.460Z"
- },
- {
- "id": 205,
- "name": "Little Dipper",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Tinymouth",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/205.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/205",
- "created": "2017-12-30T13:03:12.366Z"
- },
- {
- "id": 206,
- "name": "Lizard Morty",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Lizard-Person",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/206.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/206",
- "created": "2017-12-30T13:06:09.094Z"
- },
- {
- "id": 207,
- "name": "Loggins",
- "status": "Alive",
- "species": "Alien",
- "type": "Alligator-Person",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/207.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8",
- "https://rickandmortyapi.com/api/episode/13",
- "https://rickandmortyapi.com/api/episode/17"
- ],
- "url": "https://rickandmortyapi.com/api/character/207",
- "created": "2017-12-30T13:54:28.627Z"
- },
- {
- "id": 208,
- "name": "Logic",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Worldender's lair",
- "url": "https://rickandmortyapi.com/api/location/4"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/208.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/208",
- "created": "2017-12-30T13:58:41.417Z"
- },
- {
- "id": 209,
- "name": "Long Sleeved Morty",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/209.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/209",
- "created": "2017-12-30T14:00:06.755Z"
- },
- {
- "id": 210,
- "name": "Lucy",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/210.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/11"
- ],
- "url": "https://rickandmortyapi.com/api/character/210",
- "created": "2017-12-30T14:01:23.319Z"
- },
- {
- "id": 211,
- "name": "Ma-Sha",
- "status": "Alive",
- "species": "Alien",
- "type": "Gazorpian",
- "gender": "Female",
- "origin": {
- "name": "Gazorpazorp",
- "url": "https://rickandmortyapi.com/api/location/40"
- },
- "location": {
- "name": "Gazorpazorp",
- "url": "https://rickandmortyapi.com/api/location/40"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/211.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/7"
- ],
- "url": "https://rickandmortyapi.com/api/character/211",
- "created": "2017-12-30T14:16:00.484Z"
- },
- {
- "id": 212,
- "name": "Magma-Q",
- "status": "Dead",
- "species": "Alien",
- "type": "Alphabetrian",
- "gender": "Male",
- "origin": {
- "name": "Alphabetrium",
- "url": "https://rickandmortyapi.com/api/location/43"
- },
- "location": {
- "name": "Alphabetrium",
- "url": "https://rickandmortyapi.com/api/location/43"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/212.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/16"
- ],
- "url": "https://rickandmortyapi.com/api/character/212",
- "created": "2017-12-30T14:19:10.419Z"
- },
- {
- "id": 213,
- "name": "Magnesium-J",
- "status": "Alive",
- "species": "Alien",
- "type": "Alphabetrian",
- "gender": "Male",
- "origin": {
- "name": "Alphabetrium",
- "url": "https://rickandmortyapi.com/api/location/43"
- },
- "location": {
- "name": "Alphabetrium",
- "url": "https://rickandmortyapi.com/api/location/43"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/213.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/16"
- ],
- "url": "https://rickandmortyapi.com/api/character/213",
- "created": "2017-12-30T14:21:16.121Z"
- },
- {
- "id": 214,
- "name": "Man Painted Silver Who Makes Robot Noises",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/214.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/214",
- "created": "2017-12-30T14:24:57.993Z"
- },
- {
- "id": 215,
- "name": "Maximums Rickimus",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/215.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/215",
- "created": "2017-12-30T14:27:55.489Z"
- },
- {
- "id": 216,
- "name": "MC Haps",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/216.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/6",
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/216",
- "created": "2017-12-30T14:30:06.479Z"
- },
- {
- "id": 217,
- "name": "Mechanical Morty",
- "status": "Dead",
- "species": "Robot",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/217.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/23"
- ],
- "url": "https://rickandmortyapi.com/api/character/217",
- "created": "2017-12-30T14:32:17.158Z"
- },
- {
- "id": 218,
- "name": "Mechanical Rick",
- "status": "unknown",
- "species": "Robot",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/218.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/23"
- ],
- "url": "https://rickandmortyapi.com/api/character/218",
- "created": "2017-12-30T14:33:16.920Z"
- },
- {
- "id": 219,
- "name": "Mechanical Summer",
- "status": "unknown",
- "species": "Robot",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/219.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/23"
- ],
- "url": "https://rickandmortyapi.com/api/character/219",
- "created": "2017-12-30T14:33:49.392Z"
- },
- {
- "id": 220,
- "name": "Mega Fruit Farmer Rick",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/220.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/220",
- "created": "2017-12-30T14:35:30.736Z"
- },
- {
- "id": 221,
- "name": "Melissa",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Monster",
- "gender": "Female",
- "origin": {
- "name": "Mr. Goldenfold's dream",
- "url": "https://rickandmortyapi.com/api/location/18"
- },
- "location": {
- "name": "Mr. Goldenfold's dream",
- "url": "https://rickandmortyapi.com/api/location/18"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/221.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/2"
- ],
- "url": "https://rickandmortyapi.com/api/character/221",
- "created": "2017-12-30T14:38:04.718Z"
- },
- {
- "id": 222,
- "name": "Michael Denny and the Denny Singers",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/222.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/222",
- "created": "2017-12-30T14:44:05.245Z"
- },
- {
- "id": 223,
- "name": "Michael Jenkins",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/223.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/223",
- "created": "2017-12-30T14:44:51.373Z"
- },
- {
- "id": 224,
- "name": "Michael McLick",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/224.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/224",
- "created": "2017-12-30T15:49:28.666Z"
- },
- {
- "id": 225,
- "name": "Michael Thompson",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Conjoined twin",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/225.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/225",
- "created": "2017-12-30T15:59:31.558Z"
- },
- {
- "id": 226,
- "name": "Million Ants",
- "status": "Dead",
- "species": "Animal",
- "type": "Sentient ant colony",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Worldender's lair",
- "url": "https://rickandmortyapi.com/api/location/4"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/226.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/226",
- "created": "2017-12-30T16:04:56.879Z"
- },
- {
- "id": 227,
- "name": "Mitch",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/227.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/27"
- ],
- "url": "https://rickandmortyapi.com/api/character/227",
- "created": "2017-12-30T16:08:38.157Z"
- },
- {
- "id": 228,
- "name": "Mohawk Guy",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "location": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/228.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/23"
- ],
- "url": "https://rickandmortyapi.com/api/character/228",
- "created": "2017-12-30T16:10:03.881Z"
- },
- {
- "id": 229,
- "name": "Morty Mart Manager Morty",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/229.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/229",
- "created": "2017-12-30T16:12:33.382Z"
- },
- {
- "id": 230,
- "name": "Morty Jr.",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Human Gazorpian",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/230.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/7"
- ],
- "url": "https://rickandmortyapi.com/api/character/230",
- "created": "2017-12-30T16:20:51.391Z"
- },
- {
- "id": 231,
- "name": "Morty Rick",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/231.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/231",
- "created": "2017-12-30T16:23:45.894Z"
- },
- {
- "id": 232,
- "name": "Morty Smith",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Evil Rick's Target Dimension)",
- "url": "https://rickandmortyapi.com/api/location/34"
- },
- "location": {
- "name": "Earth (Evil Rick's Target Dimension)",
- "url": "https://rickandmortyapi.com/api/location/34"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/232.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/232",
- "created": "2017-12-30T16:29:27.863Z"
- },
- {
- "id": 233,
- "name": "Morty K-22",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (K-22)",
- "url": "https://rickandmortyapi.com/api/location/52"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/233.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/233",
- "created": "2017-12-30T16:33:49.577Z"
- },
- {
- "id": 234,
- "name": "Morty Smith",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/234.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/6"
- ],
- "url": "https://rickandmortyapi.com/api/character/234",
- "created": "2017-12-30T16:35:01.223Z"
- },
- {
- "id": 235,
- "name": "Mortytown Loco",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/235.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/235",
- "created": "2017-12-30T16:37:07.150Z"
- },
- {
- "id": 236,
- "name": "Mr. Beauregard",
- "status": "Dead",
- "species": "Alien",
- "type": "Parasite",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/236.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/15"
- ],
- "url": "https://rickandmortyapi.com/api/character/236",
- "created": "2017-12-30T17:28:28.409Z"
- },
- {
- "id": 237,
- "name": "Mr. Benson",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/237.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/12"
- ],
- "url": "https://rickandmortyapi.com/api/character/237",
- "created": "2017-12-30T17:30:31.757Z"
- },
- {
- "id": 238,
- "name": "Mr. Booby Buyer",
- "status": "Alive",
- "species": "Animal",
- "type": "Boobie buyer reptilian",
- "gender": "Male",
- "origin": {
- "name": "Fantasy World",
- "url": "https://rickandmortyapi.com/api/location/48"
- },
- "location": {
- "name": "Fantasy World",
- "url": "https://rickandmortyapi.com/api/location/48"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/238.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/5"
- ],
- "url": "https://rickandmortyapi.com/api/character/238",
- "created": "2017-12-30T17:36:12.853Z"
- },
- {
- "id": 239,
- "name": "Mr. Goldenfold",
- "status": "Alive",
- "species": "Cronenberg",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/239.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/1",
- "https://rickandmortyapi.com/api/episode/2",
- "https://rickandmortyapi.com/api/episode/4",
- "https://rickandmortyapi.com/api/episode/6"
- ],
- "url": "https://rickandmortyapi.com/api/character/239",
- "created": "2017-12-30T17:42:11.894Z"
- },
- {
- "id": 240,
- "name": "Mr. Goldenfold",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/240.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/9",
- "https://rickandmortyapi.com/api/episode/16",
- "https://rickandmortyapi.com/api/episode/17",
- "https://rickandmortyapi.com/api/episode/18",
- "https://rickandmortyapi.com/api/episode/21",
- "https://rickandmortyapi.com/api/episode/22",
- "https://rickandmortyapi.com/api/episode/24",
- "https://rickandmortyapi.com/api/episode/27",
- "https://rickandmortyapi.com/api/episode/30"
- ],
- "url": "https://rickandmortyapi.com/api/character/240",
- "created": "2017-12-30T17:42:56.349Z"
- },
- {
- "id": 241,
- "name": "Mr. Marklovitz",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/241.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/4",
- "https://rickandmortyapi.com/api/episode/16"
- ],
- "url": "https://rickandmortyapi.com/api/character/241",
- "created": "2017-12-30T17:46:19.052Z"
- },
- {
- "id": 242,
- "name": "Mr. Meeseeks",
- "status": "unknown",
- "species": "Humanoid",
- "type": "Meeseeks",
- "gender": "Male",
- "origin": {
- "name": "Mr. Meeseeks Box",
- "url": "https://rickandmortyapi.com/api/location/53"
- },
- "location": {
- "name": "Blips and Chitz",
- "url": "https://rickandmortyapi.com/api/location/67"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/242.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/5",
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/13",
- "https://rickandmortyapi.com/api/episode/29"
- ],
- "url": "https://rickandmortyapi.com/api/character/242",
- "created": "2017-12-30T17:52:12.243Z"
- },
- {
- "id": 243,
- "name": "Mr. Needful",
- "status": "Alive",
- "species": "Humanoid",
- "type": "The Devil",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/243.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/9"
- ],
- "url": "https://rickandmortyapi.com/api/character/243",
- "created": "2017-12-30T17:54:06.996Z"
- },
- {
- "id": 244,
- "name": "Mr. Poopybutthole",
- "status": "Alive",
- "species": "Poopybutthole",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/244.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/15",
- "https://rickandmortyapi.com/api/episode/21",
- "https://rickandmortyapi.com/api/episode/29",
- "https://rickandmortyapi.com/api/episode/30",
- "https://rickandmortyapi.com/api/episode/31"
- ],
- "url": "https://rickandmortyapi.com/api/character/244",
- "created": "2017-12-30T18:03:48.054Z"
- },
- {
- "id": 245,
- "name": "Mrs. Lipkip",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/245.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/30"
- ],
- "url": "https://rickandmortyapi.com/api/character/245",
- "created": "2017-12-30T18:05:59.999Z"
- },
- {
- "id": 246,
- "name": "Mrs. Pancakes",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Mr. Goldenfold's dream",
- "url": "https://rickandmortyapi.com/api/location/18"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/246.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/2",
- "https://rickandmortyapi.com/api/episode/27"
- ],
- "url": "https://rickandmortyapi.com/api/character/246",
- "created": "2017-12-30T18:09:39.304Z"
- },
- {
- "id": 247,
- "name": "Mrs. Poopybutthole",
- "status": "Alive",
- "species": "Poopybutthole",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/247.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/31"
- ],
- "url": "https://rickandmortyapi.com/api/character/247",
- "created": "2017-12-30T18:10:48.293Z"
- },
- {
- "id": 248,
- "name": "Mrs. Refrigerator",
- "status": "Dead",
- "species": "Alien",
- "type": "Parasite, Refrigerator",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/248.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/15"
- ],
- "url": "https://rickandmortyapi.com/api/character/248",
- "created": "2017-12-30T18:12:38.369Z"
- },
- {
- "id": 249,
- "name": "Mrs. Sanchez",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/249.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/1",
- "https://rickandmortyapi.com/api/episode/6",
- "https://rickandmortyapi.com/api/episode/14",
- "https://rickandmortyapi.com/api/episode/30"
- ],
- "url": "https://rickandmortyapi.com/api/character/249",
- "created": "2017-12-30T18:18:10.965Z"
- },
- {
- "id": 250,
- "name": "Mrs. Sullivan",
- "status": "Dead",
- "species": "Human",
- "type": "Cat controlled dead lady",
- "gender": "Female",
- "origin": {
- "name": "Earth (C-500A)",
- "url": "https://rickandmortyapi.com/api/location/23"
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/250.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/250",
- "created": "2017-12-30T18:24:49.372Z"
- },
- {
- "id": 251,
- "name": "Nancy",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/251.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/6",
- "https://rickandmortyapi.com/api/episode/9",
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/25",
- "https://rickandmortyapi.com/api/episode/29"
- ],
- "url": "https://rickandmortyapi.com/api/character/251",
- "created": "2017-12-31T12:46:54.095Z"
- },
- {
- "id": 252,
- "name": "Noob-Noob",
- "status": "Alive",
- "species": "Poopybutthole",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Vindicator's Base",
- "url": "https://rickandmortyapi.com/api/location/54"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/252.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/252",
- "created": "2017-12-31T12:57:37.849Z"
- },
- {
- "id": 253,
- "name": "Numbericon",
- "status": "unknown",
- "species": "Alien",
- "type": "Numbericon",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Alphabetrium",
- "url": "https://rickandmortyapi.com/api/location/43"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/253.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/16"
- ],
- "url": "https://rickandmortyapi.com/api/character/253",
- "created": "2017-12-31T13:04:01.585Z"
- },
- {
- "id": 254,
- "name": "Octopus Man",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Octopus-Person",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/254.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/254",
- "created": "2017-12-31T13:06:35.982Z"
- },
- {
- "id": 255,
- "name": "Orthodox Jew",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/255.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/16"
- ],
- "url": "https://rickandmortyapi.com/api/character/255",
- "created": "2017-12-31T13:19:29.825Z"
- },
- {
- "id": 256,
- "name": "Pat Gueterman",
- "status": "Dead",
- "species": "Robot",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Planet Squanch",
- "url": "https://rickandmortyapi.com/api/location/35"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/256.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/21"
- ],
- "url": "https://rickandmortyapi.com/api/character/256",
- "created": "2017-12-31T13:23:08.567Z"
- },
- {
- "id": 257,
- "name": "Paul Fleishman",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Jerryboree",
- "url": "https://rickandmortyapi.com/api/location/44"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/257.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13"
- ],
- "url": "https://rickandmortyapi.com/api/character/257",
- "created": "2017-12-31T13:23:47.704Z"
- },
- {
- "id": 258,
- "name": "Pawnshop Clerk",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Pawn Shop Planet",
- "url": "https://rickandmortyapi.com/api/location/55"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/258.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/7"
- ],
- "url": "https://rickandmortyapi.com/api/character/258",
- "created": "2017-12-31T13:30:33.611Z"
- },
- {
- "id": 259,
- "name": "Pencilvester",
- "status": "Dead",
- "species": "Alien",
- "type": "Parasite, Pencil",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/259.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/15"
- ],
- "url": "https://rickandmortyapi.com/api/character/259",
- "created": "2017-12-31T13:33:48.488Z"
- },
- {
- "id": 260,
- "name": "Phillip Jacobs",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/260.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/260",
- "created": "2017-12-31T13:34:58.839Z"
- },
- {
- "id": 261,
- "name": "Photography Cyborg",
- "status": "unknown",
- "species": "Robot",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Planet Squanch",
- "url": "https://rickandmortyapi.com/api/location/35"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/261.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/21"
- ],
- "url": "https://rickandmortyapi.com/api/character/261",
- "created": "2017-12-31T13:38:53.640Z"
- },
- {
- "id": 262,
- "name": "Photography Raptor",
- "status": "Dead",
- "species": "Alien",
- "type": "Parasite, Dinosaur",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/262.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/15"
- ],
- "url": "https://rickandmortyapi.com/api/character/262",
- "created": "2017-12-31T13:40:32.312Z"
- },
- {
- "id": 263,
- "name": "Pibbles Bodyguard",
- "status": "Alive",
- "species": "Alien",
- "type": "Hairy alien",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "St. Gloopy Noops Hospital",
- "url": "https://rickandmortyapi.com/api/location/16"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/263.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/263",
- "created": "2017-12-31T13:43:30.513Z"
- },
- {
- "id": 264,
- "name": "Pichael Thompson",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Conjoined twin",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/264.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/264",
- "created": "2017-12-31T13:44:43.176Z"
- },
- {
- "id": 265,
- "name": "Pickle Rick",
- "status": "Alive",
- "species": "unknown",
- "type": "Pickle",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/265.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/24"
- ],
- "url": "https://rickandmortyapi.com/api/character/265",
- "created": "2017-12-31T13:47:10.617Z"
- },
- {
- "id": 266,
- "name": "Piece of Toast",
- "status": "Alive",
- "species": "unknown",
- "type": "Bread",
- "gender": "Genderless",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/266.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8",
- "https://rickandmortyapi.com/api/episode/17"
- ],
- "url": "https://rickandmortyapi.com/api/character/266",
- "created": "2017-12-31T13:48:58.850Z"
- },
- {
- "id": 267,
- "name": "Plumber Rick",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/267.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/267",
- "created": "2017-12-31T13:50:57.337Z"
- },
- {
- "id": 268,
- "name": "Poncho",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Anatomy Park",
- "url": "https://rickandmortyapi.com/api/location/5"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/268.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/3"
- ],
- "url": "https://rickandmortyapi.com/api/character/268",
- "created": "2017-12-31T13:53:25.411Z"
- },
- {
- "id": 269,
- "name": "Presidentress of The Mega Gargantuans",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Mega Gargantuan",
- "gender": "Female",
- "origin": {
- "name": "Mega Gargantuan Kingdom",
- "url": "https://rickandmortyapi.com/api/location/56"
- },
- "location": {
- "name": "Mega Gargantuan Kingdom",
- "url": "https://rickandmortyapi.com/api/location/56"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/269.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/31"
- ],
- "url": "https://rickandmortyapi.com/api/character/269",
- "created": "2017-12-31T14:01:44.995Z"
- },
- {
- "id": 270,
- "name": "Prince Nebulon",
- "status": "Dead",
- "species": "Alien",
- "type": "Zigerion",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Zigerion's Base",
- "url": "https://rickandmortyapi.com/api/location/46"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/270.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/4"
- ],
- "url": "https://rickandmortyapi.com/api/character/270",
- "created": "2017-12-31T14:05:24.406Z"
- },
- {
- "id": 271,
- "name": "Principal Vagina",
- "status": "Alive",
- "species": "Cronenberg",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/271.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/1",
- "https://rickandmortyapi.com/api/episode/5",
- "https://rickandmortyapi.com/api/episode/6"
- ],
- "url": "https://rickandmortyapi.com/api/character/271",
- "created": "2017-12-31T14:08:43.602Z"
- },
- {
- "id": 272,
- "name": "Principal Vagina",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/272.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/9",
- "https://rickandmortyapi.com/api/episode/16",
- "https://rickandmortyapi.com/api/episode/18",
- "https://rickandmortyapi.com/api/episode/24",
- "https://rickandmortyapi.com/api/episode/27",
- "https://rickandmortyapi.com/api/episode/29"
- ],
- "url": "https://rickandmortyapi.com/api/character/272",
- "created": "2017-12-31T14:09:09.071Z"
- },
- {
- "id": 273,
- "name": "Purge Planet Ruler",
- "status": "Dead",
- "species": "Alien",
- "type": "Cat-Person",
- "gender": "Male",
- "origin": {
- "name": "Purge Planet",
- "url": "https://rickandmortyapi.com/api/location/9"
- },
- "location": {
- "name": "Purge Planet",
- "url": "https://rickandmortyapi.com/api/location/9"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/273.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/20"
- ],
- "url": "https://rickandmortyapi.com/api/character/273",
- "created": "2017-12-31T14:13:54.909Z"
- },
- {
- "id": 274,
- "name": "Quantum Rick",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/274.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/274",
- "created": "2017-12-31T14:15:28.051Z"
- },
- {
- "id": 275,
- "name": "Randy Dicknose",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/275.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/275",
- "created": "2017-12-31T14:16:45.776Z"
- },
- {
- "id": 276,
- "name": "Rat Boss",
- "status": "Dead",
- "species": "Animal",
- "type": "Rat",
- "gender": "unknown",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/276.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/24"
- ],
- "url": "https://rickandmortyapi.com/api/character/276",
- "created": "2017-12-31T14:17:21.782Z"
- },
- {
- "id": 277,
- "name": "Real Fake Doors Salesman",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/277.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/277",
- "created": "2017-12-31T14:18:30.570Z"
- },
- {
- "id": 278,
- "name": "Regional Manager Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/278.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/278",
- "created": "2017-12-31T14:19:36.487Z"
- },
- {
- "id": 279,
- "name": "Regular Legs",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/279.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/279",
- "created": "2017-12-31T14:20:31.936Z"
- },
- {
- "id": 280,
- "name": "Reverse Giraffe",
- "status": "Dead",
- "species": "Alien",
- "type": "Parasite",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/280.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/15"
- ],
- "url": "https://rickandmortyapi.com/api/character/280",
- "created": "2017-12-31T14:22:46.285Z"
- },
- {
- "id": 281,
- "name": "Reverse Rick Outrage",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/281.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/281",
- "created": "2017-12-31T14:23:53.056Z"
- },
- {
- "id": 282,
- "name": "Revolio Clockberg Jr.",
- "status": "unknown",
- "species": "Alien",
- "type": "Gear-Person",
- "gender": "Male",
- "origin": {
- "name": "Gear World",
- "url": "https://rickandmortyapi.com/api/location/57"
- },
- "location": {
- "name": "Gear World",
- "url": "https://rickandmortyapi.com/api/location/57"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/282.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/13",
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/282",
- "created": "2017-12-31T19:21:17.351Z"
- },
- {
- "id": 283,
- "name": "Rick D. Sanchez III",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/283.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/283",
- "created": "2017-12-31T19:23:53.188Z"
- },
- {
- "id": 284,
- "name": "Rick Guilt Rick",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/284.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/284",
- "created": "2017-12-31T19:25:18.205Z"
- },
- {
- "id": 285,
- "name": "Rick Prime",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/285.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/285",
- "created": "2017-12-31T19:45:46.470Z"
- },
- {
- "id": 286,
- "name": "Rick D-99",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (D-99)",
- "url": "https://rickandmortyapi.com/api/location/58"
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/286.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/286",
- "created": "2017-12-31T19:49:55.181Z"
- },
- {
- "id": 287,
- "name": "Rick D716",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (D716)",
- "url": "https://rickandmortyapi.com/api/location/59"
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/287.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/287",
- "created": "2017-12-31T19:51:33.244Z"
- },
- {
- "id": 288,
- "name": "Rick D716-B",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (D716-B)",
- "url": "https://rickandmortyapi.com/api/location/60"
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/288.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/288",
- "created": "2017-12-31T19:55:25.101Z"
- },
- {
- "id": 289,
- "name": "Rick D716-C",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (D716-C)",
- "url": "https://rickandmortyapi.com/api/location/61"
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/289.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/289",
- "created": "2017-12-31T19:57:36.546Z"
- },
- {
- "id": 290,
- "name": "Rick Sanchez",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Evil Rick's Target Dimension)",
- "url": "https://rickandmortyapi.com/api/location/34"
- },
- "location": {
- "name": "Earth (Evil Rick's Target Dimension)",
- "url": "https://rickandmortyapi.com/api/location/34"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/290.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/290",
- "created": "2017-12-31T20:15:25.716Z"
- },
- {
- "id": 291,
- "name": "Rick J-22",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (J-22)",
- "url": "https://rickandmortyapi.com/api/location/62"
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/291.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/291",
- "created": "2017-12-31T20:16:52.337Z"
- },
- {
- "id": 292,
- "name": "Rick K-22",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (K-22)",
- "url": "https://rickandmortyapi.com/api/location/52"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/292.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/292",
- "created": "2017-12-31T20:20:40.484Z"
- },
- {
- "id": 293,
- "name": "Rick Sanchez",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/293.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/6"
- ],
- "url": "https://rickandmortyapi.com/api/character/293",
- "created": "2017-12-31T20:22:29.032Z"
- },
- {
- "id": 294,
- "name": "Ricktiminus Sancheziminius",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/294.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/294",
- "created": "2017-12-31T20:24:30.396Z"
- },
- {
- "id": 295,
- "name": "Riq IV",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/295.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/295",
- "created": "2017-12-31T20:25:28.554Z"
- },
- {
- "id": 296,
- "name": "Risotto Groupon",
- "status": "Dead",
- "species": "Alien",
- "type": "Blue ape alien",
- "gender": "Male",
- "origin": {
- "name": "Resort Planet",
- "url": "https://rickandmortyapi.com/api/location/37"
- },
- "location": {
- "name": "Resort Planet",
- "url": "https://rickandmortyapi.com/api/location/37"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/296.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/26"
- ],
- "url": "https://rickandmortyapi.com/api/character/296",
- "created": "2017-12-31T20:32:33.361Z"
- },
- {
- "id": 297,
- "name": "Risotto's Tentacled Henchman",
- "status": "Dead",
- "species": "Alien",
- "type": "Tentacle alien",
- "gender": "Male",
- "origin": {
- "name": "Resort Planet",
- "url": "https://rickandmortyapi.com/api/location/37"
- },
- "location": {
- "name": "Resort Planet",
- "url": "https://rickandmortyapi.com/api/location/37"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/297.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/26"
- ],
- "url": "https://rickandmortyapi.com/api/character/297",
- "created": "2017-12-31T20:34:58.394Z"
- },
- {
- "id": 298,
- "name": "Robot Morty",
- "status": "unknown",
- "species": "Robot",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/298.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/298",
- "created": "2017-12-31T20:37:30.747Z"
- },
- {
- "id": 299,
- "name": "Robot Rick",
- "status": "unknown",
- "species": "Robot",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/299.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/299",
- "created": "2017-12-31T20:38:17.990Z"
- },
- {
- "id": 300,
- "name": "Roger",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Anatomy Park",
- "url": "https://rickandmortyapi.com/api/location/5"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/300.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/3"
- ],
- "url": "https://rickandmortyapi.com/api/character/300",
- "created": "2017-12-31T20:39:35.047Z"
- },
- {
- "id": 301,
- "name": "Ron Benson",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Ring-nippled alien",
- "gender": "Male",
- "origin": {
- "name": "Unity's Planet",
- "url": "https://rickandmortyapi.com/api/location/28"
- },
- "location": {
- "name": "Unity's Planet",
- "url": "https://rickandmortyapi.com/api/location/28"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/301.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/14"
- ],
- "url": "https://rickandmortyapi.com/api/character/301",
- "created": "2018-01-05T14:02:20.902Z"
- },
- {
- "id": 302,
- "name": "Ruben",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/302.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/3"
- ],
- "url": "https://rickandmortyapi.com/api/character/302",
- "created": "2018-01-05T14:03:21.824Z"
- },
- {
- "id": 303,
- "name": "Samantha",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/303.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/5"
- ],
- "url": "https://rickandmortyapi.com/api/character/303",
- "created": "2018-01-05T14:09:03.150Z"
- },
- {
- "id": 304,
- "name": "Scary Brandon",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Monster",
- "gender": "Male",
- "origin": {
- "name": "Mr. Goldenfold's dream",
- "url": "https://rickandmortyapi.com/api/location/18"
- },
- "location": {
- "name": "Mr. Goldenfold's dream",
- "url": "https://rickandmortyapi.com/api/location/18"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/304.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/2"
- ],
- "url": "https://rickandmortyapi.com/api/character/304",
- "created": "2018-01-05T14:11:17.550Z"
- },
- {
- "id": 305,
- "name": "Scary Glenn",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Monster",
- "gender": "Male",
- "origin": {
- "name": "Mr. Goldenfold's dream",
- "url": "https://rickandmortyapi.com/api/location/18"
- },
- "location": {
- "name": "Mr. Goldenfold's dream",
- "url": "https://rickandmortyapi.com/api/location/18"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/305.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/2"
- ],
- "url": "https://rickandmortyapi.com/api/character/305",
- "created": "2018-01-05T14:11:53.287Z"
- },
- {
- "id": 306,
- "name": "Scary Terry",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Monster",
- "gender": "Male",
- "origin": {
- "name": "Mr. Goldenfold's dream",
- "url": "https://rickandmortyapi.com/api/location/18"
- },
- "location": {
- "name": "Mr. Goldenfold's dream",
- "url": "https://rickandmortyapi.com/api/location/18"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/306.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/2"
- ],
- "url": "https://rickandmortyapi.com/api/character/306",
- "created": "2018-01-05T14:13:01.564Z"
- },
- {
- "id": 307,
- "name": "Scroopy Noopers",
- "status": "Alive",
- "species": "Alien",
- "type": "Plutonian",
- "gender": "Male",
- "origin": {
- "name": "Pluto",
- "url": "https://rickandmortyapi.com/api/location/47"
- },
- "location": {
- "name": "Pluto",
- "url": "https://rickandmortyapi.com/api/location/47"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/307.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/9"
- ],
- "url": "https://rickandmortyapi.com/api/character/307",
- "created": "2018-01-05T14:20:41.693Z"
- },
- {
- "id": 308,
- "name": "Scropon",
- "status": "unknown",
- "species": "Alien",
- "type": "Lobster-Alien",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Planet Squanch",
- "url": "https://rickandmortyapi.com/api/location/35"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/308.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/21"
- ],
- "url": "https://rickandmortyapi.com/api/character/308",
- "created": "2018-01-05T14:22:47.706Z"
- },
- {
- "id": 309,
- "name": "Scrotian",
- "status": "Alive",
- "species": "Animal",
- "type": "Scrotian",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Signus 5 Expanse",
- "url": "https://rickandmortyapi.com/api/location/22"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/309.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13",
- "https://rickandmortyapi.com/api/episode/16",
- "https://rickandmortyapi.com/api/episode/21",
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/309",
- "created": "2018-01-05T14:26:50.679Z"
- },
- {
- "id": 310,
- "name": "Self-Congratulatory Jerry",
- "status": "unknown",
- "species": "Mytholog",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Nuptia 4",
- "url": "https://rickandmortyapi.com/api/location/13"
- },
- "location": {
- "name": "Nuptia 4",
- "url": "https://rickandmortyapi.com/api/location/13"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/310.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/18"
- ],
- "url": "https://rickandmortyapi.com/api/character/310",
- "created": "2018-01-05T14:29:21.347Z"
- },
- {
- "id": 311,
- "name": "Shimshamian",
- "status": "Alive",
- "species": "Alien",
- "type": "Shimshamian",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Planet Squanch",
- "url": "https://rickandmortyapi.com/api/location/35"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/311.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13",
- "https://rickandmortyapi.com/api/episode/21",
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/311",
- "created": "2018-01-05T14:44:01.276Z"
- },
- {
- "id": 312,
- "name": "Shlaammi",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/312.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/312",
- "created": "2018-01-05T14:45:39.235Z"
- },
- {
- "id": 313,
- "name": "Shleemypants",
- "status": "Alive",
- "species": "unknown",
- "type": "Omniscient being",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/313.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/12"
- ],
- "url": "https://rickandmortyapi.com/api/character/313",
- "created": "2018-01-05T14:52:31.489Z"
- },
- {
- "id": 314,
- "name": "Shmlamantha Shmlicelli",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/314.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/314",
- "created": "2018-01-05T14:53:23.739Z"
- },
- {
- "id": 315,
- "name": "Shmlangela Shmlobinson-Shmlower",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/315.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/315",
- "created": "2018-01-05T14:54:37.641Z"
- },
- {
- "id": 316,
- "name": "Shmlona Shmlobinson",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/316.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/316",
- "created": "2018-01-05T14:55:42.034Z"
- },
- {
- "id": 317,
- "name": "Shmlonathan Shmlower",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/317.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/317",
- "created": "2018-01-05T14:56:15.428Z"
- },
- {
- "id": 318,
- "name": "Shmlony Shmlicelli",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/318.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/318",
- "created": "2018-01-05T14:56:45.502Z"
- },
- {
- "id": 319,
- "name": "Shmooglite Runner",
- "status": "unknown",
- "species": "Alien",
- "type": "Animal",
- "gender": "Male",
- "origin": {
- "name": "Resort Planet",
- "url": "https://rickandmortyapi.com/api/location/37"
- },
- "location": {
- "name": "Resort Planet",
- "url": "https://rickandmortyapi.com/api/location/37"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/319.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/26"
- ],
- "url": "https://rickandmortyapi.com/api/character/319",
- "created": "2018-01-05T14:59:34.798Z"
- },
- {
- "id": 320,
- "name": "Shnoopy Bloopers",
- "status": "unknown",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Immortality Field Resort",
- "url": "https://rickandmortyapi.com/api/location/7"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/320.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/26"
- ],
- "url": "https://rickandmortyapi.com/api/character/320",
- "created": "2018-01-05T15:02:28.103Z"
- },
- {
- "id": 321,
- "name": "Shrimply Pibbles",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "St. Gloopy Noops Hospital",
- "url": "https://rickandmortyapi.com/api/location/16"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/321.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/321",
- "created": "2018-01-05T15:07:50.789Z"
- },
- {
- "id": 322,
- "name": "Simple Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/322.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/322",
- "created": "2018-01-05T15:12:03.933Z"
- },
- {
- "id": 323,
- "name": "Slaveowner",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "location": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/323.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/23"
- ],
- "url": "https://rickandmortyapi.com/api/character/323",
- "created": "2018-01-05T15:13:46.862Z"
- },
- {
- "id": 324,
- "name": "Sleepy Gary",
- "status": "Dead",
- "species": "Alien",
- "type": "Parasite",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/324.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/15"
- ],
- "url": "https://rickandmortyapi.com/api/character/324",
- "created": "2018-01-05T15:17:26.876Z"
- },
- {
- "id": 325,
- "name": "Slick Morty",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/325.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/325",
- "created": "2018-01-10T16:06:48.366Z"
- },
- {
- "id": 326,
- "name": "Slippery Stair",
- "status": "Alive",
- "species": "Animal",
- "type": "Slug",
- "gender": "Male",
- "origin": {
- "name": "Fantasy World",
- "url": "https://rickandmortyapi.com/api/location/48"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/326.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/5",
- "https://rickandmortyapi.com/api/episode/11"
- ],
- "url": "https://rickandmortyapi.com/api/character/326",
- "created": "2018-01-10T16:11:09.964Z"
- },
- {
- "id": 327,
- "name": "Slow Mobius",
- "status": "Alive",
- "species": "Humanoid",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/327.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/11"
- ],
- "url": "https://rickandmortyapi.com/api/character/327",
- "created": "2018-01-10T16:13:26.380Z"
- },
- {
- "id": 328,
- "name": "Slow Rick",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/328.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/328",
- "created": "2018-01-10T16:14:16.331Z"
- },
- {
- "id": 329,
- "name": "Snuffles (Snowball)",
- "status": "Alive",
- "species": "Animal",
- "type": "Intelligent dog",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/329.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/2",
- "https://rickandmortyapi.com/api/episode/7",
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/15",
- "https://rickandmortyapi.com/api/episode/16",
- "https://rickandmortyapi.com/api/episode/24",
- "https://rickandmortyapi.com/api/episode/29",
- "https://rickandmortyapi.com/api/episode/30"
- ],
- "url": "https://rickandmortyapi.com/api/character/329",
- "created": "2018-01-10T16:24:49.586Z"
- },
- {
- "id": 330,
- "name": "Solicitor Rick",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/330.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/330",
- "created": "2018-01-10T16:26:27.705Z"
- },
- {
- "id": 331,
- "name": "Squanchy",
- "status": "unknown",
- "species": "Alien",
- "type": "Cat-like creature",
- "gender": "Male",
- "origin": {
- "name": "Planet Squanch",
- "url": "https://rickandmortyapi.com/api/location/35"
- },
- "location": {
- "name": "Planet Squanch",
- "url": "https://rickandmortyapi.com/api/location/35"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/331.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/16",
- "https://rickandmortyapi.com/api/episode/21"
- ],
- "url": "https://rickandmortyapi.com/api/character/331",
- "created": "2018-01-10T16:29:25.344Z"
- },
- {
- "id": 332,
- "name": "Stacy",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/332.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/27"
- ],
- "url": "https://rickandmortyapi.com/api/character/332",
- "created": "2018-01-10T16:31:10.465Z"
- },
- {
- "id": 333,
- "name": "Stair Goblin",
- "status": "Alive",
- "species": "Alien",
- "type": "Stair goblin",
- "gender": "Genderless",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Fantasy World",
- "url": "https://rickandmortyapi.com/api/location/48"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/333.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/5",
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/333",
- "created": "2018-01-10T16:34:19.420Z"
- },
- {
- "id": 334,
- "name": "Stealy",
- "status": "Alive",
- "species": "Poopybutthole",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/334.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/334",
- "created": "2018-01-10T16:36:06.982Z"
- },
- {
- "id": 335,
- "name": "Steve",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/335.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/31"
- ],
- "url": "https://rickandmortyapi.com/api/character/335",
- "created": "2018-01-10T16:39:34.837Z"
- },
- {
- "id": 336,
- "name": "Steven Phillips",
- "status": "Alive",
- "species": "Alien",
- "type": "Unknown-nippled alien",
- "gender": "Male",
- "origin": {
- "name": "Unity's Planet",
- "url": "https://rickandmortyapi.com/api/location/28"
- },
- "location": {
- "name": "Unity's Planet",
- "url": "https://rickandmortyapi.com/api/location/28"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/336.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/14"
- ],
- "url": "https://rickandmortyapi.com/api/character/336",
- "created": "2018-01-10T16:44:51.702Z"
- },
- {
- "id": 337,
- "name": "Stu",
- "status": "Dead",
- "species": "Alien",
- "type": "Zigerion",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Zigerion's Base",
- "url": "https://rickandmortyapi.com/api/location/46"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/337.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/4"
- ],
- "url": "https://rickandmortyapi.com/api/character/337",
- "created": "2018-01-10T16:50:57.710Z"
- },
- {
- "id": 338,
- "name": "Summer Smith",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/338.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/1",
- "https://rickandmortyapi.com/api/episode/2",
- "https://rickandmortyapi.com/api/episode/3",
- "https://rickandmortyapi.com/api/episode/4",
- "https://rickandmortyapi.com/api/episode/5",
- "https://rickandmortyapi.com/api/episode/6",
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/338",
- "created": "2018-01-10T16:55:03.390Z"
- },
- {
- "id": 339,
- "name": "Summer Smith",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (Evil Rick's Target Dimension)",
- "url": "https://rickandmortyapi.com/api/location/34"
- },
- "location": {
- "name": "Earth (Evil Rick's Target Dimension)",
- "url": "https://rickandmortyapi.com/api/location/34"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/339.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/339",
- "created": "2018-01-10T16:56:28.489Z"
- },
- {
- "id": 340,
- "name": "Supernova",
- "status": "Alive",
- "species": "Human",
- "type": "Superhuman",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Worldender's lair",
- "url": "https://rickandmortyapi.com/api/location/4"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/340.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/340",
- "created": "2018-01-10T17:02:58.042Z"
- },
- {
- "id": 341,
- "name": "Taddy Mason",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/341.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/20"
- ],
- "url": "https://rickandmortyapi.com/api/character/341",
- "created": "2018-01-10T17:07:09.052Z"
- },
- {
- "id": 342,
- "name": "Taint Washer",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "location": {
- "name": "Post-Apocalyptic Earth",
- "url": "https://rickandmortyapi.com/api/location/8"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/342.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/23"
- ],
- "url": "https://rickandmortyapi.com/api/character/342",
- "created": "2018-01-10T17:23:26.944Z"
- },
- {
- "id": 343,
- "name": "Tammy Guetermann",
- "status": "Alive",
- "species": "Cronenberg",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/343.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/5",
- "https://rickandmortyapi.com/api/episode/6"
- ],
- "url": "https://rickandmortyapi.com/api/character/343",
- "created": "2018-01-10T17:27:04.773Z"
- },
- {
- "id": 344,
- "name": "Tammy Guetermann",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/344.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/16",
- "https://rickandmortyapi.com/api/episode/21",
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/344",
- "created": "2018-01-10T17:31:54.889Z"
- },
- {
- "id": 345,
- "name": "Teacher Rick",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/345.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/345",
- "created": "2018-01-10T17:33:23.437Z"
- },
- {
- "id": 346,
- "name": "Terry",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/346.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/16"
- ],
- "url": "https://rickandmortyapi.com/api/character/346",
- "created": "2018-01-10T17:37:51.767Z"
- },
- {
- "id": 347,
- "name": "The President",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/347.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/16",
- "https://rickandmortyapi.com/api/episode/31"
- ],
- "url": "https://rickandmortyapi.com/api/character/347",
- "created": "2018-01-10T17:43:37.411Z"
- },
- {
- "id": 348,
- "name": "The President of the Miniverse",
- "status": "Dead",
- "species": "Humanoid",
- "type": "Miniverse inhabitant",
- "gender": "Male",
- "origin": {
- "name": "Zeep Xanflorp's Miniverse",
- "url": "https://rickandmortyapi.com/api/location/49"
- },
- "location": {
- "name": "Zeep Xanflorp's Miniverse",
- "url": "https://rickandmortyapi.com/api/location/49"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/348.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/17"
- ],
- "url": "https://rickandmortyapi.com/api/character/348",
- "created": "2018-01-10T17:47:59.043Z"
- },
- {
- "id": 349,
- "name": "The Scientist Formerly Known as Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/349.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/349",
- "created": "2018-01-10T17:49:09.995Z"
- },
- {
- "id": 350,
- "name": "Thomas Lipkip",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Froopyland",
- "url": "https://rickandmortyapi.com/api/location/63"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/350.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/30"
- ],
- "url": "https://rickandmortyapi.com/api/character/350",
- "created": "2018-01-10T17:50:33.471Z"
- },
- {
- "id": 351,
- "name": "Three Unknown Things",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/351.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/351",
- "created": "2018-01-10T17:57:31.022Z"
- },
- {
- "id": 352,
- "name": "Tinkles",
- "status": "Dead",
- "species": "Alien",
- "type": "Parasite, Unicorn lamb",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/352.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/15"
- ],
- "url": "https://rickandmortyapi.com/api/character/352",
- "created": "2018-01-10T17:58:51.840Z"
- },
- {
- "id": 353,
- "name": "Tiny Rick",
- "status": "Dead",
- "species": "Human",
- "type": "Clone",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/353.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/18"
- ],
- "url": "https://rickandmortyapi.com/api/character/353",
- "created": "2018-01-10T18:00:35.848Z"
- },
- {
- "id": 354,
- "name": "Toby Matthews",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/354.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/18"
- ],
- "url": "https://rickandmortyapi.com/api/character/354",
- "created": "2018-01-10T18:02:03.402Z"
- },
- {
- "id": 355,
- "name": "Todd Crystal",
- "status": "Alive",
- "species": "Alien",
- "type": "Unknown-nippled alien",
- "gender": "Male",
- "origin": {
- "name": "Unity's Planet",
- "url": "https://rickandmortyapi.com/api/location/28"
- },
- "location": {
- "name": "Unity's Planet",
- "url": "https://rickandmortyapi.com/api/location/28"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/355.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/14"
- ],
- "url": "https://rickandmortyapi.com/api/character/355",
- "created": "2018-01-10T18:05:46.294Z"
- },
- {
- "id": 356,
- "name": "Tom Randolph",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/356.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/3"
- ],
- "url": "https://rickandmortyapi.com/api/character/356",
- "created": "2018-01-10T18:07:03.215Z"
- },
- {
- "id": 357,
- "name": "Tommy's Clone",
- "status": "Alive",
- "species": "Human",
- "type": "Clone",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/357.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/30"
- ],
- "url": "https://rickandmortyapi.com/api/character/357",
- "created": "2018-01-10T18:07:45.541Z"
- },
- {
- "id": 358,
- "name": "Tophat Jones",
- "status": "Dead",
- "species": "Humanoid",
- "type": "Leprechaun",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/358.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8",
- "https://rickandmortyapi.com/api/episode/18",
- "https://rickandmortyapi.com/api/episode/21"
- ],
- "url": "https://rickandmortyapi.com/api/character/358",
- "created": "2018-01-10T18:09:34.482Z"
- },
- {
- "id": 359,
- "name": "Tortured Morty",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/359.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/359",
- "created": "2018-01-10T18:14:50.992Z"
- },
- {
- "id": 360,
- "name": "Toxic Morty",
- "status": "Dead",
- "species": "Humanoid",
- "type": "Morty's toxic side",
- "gender": "Male",
- "origin": {
- "name": "Detoxifier",
- "url": "https://rickandmortyapi.com/api/location/64"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/360.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/27"
- ],
- "url": "https://rickandmortyapi.com/api/character/360",
- "created": "2018-01-10T18:18:05.422Z"
- },
- {
- "id": 361,
- "name": "Toxic Rick",
- "status": "Dead",
- "species": "Humanoid",
- "type": "Rick's toxic side",
- "gender": "Male",
- "origin": {
- "name": "Detoxifier",
- "url": "https://rickandmortyapi.com/api/location/64"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/361.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/27"
- ],
- "url": "https://rickandmortyapi.com/api/character/361",
- "created": "2018-01-10T18:20:41.703Z"
- },
- {
- "id": 362,
- "name": "Traflorkian",
- "status": "Alive",
- "species": "Alien",
- "type": "Traflorkian",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Worldender's lair",
- "url": "https://rickandmortyapi.com/api/location/4"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/362.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/13",
- "https://rickandmortyapi.com/api/episode/19",
- "https://rickandmortyapi.com/api/episode/21",
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/362",
- "created": "2018-01-10T18:52:08.927Z"
- },
- {
- "id": 363,
- "name": "Trandor",
- "status": "Alive",
- "species": "Alien",
- "type": "Krootabulan",
- "gender": "Male",
- "origin": {
- "name": "Krootabulon",
- "url": "https://rickandmortyapi.com/api/location/45"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/363.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/30"
- ],
- "url": "https://rickandmortyapi.com/api/character/363",
- "created": "2018-01-10T18:54:36.578Z"
- },
- {
- "id": 364,
- "name": "Tree Person",
- "status": "Dead",
- "species": "Humanoid",
- "type": "Teenyverse inhabitant",
- "gender": "unknown",
- "origin": {
- "name": "Kyle's Teenyverse",
- "url": "https://rickandmortyapi.com/api/location/50"
- },
- "location": {
- "name": "Kyle's Teenyverse",
- "url": "https://rickandmortyapi.com/api/location/50"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/364.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/17"
- ],
- "url": "https://rickandmortyapi.com/api/character/364",
- "created": "2018-01-10T18:57:50.033Z"
- },
- {
- "id": 365,
- "name": "Tricia Lange",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/365.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/26",
- "https://rickandmortyapi.com/api/episode/27"
- ],
- "url": "https://rickandmortyapi.com/api/character/365",
- "created": "2018-01-10T18:59:31.842Z"
- },
- {
- "id": 366,
- "name": "Trunk Morty",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Trunk-Person",
- "gender": "Male",
- "origin": {
- "name": "Trunk World",
- "url": "https://rickandmortyapi.com/api/location/65"
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/366.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/366",
- "created": "2018-01-10T19:03:13.558Z"
- },
- {
- "id": 367,
- "name": "Trunk Man",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Trunk-Person",
- "gender": "Male",
- "origin": {
- "name": "Trunk World",
- "url": "https://rickandmortyapi.com/api/location/65"
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/367.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8",
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/367",
- "created": "2018-01-10T19:05:34.004Z"
- },
- {
- "id": 368,
- "name": "Truth Tortoise",
- "status": "unknown",
- "species": "Animal",
- "type": "Omniscient being",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/368.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/29"
- ],
- "url": "https://rickandmortyapi.com/api/character/368",
- "created": "2018-01-10T19:14:35.885Z"
- },
- {
- "id": 369,
- "name": "Tusked Assassin",
- "status": "unknown",
- "species": "Alien",
- "type": "Tuskfish",
- "gender": "Male",
- "origin": {
- "name": "Resort Planet",
- "url": "https://rickandmortyapi.com/api/location/37"
- },
- "location": {
- "name": "Resort Planet",
- "url": "https://rickandmortyapi.com/api/location/37"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/369.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/26"
- ],
- "url": "https://rickandmortyapi.com/api/character/369",
- "created": "2018-01-10T19:17:00.093Z"
- },
- {
- "id": 370,
- "name": "Two Guys with Handlebar Mustaches",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/370.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/370",
- "created": "2018-01-10T19:17:57.976Z"
- },
- {
- "id": 371,
- "name": "Tumblorkian",
- "status": "Alive",
- "species": "Alien",
- "type": "Tumblorkian",
- "gender": "Male",
- "origin": {
- "name": "Plopstar",
- "url": "https://rickandmortyapi.com/api/location/66"
- },
- "location": {
- "name": "Plopstar",
- "url": "https://rickandmortyapi.com/api/location/66"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/371.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/371",
- "created": "2018-01-10T19:18:44.560Z"
- },
- {
- "id": 372,
- "name": "Unity",
- "status": "Alive",
- "species": "Alien",
- "type": "Hivemind",
- "gender": "Genderless",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Unity's Planet",
- "url": "https://rickandmortyapi.com/api/location/28"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/372.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/14"
- ],
- "url": "https://rickandmortyapi.com/api/character/372",
- "created": "2018-01-10T19:20:50.211Z"
- },
- {
- "id": 373,
- "name": "Unmuscular Michael",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/373.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/373",
- "created": "2018-01-10T19:22:04.075Z"
- },
- {
- "id": 374,
- "name": "Vampire Master",
- "status": "Alive",
- "species": "Vampire",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/374.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/18"
- ],
- "url": "https://rickandmortyapi.com/api/character/374",
- "created": "2018-01-10T19:23:45.478Z"
- },
- {
- "id": 375,
- "name": "Vance Maximus",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Worldender's lair",
- "url": "https://rickandmortyapi.com/api/location/4"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/375.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/375",
- "created": "2018-01-10T19:26:00.957Z"
- },
- {
- "id": 376,
- "name": "Veronica Ann Bennet",
- "status": "Alive",
- "species": "Alien",
- "type": "Gazorpian",
- "gender": "Female",
- "origin": {
- "name": "Gazorpazorp",
- "url": "https://rickandmortyapi.com/api/location/40"
- },
- "location": {
- "name": "Gazorpazorp",
- "url": "https://rickandmortyapi.com/api/location/40"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/376.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/7"
- ],
- "url": "https://rickandmortyapi.com/api/character/376",
- "created": "2018-01-10T19:27:06.246Z"
- },
- {
- "id": 377,
- "name": "Voltematron",
- "status": "Dead",
- "species": "Alien",
- "type": "Parasite",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/377.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/29"
- ],
- "url": "https://rickandmortyapi.com/api/character/377",
- "created": "2018-01-10T19:29:08.116Z"
- },
- {
- "id": 378,
- "name": "Wall Crawling Rick",
- "status": "unknown",
- "species": "Humanoid",
- "type": "Lizard-Person",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/378.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/378",
- "created": "2018-01-10T19:33:30.804Z"
- },
- {
- "id": 379,
- "name": "Wedding Bartender",
- "status": "unknown",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Planet Squanch",
- "url": "https://rickandmortyapi.com/api/location/35"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/379.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/21"
- ],
- "url": "https://rickandmortyapi.com/api/character/379",
- "created": "2018-01-10T19:37:41.375Z"
- },
- {
- "id": 380,
- "name": "Weird Rick",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/380.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/380",
- "created": "2018-01-10T19:44:22.262Z"
- },
- {
- "id": 381,
- "name": "Woman Rick",
- "status": "Alive",
- "species": "Alien",
- "type": "Chair",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/381.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/381",
- "created": "2018-01-10T19:46:00.622Z"
- },
- {
- "id": 382,
- "name": "Worldender",
- "status": "Dead",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Worldender's lair",
- "url": "https://rickandmortyapi.com/api/location/4"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/382.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/382",
- "created": "2018-01-10T19:47:55.859Z"
- },
- {
- "id": 383,
- "name": "Yaarb",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "St. Gloopy Noops Hospital",
- "url": "https://rickandmortyapi.com/api/location/16"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/383.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/383",
- "created": "2018-01-10T19:48:59.952Z"
- },
- {
- "id": 384,
- "name": "Yellow Headed Doctor",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "St. Gloopy Noops Hospital",
- "url": "https://rickandmortyapi.com/api/location/16"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/384.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/384",
- "created": "2018-01-10T19:50:19.351Z"
- },
- {
- "id": 385,
- "name": "Yellow Shirt Rick",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/385.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/385",
- "created": "2018-01-10T19:51:18.996Z"
- },
- {
- "id": 386,
- "name": "Zarbadar Gloonch",
- "status": "Dead",
- "species": "Alien",
- "type": "Drumbloxian",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Nuptia 4",
- "url": "https://rickandmortyapi.com/api/location/13"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/386.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13",
- "https://rickandmortyapi.com/api/episode/18"
- ],
- "url": "https://rickandmortyapi.com/api/character/386",
- "created": "2018-01-10T19:52:40.898Z"
- },
- {
- "id": 387,
- "name": "Zarbadar's Mytholog",
- "status": "unknown",
- "species": "Mytholog",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Nuptia 4",
- "url": "https://rickandmortyapi.com/api/location/13"
- },
- "location": {
- "name": "Nuptia 4",
- "url": "https://rickandmortyapi.com/api/location/13"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/387.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/18"
- ],
- "url": "https://rickandmortyapi.com/api/character/387",
- "created": "2018-01-10T19:54:17.951Z"
- },
- {
- "id": 388,
- "name": "Zeep Xanflorp",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Microverse inhabitant",
- "gender": "Male",
- "origin": {
- "name": "Rick's Battery Microverse",
- "url": "https://rickandmortyapi.com/api/location/24"
- },
- "location": {
- "name": "Rick's Battery Microverse",
- "url": "https://rickandmortyapi.com/api/location/24"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/388.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/17"
- ],
- "url": "https://rickandmortyapi.com/api/character/388",
- "created": "2018-01-10T19:56:57.790Z"
- },
- {
- "id": 389,
- "name": "Zeta Alpha Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/389.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/389",
- "created": "2018-01-10T19:57:41.191Z"
- },
- {
- "id": 390,
- "name": "Zick Zack",
- "status": "Dead",
- "species": "Alien",
- "type": "Floop Floopian",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/390.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/29"
- ],
- "url": "https://rickandmortyapi.com/api/character/390",
- "created": "2018-01-10T20:00:05.681Z"
- },
- {
- "id": 391,
- "name": "Uncle Steve",
- "status": "Dead",
- "species": "Alien",
- "type": "Parasite",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/391.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/15"
- ],
- "url": "https://rickandmortyapi.com/api/character/391",
- "created": "2018-01-14T13:34:50.096Z"
- },
- {
- "id": 392,
- "name": "Bearded Morty",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/392.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/392",
- "created": "2018-01-14T14:48:05.977Z"
- },
- {
- "id": 393,
- "name": "Roy",
- "status": "Alive",
- "species": "Human",
- "type": "Game",
- "gender": "Male",
- "origin": {
- "name": "Roy: A Life Well Lived",
- "url": "https://rickandmortyapi.com/api/location/32"
- },
- "location": {
- "name": "Roy: A Life Well Lived",
- "url": "https://rickandmortyapi.com/api/location/32"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/393.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13"
- ],
- "url": "https://rickandmortyapi.com/api/character/393",
- "created": "2018-01-20T19:15:27.239Z"
- },
- {
- "id": 394,
- "name": "Davin",
- "status": "Dead",
- "species": "Cronenberg",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "location": {
- "name": "Earth (C-137)",
- "url": "https://rickandmortyapi.com/api/location/1"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/394.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/1",
- "https://rickandmortyapi.com/api/episode/6"
- ],
- "url": "https://rickandmortyapi.com/api/character/394",
- "created": "2018-01-20T19:48:42.201Z"
- },
- {
- "id": 395,
- "name": "Greebybobe",
- "status": "Alive",
- "species": "Alien",
- "type": "Greebybobe",
- "gender": "unknown",
- "origin": {
- "name": "Girvonesk",
- "url": "https://rickandmortyapi.com/api/location/68"
- },
- "location": {
- "name": "Worldender's lair",
- "url": "https://rickandmortyapi.com/api/location/4"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/395.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/1",
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/16",
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/395",
- "created": "2018-04-15T16:46:31.715Z"
- },
- {
- "id": 396,
- "name": "Scary Teacher",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Monster",
- "gender": "Male",
- "origin": {
- "name": "Mr. Goldenfold's dream",
- "url": "https://rickandmortyapi.com/api/location/18"
- },
- "location": {
- "name": "Mr. Goldenfold's dream",
- "url": "https://rickandmortyapi.com/api/location/18"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/396.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/2"
- ],
- "url": "https://rickandmortyapi.com/api/character/396",
- "created": "2018-04-15T17:10:07.639Z"
- },
- {
- "id": 397,
- "name": "Fido",
- "status": "Alive",
- "species": "Animal",
- "type": "Dog",
- "gender": "Male",
- "origin": {
- "name": "Snuffles' Dream",
- "url": "https://rickandmortyapi.com/api/location/70"
- },
- "location": {
- "name": "Snuffles' Dream",
- "url": "https://rickandmortyapi.com/api/location/70"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/397.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/2"
- ],
- "url": "https://rickandmortyapi.com/api/character/397",
- "created": "2018-04-15T17:15:28.777Z"
- },
- {
- "id": 398,
- "name": "Accountant dog",
- "status": "Alive",
- "species": "Animal",
- "type": "Dog",
- "gender": "Male",
- "origin": {
- "name": "Snuffles' Dream",
- "url": "https://rickandmortyapi.com/api/location/70"
- },
- "location": {
- "name": "Snuffles' Dream",
- "url": "https://rickandmortyapi.com/api/location/70"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/398.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/2"
- ],
- "url": "https://rickandmortyapi.com/api/character/398",
- "created": "2018-04-15T17:23:04.169Z"
- },
- {
- "id": 399,
- "name": "Tiny-persons advocacy group lawyer",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Giant",
- "gender": "Male",
- "origin": {
- "name": "Giant's Town",
- "url": "https://rickandmortyapi.com/api/location/14"
- },
- "location": {
- "name": "Giant's Town",
- "url": "https://rickandmortyapi.com/api/location/14"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/399.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/5"
- ],
- "url": "https://rickandmortyapi.com/api/character/399",
- "created": "2018-04-15T17:34:02.076Z"
- },
- {
- "id": 400,
- "name": "Giant Judge",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Giant",
- "gender": "Male",
- "origin": {
- "name": "Giant's Town",
- "url": "https://rickandmortyapi.com/api/location/14"
- },
- "location": {
- "name": "Giant's Town",
- "url": "https://rickandmortyapi.com/api/location/14"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/400.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/5"
- ],
- "url": "https://rickandmortyapi.com/api/character/400",
- "created": "2018-04-15T17:36:11.295Z"
- },
- {
- "id": 401,
- "name": "Morty Jr's interviewer",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/401.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/7"
- ],
- "url": "https://rickandmortyapi.com/api/character/401",
- "created": "2018-04-15T17:43:56.832Z"
- },
- {
- "id": 402,
- "name": "Guy from The Bachelor",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/402.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/402",
- "created": "2018-04-15T17:45:38.589Z"
- },
- {
- "id": 403,
- "name": "Corn detective",
- "status": "Dead",
- "species": "Humanoid",
- "type": "Corn-person",
- "gender": "Male",
- "origin": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/403.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/403",
- "created": "2018-04-15T17:48:50.629Z"
- },
- {
- "id": 404,
- "name": "Michael Jackson",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Phone-Person",
- "gender": "Male",
- "origin": {
- "name": "Earth (Phone Dimension)",
- "url": "https://rickandmortyapi.com/api/location/72"
- },
- "location": {
- "name": "Earth (Phone Dimension)",
- "url": "https://rickandmortyapi.com/api/location/72"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/404.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/404",
- "created": "2018-04-15T18:01:09.637Z"
- },
- {
- "id": 405,
- "name": "Trunkphobic suspenders guy",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/405.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/2",
- "https://rickandmortyapi.com/api/episode/8",
- "https://rickandmortyapi.com/api/episode/10",
- "https://rickandmortyapi.com/api/episode/11"
- ],
- "url": "https://rickandmortyapi.com/api/character/405",
- "created": "2018-04-15T20:31:46.065Z"
- },
- {
- "id": 406,
- "name": "Spiderweb teddy bear",
- "status": "Alive",
- "species": "Animal",
- "type": "Teddy Bear",
- "gender": "unknown",
- "origin": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/406.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/406",
- "created": "2018-04-15T20:45:04.863Z"
- },
- {
- "id": 407,
- "name": "Regular Tyrion Lannister",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/407.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/407",
- "created": "2018-04-15T20:50:10.475Z"
- },
- {
- "id": 408,
- "name": "Quick Mistery Presenter",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/408.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/408",
- "created": "2018-04-15T20:51:47.778Z"
- },
- {
- "id": 409,
- "name": "Mr. Sneezy",
- "status": "Alive",
- "species": "Human",
- "type": "Little Human",
- "gender": "Male",
- "origin": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/409.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/409",
- "created": "2018-04-15T21:04:09.405Z"
- },
- {
- "id": 410,
- "name": "Two Brothers",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/410.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/410",
- "created": "2018-04-15T21:06:18.686Z"
- },
- {
- "id": 411,
- "name": "Alien Mexican Armada",
- "status": "unknown",
- "species": "Alien",
- "type": "Mexican",
- "gender": "Male",
- "origin": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/411.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/411",
- "created": "2018-04-15T21:10:27.986Z"
- },
- {
- "id": 412,
- "name": "Giant Cat Monster",
- "status": "unknown",
- "species": "Animal",
- "type": "Giant Cat Monster",
- "gender": "unknown",
- "origin": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/412.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/412",
- "created": "2018-04-15T21:14:09.223Z"
- },
- {
- "id": 413,
- "name": "Old Women",
- "status": "unknown",
- "species": "Human",
- "type": "Old Amazons",
- "gender": "Female",
- "origin": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/413.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/413",
- "created": "2018-04-15T21:21:32.623Z"
- },
- {
- "id": 414,
- "name": "Trunkphobic guy",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/414.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/414",
- "created": "2018-04-15T21:33:59.719Z"
- },
- {
- "id": 415,
- "name": "Pro trunk people marriage guy",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/415.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/415",
- "created": "2018-04-15T21:34:21.911Z"
- },
- {
- "id": 416,
- "name": "Muscular Mannie",
- "status": "Alive",
- "species": "Human",
- "type": "Mannie",
- "gender": "Male",
- "origin": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/416.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/416",
- "created": "2018-04-15T21:39:22.608Z"
- },
- {
- "id": 417,
- "name": "Baby Legs Chief",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/417.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/417",
- "created": "2018-04-15T21:40:39.871Z"
- },
- {
- "id": 418,
- "name": "Mrs. Sullivan's Boyfriend",
- "status": "Alive",
- "species": "Human",
- "type": "Necrophiliac",
- "gender": "Male",
- "origin": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/418.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/8"
- ],
- "url": "https://rickandmortyapi.com/api/character/418",
- "created": "2018-04-15T21:43:43.867Z"
- },
- {
- "id": 419,
- "name": "Plutonian Hostess",
- "status": "Alive",
- "species": "Alien",
- "type": "Plutonian",
- "gender": "Female",
- "origin": {
- "name": "Pluto",
- "url": "https://rickandmortyapi.com/api/location/47"
- },
- "location": {
- "name": "Pluto",
- "url": "https://rickandmortyapi.com/api/location/47"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/419.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/9"
- ],
- "url": "https://rickandmortyapi.com/api/character/419",
- "created": "2018-04-15T21:48:45.783Z"
- },
- {
- "id": 420,
- "name": "Plutonian Host",
- "status": "Alive",
- "species": "Alien",
- "type": "Plutonian",
- "gender": "Male",
- "origin": {
- "name": "Pluto",
- "url": "https://rickandmortyapi.com/api/location/47"
- },
- "location": {
- "name": "Pluto",
- "url": "https://rickandmortyapi.com/api/location/47"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/420.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/9"
- ],
- "url": "https://rickandmortyapi.com/api/character/420",
- "created": "2018-04-15T21:49:04.730Z"
- },
- {
- "id": 421,
- "name": "Rich Plutonian",
- "status": "Alive",
- "species": "Alien",
- "type": "Plutonian",
- "gender": "Female",
- "origin": {
- "name": "Pluto",
- "url": "https://rickandmortyapi.com/api/location/47"
- },
- "location": {
- "name": "Pluto",
- "url": "https://rickandmortyapi.com/api/location/47"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/421.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/9"
- ],
- "url": "https://rickandmortyapi.com/api/character/421",
- "created": "2018-04-15T21:51:50.534Z"
- },
- {
- "id": 422,
- "name": "Rich Plutonian",
- "status": "Alive",
- "species": "Alien",
- "type": "Plutonian",
- "gender": "Male",
- "origin": {
- "name": "Pluto",
- "url": "https://rickandmortyapi.com/api/location/47"
- },
- "location": {
- "name": "Pluto",
- "url": "https://rickandmortyapi.com/api/location/47"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/422.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/9"
- ],
- "url": "https://rickandmortyapi.com/api/character/422",
- "created": "2018-04-15T21:52:14.642Z"
- },
- {
- "id": 423,
- "name": "Synthetic Laser Eels",
- "status": "Alive",
- "species": "Animal",
- "type": "Eel",
- "gender": "unknown",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/423.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/11"
- ],
- "url": "https://rickandmortyapi.com/api/character/423",
- "created": "2018-04-16T21:08:47.956Z"
- },
- {
- "id": 424,
- "name": "Pizza-person",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Pizza",
- "gender": "Male",
- "origin": {
- "name": "Earth (Pizza Dimension)",
- "url": "https://rickandmortyapi.com/api/location/71"
- },
- "location": {
- "name": "Earth (Pizza Dimension)",
- "url": "https://rickandmortyapi.com/api/location/71"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/424.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/424",
- "created": "2018-04-16T21:45:55.310Z"
- },
- {
- "id": 425,
- "name": "Pizza-person",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Pizza",
- "gender": "Male",
- "origin": {
- "name": "Earth (Pizza Dimension)",
- "url": "https://rickandmortyapi.com/api/location/71"
- },
- "location": {
- "name": "Earth (Pizza Dimension)",
- "url": "https://rickandmortyapi.com/api/location/71"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/425.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/425",
- "created": "2018-04-16T21:46:18.362Z"
- },
- {
- "id": 426,
- "name": "Greasy Grandma",
- "status": "Alive",
- "species": "Human",
- "type": "Grandma",
- "gender": "Female",
- "origin": {
- "name": "Greasy Grandma World",
- "url": "https://rickandmortyapi.com/api/location/73"
- },
- "location": {
- "name": "Greasy Grandma World",
- "url": "https://rickandmortyapi.com/api/location/73"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/426.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/426",
- "created": "2018-04-16T21:51:21.379Z"
- },
- {
- "id": 427,
- "name": "Phone-person",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Phone",
- "gender": "Male",
- "origin": {
- "name": "Earth (Phone Dimension)",
- "url": "https://rickandmortyapi.com/api/location/72"
- },
- "location": {
- "name": "Earth (Phone Dimension)",
- "url": "https://rickandmortyapi.com/api/location/72"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/427.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/427",
- "created": "2018-04-16T21:54:05.375Z"
- },
- {
- "id": 428,
- "name": "Phone-person",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Phone",
- "gender": "Male",
- "origin": {
- "name": "Earth (Phone Dimension)",
- "url": "https://rickandmortyapi.com/api/location/72"
- },
- "location": {
- "name": "Earth (Phone Dimension)",
- "url": "https://rickandmortyapi.com/api/location/72"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/428.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/428",
- "created": "2018-04-16T21:54:48.372Z"
- },
- {
- "id": 429,
- "name": "Chair-person",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Chair",
- "gender": "Male",
- "origin": {
- "name": "Earth (Chair Dimension)",
- "url": "https://rickandmortyapi.com/api/location/74"
- },
- "location": {
- "name": "Earth (Chair Dimension)",
- "url": "https://rickandmortyapi.com/api/location/74"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/429.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/429",
- "created": "2018-04-16T21:59:25.798Z"
- },
- {
- "id": 430,
- "name": "Chair-person",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Chair",
- "gender": "Male",
- "origin": {
- "name": "Earth (Chair Dimension)",
- "url": "https://rickandmortyapi.com/api/location/74"
- },
- "location": {
- "name": "Earth (Chair Dimension)",
- "url": "https://rickandmortyapi.com/api/location/74"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/430.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/430",
- "created": "2018-04-16T21:59:48.220Z"
- },
- {
- "id": 431,
- "name": "Chair-homeless",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Chair",
- "gender": "Male",
- "origin": {
- "name": "Earth (Chair Dimension)",
- "url": "https://rickandmortyapi.com/api/location/74"
- },
- "location": {
- "name": "Earth (Chair Dimension)",
- "url": "https://rickandmortyapi.com/api/location/74"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/431.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/431",
- "created": "2018-04-16T22:01:17.927Z"
- },
- {
- "id": 432,
- "name": "Chair-waiter",
- "status": "Alive",
- "species": "Humanoid",
- "type": "Chair",
- "gender": "Male",
- "origin": {
- "name": "Earth (Chair Dimension)",
- "url": "https://rickandmortyapi.com/api/location/74"
- },
- "location": {
- "name": "Earth (Chair Dimension)",
- "url": "https://rickandmortyapi.com/api/location/74"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/432.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/432",
- "created": "2018-04-16T22:02:26.106Z"
- },
- {
- "id": 433,
- "name": "Doopidoo",
- "status": "Alive",
- "species": "Animal",
- "type": "Doopidoo",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/433.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/433",
- "created": "2018-04-16T22:05:05.745Z"
- },
- {
- "id": 434,
- "name": "Super Weird Rick",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "unknown",
- "url": ""
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/434.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/10"
- ],
- "url": "https://rickandmortyapi.com/api/character/434",
- "created": "2018-04-16T22:16:17.789Z"
- },
- {
- "id": 435,
- "name": "Pripudlian",
- "status": "Alive",
- "species": "Alien",
- "type": "Pripudlian",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/435.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/1",
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/19",
- "https://rickandmortyapi.com/api/episode/25"
- ],
- "url": "https://rickandmortyapi.com/api/character/435",
- "created": "2018-04-16T22:21:57.962Z"
- },
- {
- "id": 436,
- "name": "Giant Testicle Monster",
- "status": "Alive",
- "species": "Animal",
- "type": "Monster",
- "gender": "unknown",
- "origin": {
- "name": "Testicle Monster Dimension",
- "url": "https://rickandmortyapi.com/api/location/21"
- },
- "location": {
- "name": "Testicle Monster Dimension",
- "url": "https://rickandmortyapi.com/api/location/21"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/436.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/11",
- "https://rickandmortyapi.com/api/episode/13"
- ],
- "url": "https://rickandmortyapi.com/api/character/436",
- "created": "2018-04-16T22:33:01.337Z"
- },
- {
- "id": 437,
- "name": "Michael",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/437.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/12"
- ],
- "url": "https://rickandmortyapi.com/api/character/437",
- "created": "2018-05-01T11:51:10.604Z"
- },
- {
- "id": 438,
- "name": "Michael's Lawyer",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/438.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/12"
- ],
- "url": "https://rickandmortyapi.com/api/character/438",
- "created": "2018-05-01T11:57:16.266Z"
- },
- {
- "id": 439,
- "name": "Veterinary",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/439.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/12"
- ],
- "url": "https://rickandmortyapi.com/api/character/439",
- "created": "2018-05-01T11:58:43.275Z"
- },
- {
- "id": 440,
- "name": "Veterinary Nurse",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/440.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/12"
- ],
- "url": "https://rickandmortyapi.com/api/character/440",
- "created": "2018-05-01T11:59:15.544Z"
- },
- {
- "id": 441,
- "name": "Bearded Jerry",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Jerryboree",
- "url": "https://rickandmortyapi.com/api/location/44"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/441.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13"
- ],
- "url": "https://rickandmortyapi.com/api/character/441",
- "created": "2018-05-01T12:09:22.636Z"
- },
- {
- "id": 442,
- "name": "Shaved Head Jerry",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Jerryboree",
- "url": "https://rickandmortyapi.com/api/location/44"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/442.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13"
- ],
- "url": "https://rickandmortyapi.com/api/character/442",
- "created": "2018-05-01T12:10:35.123Z"
- },
- {
- "id": 443,
- "name": "Tank Top Jerry",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Jerryboree",
- "url": "https://rickandmortyapi.com/api/location/44"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/443.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13"
- ],
- "url": "https://rickandmortyapi.com/api/character/443",
- "created": "2018-05-01T12:23:37.165Z"
- },
- {
- "id": 444,
- "name": "Pink Polo Shirt Jerry",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Jerryboree",
- "url": "https://rickandmortyapi.com/api/location/44"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/444.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13"
- ],
- "url": "https://rickandmortyapi.com/api/character/444",
- "created": "2018-05-01T12:27:08.632Z"
- },
- {
- "id": 445,
- "name": "Jerryboree Keeper",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Jerryboree",
- "url": "https://rickandmortyapi.com/api/location/44"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/445.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13"
- ],
- "url": "https://rickandmortyapi.com/api/character/445",
- "created": "2018-05-01T13:09:57.921Z"
- },
- {
- "id": 446,
- "name": "Jerryboree Receptionist",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Jerryboree",
- "url": "https://rickandmortyapi.com/api/location/44"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/446.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13"
- ],
- "url": "https://rickandmortyapi.com/api/character/446",
- "created": "2018-05-01T13:11:26.665Z"
- },
- {
- "id": 447,
- "name": "Anchor Gear",
- "status": "Alive",
- "species": "Alien",
- "type": "Gear-Person",
- "gender": "Male",
- "origin": {
- "name": "Gear World",
- "url": "https://rickandmortyapi.com/api/location/57"
- },
- "location": {
- "name": "Gear World",
- "url": "https://rickandmortyapi.com/api/location/57"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/447.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13"
- ],
- "url": "https://rickandmortyapi.com/api/character/447",
- "created": "2018-05-01T13:34:56.141Z"
- },
- {
- "id": 448,
- "name": "Gear Cop",
- "status": "Dead",
- "species": "Alien",
- "type": "Gear-Person",
- "gender": "Male",
- "origin": {
- "name": "Gear World",
- "url": "https://rickandmortyapi.com/api/location/57"
- },
- "location": {
- "name": "Gear World",
- "url": "https://rickandmortyapi.com/api/location/57"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/448.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13"
- ],
- "url": "https://rickandmortyapi.com/api/character/448",
- "created": "2018-05-01T13:38:21.237Z"
- },
- {
- "id": 449,
- "name": "Roy's Mum",
- "status": "Alive",
- "species": "Human",
- "type": "Game",
- "gender": "Female",
- "origin": {
- "name": "Roy: A Life Well Lived",
- "url": "https://rickandmortyapi.com/api/location/32"
- },
- "location": {
- "name": "Roy: A Life Well Lived",
- "url": "https://rickandmortyapi.com/api/location/32"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/449.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13"
- ],
- "url": "https://rickandmortyapi.com/api/character/449",
- "created": "2018-05-01T13:55:27.886Z"
- },
- {
- "id": 450,
- "name": "Roy's Wife",
- "status": "Alive",
- "species": "Human",
- "type": "Game",
- "gender": "Male",
- "origin": {
- "name": "Roy: A Life Well Lived",
- "url": "https://rickandmortyapi.com/api/location/32"
- },
- "location": {
- "name": "Roy: A Life Well Lived",
- "url": "https://rickandmortyapi.com/api/location/32"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/450.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13"
- ],
- "url": "https://rickandmortyapi.com/api/character/450",
- "created": "2018-05-01T13:57:55.888Z"
- },
- {
- "id": 451,
- "name": "Roy's Son",
- "status": "Alive",
- "species": "Human",
- "type": "Game",
- "gender": "Male",
- "origin": {
- "name": "Roy: A Life Well Lived",
- "url": "https://rickandmortyapi.com/api/location/32"
- },
- "location": {
- "name": "Roy: A Life Well Lived",
- "url": "https://rickandmortyapi.com/api/location/32"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/451.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/13"
- ],
- "url": "https://rickandmortyapi.com/api/character/451",
- "created": "2018-05-01T13:59:18.964Z"
- },
- {
- "id": 452,
- "name": "Simon",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/452.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/16"
- ],
- "url": "https://rickandmortyapi.com/api/character/452",
- "created": "2018-05-01T14:20:10.187Z"
- },
- {
- "id": 453,
- "name": "Vampire Master's Assistant",
- "status": "Alive",
- "species": "Vampire",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/453.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/18"
- ],
- "url": "https://rickandmortyapi.com/api/character/453",
- "created": "2018-05-01T15:20:15.582Z"
- },
- {
- "id": 454,
- "name": "Arbolian Mentirososian",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "unknown",
- "origin": {
- "name": "Árboles Mentirosos",
- "url": "https://rickandmortyapi.com/api/location/75"
- },
- "location": {
- "name": "St. Gloopy Noops Hospital",
- "url": "https://rickandmortyapi.com/api/location/16"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/454.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/16",
- "https://rickandmortyapi.com/api/episode/19",
- "https://rickandmortyapi.com/api/episode/21"
- ],
- "url": "https://rickandmortyapi.com/api/character/454",
- "created": "2018-05-01T15:30:21.493Z"
- },
- {
- "id": 455,
- "name": "St. Gloopy Noops Nurse",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "St. Gloopy Noops Hospital",
- "url": "https://rickandmortyapi.com/api/location/16"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/455.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/455",
- "created": "2018-05-01T15:34:19.679Z"
- },
- {
- "id": 456,
- "name": "Nano Doctor",
- "status": "Alive",
- "species": "Alien",
- "type": "Nano Alien",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "St. Gloopy Noops Hospital",
- "url": "https://rickandmortyapi.com/api/location/16"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/456.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/456",
- "created": "2018-05-01T15:42:07.919Z"
- },
- {
- "id": 457,
- "name": "Funny Songs Presenter",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/457.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/457",
- "created": "2018-05-01T16:08:23.458Z"
- },
- {
- "id": 458,
- "name": "Tax Attorney",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/458.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/458",
- "created": "2018-05-01T16:11:17.925Z"
- },
- {
- "id": 459,
- "name": "Butthole Ice Cream Guy",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Interdimensional Cable",
- "url": "https://rickandmortyapi.com/api/location/6"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/459.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/459",
- "created": "2018-05-01T16:53:23.462Z"
- },
- {
- "id": 460,
- "name": "Traflorkian Journalist",
- "status": "Alive",
- "species": "Alien",
- "type": "Traflorkian",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "St. Gloopy Noops Hospital",
- "url": "https://rickandmortyapi.com/api/location/16"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/460.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/19"
- ],
- "url": "https://rickandmortyapi.com/api/character/460",
- "created": "2018-05-01T17:03:39.846Z"
- },
- {
- "id": 461,
- "name": "Communication's Responsible Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/461.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/461",
- "created": "2018-05-22T16:06:28.494Z"
- },
- {
- "id": 462,
- "name": "Teleportation's Responsible Rick",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/462.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/462",
- "created": "2018-05-22T16:16:02.653Z"
- },
- {
- "id": 463,
- "name": "SEAL Team Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/463.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/463",
- "created": "2018-05-22T16:21:44.379Z"
- },
- {
- "id": 464,
- "name": "SEAL Team Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/464.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/464",
- "created": "2018-05-22T16:21:58.176Z"
- },
- {
- "id": 465,
- "name": "SEAL Team Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/465.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/465",
- "created": "2018-05-22T16:22:12.309Z"
- },
- {
- "id": 466,
- "name": "SEAL Team Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/466.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/22"
- ],
- "url": "https://rickandmortyapi.com/api/character/466",
- "created": "2018-05-22T16:23:24.470Z"
- },
- {
- "id": 467,
- "name": "Morphizer-XE Customer Support",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/467.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/26"
- ],
- "url": "https://rickandmortyapi.com/api/character/467",
- "created": "2018-05-22T16:46:18.038Z"
- },
- {
- "id": 468,
- "name": "Morphizer-XE Customer Support",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/468.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/26"
- ],
- "url": "https://rickandmortyapi.com/api/character/468",
- "created": "2018-05-22T16:46:37.603Z"
- },
- {
- "id": 469,
- "name": "Morphizer-XE Customer Support",
- "status": "unknown",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/469.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/26"
- ],
- "url": "https://rickandmortyapi.com/api/character/469",
- "created": "2018-05-22T16:46:50.518Z"
- },
- {
- "id": 470,
- "name": "Alien Spa Employee",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Alien Day Spa",
- "url": "https://rickandmortyapi.com/api/location/76"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/470.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/27"
- ],
- "url": "https://rickandmortyapi.com/api/character/470",
- "created": "2018-05-22T17:01:59.602Z"
- },
- {
- "id": 471,
- "name": "Little Voltron",
- "status": "Alive",
- "species": "Robot",
- "type": "",
- "gender": "Genderless",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/471.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/27"
- ],
- "url": "https://rickandmortyapi.com/api/character/471",
- "created": "2018-05-22T17:07:21.833Z"
- },
- {
- "id": 472,
- "name": "Baby Rick",
- "status": "Alive",
- "species": "Human",
- "type": "Clone",
- "gender": "Male",
- "origin": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/472.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/472",
- "created": "2018-05-22T17:11:53.084Z"
- },
- {
- "id": 473,
- "name": "Bartender Morty",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/473.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/473",
- "created": "2018-05-22T17:14:41.628Z"
- },
- {
- "id": 474,
- "name": "Dancer Cowboy Morty",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/474.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/474",
- "created": "2018-05-22T17:17:10.102Z"
- },
- {
- "id": 475,
- "name": "Dancer Morty",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/475.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/475",
- "created": "2018-05-22T17:17:49.270Z"
- },
- {
- "id": 476,
- "name": "Flower Morty",
- "status": "Alive",
- "species": "Human",
- "type": "Human with a flower in his head",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/476.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/476",
- "created": "2018-05-22T17:18:46.129Z"
- },
- {
- "id": 477,
- "name": "Hairdresser Rick",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/477.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/477",
- "created": "2018-05-22T17:19:36.127Z"
- },
- {
- "id": 478,
- "name": "Journalist Rick",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/478.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/478",
- "created": "2018-05-22T17:22:18.417Z"
- },
- {
- "id": 479,
- "name": "Private Sector Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/479.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/479",
- "created": "2018-05-22T17:23:18.546Z"
- },
- {
- "id": 480,
- "name": "Purple Morty",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/480.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/480",
- "created": "2018-05-22T17:24:38.571Z"
- },
- {
- "id": 481,
- "name": "Retired General Rick",
- "status": "unknown",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/481.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/481",
- "created": "2018-05-22T17:29:50.642Z"
- },
- {
- "id": 482,
- "name": "Secret Service Rick",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/482.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/482",
- "created": "2018-05-22T17:32:32.561Z"
- },
- {
- "id": 483,
- "name": "Steve Jobs Rick",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/483.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/483",
- "created": "2018-05-22T17:33:33.815Z"
- },
- {
- "id": 484,
- "name": "Sheik Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/484.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/484",
- "created": "2018-05-22T17:35:26.250Z"
- },
- {
- "id": 485,
- "name": "Modern Rick",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/485.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/485",
- "created": "2018-05-22T17:36:56.925Z"
- },
- {
- "id": 486,
- "name": "Tan Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/486.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/486",
- "created": "2018-05-22T17:37:37.764Z"
- },
- {
- "id": 487,
- "name": "Visor Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/487.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/487",
- "created": "2018-05-22T17:38:28.593Z"
- },
- {
- "id": 488,
- "name": "Colonial Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/488.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/488",
- "created": "2018-05-22T17:39:06.439Z"
- },
- {
- "id": 489,
- "name": "P-Coat Rick",
- "status": "Dead",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Citadel of Ricks",
- "url": "https://rickandmortyapi.com/api/location/3"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/489.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/28"
- ],
- "url": "https://rickandmortyapi.com/api/character/489",
- "created": "2018-05-22T17:39:37.604Z"
- },
- {
- "id": 490,
- "name": "Chang",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "The Menagerie",
- "url": "https://rickandmortyapi.com/api/location/25"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/490.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/29"
- ],
- "url": "https://rickandmortyapi.com/api/character/490",
- "created": "2018-05-22T17:43:52.543Z"
- },
- {
- "id": 491,
- "name": "Dr. Eleanor Arroway",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Female",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "The Menagerie",
- "url": "https://rickandmortyapi.com/api/location/25"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/491.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/29"
- ],
- "url": "https://rickandmortyapi.com/api/character/491",
- "created": "2018-05-22T17:44:32.071Z"
- },
- {
- "id": 492,
- "name": "Varrix",
- "status": "Alive",
- "species": "Alien",
- "type": "",
- "gender": "unknown",
- "origin": {
- "name": "unknown",
- "url": ""
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/492.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/30"
- ],
- "url": "https://rickandmortyapi.com/api/character/492",
- "created": "2018-05-22T17:49:13.883Z"
- },
- {
- "id": 493,
- "name": "Secretary of the Interior",
- "status": "Alive",
- "species": "Human",
- "type": "",
- "gender": "Male",
- "origin": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "location": {
- "name": "Earth (Replacement Dimension)",
- "url": "https://rickandmortyapi.com/api/location/20"
- },
- "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/493.jpeg",
- "episode": [
- "https://rickandmortyapi.com/api/episode/31"
- ],
- "url": "https://rickandmortyapi.com/api/character/493",
- "created": "2018-05-22T17:51:07.373Z"
- }
- ]
-}
diff --git a/src/data/tarot/README.md b/src/data/tarot/README.md
deleted file mode 100644
index 12c2cc0b..00000000
--- a/src/data/tarot/README.md
+++ /dev/null
@@ -1,51 +0,0 @@
-# Tarot
-
-El tarot es una baraja de naipes a menudo utilizada como medio de consulta e
-interpretación de hechos (presentes, pasados o futuros), sueños, percepciones o
-estados emocionales que constituye, además, un tipo de cartomancia.
-
-Sus orígenes datan al menos del siglo XIV. La técnica se basa en la selección
-de cartas de una baraja especial, que luego son interpretadas por una lectora,
-según el orden o disposición en que han sido seleccionadas o repartidas. La
-baraja de tarot está compuesta por 78 cartas divididas en arcanos mayores, los
-cuales son 22; y menores, que son 56. La palabra _arcano_ proviene del latín
-_arcanum_, que significa 'misterio' o 'secreto'.
-
-A quienes practican este tipo de adivinación se llaman “tarotistas”.
-
-## Hallazgos
-
-Cada carta tiene una asignación de significados arbitraria. Los mismos están
-relacionados con los grandes arquetipos universales (en este sentido, los
-significados pueden ser solo alusiones para dar flexibilidad en la
-interpretación). El conjunto de los significados de cada carta forma un
-universo semántico, rico en interpretación filosófica y situacional.
-
-Cada carta de un tarot cuenta con una ilustración que sirve como referencia
-memorística, en la cual es importante la selección de iconos y colores, ya que
-cada color tiene un valor simbólico (por ejemplo, azul-espiritualidad).
-Existen distintas ilustraciones dependiendo del tipo de tarot y de baraja que
-se está usando.
-
-Ligado al número de cartas, hay toda una tradición acerca del significado
-de cada número.
-
-La tradición divide el tarot en: espadas (elemento aire, pensamiento e
-inteligencia), bastos (elemento fuego, vida, pasiones), copas (elemento agua,
-amor y sentimientos) y oros o pentáculos (elemento tierra, naturaleza, materia,
-lo económico).
-
-## Detalles de la data
-
-* En este _dataset_ encontrarás los siguientes datos de cada carta:
-
- - Tipo: Si es arcano mayor o menor.
- - Nombre: El nombre de cada una.
- - Nombre corto: Un código identificador de cada una.
- - Valor: Su valor numérico asociado.
- - Significado hacia arriba: El significado asociado a la carta volteada
- hacia arriba.
- - Significado al reverso: El significado asociado a la carta volteada al reverso.
- - Descripción de la carta: La descripción del escenario asociado a la carta.
- - Imágen: Una representación visual de la descripción de la carta.
-
\ No newline at end of file
diff --git a/src/data/tarot/README.pt.md b/src/data/tarot/README.pt.md
deleted file mode 100644
index fa531583..00000000
--- a/src/data/tarot/README.pt.md
+++ /dev/null
@@ -1,51 +0,0 @@
-# Tarô
-
-O tarô é um baralho de cartas frequentemente utilizado como meio de consulta
-e interpretação de fatos (presentes, passados ou futuros), sonhos, percepções
-ou estados emocionais, que também constitui um tipo de cartomancia.
-
-As suas origens remontam pelo menos ao século XIV. A técnica baseia-se na
-seleção de cartas de um baralho especial, que são então interpretadas por uma
-leitora, de acordo com a ordem ou arranjo em que foram selecionadas ou
-distribuídas. O baralho de tarô é composto por 78 cartas divididas em
-arcanos maiores, que são 22; e menores, que são 56. A palavra _arcana_
-Vem do latim _arcanum_, que significa 'mistério' ou 'segredo'.
-
-Aquelas que praticam esse tipo de adivinhação são chamadas de “tarotistas”.
-
-## Constatações
-
-Cada cartão tem uma atribuição arbitrária de significados. os mesmos são
-relacionados com os grandes arquétipos universais (neste sentido, o
-significados só podem ser alusões para dar flexibilidade na
-interpretação). O conjunto de significados de cada carta forma um
-universo semântico, rico em interpretações filosóficas e situacionais.
-
-Cada carta de tarô possui uma ilustração que serve como referência de memória,
-na qual a seleção de ícones e cores é importante, pois cada cor tem um valor
-simbólico (por exemplo, azul-espiritualidade).
-Existem diferentes ilustrações dependendo do tipo de tarô e baralho que está
-sendo usado.
-
-Ligado ao número de cartas, existe toda uma tradição sobre o significado de
-cada número.
-
-A tradição divide o tarô em: espadas (elemento ar, pensamento e inteligência),
-bastos (elemento fogo, vida, paixões), taças (elemento água, amor e
-sentimentos) e ouros ou pentáculos (elemento terra, natureza, matéria,
-economia).
-
-## Detalhes da data
-
-* Neste _dataset_ você encontrará os seguintes dados para cada cartão:
-
- - Tipo: Se for arcano maior ou menor.
- - Nome: O nome de cada uma.
- - Nome curto: um código identificador para cada uma.
- - Valor: Seu valor numérico associado.
- - Significado da face para cima: O significado associado à carta com a face
- para cima.
- - Significado reverso: O significado associado ao cartão virado.
- - Descrição do cartão: A descrição do cenário associado ao cartão.
- - Imagem: Uma representação visual da descrição do cartão.
-
\ No newline at end of file
diff --git a/src/data/tarot/tarot.js b/src/data/tarot/tarot.js
deleted file mode 100644
index f7803e0d..00000000
--- a/src/data/tarot/tarot.js
+++ /dev/null
@@ -1,840 +0,0 @@
-export default {
- "cards": [
- {
- "type": "major",
- "name_short": "ar01",
- "name": "The Magician",
- "value": 1,
- "meaning_up": "Skill, diplomacy, address, subtlety; sickness, pain, loss, disaster, snares of enemies; self-confidence, will; the Querent, if male.",
- "meaning_rev": "Physician, Magus, mental disease, disgrace, disquiet.",
- "desc": "A youthful figure in the robe of a magician, having the countenance of divine Apollo, with smile of confidence and shining eyes. Above his head is the mysterious sign of the Holy Spirit, the sign of life, like an endless cord, forming the figure 8 in a horizontal position . About his waist is a serpent-cincture, the serpent appearing to devour its own tail. This is familiar to most as a conventional symbol of eternity, but here it indicates more especially the eternity of attainment in the spirit. In the Magician's right hand is a wand raised towards heaven, while the left hand is pointing to the earth. This dual sign is known in very high grades of the Instituted Mysteries; it shews the descent of grace, virtue and light, drawn from things above and derived to things below. The suggestion throughout is therefore the possession and communication of the Powers and Gifts of the Spirit. On the table in front of the Magician are the symbols of the four Tarot suits, signifying the elements of natural life, which lie like counters before the adept, and he adapts them as he wills. Beneath are roses and lilies, the flos campi and lilium convallium, changed into garden flowers, to shew the culture of aspiration. This card signifies the divine motive in man, reflecting God, the will in the liberation of its union with that which is above. It is also the unity of individual being on all planes, and in a very high sense it is thought, in the fixation thereof. With further reference to what I have called the sign of life and its connexion with the number 8, it may be remembered that Christian Gnosticism speaks of rebirth in Christ as a change \"unto the Ogdoad.\" The mystic number is termed Jerusalem above, the Land flowing with Milk and Honey, the Holy Spirit and the Land of the Lord. According to Martinism, 8 is the number of Christ.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/d/de/RWS_Tarot_01_Magician.jpg"
- },
- {
- "type": "major",
- "name_short": "ar02",
- "name": "The High Priestess",
- "value": 2,
- "meaning_up": "Secrets, mystery, the future as yet unrevealed; the woman who interests the Querent, if male; the Querent herself, if female; silence, tenacity; mystery, wisdom, science.",
- "meaning_rev": "Passion, moral or physical ardour, conceit, surface knowledge.",
- "desc": "She has the lunar crescent at her feet, a horned diadem on her head, with a globe in the middle place, and a large solar cross on her breast. The scroll in her hands is inscribed with the word Tora, signifying the Greater Law, the Secret Law and the second sense of the Word. It is partly covered by her mantle, to shew that some things are implied and some spoken. She is seated between the white and black pillars--J. and B.--of the mystic Temple, and the veil of the Temple is behind her: it is embroidered with palms and pomegranates. The vestments are flowing and gauzy, and the mantle suggests light--a shimmering radiance. She has been called occult Science on the threshold of the Sanctuary of Isis, but she is really the Secret Church, the House which is of God and man. She represents also the Second Marriage of the Prince who is no longer of this world; she is the spiritual Bride and Mother, the daughter of the stars and the Higher Garden of Eden. She is, in fine, the Queen of the borrowed light, but this is the light of all. She is the Moon nourished by the milk of the Supernal Mother.\nIn a manner, she is also the Supernal Mother herself--that is to say, she is the bright reflection. It is in this sense of reflection that her truest and highest name in bolism is Shekinah--the co-habiting glory. According to Kabalism, there is a Shekinah both above and below. In the superior world it is called Binah, the Supernal Understanding which reflects to the emanations that are beneath. In the lower world it is MaIkuth--that world being, for this purpose, understood as a blessed Kingdom that with which it is made blessed being the Indwelling Glory. Mystically speaking, the Shekinah is the Spiritual Bride of the just man, and when he reads the Law she gives the Divine meaning. There are some respects in which this card is the highest and holiest of the Greater Arcana.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/88/RWS_Tarot_02_High_Priestess.jpg/590px-RWS_Tarot_02_High_Priestess.jpg"
- },
- {
- "type": "major",
- "name_short": "ar03",
- "name": "The Empress",
- "value": 3,
- "meaning_up": "Fruitfulness, action, initiative, length of days; the unknown, clandestine; also difficulty, doubt, ignorance.",
- "meaning_rev": "Light, truth, the unravelling of involved matters, public rejoicings; according to another reading, vacillation.",
- "desc": "A stately figure, seated, having rich vestments and royal aspect, as of a daughter of heaven and earth. Her diadem is of twelve stars, gathered in a cluster. The symbol of Venus is on the shield which rests near her. A field of corn is ripening in front of her, and beyond there is a fall of water. The sceptre which she bears is surmounted by the globe of this world. She is the inferior Garden of Eden, the Earthly Paradise, all that is symbolized by the visible house of man. She is not Regina coeli, but she is still refugium peccatorum, the fruitful mother of thousands. There are also certain aspects in which she has been correctly described as desire and the wings thereof, as the woman clothed with the sun, as Gloria Mundi and the veil of the Sanctum Sanctorum; but she is not, I may add, the soul that has attained wings, unless all the symbolism is counted up another and unusual way. She is above all things universal fecundity and the outer sense of the Word. This is obvious, because there is no direct message which has been given to man like that which is borne by woman; but she does not herself carry its interpretation.\nIn another order of ideas, the card of the Empress signifies the door or gate by which an entrance is obtained into this life, as into the Garden of Venus; and then the way which leads out therefrom, into that which is beyond, is the secret known to the High Priestess: it is communicated by her to the elect. Most old attributions of this card are completely wrong on the symbolism--as, for example, its identification with the Word, Divine Nature, the Triad, and so forth.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/d/d2/RWS_Tarot_03_Empress.jpg"
- },
- {
- "type": "major",
- "name_short": "ar04",
- "name": "The Emperor",
- "value": 4,
- "meaning_up": "Stability, power, protection, realization; a great person; aid, reason, conviction; also authority and will.",
- "meaning_rev": "Benevolence, compassion, credit; also confusion to enemies, obstruction, immaturity.",
- "desc": "He has a form of the Crux ansata for his sceptre and a globe in his left hand. He is a crowned monarch--commanding, stately, seated on a throne, the arms of which axe fronted by rams' heads. He is executive and realization, the power of this world, here clothed with the highest of its natural attributes. He is occasionally represented as seated on a cubic stone, which, however, confuses some of the issues. He is the virile power, to which the Empress responds, and in this sense is he who seeks to remove the Veil of Isis; yet she remains virgo intacta.\nIt should be understood that this card and that of the Empress do not precisely represent the condition of married life, though this state is implied. On the surface, as I have indicated, they stand for mundane royalty, uplifted on the seats of the mighty; but above this there is the suggestion of another presence. They signify also--and the male figure especially--the higher kingship, occupying the intellectual throne. Hereof is the lordship of thought rather than of the animal world. Both personalities, after their own manner, are \"full of strange experience,\" but theirs is not consciously the wisdom which draws from a higher world. The Emperor has been described as (a) will in its embodied form, but this is only one of its applications, and (b) as an expression of virtualities contained in the Absolute Being--but this is fantasy.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/c/c3/RWS_Tarot_04_Emperor.jpg"
- },
- {
- "type": "major",
- "name_short": "ar05",
- "name": "The Hierophant",
- "value": 5,
- "meaning_up": "Marriage, alliance, captivity, servitude; by another account, mercy and goodness; inspiration; the man to whom the Querent has recourse.",
- "meaning_rev": "Society, good understanding, concord, overkindness, weakness.",
- "desc": "He wears the triple crown and is seated between two pillars, but they are not those of the Temple which is guarded by the High Priestess. In his left hand he holds a sceptre terminating in the triple cross, and with his right hand he gives the well-known ecclesiastical sign which is called that of esotericism, distinguishing between the manifest and concealed part of doctrine. It is noticeable in this connexion that the High Priestess makes no sign. At his feet are the crossed keys, and two priestly ministers in albs kneel before him. He has been usually called the Pope, which is a particular application of the more general office that he symbolizes. He is the ruling power of external religion, as the High Priestess is the prevailing genius of the esoteric, withdrawn power. The proper meanings of this card have suffered woeful admixture from nearly all hands. Grand Orient says truly that the Hierophant is the power of the keys, exoteric orthodox doctrine, and the outer side of the life which leads to the doctrine; but he is certainly not the prince of occult doctrine, as another commentator has suggested.\nHe is rather the summa totius theologiæ, when it has passed into the utmost rigidity of expression; but he symbolizes also all things that are righteous and sacred on the manifest side. As such, he is the channel of grace belonging to the world of institution as distinct from that of Nature, and he is the leader of salvation for the human race at large. He is the order and the head of the recognized hierarchy, which is the reflection of another and greater hierarchic order; but it may so happen that the pontiff forgets the significance of this his symbolic state and acts as if he contained within his proper measures all that his sign signifies or his symbol seeks to shew forth. He is not, as it has been thought, philosophy-except on the theological side; he is not inspiration; and he is not religion, although he is a mode of its expression.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/8/8d/RWS_Tarot_05_Hierophant.jpg"
- },
- {
- "type": "major",
- "name_short": "ar06",
- "name": "The Lovers",
- "value": 6,
- "meaning_up": "Attraction, love, beauty, trials overcome.",
- "meaning_rev": "Failure, foolish designs. Another account speaks of marriage frustrated and contrarieties of all kinds.",
- "desc": "The sun shines in the zenith, and beneath is a great winged figure with arms extended, pouring down influences. In the foreground are two human figures, male and female, unveiled before each other, as if Adam and Eve when they first occupied the paradise of the earthly body. Behind the man is the Tree of Life, bearing twelve fruits, and the Tree of the Knowledge of Good and Evil is behind the woman; the serpent is twining round it. The figures suggest youth, virginity, innocence and love before it is contaminated by gross material desire. This is in all simplicity the card of human love, here exhibited as part of the way, the truth and the life. It replaces, by recourse to first principles, the old card of marriage, which I have described previously, and the later follies which depicted man between vice and virtue. In a very high sense, the card is a mystery of the Covenant and Sabbath.\nThe suggestion in respect of the woman is that she signifies that attraction towards the sensitive life which carries within it the idea of the Fall of Man, but she is rather the working of a Secret Law of Providence than a willing and conscious temptress. It is through her imputed lapse that man shall arise ultimately, and only by her can he complete himself. The card is therefore in its way another intimation concerning the great mystery of womanhood. The old meanings fall to pieces of necessity with the old pictures, but even as interpretations of the latter, some of them were of the order of commonplace and others were false in symbolism.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/3/3a/TheLovers.jpg"
- },
- {
- "type": "major",
- "name_short": "ar07",
- "name": "The Chariot",
- "value": 7,
- "meaning_up": "Succour, providence also war, triumph, presumption, vengeance, trouble.",
- "meaning_rev": "Riot, quarrel, dispute, litigation, defeat.",
- "desc": "An erect and princely figure carrying a drawn sword and corresponding, broadly speaking, to the traditional description which I have given in the first part. On the shoulders of the victorious hero are supposed to be the Urim and Thummim. He has led captivity captive; he is conquest on all planes--in the mind, in science, in progress, in certain trials of initiation. He has thus replied to the sphinx, and it is on this account that I have accepted the variation of Éliphas Lévi; two sphinxes thus draw his chariot. He is above all things triumph in the mind.\nIt is to be understood for this reason (a) that the question of the sphinx is concerned with a Mystery of Nature and not of the world of Grace, to which the charioteer could offer no answer; (b) that the planes of his conquest are manifest or external and not within himself; (c) that the liberation which he effects may leave himself in the bondage of the logical understanding; (d) that the tests of initiation through which he has passed in triumph are to be understood physically or rationally; and (e) that if he came to the pillars of that Temple between which the High Priestess is seated, he could not open the scroll called Tora, nor if she questioned him could he answer. He is not hereditary royalty and he is not priesthood.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/9/9b/RWS_Tarot_07_Chariot.jpg"
- },
- {
- "type": "major",
- "name_short": "ar08",
- "name": "Fortitude",
- "value": 8,
- "meaning_up": "Power, energy, action, courage, magnanimity; also complete success and honours.",
- "meaning_rev": "Despotism, abuse if power, weakness, discord, sometimes even disgrace.",
- "desc": "A woman, over whose head there broods the same symbol of life which we have seen in the card of the Magician, is closing the jaws of a lion. The only point in which this design differs from the conventional presentations is that her beneficent fortitude has already subdued the lion, which is being led by a chain of flowers. For reasons which satisfy myself, this card has been interchanged with that of justice, which is usually numbered eight. As the variation carries nothing with it which will signify to the reader, there is no cause for explanation. Fortitude, in one of its most exalted aspects, is connected with the Divine Mystery of Union; the virtue, of course, operates in all planes, and hence draws on all in its symbolism. It connects also with innocentia inviolata, and with the strength which resides in contemplation.\nThese higher meanings are, however, matters of inference, and I do not suggest that they are transparent on the surface of the card. They are intimated in a concealed manner by the chain of flowers, which signifies, among many other things, the sweet yoke and the light burden of Divine Law, when it has been taken into the heart of hearts. The card has nothing to do with self-confidence in the ordinary sense, though this has been suggested--but it concerns the confidence of those whose strength is God, who have found their refuge in Him. There is one aspect in which the lion signifies the passions, and she who is called Strength is the higher nature in its liberation. It has walked upon the asp and the basilisk and has trodden down the lion and the dragon.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/f/f5/RWS_Tarot_08_Strength.jpg"
- },
- {
- "type": "major",
- "name_short": "ar09",
- "name": "The Hermit",
- "value": 9,
- "meaning_up": "Prudence, circumspection; also and especially treason, dissimulation, roguery, corruption.",
- "meaning_rev": "Concealment, disguise, policy, fear, unreasoned caution.",
- "desc": "The variation from the conventional models in this card is only that the lamp is not enveloped partially in the mantle of its bearer, who blends the idea of the Ancient of Days with the Light of the World It is a star which shines in the lantern. I have said that this is a card of attainment, and to extend this conception the figure is seen holding up his beacon on an eminence. Therefore the Hermit is not, as Court de Gebelin explained, a wise man in search of truth and justice; nor is he, as a later explanation proposes, an especial example of experience. His beacon intimates that \"where I am, you also may be.\"\nIt is further a card which is understood quite incorrectly when it is connected with the idea of occult isolation, as the protection of personal magnetism against admixture. This is one of the frivolous renderings which we owe to Éliphas Lévi. It has been adopted by the French Order of Martinism and some of us have heard a great deal of the Silent and Unknown Philosophy enveloped by his mantle from the knowledge of the profane. In true Martinism, the significance of the term Philosophe inconnu was of another order. It did not refer to the intended concealment of the Instituted Mysteries, much less of their substitutes, but--like the card itself--to the truth that the Divine Mysteries secure their own protection from those who are unprepared.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/4/4d/RWS_Tarot_09_Hermit.jpg/586px-RWS_Tarot_09_Hermit.jpg"
- },
- {
- "type": "major",
- "name_short": "ar10",
- "name": "Wheel Of Fortune",
- "value": 10,
- "meaning_up": "Destiny, fortune, success, elevation, luck, felicity.",
- "meaning_rev": "Increase, abundance, superfluity.",
- "desc": "In this symbol I have again followed the reconstruction of Éliphas Lévi, who has furnished several variants. It is legitimate--as I have intimated--to use Egyptian symbolism when this serves our purpose, provided that no theory of origin is implied therein. I have, however, presented Typhon in his serpent form. The symbolism is, of course, not exclusively Egyptian, as the four Living Creatures of Ezekiel occupy the angles of the card, and the wheel itself follows other indications of Lévi in respect of Ezekiel's vision, as illustrative of the particular Tarot Key. With the French occultist, and in the design itself, the symbolic picture stands for the perpetual motion of a fluidic universe and for the flux of human life. The Sphinx is the equilibrium therein. The transliteration of Taro as Rota is inscribed on the wheel, counterchanged with the letters of the Divine Name--to shew that Providence is imphed through all. But this is the Divine intention within, and the similar intention without is exemplified by the four Living Creatures. Sometimes the sphinx is represented couchant on a pedestal above, which defrauds the symbolism by stultifying the essential idea of stability amidst movement.\nBehind the general notion expressed in the symbol there lies the denial of chance and the fatality which is implied therein. It may be added that, from the days of Lévi onward, the occult explanations of this card are--even for occultism itself--of a singularly fatuous kind. It has been said to mean principle, fecundity, virile honour, ruling authority, etc. The findings of common fortune-telling are better than this on their own plane.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/3/3c/RWS_Tarot_10_Wheel_of_Fortune.jpg"
- },
- {
- "type": "major",
- "name_short": "ar11",
- "name": "Justice",
- "value": 11,
- "meaning_up": "Equity, rightness, probity, executive; triumph of the deserving side in law.",
- "meaning_rev": "Law in all its departments, legal complications, bigotry, bias, excessive severity.",
- "desc": "As this card follows the traditional symbolism and carries above all its obvious meanings, there is little to say regarding it outside the few considerations collected in the first part, to which the reader is referred.\nIt will be seen, however, that the figure is seated between pillars, like the High Priestess, and on this account it seems desirable to indicate that the moral principle which deals unto every man according to his works--while, of course, it is in strict analogy with higher things;--differs in its essence from the spiritual justice which is involved in the idea of election. The latter belongs to a mysterious order of Providence, in virtue of which it is possible for certain men to conceive the idea of dedication to the highest things. The operation of this is like the breathing of the Spirit where it wills, and we have no canon of criticism or ground of explanation concerning it. It is analogous to the possession of the fairy gifts and the high gifts and the gracious gifts of the poet: we have them or have not, and their presence is as much a mystery as their absence. The law of Justice is not however involved by either alternative. In conclusion, the pillars of Justice open into one world and the pillars of the High Priestess into another.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/e/e0/RWS_Tarot_11_Justice.jpg"
- },
- {
- "type": "major",
- "name_short": "ar12",
- "name": "The Hanged Man",
- "value": 12,
- "meaning_up": "Wisdom, circumspection, discernment, trials, sacrifice, intuition, divination, prophecy.",
- "meaning_rev": "Selfishness, the crowd, body politic.",
- "desc": "The gallows from which he is suspended forms a Tau cross, while the figure--from the position of the legs--forms a fylfot cross. There is a nimbus about the head of the seeming martyr. It should be noted (1) that the tree of sacrifice is living wood, with leaves thereon; (2) that the face expresses deep entrancement, not suffering; (3) that the figure, as a whole, suggests life in suspension, but life and not death. It is a card of profound significance, but all the significance is veiled. One of his editors suggests that Éliphas Lévi did not know the meaning, which is unquestionable nor did the editor himself. It has been called falsely a card of martyrdom, a card a of prudence, a card of the Great Work, a card of duty; but we may exhaust all published interpretations and find only vanity. I will say very simply on my own part that it expresses the relation, in one of its aspects, between the Divine and the Universe.\nHe who can understand that the story of his higher nature is imbedded in this symbolism will receive intimations concerning a great awakening that is possible, and will know that after the sacred Mystery of Death there is a glorious Mystery of Resurrection.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/2/2b/RWS_Tarot_12_Hanged_Man.jpg"
- },
- {
- "type": "major",
- "name_short": "ar13",
- "name": "Death",
- "value": 13,
- "meaning_up": "End, mortality, destruction, corruption also, for a man, the loss of a benefactor for a woman, many contrarieties; for a maid, failure of marriage projects.",
- "meaning_rev": "Inertia, sleep, lethargy, petrifaction, somnambulism; hope destroyed.",
- "desc": "The veil or mask of life is perpetuated in change, transformation and passage from lower to higher, and this is more fitly represented in the rectified Tarot by one of the apocalyptic visions than by the crude notion of the reaping skeleton. Behind it lies the whole world of ascent in the spirit. The mysterious horseman moves slowly, bearing a black banner emblazoned with the Mystic Rose, which signifies life. Between two pillars on the verge of the horizon there shines the sun of immortality. The horseman carries no visible weapon, but king and child and maiden fall before him, while a prelate with clasped hands awaits his end.\nThere should be no need to point out that the suggestion of death which I have made in connection with the previous card is, of course, to be understood mystically, but this is not the case in the present instance. The natural transit of man to the next stage of his being either is or may be one form of his progress, but the exotic and almost unknown entrance, while still in this life, into the state of mystical death is a change in the form of consciousness and the passage into a state to which ordinary death is neither the path nor gate. The existing occult explanations of the 13th card are, on the whole, better than usual, rebirth, creation, destination, renewal, and the rest.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/d/d7/RWS_Tarot_13_Death.jpg"
- },
- {
- "type": "major",
- "name_short": "ar14",
- "name": "Temperance",
- "value": 14,
- "meaning_up": "Economy, moderation, frugality, management, accommodation.",
- "meaning_rev": "Things connected with churches, religions, sects, the priesthood, sometimes even the priest who will marry the Querent; also disunion, unfortunate combinations, competing interests.",
- "desc": "A winged angel, with the sign of the sun upon his forehead and on his breast the square and triangle of the septenary. I speak of him in the masculine sense, but the figure is neither male nor female. It is held to be pouring the essences of life from chalice to chalice. It has one foot upon the earth and one upon waters, thus illustrating the nature of the essences. A direct path goes up to certain heights on the verge of the horizon, and above there is a great light, through which a crown is seen vaguely. Hereof is some part of the Secret of Eternal Life, as it is possible to man in his incarnation. All the conventional emblems are renounced herein.\nSo also are the conventional meanings, which refer to changes in the seasons, perpetual movement of life and even the combination of ideas. It is, moreover, untrue to say that the figure symbolizes the genius of the sun, though it is the analogy of solar light, realized in the third part of our human triplicity. It is called Temperance fantastically, because, when the rule of it obtains in our consciousness, it tempers, combines and harmonises the psychic and material natures. Under that rule we know in our rational part something of whence we came and whither we are going.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/f/f8/RWS_Tarot_14_Temperance.jpg"
- },
- {
- "type": "major",
- "name_short": "ar15",
- "name": "The Devil",
- "value": 15,
- "meaning_up": "Ravage, violence, vehemence, extraordinary efforts, force, fatality; that which is predestined but is not for this reason evil.",
- "meaning_rev": "Evil fatality, weakness, pettiness, blindness.",
- "desc": "The design is an accommodation, mean or harmony, between several motives mentioned in the first part. The Horned Goat of Mendes, with wings like those of a bat, is standing on an altar. At the pit of the stomach there is the sign of Mercury. The right hand is upraised and extended, being the reverse of that benediction which is given by the Hierophant in the fifth card. In the left hand there is a great flaming torch, inverted towards the earth. A reversed pentagram is on the forehead. There is a ring in front of the altar, from which two chains are carried to the necks of two figures, male and female. These are analogous with those of the fifth card, as if Adam and Eve after the Fall. Hereof is the chain and fatality of the material life.\nThe figures are tailed, to signify the animal nature, but there is human intelligence in the faces, and he who is exalted above them is not to be their master for ever. Even now, he is also a bondsman, sustained by the evil that is in him and blind to the liberty of service. With more than his usual derision for the arts which he pretended to respect and interpret as a master therein, Éliphas Lévi affirms that the Baphometic figure is occult science and magic. Another commentator says that in the Divine world it signifies predestination, but there is no correspondence in that world with the things which below are of the brute. What it does signify is the Dweller on the Threshold without the Mystical Garden when those are driven forth therefrom who have eaten the forbidden fruit.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/5/55/RWS_Tarot_15_Devil.jpg"
- },
- {
- "type": "major",
- "name_short": "ar16",
- "name": "The Tower",
- "value": 16,
- "meaning_up": "Misery, distress, indigence, adversity, calamity, disgrace, deception, ruin. It is a card in particular of unforeseen catastrophe.",
- "meaning_rev": "According to one account, the same in a lesser degree also oppression, imprisonment, tyranny.",
- "desc": "Occult explanations attached to this card are meagre and mostly disconcerting. It is idle to indicate that it depicts min in all its aspects, because it bears this evidence on the surface. It is said further that it contains the first allusion to a material building, but I do not conceive that the Tower is more or less material than the pillars which we have met with in three previous cases. I see nothing to warrant Papus in supposing that it is literally the fall of Adam, but there is more in favour of his alternative--that it signifies the materialization of the spiritual word. The bibliographer Christian imagines that it is the downfall of the mind, seeking to penetrate the mystery of God. I agree rather with Grand Orient that it is the ruin of the House of We, when evil has prevailed therein, and above all that it is the rending of a House of Doctrine. I understand that the reference is, however, to a House of Falsehood. It illustrates also in the most comprehensive way the old truth that \"except the Lord build the house, they labour in vain that build it.\"\nThere is a sense in which the catastrophe is a reflection from the previous card, but not on the side of the symbolism which I have tried to indicate therein. It is more correctly a question of analogy; one is concerned with the fall into the material and animal state, while the other signifies destruction on the intellectual side. The Tower has been spoken of as the chastisement of pride and the intellect overwhelmed in the attempt to penetrate the Mystery of God; but in neither case do these explanations account for the two persons who are the living sufferers. The one is the literal word made void and the other its false interpretation. In yet a deeper sense, it may signify also the end of a dispensation, but there is no possibility here for the consideration of this involved question.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/5/53/RWS_Tarot_16_Tower.jpg"
- },
- {
- "type": "major",
- "name_short": "ar17",
- "name": "The Star",
- "value": 17,
- "meaning_up": "Loss, theft, privation, abandonment; another reading says-hope and bright prospects,",
- "meaning_rev": "Arrogance, haughtiness, impotence.",
- "desc": "A great, radiant star of eight rays, surrounded by seven lesser stars--also of eight rays. The female figure in the foreground is entirely naked. Her left knee is on the land and her right foot upon the water. She pours Water of Life from two great ewers, irrigating sea and land. Behind her is rising ground and on the right a shrub or tree, whereon a bird alights. The figure expresses eternal youth and beauty. The star is l'étoile flamboyante, which appears in Masonic symbolism, but has been confused therein. That which the figure communicates to the living scene is the substance of the heavens and the elements. It has been said truly that the mottoes of this card are \"Waters of Life freely\" and \"Gifts of the Spirit.\"\nThe summary of several tawdry explanations says that it is a card of hope. On other planes it has been certified as immortality and interior light. For the majority of prepared minds, the figure will appear as the type of Truth unveiled, glorious in undying beauty, pouring on the waters of the soul some part and measure of her priceless possession. But she is in reality the Great Mother in the Kabalistic Sephira Binah, which is supernal Understanding, who communicates to the Sephiroth that are below in the measure that they can receive her influx.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/d/db/RWS_Tarot_17_Star.jpg"
- },
- {
- "type": "major",
- "name_short": "ar18",
- "name": "The Moon",
- "value": 18,
- "meaning_up": "Hidden enemies, danger, calumny, darkness, terror, deception, occult forces, error.",
- "meaning_rev": "Instability, inconstancy, silence, lesser degrees of deception and error.",
- "desc": "The distinction between this card and some of the conventional types is that the moon is increasing on what is called the side of mercy, to the right of the observer. It has sixteen chief and sixteen secondary rays. The card represents life of the imagination apart from life of the spirit. The path between the towers is the issue into the unknown. The dog and wolf are the fears of the natural mind in the presence of that place of exit, when there is only reflected light to guide it.\nThe last reference is a key to another form of symbolism. The intellectual light is a reflection and beyond it is the unknown mystery which it cannot shew forth. It illuminates our animal nature, types of which are represented below--the dog, the wolf and that which comes up out of the deeps, the nameless and hideous tendency which is lower than the savage beast. It strives to attain manifestation, symbolized by crawling from the abyss of water to the land, but as a rule it sinks back whence it came. The face of the mind directs a calm gaze upon the unrest below; the dew of thought falls; the message is: Peace, be still; and it may be that there shall come a calm upon the animal nature, while the abyss beneath shall cease from giving up a form.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/7/7f/RWS_Tarot_18_Moon.jpg"
- },
- {
- "type": "major",
- "name_short": "ar19",
- "name": "The Sun",
- "value": 19,
- "meaning_up": "Material happiness, fortunate marriage, contentment.",
- "meaning_rev": "The same in a lesser sense.",
- "desc": "The naked child mounted on a white horse and displaying a red standard has been mentioned already as the better symbolism connected with this card. It is the destiny of the Supernatural East and the great and holy light which goes before the endless procession of humanity, coming out from the walled garden of the sensitive life and passing on the journey home. The card signifies, therefore, the transit from the manifest light of this world, represented by the glorious sun of earth, to the light of the world to come, which goes before aspiration and is typified by the heart of a child.\nBut the last allusion is again the key to a different form or aspect of the symbolism. The sun is that of consciousness in the spirit - the direct as the antithesis of the reflected light. The characteristic type of humanity has become a little child therein--a child in the sense of simplicity and innocence in the sense of wisdom. In that simplicity, he bears the seal of Nature and of Art; in that innocence, he signifies the restored world. When the self-knowing spirit has dawned in the consciousness above the natural mind, that mind in its renewal leads forth the animal nature in a state of perfect conformity.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/1/17/RWS_Tarot_19_Sun.jpg"
- },
- {
- "type": "major",
- "name_short": "ar20",
- "name": "The Last Judgment",
- "value": 20,
- "meaning_up": "Change of position, renewal, outcome. Another account specifies total loss though lawsuit.",
- "meaning_rev": "Weakness, pusillanimity, simplicity; also deliberation, decision, sentence.",
- "desc": "I have said that this symbol is essentially invariable in all Tarot sets, or at least the variations do not alter its character. The great angel is here encompassed by clouds, but he blows his bannered trumpet, and the cross as usual is displayed on the banner. The dead are rising from their tombs--a woman on the right, a man on the left hand, and between them their child, whose back is turned. But in this card there are more than three who are restored, and it has been thought worth while to make this variation as illustrating the insufficiency of current explanations. It should be noted that all the figures are as one in the wonder, adoration and ecstacy expressed by their attitudes. It is the card which registers the accomplishment of the great work of transformation in answer to the summons of the Supernal--which summons is heard and answered from within.\nHerein is the intimation of a significance which cannot well be carried further in the present place. What is that within us which does sound a trumpet and all that is lower in our nature rises in response--almost in a moment, almost in the twinkling of an eye? Let the card continue to depict, for those who can see no further, the Last judgment and the resurrection in the natural body; but let those who have inward eyes look and discover therewith. They will understand that it has been called truly in the past a card of eternal life, and for this reason it may be compared with that which passes under the name of Temperance.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/d/dd/RWS_Tarot_20_Judgement.jpg"
- },
- {
- "type": "major",
- "name_short": "ar00",
- "name": "The Fool",
- "value": 0,
- "meaning_up": "Folly, mania, extravagance, intoxication, delirium, frenzy, bewrayment.",
- "meaning_rev": "Negligence, absence, distribution, carelessness, apathy, nullity, vanity.",
- "desc": "With light step, as if earth and its trammels had little power to restrain him, a young man in gorgeous vestments pauses at the brink of a precipice among the great heights of the world; he surveys the blue distance before him-its expanse of sky rather than the prospect below. His act of eager walking is still indicated, though he is stationary at the given moment; his dog is still bounding. The edge which opens on the depth has no terror; it is as if angels were waiting to uphold him, if it came about that he leaped from the height. His countenance is full of intelligence and expectant dream. He has a rose in one hand and in the other a costly wand, from which depends over his right shoulder a wallet curiously embroidered. He is a prince of the other world on his travels through this one-all amidst the morning glory, in the keen air. The sun, which shines behind him, knows whence he came, whither he is going, and how he will return by another path after many days. He is the spirit in search of experience. Many symbols of the Instituted Mysteries are summarized in this card, which reverses, under high warrants, all the confusions that have preceded it.\nIn his Manual of Cartomancy, Grand Orient has a curious suggestion of the office of Mystic Fool, as apart of his process in higher divination; but it might call for more than ordinary gifts to put it into operation. We shall see how the card fares according to the common arts of fortune-telling, and it will be an example, to those who can discern, of the fact, otherwise so evident, that the Trumps Major had no place originally in the arts of psychic gambling, when cards are used as the counters and pretexts. Of the circumstances under which this art arose we know, however, very little. The conventional explanations say that the Fool signifies the flesh, the sensitive life, and by a peculiar satire its subsidiary name was at one time the alchemist, as depicting folly at the most insensate stage.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/9/90/RWS_Tarot_00_Fool.jpg"
- },
- {
- "type": "major",
- "name_short": "ar21",
- "name": "The World",
- "value": 21,
- "meaning_up": "Assured success, recompense, voyage, route, emigration, flight, change of place.",
- "meaning_rev": "Inertia, fixity, stagnation, permanence.",
- "desc": "As this final message of the Major Trumps is unchanged--and indeed unchangeable--in respect of its design, it has been partly described already regarding its deeper sense. It represents also the perfection and end of the Cosmos, the secret which is within it, the rapture of the universe when it understands itself in God. It is further the state of the soul in the consciousness of Divine Vision, reflected from the self-knowing spirit. But these meanings are without prejudice to that which I have said concerning it on the material side.\nIt has more than one message on the macrocosmic side and is, for example, the state of the restored world when the law of manifestation shall have been carried to the highest degree of natural perfection. But it is perhaps more especially a story of the past, referring to that day when all was declared to be good, when the morning stars sang together and all the Sons of God shouted for joy. One of the worst explanations concerning it is that the figure symbolizes the Magus when he has reached the highest degree of initiation; another account says that it represents the absolute, which is ridiculous. The figure has been said to stand for Truth, which is, however, more properly allocated to the seventeenth card. Lastly, it has been called the Crown of the Magi.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/f/ff/RWS_Tarot_21_World.jpg"
- },
- {
- "name": "Page of Wands",
- "name_short": "wapa",
- "value": 11,
- "suit": "wands",
- "type": "minor",
- "meaning_up": "Dark young man, faithful, a lover, an envoy, a postman. Beside a man, he will bear favourable testimony concerning him. A dangerous rival, if followed by the Page of Cups. Has the chief qualities of his suit. He may signify family intelligence.",
- "meaning_rev": "Anecdotes, announcements, evil news. Also indecision and the instability which accompanies it.",
- "desc": "In a scene similar to the former, a young man stands in the act of proclamation. He is unknown but faithful, and his tidings are strange.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/6/6a/Wands11.jpg"
- },
- {
- "name": "Knight of Wands",
- "name_short": "wakn",
- "value": 12,
- "suit": "wands",
- "type": "minor",
- "meaning_up": "Departure, absence, flight, emigration. A dark young man, friendly. Change of residence.",
- "meaning_rev": "Rupture, division, interruption, discord.",
- "desc": "He is shewn as if upon a journey, armed with a short wand, and although mailed is not on a warlike errand. He is passing mounds or pyramids. The motion of the horse is a key to the character of its rider, and suggests the precipitate mood, or things connected therewith.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/1/16/Wands12.jpg"
- },
- {
- "name": "Queen of Wands",
- "name_short": "waqu",
- "value": 13,
- "suit": "wands",
- "type": "minor",
- "meaning_up": "A dark woman, countrywoman, friendly, chaste, loving, honourable. If the card beside her signifies a man, she is well disposed towards him; if a woman, she is interested in the Querent. Also, love of money, or a certain success in business.",
- "meaning_rev": "Good, economical, obliging, serviceable. Signifies also--but in certain positions and in the neighbourhood of other cards tending in such directions--opposition, jealousy, even deceit and infidelity.",
- "desc": "The Wands throughout this suit are always in leaf, as it is a suit of life and animation. Emotionally and otherwise, the Queen's personality corresponds to that of the King, but is more magnetic.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/0/0d/Wands13.jpg"
- },
- {
- "name": "King of Wands",
- "name_short": "waki",
- "value": 14,
- "suit": "wands",
- "type": "minor",
- "meaning_up": "Dark man, friendly, countryman, generally married, honest and conscientious. The card always signifies honesty, and may mean news concerning an unexpected heritage to fall in before very long.",
- "meaning_rev": "Good, but severe; austere, yet tolerant.",
- "desc": "The physical and emotional nature to which this card is attributed is dark, ardent, lithe, animated, impassioned, noble. The King uplifts a flowering wand, and wears, like his three correspondences in the remaining suits, what is called a cap of maintenance beneath his crown. He connects with the symbol of the lion, which is emblazoned on the back of his throne.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/c/ce/Wands14.jpg"
- },
- {
- "name": "Ace of Wands",
- "name_short": "waac",
- "value": 1,
- "suit": "wands",
- "type": "minor",
- "meaning_up": "Creation, invention, enterprise, the powers which result in these; principle, beginning, source; birth, family, origin, and in a sense the virility which is behind them; the starting point of enterprises; according to another account, money, fortune, inheritance.",
- "meaning_rev": "Fall, decadence, ruin, perdition, to perish also a certain clouded joy.",
- "desc": "A hand issuing from a cloud grasps a stout wand or club.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/1/11/Wands01.jpg"
- },
- {
- "name": "Two of Wands",
- "name_short": "wa02",
- "value": 2,
- "suit": "wands",
- "type": "minor",
- "meaning_up": "Between the alternative readings there is no marriage possible; on the one hand, riches, fortune, magnificence; on the other, physical suffering, disease, chagrin, sadness, mortification. The design gives one suggestion; here is a lord overlooking his dominion and alternately contemplating a globe; it looks like the malady, the mortification, the sadness of Alexander amidst the grandeur of this world's wealth.",
- "meaning_rev": "Surprise, wonder, enchantment, emotion, trouble, fear.",
- "desc": "A tall man looks from a battlemented roof over sea and shore; he holds a globe in his right hand, while a staff in his left rests on the battlement; another is fixed in a ring. The Rose and Cross and Lily should be noticed on the left side.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/0/0f/Wands02.jpg"
- },
- {
- "name": "Three of Wands",
- "name_short": "wa03",
- "value": 3,
- "suit": "wands",
- "type": "minor",
- "meaning_up": "He symbolizes established strength, enterprise, effort, trade, commerce, discovery; those are his ships, bearing his merchandise, which are sailing over the sea. The card also signifies able co-operation in business, as if the successful merchant prince were looking from his side towards yours with a view to help you.",
- "meaning_rev": "The end of troubles, suspension or cessation of adversity, toil and disappointment.",
- "desc": "A calm, stately personage, with his back turned, looking from a cliff's edge at ships passing over the sea. Three staves are planted in the ground, and he leans slightly on one of them.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/f/ff/Wands03.jpg"
- },
- {
- "name": "Four of Wands",
- "name_short": "wa04",
- "value": 4,
- "suit": "wands",
- "type": "minor",
- "meaning_up": "They are for once almost on the surface--country life, haven of refuge, a species of domestic harvest-home, repose, concord, harmony, prosperity, peace, and the perfected work of these.",
- "meaning_rev": "The meaning remains unaltered; it is prosperity, increase, felicity, beauty, embellishment.",
- "desc": "From the four great staves planted in the foreground there is a great garland suspended; two female figures uplift nosegays; at their side is a bridge over a moat, leading to an old manorial house.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/a/a4/Wands04.jpg"
- },
- {
- "name": "Five of Wands",
- "name_short": "wa05",
- "value": 5,
- "suit": "wands",
- "type": "minor",
- "meaning_up": "Imitation, as, for example, sham fight, but also the strenuous competition and struggle of the search after riches and fortune. In this sense it connects with the battle of life. Hence some attributions say that it is a card of gold, gain, opulence.",
- "meaning_rev": "Litigation, disputes, trickery, contradiction.",
- "desc": "A posse of youths, who are brandishing staves, as if in sport or strife. It is mimic warfare, and hereto correspond the",
- "img": "https://upload.wikimedia.org/wikipedia/commons/9/9d/Wands05.jpg"
- },
- {
- "name": "Six of Wands",
- "name_short": "wa06",
- "value": 6,
- "suit": "wands",
- "type": "minor",
- "meaning_up": "The card has been so designed that it can cover several significations; on the surface, it is a victor triumphing, but it is also great news, such as might be carried in state by the King's courier; it is expectation crowned with its own desire, the crown of hope, and so forth.",
- "meaning_rev": "Apprehension, fear, as of a victorious enemy at the gate; treachery, disloyalty, as of gates being opened to the enemy; also indefinite delay.",
- "desc": "A laurelled horseman bears one staff adorned with a laurel crown; footmen with staves are at his side.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/3/3b/Wands06.jpg"
- },
- {
- "name": "Seven of Wands",
- "name_short": "wa07",
- "value": 7,
- "suit": "wands",
- "type": "minor",
- "meaning_up": "It is a card of valour, for, on the surface, six are attacking one, who has, however, the vantage position. On the intellectual plane, it signifies discussion, wordy strife; in business--negotiations, war of trade, barter, competition. It is further a card of success, for the combatant is on the top and his enemies may be unable to reach him.",
- "meaning_rev": "Perplexity, embarrassments, anxiety. It is also a caution against indecision.",
- "desc": "A young man on a craggy eminence brandishing a staff; six other staves are raised towards him from below.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/e/e4/Wands07.jpg"
- },
- {
- "name": "Eight of Wands",
- "name_short": "wa08",
- "value": 8,
- "suit": "wands",
- "type": "minor",
- "meaning_up": "Activity in undertakings, the path of such activity, swiftness, as that of an express messenger; great haste, great hope, speed towards an end which promises assured felicity; generally, that which is on the move; also the arrows of love.",
- "meaning_rev": "Arrows of jealousy, internal dispute, stingings of conscience, quarrels; and domestic disputes for persons who are married.",
- "desc": "The card represents motion through the immovable-a flight of wands through an open country; but they draw to the term of their course. That which they signify is at hand; it may be even on the threshold.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/6/6b/Wands08.jpg"
- },
- {
- "name": "Nine of Wands",
- "name_short": "wa09",
- "value": 9,
- "suit": "wands",
- "type": "minor",
- "meaning_up": "The card signifies strength in opposition. If attacked, the person will meet an onslaught boldly; and his build shews, that he may prove a formidable antagonist. With this main significance there are all its possible adjuncts--delay, suspension, adjournment.",
- "meaning_rev": "Obstacles, adversity, calamity.",
- "desc": "The figure leans upon his staff and has an expectant look, as if awaiting an enemy. Behind are eight other staves--erect, in orderly disposition, like a palisade.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/4/4d/Tarot_Nine_of_Wands.jpg"
- },
- {
- "name": "Ten of Wands",
- "name_short": "wa10",
- "value": 10,
- "suit": "wands",
- "type": "minor",
- "meaning_up": "A card of many significances, and some of the readings cannot be harmonized. I set aside that which connects it with honour and good faith. The chief meaning is oppression simply, but it is also fortune, gain, any kind of success, and then it is the oppression of these things. It is also a card of false-seeming, disguise, perfidy. The place which the figure is approaching may suffer from the rods that he carries. Success is stultified if the Nine of Swords follows, and if it is a question of a lawsuit, there will be certain loss.",
- "meaning_rev": "Contrarieties, difficulties, intrigues, and their analogies.",
- "desc": "A man oppressed by the weight of the ten staves which he is carrying.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/0/0b/Wands10.jpg"
- },
- {
- "name": "Page of Cups",
- "name_short": "cupa",
- "value": 11,
- "suit": "cups",
- "type": "minor",
- "meaning_up": "Fair young man, one impelled to render service and with whom the Querent will be connected; a studious youth; news, message; application, reflection, meditation; also these things directed to business.",
- "meaning_rev": "Taste, inclination, attachment, seduction, deception, artifice.",
- "desc": "A fair, pleasing, somewhat effeminate page, of studious and intent aspect, contemplates a fish rising from a cup to look at him. It is the pictures of the mind taking form.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/a/ad/Cups11.jpg"
- },
- {
- "name": "Knight of Cups",
- "name_short": "cukn",
- "value": 12,
- "suit": "cups",
- "type": "minor",
- "meaning_up": "Arrival, approach--sometimes that of a messenger; advances, proposition, demeanour, invitation, incitement.",
- "meaning_rev": "Trickery, artifice, subtlety, swindling, duplicity, fraud.",
- "desc": "Graceful, but not warlike; riding quietly, wearing a winged helmet, referring to those higher graces of the imagination which sometimes characterize this card. He too is a dreamer, but the images of the side of sense haunt him in his vision.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/f/fa/Cups12.jpg"
- },
- {
- "name": "Queen of Cups",
- "name_short": "cuqu",
- "value": 13,
- "suit": "cups",
- "type": "minor",
- "meaning_up": "Good, fair woman; honest, devoted woman, who will do service to the Querent; loving intelligence, and hence the gift of vision; success, happiness, pleasure; also wisdom, virtue; a perfect spouse and a good mother.",
- "meaning_rev": "The accounts vary; good woman; otherwise, distinguished woman but one not to be trusted; perverse woman; vice, dishonour, depravity.",
- "desc": "Beautiful, fair, dreamy--as one who sees visions in a cup. This is, however, only one of her aspects; she sees, but she also acts, and her activity feeds her dream.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/6/62/Cups13.jpg"
- },
- {
- "name": "King of Cups",
- "name_short": "cuki",
- "value": 14,
- "suit": "cups",
- "type": "minor",
- "meaning_up": "Fair man, man of business, law, or divinity; responsible, disposed to oblige the Querent; also equity, art and science, including those who profess science, law and art; creative intelligence.",
- "meaning_rev": "Dishonest, double-dealing man; roguery, exaction, injustice, vice, scandal, pillage, considerable loss.",
- "desc": "He holds a short sceptre in his left hand and a great cup in his right; his throne is set upon the sea; on one side a ship is riding and on the other a dolphin is leaping. The implicit is that the Sign of the Cup naturally refers to water, which appears in all the court cards.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/0/04/Cups14.jpg"
- },
- {
- "name": "Ace of Cups",
- "name_short": "cuac",
- "value": 1,
- "suit": "cups",
- "type": "minor",
- "meaning_up": "House of the true heart, joy, content, abode, nourishment, abundance, fertility; Holy Table, felicity hereof.",
- "meaning_rev": "House of the false heart, mutation, instability, revolution.",
- "desc": "The waters are beneath, and thereon are water-lilies; the hand issues from the cloud, holding in its palm the cup, from which four streams are pouring; a dove, bearing in its bill a cross-marked Host, descends to place the Wafer in the Cup; the dew of water is falling on all sides. It is an intimation of that which may lie behind the Lesser Arcana.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/3/36/Cups01.jpg"
- },
- {
- "name": "Two of Cups",
- "name_short": "cu02",
- "value": 2,
- "suit": "cups",
- "type": "minor",
- "meaning_up": "Love, passion, friendship, affinity, union, concord, sympathy, the interrelation of the sexes, and--as a suggestion apart from all offices of divination--that desire which is not in Nature, but by which Nature is sanctified.",
- "meaning_rev": "Lust, cupidity, jealousy, wish, desire, but the card may also give, says W., \"that desire which is not in nature, but by which nature is sanctified.\"",
- "desc": "A youth and maiden are pledging one another, and above their cups rises the Caduceus of Hermes, between the great wings of which there appears a lion's head. It is a variant of a sign which is found in a few old examples of this card. Some curious emblematical meanings are attached to it, but they do not concern us in this place.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/f/f8/Cups02.jpg"
- },
- {
- "name": "Three of Cups",
- "name_short": "cu03",
- "value": 3,
- "suit": "cups",
- "type": "minor",
- "meaning_up": "The conclusion of any matter in plenty, perfection and merriment; happy issue, victory, fulfilment, solace, healing,",
- "meaning_rev": "Expedition, dispatch, achievement, end. It signifies also the side of excess in physical enjoyment, and the pleasures of the senses.",
- "desc": "Maidens in a garden-ground with cups uplifted, as if pledging one another.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/7/7a/Cups03.jpg"
- },
- {
- "name": "Four of Cups",
- "name_short": "cu04",
- "value": 4,
- "suit": "cups",
- "type": "minor",
- "meaning_up": "Weariness, disgust, aversion, imaginary vexations, as if the wine of this world had caused satiety only; another wine, as if a fairy gift, is now offered the wastrel, but he sees no consolation therein. This is also a card of blended pleasure.",
- "meaning_rev": "Novelty, presage, new instruction, new relations.",
- "desc": "A young man is seated under a tree and contemplates three cups set on the grass before him; an arm issuing from a cloud offers him another cup. His expression notwithstanding is one of discontent with his environment.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/3/35/Cups04.jpg"
- },
- {
- "name": "Five of Cups",
- "name_short": "cu05",
- "value": 5,
- "suit": "cups",
- "type": "minor",
- "meaning_up": "A dark, cloaked figure, looking sideways at three prone cups two others stand upright behind him; a bridge is in the background, leading to a small keep or holding. Divanatory Meanings: It is a card of loss, but something remains over; three have been taken, but two are left; it is a card of inheritance, patrimony, transmission, but not corresponding to expectations; with some interpreters it is a card of marriage, but not without bitterness or frustration.",
- "meaning_rev": "News, alliances, affinity, consanguinity, ancestry, return, false projects.",
- "desc": "A dark, cloaked figure, looking sideways at three prone cups two others stand upright behind him; a bridge is in the background, leading to a small keep or holding. Divanatory Meanings: It is a card of loss, but something remains over; three have been taken, but two are left; it is a card of inheritance, patrimony, transmission, but not corresponding to expectations; with some interpreters it is a card of marriage, but not without bitterness or frustration. Reversed: News, alliances, affinity, consanguinity, ancestry, return, false projects",
- "img": "https://upload.wikimedia.org/wikipedia/commons/d/d7/Cups05.jpg"
- },
- {
- "name": "Six of Cups",
- "name_short": "cu06",
- "value": 6,
- "suit": "cups",
- "type": "minor",
- "meaning_up": "A card of the past and of memories, looking back, as--for example--on childhood; happiness, enjoyment, but coming rather from the past; things that have vanished. Another reading reverses this, giving new relations, new knowledge, new environment, and then the children are disporting in an unfamiliar precinct.",
- "meaning_rev": "The future, renewal, that which will come to pass presently.",
- "desc": "Children in an old garden, their cups filled with flowers.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/1/17/Cups06.jpg"
- },
- {
- "name": "Seven of Cups",
- "name_short": "cu07",
- "value": 7,
- "suit": "cups",
- "type": "minor",
- "meaning_up": "Fairy favours, images of reflection, sentiment, imagination, things seen in the glass of contemplation; some attainment in these degrees, but nothing permanent or substantial is suggested.",
- "meaning_rev": "Desire, will, determination, project.",
- "desc": "Strange chalices of vision, but the images are more especially those of the fantastic spirit.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/a/ae/Cups07.jpg"
- },
- {
- "name": "Eight of Cups",
- "name_short": "cu08",
- "value": 8,
- "suit": "cups",
- "type": "minor",
- "meaning_up": "The card speaks for itself on the surface, but other readings are entirely antithetical--giving joy, mildness, timidity, honour, modesty. In practice, it is usually found that the card shews the decline of a matter, or that a matter which has been thought to be important is really of slight consequence--either for good or evil.",
- "meaning_rev": "Great joy, happiness, feasting.",
- "desc": "A man of dejected aspect is deserting the cups of his felicity, enterprise, undertaking or previous concern.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/6/60/Cups08.jpg"
- },
- {
- "name": "Nine of Cups",
- "name_short": "cu09",
- "value": 9,
- "suit": "cups",
- "type": "minor",
- "meaning_up": "Concord, contentment, physical bien-être; also victory, success, advantage; satisfaction for the Querent or person for whom the consultation is made.",
- "meaning_rev": "Truth, loyalty, liberty; but the readings vary and include mistakes, imperfections, etc.",
- "desc": "A goodly personage has feasted to his heart's content, and abundant refreshment of wine is on the arched counter behind him, seeming to indicate that the future is also assured. The picture offers the material side only, but there are other aspects.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/2/24/Cups09.jpg"
- },
- {
- "name": "Ten of Cups",
- "name_short": "cu10",
- "value": 10,
- "suit": "cups",
- "type": "minor",
- "meaning_up": "Contentment, repose of the entire heart; the perfection of that state; also perfection of human love and friendship; if with several picture-cards, a person who is taking charge of the Querent's interests; also the town, village or country inhabited by the Querent.",
- "meaning_rev": "Repose of the false heart, indignation, violence.",
- "desc": "Appearance of Cups in a rainbow; it is contemplated in wonder and ecstacy by a man and woman below, evidently husband and wife. His right arm is about her; his left is raised upward; she raises her right arm. The two children dancing near them have not observed the prodigy but are happy after their own manner. There is a home-scene beyond.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/8/84/Cups10.jpg"
- },
- {
- "name": "Page of Pentacles",
- "name_short": "pepa",
- "value": 11,
- "suit": "pentacles",
- "type": "minor",
- "meaning_up": "Application, study, scholarship, reflection another reading says news, messages and the bringer thereof; also rule, management.",
- "meaning_rev": "Prodigality, dissipation, liberality, luxury; unfavourable news.",
- "desc": "A youthful figure, looking intently at the pentacle which hovers over his raised hands. He moves slowly, insensible of that which is about him.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/e/ec/Pents11.jpg"
- },
- {
- "name": "Knight of Pentacles",
- "name_short": "pekn",
- "value": 12,
- "suit": "pentacles",
- "type": "minor",
- "meaning_up": "Utility, serviceableness, interest, responsibility, rectitude-all on the normal and external plane.",
- "meaning_rev": "inertia, idleness, repose of that kind, stagnation; also placidity, discouragement, carelessness.",
- "desc": "He rides a slow, enduring, heavy horse, to which his own aspect corresponds. He exhibits his symbol, but does not look therein.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/d/d5/Pents12.jpg"
- },
- {
- "name": "Queen of Pentacles",
- "name_short": "pequ",
- "value": 13,
- "suit": "pentacles",
- "type": "minor",
- "meaning_up": "Opulence, generosity, magnificence, security, liberty.",
- "meaning_rev": "Evil, suspicion, suspense, fear, mistrust.",
- "desc": "The face suggests that of a dark woman, whose qualities might be summed up in the idea of greatness of soul; she has also the serious cast of intelligence; she contemplates her symbol and may see worlds therein.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/8/88/Pents13.jpg"
- },
- {
- "name": "King of Pentacles",
- "name_short": "peki",
- "value": 14,
- "suit": "pentacles",
- "type": "minor",
- "meaning_up": "Valour, realizing intelligence, business and normal intellectual aptitude, sometimes mathematical gifts and attainments of this kind; success in these paths.",
- "meaning_rev": "Vice, weakness, ugliness, perversity, corruption, peril.",
- "desc": "The figure calls for no special description the face is rather dark, suggesting also courage, but somewhat lethargic in tendency. The bull's head should be noted as a recurrent symbol on the throne. The sign of this suit is represented throughout as engraved or blazoned with the pentagram, typifying the correspondence of the four elements in human nature and that by which they may be governed. In many old Tarot packs this suit stood for current coin, money, deniers. I have not invented the substitution of pentacles and I have no special cause to sustain in respect of the alternative. But the consensus of divinatory meanings is on the side of some change, because the cards do not happen to deal especially with questions of money.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/1/1c/Pents14.jpg"
- },
- {
- "name": "Ace of Pentacles",
- "name_short": "peac",
- "value": 1,
- "suit": "pentacles",
- "type": "minor",
- "meaning_up": "Perfect contentment, felicity, ecstasy; also speedy intelligence; gold.",
- "meaning_rev": "The evil side of wealth, bad intelligence; also great riches. In any case it shews prosperity, comfortable material conditions, but whether these are of advantage to the possessor will depend on whether the card is reversed or not.",
- "desc": "A hand--issuing, as usual, from a cloud--holds up a pentacle.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/f/fd/Pents01.jpg"
- },
- {
- "name": "Two of Pentacles",
- "name_short": "pe02",
- "value": 2,
- "suit": "pentacles",
- "type": "minor",
- "meaning_up": "On the one hand it is represented as a card of gaiety, recreation and its connexions, which is the subject of the design; but it is read also as news and messages in writing, as obstacles, agitation, trouble, embroilment.",
- "meaning_rev": "Enforced gaiety, simulated enjoyment, literal sense, handwriting, composition, letters of exchange.",
- "desc": "A young man, in the act of dancing, has a pentacle in either hand, and they are joined by that endless cord which is like the number 8 reversed.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/9/9f/Pents02.jpg"
- },
- {
- "name": "Three of Pentacles",
- "name_short": "pe03",
- "value": 3,
- "suit": "pentacles",
- "type": "minor",
- "meaning_up": "Métier, trade, skilled labour; usually, however, regarded as a card of nobility, aristocracy, renown, glory.",
- "meaning_rev": "Mediocrity, in work and otherwise, puerility, pettiness, weakness.",
- "desc": "A sculptor at his work in a monastery. Compare the design which illustrates the Eight of Pentacles. The apprentice or amateur therein has received his reward and is now at work in earnest.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/4/42/Pents03.jpg"
- },
- {
- "name": "Four of Pentacles",
- "name_short": "pe04",
- "value": 4,
- "suit": "pentacles",
- "type": "minor",
- "meaning_up": "The surety of possessions, cleaving to that which one has, gift, legacy, inheritance.",
- "meaning_rev": "Suspense, delay, opposition.",
- "desc": "A crowned figure, having a pentacle over his crown, clasps another with hands and arms; two pentacles are under his feet. He holds to that which he has.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/3/35/Pents04.jpg"
- },
- {
- "name": "Five of Pentacles",
- "name_short": "pe05",
- "value": 5,
- "suit": "pentacles",
- "type": "minor",
- "meaning_up": "The card foretells material trouble above all, whether in the form illustrated--that is, destitution--or otherwise. For some cartomancists, it is a card of love and lovers-wife, husband, friend, mistress; also concordance, affinities. These alternatives cannot be harmonized.",
- "meaning_rev": "Disorder, chaos, ruin, discord, profligacy.",
- "desc": "Two mendicants in a snow-storm pass a lighted casement.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/9/96/Pents05.jpg"
- },
- {
- "name": "Six of Pentacles",
- "name_short": "pe06",
- "value": 6,
- "suit": "pentacles",
- "type": "minor",
- "meaning_up": "Presents, gifts, gratification another account says attention, vigilance now is the accepted time, present prosperity, etc.",
- "meaning_rev": "Desire, cupidity, envy, jealousy, illusion.",
- "desc": "A person in the guise of a merchant weighs money in a pair of scales and distributes it to the needy and distressed. It is a testimony to his own success in life, as well as to his goodness of heart.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/a/a6/Pents06.jpg"
- },
- {
- "name": "Seven of Pentacles",
- "name_short": "pe07",
- "value": 7,
- "suit": "pentacles",
- "type": "minor",
- "meaning_up": "These are exceedingly contradictory; in the main, it is a card of money, business, barter; but one reading gives altercation, quarrels--and another innocence, ingenuity, purgation.",
- "meaning_rev": "Cause for anxiety regarding money which it may be proposed to lend.",
- "desc": "A young man, leaning on his staff, looks intently at seven pentacles attached to a clump of greenery on his right; one would say that these were his treasures and that his heart was there.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/6/6a/Pents07.jpg"
- },
- {
- "name": "Eight of Pentacles",
- "name_short": "pe08",
- "value": 8,
- "suit": "pentacles",
- "type": "minor",
- "meaning_up": "Work, employment, commission, craftsmanship, skill in craft and business, perhaps in the preparatory stage.",
- "meaning_rev": "Voided ambition, vanity, cupidity, exaction, usury. It may also signify the possession of skill, in the sense of the ingenious mind turned to cunning and intrigue.",
- "desc": "An artist in stone at his work, which he exhibits in the form of trophies.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/4/49/Pents08.jpg"
- },
- {
- "name": "Nine of Pentacles",
- "name_short": "pe09",
- "value": 9,
- "suit": "pentacles",
- "type": "minor",
- "meaning_up": "Prudence, safety, success, accomplishment, certitude, discernment.",
- "meaning_rev": "Roguery, deception, voided project, bad faith.",
- "desc": "A woman, with a bird upon her wrist, stands amidst a great abundance of grapevines in the garden of a manorial house. It is a wide domain, suggesting plenty in all things. Possibly it is her own possession and testifies to material well-being.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/f/f0/Pents09.jpg"
- },
- {
- "name": "Ten of Pentacles",
- "name_short": "pe10",
- "value": 10,
- "suit": "pentacles",
- "type": "minor",
- "meaning_up": "Gain, riches; family matters, archives, extraction, the abode of a family.",
- "meaning_rev": "Chance, fatality, loss, robbery, games of hazard; sometimes gift, dowry, pension.",
- "desc": "A man and woman beneath an archway which gives entrance to a house and domain. They are accompanied by a child, who looks curiously at two dogs accosting an ancient personage seated in the foreground. The child's hand is on one of them.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/4/42/Pents10.jpg"
- },
- {
- "name": "Page of Swords",
- "name_short": "swpa",
- "value": 11,
- "suit": "swords",
- "type": "minor",
- "meaning_up": "Authority, overseeing, secret service, vigilance, spying, examination, and the qualities thereto belonging.",
- "meaning_rev": "More evil side of these qualities; what is unforeseen, unprepared state; sickness is also intimated.",
- "desc": "A lithe, active figure holds a sword upright in both hands, while in the act of swift walking. He is passing over rugged land, and about his way the clouds are collocated wildly. He is alert and lithe, looking this way and that, as if an expected enemy might appear at any moment.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/4/4c/Swords11.jpg"
- },
- {
- "name": "Knight of Swords",
- "name_short": "swkn",
- "value": 12,
- "suit": "swords",
- "type": "minor",
- "meaning_up": "Skill, bravery, capacity, defence, address, enmity, wrath, war, destruction, opposition, resistance, ruin. There is therefore a sense in which the card signifies death, but it carries this meaning only in its proximity to other cards of fatality.",
- "meaning_rev": "Imprudence, incapacity, extravagance.",
- "desc": "He is riding in full course, as if scattering his enemies. In the design he is really a prototypical hero of romantic chivalry. He might almost be Galahad, whose sword is swift and sure because he is clean of heart.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/b/b0/Swords12.jpg"
- },
- {
- "name": "Queen of Swords",
- "name_short": "swqu",
- "value": 13,
- "suit": "swords",
- "type": "minor",
- "meaning_up": "Widowhood, female sadness and embarrassment, absence, sterility, mourning, privation, separation.",
- "meaning_rev": "Malice, bigotry, artifice, prudery, bale, deceit.",
- "desc": "Her right hand raises the weapon vertically and the hilt rests on an arm of her royal chair the left hand is extended, the arm raised her countenance is severe but chastened; it suggests familiarity with sorrow. It does not represent mercy, and, her sword notwithstanding, she is scarcely a symbol of power.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/d/d4/Swords13.jpg"
- },
- {
- "name": "King of Swords",
- "name_short": "swki",
- "value": 14,
- "suit": "swords",
- "type": "minor",
- "meaning_up": "Whatsoever arises out of the idea of judgment and all its connexions-power, command, authority, militant intelligence, law, offices of the crown, and so forth.",
- "meaning_rev": "Cruelty, perversity, barbarity, perfidy, evil intention.",
- "desc": "He sits in judgment, holding the unsheathed sign of his suit. He recalls, of course, the conventional Symbol of justice in the Trumps Major, and he may represent this virtue, but he is rather the power of life and death, in virtue of his office.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/3/33/Swords14.jpg"
- },
- {
- "name": "Ace of Swords",
- "name_short": "swac",
- "value": 1,
- "suit": "swords",
- "type": "minor",
- "meaning_up": "Triumph, the excessive degree in everything, conquest, triumph of force. It is a card of great force, in love as well as in hatred. The crown may carry a much higher significance than comes usually within the sphere of fortune-telling.",
- "meaning_rev": "The same, but the results are disastrous; another account says--conception, childbirth, augmentation, multiplicity.",
- "desc": "A hand issues from a cloud, grasping as word, the point of which is encircled by a crown.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/1/1a/Swords01.jpg"
- },
- {
- "name": "Two of Swords",
- "name_short": "sw02",
- "value": 2,
- "suit": "swords",
- "type": "minor",
- "meaning_up": "Conformity and the equipoise which it suggests, courage, friendship, concord in a state of arms; another reading gives tenderness, affection, intimacy. The suggestion of harmony and other favourable readings must be considered in a qualified manner, as Swords generally are not symbolical of beneficent forces in human affairs.",
- "meaning_rev": "Imposture, falsehood, duplicity, disloyalty.",
- "desc": "A hoodwinked female figure balances two swords upon her shoulders.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/9/9e/Swords02.jpg"
- },
- {
- "name": "Three of Swords",
- "name_short": "sw03",
- "value": 3,
- "suit": "swords",
- "type": "minor",
- "meaning_up": "Removal, absence, delay, division, rupture, dispersion, and all that the design signifies naturally, being too simple and obvious to call for specific enumeration.",
- "meaning_rev": "Mental alienation, error, loss, distraction, disorder, confusion.",
- "desc": "Three swords piercing a heart; cloud and rain behind.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/0/02/Swords03.jpg"
- },
- {
- "name": "Four of Swords",
- "name_short": "sw04",
- "value": 4,
- "suit": "swords",
- "type": "minor",
- "meaning_up": "Vigilance, retreat, solitude, hermit's repose, exile, tomb and coffin. It is these last that have suggested the design.",
- "meaning_rev": "Wise administration, circumspection, economy, avarice, precaution, testament.",
- "desc": "The effigy of a knight in the attitude of prayer, at full length upon his tomb.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/b/bf/Swords04.jpg"
- },
- {
- "name": "Five of Swords",
- "name_short": "sw05",
- "value": 5,
- "suit": "swords",
- "type": "minor",
- "meaning_up": "Degradation, destruction, revocation, infamy, dishonour, loss, with the variants and analogues of these.",
- "meaning_rev": "The same; burial and obsequies.",
- "desc": "A disdainful man looks after two retreating and dejected figures. Their swords lie upon the ground. He carries two others on his left shoulder, and a third sword is in his right hand, point to earth. He is the master in possession of the field.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/2/23/Swords05.jpg"
- },
- {
- "name": "Six of Swords",
- "name_short": "sw06",
- "value": 6,
- "suit": "swords",
- "type": "minor",
- "meaning_up": "Journey by water, route, way, envoy, commissionary, expedient.",
- "meaning_rev": "Declaration, confession, publicity; one account says that it is a proposal of love.",
- "desc": "A ferryman carrying passengers in his punt to the further shore. The course is smooth, and seeing that the freight is light, it may be noted that the work is not beyond his strength.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/2/29/Swords06.jpg"
- },
- {
- "name": "Seven of Swords",
- "name_short": "sw07",
- "value": 7,
- "suit": "swords",
- "type": "minor",
- "meaning_up": "Design, attempt, wish, hope, confidence; also quarrelling, a plan that may fail, annoyance. The design is uncertain in its import, because the significations are widely at variance with each other.",
- "meaning_rev": "Good advice, counsel, instruction, slander, babbling.",
- "desc": "A man in the act of carrying away five swords rapidly; the two others of the card remain stuck in the ground. A camp is close at hand.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/3/34/Swords07.jpg"
- },
- {
- "name": "Eight of Swords",
- "name_short": "sw08",
- "value": 8,
- "suit": "swords",
- "type": "minor",
- "meaning_up": "Bad news, violent chagrin, crisis, censure, power in trammels, conflict, calumny; also sickness.",
- "meaning_rev": "Disquiet, difficulty, opposition, accident, treachery; what is unforeseen; fatality.",
- "desc": "A woman, bound and hoodwinked, with the swords of the card about her. Yet it is rather a card of temporary durance than of irretrievable bondage.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/a/a7/Swords08.jpg"
- },
- {
- "name": "Nine of Swords",
- "name_short": "sw09",
- "value": 9,
- "suit": "swords",
- "type": "minor",
- "meaning_up": "Death, failure, miscarriage, delay, deception, disappointment, despair.",
- "meaning_rev": "Imprisonment, suspicion, doubt, reasonable fear, shame.",
- "desc": "One seated on her couch in lamentation, with the swords over her. She is as one who knows no sorrow which is like unto hers. It is a card of utter desolation.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/2/2f/Swords09.jpg"
- },
- {
- "name": "Ten of Swords",
- "name_short": "sw10",
- "value": 10,
- "suit": "swords",
- "type": "minor",
- "meaning_up": "Whatsoever is intimated by the design; also pain, affliction, tears, sadness, desolation. It is not especially a card of violent death.",
- "meaning_rev": "Advantage, profit, success, favour, but none of these are permanent; also power and authority.",
- "desc": "A prostrate figure, pierced by all the swords belonging to the card.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/d/d4/Swords10.jpg"
- }
- ]
-}
\ No newline at end of file
diff --git a/src/data/tarot/tarot.json b/src/data/tarot/tarot.json
deleted file mode 100644
index 12789e18..00000000
--- a/src/data/tarot/tarot.json
+++ /dev/null
@@ -1,840 +0,0 @@
-{
- "cards": [
- {
- "type": "major",
- "name_short": "ar01",
- "name": "The Magician",
- "value": 1,
- "meaning_up": "Skill, diplomacy, address, subtlety; sickness, pain, loss, disaster, snares of enemies; self-confidence, will; the Querent, if male.",
- "meaning_rev": "Physician, Magus, mental disease, disgrace, disquiet.",
- "desc": "A youthful figure in the robe of a magician, having the countenance of divine Apollo, with smile of confidence and shining eyes. Above his head is the mysterious sign of the Holy Spirit, the sign of life, like an endless cord, forming the figure 8 in a horizontal position . About his waist is a serpent-cincture, the serpent appearing to devour its own tail. This is familiar to most as a conventional symbol of eternity, but here it indicates more especially the eternity of attainment in the spirit. In the Magician's right hand is a wand raised towards heaven, while the left hand is pointing to the earth. This dual sign is known in very high grades of the Instituted Mysteries; it shews the descent of grace, virtue and light, drawn from things above and derived to things below. The suggestion throughout is therefore the possession and communication of the Powers and Gifts of the Spirit. On the table in front of the Magician are the symbols of the four Tarot suits, signifying the elements of natural life, which lie like counters before the adept, and he adapts them as he wills. Beneath are roses and lilies, the flos campi and lilium convallium, changed into garden flowers, to shew the culture of aspiration. This card signifies the divine motive in man, reflecting God, the will in the liberation of its union with that which is above. It is also the unity of individual being on all planes, and in a very high sense it is thought, in the fixation thereof. With further reference to what I have called the sign of life and its connexion with the number 8, it may be remembered that Christian Gnosticism speaks of rebirth in Christ as a change \"unto the Ogdoad.\" The mystic number is termed Jerusalem above, the Land flowing with Milk and Honey, the Holy Spirit and the Land of the Lord. According to Martinism, 8 is the number of Christ.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/d/de/RWS_Tarot_01_Magician.jpg"
- },
- {
- "type": "major",
- "name_short": "ar02",
- "name": "The High Priestess",
- "value": 2,
- "meaning_up": "Secrets, mystery, the future as yet unrevealed; the woman who interests the Querent, if male; the Querent herself, if female; silence, tenacity; mystery, wisdom, science.",
- "meaning_rev": "Passion, moral or physical ardour, conceit, surface knowledge.",
- "desc": "She has the lunar crescent at her feet, a horned diadem on her head, with a globe in the middle place, and a large solar cross on her breast. The scroll in her hands is inscribed with the word Tora, signifying the Greater Law, the Secret Law and the second sense of the Word. It is partly covered by her mantle, to shew that some things are implied and some spoken. She is seated between the white and black pillars--J. and B.--of the mystic Temple, and the veil of the Temple is behind her: it is embroidered with palms and pomegranates. The vestments are flowing and gauzy, and the mantle suggests light--a shimmering radiance. She has been called occult Science on the threshold of the Sanctuary of Isis, but she is really the Secret Church, the House which is of God and man. She represents also the Second Marriage of the Prince who is no longer of this world; she is the spiritual Bride and Mother, the daughter of the stars and the Higher Garden of Eden. She is, in fine, the Queen of the borrowed light, but this is the light of all. She is the Moon nourished by the milk of the Supernal Mother.\nIn a manner, she is also the Supernal Mother herself--that is to say, she is the bright reflection. It is in this sense of reflection that her truest and highest name in bolism is Shekinah--the co-habiting glory. According to Kabalism, there is a Shekinah both above and below. In the superior world it is called Binah, the Supernal Understanding which reflects to the emanations that are beneath. In the lower world it is MaIkuth--that world being, for this purpose, understood as a blessed Kingdom that with which it is made blessed being the Indwelling Glory. Mystically speaking, the Shekinah is the Spiritual Bride of the just man, and when he reads the Law she gives the Divine meaning. There are some respects in which this card is the highest and holiest of the Greater Arcana.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/8/88/RWS_Tarot_02_High_Priestess.jpg/590px-RWS_Tarot_02_High_Priestess.jpg"
- },
- {
- "type": "major",
- "name_short": "ar03",
- "name": "The Empress",
- "value": 3,
- "meaning_up": "Fruitfulness, action, initiative, length of days; the unknown, clandestine; also difficulty, doubt, ignorance.",
- "meaning_rev": "Light, truth, the unravelling of involved matters, public rejoicings; according to another reading, vacillation.",
- "desc": "A stately figure, seated, having rich vestments and royal aspect, as of a daughter of heaven and earth. Her diadem is of twelve stars, gathered in a cluster. The symbol of Venus is on the shield which rests near her. A field of corn is ripening in front of her, and beyond there is a fall of water. The sceptre which she bears is surmounted by the globe of this world. She is the inferior Garden of Eden, the Earthly Paradise, all that is symbolized by the visible house of man. She is not Regina coeli, but she is still refugium peccatorum, the fruitful mother of thousands. There are also certain aspects in which she has been correctly described as desire and the wings thereof, as the woman clothed with the sun, as Gloria Mundi and the veil of the Sanctum Sanctorum; but she is not, I may add, the soul that has attained wings, unless all the symbolism is counted up another and unusual way. She is above all things universal fecundity and the outer sense of the Word. This is obvious, because there is no direct message which has been given to man like that which is borne by woman; but she does not herself carry its interpretation.\nIn another order of ideas, the card of the Empress signifies the door or gate by which an entrance is obtained into this life, as into the Garden of Venus; and then the way which leads out therefrom, into that which is beyond, is the secret known to the High Priestess: it is communicated by her to the elect. Most old attributions of this card are completely wrong on the symbolism--as, for example, its identification with the Word, Divine Nature, the Triad, and so forth.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/d/d2/RWS_Tarot_03_Empress.jpg"
- },
- {
- "type": "major",
- "name_short": "ar04",
- "name": "The Emperor",
- "value": 4,
- "meaning_up": "Stability, power, protection, realization; a great person; aid, reason, conviction; also authority and will.",
- "meaning_rev": "Benevolence, compassion, credit; also confusion to enemies, obstruction, immaturity.",
- "desc": "He has a form of the Crux ansata for his sceptre and a globe in his left hand. He is a crowned monarch--commanding, stately, seated on a throne, the arms of which axe fronted by rams' heads. He is executive and realization, the power of this world, here clothed with the highest of its natural attributes. He is occasionally represented as seated on a cubic stone, which, however, confuses some of the issues. He is the virile power, to which the Empress responds, and in this sense is he who seeks to remove the Veil of Isis; yet she remains virgo intacta.\nIt should be understood that this card and that of the Empress do not precisely represent the condition of married life, though this state is implied. On the surface, as I have indicated, they stand for mundane royalty, uplifted on the seats of the mighty; but above this there is the suggestion of another presence. They signify also--and the male figure especially--the higher kingship, occupying the intellectual throne. Hereof is the lordship of thought rather than of the animal world. Both personalities, after their own manner, are \"full of strange experience,\" but theirs is not consciously the wisdom which draws from a higher world. The Emperor has been described as (a) will in its embodied form, but this is only one of its applications, and (b) as an expression of virtualities contained in the Absolute Being--but this is fantasy.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/c/c3/RWS_Tarot_04_Emperor.jpg"
- },
- {
- "type": "major",
- "name_short": "ar05",
- "name": "The Hierophant",
- "value": 5,
- "meaning_up": "Marriage, alliance, captivity, servitude; by another account, mercy and goodness; inspiration; the man to whom the Querent has recourse.",
- "meaning_rev": "Society, good understanding, concord, overkindness, weakness.",
- "desc": "He wears the triple crown and is seated between two pillars, but they are not those of the Temple which is guarded by the High Priestess. In his left hand he holds a sceptre terminating in the triple cross, and with his right hand he gives the well-known ecclesiastical sign which is called that of esotericism, distinguishing between the manifest and concealed part of doctrine. It is noticeable in this connexion that the High Priestess makes no sign. At his feet are the crossed keys, and two priestly ministers in albs kneel before him. He has been usually called the Pope, which is a particular application of the more general office that he symbolizes. He is the ruling power of external religion, as the High Priestess is the prevailing genius of the esoteric, withdrawn power. The proper meanings of this card have suffered woeful admixture from nearly all hands. Grand Orient says truly that the Hierophant is the power of the keys, exoteric orthodox doctrine, and the outer side of the life which leads to the doctrine; but he is certainly not the prince of occult doctrine, as another commentator has suggested.\nHe is rather the summa totius theologiæ, when it has passed into the utmost rigidity of expression; but he symbolizes also all things that are righteous and sacred on the manifest side. As such, he is the channel of grace belonging to the world of institution as distinct from that of Nature, and he is the leader of salvation for the human race at large. He is the order and the head of the recognized hierarchy, which is the reflection of another and greater hierarchic order; but it may so happen that the pontiff forgets the significance of this his symbolic state and acts as if he contained within his proper measures all that his sign signifies or his symbol seeks to shew forth. He is not, as it has been thought, philosophy-except on the theological side; he is not inspiration; and he is not religion, although he is a mode of its expression.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/8/8d/RWS_Tarot_05_Hierophant.jpg"
- },
- {
- "type": "major",
- "name_short": "ar06",
- "name": "The Lovers",
- "value": 6,
- "meaning_up": "Attraction, love, beauty, trials overcome.",
- "meaning_rev": "Failure, foolish designs. Another account speaks of marriage frustrated and contrarieties of all kinds.",
- "desc": "The sun shines in the zenith, and beneath is a great winged figure with arms extended, pouring down influences. In the foreground are two human figures, male and female, unveiled before each other, as if Adam and Eve when they first occupied the paradise of the earthly body. Behind the man is the Tree of Life, bearing twelve fruits, and the Tree of the Knowledge of Good and Evil is behind the woman; the serpent is twining round it. The figures suggest youth, virginity, innocence and love before it is contaminated by gross material desire. This is in all simplicity the card of human love, here exhibited as part of the way, the truth and the life. It replaces, by recourse to first principles, the old card of marriage, which I have described previously, and the later follies which depicted man between vice and virtue. In a very high sense, the card is a mystery of the Covenant and Sabbath.\nThe suggestion in respect of the woman is that she signifies that attraction towards the sensitive life which carries within it the idea of the Fall of Man, but she is rather the working of a Secret Law of Providence than a willing and conscious temptress. It is through her imputed lapse that man shall arise ultimately, and only by her can he complete himself. The card is therefore in its way another intimation concerning the great mystery of womanhood. The old meanings fall to pieces of necessity with the old pictures, but even as interpretations of the latter, some of them were of the order of commonplace and others were false in symbolism.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/3/3a/TheLovers.jpg"
- },
- {
- "type": "major",
- "name_short": "ar07",
- "name": "The Chariot",
- "value": 7,
- "meaning_up": "Succour, providence also war, triumph, presumption, vengeance, trouble.",
- "meaning_rev": "Riot, quarrel, dispute, litigation, defeat.",
- "desc": "An erect and princely figure carrying a drawn sword and corresponding, broadly speaking, to the traditional description which I have given in the first part. On the shoulders of the victorious hero are supposed to be the Urim and Thummim. He has led captivity captive; he is conquest on all planes--in the mind, in science, in progress, in certain trials of initiation. He has thus replied to the sphinx, and it is on this account that I have accepted the variation of Éliphas Lévi; two sphinxes thus draw his chariot. He is above all things triumph in the mind.\nIt is to be understood for this reason (a) that the question of the sphinx is concerned with a Mystery of Nature and not of the world of Grace, to which the charioteer could offer no answer; (b) that the planes of his conquest are manifest or external and not within himself; (c) that the liberation which he effects may leave himself in the bondage of the logical understanding; (d) that the tests of initiation through which he has passed in triumph are to be understood physically or rationally; and (e) that if he came to the pillars of that Temple between which the High Priestess is seated, he could not open the scroll called Tora, nor if she questioned him could he answer. He is not hereditary royalty and he is not priesthood.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/9/9b/RWS_Tarot_07_Chariot.jpg"
- },
- {
- "type": "major",
- "name_short": "ar08",
- "name": "Fortitude",
- "value": 8,
- "meaning_up": "Power, energy, action, courage, magnanimity; also complete success and honours.",
- "meaning_rev": "Despotism, abuse if power, weakness, discord, sometimes even disgrace.",
- "desc": "A woman, over whose head there broods the same symbol of life which we have seen in the card of the Magician, is closing the jaws of a lion. The only point in which this design differs from the conventional presentations is that her beneficent fortitude has already subdued the lion, which is being led by a chain of flowers. For reasons which satisfy myself, this card has been interchanged with that of justice, which is usually numbered eight. As the variation carries nothing with it which will signify to the reader, there is no cause for explanation. Fortitude, in one of its most exalted aspects, is connected with the Divine Mystery of Union; the virtue, of course, operates in all planes, and hence draws on all in its symbolism. It connects also with innocentia inviolata, and with the strength which resides in contemplation.\nThese higher meanings are, however, matters of inference, and I do not suggest that they are transparent on the surface of the card. They are intimated in a concealed manner by the chain of flowers, which signifies, among many other things, the sweet yoke and the light burden of Divine Law, when it has been taken into the heart of hearts. The card has nothing to do with self-confidence in the ordinary sense, though this has been suggested--but it concerns the confidence of those whose strength is God, who have found their refuge in Him. There is one aspect in which the lion signifies the passions, and she who is called Strength is the higher nature in its liberation. It has walked upon the asp and the basilisk and has trodden down the lion and the dragon.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/f/f5/RWS_Tarot_08_Strength.jpg"
- },
- {
- "type": "major",
- "name_short": "ar09",
- "name": "The Hermit",
- "value": 9,
- "meaning_up": "Prudence, circumspection; also and especially treason, dissimulation, roguery, corruption.",
- "meaning_rev": "Concealment, disguise, policy, fear, unreasoned caution.",
- "desc": "The variation from the conventional models in this card is only that the lamp is not enveloped partially in the mantle of its bearer, who blends the idea of the Ancient of Days with the Light of the World It is a star which shines in the lantern. I have said that this is a card of attainment, and to extend this conception the figure is seen holding up his beacon on an eminence. Therefore the Hermit is not, as Court de Gebelin explained, a wise man in search of truth and justice; nor is he, as a later explanation proposes, an especial example of experience. His beacon intimates that \"where I am, you also may be.\"\nIt is further a card which is understood quite incorrectly when it is connected with the idea of occult isolation, as the protection of personal magnetism against admixture. This is one of the frivolous renderings which we owe to Éliphas Lévi. It has been adopted by the French Order of Martinism and some of us have heard a great deal of the Silent and Unknown Philosophy enveloped by his mantle from the knowledge of the profane. In true Martinism, the significance of the term Philosophe inconnu was of another order. It did not refer to the intended concealment of the Instituted Mysteries, much less of their substitutes, but--like the card itself--to the truth that the Divine Mysteries secure their own protection from those who are unprepared.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/thumb/4/4d/RWS_Tarot_09_Hermit.jpg/586px-RWS_Tarot_09_Hermit.jpg"
- },
- {
- "type": "major",
- "name_short": "ar10",
- "name": "Wheel Of Fortune",
- "value": 10,
- "meaning_up": "Destiny, fortune, success, elevation, luck, felicity.",
- "meaning_rev": "Increase, abundance, superfluity.",
- "desc": "In this symbol I have again followed the reconstruction of Éliphas Lévi, who has furnished several variants. It is legitimate--as I have intimated--to use Egyptian symbolism when this serves our purpose, provided that no theory of origin is implied therein. I have, however, presented Typhon in his serpent form. The symbolism is, of course, not exclusively Egyptian, as the four Living Creatures of Ezekiel occupy the angles of the card, and the wheel itself follows other indications of Lévi in respect of Ezekiel's vision, as illustrative of the particular Tarot Key. With the French occultist, and in the design itself, the symbolic picture stands for the perpetual motion of a fluidic universe and for the flux of human life. The Sphinx is the equilibrium therein. The transliteration of Taro as Rota is inscribed on the wheel, counterchanged with the letters of the Divine Name--to shew that Providence is imphed through all. But this is the Divine intention within, and the similar intention without is exemplified by the four Living Creatures. Sometimes the sphinx is represented couchant on a pedestal above, which defrauds the symbolism by stultifying the essential idea of stability amidst movement.\nBehind the general notion expressed in the symbol there lies the denial of chance and the fatality which is implied therein. It may be added that, from the days of Lévi onward, the occult explanations of this card are--even for occultism itself--of a singularly fatuous kind. It has been said to mean principle, fecundity, virile honour, ruling authority, etc. The findings of common fortune-telling are better than this on their own plane.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/3/3c/RWS_Tarot_10_Wheel_of_Fortune.jpg"
- },
- {
- "type": "major",
- "name_short": "ar11",
- "name": "Justice",
- "value": 11,
- "meaning_up": "Equity, rightness, probity, executive; triumph of the deserving side in law.",
- "meaning_rev": "Law in all its departments, legal complications, bigotry, bias, excessive severity.",
- "desc": "As this card follows the traditional symbolism and carries above all its obvious meanings, there is little to say regarding it outside the few considerations collected in the first part, to which the reader is referred.\nIt will be seen, however, that the figure is seated between pillars, like the High Priestess, and on this account it seems desirable to indicate that the moral principle which deals unto every man according to his works--while, of course, it is in strict analogy with higher things;--differs in its essence from the spiritual justice which is involved in the idea of election. The latter belongs to a mysterious order of Providence, in virtue of which it is possible for certain men to conceive the idea of dedication to the highest things. The operation of this is like the breathing of the Spirit where it wills, and we have no canon of criticism or ground of explanation concerning it. It is analogous to the possession of the fairy gifts and the high gifts and the gracious gifts of the poet: we have them or have not, and their presence is as much a mystery as their absence. The law of Justice is not however involved by either alternative. In conclusion, the pillars of Justice open into one world and the pillars of the High Priestess into another.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/e/e0/RWS_Tarot_11_Justice.jpg"
- },
- {
- "type": "major",
- "name_short": "ar12",
- "name": "The Hanged Man",
- "value": 12,
- "meaning_up": "Wisdom, circumspection, discernment, trials, sacrifice, intuition, divination, prophecy.",
- "meaning_rev": "Selfishness, the crowd, body politic.",
- "desc": "The gallows from which he is suspended forms a Tau cross, while the figure--from the position of the legs--forms a fylfot cross. There is a nimbus about the head of the seeming martyr. It should be noted (1) that the tree of sacrifice is living wood, with leaves thereon; (2) that the face expresses deep entrancement, not suffering; (3) that the figure, as a whole, suggests life in suspension, but life and not death. It is a card of profound significance, but all the significance is veiled. One of his editors suggests that Éliphas Lévi did not know the meaning, which is unquestionable nor did the editor himself. It has been called falsely a card of martyrdom, a card a of prudence, a card of the Great Work, a card of duty; but we may exhaust all published interpretations and find only vanity. I will say very simply on my own part that it expresses the relation, in one of its aspects, between the Divine and the Universe.\nHe who can understand that the story of his higher nature is imbedded in this symbolism will receive intimations concerning a great awakening that is possible, and will know that after the sacred Mystery of Death there is a glorious Mystery of Resurrection.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/2/2b/RWS_Tarot_12_Hanged_Man.jpg"
- },
- {
- "type": "major",
- "name_short": "ar13",
- "name": "Death",
- "value": 13,
- "meaning_up": "End, mortality, destruction, corruption also, for a man, the loss of a benefactor for a woman, many contrarieties; for a maid, failure of marriage projects.",
- "meaning_rev": "Inertia, sleep, lethargy, petrifaction, somnambulism; hope destroyed.",
- "desc": "The veil or mask of life is perpetuated in change, transformation and passage from lower to higher, and this is more fitly represented in the rectified Tarot by one of the apocalyptic visions than by the crude notion of the reaping skeleton. Behind it lies the whole world of ascent in the spirit. The mysterious horseman moves slowly, bearing a black banner emblazoned with the Mystic Rose, which signifies life. Between two pillars on the verge of the horizon there shines the sun of immortality. The horseman carries no visible weapon, but king and child and maiden fall before him, while a prelate with clasped hands awaits his end.\nThere should be no need to point out that the suggestion of death which I have made in connection with the previous card is, of course, to be understood mystically, but this is not the case in the present instance. The natural transit of man to the next stage of his being either is or may be one form of his progress, but the exotic and almost unknown entrance, while still in this life, into the state of mystical death is a change in the form of consciousness and the passage into a state to which ordinary death is neither the path nor gate. The existing occult explanations of the 13th card are, on the whole, better than usual, rebirth, creation, destination, renewal, and the rest.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/d/d7/RWS_Tarot_13_Death.jpg"
- },
- {
- "type": "major",
- "name_short": "ar14",
- "name": "Temperance",
- "value": 14,
- "meaning_up": "Economy, moderation, frugality, management, accommodation.",
- "meaning_rev": "Things connected with churches, religions, sects, the priesthood, sometimes even the priest who will marry the Querent; also disunion, unfortunate combinations, competing interests.",
- "desc": "A winged angel, with the sign of the sun upon his forehead and on his breast the square and triangle of the septenary. I speak of him in the masculine sense, but the figure is neither male nor female. It is held to be pouring the essences of life from chalice to chalice. It has one foot upon the earth and one upon waters, thus illustrating the nature of the essences. A direct path goes up to certain heights on the verge of the horizon, and above there is a great light, through which a crown is seen vaguely. Hereof is some part of the Secret of Eternal Life, as it is possible to man in his incarnation. All the conventional emblems are renounced herein.\nSo also are the conventional meanings, which refer to changes in the seasons, perpetual movement of life and even the combination of ideas. It is, moreover, untrue to say that the figure symbolizes the genius of the sun, though it is the analogy of solar light, realized in the third part of our human triplicity. It is called Temperance fantastically, because, when the rule of it obtains in our consciousness, it tempers, combines and harmonises the psychic and material natures. Under that rule we know in our rational part something of whence we came and whither we are going.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/f/f8/RWS_Tarot_14_Temperance.jpg"
- },
- {
- "type": "major",
- "name_short": "ar15",
- "name": "The Devil",
- "value": 15,
- "meaning_up": "Ravage, violence, vehemence, extraordinary efforts, force, fatality; that which is predestined but is not for this reason evil.",
- "meaning_rev": "Evil fatality, weakness, pettiness, blindness.",
- "desc": "The design is an accommodation, mean or harmony, between several motives mentioned in the first part. The Horned Goat of Mendes, with wings like those of a bat, is standing on an altar. At the pit of the stomach there is the sign of Mercury. The right hand is upraised and extended, being the reverse of that benediction which is given by the Hierophant in the fifth card. In the left hand there is a great flaming torch, inverted towards the earth. A reversed pentagram is on the forehead. There is a ring in front of the altar, from which two chains are carried to the necks of two figures, male and female. These are analogous with those of the fifth card, as if Adam and Eve after the Fall. Hereof is the chain and fatality of the material life.\nThe figures are tailed, to signify the animal nature, but there is human intelligence in the faces, and he who is exalted above them is not to be their master for ever. Even now, he is also a bondsman, sustained by the evil that is in him and blind to the liberty of service. With more than his usual derision for the arts which he pretended to respect and interpret as a master therein, Éliphas Lévi affirms that the Baphometic figure is occult science and magic. Another commentator says that in the Divine world it signifies predestination, but there is no correspondence in that world with the things which below are of the brute. What it does signify is the Dweller on the Threshold without the Mystical Garden when those are driven forth therefrom who have eaten the forbidden fruit.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/5/55/RWS_Tarot_15_Devil.jpg"
- },
- {
- "type": "major",
- "name_short": "ar16",
- "name": "The Tower",
- "value": 16,
- "meaning_up": "Misery, distress, indigence, adversity, calamity, disgrace, deception, ruin. It is a card in particular of unforeseen catastrophe.",
- "meaning_rev": "According to one account, the same in a lesser degree also oppression, imprisonment, tyranny.",
- "desc": "Occult explanations attached to this card are meagre and mostly disconcerting. It is idle to indicate that it depicts min in all its aspects, because it bears this evidence on the surface. It is said further that it contains the first allusion to a material building, but I do not conceive that the Tower is more or less material than the pillars which we have met with in three previous cases. I see nothing to warrant Papus in supposing that it is literally the fall of Adam, but there is more in favour of his alternative--that it signifies the materialization of the spiritual word. The bibliographer Christian imagines that it is the downfall of the mind, seeking to penetrate the mystery of God. I agree rather with Grand Orient that it is the ruin of the House of We, when evil has prevailed therein, and above all that it is the rending of a House of Doctrine. I understand that the reference is, however, to a House of Falsehood. It illustrates also in the most comprehensive way the old truth that \"except the Lord build the house, they labour in vain that build it.\"\nThere is a sense in which the catastrophe is a reflection from the previous card, but not on the side of the symbolism which I have tried to indicate therein. It is more correctly a question of analogy; one is concerned with the fall into the material and animal state, while the other signifies destruction on the intellectual side. The Tower has been spoken of as the chastisement of pride and the intellect overwhelmed in the attempt to penetrate the Mystery of God; but in neither case do these explanations account for the two persons who are the living sufferers. The one is the literal word made void and the other its false interpretation. In yet a deeper sense, it may signify also the end of a dispensation, but there is no possibility here for the consideration of this involved question.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/5/53/RWS_Tarot_16_Tower.jpg"
- },
- {
- "type": "major",
- "name_short": "ar17",
- "name": "The Star",
- "value": 17,
- "meaning_up": "Loss, theft, privation, abandonment; another reading says-hope and bright prospects,",
- "meaning_rev": "Arrogance, haughtiness, impotence.",
- "desc": "A great, radiant star of eight rays, surrounded by seven lesser stars--also of eight rays. The female figure in the foreground is entirely naked. Her left knee is on the land and her right foot upon the water. She pours Water of Life from two great ewers, irrigating sea and land. Behind her is rising ground and on the right a shrub or tree, whereon a bird alights. The figure expresses eternal youth and beauty. The star is l'étoile flamboyante, which appears in Masonic symbolism, but has been confused therein. That which the figure communicates to the living scene is the substance of the heavens and the elements. It has been said truly that the mottoes of this card are \"Waters of Life freely\" and \"Gifts of the Spirit.\"\nThe summary of several tawdry explanations says that it is a card of hope. On other planes it has been certified as immortality and interior light. For the majority of prepared minds, the figure will appear as the type of Truth unveiled, glorious in undying beauty, pouring on the waters of the soul some part and measure of her priceless possession. But she is in reality the Great Mother in the Kabalistic Sephira Binah, which is supernal Understanding, who communicates to the Sephiroth that are below in the measure that they can receive her influx.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/d/db/RWS_Tarot_17_Star.jpg"
- },
- {
- "type": "major",
- "name_short": "ar18",
- "name": "The Moon",
- "value": 18,
- "meaning_up": "Hidden enemies, danger, calumny, darkness, terror, deception, occult forces, error.",
- "meaning_rev": "Instability, inconstancy, silence, lesser degrees of deception and error.",
- "desc": "The distinction between this card and some of the conventional types is that the moon is increasing on what is called the side of mercy, to the right of the observer. It has sixteen chief and sixteen secondary rays. The card represents life of the imagination apart from life of the spirit. The path between the towers is the issue into the unknown. The dog and wolf are the fears of the natural mind in the presence of that place of exit, when there is only reflected light to guide it.\nThe last reference is a key to another form of symbolism. The intellectual light is a reflection and beyond it is the unknown mystery which it cannot shew forth. It illuminates our animal nature, types of which are represented below--the dog, the wolf and that which comes up out of the deeps, the nameless and hideous tendency which is lower than the savage beast. It strives to attain manifestation, symbolized by crawling from the abyss of water to the land, but as a rule it sinks back whence it came. The face of the mind directs a calm gaze upon the unrest below; the dew of thought falls; the message is: Peace, be still; and it may be that there shall come a calm upon the animal nature, while the abyss beneath shall cease from giving up a form.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/7/7f/RWS_Tarot_18_Moon.jpg"
- },
- {
- "type": "major",
- "name_short": "ar19",
- "name": "The Sun",
- "value": 19,
- "meaning_up": "Material happiness, fortunate marriage, contentment.",
- "meaning_rev": "The same in a lesser sense.",
- "desc": "The naked child mounted on a white horse and displaying a red standard has been mentioned already as the better symbolism connected with this card. It is the destiny of the Supernatural East and the great and holy light which goes before the endless procession of humanity, coming out from the walled garden of the sensitive life and passing on the journey home. The card signifies, therefore, the transit from the manifest light of this world, represented by the glorious sun of earth, to the light of the world to come, which goes before aspiration and is typified by the heart of a child.\nBut the last allusion is again the key to a different form or aspect of the symbolism. The sun is that of consciousness in the spirit - the direct as the antithesis of the reflected light. The characteristic type of humanity has become a little child therein--a child in the sense of simplicity and innocence in the sense of wisdom. In that simplicity, he bears the seal of Nature and of Art; in that innocence, he signifies the restored world. When the self-knowing spirit has dawned in the consciousness above the natural mind, that mind in its renewal leads forth the animal nature in a state of perfect conformity.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/1/17/RWS_Tarot_19_Sun.jpg"
- },
- {
- "type": "major",
- "name_short": "ar20",
- "name": "The Last Judgment",
- "value": 20,
- "meaning_up": "Change of position, renewal, outcome. Another account specifies total loss though lawsuit.",
- "meaning_rev": "Weakness, pusillanimity, simplicity; also deliberation, decision, sentence.",
- "desc": "I have said that this symbol is essentially invariable in all Tarot sets, or at least the variations do not alter its character. The great angel is here encompassed by clouds, but he blows his bannered trumpet, and the cross as usual is displayed on the banner. The dead are rising from their tombs--a woman on the right, a man on the left hand, and between them their child, whose back is turned. But in this card there are more than three who are restored, and it has been thought worth while to make this variation as illustrating the insufficiency of current explanations. It should be noted that all the figures are as one in the wonder, adoration and ecstacy expressed by their attitudes. It is the card which registers the accomplishment of the great work of transformation in answer to the summons of the Supernal--which summons is heard and answered from within.\nHerein is the intimation of a significance which cannot well be carried further in the present place. What is that within us which does sound a trumpet and all that is lower in our nature rises in response--almost in a moment, almost in the twinkling of an eye? Let the card continue to depict, for those who can see no further, the Last judgment and the resurrection in the natural body; but let those who have inward eyes look and discover therewith. They will understand that it has been called truly in the past a card of eternal life, and for this reason it may be compared with that which passes under the name of Temperance.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/d/dd/RWS_Tarot_20_Judgement.jpg"
- },
- {
- "type": "major",
- "name_short": "ar00",
- "name": "The Fool",
- "value": 0,
- "meaning_up": "Folly, mania, extravagance, intoxication, delirium, frenzy, bewrayment.",
- "meaning_rev": "Negligence, absence, distribution, carelessness, apathy, nullity, vanity.",
- "desc": "With light step, as if earth and its trammels had little power to restrain him, a young man in gorgeous vestments pauses at the brink of a precipice among the great heights of the world; he surveys the blue distance before him-its expanse of sky rather than the prospect below. His act of eager walking is still indicated, though he is stationary at the given moment; his dog is still bounding. The edge which opens on the depth has no terror; it is as if angels were waiting to uphold him, if it came about that he leaped from the height. His countenance is full of intelligence and expectant dream. He has a rose in one hand and in the other a costly wand, from which depends over his right shoulder a wallet curiously embroidered. He is a prince of the other world on his travels through this one-all amidst the morning glory, in the keen air. The sun, which shines behind him, knows whence he came, whither he is going, and how he will return by another path after many days. He is the spirit in search of experience. Many symbols of the Instituted Mysteries are summarized in this card, which reverses, under high warrants, all the confusions that have preceded it.\nIn his Manual of Cartomancy, Grand Orient has a curious suggestion of the office of Mystic Fool, as apart of his process in higher divination; but it might call for more than ordinary gifts to put it into operation. We shall see how the card fares according to the common arts of fortune-telling, and it will be an example, to those who can discern, of the fact, otherwise so evident, that the Trumps Major had no place originally in the arts of psychic gambling, when cards are used as the counters and pretexts. Of the circumstances under which this art arose we know, however, very little. The conventional explanations say that the Fool signifies the flesh, the sensitive life, and by a peculiar satire its subsidiary name was at one time the alchemist, as depicting folly at the most insensate stage.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/9/90/RWS_Tarot_00_Fool.jpg"
- },
- {
- "type": "major",
- "name_short": "ar21",
- "name": "The World",
- "value": 21,
- "meaning_up": "Assured success, recompense, voyage, route, emigration, flight, change of place.",
- "meaning_rev": "Inertia, fixity, stagnation, permanence.",
- "desc": "As this final message of the Major Trumps is unchanged--and indeed unchangeable--in respect of its design, it has been partly described already regarding its deeper sense. It represents also the perfection and end of the Cosmos, the secret which is within it, the rapture of the universe when it understands itself in God. It is further the state of the soul in the consciousness of Divine Vision, reflected from the self-knowing spirit. But these meanings are without prejudice to that which I have said concerning it on the material side.\nIt has more than one message on the macrocosmic side and is, for example, the state of the restored world when the law of manifestation shall have been carried to the highest degree of natural perfection. But it is perhaps more especially a story of the past, referring to that day when all was declared to be good, when the morning stars sang together and all the Sons of God shouted for joy. One of the worst explanations concerning it is that the figure symbolizes the Magus when he has reached the highest degree of initiation; another account says that it represents the absolute, which is ridiculous. The figure has been said to stand for Truth, which is, however, more properly allocated to the seventeenth card. Lastly, it has been called the Crown of the Magi.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/f/ff/RWS_Tarot_21_World.jpg"
- },
- {
- "name": "Page of Wands",
- "name_short": "wapa",
- "value": 11,
- "suit": "wands",
- "type": "minor",
- "meaning_up": "Dark young man, faithful, a lover, an envoy, a postman. Beside a man, he will bear favourable testimony concerning him. A dangerous rival, if followed by the Page of Cups. Has the chief qualities of his suit. He may signify family intelligence.",
- "meaning_rev": "Anecdotes, announcements, evil news. Also indecision and the instability which accompanies it.",
- "desc": "In a scene similar to the former, a young man stands in the act of proclamation. He is unknown but faithful, and his tidings are strange.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/6/6a/Wands11.jpg"
- },
- {
- "name": "Knight of Wands",
- "name_short": "wakn",
- "value": 12,
- "suit": "wands",
- "type": "minor",
- "meaning_up": "Departure, absence, flight, emigration. A dark young man, friendly. Change of residence.",
- "meaning_rev": "Rupture, division, interruption, discord.",
- "desc": "He is shewn as if upon a journey, armed with a short wand, and although mailed is not on a warlike errand. He is passing mounds or pyramids. The motion of the horse is a key to the character of its rider, and suggests the precipitate mood, or things connected therewith.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/1/16/Wands12.jpg"
- },
- {
- "name": "Queen of Wands",
- "name_short": "waqu",
- "value": 13,
- "suit": "wands",
- "type": "minor",
- "meaning_up": "A dark woman, countrywoman, friendly, chaste, loving, honourable. If the card beside her signifies a man, she is well disposed towards him; if a woman, she is interested in the Querent. Also, love of money, or a certain success in business.",
- "meaning_rev": "Good, economical, obliging, serviceable. Signifies also--but in certain positions and in the neighbourhood of other cards tending in such directions--opposition, jealousy, even deceit and infidelity.",
- "desc": "The Wands throughout this suit are always in leaf, as it is a suit of life and animation. Emotionally and otherwise, the Queen's personality corresponds to that of the King, but is more magnetic.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/0/0d/Wands13.jpg"
- },
- {
- "name": "King of Wands",
- "name_short": "waki",
- "value": 14,
- "suit": "wands",
- "type": "minor",
- "meaning_up": "Dark man, friendly, countryman, generally married, honest and conscientious. The card always signifies honesty, and may mean news concerning an unexpected heritage to fall in before very long.",
- "meaning_rev": "Good, but severe; austere, yet tolerant.",
- "desc": "The physical and emotional nature to which this card is attributed is dark, ardent, lithe, animated, impassioned, noble. The King uplifts a flowering wand, and wears, like his three correspondences in the remaining suits, what is called a cap of maintenance beneath his crown. He connects with the symbol of the lion, which is emblazoned on the back of his throne.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/c/ce/Wands14.jpg"
- },
- {
- "name": "Ace of Wands",
- "name_short": "waac",
- "value": 1,
- "suit": "wands",
- "type": "minor",
- "meaning_up": "Creation, invention, enterprise, the powers which result in these; principle, beginning, source; birth, family, origin, and in a sense the virility which is behind them; the starting point of enterprises; according to another account, money, fortune, inheritance.",
- "meaning_rev": "Fall, decadence, ruin, perdition, to perish also a certain clouded joy.",
- "desc": "A hand issuing from a cloud grasps a stout wand or club.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/1/11/Wands01.jpg"
- },
- {
- "name": "Two of Wands",
- "name_short": "wa02",
- "value": 2,
- "suit": "wands",
- "type": "minor",
- "meaning_up": "Between the alternative readings there is no marriage possible; on the one hand, riches, fortune, magnificence; on the other, physical suffering, disease, chagrin, sadness, mortification. The design gives one suggestion; here is a lord overlooking his dominion and alternately contemplating a globe; it looks like the malady, the mortification, the sadness of Alexander amidst the grandeur of this world's wealth.",
- "meaning_rev": "Surprise, wonder, enchantment, emotion, trouble, fear.",
- "desc": "A tall man looks from a battlemented roof over sea and shore; he holds a globe in his right hand, while a staff in his left rests on the battlement; another is fixed in a ring. The Rose and Cross and Lily should be noticed on the left side.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/0/0f/Wands02.jpg"
- },
- {
- "name": "Three of Wands",
- "name_short": "wa03",
- "value": 3,
- "suit": "wands",
- "type": "minor",
- "meaning_up": "He symbolizes established strength, enterprise, effort, trade, commerce, discovery; those are his ships, bearing his merchandise, which are sailing over the sea. The card also signifies able co-operation in business, as if the successful merchant prince were looking from his side towards yours with a view to help you.",
- "meaning_rev": "The end of troubles, suspension or cessation of adversity, toil and disappointment.",
- "desc": "A calm, stately personage, with his back turned, looking from a cliff's edge at ships passing over the sea. Three staves are planted in the ground, and he leans slightly on one of them.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/f/ff/Wands03.jpg"
- },
- {
- "name": "Four of Wands",
- "name_short": "wa04",
- "value": 4,
- "suit": "wands",
- "type": "minor",
- "meaning_up": "They are for once almost on the surface--country life, haven of refuge, a species of domestic harvest-home, repose, concord, harmony, prosperity, peace, and the perfected work of these.",
- "meaning_rev": "The meaning remains unaltered; it is prosperity, increase, felicity, beauty, embellishment.",
- "desc": "From the four great staves planted in the foreground there is a great garland suspended; two female figures uplift nosegays; at their side is a bridge over a moat, leading to an old manorial house.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/a/a4/Wands04.jpg"
- },
- {
- "name": "Five of Wands",
- "name_short": "wa05",
- "value": 5,
- "suit": "wands",
- "type": "minor",
- "meaning_up": "Imitation, as, for example, sham fight, but also the strenuous competition and struggle of the search after riches and fortune. In this sense it connects with the battle of life. Hence some attributions say that it is a card of gold, gain, opulence.",
- "meaning_rev": "Litigation, disputes, trickery, contradiction.",
- "desc": "A posse of youths, who are brandishing staves, as if in sport or strife. It is mimic warfare, and hereto correspond the",
- "img": "https://upload.wikimedia.org/wikipedia/commons/9/9d/Wands05.jpg"
- },
- {
- "name": "Six of Wands",
- "name_short": "wa06",
- "value": 6,
- "suit": "wands",
- "type": "minor",
- "meaning_up": "The card has been so designed that it can cover several significations; on the surface, it is a victor triumphing, but it is also great news, such as might be carried in state by the King's courier; it is expectation crowned with its own desire, the crown of hope, and so forth.",
- "meaning_rev": "Apprehension, fear, as of a victorious enemy at the gate; treachery, disloyalty, as of gates being opened to the enemy; also indefinite delay.",
- "desc": "A laurelled horseman bears one staff adorned with a laurel crown; footmen with staves are at his side.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/3/3b/Wands06.jpg"
- },
- {
- "name": "Seven of Wands",
- "name_short": "wa07",
- "value": 7,
- "suit": "wands",
- "type": "minor",
- "meaning_up": "It is a card of valour, for, on the surface, six are attacking one, who has, however, the vantage position. On the intellectual plane, it signifies discussion, wordy strife; in business--negotiations, war of trade, barter, competition. It is further a card of success, for the combatant is on the top and his enemies may be unable to reach him.",
- "meaning_rev": "Perplexity, embarrassments, anxiety. It is also a caution against indecision.",
- "desc": "A young man on a craggy eminence brandishing a staff; six other staves are raised towards him from below.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/e/e4/Wands07.jpg"
- },
- {
- "name": "Eight of Wands",
- "name_short": "wa08",
- "value": 8,
- "suit": "wands",
- "type": "minor",
- "meaning_up": "Activity in undertakings, the path of such activity, swiftness, as that of an express messenger; great haste, great hope, speed towards an end which promises assured felicity; generally, that which is on the move; also the arrows of love.",
- "meaning_rev": "Arrows of jealousy, internal dispute, stingings of conscience, quarrels; and domestic disputes for persons who are married.",
- "desc": "The card represents motion through the immovable-a flight of wands through an open country; but they draw to the term of their course. That which they signify is at hand; it may be even on the threshold.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/6/6b/Wands08.jpg"
- },
- {
- "name": "Nine of Wands",
- "name_short": "wa09",
- "value": 9,
- "suit": "wands",
- "type": "minor",
- "meaning_up": "The card signifies strength in opposition. If attacked, the person will meet an onslaught boldly; and his build shews, that he may prove a formidable antagonist. With this main significance there are all its possible adjuncts--delay, suspension, adjournment.",
- "meaning_rev": "Obstacles, adversity, calamity.",
- "desc": "The figure leans upon his staff and has an expectant look, as if awaiting an enemy. Behind are eight other staves--erect, in orderly disposition, like a palisade.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/4/4d/Tarot_Nine_of_Wands.jpg"
- },
- {
- "name": "Ten of Wands",
- "name_short": "wa10",
- "value": 10,
- "suit": "wands",
- "type": "minor",
- "meaning_up": "A card of many significances, and some of the readings cannot be harmonized. I set aside that which connects it with honour and good faith. The chief meaning is oppression simply, but it is also fortune, gain, any kind of success, and then it is the oppression of these things. It is also a card of false-seeming, disguise, perfidy. The place which the figure is approaching may suffer from the rods that he carries. Success is stultified if the Nine of Swords follows, and if it is a question of a lawsuit, there will be certain loss.",
- "meaning_rev": "Contrarieties, difficulties, intrigues, and their analogies.",
- "desc": "A man oppressed by the weight of the ten staves which he is carrying.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/0/0b/Wands10.jpg"
- },
- {
- "name": "Page of Cups",
- "name_short": "cupa",
- "value": 11,
- "suit": "cups",
- "type": "minor",
- "meaning_up": "Fair young man, one impelled to render service and with whom the Querent will be connected; a studious youth; news, message; application, reflection, meditation; also these things directed to business.",
- "meaning_rev": "Taste, inclination, attachment, seduction, deception, artifice.",
- "desc": "A fair, pleasing, somewhat effeminate page, of studious and intent aspect, contemplates a fish rising from a cup to look at him. It is the pictures of the mind taking form.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/a/ad/Cups11.jpg"
- },
- {
- "name": "Knight of Cups",
- "name_short": "cukn",
- "value": 12,
- "suit": "cups",
- "type": "minor",
- "meaning_up": "Arrival, approach--sometimes that of a messenger; advances, proposition, demeanour, invitation, incitement.",
- "meaning_rev": "Trickery, artifice, subtlety, swindling, duplicity, fraud.",
- "desc": "Graceful, but not warlike; riding quietly, wearing a winged helmet, referring to those higher graces of the imagination which sometimes characterize this card. He too is a dreamer, but the images of the side of sense haunt him in his vision.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/f/fa/Cups12.jpg"
- },
- {
- "name": "Queen of Cups",
- "name_short": "cuqu",
- "value": 13,
- "suit": "cups",
- "type": "minor",
- "meaning_up": "Good, fair woman; honest, devoted woman, who will do service to the Querent; loving intelligence, and hence the gift of vision; success, happiness, pleasure; also wisdom, virtue; a perfect spouse and a good mother.",
- "meaning_rev": "The accounts vary; good woman; otherwise, distinguished woman but one not to be trusted; perverse woman; vice, dishonour, depravity.",
- "desc": "Beautiful, fair, dreamy--as one who sees visions in a cup. This is, however, only one of her aspects; she sees, but she also acts, and her activity feeds her dream.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/6/62/Cups13.jpg"
- },
- {
- "name": "King of Cups",
- "name_short": "cuki",
- "value": 14,
- "suit": "cups",
- "type": "minor",
- "meaning_up": "Fair man, man of business, law, or divinity; responsible, disposed to oblige the Querent; also equity, art and science, including those who profess science, law and art; creative intelligence.",
- "meaning_rev": "Dishonest, double-dealing man; roguery, exaction, injustice, vice, scandal, pillage, considerable loss.",
- "desc": "He holds a short sceptre in his left hand and a great cup in his right; his throne is set upon the sea; on one side a ship is riding and on the other a dolphin is leaping. The implicit is that the Sign of the Cup naturally refers to water, which appears in all the court cards.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/0/04/Cups14.jpg"
- },
- {
- "name": "Ace of Cups",
- "name_short": "cuac",
- "value": 1,
- "suit": "cups",
- "type": "minor",
- "meaning_up": "House of the true heart, joy, content, abode, nourishment, abundance, fertility; Holy Table, felicity hereof.",
- "meaning_rev": "House of the false heart, mutation, instability, revolution.",
- "desc": "The waters are beneath, and thereon are water-lilies; the hand issues from the cloud, holding in its palm the cup, from which four streams are pouring; a dove, bearing in its bill a cross-marked Host, descends to place the Wafer in the Cup; the dew of water is falling on all sides. It is an intimation of that which may lie behind the Lesser Arcana.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/3/36/Cups01.jpg"
- },
- {
- "name": "Two of Cups",
- "name_short": "cu02",
- "value": 2,
- "suit": "cups",
- "type": "minor",
- "meaning_up": "Love, passion, friendship, affinity, union, concord, sympathy, the interrelation of the sexes, and--as a suggestion apart from all offices of divination--that desire which is not in Nature, but by which Nature is sanctified.",
- "meaning_rev": "Lust, cupidity, jealousy, wish, desire, but the card may also give, says W., \"that desire which is not in nature, but by which nature is sanctified.\"",
- "desc": "A youth and maiden are pledging one another, and above their cups rises the Caduceus of Hermes, between the great wings of which there appears a lion's head. It is a variant of a sign which is found in a few old examples of this card. Some curious emblematical meanings are attached to it, but they do not concern us in this place.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/f/f8/Cups02.jpg"
- },
- {
- "name": "Three of Cups",
- "name_short": "cu03",
- "value": 3,
- "suit": "cups",
- "type": "minor",
- "meaning_up": "The conclusion of any matter in plenty, perfection and merriment; happy issue, victory, fulfilment, solace, healing,",
- "meaning_rev": "Expedition, dispatch, achievement, end. It signifies also the side of excess in physical enjoyment, and the pleasures of the senses.",
- "desc": "Maidens in a garden-ground with cups uplifted, as if pledging one another.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/7/7a/Cups03.jpg"
- },
- {
- "name": "Four of Cups",
- "name_short": "cu04",
- "value": 4,
- "suit": "cups",
- "type": "minor",
- "meaning_up": "Weariness, disgust, aversion, imaginary vexations, as if the wine of this world had caused satiety only; another wine, as if a fairy gift, is now offered the wastrel, but he sees no consolation therein. This is also a card of blended pleasure.",
- "meaning_rev": "Novelty, presage, new instruction, new relations.",
- "desc": "A young man is seated under a tree and contemplates three cups set on the grass before him; an arm issuing from a cloud offers him another cup. His expression notwithstanding is one of discontent with his environment.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/3/35/Cups04.jpg"
- },
- {
- "name": "Five of Cups",
- "name_short": "cu05",
- "value": 5,
- "suit": "cups",
- "type": "minor",
- "meaning_up": "A dark, cloaked figure, looking sideways at three prone cups two others stand upright behind him; a bridge is in the background, leading to a small keep or holding. Divanatory Meanings: It is a card of loss, but something remains over; three have been taken, but two are left; it is a card of inheritance, patrimony, transmission, but not corresponding to expectations; with some interpreters it is a card of marriage, but not without bitterness or frustration.",
- "meaning_rev": "News, alliances, affinity, consanguinity, ancestry, return, false projects.",
- "desc": "A dark, cloaked figure, looking sideways at three prone cups two others stand upright behind him; a bridge is in the background, leading to a small keep or holding. Divanatory Meanings: It is a card of loss, but something remains over; three have been taken, but two are left; it is a card of inheritance, patrimony, transmission, but not corresponding to expectations; with some interpreters it is a card of marriage, but not without bitterness or frustration. Reversed: News, alliances, affinity, consanguinity, ancestry, return, false projects",
- "img": "https://upload.wikimedia.org/wikipedia/commons/d/d7/Cups05.jpg"
- },
- {
- "name": "Six of Cups",
- "name_short": "cu06",
- "value": 6,
- "suit": "cups",
- "type": "minor",
- "meaning_up": "A card of the past and of memories, looking back, as--for example--on childhood; happiness, enjoyment, but coming rather from the past; things that have vanished. Another reading reverses this, giving new relations, new knowledge, new environment, and then the children are disporting in an unfamiliar precinct.",
- "meaning_rev": "The future, renewal, that which will come to pass presently.",
- "desc": "Children in an old garden, their cups filled with flowers.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/1/17/Cups06.jpg"
- },
- {
- "name": "Seven of Cups",
- "name_short": "cu07",
- "value": 7,
- "suit": "cups",
- "type": "minor",
- "meaning_up": "Fairy favours, images of reflection, sentiment, imagination, things seen in the glass of contemplation; some attainment in these degrees, but nothing permanent or substantial is suggested.",
- "meaning_rev": "Desire, will, determination, project.",
- "desc": "Strange chalices of vision, but the images are more especially those of the fantastic spirit.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/a/ae/Cups07.jpg"
- },
- {
- "name": "Eight of Cups",
- "name_short": "cu08",
- "value": 8,
- "suit": "cups",
- "type": "minor",
- "meaning_up": "The card speaks for itself on the surface, but other readings are entirely antithetical--giving joy, mildness, timidity, honour, modesty. In practice, it is usually found that the card shews the decline of a matter, or that a matter which has been thought to be important is really of slight consequence--either for good or evil.",
- "meaning_rev": "Great joy, happiness, feasting.",
- "desc": "A man of dejected aspect is deserting the cups of his felicity, enterprise, undertaking or previous concern.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/6/60/Cups08.jpg"
- },
- {
- "name": "Nine of Cups",
- "name_short": "cu09",
- "value": 9,
- "suit": "cups",
- "type": "minor",
- "meaning_up": "Concord, contentment, physical bien-être; also victory, success, advantage; satisfaction for the Querent or person for whom the consultation is made.",
- "meaning_rev": "Truth, loyalty, liberty; but the readings vary and include mistakes, imperfections, etc.",
- "desc": "A goodly personage has feasted to his heart's content, and abundant refreshment of wine is on the arched counter behind him, seeming to indicate that the future is also assured. The picture offers the material side only, but there are other aspects.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/2/24/Cups09.jpg"
- },
- {
- "name": "Ten of Cups",
- "name_short": "cu10",
- "value": 10,
- "suit": "cups",
- "type": "minor",
- "meaning_up": "Contentment, repose of the entire heart; the perfection of that state; also perfection of human love and friendship; if with several picture-cards, a person who is taking charge of the Querent's interests; also the town, village or country inhabited by the Querent.",
- "meaning_rev": "Repose of the false heart, indignation, violence.",
- "desc": "Appearance of Cups in a rainbow; it is contemplated in wonder and ecstacy by a man and woman below, evidently husband and wife. His right arm is about her; his left is raised upward; she raises her right arm. The two children dancing near them have not observed the prodigy but are happy after their own manner. There is a home-scene beyond.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/8/84/Cups10.jpg"
- },
- {
- "name": "Page of Pentacles",
- "name_short": "pepa",
- "value": 11,
- "suit": "pentacles",
- "type": "minor",
- "meaning_up": "Application, study, scholarship, reflection another reading says news, messages and the bringer thereof; also rule, management.",
- "meaning_rev": "Prodigality, dissipation, liberality, luxury; unfavourable news.",
- "desc": "A youthful figure, looking intently at the pentacle which hovers over his raised hands. He moves slowly, insensible of that which is about him.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/e/ec/Pents11.jpg"
- },
- {
- "name": "Knight of Pentacles",
- "name_short": "pekn",
- "value": 12,
- "suit": "pentacles",
- "type": "minor",
- "meaning_up": "Utility, serviceableness, interest, responsibility, rectitude-all on the normal and external plane.",
- "meaning_rev": "inertia, idleness, repose of that kind, stagnation; also placidity, discouragement, carelessness.",
- "desc": "He rides a slow, enduring, heavy horse, to which his own aspect corresponds. He exhibits his symbol, but does not look therein.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/d/d5/Pents12.jpg"
- },
- {
- "name": "Queen of Pentacles",
- "name_short": "pequ",
- "value": 13,
- "suit": "pentacles",
- "type": "minor",
- "meaning_up": "Opulence, generosity, magnificence, security, liberty.",
- "meaning_rev": "Evil, suspicion, suspense, fear, mistrust.",
- "desc": "The face suggests that of a dark woman, whose qualities might be summed up in the idea of greatness of soul; she has also the serious cast of intelligence; she contemplates her symbol and may see worlds therein.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/8/88/Pents13.jpg"
- },
- {
- "name": "King of Pentacles",
- "name_short": "peki",
- "value": 14,
- "suit": "pentacles",
- "type": "minor",
- "meaning_up": "Valour, realizing intelligence, business and normal intellectual aptitude, sometimes mathematical gifts and attainments of this kind; success in these paths.",
- "meaning_rev": "Vice, weakness, ugliness, perversity, corruption, peril.",
- "desc": "The figure calls for no special description the face is rather dark, suggesting also courage, but somewhat lethargic in tendency. The bull's head should be noted as a recurrent symbol on the throne. The sign of this suit is represented throughout as engraved or blazoned with the pentagram, typifying the correspondence of the four elements in human nature and that by which they may be governed. In many old Tarot packs this suit stood for current coin, money, deniers. I have not invented the substitution of pentacles and I have no special cause to sustain in respect of the alternative. But the consensus of divinatory meanings is on the side of some change, because the cards do not happen to deal especially with questions of money.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/1/1c/Pents14.jpg"
- },
- {
- "name": "Ace of Pentacles",
- "name_short": "peac",
- "value": 1,
- "suit": "pentacles",
- "type": "minor",
- "meaning_up": "Perfect contentment, felicity, ecstasy; also speedy intelligence; gold.",
- "meaning_rev": "The evil side of wealth, bad intelligence; also great riches. In any case it shews prosperity, comfortable material conditions, but whether these are of advantage to the possessor will depend on whether the card is reversed or not.",
- "desc": "A hand--issuing, as usual, from a cloud--holds up a pentacle.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/f/fd/Pents01.jpg"
- },
- {
- "name": "Two of Pentacles",
- "name_short": "pe02",
- "value": 2,
- "suit": "pentacles",
- "type": "minor",
- "meaning_up": "On the one hand it is represented as a card of gaiety, recreation and its connexions, which is the subject of the design; but it is read also as news and messages in writing, as obstacles, agitation, trouble, embroilment.",
- "meaning_rev": "Enforced gaiety, simulated enjoyment, literal sense, handwriting, composition, letters of exchange.",
- "desc": "A young man, in the act of dancing, has a pentacle in either hand, and they are joined by that endless cord which is like the number 8 reversed.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/9/9f/Pents02.jpg"
- },
- {
- "name": "Three of Pentacles",
- "name_short": "pe03",
- "value": 3,
- "suit": "pentacles",
- "type": "minor",
- "meaning_up": "Métier, trade, skilled labour; usually, however, regarded as a card of nobility, aristocracy, renown, glory.",
- "meaning_rev": "Mediocrity, in work and otherwise, puerility, pettiness, weakness.",
- "desc": "A sculptor at his work in a monastery. Compare the design which illustrates the Eight of Pentacles. The apprentice or amateur therein has received his reward and is now at work in earnest.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/4/42/Pents03.jpg"
- },
- {
- "name": "Four of Pentacles",
- "name_short": "pe04",
- "value": 4,
- "suit": "pentacles",
- "type": "minor",
- "meaning_up": "The surety of possessions, cleaving to that which one has, gift, legacy, inheritance.",
- "meaning_rev": "Suspense, delay, opposition.",
- "desc": "A crowned figure, having a pentacle over his crown, clasps another with hands and arms; two pentacles are under his feet. He holds to that which he has.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/3/35/Pents04.jpg"
- },
- {
- "name": "Five of Pentacles",
- "name_short": "pe05",
- "value": 5,
- "suit": "pentacles",
- "type": "minor",
- "meaning_up": "The card foretells material trouble above all, whether in the form illustrated--that is, destitution--or otherwise. For some cartomancists, it is a card of love and lovers-wife, husband, friend, mistress; also concordance, affinities. These alternatives cannot be harmonized.",
- "meaning_rev": "Disorder, chaos, ruin, discord, profligacy.",
- "desc": "Two mendicants in a snow-storm pass a lighted casement.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/9/96/Pents05.jpg"
- },
- {
- "name": "Six of Pentacles",
- "name_short": "pe06",
- "value": 6,
- "suit": "pentacles",
- "type": "minor",
- "meaning_up": "Presents, gifts, gratification another account says attention, vigilance now is the accepted time, present prosperity, etc.",
- "meaning_rev": "Desire, cupidity, envy, jealousy, illusion.",
- "desc": "A person in the guise of a merchant weighs money in a pair of scales and distributes it to the needy and distressed. It is a testimony to his own success in life, as well as to his goodness of heart.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/a/a6/Pents06.jpg"
- },
- {
- "name": "Seven of Pentacles",
- "name_short": "pe07",
- "value": 7,
- "suit": "pentacles",
- "type": "minor",
- "meaning_up": "These are exceedingly contradictory; in the main, it is a card of money, business, barter; but one reading gives altercation, quarrels--and another innocence, ingenuity, purgation.",
- "meaning_rev": "Cause for anxiety regarding money which it may be proposed to lend.",
- "desc": "A young man, leaning on his staff, looks intently at seven pentacles attached to a clump of greenery on his right; one would say that these were his treasures and that his heart was there.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/6/6a/Pents07.jpg"
- },
- {
- "name": "Eight of Pentacles",
- "name_short": "pe08",
- "value": 8,
- "suit": "pentacles",
- "type": "minor",
- "meaning_up": "Work, employment, commission, craftsmanship, skill in craft and business, perhaps in the preparatory stage.",
- "meaning_rev": "Voided ambition, vanity, cupidity, exaction, usury. It may also signify the possession of skill, in the sense of the ingenious mind turned to cunning and intrigue.",
- "desc": "An artist in stone at his work, which he exhibits in the form of trophies.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/4/49/Pents08.jpg"
- },
- {
- "name": "Nine of Pentacles",
- "name_short": "pe09",
- "value": 9,
- "suit": "pentacles",
- "type": "minor",
- "meaning_up": "Prudence, safety, success, accomplishment, certitude, discernment.",
- "meaning_rev": "Roguery, deception, voided project, bad faith.",
- "desc": "A woman, with a bird upon her wrist, stands amidst a great abundance of grapevines in the garden of a manorial house. It is a wide domain, suggesting plenty in all things. Possibly it is her own possession and testifies to material well-being.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/f/f0/Pents09.jpg"
- },
- {
- "name": "Ten of Pentacles",
- "name_short": "pe10",
- "value": 10,
- "suit": "pentacles",
- "type": "minor",
- "meaning_up": "Gain, riches; family matters, archives, extraction, the abode of a family.",
- "meaning_rev": "Chance, fatality, loss, robbery, games of hazard; sometimes gift, dowry, pension.",
- "desc": "A man and woman beneath an archway which gives entrance to a house and domain. They are accompanied by a child, who looks curiously at two dogs accosting an ancient personage seated in the foreground. The child's hand is on one of them.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/4/42/Pents10.jpg"
- },
- {
- "name": "Page of Swords",
- "name_short": "swpa",
- "value": 11,
- "suit": "swords",
- "type": "minor",
- "meaning_up": "Authority, overseeing, secret service, vigilance, spying, examination, and the qualities thereto belonging.",
- "meaning_rev": "More evil side of these qualities; what is unforeseen, unprepared state; sickness is also intimated.",
- "desc": "A lithe, active figure holds a sword upright in both hands, while in the act of swift walking. He is passing over rugged land, and about his way the clouds are collocated wildly. He is alert and lithe, looking this way and that, as if an expected enemy might appear at any moment.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/4/4c/Swords11.jpg"
- },
- {
- "name": "Knight of Swords",
- "name_short": "swkn",
- "value": 12,
- "suit": "swords",
- "type": "minor",
- "meaning_up": "Skill, bravery, capacity, defence, address, enmity, wrath, war, destruction, opposition, resistance, ruin. There is therefore a sense in which the card signifies death, but it carries this meaning only in its proximity to other cards of fatality.",
- "meaning_rev": "Imprudence, incapacity, extravagance.",
- "desc": "He is riding in full course, as if scattering his enemies. In the design he is really a prototypical hero of romantic chivalry. He might almost be Galahad, whose sword is swift and sure because he is clean of heart.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/b/b0/Swords12.jpg"
- },
- {
- "name": "Queen of Swords",
- "name_short": "swqu",
- "value": 13,
- "suit": "swords",
- "type": "minor",
- "meaning_up": "Widowhood, female sadness and embarrassment, absence, sterility, mourning, privation, separation.",
- "meaning_rev": "Malice, bigotry, artifice, prudery, bale, deceit.",
- "desc": "Her right hand raises the weapon vertically and the hilt rests on an arm of her royal chair the left hand is extended, the arm raised her countenance is severe but chastened; it suggests familiarity with sorrow. It does not represent mercy, and, her sword notwithstanding, she is scarcely a symbol of power.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/d/d4/Swords13.jpg"
- },
- {
- "name": "King of Swords",
- "name_short": "swki",
- "value": 14,
- "suit": "swords",
- "type": "minor",
- "meaning_up": "Whatsoever arises out of the idea of judgment and all its connexions-power, command, authority, militant intelligence, law, offices of the crown, and so forth.",
- "meaning_rev": "Cruelty, perversity, barbarity, perfidy, evil intention.",
- "desc": "He sits in judgment, holding the unsheathed sign of his suit. He recalls, of course, the conventional Symbol of justice in the Trumps Major, and he may represent this virtue, but he is rather the power of life and death, in virtue of his office.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/3/33/Swords14.jpg"
- },
- {
- "name": "Ace of Swords",
- "name_short": "swac",
- "value": 1,
- "suit": "swords",
- "type": "minor",
- "meaning_up": "Triumph, the excessive degree in everything, conquest, triumph of force. It is a card of great force, in love as well as in hatred. The crown may carry a much higher significance than comes usually within the sphere of fortune-telling.",
- "meaning_rev": "The same, but the results are disastrous; another account says--conception, childbirth, augmentation, multiplicity.",
- "desc": "A hand issues from a cloud, grasping as word, the point of which is encircled by a crown.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/1/1a/Swords01.jpg"
- },
- {
- "name": "Two of Swords",
- "name_short": "sw02",
- "value": 2,
- "suit": "swords",
- "type": "minor",
- "meaning_up": "Conformity and the equipoise which it suggests, courage, friendship, concord in a state of arms; another reading gives tenderness, affection, intimacy. The suggestion of harmony and other favourable readings must be considered in a qualified manner, as Swords generally are not symbolical of beneficent forces in human affairs.",
- "meaning_rev": "Imposture, falsehood, duplicity, disloyalty.",
- "desc": "A hoodwinked female figure balances two swords upon her shoulders.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/9/9e/Swords02.jpg"
- },
- {
- "name": "Three of Swords",
- "name_short": "sw03",
- "value": 3,
- "suit": "swords",
- "type": "minor",
- "meaning_up": "Removal, absence, delay, division, rupture, dispersion, and all that the design signifies naturally, being too simple and obvious to call for specific enumeration.",
- "meaning_rev": "Mental alienation, error, loss, distraction, disorder, confusion.",
- "desc": "Three swords piercing a heart; cloud and rain behind.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/0/02/Swords03.jpg"
- },
- {
- "name": "Four of Swords",
- "name_short": "sw04",
- "value": 4,
- "suit": "swords",
- "type": "minor",
- "meaning_up": "Vigilance, retreat, solitude, hermit's repose, exile, tomb and coffin. It is these last that have suggested the design.",
- "meaning_rev": "Wise administration, circumspection, economy, avarice, precaution, testament.",
- "desc": "The effigy of a knight in the attitude of prayer, at full length upon his tomb.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/b/bf/Swords04.jpg"
- },
- {
- "name": "Five of Swords",
- "name_short": "sw05",
- "value": 5,
- "suit": "swords",
- "type": "minor",
- "meaning_up": "Degradation, destruction, revocation, infamy, dishonour, loss, with the variants and analogues of these.",
- "meaning_rev": "The same; burial and obsequies.",
- "desc": "A disdainful man looks after two retreating and dejected figures. Their swords lie upon the ground. He carries two others on his left shoulder, and a third sword is in his right hand, point to earth. He is the master in possession of the field.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/2/23/Swords05.jpg"
- },
- {
- "name": "Six of Swords",
- "name_short": "sw06",
- "value": 6,
- "suit": "swords",
- "type": "minor",
- "meaning_up": "Journey by water, route, way, envoy, commissionary, expedient.",
- "meaning_rev": "Declaration, confession, publicity; one account says that it is a proposal of love.",
- "desc": "A ferryman carrying passengers in his punt to the further shore. The course is smooth, and seeing that the freight is light, it may be noted that the work is not beyond his strength.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/2/29/Swords06.jpg"
- },
- {
- "name": "Seven of Swords",
- "name_short": "sw07",
- "value": 7,
- "suit": "swords",
- "type": "minor",
- "meaning_up": "Design, attempt, wish, hope, confidence; also quarrelling, a plan that may fail, annoyance. The design is uncertain in its import, because the significations are widely at variance with each other.",
- "meaning_rev": "Good advice, counsel, instruction, slander, babbling.",
- "desc": "A man in the act of carrying away five swords rapidly; the two others of the card remain stuck in the ground. A camp is close at hand.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/3/34/Swords07.jpg"
- },
- {
- "name": "Eight of Swords",
- "name_short": "sw08",
- "value": 8,
- "suit": "swords",
- "type": "minor",
- "meaning_up": "Bad news, violent chagrin, crisis, censure, power in trammels, conflict, calumny; also sickness.",
- "meaning_rev": "Disquiet, difficulty, opposition, accident, treachery; what is unforeseen; fatality.",
- "desc": "A woman, bound and hoodwinked, with the swords of the card about her. Yet it is rather a card of temporary durance than of irretrievable bondage.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/a/a7/Swords08.jpg"
- },
- {
- "name": "Nine of Swords",
- "name_short": "sw09",
- "value": 9,
- "suit": "swords",
- "type": "minor",
- "meaning_up": "Death, failure, miscarriage, delay, deception, disappointment, despair.",
- "meaning_rev": "Imprisonment, suspicion, doubt, reasonable fear, shame.",
- "desc": "One seated on her couch in lamentation, with the swords over her. She is as one who knows no sorrow which is like unto hers. It is a card of utter desolation.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/2/2f/Swords09.jpg"
- },
- {
- "name": "Ten of Swords",
- "name_short": "sw10",
- "value": 10,
- "suit": "swords",
- "type": "minor",
- "meaning_up": "Whatsoever is intimated by the design; also pain, affliction, tears, sadness, desolation. It is not especially a card of violent death.",
- "meaning_rev": "Advantage, profit, success, favour, but none of these are permanent; also power and authority.",
- "desc": "A prostrate figure, pierced by all the swords belonging to the card.",
- "img": "https://upload.wikimedia.org/wikipedia/commons/d/d4/Swords10.jpg"
- }
- ]
-}
\ No newline at end of file
diff --git a/src/index.html b/src/index.html
index 5aef81f0..8bd22780 100644
--- a/src/index.html
+++ b/src/index.html
@@ -1,12 +1,88 @@
-
+ "${item.motto}"
` + }) + + words.forEach(item => { + resultComment.innerHTML=`${item.history}
` + }) +}) + +//Cambio del color del background + +function changeColor(valueSelector) { +// const selectedHouse2 = familySelection.value; + let mainColor =""; + + if (valueSelector === "Baelish" || valueSelector === "Baratheon" || valueSelector === "Clegane"){ + mainColor = " #CCAD2A"; + } + else if (valueSelector === "Lannister"||valueSelector=== "Bolton"|| valueSelector === "Targaryen"){ + mainColor= "#BD2E31"; + } + else if (valueSelector === "Stark"||valueSelector === "Greyjoy"|| valueSelector === "Seaworth"){ + mainColor= "#828282"; + } + else if (valueSelector === "Tarly"||valueSelector === "Tyrell"|| valueSelector=== "Mormont"){ + mainColor= "#008F39"; + } + else if (valueSelector === "Tarth"){ + mainColor="#3B83BD"; + } + else if (valueSelector === "Martell"){ + mainColor= "#ED7700"; + } + document.querySelector('main').style.backgroundColor = mainColor + +} + + +function removeChildNodes(parent) { // proporcionaste es un fragmento de código en JavaScript que se utiliza para eliminar todos los nodos hijos de un elemento HTML específico. + while (parent.firstChild) { + parent.removeChild(parent.firstChild) + } +} +fetchGots(data); diff --git a/src/style.css b/src/style.css index e69de29b..65afae96 100644 --- a/src/style.css +++ b/src/style.css @@ -0,0 +1,256 @@ +/*Header*/ + +* { + margin: 0px; + padding: 0px; + font-family: 'Courgette', cursive; +} + +header{ + + width: 100%; + height: 300px; + background: white; + justify-content: center; + align-items: center; + background-size: cover; + display: flex; + +} + +.banner { + width: 30%; + padding: 0rem; + margin: 0rem; +} + +p { + text-align: center; +} + +/*Navegador*/ + +nav { + background-color: black; + padding-top:1rem; + padding-bottom: 1rem; + padding-right: 12rem ; +} + +#navigator ul { + display: flex; + list-style: none; + padding: 0; + margin: 0; + justify-content: right; +} + +#navigator li { + display: flex; + align-items: center; + margin-right: 10px; +} + +/*MAIN*/ + +main { + width: 100%; + background-color: rgb(236, 176, 133); + background-image: url(data/imagenes/westeros.jpg); + background-size: cover; + background-blend-mode: soft-light; +} + +#phrase { + padding-top: 1rem; + padding-bottom: 2rem; +} + +h1 { + text-align: center; + margin-top: 0rem; + padding-top: 2rem; + padding-bottom: 1rem; + margin-bottom: 0rem; +} + +h3 { + margin-top: 0rem; + padding-top: 0rem; + text-align: right; + margin-right: 10%; +} + +#characters { + display: flex; + flex-wrap: wrap; + } + + #pages { + padding: 1rem; + text-align: center; + } + + .card { + + display: flex; + padding: 20px; + border: #111010; + flex-flow: row wrap; + justify-content: center; + align-content: center; + max-width: 50%; + margin-left: 23%; + + } + .flip-card { + background-color: transparent; + width: 250px; + height: 200px; + border: 2px solid #f1f1f1; + /*perspective: 1000px; /* Remove this if you don't want the 3D effect */ + } + + /* This container is needed to position the front and back side */ + .flip-card-inner { + position: relative; + width: 100%; + height: 100%; + text-align: center; + transition: transform 0.8s; + transform-style: preserve-3d; + } + + /* Do an horizontal flip when you move the mouse over the flip box container */ + .flip-card:hover .flip-card-inner { + transform: rotateY(180deg); + } + + /* Position the front and back side */ + .flip-card-front, .flip-card-back { + position: absolute; + width: 100%; + height: 100%; + -webkit-backface-visibility: hidden; /* Safari */ + backface-visibility: hidden; + } + + /* Style the front side (fallback if image is missing) */ + .flip-card-front { + background-color: #201e1e; + text-align: center; + +} + + /* Style the back side */ + .flip-card-back { + background-color: rgb(33, 33, 34); + color: white; + transform: rotateY(180deg); + } + + figure { + border: thin #111010 solid; + display: flex; + flex-flow: column; + padding: 5px; + max-width: 220px; + margin: 10px; + } + + .imagen { + width: 220px; + height: 150px; + object-fit: fill ; + } + + figcaption { + background-color: #222; + color: #fff; + font: italic smaller sans-serif; + padding: 3px; + text-align: center; + } + +h2 { + text-align: center; +} + +.previous { + background-color: #f1f1f1; + color: black; +} + +.next { + background-color: #f1f1f1; + color: black; +} + +#counter { + padding: 1rem; + text-align: center; +} + +/*HIDDEN SECTION*/ + +aside { + background-color: black; + color: rgb(253, 254, 254); + max-height: 200px; + min-height: 200px; + font-size: 1.3rem; +} + +#container { + margin-left: 15%; + padding-top: 0rem; + padding-bottom: 0rem; + display: flex; + flex-direction: row; + align-items: center; +} + +#shield { + width: 30%; + height: 200px; + padding: 0rem; +} + +h4 { + text-justify: distribute-all-lines; +} + +/*.homeland { + display:none; +}*/ + +#history { + width: 60%; + padding: 1rem; + padding-left: 0rem; + margin: 0rem; +} + +footer { + padding-top: 1rem; +} + + + +/*Otros que no se donde van*/ + +a { + text-decoration: none; + display: inline-block; + padding: 16px 16px; +} + +a:hover { + background-color: #1d1b1b; + color: black; +} + + +.round { + border-radius: 50%; +} \ No newline at end of file diff --git a/test/data.spec.js b/test/data.spec.js index 09b1f23f..13e67e9d 100644 --- a/test/data.spec.js +++ b/test/data.spec.js @@ -1,18 +1,347 @@ -import { example, anotherExample } from '../src/data.js'; +import { filterData,houseFilter,mottoFilter,sortData,calcSurvivors} from '../src/data.js'; +describe('funcion filterData', () => { + it('is a function', () => { + expect(typeof filterData).toBe('function'); + }); + + it('returns si la funcion se cumple', () => { + const data={ + "got":[ + { + "id": 0, + "firstName": "Daenerys", + "lastName": "Targaryen", + "fullName": "Daenerys Targaryen", + "title": "Queen of Meereen, Khaleesi of Great Grass Sea, Breaker of Shackles, and Mother of Dragons", + "family": "House Targaryen", + "imageUrl": "https://thronesapi.com/assets/images/daenerys.jpg", + "born": "284 DC" + }, + { + "id": 1, + "firstName": "Samwell", + "lastName": "Tarly", + "fullName": "Samwell Tarly", + "title": "Maester", + "family": "House Tarly", + "imageUrl": "https://thronesapi.com/assets/images/sam.jpg", + "born": "283 DC" + }, + { + "id": 2, + "firstName": "Jon", + "lastName": "Snow", + "fullName": "Jon Snow", + "title": "King of the North and Lord Commander of the Knight's Watch", + "family": "House Stark", + "imageUrl": "https://thronesapi.com/assets/images/jon-snow.jpg", + "born": "283 DC" + },]} -describe('example', () => { + const palabra= "daenerys targaryen" + expect(filterData(data, palabra)).toEqual( [{ + "id": 0, + "firstName": "Daenerys", + "lastName": "Targaryen", + "fullName": "Daenerys Targaryen", + "title": "Queen of Meereen, Khaleesi of Great Grass Sea, Breaker of Shackles, and Mother of Dragons", + "family": "House Targaryen", + "imageUrl": "https://thronesapi.com/assets/images/daenerys.jpg", + "born": "284 DC" + }]); + }); +}); + +describe('funcion houseFilter', () => { it('is a function', () => { - expect(typeof example).toBe('function'); + expect(typeof houseFilter).toBe('function'); }); +}); - it('returns `example`', () => { - expect(example()).toBe('example'); +it('returns lo que tiene en houseFilter', () => { + const data= { "got":[{ + "id": 6, + "firstName": "Ned", + "lastName": "Stark", + "fullName": "Ned Stark", + "title": "Lord of Winterfell", + "family": "House Stark", + "imageUrl": "https://thronesapi.com/assets/images/ned-stark.jpg", + "born": "263 DC" + }, + { + "id": 7, + "firstName": "Robert", + "lastName": "Baratheon", + "fullName": "Robert Baratheon", + "title": "King of the Seven Kingdoms", + "family": "House Baratheon", + "imageUrl": "https://thronesapi.com/assets/images/robert-baratheon.jpeg", + "born": "262 DC" + }, + { + "id": 8, + "firstName": "Jamie", + "lastName": "Lannister", + "fullName": "Jamie Lannister", + "title": "Lord Commander of the Kingsguard", + "family": "Lannister", + "imageUrl": "https://thronesapi.com/assets/images/jaime-lannister.jpg", + "born": "262 DC", + "death": "305 DC" + }, + { + "id": 9, + "firstName": "Cersei", + "lastName": "Lannister", + "fullName": "Cersei Lannister", + "title": "Lady of Casterly Rock", + "family": "Lannister", + "imageUrl": "https://thronesapi.com/assets/images/cersei.jpg", + "born": "262 DC", + "death": "305 DC" + },]} + const filter="Lannister" + expect(houseFilter(data, filter)).toEqual([{ + "id": 8, + "firstName": "Jamie", + "lastName": "Lannister", + "fullName": "Jamie Lannister", + "title": "Lord Commander of the Kingsguard", + "family": "Lannister", + "imageUrl": "https://thronesapi.com/assets/images/jaime-lannister.jpg", + "born": "262 DC", + "death": "305 DC" + + }, + { + "id": 9, + "firstName": "Cersei", + "lastName": "Lannister", + "fullName": "Cersei Lannister", + "title": "Lady of Casterly Rock", + "family": "Lannister", + "imageUrl": "https://thronesapi.com/assets/images/cersei.jpg", + "born": "262 DC", + "death": "305 DC" + }]); +}); + +describe('mottoFilter', () => { + + it('should be an object', () => { + expect(typeof mottoFilter).toBe("object"); + }); + + describe('mottoFilter.mottoFilterFunction', () => { + + it('function', () => { + expect(typeof mottoFilter.mottoFilterFunction).toBe('function'); + }); + }); + it('retorne lo que tiene mottoFilter', () => { + const mottoResult= { "motto":[ + { + "id": 53, + "family": "House Targaryen", + "imageUrl": "https://static.wikia.nocookie.net/gameofthrones/images/1/1e/House_Targaryen.svg/revision/latest?cb=20221029110249", + "motto": "Fire and Blod", + "comment" : "- House Targaryen family words", + "history":"The only family of dragonlords who survived the Doom of Valyria, the Targaryens left the Valyrian Freehold twelve years before the Doom. They resided for more than a century at Dragonstone castle on Dragonstone island, until Aegon the Conqueror and his sister-wives, Visenya and Rhaenys, began the first of the Wars of Conquest in 2 BC." + }, + { + "id": 54, + "family": "House Tarly", + "imageUrl": "https://static.wikia.nocookie.net/gameofthrones/images/c/cc/House_Tarly.svg/revision/latest?cb=20221111182759", + "motto": "First in Battle", + "comment" : "-House Tarly family words", + "history": "House Targaryen of King's Landing s a noble family of Valyrian descent who once ruled the Seven Kingdoms of Westeros. The only family of dragonlords who survived the Doom of Valyria, the Targaryens left the Valyrian Freehold twelve years before the Doom. They resided for more than a century at Dragonstone castle on Dragonstone island, until Aegon the Conqueror and his sister-wives, Visenya and Rhaenys, began the first of the Wars of Conquest in 2 BC." + }, + { + "id": 55, + "family": "House Stark", + "imageUrl":"https://static.wikia.nocookie.net/gameofthrones/images/7/7e/House_Stark.svg/revision/latest?cb=20221030093202", + "motto": "Winter is Coming", + "comment" : "-House Stark family words", + "history": "House Stark of Winterfell is one of the Great Houses of Westeros and the principal noble house of the north. In days of old they ruled as Kings of Winter, but since Aegon's Conquest they have been Wardens of the North and ruled as Lords of Winterfell. Their seat, Winterfell, is an ancient castle renowned for its strength." + },]} + const g="House Tarly" + expect(mottoFilter.mottoFilterFunction(mottoResult ,g)).toEqual([{ + "id": 54, + "family": "House Tarly", + "imageUrl": "https://static.wikia.nocookie.net/gameofthrones/images/c/cc/House_Tarly.svg/revision/latest?cb=20221111182759", + "motto": "First in Battle", + "comment" : "-House Tarly family words", + "history": "House Targaryen of King's Landing s a noble family of Valyrian descent who once ruled the Seven Kingdoms of Westeros. The only family of dragonlords who survived the Doom of Valyria, the Targaryens left the Valyrian Freehold twelve years before the Doom. They resided for more than a century at Dragonstone castle on Dragonstone island, until Aegon the Conqueror and his sister-wives, Visenya and Rhaenys, began the first of the Wars of Conquest in 2 BC." + + }]); }); }); +describe('sortData', () => { + it('is a function', () => { + expect(typeof sortData).toBe('function'); + }); +}); + +describe('sortData', () => { + const data = { + "got": [{ + "id": 30, + "firstName": "Shae", + "lastName": "", + "fullName": "Shae", + "title": "Mistress", + "family": "Lorathi", + "imageUrl": "https://thronesapi.com/assets/images/shae.jpg", + "born": "281 DC", + "death": "300 DC" + }, + { + "id": 31, + "firstName": "Tommen", + "lastName": "Baratheon", + "fullName": "Tommen Baratheon", + "title": "King of the Seven Kingdoms", + "family": "Baratheon", + "imageUrl": "https://thronesapi.com/assets/images/tommen.jpg", + "born": "291 DC" + }, + { + "id": 32, + "firstName": "Gendry", + "lastName": "Baratheon", + "fullName": "Gendry Baratheon", + "title": "Lord of Storm's End", + "family": "Baratheon", + "imageUrl": "https://thronesapi.com/assets/images/gendry.jpg", + "born": "284 DC" + },] + } + it('ordenar de forma ascendente', () => { + const order ='Ascendente' + expect(sortData (data, order)).toEqual( [{ + "id": 32, + "firstName": "Gendry", + "lastName": "Baratheon", + "fullName": "Gendry Baratheon", + "title": "Lord of Storm's End", + "family": "Baratheon", + "imageUrl": "https://thronesapi.com/assets/images/gendry.jpg", + "born": "284 DC" + }, + { + "id": 30, + "firstName": "Shae", + "lastName": "", + "fullName": "Shae", + "title": "Mistress", + "family": "Lorathi", + "imageUrl": "https://thronesapi.com/assets/images/shae.jpg", + "born": "281 DC", + "death": "300 DC" + }, + { + "id": 31, + "firstName": "Tommen", + "lastName": "Baratheon", + "fullName": "Tommen Baratheon", + "title": "King of the Seven Kingdoms", + "family": "Baratheon", + "imageUrl": "https://thronesapi.com/assets/images/tommen.jpg", + "born": "291 DC" + },]) + }) + it('ordenar de forma descendente', () => { + const order ='Descendente' + expect(sortData (data, order)).toEqual( [{ + "id": 31, + "firstName": "Tommen", + "lastName": "Baratheon", + "fullName": "Tommen Baratheon", + "title": "King of the Seven Kingdoms", + "family": "Baratheon", + "imageUrl": "https://thronesapi.com/assets/images/tommen.jpg", + "born": "291 DC" + }, + { + "id": 30, + "firstName": "Shae", + "lastName": "", + "fullName": "Shae", + "title": "Mistress", + "family": "Lorathi", + "imageUrl": "https://thronesapi.com/assets/images/shae.jpg", + "born": "281 DC", + "death": "300 DC" + }, + { + "id": 32, + "firstName": "Gendry", + "lastName": "Baratheon", + "fullName": "Gendry Baratheon", + "title": "Lord of Storm's End", + "family": "Baratheon", + "imageUrl": "https://thronesapi.com/assets/images/gendry.jpg", + "born": "284 DC" + },]) + }) +}) + + + +describe('calcSurvivors', () => { + it('is a function', () => { + expect(typeof calcSurvivors).toBe('function'); + }); + it('returns `calcSurvivors`', () => { + const newArrFam= + [{ + "id": 34, + "firstName": "Robert", + "lastName": "Baratheon", + "fullName": "Robert Baratheon", + "title": "King of the Seven Kingdoms", + "family": "Baratheon", + "imageUrl": "https://thronesapi.com/assets/images/king-robert.jpg", + "born": "262 DC", + "death": "298 DC" + }, + { + "id": 35, + "firstName": "Ramsey", + "lastName": "Bolton", + "fullName": "Ramsey Bolton", + "title": "The Bastard of Bolton", + "family": "Bolton", + "imageUrl": "https://thronesapi.com/assets/images/ramsey-bolton.jpg", + "born": "277 DC" + }, + { + "id": 36, + "firstName": "Talisa", + "lastName": "Stark", + "fullName": "Talisa Stark", + "title": "Queen Consort", + "family": "Stark", + "imageUrl": "https://thronesapi.com/assets/images/talisa-stark.jpg", + "born": null, + "death": "300 DC" + }]; + expect(calcSurvivors(newArrFam)).toBe(1); + }); +}); + + +/*it('returns `anotherExample`', () => { + expect(anotherExample()).toBe('OMG'); + });*/ -describe('anotherExample', () => { + + + +/*describe('anotherExample', () => { it('is a function', () => { expect(typeof anotherExample).toBe('function'); }); @@ -20,4 +349,4 @@ describe('anotherExample', () => { it('returns `anotherExample`', () => { expect(anotherExample()).toBe('OMG'); }); -}); +});*/