From 386c61d9c018ee34813806a0dc1e2fc625e957af Mon Sep 17 00:00:00 2001 From: Taila Martins Date: Tue, 15 Feb 2022 18:38:47 -0300 Subject: [PATCH 01/16] =?UTF-8?q?primeira=20atualiza=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 11801 ++++++++++++++ src/data/athletes/README.md | 28 - src/data/athletes/README.pt-BR.md | 27 - src/data/athletes/athletes.js | 24284 ---------------------------- src/data/athletes/athletes.json | 24284 ---------------------------- src/data/ghibli/README.md | 33 - src/data/ghibli/README.pt-BR.md | 31 - src/data/ghibli/ghibli.js | 2435 --- src/data/ghibli/ghibli.json | 2435 --- src/data/lol/README.md | 46 - src/data/lol/README.pt-BR.md | 45 - src/data/lol/lol.js | 6975 -------- src/data/lol/lol.json | 6951 -------- src/data/pokemon/README.md | 37 - src/data/pokemon/README.pt-BR.md | 33 - src/data/pokemon/pokemon.js | 23953 --------------------------- src/data/pokemon/pokemon.json | 23953 --------------------------- src/favicon.ico | Bin 0 -> 4286 bytes src/home.html | 27 + src/index.html | 43 +- src/main.js | 8 +- src/reset.css | 48 + src/rick-and-morty.png | Bin 0 -> 192611 bytes src/style.css | 36 + 24 files changed, 11947 insertions(+), 115566 deletions(-) create mode 100644 package-lock.json delete mode 100644 src/data/athletes/README.md delete mode 100644 src/data/athletes/README.pt-BR.md delete mode 100644 src/data/athletes/athletes.js delete mode 100644 src/data/athletes/athletes.json delete mode 100644 src/data/ghibli/README.md delete mode 100644 src/data/ghibli/README.pt-BR.md delete mode 100644 src/data/ghibli/ghibli.js delete mode 100644 src/data/ghibli/ghibli.json delete mode 100644 src/data/lol/README.md delete mode 100644 src/data/lol/README.pt-BR.md delete mode 100644 src/data/lol/lol.js delete mode 100644 src/data/lol/lol.json delete mode 100644 src/data/pokemon/README.md delete mode 100644 src/data/pokemon/README.pt-BR.md delete mode 100644 src/data/pokemon/pokemon.js delete mode 100644 src/data/pokemon/pokemon.json create mode 100644 src/favicon.ico create mode 100644 src/home.html create mode 100644 src/reset.css create mode 100644 src/rick-and-morty.png diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 00000000..851aa00c --- /dev/null +++ b/package-lock.json @@ -0,0 +1,11801 @@ +{ + "name": "data-lovers", + "version": "1.0.0", + "lockfileVersion": 2, + "requires": true, + "packages": { + "": { + "name": "data-lovers", + "version": "1.0.0", + "license": "MIT", + "dependencies": { + "@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": ">=14.x" + } + }, + "node_modules/@ampproject/remapping": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.1.0.tgz", + "integrity": "sha512-d5RysTlJ7hmw5Tw4UxgxcY3lkMe92n8sXCcuLPAyIAHK6j8DefDwtGnVVDgOnv+RnEosulDJ9NPKQL27bDId0g==", + "dependencies": { + "@jridgewell/trace-mapping": "^0.3.0" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/code-frame": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz", + "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==", + "dependencies": { + "@babel/highlight": "^7.16.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/compat-data": { + "version": "7.17.0", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.0.tgz", + "integrity": "sha512-392byTlpGWXMv4FbyWw3sAZ/FrW/DrwqLGXpy0mbyNe9Taqv1mg9yON5/o0cnr8XYCkFTZbC1eV+c+LAROgrng==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core": { + "version": "7.17.2", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.2.tgz", + "integrity": "sha512-R3VH5G42VSDolRHyUO4V2cfag8WHcZyxdq5Z/m8Xyb92lW/Erm/6kM+XtRFGf3Mulre3mveni2NHfEUws8wSvw==", + "dependencies": { + "@ampproject/remapping": "^2.0.0", + "@babel/code-frame": "^7.16.7", + "@babel/generator": "^7.17.0", + "@babel/helper-compilation-targets": "^7.16.7", + "@babel/helper-module-transforms": "^7.16.7", + "@babel/helpers": "^7.17.2", + "@babel/parser": "^7.17.0", + "@babel/template": "^7.16.7", + "@babel/traverse": "^7.17.0", + "@babel/types": "^7.17.0", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.1.2", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" + } + }, + "node_modules/@babel/generator": { + "version": "7.17.0", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.0.tgz", + "integrity": "sha512-I3Omiv6FGOC29dtlZhkfXO6pgkmukJSlT26QjVvS1DGZe/NzSVCPG41X0tS21oZkJYlovfj9qDWgKP+Cn4bXxw==", + "dependencies": { + "@babel/types": "^7.17.0", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-compilation-targets": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.7.tgz", + "integrity": "sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==", + "dependencies": { + "@babel/compat-data": "^7.16.4", + "@babel/helper-validator-option": "^7.16.7", + "browserslist": "^4.17.5", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-environment-visitor": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz", + "integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==", + "dependencies": { + "@babel/types": "^7.16.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-function-name": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz", + "integrity": "sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==", + "dependencies": { + "@babel/helper-get-function-arity": "^7.16.7", + "@babel/template": "^7.16.7", + "@babel/types": "^7.16.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-get-function-arity": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz", + "integrity": "sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==", + "dependencies": { + "@babel/types": "^7.16.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-hoist-variables": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz", + "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==", + "dependencies": { + "@babel/types": "^7.16.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-imports": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz", + "integrity": "sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==", + "dependencies": { + "@babel/types": "^7.16.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-transforms": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.16.7.tgz", + "integrity": "sha512-gaqtLDxJEFCeQbYp9aLAefjhkKdjKcdh6DB7jniIGU3Pz52WAmP268zK0VgPz9hUNkMSYeH976K2/Y6yPadpng==", + "dependencies": { + "@babel/helper-environment-visitor": "^7.16.7", + "@babel/helper-module-imports": "^7.16.7", + "@babel/helper-simple-access": "^7.16.7", + "@babel/helper-split-export-declaration": "^7.16.7", + "@babel/helper-validator-identifier": "^7.16.7", + "@babel/template": "^7.16.7", + "@babel/traverse": "^7.16.7", + "@babel/types": "^7.16.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-plugin-utils": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz", + "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-simple-access": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.16.7.tgz", + "integrity": "sha512-ZIzHVyoeLMvXMN/vok/a4LWRy8G2v205mNP0XOuf9XRLyX5/u9CnVulUtDgUTama3lT+bf/UqucuZjqiGuTS1g==", + "dependencies": { + "@babel/types": "^7.16.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-split-export-declaration": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz", + "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==", + "dependencies": { + "@babel/types": "^7.16.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz", + "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-option": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz", + "integrity": "sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==", + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers": { + "version": "7.17.2", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.2.tgz", + "integrity": "sha512-0Qu7RLR1dILozr/6M0xgj+DFPmi6Bnulgm9M8BVa9ZCWxDqlSnqt3cf8IDPB5m45sVXUZ0kuQAgUrdSFFH79fQ==", + "dependencies": { + "@babel/template": "^7.16.7", + "@babel/traverse": "^7.17.0", + "@babel/types": "^7.17.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/highlight": { + "version": "7.16.10", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.10.tgz", + "integrity": "sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==", + "dependencies": { + "@babel/helper-validator-identifier": "^7.16.7", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/parser": { + "version": "7.17.0", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.0.tgz", + "integrity": "sha512-VKXSCQx5D8S04ej+Dqsr1CzYvvWgf20jIw2D+YhQCrIlr2UZGaDds23Y0xg75/skOxpLCRpUZvk/1EAVkGoDOw==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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.16.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.16.7.tgz", + "integrity": "sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A==", + "dependencies": { + "@babel/helper-plugin-utils": "^7.16.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-commonjs": { + "version": "7.16.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.8.tgz", + "integrity": "sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA==", + "dependencies": { + "@babel/helper-module-transforms": "^7.16.7", + "@babel/helper-plugin-utils": "^7.16.7", + "@babel/helper-simple-access": "^7.16.7", + "babel-plugin-dynamic-import-node": "^2.3.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/template": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz", + "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==", + "dependencies": { + "@babel/code-frame": "^7.16.7", + "@babel/parser": "^7.16.7", + "@babel/types": "^7.16.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse": { + "version": "7.17.0", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.0.tgz", + "integrity": "sha512-fpFIXvqD6kC7c7PUNnZ0Z8cQXlarCLtCUpt2S1Dx7PjoRtCFffvOkHHSom+m5HIxMZn5bIBVb71lhabcmjEsqg==", + "dependencies": { + "@babel/code-frame": "^7.16.7", + "@babel/generator": "^7.17.0", + "@babel/helper-environment-visitor": "^7.16.7", + "@babel/helper-function-name": "^7.16.7", + "@babel/helper-hoist-variables": "^7.16.7", + "@babel/helper-split-export-declaration": "^7.16.7", + "@babel/parser": "^7.17.0", + "@babel/types": "^7.17.0", + "debug": "^4.1.0", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/types": { + "version": "7.17.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.0.tgz", + "integrity": "sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==", + "dependencies": { + "@babel/helper-validator-identifier": "^7.16.7", + "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==" + }, + "node_modules/@eslint/eslintrc": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.0.5.tgz", + "integrity": "sha512-BLxsnmK3KyPunz5wmCCpqy0YelEoxxGmH73Is+Z74oOTMtExcjkr3dDR6quwrjh1YspA8DH9gnX1o069KiS9AQ==", + "dependencies": { + "ajv": "^6.12.4", + "debug": "^4.3.2", + "espree": "^9.2.0", + "globals": "^13.9.0", + "ignore": "^4.0.6", + "import-fresh": "^3.2.1", + "js-yaml": "^4.1.0", + "minimatch": "^3.0.4", + "strip-json-comments": "^3.1.1" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, + "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==" + }, + "node_modules/@eslint/eslintrc/node_modules/globals": { + "version": "13.12.1", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.12.1.tgz", + "integrity": "sha512-317dFlgY2pdJZ9rspXDks7073GpDmXdfbM3vYYp0HAMKGDh1FfWPleI2ljVNLQX5M5lXcAslTcPTrOrMEFOjyw==", + "dependencies": { + "type-fest": "^0.20.2" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@eslint/eslintrc/node_modules/ignore": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", + "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==", + "engines": { + "node": ">= 4" + } + }, + "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==", + "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==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@humanwhocodes/config-array": { + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.9.3.tgz", + "integrity": "sha512-3xSMlXHh03hCcCmFc0rbKp3Ivt2PFEJnQUJDDMTJQ2wkECZWdq4GePs2ctc5H8zV+cHPaq8k2vU8mrQjA6iHdQ==", + "dependencies": { + "@humanwhocodes/object-schema": "^1.2.1", + "debug": "^4.1.1", + "minimatch": "^3.0.4" + }, + "engines": { + "node": ">=10.10.0" + } + }, + "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==" + }, + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==" + }, + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==" + }, + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==" + }, + "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==", + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/reporters/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==", + "engines": { + "node": ">=0.10.0" + } + }, + "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==", + "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==", + "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/source-map/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==", + "engines": { + "node": ">=0.10.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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==" + }, + "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==", + "engines": { + "node": ">=8" + } + }, + "node_modules/@jest/transform/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==", + "engines": { + "node": ">=0.10.0" + } + }, + "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==", + "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==", + "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==", + "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==", + "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==", + "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==" + }, + "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==", + "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==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.4.tgz", + "integrity": "sha512-cz8HFjOFfUBtvN+NXYSFMHYRdxZMaEl0XypVrhzxBgadKIXhIkRd8aMeHhmF56Sl7SuS8OnUpQ73/k9LE4VnLg==", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.4.10", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.10.tgz", + "integrity": "sha512-Ht8wIW5v165atIX1p+JvKR5ONzUyF4Ac8DZIQ5kZs9zrb6M8SJNXpx1zn04rn65VjBMygRoMXcyYwNK0fT7bEg==" + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.4.tgz", + "integrity": "sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ==", + "dependencies": { + "@jridgewell/resolve-uri": "^3.0.3", + "@jridgewell/sourcemap-codec": "^1.4.10" + } + }, + "node_modules/@sinonjs/commons": { + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.3.tgz", + "integrity": "sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==", + "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==", + "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==", + "engines": { + "node": ">= 6" + } + }, + "node_modules/@types/babel__core": { + "version": "7.1.18", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.18.tgz", + "integrity": "sha512-S7unDjm/C7z2A2R9NzfKCK1I+BAALDtxEmsJBwlB3EzNfb929ykjL++1CK9LO++EIp2fQrC8O+BwjKvz6UeDyQ==", + "dependencies": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0", + "@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==", + "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==", + "dependencies": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0" + } + }, + "node_modules/@types/babel__traverse": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.14.2.tgz", + "integrity": "sha512-K2waXdXBi2302XUdcHcR1jCeU0LL4TD9HRs/gk0N2Xvrht+G/BfJa4QObBQZfhMdxiCpV3COl5Nfq4uKTeTnJA==", + "dependencies": { + "@babel/types": "^7.3.0" + } + }, + "node_modules/@types/graceful-fs": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.5.tgz", + "integrity": "sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==", + "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==" + }, + "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==", + "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==", + "dependencies": { + "@types/istanbul-lib-report": "*" + } + }, + "node_modules/@types/node": { + "version": "17.0.17", + "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.17.tgz", + "integrity": "sha512-e8PUNQy1HgJGV3iU/Bp2+D/DXh3PYeyli8LgIwsQcs1Ar1LoaWHSIT6Rw+H2rNJmiq6SNWiDytfx8+gYj7wDHw==" + }, + "node_modules/@types/prettier": { + "version": "2.4.4", + "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.4.4.tgz", + "integrity": "sha512-ReVR2rLTV1kvtlWFyuot+d1pkpG2Fw/XKE3PDAdj57rbM97ttSp9JZ2UsP+2EHTylra9cUf6JA7tGwW1INzUrA==" + }, + "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==" + }, + "node_modules/@types/yargs": { + "version": "16.0.4", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.4.tgz", + "integrity": "sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==", + "dependencies": { + "@types/yargs-parser": "*" + } + }, + "node_modules/@types/yargs-parser": { + "version": "20.2.1", + "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-20.2.1.tgz", + "integrity": "sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw==" + }, + "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==" + }, + "node_modules/abab": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz", + "integrity": "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==" + }, + "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==", + "dependencies": { + "mime-types": "~2.1.34", + "negotiator": "0.6.3" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/acorn": { + "version": "8.7.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz", + "integrity": "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/anymatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", + "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", + "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==", + "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==" + }, + "node_modules/argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "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": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", + "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": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/async": { + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz", + "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==", + "dependencies": { + "lodash": "^4.17.14" + } + }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" + }, + "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==", + "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==", + "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==", + "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==", + "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==" + }, + "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==", + "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==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/babel-plugin-dynamic-import-node": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz", + "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==", + "dependencies": { + "object.assign": "^4.1.0" + } + }, + "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==", + "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==", + "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==", + "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==", + "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==" + }, + "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==", + "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==", + "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==", + "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==", + "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==", + "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==" + }, + "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==", + "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==", + "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==", + "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==", + "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==", + "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==" + }, + "node_modules/browserslist": { + "version": "4.19.1", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.19.1.tgz", + "integrity": "sha512-u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A==", + "dependencies": { + "caniuse-lite": "^1.0.30001286", + "electron-to-chromium": "^1.4.17", + "escalade": "^3.1.1", + "node-releases": "^2.0.1", + "picocolors": "^1.0.0" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + } + }, + "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==", + "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==" + }, + "node_modules/bytes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", + "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "dependencies": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "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==", + "engines": { + "node": ">=6" + } + }, + "node_modules/caniuse-lite": { + "version": "1.0.30001311", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001311.tgz", + "integrity": "sha512-mleTFtFKfykEeW34EyfhGIFjGCqzhh38Y0LhdQ9aWF+HorZTtdgKV/1hEE0NlFkG2ubvisPV6l400tlbPys98A==", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + } + }, + "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==", + "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==", + "engines": { + "node": ">=10" + } + }, + "node_modules/ci-info": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.3.0.tgz", + "integrity": "sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw==" + }, + "node_modules/cjs-module-lexer": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.2.tgz", + "integrity": "sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA==" + }, + "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==", + "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==", + "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==", + "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==", + "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==", + "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": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=", + "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": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", + "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": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=", + "engines": { + "node": ">=4" + } + }, + "node_modules/clipboardy/node_modules/semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", + "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": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", + "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": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", + "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==", + "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==", + "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": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=", + "engines": { + "iojs": ">= 1.0.0", + "node": ">= 0.12.0" + } + }, + "node_modules/collect-v8-coverage": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz", + "integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==" + }, + "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==", + "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": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + }, + "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==", + "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==" + }, + "node_modules/commondir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=" + }, + "node_modules/compressible": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", + "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", + "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==", + "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==", + "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": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" + }, + "node_modules/content-disposition": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz", + "integrity": "sha1-DPaLud318r55YcOoUXjLhdunjLQ=", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/convert-source-map": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz", + "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==", + "dependencies": { + "safe-buffer": "~5.1.1" + } + }, + "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==", + "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==" + }, + "node_modules/cssstyle": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz", + "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==", + "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==" + }, + "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==", + "dependencies": { + "abab": "^2.0.3", + "whatwg-mimetype": "^2.3.0", + "whatwg-url": "^8.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/debug": { + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz", + "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/decimal.js": { + "version": "10.3.1", + "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.3.1.tgz", + "integrity": "sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==" + }, + "node_modules/dedent": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz", + "integrity": "sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw=" + }, + "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==", + "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==" + }, + "node_modules/deepmerge": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz", + "integrity": "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/define-properties": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", + "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "dependencies": { + "object-keys": "^1.0.12" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", + "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==", + "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==", + "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==", + "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==", + "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==", + "engines": { + "node": ">=8" + } + }, + "node_modules/electron-to-chromium": { + "version": "1.4.68", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.68.tgz", + "integrity": "sha512-cId+QwWrV8R1UawO6b9BR1hnkJ4EJPCPAr4h315vliHUtVUJDk39Sg1PMNnaWKfj5x+93ssjeJ9LKL6r8LaMiA==" + }, + "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==" + }, + "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==", + "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==" + }, + "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==", + "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==", + "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==", + "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": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/escodegen": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.0.0.tgz", + "integrity": "sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==", + "dependencies": { + "esprima": "^4.0.1", + "estraverse": "^5.2.0", + "esutils": "^2.0.2", + "optionator": "^0.8.1" + }, + "bin": { + "escodegen": "bin/escodegen.js", + "esgenerate": "bin/esgenerate.js" + }, + "engines": { + "node": ">=6.0" + }, + "optionalDependencies": { + "source-map": "~0.6.1" + } + }, + "node_modules/escodegen/node_modules/levn": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", + "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", + "dependencies": { + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/escodegen/node_modules/optionator": { + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz", + "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", + "dependencies": { + "deep-is": "~0.1.3", + "fast-levenshtein": "~2.0.6", + "levn": "~0.3.0", + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2", + "word-wrap": "~1.2.3" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/escodegen/node_modules/prelude-ls": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", + "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=", + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/escodegen/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==", + "optional": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/escodegen/node_modules/type-check": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", + "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", + "dependencies": { + "prelude-ls": "~1.1.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/eslint": { + "version": "8.8.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.8.0.tgz", + "integrity": "sha512-H3KXAzQGBH1plhYS3okDix2ZthuYJlQQEGE5k0IKuEqUSiyu4AmxxlJ2MtTYeJ3xB4jDhcYCwGOg2TXYdnDXlQ==", + "dependencies": { + "@eslint/eslintrc": "^1.0.5", + "@humanwhocodes/config-array": "^0.9.2", + "ajv": "^6.10.0", + "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.1.0", + "eslint-utils": "^3.0.0", + "eslint-visitor-keys": "^3.2.0", + "espree": "^9.3.0", + "esquery": "^1.4.0", + "esutils": "^2.0.2", + "fast-deep-equal": "^3.1.3", + "file-entry-cache": "^6.0.1", + "functional-red-black-tree": "^1.0.1", + "glob-parent": "^6.0.1", + "globals": "^13.6.0", + "ignore": "^5.2.0", + "import-fresh": "^3.0.0", + "imurmurhash": "^0.1.4", + "is-glob": "^4.0.0", + "js-yaml": "^4.1.0", + "json-stable-stringify-without-jsonify": "^1.0.1", + "levn": "^0.4.1", + "lodash.merge": "^4.6.2", + "minimatch": "^3.0.4", + "natural-compare": "^1.4.0", + "optionator": "^0.9.1", + "regexpp": "^3.2.0", + "strip-ansi": "^6.0.1", + "strip-json-comments": "^3.1.0", + "text-table": "^0.2.0", + "v8-compile-cache": "^2.0.3" + }, + "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.1.0", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.0.tgz", + "integrity": "sha512-aWwkhnS0qAXqNOgKOK0dJ2nvzEbhEvpy8OlJ9kZ0FeZnA6zpjv1/Vei+puGFFX7zkPCkHHXb7IDX3A+7yPrRWg==", + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^5.2.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, + "node_modules/eslint-utils": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", + "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", + "dependencies": { + "eslint-visitor-keys": "^2.0.0" + }, + "engines": { + "node": "^10.0.0 || ^12.0.0 || >= 14.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/mysticatea" + }, + "peerDependencies": { + "eslint": ">=5" + } + }, + "node_modules/eslint-utils/node_modules/eslint-visitor-keys": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", + "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", + "engines": { + "node": ">=10" + } + }, + "node_modules/eslint-visitor-keys": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.2.0.tgz", + "integrity": "sha512-IOzT0X126zn7ALX0dwFiUQEdsfzrm4+ISsQS8nukaJXwEyYKRSnEIIDULYg1mCtGp7UUXgfGl7BIolXREQK+XQ==", + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, + "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==", + "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==" + }, + "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==", + "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==", + "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==" + }, + "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==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint/node_modules/globals": { + "version": "13.12.1", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.12.1.tgz", + "integrity": "sha512-317dFlgY2pdJZ9rspXDks7073GpDmXdfbM3vYYp0HAMKGDh1FfWPleI2ljVNLQX5M5lXcAslTcPTrOrMEFOjyw==", + "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==", + "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==", + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "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==", + "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==", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/espree": { + "version": "9.3.0", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.3.0.tgz", + "integrity": "sha512-d/5nCsb0JcqsSEeQzFZ8DH1RmxPcglRWh24EFTlUEmCKoehXGdpsx0RkHDubqUI8LSAIKMQp4r9SzQ3n+sm4HQ==", + "dependencies": { + "acorn": "^8.7.0", + "acorn-jsx": "^5.3.1", + "eslint-visitor-keys": "^3.1.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, + "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==", + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/esquery": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz", + "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==", + "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==", + "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==", + "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==", + "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==", + "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": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=", + "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==", + "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==" + }, + "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==" + }, + "node_modules/fast-levenshtein": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=" + }, + "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": "sha1-9K8+qfNNiicc9YrSs3WfQx8LMY0=", + "dependencies": { + "punycode": "^1.3.2" + } + }, + "node_modules/fb-watchman": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.1.tgz", + "integrity": "sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==", + "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==", + "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": "sha1-q/c9+rc10EVECr/qLZHzieu/oik=", + "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==", + "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==", + "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==", + "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==", + "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==", + "dependencies": { + "flatted": "^3.1.0", + "rimraf": "^3.0.2" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/flatted": { + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.5.tgz", + "integrity": "sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==" + }, + "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==", + "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==", + "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": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" + }, + "node_modules/fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "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==" + }, + "node_modules/functional-red-black-tree": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", + "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" + }, + "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==", + "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==", + "engines": { + "node": "6.* || 8.* || >= 10.*" + } + }, + "node_modules/get-intrinsic": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", + "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", + "dependencies": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "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==", + "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==", + "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==", + "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.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", + "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/glob-base": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz", + "integrity": "sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q=", + "dependencies": { + "glob-parent": "^2.0.0", + "is-glob": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/glob-base/node_modules/glob-parent": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz", + "integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=", + "dependencies": { + "is-glob": "^2.0.0" + } + }, + "node_modules/glob-base/node_modules/is-extglob": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", + "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/glob-base/node_modules/is-glob": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", + "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", + "dependencies": { + "is-extglob": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "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==", + "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==", + "engines": { + "node": ">=4" + } + }, + "node_modules/globby": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz", + "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=", + "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.9", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.9.tgz", + "integrity": "sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==" + }, + "node_modules/has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "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": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", + "engines": { + "node": ">=4" + } + }, + "node_modules/has-symbols": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz", + "integrity": "sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "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==", + "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==" + }, + "node_modules/htmlhint": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.1.2.tgz", + "integrity": "sha512-3rUS4ROXjyRidMiThTXhwtAotmGvOOof3uUk1X0YWjJF63qOP0sorogfgvo+XFcp5Q6IWhiFcZqd3giCrKHg+g==", + "dependencies": { + "async": "3.2.3", + "chalk": "^4.1.2", + "commander": "^8.3.0", + "glob": "^7.2.0", + "node-fetch": "^2.6.2", + "parse-glob": "3.0.4", + "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==", + "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==" + }, + "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==", + "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==", + "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==" + }, + "node_modules/htmlhint/node_modules/commander": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", + "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==", + "engines": { + "node": ">= 12" + } + }, + "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==", + "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==", + "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==", + "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==", + "dependencies": { + "@tootallnate/once": "1", + "agent-base": "6", + "debug": "4" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/https-proxy-agent": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz", + "integrity": "sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==", + "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==", + "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==", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ignore": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz", + "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==", + "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==", + "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==", + "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==", + "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": "sha1-khi5srkoojixPcT7a21XbyMUU+o=", + "engines": { + "node": ">=0.8.19" + } + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "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==" + }, + "node_modules/ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" + }, + "node_modules/is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=" + }, + "node_modules/is-core-module": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz", + "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==", + "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==", + "bin": { + "is-docker": "cli.js" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-dotfile": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.3.tgz", + "integrity": "sha1-pqLzL/0t+wT1yiXs0Pa4PPeYoeE=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=", + "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==", + "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==", + "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==", + "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==", + "engines": { + "node": ">=0.12.0" + } + }, + "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==" + }, + "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==", + "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": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" + }, + "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==", + "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": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" + }, + "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==", + "engines": { + "node": ">=8" + } + }, + "node_modules/istanbul-lib-instrument": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.1.0.tgz", + "integrity": "sha512-czwUz525rkOFDJxfKK6mYfIs9zBKILyrZQxjz3ABhjQXhbhFsSbo1HW/BFcsDnfJYJWA6thRR5/TUY2qs5W99Q==", + "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.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", + "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==", + "dependencies": { + "istanbul-lib-coverage": "^3.0.0", + "make-dir": "^3.0.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "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==", + "engines": { + "node": ">=8" + } + }, + "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==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "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==", + "dependencies": { + "debug": "^4.1.1", + "istanbul-lib-coverage": "^3.0.0", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/istanbul-lib-source-maps/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==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/istanbul-reports": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.4.tgz", + "integrity": "sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==" + }, + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==" + }, + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==" + }, + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==" + }, + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==" + }, + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==" + }, + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==" + }, + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==" + }, + "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==", + "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==", + "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==", + "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.2", + "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz", + "integrity": "sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==" + }, + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==" + }, + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==" + }, + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==" + }, + "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==", + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-snapshot/node_modules/semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "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==", + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "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==", + "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==", + "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==", + "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==", + "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==" + }, + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==" + }, + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==" + }, + "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==", + "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==", + "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==", + "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==", + "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==", + "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==" + }, + "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==", + "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==", + "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==", + "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==" + }, + "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==" + }, + "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": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=" + }, + "node_modules/json5": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz", + "integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==", + "dependencies": { + "minimist": "^1.2.5" + }, + "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": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", + "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==", + "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==", + "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==", + "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==" + }, + "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==", + "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==" + }, + "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==" + }, + "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==", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "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==", + "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==", + "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==" + }, + "node_modules/micromatch": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz", + "integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==", + "dependencies": { + "braces": "^3.0.1", + "picomatch": "^2.2.3" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/mime-db": { + "version": "1.51.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.51.0.tgz", + "integrity": "sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.34", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.34.tgz", + "integrity": "sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A==", + "dependencies": { + "mime-db": "1.51.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==", + "engines": { + "node": ">=6" + } + }, + "node_modules/minimatch": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz", + "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minimist": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" + }, + "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==" + }, + "node_modules/natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=" + }, + "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==", + "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==" + }, + "node_modules/node-fetch": { + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "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": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=" + }, + "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": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=" + }, + "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": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=", + "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": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=" + }, + "node_modules/node-releases": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.2.tgz", + "integrity": "sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg==" + }, + "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==", + "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==", + "dependencies": { + "path-key": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/nwsapi": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz", + "integrity": "sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==" + }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/object.assign": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", + "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", + "dependencies": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3", + "has-symbols": "^1.0.1", + "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "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==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "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==", + "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==", + "bin": { + "opener": "bin/opener-bin.js" + } + }, + "node_modules/optionator": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", + "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", + "dependencies": { + "deep-is": "^0.1.3", + "fast-levenshtein": "^2.0.6", + "levn": "^0.4.1", + "prelude-ls": "^1.2.1", + "type-check": "^0.4.0", + "word-wrap": "^1.2.3" + }, + "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": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=", + "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==", + "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==", + "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==", + "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==", + "dependencies": { + "callsites": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/parse-glob": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz", + "integrity": "sha1-ssN2z7EfNVE7rdFz7wu246OIORw=", + "dependencies": { + "glob-base": "^0.3.0", + "is-dotfile": "^1.0.0", + "is-extglob": "^1.0.0", + "is-glob": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/parse-glob/node_modules/is-extglob": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", + "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/parse-glob/node_modules/is-glob": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", + "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", + "dependencies": { + "is-extglob": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "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==", + "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==" + }, + "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==", + "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": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=", + "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": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=" + }, + "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==", + "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==" + }, + "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==" + }, + "node_modules/picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + }, + "node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "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": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/pinkie": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", + "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=", + "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": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", + "dependencies": { + "pinkie": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/pirates": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz", + "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==", + "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==", + "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==", + "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==", + "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==", + "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==", + "dependencies": { + "kleur": "^3.0.3", + "sisteransi": "^1.0.5" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/psl": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", + "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==" + }, + "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==", + "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": "sha1-wNWmOycYgArY4esPpSachN1BhF4=" + }, + "node_modules/range-parser": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz", + "integrity": "sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4=", + "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==", + "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": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=", + "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==" + }, + "node_modules/regexpp": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz", + "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==", + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/mysticatea" + } + }, + "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==", + "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": "sha1-PU74cPc93h138M+aOBQyRE4XSUI=", + "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": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/resolve": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz", + "integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==", + "dependencies": { + "is-core-module": "^2.8.1", + "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==", + "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==", + "engines": { + "node": ">=8" + } + }, + "node_modules/resolve.exports": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.0.tgz", + "integrity": "sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==", + "engines": { + "node": ">=10" + } + }, + "node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "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==" + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "node_modules/saxes": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz", + "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==", + "dependencies": { + "xmlchars": "^2.2.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/serve": { + "version": "13.0.2", + "resolved": "https://registry.npmjs.org/serve/-/serve-13.0.2.tgz", + "integrity": "sha512-71R6fKvNgKrqARAag6lYJNnxDzpH7DCNrMuvPY5PLVaC2PDhJsGTj/34o4o4tPWhTuLgEXqvgnAWbATQ9zGZTQ==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==" + }, + "node_modules/sisteransi": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", + "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" + }, + "node_modules/slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "engines": { + "node": ">=8" + } + }, + "node_modules/source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=", + "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==", + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/source-map-support/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==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" + }, + "node_modules/stack-utils": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.5.tgz", + "integrity": "sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA==", + "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==", + "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==", + "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==", + "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==", + "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==", + "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": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=", + "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==", + "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==", + "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==", + "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==", + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/supports-hyperlinks": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.2.0.tgz", + "integrity": "sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ==", + "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==", + "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==", + "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==", + "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==" + }, + "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==", + "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==", + "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": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=" + }, + "node_modules/throat": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.1.tgz", + "integrity": "sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w==" + }, + "node_modules/tmpl": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", + "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==" + }, + "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": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=", + "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==", + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/tough-cookie": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.0.0.tgz", + "integrity": "sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==", + "dependencies": { + "psl": "^1.1.33", + "punycode": "^2.1.1", + "universalify": "^0.1.2" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/tough-cookie/node_modules/punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", + "engines": { + "node": ">=6" + } + }, + "node_modules/tr46": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz", + "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==", + "dependencies": { + "punycode": "^2.1.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/tr46/node_modules/punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", + "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": "sha1-42RqLqTokTEr9+rObPsFOAvAHCE=", + "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==", + "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==", + "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==", + "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==", + "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==", + "engines": { + "node": ">= 4.0.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==", + "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==", + "dependencies": { + "punycode": "^2.1.0" + } + }, + "node_modules/uri-js/node_modules/punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", + "engines": { + "node": ">=6" + } + }, + "node_modules/v8-compile-cache": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", + "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==" + }, + "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==", + "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.3", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", + "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==", + "engines": { + "node": ">= 8" + } + }, + "node_modules/vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=", + "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==", + "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==", + "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==", + "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==", + "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==", + "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==" + }, + "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==", + "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==", + "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==", + "dependencies": { + "string-width": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/word-wrap": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", + "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "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==", + "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==", + "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==", + "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==" + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + }, + "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==", + "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.7", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.7.tgz", + "integrity": "sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A==", + "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": "sha1-eLpyAgApxbyHuKgaPPzXS0ovweU=" + }, + "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==" + }, + "node_modules/xmlchars": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", + "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==" + }, + "node_modules/y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "engines": { + "node": ">=10" + } + }, + "node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + }, + "node_modules/yargs": { + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", + "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==", + "engines": { + "node": ">=10" + } + } + }, + "dependencies": { + "@ampproject/remapping": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.1.0.tgz", + "integrity": "sha512-d5RysTlJ7hmw5Tw4UxgxcY3lkMe92n8sXCcuLPAyIAHK6j8DefDwtGnVVDgOnv+RnEosulDJ9NPKQL27bDId0g==", + "requires": { + "@jridgewell/trace-mapping": "^0.3.0" + } + }, + "@babel/code-frame": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.16.7.tgz", + "integrity": "sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==", + "requires": { + "@babel/highlight": "^7.16.7" + } + }, + "@babel/compat-data": { + "version": "7.17.0", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.17.0.tgz", + "integrity": "sha512-392byTlpGWXMv4FbyWw3sAZ/FrW/DrwqLGXpy0mbyNe9Taqv1mg9yON5/o0cnr8XYCkFTZbC1eV+c+LAROgrng==" + }, + "@babel/core": { + "version": "7.17.2", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.2.tgz", + "integrity": "sha512-R3VH5G42VSDolRHyUO4V2cfag8WHcZyxdq5Z/m8Xyb92lW/Erm/6kM+XtRFGf3Mulre3mveni2NHfEUws8wSvw==", + "requires": { + "@ampproject/remapping": "^2.0.0", + "@babel/code-frame": "^7.16.7", + "@babel/generator": "^7.17.0", + "@babel/helper-compilation-targets": "^7.16.7", + "@babel/helper-module-transforms": "^7.16.7", + "@babel/helpers": "^7.17.2", + "@babel/parser": "^7.17.0", + "@babel/template": "^7.16.7", + "@babel/traverse": "^7.17.0", + "@babel/types": "^7.17.0", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.1.2", + "semver": "^6.3.0" + } + }, + "@babel/generator": { + "version": "7.17.0", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.0.tgz", + "integrity": "sha512-I3Omiv6FGOC29dtlZhkfXO6pgkmukJSlT26QjVvS1DGZe/NzSVCPG41X0tS21oZkJYlovfj9qDWgKP+Cn4bXxw==", + "requires": { + "@babel/types": "^7.17.0", + "jsesc": "^2.5.1", + "source-map": "^0.5.0" + } + }, + "@babel/helper-compilation-targets": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.7.tgz", + "integrity": "sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==", + "requires": { + "@babel/compat-data": "^7.16.4", + "@babel/helper-validator-option": "^7.16.7", + "browserslist": "^4.17.5", + "semver": "^6.3.0" + } + }, + "@babel/helper-environment-visitor": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz", + "integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==", + "requires": { + "@babel/types": "^7.16.7" + } + }, + "@babel/helper-function-name": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz", + "integrity": "sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==", + "requires": { + "@babel/helper-get-function-arity": "^7.16.7", + "@babel/template": "^7.16.7", + "@babel/types": "^7.16.7" + } + }, + "@babel/helper-get-function-arity": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz", + "integrity": "sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==", + "requires": { + "@babel/types": "^7.16.7" + } + }, + "@babel/helper-hoist-variables": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz", + "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==", + "requires": { + "@babel/types": "^7.16.7" + } + }, + "@babel/helper-module-imports": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz", + "integrity": "sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==", + "requires": { + "@babel/types": "^7.16.7" + } + }, + "@babel/helper-module-transforms": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.16.7.tgz", + "integrity": "sha512-gaqtLDxJEFCeQbYp9aLAefjhkKdjKcdh6DB7jniIGU3Pz52WAmP268zK0VgPz9hUNkMSYeH976K2/Y6yPadpng==", + "requires": { + "@babel/helper-environment-visitor": "^7.16.7", + "@babel/helper-module-imports": "^7.16.7", + "@babel/helper-simple-access": "^7.16.7", + "@babel/helper-split-export-declaration": "^7.16.7", + "@babel/helper-validator-identifier": "^7.16.7", + "@babel/template": "^7.16.7", + "@babel/traverse": "^7.16.7", + "@babel/types": "^7.16.7" + } + }, + "@babel/helper-plugin-utils": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz", + "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==" + }, + "@babel/helper-simple-access": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.16.7.tgz", + "integrity": "sha512-ZIzHVyoeLMvXMN/vok/a4LWRy8G2v205mNP0XOuf9XRLyX5/u9CnVulUtDgUTama3lT+bf/UqucuZjqiGuTS1g==", + "requires": { + "@babel/types": "^7.16.7" + } + }, + "@babel/helper-split-export-declaration": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz", + "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==", + "requires": { + "@babel/types": "^7.16.7" + } + }, + "@babel/helper-validator-identifier": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz", + "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==" + }, + "@babel/helper-validator-option": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz", + "integrity": "sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==" + }, + "@babel/helpers": { + "version": "7.17.2", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.2.tgz", + "integrity": "sha512-0Qu7RLR1dILozr/6M0xgj+DFPmi6Bnulgm9M8BVa9ZCWxDqlSnqt3cf8IDPB5m45sVXUZ0kuQAgUrdSFFH79fQ==", + "requires": { + "@babel/template": "^7.16.7", + "@babel/traverse": "^7.17.0", + "@babel/types": "^7.17.0" + } + }, + "@babel/highlight": { + "version": "7.16.10", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.10.tgz", + "integrity": "sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==", + "requires": { + "@babel/helper-validator-identifier": "^7.16.7", + "chalk": "^2.0.0", + "js-tokens": "^4.0.0" + } + }, + "@babel/parser": { + "version": "7.17.0", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.0.tgz", + "integrity": "sha512-VKXSCQx5D8S04ej+Dqsr1CzYvvWgf20jIw2D+YhQCrIlr2UZGaDds23Y0xg75/skOxpLCRpUZvk/1EAVkGoDOw==" + }, + "@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==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@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==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@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==", + "requires": { + "@babel/helper-plugin-utils": "^7.12.13" + } + }, + "@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==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@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==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@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==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@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==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@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==", + "requires": { + "@babel/helper-plugin-utils": "^7.10.4" + } + }, + "@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==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@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==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@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==", + "requires": { + "@babel/helper-plugin-utils": "^7.8.0" + } + }, + "@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==", + "requires": { + "@babel/helper-plugin-utils": "^7.14.5" + } + }, + "@babel/plugin-syntax-typescript": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.16.7.tgz", + "integrity": "sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A==", + "requires": { + "@babel/helper-plugin-utils": "^7.16.7" + } + }, + "@babel/plugin-transform-modules-commonjs": { + "version": "7.16.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.8.tgz", + "integrity": "sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA==", + "requires": { + "@babel/helper-module-transforms": "^7.16.7", + "@babel/helper-plugin-utils": "^7.16.7", + "@babel/helper-simple-access": "^7.16.7", + "babel-plugin-dynamic-import-node": "^2.3.3" + } + }, + "@babel/template": { + "version": "7.16.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz", + "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==", + "requires": { + "@babel/code-frame": "^7.16.7", + "@babel/parser": "^7.16.7", + "@babel/types": "^7.16.7" + } + }, + "@babel/traverse": { + "version": "7.17.0", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.0.tgz", + "integrity": "sha512-fpFIXvqD6kC7c7PUNnZ0Z8cQXlarCLtCUpt2S1Dx7PjoRtCFffvOkHHSom+m5HIxMZn5bIBVb71lhabcmjEsqg==", + "requires": { + "@babel/code-frame": "^7.16.7", + "@babel/generator": "^7.17.0", + "@babel/helper-environment-visitor": "^7.16.7", + "@babel/helper-function-name": "^7.16.7", + "@babel/helper-hoist-variables": "^7.16.7", + "@babel/helper-split-export-declaration": "^7.16.7", + "@babel/parser": "^7.17.0", + "@babel/types": "^7.17.0", + "debug": "^4.1.0", + "globals": "^11.1.0" + } + }, + "@babel/types": { + "version": "7.17.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.0.tgz", + "integrity": "sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==", + "requires": { + "@babel/helper-validator-identifier": "^7.16.7", + "to-fast-properties": "^2.0.0" + } + }, + "@bcoe/v8-coverage": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", + "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==" + }, + "@eslint/eslintrc": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.0.5.tgz", + "integrity": "sha512-BLxsnmK3KyPunz5wmCCpqy0YelEoxxGmH73Is+Z74oOTMtExcjkr3dDR6quwrjh1YspA8DH9gnX1o069KiS9AQ==", + "requires": { + "ajv": "^6.12.4", + "debug": "^4.3.2", + "espree": "^9.2.0", + "globals": "^13.9.0", + "ignore": "^4.0.6", + "import-fresh": "^3.2.1", + "js-yaml": "^4.1.0", + "minimatch": "^3.0.4", + "strip-json-comments": "^3.1.1" + }, + "dependencies": { + "argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" + }, + "globals": { + "version": "13.12.1", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.12.1.tgz", + "integrity": "sha512-317dFlgY2pdJZ9rspXDks7073GpDmXdfbM3vYYp0HAMKGDh1FfWPleI2ljVNLQX5M5lXcAslTcPTrOrMEFOjyw==", + "requires": { + "type-fest": "^0.20.2" + } + }, + "ignore": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz", + "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==" + }, + "js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "requires": { + "argparse": "^2.0.1" + } + }, + "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==" + } + } + }, + "@humanwhocodes/config-array": { + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.9.3.tgz", + "integrity": "sha512-3xSMlXHh03hCcCmFc0rbKp3Ivt2PFEJnQUJDDMTJQ2wkECZWdq4GePs2ctc5H8zV+cHPaq8k2vU8mrQjA6iHdQ==", + "requires": { + "@humanwhocodes/object-schema": "^1.2.1", + "debug": "^4.1.1", + "minimatch": "^3.0.4" + } + }, + "@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==" + }, + "@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==", + "requires": { + "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" + } + }, + "@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==" + }, + "@jest/console": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz", + "integrity": "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==", + "requires": { + "@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" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "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==", + "requires": { + "color-name": "~1.1.4" + } + }, + "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==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "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==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "@jest/core": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.5.1.tgz", + "integrity": "sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==", + "requires": { + "@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" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "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==", + "requires": { + "color-name": "~1.1.4" + } + }, + "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==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "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==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "@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==", + "requires": { + "@jest/fake-timers": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/node": "*", + "jest-mock": "^27.5.1" + } + }, + "@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==", + "requires": { + "@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" + } + }, + "@jest/globals": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz", + "integrity": "sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==", + "requires": { + "@jest/environment": "^27.5.1", + "@jest/types": "^27.5.1", + "expect": "^27.5.1" + } + }, + "@jest/reporters": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz", + "integrity": "sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==", + "requires": { + "@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" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "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==", + "requires": { + "color-name": "~1.1.4" + } + }, + "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==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + }, + "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==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "@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==", + "requires": { + "callsites": "^3.0.0", + "graceful-fs": "^4.2.9", + "source-map": "^0.6.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "@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==", + "requires": { + "@jest/console": "^27.5.1", + "@jest/types": "^27.5.1", + "@types/istanbul-lib-coverage": "^2.0.0", + "collect-v8-coverage": "^1.0.0" + } + }, + "@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==", + "requires": { + "@jest/test-result": "^27.5.1", + "graceful-fs": "^4.2.9", + "jest-haste-map": "^27.5.1", + "jest-runtime": "^27.5.1" + } + }, + "@jest/transform": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz", + "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==", + "requires": { + "@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" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "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==", + "requires": { + "color-name": "~1.1.4" + } + }, + "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==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + }, + "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==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "@jest/types": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz", + "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==", + "requires": { + "@types/istanbul-lib-coverage": "^2.0.0", + "@types/istanbul-reports": "^3.0.0", + "@types/node": "*", + "@types/yargs": "^16.0.0", + "chalk": "^4.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "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==", + "requires": { + "color-name": "~1.1.4" + } + }, + "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==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "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==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "@jridgewell/resolve-uri": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.4.tgz", + "integrity": "sha512-cz8HFjOFfUBtvN+NXYSFMHYRdxZMaEl0XypVrhzxBgadKIXhIkRd8aMeHhmF56Sl7SuS8OnUpQ73/k9LE4VnLg==" + }, + "@jridgewell/sourcemap-codec": { + "version": "1.4.10", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.10.tgz", + "integrity": "sha512-Ht8wIW5v165atIX1p+JvKR5ONzUyF4Ac8DZIQ5kZs9zrb6M8SJNXpx1zn04rn65VjBMygRoMXcyYwNK0fT7bEg==" + }, + "@jridgewell/trace-mapping": { + "version": "0.3.4", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.4.tgz", + "integrity": "sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ==", + "requires": { + "@jridgewell/resolve-uri": "^3.0.3", + "@jridgewell/sourcemap-codec": "^1.4.10" + } + }, + "@sinonjs/commons": { + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.3.tgz", + "integrity": "sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==", + "requires": { + "type-detect": "4.0.8" + } + }, + "@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==", + "requires": { + "@sinonjs/commons": "^1.7.0" + } + }, + "@tootallnate/once": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", + "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==" + }, + "@types/babel__core": { + "version": "7.1.18", + "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.18.tgz", + "integrity": "sha512-S7unDjm/C7z2A2R9NzfKCK1I+BAALDtxEmsJBwlB3EzNfb929ykjL++1CK9LO++EIp2fQrC8O+BwjKvz6UeDyQ==", + "requires": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0", + "@types/babel__generator": "*", + "@types/babel__template": "*", + "@types/babel__traverse": "*" + } + }, + "@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==", + "requires": { + "@babel/types": "^7.0.0" + } + }, + "@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==", + "requires": { + "@babel/parser": "^7.1.0", + "@babel/types": "^7.0.0" + } + }, + "@types/babel__traverse": { + "version": "7.14.2", + "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.14.2.tgz", + "integrity": "sha512-K2waXdXBi2302XUdcHcR1jCeU0LL4TD9HRs/gk0N2Xvrht+G/BfJa4QObBQZfhMdxiCpV3COl5Nfq4uKTeTnJA==", + "requires": { + "@babel/types": "^7.3.0" + } + }, + "@types/graceful-fs": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.5.tgz", + "integrity": "sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==", + "requires": { + "@types/node": "*" + } + }, + "@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==" + }, + "@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==", + "requires": { + "@types/istanbul-lib-coverage": "*" + } + }, + "@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==", + "requires": { + "@types/istanbul-lib-report": "*" + } + }, + "@types/node": { + "version": "17.0.17", + "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.17.tgz", + "integrity": "sha512-e8PUNQy1HgJGV3iU/Bp2+D/DXh3PYeyli8LgIwsQcs1Ar1LoaWHSIT6Rw+H2rNJmiq6SNWiDytfx8+gYj7wDHw==" + }, + "@types/prettier": { + "version": "2.4.4", + "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.4.4.tgz", + "integrity": "sha512-ReVR2rLTV1kvtlWFyuot+d1pkpG2Fw/XKE3PDAdj57rbM97ttSp9JZ2UsP+2EHTylra9cUf6JA7tGwW1INzUrA==" + }, + "@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==" + }, + "@types/yargs": { + "version": "16.0.4", + "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.4.tgz", + "integrity": "sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==", + "requires": { + "@types/yargs-parser": "*" + } + }, + "@types/yargs-parser": { + "version": "20.2.1", + "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-20.2.1.tgz", + "integrity": "sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw==" + }, + "@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==" + }, + "abab": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz", + "integrity": "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==" + }, + "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==", + "requires": { + "mime-types": "~2.1.34", + "negotiator": "0.6.3" + } + }, + "acorn": { + "version": "8.7.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz", + "integrity": "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==" + }, + "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==", + "requires": { + "acorn": "^7.1.1", + "acorn-walk": "^7.1.1" + }, + "dependencies": { + "acorn": { + "version": "7.4.1", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz", + "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==" + } + } + }, + "acorn-jsx": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", + "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", + "requires": {} + }, + "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==" + }, + "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==", + "requires": { + "debug": "4" + } + }, + "ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "requires": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + } + }, + "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==", + "requires": { + "string-width": "^4.1.0" + } + }, + "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==", + "requires": { + "type-fest": "^0.21.3" + } + }, + "ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==" + }, + "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==", + "requires": { + "color-convert": "^1.9.0" + } + }, + "anymatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", + "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", + "requires": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + } + }, + "arch": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/arch/-/arch-2.2.0.tgz", + "integrity": "sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==" + }, + "arg": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/arg/-/arg-2.0.0.tgz", + "integrity": "sha512-XxNTUzKnz1ctK3ZIcI2XUPlD96wbHP2nGqkPKpvk/HNRlPveYrXIVSTk9m3LcqOgDPg3B1nMvdV/K8wZd7PG4w==" + }, + "argparse": { + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", + "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", + "requires": { + "sprintf-js": "~1.0.2" + } + }, + "array-union": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", + "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=", + "requires": { + "array-uniq": "^1.0.1" + } + }, + "array-uniq": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", + "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=" + }, + "async": { + "version": "2.6.3", + "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz", + "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==", + "requires": { + "lodash": "^4.17.14" + } + }, + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=" + }, + "babel-jest": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.5.1.tgz", + "integrity": "sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==", + "requires": { + "@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" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "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==", + "requires": { + "color-name": "~1.1.4" + } + }, + "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==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "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==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "babel-plugin-dynamic-import-node": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz", + "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==", + "requires": { + "object.assign": "^4.1.0" + } + }, + "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==", + "requires": { + "@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" + } + }, + "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==", + "requires": { + "@babel/template": "^7.3.3", + "@babel/types": "^7.3.3", + "@types/babel__core": "^7.0.0", + "@types/babel__traverse": "^7.0.6" + } + }, + "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==", + "requires": { + "@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" + } + }, + "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==", + "requires": { + "babel-plugin-jest-hoist": "^27.5.1", + "babel-preset-current-node-syntax": "^1.0.0" + } + }, + "balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" + }, + "boxen": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/boxen/-/boxen-5.1.2.tgz", + "integrity": "sha512-9gYgQKXx+1nP8mP7CzFyaUARhg7D3n1dF/FnErWmu9l6JvGpNUN278h0aSb+QjoiKSWG+iZ3uHrcqk0qrY9RQQ==", + "requires": { + "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" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "camelcase": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==" + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "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==", + "requires": { + "color-name": "~1.1.4" + } + }, + "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==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "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==", + "requires": { + "has-flag": "^4.0.0" + } + }, + "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==" + } + } + }, + "brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "requires": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", + "requires": { + "fill-range": "^7.0.1" + } + }, + "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==" + }, + "browserslist": { + "version": "4.19.1", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.19.1.tgz", + "integrity": "sha512-u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A==", + "requires": { + "caniuse-lite": "^1.0.30001286", + "electron-to-chromium": "^1.4.17", + "escalade": "^3.1.1", + "node-releases": "^2.0.1", + "picocolors": "^1.0.0" + } + }, + "bser": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", + "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", + "requires": { + "node-int64": "^0.4.0" + } + }, + "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==" + }, + "bytes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", + "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=" + }, + "call-bind": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", + "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", + "requires": { + "function-bind": "^1.1.1", + "get-intrinsic": "^1.0.2" + } + }, + "callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==" + }, + "camelcase": { + "version": "5.3.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", + "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==" + }, + "caniuse-lite": { + "version": "1.0.30001311", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001311.tgz", + "integrity": "sha512-mleTFtFKfykEeW34EyfhGIFjGCqzhh38Y0LhdQ9aWF+HorZTtdgKV/1hEE0NlFkG2ubvisPV6l400tlbPys98A==" + }, + "chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + }, + "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==" + }, + "ci-info": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.3.0.tgz", + "integrity": "sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw==" + }, + "cjs-module-lexer": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.2.tgz", + "integrity": "sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA==" + }, + "cli-boxes": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.1.tgz", + "integrity": "sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==" + }, + "clipboardy": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/clipboardy/-/clipboardy-2.3.0.tgz", + "integrity": "sha512-mKhiIL2DrQIsuXMgBgnfEHOZOryC7kY7YO//TN6c63wlEm3NG5tz+YgY5rVi29KCmq/QQjKYvM7a19+MDOTHOQ==", + "requires": { + "arch": "^2.1.1", + "execa": "^1.0.0", + "is-wsl": "^2.1.1" + }, + "dependencies": { + "cross-spawn": { + "version": "6.0.5", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz", + "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==", + "requires": { + "nice-try": "^1.0.4", + "path-key": "^2.0.1", + "semver": "^5.5.0", + "shebang-command": "^1.2.0", + "which": "^1.2.9" + } + }, + "execa": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz", + "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==", + "requires": { + "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" + } + }, + "get-stream": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz", + "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==", + "requires": { + "pump": "^3.0.0" + } + }, + "is-stream": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz", + "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=" + }, + "npm-run-path": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz", + "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=", + "requires": { + "path-key": "^2.0.0" + } + }, + "path-key": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz", + "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=" + }, + "semver": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", + "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==" + }, + "shebang-command": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz", + "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=", + "requires": { + "shebang-regex": "^1.0.0" + } + }, + "shebang-regex": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", + "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=" + }, + "which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "requires": { + "isexe": "^2.0.0" + } + } + } + }, + "cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "requires": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, + "co": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", + "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=" + }, + "collect-v8-coverage": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz", + "integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg==" + }, + "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==", + "requires": { + "color-name": "1.1.3" + } + }, + "color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=" + }, + "combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "requires": { + "delayed-stream": "~1.0.0" + } + }, + "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==" + }, + "commondir": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", + "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs=" + }, + "compressible": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", + "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", + "requires": { + "mime-db": ">= 1.43.0 < 2" + } + }, + "compression": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.3.tgz", + "integrity": "sha512-HSjyBG5N1Nnz7tF2+O7A9XUhyjru71/fwgNb7oIsEVHR0WShfs2tIS/EySLgiTe98aOK18YDlMXpzjCXY/n9mg==", + "requires": { + "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" + }, + "dependencies": { + "debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "requires": { + "ms": "2.0.0" + } + }, + "ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + } + } + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" + }, + "content-disposition": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz", + "integrity": "sha1-DPaLud318r55YcOoUXjLhdunjLQ=" + }, + "convert-source-map": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz", + "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==", + "requires": { + "safe-buffer": "~5.1.1" + } + }, + "cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "requires": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + } + }, + "cssom": { + "version": "0.4.4", + "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz", + "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw==" + }, + "cssstyle": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz", + "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==", + "requires": { + "cssom": "~0.3.6" + }, + "dependencies": { + "cssom": { + "version": "0.3.8", + "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz", + "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg==" + } + } + }, + "data-urls": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz", + "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==", + "requires": { + "abab": "^2.0.3", + "whatwg-mimetype": "^2.3.0", + "whatwg-url": "^8.0.0" + } + }, + "debug": { + "version": "4.3.3", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz", + "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==", + "requires": { + "ms": "2.1.2" + } + }, + "decimal.js": { + "version": "10.3.1", + "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.3.1.tgz", + "integrity": "sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ==" + }, + "dedent": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz", + "integrity": "sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw=" + }, + "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==" + }, + "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==" + }, + "deepmerge": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz", + "integrity": "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==" + }, + "define-properties": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz", + "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==", + "requires": { + "object-keys": "^1.0.12" + } + }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=" + }, + "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==" + }, + "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==" + }, + "doctrine": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", + "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", + "requires": { + "esutils": "^2.0.2" + } + }, + "domexception": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz", + "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==", + "requires": { + "webidl-conversions": "^5.0.0" + }, + "dependencies": { + "webidl-conversions": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz", + "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==" + } + } + }, + "electron-to-chromium": { + "version": "1.4.68", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.68.tgz", + "integrity": "sha512-cId+QwWrV8R1UawO6b9BR1hnkJ4EJPCPAr4h315vliHUtVUJDk39Sg1PMNnaWKfj5x+93ssjeJ9LKL6r8LaMiA==" + }, + "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==" + }, + "emittery": { + "version": "0.8.1", + "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz", + "integrity": "sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==" + }, + "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==" + }, + "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==", + "requires": { + "once": "^1.4.0" + } + }, + "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==", + "requires": { + "is-arrayish": "^0.2.1" + } + }, + "escalade": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", + "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==" + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=" + }, + "escodegen": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.0.0.tgz", + "integrity": "sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==", + "requires": { + "esprima": "^4.0.1", + "estraverse": "^5.2.0", + "esutils": "^2.0.2", + "optionator": "^0.8.1", + "source-map": "~0.6.1" + }, + "dependencies": { + "levn": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz", + "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=", + "requires": { + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2" + } + }, + "optionator": { + "version": "0.8.3", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz", + "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==", + "requires": { + "deep-is": "~0.1.3", + "fast-levenshtein": "~2.0.6", + "levn": "~0.3.0", + "prelude-ls": "~1.1.2", + "type-check": "~0.3.2", + "word-wrap": "~1.2.3" + } + }, + "prelude-ls": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz", + "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=" + }, + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "optional": true + }, + "type-check": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz", + "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=", + "requires": { + "prelude-ls": "~1.1.2" + } + } + } + }, + "eslint": { + "version": "8.8.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.8.0.tgz", + "integrity": "sha512-H3KXAzQGBH1plhYS3okDix2ZthuYJlQQEGE5k0IKuEqUSiyu4AmxxlJ2MtTYeJ3xB4jDhcYCwGOg2TXYdnDXlQ==", + "requires": { + "@eslint/eslintrc": "^1.0.5", + "@humanwhocodes/config-array": "^0.9.2", + "ajv": "^6.10.0", + "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.1.0", + "eslint-utils": "^3.0.0", + "eslint-visitor-keys": "^3.2.0", + "espree": "^9.3.0", + "esquery": "^1.4.0", + "esutils": "^2.0.2", + "fast-deep-equal": "^3.1.3", + "file-entry-cache": "^6.0.1", + "functional-red-black-tree": "^1.0.1", + "glob-parent": "^6.0.1", + "globals": "^13.6.0", + "ignore": "^5.2.0", + "import-fresh": "^3.0.0", + "imurmurhash": "^0.1.4", + "is-glob": "^4.0.0", + "js-yaml": "^4.1.0", + "json-stable-stringify-without-jsonify": "^1.0.1", + "levn": "^0.4.1", + "lodash.merge": "^4.6.2", + "minimatch": "^3.0.4", + "natural-compare": "^1.4.0", + "optionator": "^0.9.1", + "regexpp": "^3.2.0", + "strip-ansi": "^6.0.1", + "strip-json-comments": "^3.1.0", + "text-table": "^0.2.0", + "v8-compile-cache": "^2.0.3" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "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==", + "requires": { + "color-name": "~1.1.4" + } + }, + "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==" + }, + "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==" + }, + "globals": { + "version": "13.12.1", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.12.1.tgz", + "integrity": "sha512-317dFlgY2pdJZ9rspXDks7073GpDmXdfbM3vYYp0HAMKGDh1FfWPleI2ljVNLQX5M5lXcAslTcPTrOrMEFOjyw==", + "requires": { + "type-fest": "^0.20.2" + } + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "requires": { + "argparse": "^2.0.1" + } + }, + "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==", + "requires": { + "has-flag": "^4.0.0" + } + }, + "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==" + } + } + }, + "eslint-scope": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.0.tgz", + "integrity": "sha512-aWwkhnS0qAXqNOgKOK0dJ2nvzEbhEvpy8OlJ9kZ0FeZnA6zpjv1/Vei+puGFFX7zkPCkHHXb7IDX3A+7yPrRWg==", + "requires": { + "esrecurse": "^4.3.0", + "estraverse": "^5.2.0" + } + }, + "eslint-utils": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", + "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", + "requires": { + "eslint-visitor-keys": "^2.0.0" + }, + "dependencies": { + "eslint-visitor-keys": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", + "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==" + } + } + }, + "eslint-visitor-keys": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.2.0.tgz", + "integrity": "sha512-IOzT0X126zn7ALX0dwFiUQEdsfzrm4+ISsQS8nukaJXwEyYKRSnEIIDULYg1mCtGp7UUXgfGl7BIolXREQK+XQ==" + }, + "espree": { + "version": "9.3.0", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.3.0.tgz", + "integrity": "sha512-d/5nCsb0JcqsSEeQzFZ8DH1RmxPcglRWh24EFTlUEmCKoehXGdpsx0RkHDubqUI8LSAIKMQp4r9SzQ3n+sm4HQ==", + "requires": { + "acorn": "^8.7.0", + "acorn-jsx": "^5.3.1", + "eslint-visitor-keys": "^3.1.0" + } + }, + "esprima": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", + "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==" + }, + "esquery": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz", + "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==", + "requires": { + "estraverse": "^5.1.0" + } + }, + "esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "requires": { + "estraverse": "^5.2.0" + } + }, + "estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==" + }, + "esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==" + }, + "execa": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", + "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", + "requires": { + "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" + } + }, + "exit": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", + "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=" + }, + "expect": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz", + "integrity": "sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==", + "requires": { + "@jest/types": "^27.5.1", + "jest-get-type": "^27.5.1", + "jest-matcher-utils": "^27.5.1", + "jest-message-util": "^27.5.1" + } + }, + "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==" + }, + "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==" + }, + "fast-levenshtein": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", + "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc=" + }, + "fast-url-parser": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/fast-url-parser/-/fast-url-parser-1.1.3.tgz", + "integrity": "sha1-9K8+qfNNiicc9YrSs3WfQx8LMY0=", + "requires": { + "punycode": "^1.3.2" + } + }, + "fb-watchman": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.1.tgz", + "integrity": "sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==", + "requires": { + "bser": "2.1.1" + } + }, + "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==", + "requires": { + "flat-cache": "^3.0.4" + } + }, + "filename-reserved-regex": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz", + "integrity": "sha1-q/c9+rc10EVECr/qLZHzieu/oik=" + }, + "filenamify": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/filenamify/-/filenamify-4.3.0.tgz", + "integrity": "sha512-hcFKyUG57yWGAzu1CMt/dPzYZuv+jAJUT85bL8mrXvNe6hWj6yEHEc4EdcgiA6Z3oi1/9wXJdZPXF2dZNgwgOg==", + "requires": { + "filename-reserved-regex": "^2.0.0", + "strip-outer": "^1.0.1", + "trim-repeated": "^1.0.0" + } + }, + "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==", + "requires": { + "to-regex-range": "^5.0.1" + } + }, + "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==", + "requires": { + "commondir": "^1.0.1", + "make-dir": "^3.0.2", + "pkg-dir": "^4.1.0" + } + }, + "find-up": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", + "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", + "requires": { + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" + } + }, + "flat-cache": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", + "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", + "requires": { + "flatted": "^3.1.0", + "rimraf": "^3.0.2" + } + }, + "flatted": { + "version": "3.2.5", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.5.tgz", + "integrity": "sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg==" + }, + "form-data": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz", + "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==", + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + } + }, + "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==", + "requires": { + "graceful-fs": "^4.2.0", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + } + }, + "fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" + }, + "fsevents": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", + "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", + "optional": true + }, + "function-bind": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", + "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + }, + "functional-red-black-tree": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", + "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc=" + }, + "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==" + }, + "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==" + }, + "get-intrinsic": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz", + "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==", + "requires": { + "function-bind": "^1.1.1", + "has": "^1.0.3", + "has-symbols": "^1.0.1" + } + }, + "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==" + }, + "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==" + }, + "gh-pages": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/gh-pages/-/gh-pages-3.2.3.tgz", + "integrity": "sha512-jA1PbapQ1jqzacECfjUaO9gV8uBgU6XNMV0oXLtfCX3haGLe5Atq8BxlrADhbD6/UdG9j6tZLWAkAybndOXTJg==", + "requires": { + "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" + } + }, + "glob": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz", + "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==", + "requires": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.0.4", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + } + }, + "glob-base": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz", + "integrity": "sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q=", + "requires": { + "glob-parent": "^2.0.0", + "is-glob": "^2.0.0" + }, + "dependencies": { + "glob-parent": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz", + "integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=", + "requires": { + "is-glob": "^2.0.0" + } + }, + "is-extglob": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", + "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=" + }, + "is-glob": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", + "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", + "requires": { + "is-extglob": "^1.0.0" + } + } + } + }, + "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==", + "requires": { + "is-glob": "^4.0.3" + } + }, + "globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" + }, + "globby": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz", + "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=", + "requires": { + "array-union": "^1.0.1", + "glob": "^7.0.3", + "object-assign": "^4.0.1", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" + } + }, + "graceful-fs": { + "version": "4.2.9", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.9.tgz", + "integrity": "sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ==" + }, + "has": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", + "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", + "requires": { + "function-bind": "^1.1.1" + } + }, + "has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=" + }, + "has-symbols": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz", + "integrity": "sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==" + }, + "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==", + "requires": { + "whatwg-encoding": "^1.0.5" + } + }, + "html-escaper": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", + "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==" + }, + "htmlhint": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.1.2.tgz", + "integrity": "sha512-3rUS4ROXjyRidMiThTXhwtAotmGvOOof3uUk1X0YWjJF63qOP0sorogfgvo+XFcp5Q6IWhiFcZqd3giCrKHg+g==", + "requires": { + "async": "3.2.3", + "chalk": "^4.1.2", + "commander": "^8.3.0", + "glob": "^7.2.0", + "node-fetch": "^2.6.2", + "parse-glob": "3.0.4", + "strip-json-comments": "3.1.0", + "xml": "1.0.1" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "async": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz", + "integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g==" + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "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==", + "requires": { + "color-name": "~1.1.4" + } + }, + "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==" + }, + "commander": { + "version": "8.3.0", + "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz", + "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "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==" + }, + "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==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "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==", + "requires": { + "@tootallnate/once": "1", + "agent-base": "6", + "debug": "4" + } + }, + "https-proxy-agent": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz", + "integrity": "sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==", + "requires": { + "agent-base": "6", + "debug": "4" + } + }, + "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==" + }, + "iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "requires": { + "safer-buffer": ">= 2.1.2 < 3" + } + }, + "ignore": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz", + "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==" + }, + "import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "requires": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "dependencies": { + "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==" + } + } + }, + "import-local": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", + "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", + "requires": { + "pkg-dir": "^4.2.0", + "resolve-cwd": "^3.0.0" + } + }, + "imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=" + }, + "inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", + "requires": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==" + }, + "is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=" + }, + "is-core-module": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz", + "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==", + "requires": { + "has": "^1.0.3" + } + }, + "is-docker": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", + "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==" + }, + "is-dotfile": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.3.tgz", + "integrity": "sha1-pqLzL/0t+wT1yiXs0Pa4PPeYoeE=" + }, + "is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=" + }, + "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==" + }, + "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==" + }, + "is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "requires": { + "is-extglob": "^2.1.1" + } + }, + "is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==" + }, + "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==" + }, + "is-stream": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", + "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==" + }, + "is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=" + }, + "is-wsl": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", + "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", + "requires": { + "is-docker": "^2.0.0" + } + }, + "isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=" + }, + "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==" + }, + "istanbul-lib-instrument": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.1.0.tgz", + "integrity": "sha512-czwUz525rkOFDJxfKK6mYfIs9zBKILyrZQxjz3ABhjQXhbhFsSbo1HW/BFcsDnfJYJWA6thRR5/TUY2qs5W99Q==", + "requires": { + "@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" + } + }, + "istanbul-lib-report": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", + "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==", + "requires": { + "istanbul-lib-coverage": "^3.0.0", + "make-dir": "^3.0.0", + "supports-color": "^7.1.0" + }, + "dependencies": { + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "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==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "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==", + "requires": { + "debug": "^4.1.1", + "istanbul-lib-coverage": "^3.0.0", + "source-map": "^0.6.1" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "istanbul-reports": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.4.tgz", + "integrity": "sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw==", + "requires": { + "html-escaper": "^2.0.0", + "istanbul-lib-report": "^3.0.0" + } + }, + "jest": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest/-/jest-27.5.1.tgz", + "integrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==", + "requires": { + "@jest/core": "^27.5.1", + "import-local": "^3.0.2", + "jest-cli": "^27.5.1" + } + }, + "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==", + "requires": { + "@jest/types": "^27.5.1", + "execa": "^5.0.0", + "throat": "^6.0.1" + } + }, + "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==", + "requires": { + "@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" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "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==", + "requires": { + "color-name": "~1.1.4" + } + }, + "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==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "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==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "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==", + "requires": { + "@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" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "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==", + "requires": { + "color-name": "~1.1.4" + } + }, + "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==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "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==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-config": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.5.1.tgz", + "integrity": "sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==", + "requires": { + "@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" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "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==", + "requires": { + "color-name": "~1.1.4" + } + }, + "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==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "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==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-diff": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz", + "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==", + "requires": { + "chalk": "^4.0.0", + "diff-sequences": "^27.5.1", + "jest-get-type": "^27.5.1", + "pretty-format": "^27.5.1" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "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==", + "requires": { + "color-name": "~1.1.4" + } + }, + "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==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "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==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-docblock": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.5.1.tgz", + "integrity": "sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==", + "requires": { + "detect-newline": "^3.0.0" + } + }, + "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==", + "requires": { + "@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" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "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==", + "requires": { + "color-name": "~1.1.4" + } + }, + "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==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "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==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "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==", + "requires": { + "@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" + } + }, + "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==", + "requires": { + "@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" + } + }, + "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==" + }, + "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==", + "requires": { + "@jest/types": "^27.5.1", + "@types/graceful-fs": "^4.1.2", + "@types/node": "*", + "anymatch": "^3.0.3", + "fb-watchman": "^2.0.0", + "fsevents": "^2.3.2", + "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" + } + }, + "jest-jasmine2": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz", + "integrity": "sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==", + "requires": { + "@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" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "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==", + "requires": { + "color-name": "~1.1.4" + } + }, + "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==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "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==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "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==", + "requires": { + "jest-get-type": "^27.5.1", + "pretty-format": "^27.5.1" + } + }, + "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==", + "requires": { + "chalk": "^4.0.0", + "jest-diff": "^27.5.1", + "jest-get-type": "^27.5.1", + "pretty-format": "^27.5.1" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "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==", + "requires": { + "color-name": "~1.1.4" + } + }, + "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==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "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==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "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==", + "requires": { + "@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" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "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==", + "requires": { + "color-name": "~1.1.4" + } + }, + "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==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "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==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-mock": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz", + "integrity": "sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==", + "requires": { + "@jest/types": "^27.5.1", + "@types/node": "*" + } + }, + "jest-pnp-resolver": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz", + "integrity": "sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==", + "requires": {} + }, + "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==" + }, + "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==", + "requires": { + "@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" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "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==", + "requires": { + "color-name": "~1.1.4" + } + }, + "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==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "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==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "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==", + "requires": { + "@jest/types": "^27.5.1", + "jest-regex-util": "^27.5.1", + "jest-snapshot": "^27.5.1" + } + }, + "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==", + "requires": { + "@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" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "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==", + "requires": { + "color-name": "~1.1.4" + } + }, + "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==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "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==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "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==", + "requires": { + "@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" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "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==", + "requires": { + "color-name": "~1.1.4" + } + }, + "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==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "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==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-serializer": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz", + "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==", + "requires": { + "@types/node": "*", + "graceful-fs": "^4.2.9" + } + }, + "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==", + "requires": { + "@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" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "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==", + "requires": { + "color-name": "~1.1.4" + } + }, + "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==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "semver": { + "version": "7.3.5", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz", + "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==", + "requires": { + "lru-cache": "^6.0.0" + } + }, + "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==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "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==", + "requires": { + "@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" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "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==", + "requires": { + "color-name": "~1.1.4" + } + }, + "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==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "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==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-validate": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-27.5.1.tgz", + "integrity": "sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==", + "requires": { + "@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" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "camelcase": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", + "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==" + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "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==", + "requires": { + "color-name": "~1.1.4" + } + }, + "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==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "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==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "jest-watcher": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.5.1.tgz", + "integrity": "sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==", + "requires": { + "@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" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "requires": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + } + }, + "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==", + "requires": { + "color-name": "~1.1.4" + } + }, + "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==" + }, + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "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==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "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==", + "requires": { + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "dependencies": { + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" + }, + "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==", + "requires": { + "argparse": "^1.0.7", + "esprima": "^4.0.0" + } + }, + "jsdom": { + "version": "16.7.0", + "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz", + "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==", + "requires": { + "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" + } + }, + "jsesc": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", + "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==" + }, + "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==" + }, + "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==" + }, + "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": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE=" + }, + "json5": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz", + "integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==", + "requires": { + "minimist": "^1.2.5" + } + }, + "jsonfile": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", + "requires": { + "graceful-fs": "^4.1.6" + } + }, + "kleur": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", + "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==" + }, + "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==" + }, + "levn": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", + "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", + "requires": { + "prelude-ls": "^1.2.1", + "type-check": "~0.4.0" + } + }, + "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==" + }, + "locate-path": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", + "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", + "requires": { + "p-locate": "^4.1.0" + } + }, + "lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" + }, + "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==" + }, + "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==", + "requires": { + "yallist": "^4.0.0" + } + }, + "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==", + "requires": { + "semver": "^6.0.0" + } + }, + "makeerror": { + "version": "1.0.12", + "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz", + "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==", + "requires": { + "tmpl": "1.0.5" + } + }, + "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==" + }, + "micromatch": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz", + "integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==", + "requires": { + "braces": "^3.0.1", + "picomatch": "^2.2.3" + } + }, + "mime-db": { + "version": "1.51.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.51.0.tgz", + "integrity": "sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g==" + }, + "mime-types": { + "version": "2.1.34", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.34.tgz", + "integrity": "sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A==", + "requires": { + "mime-db": "1.51.0" + } + }, + "mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==" + }, + "minimatch": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz", + "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==", + "requires": { + "brace-expansion": "^1.1.7" + } + }, + "minimist": { + "version": "1.2.5", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", + "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" + }, + "ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" + }, + "natural-compare": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", + "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=" + }, + "negotiator": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==" + }, + "nice-try": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz", + "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==" + }, + "node-fetch": { + "version": "2.6.7", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz", + "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==", + "requires": { + "whatwg-url": "^5.0.0" + }, + "dependencies": { + "tr46": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz", + "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o=" + }, + "webidl-conversions": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz", + "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE=" + }, + "whatwg-url": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz", + "integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=", + "requires": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + } + } + }, + "node-int64": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", + "integrity": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs=" + }, + "node-releases": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.2.tgz", + "integrity": "sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg==" + }, + "normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" + }, + "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==", + "requires": { + "path-key": "^3.0.0" + } + }, + "nwsapi": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz", + "integrity": "sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ==" + }, + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=" + }, + "object-keys": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", + "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==" + }, + "object.assign": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz", + "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==", + "requires": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3", + "has-symbols": "^1.0.1", + "object-keys": "^1.1.1" + } + }, + "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==" + }, + "once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", + "requires": { + "wrappy": "1" + } + }, + "onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "requires": { + "mimic-fn": "^2.1.0" + } + }, + "opener": { + "version": "1.5.2", + "resolved": "https://registry.npmjs.org/opener/-/opener-1.5.2.tgz", + "integrity": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==" + }, + "optionator": { + "version": "0.9.1", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", + "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", + "requires": { + "deep-is": "^0.1.3", + "fast-levenshtein": "^2.0.6", + "levn": "^0.4.1", + "prelude-ls": "^1.2.1", + "type-check": "^0.4.0", + "word-wrap": "^1.2.3" + } + }, + "p-finally": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz", + "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=" + }, + "p-limit": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", + "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", + "requires": { + "p-try": "^2.0.0" + } + }, + "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==", + "requires": { + "p-limit": "^2.2.0" + } + }, + "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==" + }, + "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==", + "requires": { + "callsites": "^3.0.0" + } + }, + "parse-glob": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz", + "integrity": "sha1-ssN2z7EfNVE7rdFz7wu246OIORw=", + "requires": { + "glob-base": "^0.3.0", + "is-dotfile": "^1.0.0", + "is-extglob": "^1.0.0", + "is-glob": "^2.0.0" + }, + "dependencies": { + "is-extglob": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz", + "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=" + }, + "is-glob": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz", + "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=", + "requires": { + "is-extglob": "^1.0.0" + } + } + } + }, + "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==", + "requires": { + "@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" + } + }, + "parse5": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", + "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==" + }, + "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==" + }, + "path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" + }, + "path-is-inside": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", + "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=" + }, + "path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==" + }, + "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==" + }, + "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==" + }, + "picocolors": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", + "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==" + }, + "picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==" + }, + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=" + }, + "pinkie": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", + "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=" + }, + "pinkie-promise": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", + "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", + "requires": { + "pinkie": "^2.0.0" + } + }, + "pirates": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz", + "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==" + }, + "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==", + "requires": { + "find-up": "^4.0.0" + } + }, + "prelude-ls": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", + "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==" + }, + "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==", + "requires": { + "ansi-regex": "^5.0.1", + "ansi-styles": "^5.0.0", + "react-is": "^17.0.1" + }, + "dependencies": { + "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==" + } + } + }, + "prompts": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", + "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", + "requires": { + "kleur": "^3.0.3", + "sisteransi": "^1.0.5" + } + }, + "psl": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz", + "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==" + }, + "pump": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz", + "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==", + "requires": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=" + }, + "range-parser": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz", + "integrity": "sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4=" + }, + "rc": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", + "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", + "requires": { + "deep-extend": "^0.6.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" + }, + "dependencies": { + "strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=" + } + } + }, + "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==" + }, + "regexpp": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz", + "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==" + }, + "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==", + "requires": { + "rc": "^1.1.6", + "safe-buffer": "^5.0.1" + } + }, + "registry-url": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-3.1.0.tgz", + "integrity": "sha1-PU74cPc93h138M+aOBQyRE4XSUI=", + "requires": { + "rc": "^1.0.1" + } + }, + "require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=" + }, + "resolve": { + "version": "1.22.0", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz", + "integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==", + "requires": { + "is-core-module": "^2.8.1", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + } + }, + "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==", + "requires": { + "resolve-from": "^5.0.0" + } + }, + "resolve-from": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", + "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==" + }, + "resolve.exports": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.0.tgz", + "integrity": "sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==" + }, + "rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "requires": { + "glob": "^7.1.3" + } + }, + "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==" + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "saxes": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz", + "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==", + "requires": { + "xmlchars": "^2.2.0" + } + }, + "semver": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", + "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==" + }, + "serve": { + "version": "13.0.2", + "resolved": "https://registry.npmjs.org/serve/-/serve-13.0.2.tgz", + "integrity": "sha512-71R6fKvNgKrqARAag6lYJNnxDzpH7DCNrMuvPY5PLVaC2PDhJsGTj/34o4o4tPWhTuLgEXqvgnAWbATQ9zGZTQ==", + "requires": { + "@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" + }, + "dependencies": { + "chalk": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.1.tgz", + "integrity": "sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ==", + "requires": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + } + } + } + }, + "serve-handler": { + "version": "6.1.3", + "resolved": "https://registry.npmjs.org/serve-handler/-/serve-handler-6.1.3.tgz", + "integrity": "sha512-FosMqFBNrLyeiIDvP1zgO6YoTzFYHxLDEIavhlmQ+knB2Z7l1t+kGLHkZIDN7UVWqQAmKI3D20A6F6jo3nDd4w==", + "requires": { + "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" + }, + "dependencies": { + "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==" + }, + "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==", + "requires": { + "mime-db": "~1.33.0" + } + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==", + "requires": { + "brace-expansion": "^1.1.7" + } + } + } + }, + "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==", + "requires": { + "shebang-regex": "^3.0.0" + } + }, + "shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==" + }, + "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==" + }, + "sisteransi": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", + "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==" + }, + "slash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==" + }, + "source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" + }, + "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==", + "requires": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + }, + "dependencies": { + "source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + } + } + }, + "sprintf-js": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", + "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=" + }, + "stack-utils": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.5.tgz", + "integrity": "sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA==", + "requires": { + "escape-string-regexp": "^2.0.0" + }, + "dependencies": { + "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==" + } + } + }, + "string-length": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", + "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", + "requires": { + "char-regex": "^1.0.2", + "strip-ansi": "^6.0.0" + } + }, + "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==", + "requires": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + } + }, + "strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "requires": { + "ansi-regex": "^5.0.1" + } + }, + "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==" + }, + "strip-eof": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz", + "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=" + }, + "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==" + }, + "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==" + }, + "strip-outer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/strip-outer/-/strip-outer-1.0.1.tgz", + "integrity": "sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==", + "requires": { + "escape-string-regexp": "^1.0.2" + } + }, + "supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "requires": { + "has-flag": "^3.0.0" + } + }, + "supports-hyperlinks": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.2.0.tgz", + "integrity": "sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ==", + "requires": { + "has-flag": "^4.0.0", + "supports-color": "^7.0.0" + }, + "dependencies": { + "has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==" + }, + "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==", + "requires": { + "has-flag": "^4.0.0" + } + } + } + }, + "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==" + }, + "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==" + }, + "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==", + "requires": { + "ansi-escapes": "^4.2.1", + "supports-hyperlinks": "^2.0.0" + } + }, + "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==", + "requires": { + "@istanbuljs/schema": "^0.1.2", + "glob": "^7.1.4", + "minimatch": "^3.0.4" + } + }, + "text-table": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", + "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=" + }, + "throat": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.1.tgz", + "integrity": "sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w==" + }, + "tmpl": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", + "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==" + }, + "to-fast-properties": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", + "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=" + }, + "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==", + "requires": { + "is-number": "^7.0.0" + } + }, + "tough-cookie": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.0.0.tgz", + "integrity": "sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==", + "requires": { + "psl": "^1.1.33", + "punycode": "^2.1.1", + "universalify": "^0.1.2" + }, + "dependencies": { + "punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" + } + } + }, + "tr46": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz", + "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==", + "requires": { + "punycode": "^2.1.1" + }, + "dependencies": { + "punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" + } + } + }, + "trim-repeated": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz", + "integrity": "sha1-42RqLqTokTEr9+rObPsFOAvAHCE=", + "requires": { + "escape-string-regexp": "^1.0.2" + } + }, + "type-check": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", + "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", + "requires": { + "prelude-ls": "^1.2.1" + } + }, + "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==" + }, + "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==" + }, + "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==", + "requires": { + "is-typedarray": "^1.0.0" + } + }, + "universalify": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==" + }, + "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==", + "requires": { + "registry-auth-token": "3.3.2", + "registry-url": "3.1.0" + } + }, + "uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "requires": { + "punycode": "^2.1.0" + }, + "dependencies": { + "punycode": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", + "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==" + } + } + }, + "v8-compile-cache": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", + "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==" + }, + "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==", + "requires": { + "@types/istanbul-lib-coverage": "^2.0.1", + "convert-source-map": "^1.6.0", + "source-map": "^0.7.3" + }, + "dependencies": { + "source-map": { + "version": "0.7.3", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz", + "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==" + } + } + }, + "vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=" + }, + "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==", + "requires": { + "browser-process-hrtime": "^1.0.0" + } + }, + "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==", + "requires": { + "xml-name-validator": "^3.0.0" + } + }, + "walker": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz", + "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==", + "requires": { + "makeerror": "1.0.12" + } + }, + "webidl-conversions": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz", + "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==" + }, + "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==", + "requires": { + "iconv-lite": "0.4.24" + } + }, + "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==" + }, + "whatwg-url": { + "version": "8.7.0", + "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz", + "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==", + "requires": { + "lodash": "^4.7.0", + "tr46": "^2.1.0", + "webidl-conversions": "^6.1.0" + } + }, + "which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "requires": { + "isexe": "^2.0.0" + } + }, + "widest-line": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz", + "integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==", + "requires": { + "string-width": "^4.0.0" + } + }, + "word-wrap": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", + "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==" + }, + "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==", + "requires": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "dependencies": { + "ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "requires": { + "color-convert": "^2.0.1" + } + }, + "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==", + "requires": { + "color-name": "~1.1.4" + } + }, + "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==" + } + } + }, + "wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + }, + "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==", + "requires": { + "imurmurhash": "^0.1.4", + "is-typedarray": "^1.0.0", + "signal-exit": "^3.0.2", + "typedarray-to-buffer": "^3.1.5" + } + }, + "ws": { + "version": "7.5.7", + "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.7.tgz", + "integrity": "sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A==", + "requires": {} + }, + "xml": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/xml/-/xml-1.0.1.tgz", + "integrity": "sha1-eLpyAgApxbyHuKgaPPzXS0ovweU=" + }, + "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==" + }, + "xmlchars": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz", + "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==" + }, + "y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==" + }, + "yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==" + }, + "yargs": { + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", + "requires": { + "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" + } + }, + "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==" + } + } +} 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-BR.md b/src/data/athletes/README.pt-BR.md deleted file mode 100644 index 4b27c451..00000000 --- a/src/data/athletes/README.pt-BR.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 8c28a93e..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/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-BR.md b/src/data/ghibli/README.pt-BR.md deleted file mode 100644 index a4f69ff7..00000000 --- a/src/data/ghibli/README.pt-BR.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 fb68b355..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://static.wikia.nocookie.net/studio-ghibli/images/4/46/The_Borrower_Arrietty.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 633b40a3..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://static.wikia.nocookie.net/studio-ghibli/images/4/46/The_Borrower_Arrietty.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/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-BR.md b/src/data/lol/README.pt-BR.md deleted file mode 100644 index 1da301f5..00000000 --- a/src/data/lol/README.pt-BR.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://esportsbr.com/noticia/lol-entenda-o-basico-para-comecar-a-jogar-league-of-legends). - -## 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 43f6f9a4..00000000 --- a/src/data/lol/lol.js +++ /dev/null @@ -1,6975 +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://www.masterypoints.com/assets/img/lol/champion_icons/Aatrox.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Ahri.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Akali.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Alistar.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Amumu.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Anivia.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Annie.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Ashe.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/AurelionSol.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Azir.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Bard.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Blitzcrank.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Brand.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Braum.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Caitlyn.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Camille.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Cassiopeia.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Chogath.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Corki.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Darius.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Diana.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Draven.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/DrMundo.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Ekko.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Elise.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Evelynn.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Ezreal.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/FiddleSticks.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Fiora.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Fizz.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Galio.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Gangplank.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Garen.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Gnar.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Gragas.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Graves.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Hecarim.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Heimerdinger.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Illaoi.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Irelia.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Ivern.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Janna.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/JarvanIV.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Jax.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Jayce.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Jhin.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Jinx.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Kalista.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Karma.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Karthus.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Kassadin.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Katarina.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Kayle.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Kennen.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Khazix.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Kindred.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Kled.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/KogMaw.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Leblanc.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/LeeSin.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Leona.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Lissandra.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Lucian.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Lulu.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Lux.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Malphite.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Malzahar.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Maokai.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/MasterYi.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/MissFortune.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/MonkeyKing.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Mordekaiser.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Morgana.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Nami.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Nasus.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Nautilus.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Nidalee.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Nocturne.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Nunu.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Olaf.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Orianna.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Pantheon.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Poppy.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Quinn.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Rammus.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/RekSai.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Renekton.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Rengar.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Riven.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Rumble.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Ryze.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Sejuani.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Shaco.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Shen.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Shyvana.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Singed.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Sion.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Sivir.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Skarner.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Sona.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Soraka.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Swain.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Syndra.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/TahmKench.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Taliyah.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Talon.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Taric.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Teemo.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Thresh.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Tristana.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Trundle.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Tryndamere.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Maokai.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Twitch.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Udyr.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Urgot.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Varus.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Vayne.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Veigar.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Velkoz.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Vi.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Viktor.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Vladimir.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Volibear.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Warwick.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Xerath.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/XinZhao.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Yasuo.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Yorick.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Zac.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Zed.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Ziggs.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Zilean.png", - 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://www.masterypoints.com/assets/img/lol/champion_icons/Zyra.png", - 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 c355012d..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://www.masterypoints.com/assets/img/lol/champion_icons/Aatrox.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Ahri.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Akali.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Alistar.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Amumu.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Anivia.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Annie.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Ashe.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/AurelionSol.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Azir.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Bard.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Blitzcrank.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Brand.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Braum.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Caitlyn.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Camille.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Cassiopeia.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Chogath.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Corki.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Darius.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Diana.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Draven.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/DrMundo.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Ekko.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Elise.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Evelynn.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Ezreal.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/FiddleSticks.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Fiora.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Fizz.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Galio.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Gangplank.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Garen.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Gnar.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Gragas.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Graves.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Hecarim.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Heimerdinger.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Illaoi.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Irelia.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Ivern.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Janna.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/JarvanIV.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Jax.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Jayce.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Jhin.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Jinx.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Kalista.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Karma.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Karthus.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Kassadin.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Katarina.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Kayle.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Kennen.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Khazix.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Kindred.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Kled.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/KogMaw.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Leblanc.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/LeeSin.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Leona.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Lissandra.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Lucian.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Lulu.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Lux.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Malphite.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Malzahar.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Maokai.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/MasterYi.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/MissFortune.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/MonkeyKing.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Mordekaiser.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Morgana.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Nami.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Nasus.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Nautilus.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Nidalee.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Nocturne.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Nunu.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Olaf.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Orianna.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Pantheon.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Poppy.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Quinn.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Rammus.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/RekSai.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Renekton.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Rengar.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Riven.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Rumble.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Ryze.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Sejuani.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Shaco.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Shen.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Shyvana.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Singed.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Sion.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Sivir.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Skarner.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Sona.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Soraka.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Swain.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Syndra.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/TahmKench.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Taliyah.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Talon.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Taric.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Teemo.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Thresh.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Tristana.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Trundle.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Tryndamere.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Maokai.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Twitch.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Udyr.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Urgot.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Varus.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Vayne.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Veigar.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Velkoz.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Vi.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Viktor.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Vladimir.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Volibear.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Warwick.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Xerath.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/XinZhao.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Yasuo.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Yorick.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Zac.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Zed.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Ziggs.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Zilean.png", - "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://www.masterypoints.com/assets/img/lol/champion_icons/Zyra.png", - "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-BR.md b/src/data/pokemon/README.pt-BR.md deleted file mode 100644 index e553af27..00000000 --- a/src/data/pokemon/README.pt-BR.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/favicon.ico b/src/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..cc0fb3ef5eb2658027271f092086fa3e46b54ac0 GIT binary patch literal 4286 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 + + + + + + Data Lovers + + + + + + + +
+ imagem de rick e morty + +
+ + + + \ No newline at end of file diff --git a/src/index.html b/src/index.html index 5aef81f0..7e972314 100644 --- a/src/index.html +++ b/src/index.html @@ -1,12 +1,33 @@ - - - - Data Lovers - - - -
- - - + + + + + + Data Lovers + + + + + + + +
+ imagem de rick e morty + +
+
+
+ +
+
+
+ + + + \ No newline at end of file diff --git a/src/main.js b/src/main.js index ad60a3f4..190a2ca0 100644 --- a/src/main.js +++ b/src/main.js @@ -1,8 +1,6 @@ import { example } from './data.js'; -import data from './data/pokemon/pokemon.js'; -// import data from './data/lol/lol.js'; -// import data from './data/rickandmorty/rickandmorty.js'; -// import data from './data/ghibli/ghibli.js'; -// import data from './data/athletes/athletes.js'; + +import data from './data/rickandmorty/rickandmorty.js'; + console.log(example, data); diff --git a/src/reset.css b/src/reset.css new file mode 100644 index 00000000..af944401 --- /dev/null +++ b/src/reset.css @@ -0,0 +1,48 @@ +/* http://meyerweb.com/eric/tools/css/reset/ + v2.0 | 20110126 + License: none (public domain) +*/ + +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center, +dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td, +article, aside, canvas, details, embed, +figure, figcaption, footer, header, hgroup, +menu, nav, output, ruby, section, summary, +time, mark, audio, video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; +} +/* HTML5 display-role reset for older browsers */ +article, aside, details, figcaption, figure, +footer, header, hgroup, menu, nav, section { + display: block; +} +body { + line-height: 1; +} +ol, ul { + list-style: none; +} +blockquote, q { + quotes: none; +} +blockquote:before, blockquote:after, +q:before, q:after { + content: ''; + content: none; +} +table { + border-collapse: collapse; + border-spacing: 0; +} \ No newline at end of file diff --git a/src/rick-and-morty.png b/src/rick-and-morty.png new file mode 100644 index 0000000000000000000000000000000000000000..2c7f966a24a9797b5a9430a0ece5dc415f187cc6 GIT binary patch literal 192611 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

44>`3?0?TEgK0B#54oDd~e7 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�BraX@PU_+JdCPlxMD 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 z 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 literal 0 HcmV?d00001 diff --git a/src/style.css b/src/style.css index e69de29b..fb251af0 100644 --- a/src/style.css +++ b/src/style.css @@ -0,0 +1,36 @@ +body { + font-family: 'Source Serif 4', sans-serif; +} +.cabecalho { + align-items: center; + background: #FFFF6B; + display: flex; + justify-content: space-between; + padding: 2rem 0 0 2rem; +} +.imagem-rickemorty { + max-width: 300px; + max-height: 220px; + width: auto; + height: auto; +} +.menu-lista { + display: flex; +} +.itens { + color: #472009; + margin-right: 1.25rem; + text-decoration: none; + text-transform: uppercase; + font-size: 22px; +} + +.itens:active { + color: #ADFFFC; + font-weight: bold; +} +.itens:hover { + text-decoration: underline; + color: #fefefe +} + From 62d5c17e1848b2499bcaf85b14224b5ad193dfbf Mon Sep 17 00:00:00 2001 From: Taila Martins Date: Wed, 16 Feb 2022 11:20:42 -0300 Subject: [PATCH 02/16] foi inserido outras paginas --- src/episodios.html | 34 ++++++++++++++++++++++++++++++++++ src/home.html | 39 ++++++++++++++++++++++++++++++++------- src/index.html | 3 ++- src/style.css | 27 ++++++++++++++++++++++++++- 4 files changed, 94 insertions(+), 9 deletions(-) create mode 100644 src/episodios.html diff --git a/src/episodios.html b/src/episodios.html new file mode 100644 index 00000000..a7c816f5 --- /dev/null +++ b/src/episodios.html @@ -0,0 +1,34 @@ + + + + + + + Data Lovers + + + + + + + +

+

imagem de rick e morty

+
+
+
+
+ +
+
+ + + + + \ No newline at end of file diff --git a/src/home.html b/src/home.html index 0027f383..d178fc19 100644 --- a/src/home.html +++ b/src/home.html @@ -8,19 +8,44 @@ - + +
- imagem de rick e morty +

imagem de rick e morty

-
+ +
+
+

Sinopse

+

Rick Sanchez é um cientista genial e alcoólatra que foi morar com a família de sua filha Beth, uma + cirurgiã + cardíaca de equinos. Ele divide seu tempo entre desenvolver projetos altamente tecnológicos em seu + laboratório (garagem da casa de Beth) e levar seu neto de 14 anos Morty em aventuras perigosas e + surreais + pelo Multiverso. Combinados com tensões preexistentes dentro da família, esses eventos causam ao + sensível + Morty muito angústia em casa e na escola.

+ + +
+
+ diff --git a/src/index.html b/src/index.html index 7e972314..e93b1326 100644 --- a/src/index.html +++ b/src/index.html @@ -13,10 +13,11 @@
- imagem de rick e morty +

imagem de rick e morty

diff --git a/src/style.css b/src/style.css index fb251af0..198f6b48 100644 --- a/src/style.css +++ b/src/style.css @@ -24,7 +24,6 @@ body { text-transform: uppercase; font-size: 22px; } - .itens:active { color: #ADFFFC; font-weight: bold; @@ -34,3 +33,29 @@ body { color: #fefefe } + + + + + + + + + + + + +.rodape { + background: #FFFF6B; + padding: 2rem; +} +.texto-centro { + text-align: center; + font-size: 12px; + color: #472009; +} +.links { + text-decoration: none; + color:#472009 +} + From 9975a3db100cd412a478d2ef9522491fef292705 Mon Sep 17 00:00:00 2001 From: Taila Martins Date: Wed, 16 Feb 2022 21:24:38 -0300 Subject: [PATCH 03/16] =?UTF-8?q?altera=C3=A7=C3=A3o=20do=20favicon?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/episodios.html | 4 ++-- src/favicon-32x32.png | Bin 0 -> 2073 bytes src/favicon.ico | Bin 4286 -> 0 bytes src/home.html | 33 ++++++++++++++++----------------- src/index.html | 4 ++-- src/style.css | 18 ++++++++++++++++++ 6 files changed, 38 insertions(+), 21 deletions(-) create mode 100644 src/favicon-32x32.png delete mode 100644 src/favicon.ico diff --git a/src/episodios.html b/src/episodios.html index a7c816f5..27de46c3 100644 --- a/src/episodios.html +++ b/src/episodios.html @@ -4,8 +4,8 @@ - Data Lovers - + Rick and Morty | Data Lovers + diff --git a/src/favicon-32x32.png b/src/favicon-32x32.png new file mode 100644 index 0000000000000000000000000000000000000000..c2702443de3ba110fc2a775f77b4f109f76636c2 GIT binary patch literal 2073 zcmZ`)X*kpi7ylbVNMj!oBhe`9$P!a#D?^QCjIEF*3@LCuLza^4*Q<~3hxa+pIluG#mgjst304-SM}*{r001~*hQksL5c;PD`447L zc=)da;PXb|Q2H=^0`i-! z5eEXl`(;xsu>YruTFNsI7=d6j{6&E|kQe|K9ILN-ci?F@!=i`|to9s7OZidRxW_gT z1}(_Y+Ow|GF|w}Tf1K#}z^1`ubo*g>$yCJ*r?1`@Kj5iJIBRMWNzz+C?UtW_--}}+ z5K@s$0MmBJcGC8gOresy!-Rql)v}UqRK9?if4;J}5ZM+o`D#}Y)5JLQiUupi3I;AW zQN=G>PYD$*j&4O3`qqc5vd5A_?1o)l*MlZ`aGk7DscgGDr&J`P-Jf-vEI$vhYV5V; z3h+|gkk{%*UkHvk z!<^M^b1NZ>U?{}{w|5L1Fr2^&J^8!BD%)Nbz)XoO4SGg*#UE_PUCBt=wba-%E|9;+Oc(FLntVD_+tbSvKFK-kxg1}koJv52@&bWaW zDP=ttT($AvFfR8P3=Q>sMExT5X>;?#p*Vg^P0{iuq`8?tyz|Of(Tx71^4gJlq0aDB zdaW|HSPc0k;zDnu=%ziRQ|20|u|%8koiKULgfPI!ruBTglI;9NJu2T9gXc8e_b60r zX&c+?9f^8rZoA|iwwT_q;xR7zxq8?UQJ0RQ|F}o@tBj}p;2HeDUtkg6u;Qi{`tm}k zSm4L~f7qugh8F#1g^6;adW|W!b5FKmrYqZOFKNYV`EC+Q`>Y`85l(Vkj1n|6+09Yf zXDvN%{HgWCbh%^ZJ@vZ`Rw@t0t<^v{EsW|fu1Hh*WMVcJ8T(fai}=_g=za`3JiFEZ z$J=1a^}U}qM0|;pX3+lf@po5Z-YBHRc*TD0q#lal!R8s9qxC@PsQ2}NeJcpvL+{;-$ZUw zimL)b)IYYh@y^Z7ak<m;YuEtx#_7jj4PJkb$ER;V3mh$8H0N?(fd0y6QPe)rh^LCNFh5P=PUbp$<*6$NBi? z8}a(^0>U$PX;KNcM6AtCX8-cO7|yAqd4uOOl5R>gQcm^ay)1+GmR9caMy>P zcKiB21>AEY9K>2(q$Uy)M?oQtWal48?dtZV#(o-zvifEV>@XOuggwy$cD7zUV)gfW!@|yB zqUY4B5c=pADt!+U7dSWVPi)<||5W7B$>}eiU9*G}yfuUhKSsu7J` zdQ=+mG#;U_(v0F(8tgLqs9m0RL0uy~a;Y~xui5LLv+|1^nI^LAogBWL7~+CAwyHc87q+|=!3_m5`57i_=a1sr;*1U z&jSG9+HkmrHe5r;fT*o)q@!=7ZFuHj(bncTMA-gM;FkXlAFr_gA1FS=;vNL-!-)>T z1h-IVz#V@tA3slMa9DsR)F&X=0|4&j&-@e-477v6K3H~jo6QmcUS(lT4`B&qiOZRi zyb@3>`7G-OuW~IB+BGuxp54usXA5+ZaYg2uz=Die@K3Z}*1-wD?4kvhfp(4lFTd)y AIG3j4AMo=08#>aLf}Y| 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 - Data Lovers - + Rick and Morty | Data Lovers + @@ -24,29 +24,28 @@

imagem de rick e morty -

Sinopse

-

Rick Sanchez é um cientista genial e alcoólatra que foi morar com a família de sua filha Beth, uma - cirurgiã - cardíaca de equinos. Ele divide seu tempo entre desenvolver projetos altamente tecnológicos em seu - laboratório (garagem da casa de Beth) e levar seu neto de 14 anos Morty em aventuras perigosas e - surreais - pelo Multiverso. Combinados com tensões preexistentes dentro da família, esses eventos causam ao - sensível - Morty muito angústia em casa e na escola.

+
+

Sinopse

+

Rick Sanchez é um cientista genial e alcoólatra que foi morar com a família de sua + filha Beth, uma + cirurgiã cardíaca de equinos. Ele divide seu tempo entre desenvolver projetos altamente tecnológicos + em seu laboratório (garagem da casa de Beth) e levar seu neto de 14 anos Morty em aventuras perigosas e + surreais pelo Multiverso. Combinados com tensões preexistentes dentro da família, esses eventos causam + ao sensível Morty muito angústia em casa e na escola.

- + allowfullscreen> +
- \ No newline at end of file diff --git a/src/index.html b/src/index.html index e93b1326..b00d9d8b 100644 --- a/src/index.html +++ b/src/index.html @@ -4,8 +4,8 @@ - Data Lovers - + Rick and Morty | Data Lovers + diff --git a/src/style.css b/src/style.css index 198f6b48..9c6abb82 100644 --- a/src/style.css +++ b/src/style.css @@ -32,8 +32,26 @@ body { text-decoration: underline; color: #fefefe } +.secao-sinopse { +} +.sinopse { + text-align: center; + font-size: 22px; + text-transform: uppercase; + padding: 1em; + color: #472009; + +} +.texto-sinopse { + margin: 0 0 1em; +} +.video { + + +} + From f1d05be4d4bca77c5cfe7862cae0f9b09b185808 Mon Sep 17 00:00:00 2001 From: Taila Martins Date: Thu, 17 Feb 2022 14:47:26 -0300 Subject: [PATCH 04/16] tirado o video --- src/episodios.html | 1 - src/home.html | 53 ++++++++++++++++++++++++++++++--------------- src/index.html | 2 +- src/sobre.png | Bin 0 -> 429342 bytes src/style.css | 26 +++++++++++++++------- 5 files changed, 55 insertions(+), 27 deletions(-) create mode 100644 src/sobre.png diff --git a/src/episodios.html b/src/episodios.html index 27de46c3..1230ce04 100644 --- a/src/episodios.html +++ b/src/episodios.html @@ -10,7 +10,6 @@ -

imagem de rick e morty

diff --git a/src/home.html b/src/home.html index 55f7d73b..9678a99e 100644 --- a/src/home.html +++ b/src/home.html @@ -8,7 +8,8 @@ - + @@ -24,27 +25,45 @@

imagem de rick e morty +

Sinopse

+ imagem Rick and Morty +

Rick and Morty é uma série de animação adulta + norte-americana de comédia e ficção científica criada por Justin Roiland e Dan Harmon para o bloco de + programação noturno Adult Swim, exibido no canal Cartoon Network.

+ +

A série estreou em 2 de dezembro de 2013 e acompanha as perigosas aventuras do + cientista alcoólatra Rick + e seu neto Morty, que divide seu tempo entre a vida familiar e viagens interdimensionais. Em 2016, suas + duas primeiras temporadas foram lançadas na Netflix com a dublagem brasileira realizada pelo estúdio + Dubbing Company, de Campinas, com tradução de Carlos Freires, e também foi transmitida nos canais pagos + TBS, I.Sat e TNT Séries, atualmente é exibida no Brasil pelo canal Warner Channel desde 4 de maio de + 2020 com a estreia do bloco do Adult Swim no canal. Em agosto de 2015, o Adult Swim renovou a série para + uma terceira temporada de 10 episódios, que estreou no dia 1 de abril de 2017 com o resto da temporada + programada para ir ao ar durante o verão do mesmo ano.[1]

+ +

A série se originou de uma paródia animada em curta-metragem do filme De Volta Para o + Futuro criada por + Roiland para o festival de cinema Channel 101. A Adult Swim abordou Harmon a respeito de ideias para um + programa de televisão, então ele e Roiland desenvolveram o programa com base no curta, substituindo os + personagens de Doc com Rick e Marty com Morty.

+ +

Voce pode acompanhar a serie no site da Netflix e Hbo.

+ + + + +
-

Sinopse

-

Rick Sanchez é um cientista genial e alcoólatra que foi morar com a família de sua - filha Beth, uma - cirurgiã cardíaca de equinos. Ele divide seu tempo entre desenvolver projetos altamente tecnológicos - em seu laboratório (garagem da casa de Beth) e levar seu neto de 14 anos Morty em aventuras perigosas e - surreais pelo Multiverso. Combinados com tensões preexistentes dentro da família, esses eventos causam - ao sensível Morty muito angústia em casa e na escola.

- -
- -
+
diff --git a/src/index.html b/src/index.html index b00d9d8b..321ccb84 100644 --- a/src/index.html +++ b/src/index.html @@ -23,7 +23,7 @@

imagem de rick e morty diff --git a/src/sobre.png b/src/sobre.png new file mode 100644 index 0000000000000000000000000000000000000000..2ed0c41acd4f0670e7af59ca5825d9c791294a1e GIT binary patch literal 429342 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ℑ8mb3@ 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∈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 Date: Fri, 18 Feb 2022 14:52:19 -0300 Subject: [PATCH 05/16] finalizada a pagina home --- src/episodios.html | 33 -------------------------------- src/home.html | 46 ++++++++++++++++++++------------------------- src/index.html | 12 +++++++++--- src/sobre.png | Bin 429342 -> 0 bytes src/style.css | 40 +++++++++++++++------------------------ 5 files changed, 44 insertions(+), 87 deletions(-) delete mode 100644 src/episodios.html delete mode 100644 src/sobre.png diff --git a/src/episodios.html b/src/episodios.html deleted file mode 100644 index 1230ce04..00000000 --- a/src/episodios.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - Rick and Morty | Data Lovers - - - - - - - -
-
- -
-
- - - - - \ No newline at end of file diff --git a/src/home.html b/src/home.html index 9678a99e..4c17b6cd 100644 --- a/src/home.html +++ b/src/home.html @@ -8,9 +8,8 @@ - - @@ -18,21 +17,16 @@

imagem de rick e morty

-

imagem de rick e morty

-
-

-

Sinopse

- imagem Rick and Morty -

Rick and Morty é uma série de animação adulta - norte-americana de comédia e ficção científica criada por Justin Roiland e Dan Harmon para o bloco de - programação noturno Adult Swim, exibido no canal Cartoon Network.

- -

A série estreou em 2 de dezembro de 2013 e acompanha as perigosas aventuras do +

Sobre

+

A série estreou em 2 de dezembro de 2013 e acompanha as perigosas aventuras do cientista alcoólatra Rick e seu neto Morty, que divide seu tempo entre a vida familiar e viagens interdimensionais. Em 2016, suas duas primeiras temporadas foram lançadas na Netflix com a dublagem brasileira realizada pelo estúdio @@ -40,24 +34,24 @@

Sinopse

TBS, I.Sat e TNT Séries, atualmente é exibida no Brasil pelo canal Warner Channel desde 4 de maio de 2020 com a estreia do bloco do Adult Swim no canal. Em agosto de 2015, o Adult Swim renovou a série para uma terceira temporada de 10 episódios, que estreou no dia 1 de abril de 2017 com o resto da temporada - programada para ir ao ar durante o verão do mesmo ano.[1]

- -

A série se originou de uma paródia animada em curta-metragem do filme De Volta Para o + programada para ir ao ar durante o verão do mesmo ano.

+
+
+

Sinopse

+

O show gira em torno das aventuras dos membros da família Smith, que consiste nos pais Jerry e Beth, + seus filhos Summer e Morty, e o pai de Beth, chamado Rick Sanchez, que mora com eles como hóspede. De + acordo com Justin Roiland, a família mora fora da cidade de Seattle, no estado norte-americano de + Washington.[2] No entanto, as aventuras de Rick e Morty ocorrem em um número infinito de realidades, com + os personagens viajando para outros planetas e dimensões através de portais usando o veículo voador de + Rick.

+
+
+

Curiosidades

+

A série se originou de uma paródia animada em curta-metragem do filme De Volta Para o Futuro criada por Roiland para o festival de cinema Channel 101. A Adult Swim abordou Harmon a respeito de ideias para um programa de televisão, então ele e Roiland desenvolveram o programa com base no curta, substituindo os personagens de Doc com Rick e Marty com Morty.

- -

Voce pode acompanhar a serie no site da Netflix e Hbo.

- - -
- - -
-
From d39f78edb872a23f7bd23bd714d9bbd2c6e3d78c Mon Sep 17 00:00:00 2001 From: Taila Martins Date: Fri, 18 Feb 2022 19:17:56 -0300 Subject: [PATCH 08/16] corrigido a palavra assistir --- src/home.html | 2 +- src/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/home.html b/src/home.html index d6bfaed2..a48787f4 100644 --- a/src/home.html +++ b/src/home.html @@ -22,7 +22,7 @@

imagem de rick e mortyAonde assistir? - + g

Sobre

diff --git a/src/index.html b/src/index.html index 5fa5e22b..f727a081 100644 --- a/src/index.html +++ b/src/index.html @@ -19,7 +19,7 @@

imagem de rick e morty - + From d93edf41db8e2ac86796ab3848ea326734cefaa3 Mon Sep 17 00:00:00 2001 From: Taila Martins Date: Fri, 18 Feb 2022 19:43:12 -0300 Subject: [PATCH 09/16] colando o s na palavra assitir --- src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index 5fa5e22b..f727a081 100644 --- a/src/index.html +++ b/src/index.html @@ -19,7 +19,7 @@

imagem de rick e morty - + From ba2b78b3e2ae9488db315a1ce31888af350280a5 Mon Sep 17 00:00:00 2001 From: Taila Martins Date: Fri, 18 Feb 2022 20:13:19 -0300 Subject: [PATCH 10/16] teste --- src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.html b/src/index.html index f727a081..bc44b3da 100644 --- a/src/index.html +++ b/src/index.html @@ -14,7 +14,7 @@
-

imagem de rick e morty

+

imagem de rick e morty

-