From 4186fcdfbc93a238885141bc00620f557b34edb5 Mon Sep 17 00:00:00 2001 From: Jessika Mirella Date: Tue, 22 Feb 2022 17:20:41 -0300 Subject: [PATCH 1/6] add-pasta de imagens-logo-fundo --- package-lock.json | 11801 +++++++++++++++++++++++++++ src/imagens/Studio_Ghibli_logo.png | Bin 0 -> 24715 bytes src/imagens/calcifer.png | Bin 0 -> 107494 bytes src/imagens/kiki_sem fundo.png | Bin 0 -> 306573 bytes src/imagens/sem_rosto.png | Bin 0 -> 259915 bytes src/index.html | 23 +- src/style.css | 18 + 7 files changed, 11833 insertions(+), 9 deletions(-) create mode 100644 package-lock.json create mode 100644 src/imagens/Studio_Ghibli_logo.png create mode 100644 src/imagens/calcifer.png create mode 100644 src/imagens/kiki_sem fundo.png create mode 100644 src/imagens/sem_rosto.png diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 00000000..50ec0e6b --- /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.2", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.1.2.tgz", + "integrity": "sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg==", + "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.5", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.5.tgz", + "integrity": "sha512-/BBMw4EvjmyquN5O+t5eh0+YqB3XXJkYD2cjKpYtWOfFy4lQ4UozNSmxAcWT8r2XtZs0ewG+zrfsqeR15i1ajA==", + "dependencies": { + "@ampproject/remapping": "^2.1.0", + "@babel/code-frame": "^7.16.7", + "@babel/generator": "^7.17.3", + "@babel/helper-compilation-targets": "^7.16.7", + "@babel/helper-module-transforms": "^7.16.7", + "@babel/helpers": "^7.17.2", + "@babel/parser": "^7.17.3", + "@babel/template": "^7.16.7", + "@babel/traverse": "^7.17.3", + "@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.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.3.tgz", + "integrity": "sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg==", + "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.17.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.17.6.tgz", + "integrity": "sha512-2ULmRdqoOMpdvkbT8jONrZML/XALfzxlb052bldftkicAUy8AxSCkD5trDPQcwHNmolcl7wP6ehNqMlyUw6AaA==", + "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.17.3", + "@babel/types": "^7.17.0" + }, + "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.3", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.3.tgz", + "integrity": "sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==", + "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.3", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.3.tgz", + "integrity": "sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==", + "dependencies": { + "@babel/code-frame": "^7.16.7", + "@babel/generator": "^7.17.3", + "@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.3", + "@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.1.0", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.1.0.tgz", + "integrity": "sha512-C1DfL7XX4nPqGd6jcP01W9pVM1HYCuUkFk1432D7F0v3JSlUIeOYn9oCoi3eoLZ+iwBSb29BMFxxny0YrrEZqg==", + "dependencies": { + "ajv": "^6.12.4", + "debug": "^4.3.2", + "espree": "^9.3.1", + "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.5", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz", + "integrity": "sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.4.11", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz", + "integrity": "sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==" + }, + "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.19", + "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.19.tgz", + "integrity": "sha512-PfeQhvcMR4cPFVuYfBN4ifG7p9c+Dlh3yUZR6k+5yQK7wX3gDgVxBly4/WkBRs9x4dmcy1TVl08SY67wwtEvmA==" + }, + "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.3", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.19.3.tgz", + "integrity": "sha512-XK3X4xtKJ+Txj8G5c30B4gsm71s69lqXlkYui4s6EkKxuv49qjYlY6oVd+IFJ73d4YymtM3+djvvt/R/iJwwDg==", + "dependencies": { + "caniuse-lite": "^1.0.30001312", + "electron-to-chromium": "^1.4.71", + "escalade": "^3.1.1", + "node-releases": "^2.0.2", + "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.30001312", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001312.tgz", + "integrity": "sha512-Wiz1Psk2MEK0pX3rUzWaunLTZzqS2JYZFzNKqAiJGiuxIjRPLgV6+VDPOg6lQOUxmDwhTlh198JsTTi8Hzw6aQ==", + "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.71", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.71.tgz", + "integrity": "sha512-Hk61vXXKRb2cd3znPE9F+2pLWdIOmP7GjiTj45y6L3W/lO+hSnUSUhq+6lEaERWBdZOHbk2s3YV5c9xVl3boVw==" + }, + "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.9.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.9.0.tgz", + "integrity": "sha512-PB09IGwv4F4b0/atrbcMFboF/giawbBLVC7fyDamk5Wtey4Jh2K+rYaBhCAbUyEI4QzB1ly09Uglc9iCtFaG2Q==", + "dependencies": { + "@eslint/eslintrc": "^1.1.0", + "@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.1", + "eslint-utils": "^3.0.0", + "eslint-visitor-keys": "^3.3.0", + "espree": "^9.3.1", + "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.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz", + "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==", + "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.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz", + "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==", + "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.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.3.1.tgz", + "integrity": "sha512-bvdyLmJMfwkV3NCRl5ZhJf22zBFo1y8bYh3VYb+bfzqNB4Je68P2sSuXyuFquzWLebHpNd2/d5uv7yoP9ISnGQ==", + "dependencies": { + "acorn": "^8.7.0", + "acorn-jsx": "^5.3.1", + "eslint-visitor-keys": "^3.3.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.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "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.2", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.1.2.tgz", + "integrity": "sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg==", + "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.5", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.5.tgz", + "integrity": "sha512-/BBMw4EvjmyquN5O+t5eh0+YqB3XXJkYD2cjKpYtWOfFy4lQ4UozNSmxAcWT8r2XtZs0ewG+zrfsqeR15i1ajA==", + "requires": { + "@ampproject/remapping": "^2.1.0", + "@babel/code-frame": "^7.16.7", + "@babel/generator": "^7.17.3", + "@babel/helper-compilation-targets": "^7.16.7", + "@babel/helper-module-transforms": "^7.16.7", + "@babel/helpers": "^7.17.2", + "@babel/parser": "^7.17.3", + "@babel/template": "^7.16.7", + "@babel/traverse": "^7.17.3", + "@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.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.3.tgz", + "integrity": "sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg==", + "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.17.6", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.17.6.tgz", + "integrity": "sha512-2ULmRdqoOMpdvkbT8jONrZML/XALfzxlb052bldftkicAUy8AxSCkD5trDPQcwHNmolcl7wP6ehNqMlyUw6AaA==", + "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.17.3", + "@babel/types": "^7.17.0" + } + }, + "@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.3", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.3.tgz", + "integrity": "sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==" + }, + "@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.3", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.3.tgz", + "integrity": "sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==", + "requires": { + "@babel/code-frame": "^7.16.7", + "@babel/generator": "^7.17.3", + "@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.3", + "@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.1.0", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.1.0.tgz", + "integrity": "sha512-C1DfL7XX4nPqGd6jcP01W9pVM1HYCuUkFk1432D7F0v3JSlUIeOYn9oCoi3eoLZ+iwBSb29BMFxxny0YrrEZqg==", + "requires": { + "ajv": "^6.12.4", + "debug": "^4.3.2", + "espree": "^9.3.1", + "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.5", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz", + "integrity": "sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==" + }, + "@jridgewell/sourcemap-codec": { + "version": "1.4.11", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz", + "integrity": "sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==" + }, + "@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.19", + "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.19.tgz", + "integrity": "sha512-PfeQhvcMR4cPFVuYfBN4ifG7p9c+Dlh3yUZR6k+5yQK7wX3gDgVxBly4/WkBRs9x4dmcy1TVl08SY67wwtEvmA==" + }, + "@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.3", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.19.3.tgz", + "integrity": "sha512-XK3X4xtKJ+Txj8G5c30B4gsm71s69lqXlkYui4s6EkKxuv49qjYlY6oVd+IFJ73d4YymtM3+djvvt/R/iJwwDg==", + "requires": { + "caniuse-lite": "^1.0.30001312", + "electron-to-chromium": "^1.4.71", + "escalade": "^3.1.1", + "node-releases": "^2.0.2", + "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.30001312", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001312.tgz", + "integrity": "sha512-Wiz1Psk2MEK0pX3rUzWaunLTZzqS2JYZFzNKqAiJGiuxIjRPLgV6+VDPOg6lQOUxmDwhTlh198JsTTi8Hzw6aQ==" + }, + "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.71", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.71.tgz", + "integrity": "sha512-Hk61vXXKRb2cd3znPE9F+2pLWdIOmP7GjiTj45y6L3W/lO+hSnUSUhq+6lEaERWBdZOHbk2s3YV5c9xVl3boVw==" + }, + "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.9.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.9.0.tgz", + "integrity": "sha512-PB09IGwv4F4b0/atrbcMFboF/giawbBLVC7fyDamk5Wtey4Jh2K+rYaBhCAbUyEI4QzB1ly09Uglc9iCtFaG2Q==", + "requires": { + "@eslint/eslintrc": "^1.1.0", + "@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.1", + "eslint-utils": "^3.0.0", + "eslint-visitor-keys": "^3.3.0", + "espree": "^9.3.1", + "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.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz", + "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==", + "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.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz", + "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==" + }, + "espree": { + "version": "9.3.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.3.1.tgz", + "integrity": "sha512-bvdyLmJMfwkV3NCRl5ZhJf22zBFo1y8bYh3VYb+bfzqNB4Je68P2sSuXyuFquzWLebHpNd2/d5uv7yoP9ISnGQ==", + "requires": { + "acorn": "^8.7.0", + "acorn-jsx": "^5.3.1", + "eslint-visitor-keys": "^3.3.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.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "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/imagens/Studio_Ghibli_logo.png b/src/imagens/Studio_Ghibli_logo.png new file mode 100644 index 0000000000000000000000000000000000000000..b2a76e3ab343eb5aaa1e2ebf562b2f63f79e1329 GIT binary patch literal 24715 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 literal 0 HcmV?d00001 diff --git a/src/imagens/calcifer.png b/src/imagens/calcifer.png new file mode 100644 index 0000000000000000000000000000000000000000..44eec1e81ac72d88abcf76e05b04045ea1119e68 GIT binary patch literal 107494 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%0AU6b?-4^Oq7}OMP7O*hYRUeY`A{G5V~h< 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

-(aA?b%+EI-0u(& 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°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 IM6N<$f>e$6p#T5? literal 0 HcmV?d00001 diff --git a/src/imagens/kiki_sem fundo.png b/src/imagens/kiki_sem fundo.png new file mode 100644 index 0000000000000000000000000000000000000000..5ad378a23631e0bd10de9cc7a3b26eaf8cc4860d GIT binary patch literal 306573 zcmX_lV{|3Jx@?lk#I|iaJGQ-J+qP{x6Wf|t6Wg{ivF+r|J?Fmrx7X@k{Z&_2Rev3+ zC@%pIg98Hs0s=23DGCGu0j&c80i%L~_%{NT+?@de5&$A4Dx~7Ee$fS)ZK|nx zfY@Hxi$vj4a@>8r&VC8U+8?u{+MTg>{>-ygHof+G(e-uixze~@qBttX;FK7x^Oxio zref3(pDR6T=z7a%_+v|&^RnP^12bQz%@aCZK3Pn*(c z!4_O97Z5S8yz4B8LXI#6Z_1i}q9zTJUfsHOHI;6#QTjWJ;${J{Jx?4&s`mr6V_$Gqiv;YD$>@6Nxq zSiZT|gG8|KXZ-P>+b+1Sea{ajF@JMzXz3{rl8gbbsC*3jz9|>b^ED1$u`_F)rKmC% z-50~sp9;gUf*m<%TE7%6ccPkiTO~7c>ck9L!U%ToEqq1f9H|)e9sU>V?^K}iWcQ&$ zFh9{wI3<*zf*B9A4mdr~P~mn5ysj)s%%)f>XDI8`KM1SOnsg=f(FHk+D+r^Dg9V&T z%bhQ^46~0;oy>Jv>ihYCG09WMJ#=@)!!C^{>GL}eAzdVS?rE1mxyiP5olnC!me-&; zWZRAfp^wKI;V0eMEu#}Q}<6-=w7AlFYT|?!++3@9v-T7CckIO*4z6LWBp|D zeUWF2B_!9bTiT3_wc*S)8cH2Ch~90UCW=0+%djlDUcUwOU6^%XXKB7MxhLeZ+~Ft}rQElIZEl|dkDZk0LPoUqN!a=Yt= zt}Q@%@J0@sQfCbXwri?-x|#_jn_;zV;$?>ZXxyf0NHD1wFRg7uxWDIq^TcX2vD=;7 zjUVFrAND=SV<5#xf@etd4>Sq=#sko_{6V!IhbQ+oO6%&*kQHNKUsNiCT#bZwHO`H6 zYB~x29{)LN&x&71?7`}$zGnw}WC_>99Mr`%Y=KntLg52p8{on4VW`yEk7!+GGp(rL zP(d3Qps|K6Lub*;Ytydt(O>e3EHcOSN(OCB#ysLQ47r$R@M~_+EKQ6^X#T88Yj(|) z{*9A(UKV+MTs2HyzA(z2>c+ADC)uP=3VCp4&=Fi(@hhiEyX0uP$Q!SPAjfKj=vmNj zd4hkYMifBI%1IVv^NT*49_PM&U)(C;-L*uhoW=dszi$6ahZ3DmUpc$x^ILcE%v+VT zJ;7AIXV=7WBSqq&-czz0G)LAU2!tREAvhk84GIgJLGlP2q^6d8-Bl8RBjGAU6(DGb zgZg)ks8)Hg9D>L&ELd3oO=5ws+4?P3-xX>g+xAJ^zM(z@A~(s4GJ^H|(_nN_8QBC$}qA<44OtC~o#_sk|s6}yTC z$hv{oErW_?!4AlG~yhEIU4q^;ti)7Klk^|;NG-`vI-8)`A%P{<_ zKr)}YMTWRvCmNg%XpIZbvc0XAWH>}D@0Dj*@{3%M*#uf;EC^657iQTZrlp3bj#;xK zf2_6%E#P)Qduj(*{E9tuQJ3yU{vS0PJuFcpky%e4zZr~Tjd2%SPAB%Y$xq2xy{G%%~#fnx&A&N~r)1g9iG5u^0lm7e&P zsshEaA<#Y*Hg=}nBkG9m#0ql3MV)g<7TZ)$2E77_)zAV=-ubKg;lWnLDdI1UD5?3S zknLDJ4!A%i^upc`IJhpTTZ9;aHa-^?SAEwZ8~Npnd}g@aTSPl>|M8bQAkFljtv(7& zwF^I;M~Yjj_{06~I-fGA30qW;7ENk$Dci)#{n@>i6K5kyHrU6e3>(ZS$u`s?@G^%u zL6VA^DY7bn9w%ieXy|RQibh;FW0SP6rY4w1T!Glem~^knsx7&8h|&7!{2RS)p?@rK zvlx*vc}tEpa-}WLkfE>_yF0Xo-N-8dcHe{Z&URnprHzw|ZTvX(*p?&uUbG$(G7D_= za-v(T8~c9&R;f;AXAt?zGx5ZP@u}GvyL&Gx4&=|03WCjITTM+jC@U!T0oYIpJK_nO zB#@KkLzkQI6wi`Y)rn>jrHnv;+6CtXPi+-`#|(JeRP0PQLX$~Y(NS*OC*W*Ia>9y0 z{IJLYO|k3qs)f&jTPiN@;J9z7mPg|>TUu2#GviK zSB61E-o4+oEt(BuBwJT9cKHl8a&l_*5&5qZ%S0M_ee2hHIBU3;ouCgK8)-5_X+97R zv4Y33RTSCn@ot(KLp}%A&r3Dzk3%!rBuZ;x9!0g}Adz+%HPvE4E|bDxXoGWp`SWbi zInmmcIHQft4^(3PJfp$9xgnN`Cl9=s%XJCoEPm^L>c@ zhY+z1sNqz68^IXse^`gRu@wqUB4br9*M>mc9|cZ;fSfcB7LKgBbQ29JIC63?sYO*z z-!kp&uU;$hplw^YlKJ(5F5 zm=)P+^2+!Cr3?ktscnO?7ejO*X+m_@VAH37#JfgKt)lggV4+EW6vA`sI?X|qJ&pcq zm++rx^h=Q%KF4PzLO%X{8URWc2Ad1+H-jT~=npYz zF>od2H-7iY7DOp|j*JP|p{Qz3LGv?d9^61N`h}#GLmV}@Owy;FiXP+y&UcS^y4s*hQBbU`)bho zqD4Z$71WfpZHmfPp5nj`kSMZ5u!6v<|LNX21-bW!8k-OZxv6-bquU2P&<&!%0NUJi+S+;K7~xhw(R(S$SP9XV(H{?c-$M^L+zv1LIsjBW^iZ(MhZ=U7g2#yrIW0hl-wFsd#$p}q`A6L3?HozB}k;3KW`+inKvBsNF&L$u~zVrbzDb8{a0Nj z;QS@5WXMLQ{{9?9vPOpyk2y3l#h8k`{il=UXb9$~1_48B;3Vy!oTSuq63rP`DM^rAt0FAhn!+<%(R*xnp38C zB(h_{HJUZ`mLX+sYvX7oa8GzaCRP4AP9$HoJ=mrc?<;;7E8DycI4yA50zg!&*OadF zUi%66qW=cW^rW6=kICHucI^Z`rRw#fw!aYvFrU6-$%9qZ%sx|jD8WIAlak{!&B>1> zYG}2h2&eU92U0*$5*~=>z@fHyI?7nW1DyzP`03gD3|VPtFH7z0bty1nYVMXP*4efm zy38bg1(}0xkATN82TqRYi-&(FNGi8$W4EECx~ady&=*znl&LGxsmYE54Oa?>t&BlceVE2tECRCpPuq~oM=oaFr~nN%$~(fS!0A^4 z%NWcoCJ%$#IPJtKG?HMSYOyo-{TMtr!k{&XXZPDSx+}qFFBivP@9MN@qA|Ta*JICM& z-*k$C%^Xm!`p&yO58Mjf{;e(63{}(e-=WK?0Rw--g(^f;Yj8SNZ+P@4OJ&{l?o!-j z@hU8KzGX^=K6~0}=bz610O=pj-XD_|Uw;2OEd82gVs-BEah~`mOrC4My1Fy+u9wan z^Z0_;wc$9k9d({d>aC&=Xh1JxSff0nA^ne_VVC+1JEs)2(&<-8dZ;fhE{%LJzPsp! zW9j>GW(q{cJ`yRJ4u@1IH|;6jrU8>9*CNn{sXMzWN+i(|jiWdJ>_PyjcMd0>`-g73 zAvxT!?3$M0F~?CLGrf$CIFvXv)eq8#mwggK`z@5XL=0$P17&!a&baTKh@rynp?EBJ zsDI(QV9t<&ZI<>Y7#0>?z>-V%+s0qS>tY9oofr$Z#z8}v$-<_*)+&gU>vmRQLm`$~ zv5e^r0zK}gDy87-ccv}&%cI+092+bv7o+mAAm&(HV>yCJw)Vu|?)mbzBin*|-xUl` z(^?4G>fh#9u%CaeCsK4JD83rc{|BbT34dS5?IKoAa0312wp);jnu%#Fh7I91yV%_% z`UvkDVmjO(8mzB3lwSZ)BGO^kNEhHO8ujlclPd#CBiXZ_AP2_Mk}<}1M!IQY5v^Lq zl#1n<(iKI1tS&ksXDv=cX{u3Po@5Y38{`!{4Iy`KdHM9fTU zg!|oDcgMw-yDBOXyENbCG?cK5?G!g5jTIbIYhL;nG|y_$ECl34CSH%7eS-jdwd-Ek zSa5us@=G>loIN;-2k)43sq2EL0|cri2q%vO;f%|{eZ87aJ!QUilaNr<43nSP-=S@c z)Kigb>KgXGMbE$Tuf+fCj%&QQ&FhilRk$-|!nU?zqDUO`>QT&LDPtHuXvNeTP2C2X z*8pKpNaCM)LQV4szZ8cLIOhOI|jms&hPtISP~BPz`0~c2awODimCV zc-O1qfc1Xr;dP+VFq4;R3$At>Jl7uE z_PeCO%G<3mQ6(*B5!j0_w3rtze=O{o3L)3G9eMnYE!~uh5WIaGhpqkc=eIlMjdvhf zH@a?Y-peAEA&6QRU!cv!!c<9AzzK$A?qK3J1tLmel;J)o!K(y z*1`~SFcWH+eKbOqv@z(k8|TU-)ooT!2T`O^aLTA>rDI3_yVzYal z5qlv}%yx~Bd@B@>uJyFcl9gka=tQW7LuITs5luk2ye1Ir=Va*J1Zflqcm&3IKhfoQ zq$&>TzMHg@U}L1=;tCx=4cc?wt<7xpO(8u=3N;AD#rscYk4)8rFiD2ZP{g)I#S0pt z656}A@28cI#n-+w?rBD~3R}fgRgsGNe!ljP>~7Xn|Cd&mG{A!vWoH_QFgVF?T6o>A zAFAj$RF}58Gg<{>zseT?+q`Bse(xfEbYHpQv<~IT&U{XG(qSkHLIZ|NFVoE^?IcpM zEWMtRKX6SgULT9u!m~#0lCIEMK|Zc+5b@Y47U2|jo)_%FFV>H3UX$N4#WiC1RZf36 z#B9yc2@pBGS`IBXGFhGTExgmA6Q*~l97+wad6C=~wy<+lL1+6YZz*Vnk>Y)!B96R% zf7cn-%Je7~P=#}^ymP-|dbMND?7cTsit}DX9b|GvO_U_$S&g@-!7YnEuE5yBPSzu%K; zfy%UDMm|uQB&lQ4ZqC%Xlp11WkKT5qCb1!Km&~9b_x0Dww&({&7p!zDL8jz)R^Dq@ z_w|)v4fU7(V>1o_5425331G_~vL%%c4RQE5>~BXUuO_|Hu~49>We3jo^jp8h>!$20 zTQS$d4l_ffrO49KjxEvG#9Z7)Et%xmSS^z(g{Zmjv;`oCiO4wW5`lD{CYiZOgM+Y{ z7jYz?-5OdD;p(?vwgvVMR@9@Vy(K!59khlbPE9TT{fK=*3*_IwPDK9P!6jN4U6B`2Ea76)devz6uNP$U6nx0;kfR{q% zK_aqm4lc8}u33f)HQI>hoWx``rl;uAk6iK^Rf_ra(2ScFC>|L@L{06BZr+bMoKVb0 zOo8QaTl}C`T(JMuqGq^>gla!uPn3=PX>1)wgm#EtUZqs1RU>4x_xLLhQ!mu{GSw7E z10JJtRYcM1Qvn=NZ%N?OH?*fqx#Hd)D+R}++HMu!P-BXq&ElN_XzZ%mTuvL~-{kW) z?vTO$5V}kOOVHwRdx>N|e~e@hZ4$D_>~v9VLXNX>I$~TN4K3~t;pR-07C2>mB`PB5 zWM@}jU`m-y({SUgpPznQ^Fw{ol1ldL+CxFN#;5zXR<#(%_+})k+{!6m z=llcqwa?=-DSjg9StnelOQ%tPNx>K$mvcu#f!sDr*Re!-`eMSJbaINt(l?GD! zbZrSO9`EgTDlJUn`n&+bi6UD-$^hcLc(H{PrP!lT zh6Cu3o~W8O+CGYX4NYS->r55(XaHQ@>XAfu{j(k?;OW|>D*!d)&Me^mfCqk!} z`9|g06camJA0}PCd_^cV*Iigy4`bu=)Y5Xf!JLD>I*MM0I7c$1T~N=j7X1P@D9J0U zhC+$+;cJcTB;?Xr>fzbjTPLvnsT4NCjh4}lyg@gQvhVm*OS3Zl_&&xMmYC_g+lo zH%-TtO3q094c|Z1rXfYOSH{j}tPaZSR8%vJ{ft#Q7Y=6p*I3@L=>8O)Bb1<-3-d*H z#S}YX@P3fX0i`wL_Exf#?(O;3dV1YeMd!a+>5$x)YZb)eemRSBLYJnoBF^o)c>Uu> zJ)Uoijn(AGcZ!PZ8o02yrI(&~H2wGk_y=YXRNSlxn8Wrfn6xsCad=>giE^uObd z!{@}uSJ605iNj3d6)$^ZO{jsTa|MZ2W;3pXwe^3RfVVA_A{{;GePnEjAx*&itV516 z=IIrWi-CfMSt7>^FNPrDg0|ay9-4(YDh`}L)?=hD6<BtjI+8O0RSt{6dp5(xCmMbdg2grM7|52_O+|nUyItZFL(!^u ztzH_ND#;S!%yZgta&Ms$ zls(#^j}+WCl+I}wKzt*?BJA1l!$n*6Z7nQTwiSvis(8HmL{z}|-;-V~8=NWmQ)cG1 z?^NeGvr)ggrYd}FKX@7?ETebB1g=QfG`#uy!SS`i;}os&Riomw_vcQ0Rpxhj3frq< zyZK7E-e^OsXShCLy_VvrtI*E8_pg__^F){|%J&&_uMvai5+%Fa%|61civmiuk>R=2 zYcQef>pXk!$BK-fKdI@Jx!t6qULOe%*L@;9e5jl$1S)b~4-tm+*lAAJpb2=rY1ftJ zvECm%h<^$!fvUz$hv&6V@ntBlp;+1EUR;UNWs6o&zk9ycdX%Kj4m@L}V$h}2Ymi#h zB&=(dM7<_a22OBzaT%rGlR=vh>y%zA;DBkcwcY;Yu&67^qS?H3s4CZ4(L5a_58tKe zGY;;pCyMXQ+x!|y9?B~DV(e(=GIRhM_ic;w{OgOYuP!rv@7`j4Wfq#&F3AJ5W&dgr{?05vz!hGVLsitNOalc2?QszR6=n0iZ?Ec8qW zk;kH;*Kv6^)?%*6xQ?p7D-bN>nir>g?FnqA>ul^qs@8vm4nNeIe@)8$upUDZdC04h z;?u$>Zu8O9fO2ueRE1j-SHbc5en{pXJ-qww0b-_emCv~NABNItr}6StuBwM}XT44d z*sf(xqdF!t1StRLx}nf6m=V3)hy9*xpOZw3R(8+dJ`!IT-Kr2z*D_2{d7f z8y|HR@mSgu3pdhdmzI$+!0*OW3^BK6hv&$~ItiJ;?j`Ww&|eA(>+XntFXfxt>1i&s zeo$`=6VJvu6K^hpI!{~y*y9_&2QSZS?YKXilK`0cgSEPFm!CEu|NhxW*LX@VBRI2W z+vT^4W#j>Z*RWO8r3b8`%d;O+1Za{zL>cvA3{;1zWGu!11~)SDL2uBVU#&CHDyLuan2;Hh8@&sqF67mQPak(s;jt8##pP*rWY-_m8k47y*Q$vsiJ zW(AdsMz#F6>OOLGUR)|`%tJ&qdEqyGhp~+zfVBzWPx@>$>i&UwNV!*{>ZaYXt+Dl2^x~%BwhU~N?_-x? z$W}3oHU47}{v6exmjG%%_jaJXzJsu9>0np(YvIfQ_llqgAKeSH;$u}GhyK=|Z-+Br zDVP-sJc;VQB#%|2XVCpb`GF9p^HiXUply$8;jP=JvkSe*mrqe;QK-HQZ_EMh%K_s^ z_PM$|8R))kT^hDGu1LAxheR{5VDIhay*ayXeDz|a&lbVC?Fq(ZMfb~__0FXE_i7Sv z4bXBxAbSbRaUiodi855IpaaUNrQCt?PH;`k8LA47v5_!34a;sd_(hA1;pj}5h`cYt z_8$3aVa$*(W%G1kt-h}@EAG8tc;03L$*vD$PQ4j_T#^D&>kC;QFNzyq-Xit|PlR!$ z@xV(~vZ8!dZzh#f{p&*5#Grnk6i^qfFiAZuj-2R|4v(5s9OG1+gp<#@x?4K_N9{7C zq2epc=MCQ0dg}17q)zeY^&{r)UD;f@qoKX!q4MEl<;X)UMq7>HDwGz7HaJc&Vib+n z%{YzYujw#*7BW~{BfBP7gk&cUB<|WrNjr0j(@v;V>5RKZo@7UUK94^{!MKBF!QZX}dy>6Ykpo821EL8n^HphRr@7oe@K~!1Uxi-QQlbVYgKGTWj`c6R$mRO% zRVvwL!+G%k$%451gub;L!y@)YS?-_jqRYp=RZe_X%$mbc%~&z>k^V(2pGCo%Td(hM zv>&p$SWqK3y_3Wb&oLrOwJ3JmUmkdfc!F zFIg}$FV+VxjEsZ;I01HUPh4(O@~eyU(5>Xq5^o~1EA5igcbS};bO9eEbS>P#){=X* z;Emnq^ulQYFT&{AI9#I<8C4&Cy6W03!=k1h}73Aq&k1CK~4pevFo5w@b z9g@)wsCU&<3J|M(Sjj0cRrN^Eno{J|Qx8n9F`u8JlDca&J<_@L` z`5hSvAXLKEaFRe;BREYmMmW;!UrG-(+=-8|3t4)feLA){o@u zkZwF$2Ici6awStnCXn-2pkqFAiDP9kOQpJKHs_vCHsVgCoAv}Ml{2BV2#{%-xHTPz z3<`(CL#LNyVXBLpaM-8Q7$*>WXKF7hVFW50w2{0gw4b_XT`QAdv9nm=P(N$o-)^5KReeD6b7Z>gZB8;TT23-?Jj+EU zpBb=nJJ|VvRV^$4c-exba|kO%C)%}fDNBmoM8E4}uP%MF z$;In&b&E@DW%2rSjUkoH$&gdUnlNKkwbh37WR<<1BbccvjG>lr` zoS)66vs*dXcK3IYYLNhc?x)I`$a`iM(4euxB?Po8=lgX!owd3f^(={@ZAY|6GHpB( z-n+}4v|W$ukL064rzVQ~)1VA!kCffFvYU)0$_Id&eZIT*0u#Q+}Jgl%31^jZb-zO4ud`4 z@y!Cxl_j=*OLNK4U2<2m1~NrpRcPk!(4P1&R)`{MaIqSMKUJ#f>|QtY+YEt;OB6qp zd!yg;?{bpxb8SEIC}giEDd;agr%3R|51L!RT{27Bm-dqm5-z{9$u!%jxj4zP*jK3r zG!;bkB)RPqE31g6!iO6*ob`zi_ov+r_yi&n*5N}NzP@YbvwEf&L>lR3ci~}^BV+Zd zJLs0FY@VoaVuUWLR0o_5x|O@%{oTY4&c2iS?84ihcORUW<|-&ec5)ymM{3jf@10%U zp5Vo-h%$pO%k5^rO#({fKZN`DL&9+srS;3-HEE`o9wpPSe4{xbL)X1o|3=yB zlCG=OHK=3hajjj4D6bZAZu5f|(W&cXz<)=}BT$Oh%UYcmlEq)q-(*fI(52&NC@~>yV!Z=dH34#JFjs03Q`!lGkp4bp&KqY;_|Pp2}qgS zu-Bz55)C;YgCx_zt(}57^4{OU&5_i!B+UC=8w6aZoy_!Px#B6S9Y?~JJ;eP>MHO}f zch4@66oF0gW04vc85Jr9eoklu<{&M!lGNC8_#;2L?)z_V8CO5@l2ZY%Rz<-tE)fo% z0K6?k)vHBkzi6lPK;;q|e4Q?d+|;>w4j9H14ogP{b2hX^CUdn!M>t^_#bga+kM_5P2?zs*v;3cn4yr@iXV#HlCO!G z+E_b`i#YbAIG2GzIC1W+&3k`G;Z)3k#w}?I>bQL09`4?VwfNkk8+f7>V~@Z0Gv&I~ zGz*`6?7341*Z=xe$HW_#uSU{Hd`L~LW>!ohz2?K?xIuXm(=wuHV)T|rhZipQ4YuDaK7Gv1nyQ92Z%c9dVz5K zz?LFrs_ti=lb{ebtxf=-4f|^L0V=Shd?TQlhMK78Jz^>4INM-AOHkD5{dCIGmfc15 zF;!3efI5Ncqgpe2tyy!$DMr)`q14z${Y3q~&c!c&@rwo(q+2^%10*G~#Nv@rQCC*&74Hm5)2xfrtnbGRi27$i z8&OyVV3jA;&pWas=Rd1*7F5jAns2{cU)?vrce&fwfIe-g4>sG!KiLvqTu=lYb{{@^ z3nC}oR*3zlW8En*CHx0GAx6uK7cahLyDPHKfbtqJwt!(hbyFkZVc9Cfy2Ca+PzZ@*B>zisW&7ebf=npyX9u z80FEj>bY5i?}L-m@pDC4mICS62W#UMj0&wKdu?XA`LN2oU-t(uHL`O9cQD1*ql4@hBk55SOeoD*!q; zsQ*~&8ZcEJ9$;0F#t{5Oknn+a9|OcqVZt0p0Tr#Cw3ppn_(j zeK5#oeZO&RDIZx4>nU27+_Fg?|AQSPO)Q?6TBw^Y+=3NXp~g()m8dL9&F-M-d!vf?o{tKE}_^^YO3HX{0VqC(TCKg`*$0(pyUV-R*rjTao_IF2# z{>n8ohMz4NTHpBBC)OFZ7)jE=+Lt_CoSdPh3y%4Fn1h`I%&|q5OmdT5A$*i>s>RcW zgRK#s%)mjLxdobZvTst<);pegMY9m6VlZ%u-hW=rB35xd*cNnhT*3Y`v@M9CNZG#hchPw`~iof!`x z9u>8sP%>u|PU`5VWe(c*xq?wImY`HD#)vGzrou*#tkrc^VBM%iPoH$?NPK9qi_(Q6 z+CgPfjS;TVBzBfCl+{nL#b6TzPWMVD^Quw>wExnr@fT9SaKkM_5p;RM?}L#oJof0 zJ5&(m8_PB|hKzSP`n}g}Genz55k->&N=?Br3|UR1x}yy-amk`o`Qg=8JlZHb+d;3P z;jrG$ky;yaAX_B)-eq$$su_2)j*FylXF}9!LZ~M-YotagctE~#{z|g2do1M6YeS(K zze?iTvYI+ZY-vcTr^9;vw+-P_W*B9|^dEg)MgijQ*ZE?2pVCy7HvZ)|_RqcNQf?>Z zoi4WZc*SberMc;a8J*?xF`rUW6d@6t7wU~Y37pWnSv3E8Mx?>bzd{yUi&)V3eqHMc zFDk+7U?MXiAR4AVeZNR1|rDT4QD;; z7I(tE%i;=HS7N%B9|Tec%lrz0uO{A05s+2H9sMj|oPUUDWOGL}R}7>RViBuygwiU% zC&D26Xp492thpYo6uL3?S%EyqAeBp^PdzPk@bLkbI0M+%r~6L;M^J*!1ElGc5vQF> zDXN^vvXBmbZGS%GR2vvo8yWlHocnb zGfLcX8#F4j#T(llBZ;2_DSZ*iMd7=VO#;gTtjd%-uD?YiEP1~E3Kk)#UqVlA0E?N7 zG!{LX?eC&5@GvhO6LU|KIHSclTu-*z#LteJxB~8rGyMjz2fZXSm2GH8D~g@^Z|bHs z*+s=;@m2exf*|=IrP>p{j90r@i5?r-mpMqv7LpsH_dELn5xF}H8Dkn%p&<2&#c;6j zf7!g+5UfEB*JDdZBy3UspfA*yTq_Tcrg4qtiosbgtsR3Q3|tXM?}+TRVeL4%W>bA} z+*B(HYv@EJ9HOwsOg&st&k`&1qftyUq37TpMgSk?P-xF~UWKi?LG&oO z5DMGLEjgAc$DfV*t(zZr(pW(bRT}qU5hu3SD6-dpq(rPIIMNUDN3*D{n}83veltVJ zyw?5H@M_bgCjIBCK|2fQx+Xqh&+l>07w^>C56tn{?Q69xlJZ7zB{{3w;@sYAnO;{H z4oU(1nUk_Rf=D(~asM4RtEn5|w3TzPybLNAp<^f^_WRxXmRg>#t91>;z#_z@=?6wW zSLQ`R|iy&bff9;=^tH(0|iPp|I~#54m7u z*^?k3zM)|Yu%S9=G6FIlTY4Q?qon}wp`gT&kf`To4zuY%d=(5!kz-67K_r!Z&NtG3 zbqnq=JXbO2Op|E)UG?KQ3`?AJzgh4a6I$FH$^x^j3`wqKfjhMhXR>W}M`442IF(&= z_M9}8BV=t)C>tAZc&!gKyU2ny(KA#;qTH8?B=7=~&JrVTOO+Q0*hk7;7 z$1KO1qD&130^_PwU`C9eh6Ofe;HXtmcxffUqv^Xt>$L3ILi|r>q_QTppfdC_Xjx2N zXgX{u)47h7YEWRPUo{fd5gkM4^!|{sEZ@(zr^sE`>VkA8j-|YZLN_%x9B zHhR{>JHHrQ2T=d!2gCIBx3hr46bH}&Bn5H%Dz^EviF

*xkCzBJPXdrso@A!5bRE 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

E*c;wU89SH^Sam1? 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 IM6N<$f@aUR3jhEB literal 0 HcmV?d00001 diff --git a/src/imagens/sem_rosto.png b/src/imagens/sem_rosto.png new file mode 100644 index 0000000000000000000000000000000000000000..cfca01864332ee4db0ed1e142701ed6b7ee606b5 GIT binary patch literal 259915 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 z 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%0A!SxC}gQgEz<0$2E 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 z zdH)9=yxL|XTg9daQ3Bk>t7pX7`if)d{)gqsN;WjG1aaLRw`FKv+`B1>6c2hGItu(QSIz6ny0OSovk~Y7_Q(f*( zZqJdfL~Qp{B=$^=zu8|EB3xeT>P<7g_$q<*m?coo%zq_mSik0nn@N7>!qZX>qi-E> z@Sok^#-7<^bd;i1!fSS(51@cC3x^mAB$ z-YH}&QETVEs10IlQu?--QX5yL+u#Rc^T*p=OSk=Tpp4tWR+NN7L6s61fQ^(bqV&oF zcRHh+kDE-nr4v{ajRYp{@~tqU9@epazC6A6G$A+az*WY<;v6l^wO@{!na@R9VR zrgr5%e4zSW1b>c|n9RMKZ#3dyYbmrzuw~yJ=C~}1MUUDvVY&KG-a%!OR?|%|gc11- z$r@E8>`KCbRal^mRNW(}0aF>`qa^r8wvED{Tm}ckj2K^NY4+ixR9}>)Ct4iVC1xV% zk193y(qCfb37-@U54~2PVYsK;T~YNZ)j>ZCMEiPrm&G(~c&@q>qv_J1TwPcjCFQ_Aq&v`Do-F3VR-7R`Rx z#P%jCp*?+vYYBVKkRix~c~0L{p*qDPXBdpZsWFxC-QIj46j-ug6I<&^)v^EVvwmi_ zrz>Y#W4xY$(sQE2>9=F}!@B1I45a6#6(-q^LS|tma1Y=ok%bT8+*^TZE`I6CG3F?j zTxAqn<=Hc~G>V&N+P!9sgC&w}SPd(6+4}w8T^y=|0*4W{lnBgM%iDDVUlAm{I(k4& zJ)CBnudcJvv1&Lj5Fxr;KP&-o~zQX6f-H_zT(pbR;P<@~gE7f*`RrwxRz9 zZHj^4UHw4;TA1#K;nDRlRUj>s{haF^b=pn{{gy;Zu|=1t2}1uqQsCauL%st03}^b< z5cob?L4RW71T5q}K=SW0B_M`y8i2S8kcJtE!&{p|@ZA>K_jFM51}|DI5F?7I_LKIn zK&l}Hc)B - - - Data Lovers - - - -

- - + + + + Data Lovers + + + + + +
+ logo +
+ + diff --git a/src/style.css b/src/style.css index e69de29b..3751c3e8 100644 --- a/src/style.css +++ b/src/style.css @@ -0,0 +1,18 @@ + + +header { + + text-align: center; + background-color: #0096C7; +} + +body { + + background-color: #00B4D8 ; + +} + + + + + From 5b2e51879e6a95b96087a869fc3a0e0f16f9ff24 Mon Sep 17 00:00:00 2001 From: Brulibra Date: Wed, 23 Feb 2022 12:00:58 -0300 Subject: [PATCH 2/6] =?UTF-8?q?Apagando=20dados=20que=20n=C3=A3o=20pertenc?= =?UTF-8?q?em=20ao=20Studio=20Ghibli?= 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/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/data/rickandmorty/README.md | 40 - src/data/rickandmorty/README.pt-BR.md | 40 - src/data/rickandmorty/rickandmorty.js | 11165 ---------- src/data/rickandmorty/rickandmorty.json | 11165 ---------- 17 files changed, 11801 insertions(+), 133026 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/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 delete mode 100644 src/data/rickandmorty/README.md delete mode 100644 src/data/rickandmorty/README.pt-BR.md delete mode 100644 src/data/rickandmorty/rickandmorty.js delete mode 100644 src/data/rickandmorty/rickandmorty.json diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 00000000..39d87753 --- /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.2", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.1.2.tgz", + "integrity": "sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg==", + "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.5", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.5.tgz", + "integrity": "sha512-/BBMw4EvjmyquN5O+t5eh0+YqB3XXJkYD2cjKpYtWOfFy4lQ4UozNSmxAcWT8r2XtZs0ewG+zrfsqeR15i1ajA==", + "dependencies": { + "@ampproject/remapping": "^2.1.0", + "@babel/code-frame": "^7.16.7", + "@babel/generator": "^7.17.3", + "@babel/helper-compilation-targets": "^7.16.7", + "@babel/helper-module-transforms": "^7.16.7", + "@babel/helpers": "^7.17.2", + "@babel/parser": "^7.17.3", + "@babel/template": "^7.16.7", + "@babel/traverse": "^7.17.3", + "@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.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.3.tgz", + "integrity": "sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg==", + "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.3", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.3.tgz", + "integrity": "sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==", + "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.3", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.3.tgz", + "integrity": "sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==", + "dependencies": { + "@babel/code-frame": "^7.16.7", + "@babel/generator": "^7.17.3", + "@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.3", + "@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.1.0", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.1.0.tgz", + "integrity": "sha512-C1DfL7XX4nPqGd6jcP01W9pVM1HYCuUkFk1432D7F0v3JSlUIeOYn9oCoi3eoLZ+iwBSb29BMFxxny0YrrEZqg==", + "dependencies": { + "ajv": "^6.12.4", + "debug": "^4.3.2", + "espree": "^9.3.1", + "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.5", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz", + "integrity": "sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==", + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.4.11", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz", + "integrity": "sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==" + }, + "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.18", + "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.18.tgz", + "integrity": "sha512-eKj4f/BsN/qcculZiRSujogjvp5O/k4lOW5m35NopjZM/QwLOR075a8pJW5hD+Rtdm2DaCVPENS6KtSQnUD6BA==" + }, + "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.30001312", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001312.tgz", + "integrity": "sha512-Wiz1Psk2MEK0pX3rUzWaunLTZzqS2JYZFzNKqAiJGiuxIjRPLgV6+VDPOg6lQOUxmDwhTlh198JsTTi8Hzw6aQ==", + "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.71", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.71.tgz", + "integrity": "sha512-Hk61vXXKRb2cd3znPE9F+2pLWdIOmP7GjiTj45y6L3W/lO+hSnUSUhq+6lEaERWBdZOHbk2s3YV5c9xVl3boVw==" + }, + "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.9.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.9.0.tgz", + "integrity": "sha512-PB09IGwv4F4b0/atrbcMFboF/giawbBLVC7fyDamk5Wtey4Jh2K+rYaBhCAbUyEI4QzB1ly09Uglc9iCtFaG2Q==", + "dependencies": { + "@eslint/eslintrc": "^1.1.0", + "@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.1", + "eslint-utils": "^3.0.0", + "eslint-visitor-keys": "^3.3.0", + "espree": "^9.3.1", + "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.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz", + "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==", + "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.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz", + "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==", + "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.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.3.1.tgz", + "integrity": "sha512-bvdyLmJMfwkV3NCRl5ZhJf22zBFo1y8bYh3VYb+bfzqNB4Je68P2sSuXyuFquzWLebHpNd2/d5uv7yoP9ISnGQ==", + "dependencies": { + "acorn": "^8.7.0", + "acorn-jsx": "^5.3.1", + "eslint-visitor-keys": "^3.3.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.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "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.2", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.1.2.tgz", + "integrity": "sha512-hoyByceqwKirw7w3Z7gnIIZC3Wx3J484Y3L/cMpXFbr7d9ZQj2mODrirNzcJa+SM3UlpWXYvKV4RlRpFXlWgXg==", + "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.5", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.5.tgz", + "integrity": "sha512-/BBMw4EvjmyquN5O+t5eh0+YqB3XXJkYD2cjKpYtWOfFy4lQ4UozNSmxAcWT8r2XtZs0ewG+zrfsqeR15i1ajA==", + "requires": { + "@ampproject/remapping": "^2.1.0", + "@babel/code-frame": "^7.16.7", + "@babel/generator": "^7.17.3", + "@babel/helper-compilation-targets": "^7.16.7", + "@babel/helper-module-transforms": "^7.16.7", + "@babel/helpers": "^7.17.2", + "@babel/parser": "^7.17.3", + "@babel/template": "^7.16.7", + "@babel/traverse": "^7.17.3", + "@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.3", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.3.tgz", + "integrity": "sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg==", + "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.3", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.3.tgz", + "integrity": "sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==" + }, + "@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.3", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.3.tgz", + "integrity": "sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==", + "requires": { + "@babel/code-frame": "^7.16.7", + "@babel/generator": "^7.17.3", + "@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.3", + "@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.1.0", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.1.0.tgz", + "integrity": "sha512-C1DfL7XX4nPqGd6jcP01W9pVM1HYCuUkFk1432D7F0v3JSlUIeOYn9oCoi3eoLZ+iwBSb29BMFxxny0YrrEZqg==", + "requires": { + "ajv": "^6.12.4", + "debug": "^4.3.2", + "espree": "^9.3.1", + "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.5", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz", + "integrity": "sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==" + }, + "@jridgewell/sourcemap-codec": { + "version": "1.4.11", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz", + "integrity": "sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==" + }, + "@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.18", + "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.18.tgz", + "integrity": "sha512-eKj4f/BsN/qcculZiRSujogjvp5O/k4lOW5m35NopjZM/QwLOR075a8pJW5hD+Rtdm2DaCVPENS6KtSQnUD6BA==" + }, + "@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.30001312", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001312.tgz", + "integrity": "sha512-Wiz1Psk2MEK0pX3rUzWaunLTZzqS2JYZFzNKqAiJGiuxIjRPLgV6+VDPOg6lQOUxmDwhTlh198JsTTi8Hzw6aQ==" + }, + "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.71", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.71.tgz", + "integrity": "sha512-Hk61vXXKRb2cd3znPE9F+2pLWdIOmP7GjiTj45y6L3W/lO+hSnUSUhq+6lEaERWBdZOHbk2s3YV5c9xVl3boVw==" + }, + "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.9.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.9.0.tgz", + "integrity": "sha512-PB09IGwv4F4b0/atrbcMFboF/giawbBLVC7fyDamk5Wtey4Jh2K+rYaBhCAbUyEI4QzB1ly09Uglc9iCtFaG2Q==", + "requires": { + "@eslint/eslintrc": "^1.1.0", + "@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.1", + "eslint-utils": "^3.0.0", + "eslint-visitor-keys": "^3.3.0", + "espree": "^9.3.1", + "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.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz", + "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==", + "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.3.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz", + "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==" + }, + "espree": { + "version": "9.3.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.3.1.tgz", + "integrity": "sha512-bvdyLmJMfwkV3NCRl5ZhJf22zBFo1y8bYh3VYb+bfzqNB4Je68P2sSuXyuFquzWLebHpNd2/d5uv7yoP9ISnGQ==", + "requires": { + "acorn": "^8.7.0", + "acorn-jsx": "^5.3.1", + "eslint-visitor-keys": "^3.3.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.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "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/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/data/rickandmorty/README.md b/src/data/rickandmorty/README.md deleted file mode 100644 index 10632ccc..00000000 --- a/src/data/rickandmorty/README.md +++ /dev/null @@ -1,40 +0,0 @@ -# Rick and Morty - -Rick y Morty es una serie de televisión estadounidense de animación para -adultos. La serie tiene gran acogida a nivel mundial, de todo este fandom hay -un grupo que desea poder interactuar y ver la información de los personajes y -de la serie en general. - -## Hallazgos - -Hicimos una rápida investigación sobre la información que podrían necesitar -nuestros usuarios y encontramos que los datos de mayor interés para ellos son: - -Información relevante sobre los personajes, como nombre, género, especie, lugar -de origen, imagen y episodios donde aparece. - -Adicionalmente a esta información, para nuestros usuarios es importante poder -ver la lista de personajes que aparecen en la serie, la cantidad de -episodios, los diferentes lugares de origen, para tener mayor información de la -serie. - -## Detalles de la data - -* Con este set de datos puedes obtener los siguientes datos de un personaje: - - - nombre - - imagen - - estado de vida - - especie - - género - - lugar de origen (planeta tierra) - - lugar donde vive. - - episodios donde aparece. - -* Con este set de datos también puedes obtener lo siguiente: - - - Cantidad de personajes. - - Cantidad de lugares de origen. - - Lista de episodios de la serie. - - Lista de personajes que pertenecen a una cierta locación. - - Todos los personajes de la serie. diff --git a/src/data/rickandmorty/README.pt-BR.md b/src/data/rickandmorty/README.pt-BR.md deleted file mode 100644 index 3d07ad1c..00000000 --- a/src/data/rickandmorty/README.pt-BR.md +++ /dev/null @@ -1,40 +0,0 @@ -# Rick e Morty - -Rick and Morty é uma série de televisão de animação americana para adultos. A -série é muito bem recebida mundialmente, e de todo esse grupo de fãs, há um -grupo que quer ser capaz de interagir e ver as informações dos personagens e da -série em geral. - -## Constatações - -Pesquisamos rapidamente as informações de que nossos usuários precisam e -descobrimos que os dados mais interessantes para eles são: - -Informações relevantes sobre os personagens, como nome, gênero, espécie, local -de origem, imagem e episódios em que aparecem. - -Além dessas informações, para nossos usuários, é importante poder ver a lista de -personagens que aparecem na série, o número de episódios, os diferentes locais -de origem, para obter mais informações sobre a série. - -## Detalhes dos dados - -* Com este conjunto de dados, você pode obter os seguintes dados para um - personagem: - - - nome - - imagem - - estado de vida - - espécie - - gênero - - local de origem (planeta Terra) - - lugar onde vive - - episódios em que aparece - -* Com esse conjunto de dados, você também pode obter o seguinte: - - - Número de personagens. - - Número de lugares de origem. - - Lista de episódios da série. - - Lista de personagens que pertencem a um determinado local. - - Todos os personagens da série. diff --git a/src/data/rickandmorty/rickandmorty.js b/src/data/rickandmorty/rickandmorty.js deleted file mode 100644 index e6a9b0de..00000000 --- a/src/data/rickandmorty/rickandmorty.js +++ /dev/null @@ -1,11165 +0,0 @@ -export default { - "info": { - "count": 493, - "pages": 25, - "next": "https://rickandmortyapi.com/api/character/?page=2", - "prev": "" - }, - "results": [ - { - "id": 1, - "name": "Rick Sanchez", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/1.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/2", - "https://rickandmortyapi.com/api/episode/3", - "https://rickandmortyapi.com/api/episode/4", - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/7", - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/9", - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/12", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/14", - "https://rickandmortyapi.com/api/episode/15", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/17", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/20", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/23", - "https://rickandmortyapi.com/api/episode/24", - "https://rickandmortyapi.com/api/episode/25", - "https://rickandmortyapi.com/api/episode/26", - "https://rickandmortyapi.com/api/episode/27", - "https://rickandmortyapi.com/api/episode/28", - "https://rickandmortyapi.com/api/episode/29", - "https://rickandmortyapi.com/api/episode/30", - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/1", - "created": "2017-11-04T18:48:46.250Z" - }, - { - "id": 2, - "name": "Morty Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/2.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/2", - "https://rickandmortyapi.com/api/episode/3", - "https://rickandmortyapi.com/api/episode/4", - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/7", - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/9", - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/12", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/14", - "https://rickandmortyapi.com/api/episode/15", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/17", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/20", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/23", - "https://rickandmortyapi.com/api/episode/24", - "https://rickandmortyapi.com/api/episode/25", - "https://rickandmortyapi.com/api/episode/26", - "https://rickandmortyapi.com/api/episode/27", - "https://rickandmortyapi.com/api/episode/28", - "https://rickandmortyapi.com/api/episode/29", - "https://rickandmortyapi.com/api/episode/30", - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/2", - "created": "2017-11-04T18:50:21.651Z" - }, - { - "id": 3, - "name": "Summer Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/3.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/7", - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/9", - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/12", - "https://rickandmortyapi.com/api/episode/14", - "https://rickandmortyapi.com/api/episode/15", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/17", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/20", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/23", - "https://rickandmortyapi.com/api/episode/24", - "https://rickandmortyapi.com/api/episode/25", - "https://rickandmortyapi.com/api/episode/26", - "https://rickandmortyapi.com/api/episode/27", - "https://rickandmortyapi.com/api/episode/29", - "https://rickandmortyapi.com/api/episode/30", - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/3", - "created": "2017-11-04T19:09:56.428Z" - }, - { - "id": 4, - "name": "Beth Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/4.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/7", - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/9", - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/12", - "https://rickandmortyapi.com/api/episode/14", - "https://rickandmortyapi.com/api/episode/15", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/20", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/23", - "https://rickandmortyapi.com/api/episode/24", - "https://rickandmortyapi.com/api/episode/25", - "https://rickandmortyapi.com/api/episode/26", - "https://rickandmortyapi.com/api/episode/27", - "https://rickandmortyapi.com/api/episode/28", - "https://rickandmortyapi.com/api/episode/29", - "https://rickandmortyapi.com/api/episode/30", - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/4", - "created": "2017-11-04T19:22:43.665Z" - }, - { - "id": 5, - "name": "Jerry Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/5.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/7", - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/9", - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/12", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/14", - "https://rickandmortyapi.com/api/episode/15", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/20", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/23", - "https://rickandmortyapi.com/api/episode/26", - "https://rickandmortyapi.com/api/episode/29", - "https://rickandmortyapi.com/api/episode/30", - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/5", - "created": "2017-11-04T19:26:56.301Z" - }, - { - "id": 6, - "name": "Abadango Cluster Princess", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Female", - "origin": { - "name": "Abadango", - "url": "https://rickandmortyapi.com/api/location/2" - }, - "location": { - "name": "Abadango", - "url": "https://rickandmortyapi.com/api/location/2" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/6.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/6", - "created": "2017-11-04T19:50:28.250Z" - }, - { - "id": 7, - "name": "Abradolf Lincler", - "status": "unknown", - "species": "Human", - "type": "Genetic experiment", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Testicle Monster Dimension", - "url": "https://rickandmortyapi.com/api/location/21" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/7.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/11" - ], - "url": "https://rickandmortyapi.com/api/character/7", - "created": "2017-11-04T19:59:20.523Z" - }, - { - "id": 8, - "name": "Adjudicator Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/8.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/8", - "created": "2017-11-04T20:03:34.737Z" - }, - { - "id": 9, - "name": "Agency Director", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/9.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/24" - ], - "url": "https://rickandmortyapi.com/api/character/9", - "created": "2017-11-04T20:06:54.976Z" - }, - { - "id": 10, - "name": "Alan Rails", - "status": "Dead", - "species": "Human", - "type": "Superhuman (Ghost trains summoner)", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Worldender's lair", - "url": "https://rickandmortyapi.com/api/location/4" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/10.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/10", - "created": "2017-11-04T20:19:09.017Z" - }, - { - "id": 11, - "name": "Albert Einstein", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/11.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/12" - ], - "url": "https://rickandmortyapi.com/api/character/11", - "created": "2017-11-04T20:20:20.965Z" - }, - { - "id": 12, - "name": "Alexander", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/12.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/12", - "created": "2017-11-04T20:32:33.144Z" - }, - { - "id": 13, - "name": "Alien Googah", - "status": "unknown", - "species": "Alien", - "type": "", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/13.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/13", - "created": "2017-11-04T20:33:30.779Z" - }, - { - "id": 14, - "name": "Alien Morty", - "status": "unknown", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/14.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/14", - "created": "2017-11-04T20:51:31.373Z" - }, - { - "id": 15, - "name": "Alien Rick", - "status": "unknown", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/15.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/15", - "created": "2017-11-04T20:56:13.215Z" - }, - { - "id": 16, - "name": "Amish Cyborg", - "status": "Dead", - "species": "Alien", - "type": "Parasite, Cyborg", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/16.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/16", - "created": "2017-11-04T21:12:45.235Z" - }, - { - "id": 17, - "name": "Annie", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/17.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/17", - "created": "2017-11-04T22:21:24.481Z" - }, - { - "id": 18, - "name": "Antenna Morty", - "status": "Alive", - "species": "Human", - "type": "Human with antennae", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/18.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/18", - "created": "2017-11-04T22:25:29.008Z" - }, - { - "id": 19, - "name": "Antenna Rick", - "status": "unknown", - "species": "Human", - "type": "Human with antennae", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/19.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/19", - "created": "2017-11-04T22:28:13.756Z" - }, - { - "id": 20, - "name": "Ants in my Eyes Johnson", - "status": "unknown", - "species": "Human", - "type": "Human with ants in his eyes", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/20.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/20", - "created": "2017-11-04T22:34:53.659Z" - }, - { - "id": 21, - "name": "Aqua Morty", - "status": "unknown", - "species": "Humanoid", - "type": "Fish-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/21.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/21", - "created": "2017-11-04T22:39:48.055Z" - }, - { - "id": 22, - "name": "Aqua Rick", - "status": "unknown", - "species": "Humanoid", - "type": "Fish-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/22.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/22", - "created": "2017-11-04T22:41:07.171Z" - }, - { - "id": 23, - "name": "Arcade Alien", - "status": "unknown", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Immortality Field Resort", - "url": "https://rickandmortyapi.com/api/location/7" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/23.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/25", - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/23", - "created": "2017-11-05T08:43:05.095Z" - }, - { - "id": 24, - "name": "Armagheadon", - "status": "Alive", - "species": "Alien", - "type": "Cromulon", - "gender": "Male", - "origin": { - "name": "Signus 5 Expanse", - "url": "https://rickandmortyapi.com/api/location/22" - }, - "location": { - "name": "Signus 5 Expanse", - "url": "https://rickandmortyapi.com/api/location/22" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/24.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/24", - "created": "2017-11-05T08:48:30.776Z" - }, - { - "id": 25, - "name": "Armothy", - "status": "Dead", - "species": "unknown", - "type": "Self-aware arm", - "gender": "Male", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/25.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/25", - "created": "2017-11-05T08:54:29.343Z" - }, - { - "id": 26, - "name": "Arthricia", - "status": "Alive", - "species": "Alien", - "type": "Cat-Person", - "gender": "Female", - "origin": { - "name": "Purge Planet", - "url": "https://rickandmortyapi.com/api/location/9" - }, - "location": { - "name": "Purge Planet", - "url": "https://rickandmortyapi.com/api/location/9" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/26.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/20" - ], - "url": "https://rickandmortyapi.com/api/character/26", - "created": "2017-11-05T08:56:46.165Z" - }, - { - "id": 27, - "name": "Artist Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/27.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/27", - "created": "2017-11-05T08:59:07.457Z" - }, - { - "id": 28, - "name": "Attila Starwar", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/28.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/28", - "created": "2017-11-05T09:02:16.595Z" - }, - { - "id": 29, - "name": "Baby Legs", - "status": "Alive", - "species": "Human", - "type": "Human with baby legs", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/29.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/29", - "created": "2017-11-05T09:06:19.644Z" - }, - { - "id": 30, - "name": "Baby Poopybutthole", - "status": "Alive", - "species": "Poopybutthole", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/30.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/30", - "created": "2017-11-05T09:13:16.483Z" - }, - { - "id": 31, - "name": "Baby Wizard", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/31.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/31", - "created": "2017-11-05T09:15:11.286Z" - }, - { - "id": 32, - "name": "Bearded Lady", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/32.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/32", - "created": "2017-11-05T09:18:04.184Z" - }, - { - "id": 33, - "name": "Beebo", - "status": "Dead", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "Venzenulon 7", - "url": "https://rickandmortyapi.com/api/location/10" - }, - "location": { - "name": "Venzenulon 7", - "url": "https://rickandmortyapi.com/api/location/10" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/33.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/33", - "created": "2017-11-05T09:21:55.595Z" - }, - { - "id": 34, - "name": "Benjamin", - "status": "Alive", - "species": "Poopybutthole", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/34.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/34", - "created": "2017-11-05T09:24:04.748Z" - }, - { - "id": 35, - "name": "Bepisian", - "status": "Alive", - "species": "Alien", - "type": "Bepisian", - "gender": "unknown", - "origin": { - "name": "Bepis 9", - "url": "https://rickandmortyapi.com/api/location/11" - }, - "location": { - "name": "Bepis 9", - "url": "https://rickandmortyapi.com/api/location/11" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/35.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/35", - "created": "2017-11-05T09:27:38.491Z" - }, - { - "id": 36, - "name": "Beta-Seven", - "status": "Alive", - "species": "Alien", - "type": "Hivemind", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/36.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/14" - ], - "url": "https://rickandmortyapi.com/api/character/36", - "created": "2017-11-05T09:31:08.952Z" - }, - { - "id": 37, - "name": "Beth Sanchez", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "location": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/37.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/37", - "created": "2017-11-05T09:38:22.960Z" - }, - { - "id": 38, - "name": "Beth Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/38.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/2", - "https://rickandmortyapi.com/api/episode/3", - "https://rickandmortyapi.com/api/episode/4", - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/38", - "created": "2017-11-05T09:48:44.230Z" - }, - { - "id": 39, - "name": "Beth Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "location": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/39.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/39", - "created": "2017-11-05T09:52:31.777Z" - }, - { - "id": 40, - "name": "Beth's Mytholog", - "status": "Dead", - "species": "Mytholog", - "type": "", - "gender": "Female", - "origin": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/40.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/40", - "created": "2017-11-05T10:02:26.701Z" - }, - { - "id": 41, - "name": "Big Boobed Waitress", - "status": "Alive", - "species": "Humanoid", - "type": "", - "gender": "Female", - "origin": { - "name": "Fantasy World", - "url": "https://rickandmortyapi.com/api/location/48" - }, - "location": { - "name": "Fantasy World", - "url": "https://rickandmortyapi.com/api/location/48" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/41.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/41", - "created": "2017-11-05T10:13:45.960Z" - }, - { - "id": 42, - "name": "Big Head Morty", - "status": "unknown", - "species": "Human", - "type": "Human with giant head", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/42.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/42", - "created": "2017-11-05T10:15:53.349Z" - }, - { - "id": 43, - "name": "Big Morty", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/43.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/43", - "created": "2017-11-05T10:17:04.997Z" - }, - { - "id": 44, - "name": "Body Guard Morty", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/44.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/44", - "created": "2017-11-05T10:18:11.062Z" - }, - { - "id": 45, - "name": "Bill", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/45.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/45", - "created": "2017-11-05T10:22:27.446Z" - }, - { - "id": 46, - "name": "Bill", - "status": "unknown", - "species": "Animal", - "type": "Dog", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/46.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/46", - "created": "2017-11-05T10:24:38.089Z" - }, - { - "id": 47, - "name": "Birdperson", - "status": "Dead", - "species": "Alien", - "type": "Bird-Person", - "gender": "Male", - "origin": { - "name": "Bird World", - "url": "https://rickandmortyapi.com/api/location/15" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/47.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/47", - "created": "2017-11-05T11:13:36.018Z" - }, - { - "id": 48, - "name": "Black Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/48.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/48", - "created": "2017-11-05T11:15:26.044Z" - }, - { - "id": 49, - "name": "Blamph", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/49.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/49", - "created": "2017-11-05T11:18:26.702Z" - }, - { - "id": 50, - "name": "Blim Blam", - "status": "Alive", - "species": "Alien", - "type": "Korblock", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/50.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/14" - ], - "url": "https://rickandmortyapi.com/api/character/50", - "created": "2017-11-05T11:21:43.756Z" - }, - { - "id": 51, - "name": "Blue Diplomat", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/51.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/51", - "created": "2017-11-05T11:24:49.688Z" - }, - { - "id": 52, - "name": "Blue Footprint Guy", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/52.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/52", - "created": "2017-11-05T11:26:42.084Z" - }, - { - "id": 53, - "name": "Blue Shirt Morty", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/53.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/53", - "created": "2017-11-05T11:28:38.627Z" - }, - { - "id": 54, - "name": "Bobby Moynihan", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/54.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/54", - "created": "2017-11-05T11:31:26.348Z" - }, - { - "id": 55, - "name": "Boobloosian", - "status": "Dead", - "species": "Alien", - "type": "Boobloosian", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/55.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/55", - "created": "2017-11-05T11:32:53.847Z" - }, - { - "id": 56, - "name": "Bootleg Portal Chemist Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/56.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/56", - "created": "2017-11-05T11:34:16.447Z" - }, - { - "id": 57, - "name": "Borpocian", - "status": "Alive", - "species": "Alien", - "type": "Elephant-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/57.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/57", - "created": "2017-11-05T11:38:29.459Z" - }, - { - "id": 58, - "name": "Brad", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/58.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/58", - "created": "2017-11-05T11:40:02.554Z" - }, - { - "id": 59, - "name": "Brad Anderson", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/59.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/7" - ], - "url": "https://rickandmortyapi.com/api/character/59", - "created": "2017-11-05T11:41:38.964Z" - }, - { - "id": 60, - "name": "Calypso", - "status": "Dead", - "species": "Human", - "type": "Superhuman", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/60.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/60", - "created": "2017-11-05T11:52:45.852Z" - }, - { - "id": 61, - "name": "Campaign Manager Morty", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/61.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/61", - "created": "2017-11-05T11:53:44.737Z" - }, - { - "id": 62, - "name": "Canklanker Thom", - "status": "Dead", - "species": "Alien", - "type": "Gromflomite", - "gender": "Male", - "origin": { - "name": "Gromflom Prime", - "url": "https://rickandmortyapi.com/api/location/19" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/62.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1" - ], - "url": "https://rickandmortyapi.com/api/character/62", - "created": "2017-11-05T12:06:23.217Z" - }, - { - "id": 63, - "name": "Centaur", - "status": "Alive", - "species": "Humanoid", - "type": "Centaur", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/63.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/63", - "created": "2017-11-05T12:22:17.848Z" - }, - { - "id": 64, - "name": "Chris", - "status": "Dead", - "species": "Alien", - "type": "Organic gun", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/64.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/12" - ], - "url": "https://rickandmortyapi.com/api/character/64", - "created": "2017-11-05T12:25:03.541Z" - }, - { - "id": 65, - "name": "Chris", - "status": "Alive", - "species": "Humanoid", - "type": "Microverse inhabitant", - "gender": "Male", - "origin": { - "name": "Rick's Battery Microverse", - "url": "https://rickandmortyapi.com/api/location/24" - }, - "location": { - "name": "Rick's Battery Microverse", - "url": "https://rickandmortyapi.com/api/location/24" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/65.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/65", - "created": "2017-11-30T11:02:41.935Z" - }, - { - "id": 66, - "name": "Coach Feratu (Balik Alistane)", - "status": "Dead", - "species": "Vampire", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/66.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/66", - "created": "2017-11-30T11:10:10.491Z" - }, - { - "id": 67, - "name": "Collector", - "status": "Alive", - "species": "Alien", - "type": "Light bulb-Alien", - "gender": "Male", - "origin": { - "name": "The Menagerie", - "url": "https://rickandmortyapi.com/api/location/25" - }, - "location": { - "name": "The Menagerie", - "url": "https://rickandmortyapi.com/api/location/25" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/67.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/67", - "created": "2017-11-30T11:13:46.785Z" - }, - { - "id": 68, - "name": "Colossus", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/68.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/68", - "created": "2017-11-30T11:17:32.733Z" - }, - { - "id": 69, - "name": "Commander Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/69.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/69", - "created": "2017-11-30T11:28:06.461Z" - }, - { - "id": 70, - "name": "Concerto", - "status": "Dead", - "species": "Humanoid", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/70.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/24" - ], - "url": "https://rickandmortyapi.com/api/character/70", - "created": "2017-11-30T11:31:41.926Z" - }, - { - "id": 71, - "name": "Conroy", - "status": "Dead", - "species": "Robot", - "type": "", - "gender": "unknown", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/71.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/71", - "created": "2017-11-30T11:35:50.183Z" - }, - { - "id": 72, - "name": "Cool Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (K-83)", - "url": "https://rickandmortyapi.com/api/location/26" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/72.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/72", - "created": "2017-11-30T11:41:11.542Z" - }, - { - "id": 73, - "name": "Cop Morty", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/73.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/73", - "created": "2017-11-30T11:43:04.217Z" - }, - { - "id": 74, - "name": "Cop Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/74.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/74", - "created": "2017-11-30T11:48:18.950Z" - }, - { - "id": 75, - "name": "Courier Flap", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/75.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/75", - "created": "2017-11-30T12:12:57.553Z" - }, - { - "id": 76, - "name": "Cousin Nicky", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/76.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/76", - "created": "2017-11-30T14:11:52.882Z" - }, - { - "id": 77, - "name": "Cowboy Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/77.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/77", - "created": "2017-11-30T14:13:17.371Z" - }, - { - "id": 78, - "name": "Cowboy Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/78.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/78", - "created": "2017-11-30T14:15:18.347Z" - }, - { - "id": 79, - "name": "Crab Spider", - "status": "Alive", - "species": "Alien", - "type": "Animal", - "gender": "unknown", - "origin": { - "name": "Hideout Planet", - "url": "https://rickandmortyapi.com/api/location/27" - }, - "location": { - "name": "Hideout Planet", - "url": "https://rickandmortyapi.com/api/location/27" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/79.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/79", - "created": "2017-11-30T14:18:16.899Z" - }, - { - "id": 80, - "name": "Creepy Little Girl", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/80.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/80", - "created": "2017-11-30T14:20:35.772Z" - }, - { - "id": 81, - "name": "Crocubot", - "status": "Dead", - "species": "Humanoid", - "type": "Robot-Crocodile hybrid", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Worldender's lair", - "url": "https://rickandmortyapi.com/api/location/4" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/81.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/81", - "created": "2017-11-30T14:23:41.053Z" - }, - { - "id": 82, - "name": "Cronenberg Rick", - "status": "unknown", - "species": "Cronenberg", - "type": "", - "gender": "Male", - "origin": { - "name": "Cronenberg Earth", - "url": "https://rickandmortyapi.com/api/location/12" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/82.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/82", - "created": "2017-11-30T14:28:54.596Z" - }, - { - "id": 83, - "name": "Cronenberg Morty", - "status": "unknown", - "species": "Cronenberg", - "type": "", - "gender": "Male", - "origin": { - "name": "Cronenberg Earth", - "url": "https://rickandmortyapi.com/api/location/12" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/83.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/83", - "created": "2017-11-30T20:02:29.204Z" - }, - { - "id": 84, - "name": "Cult Leader Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Hideout Planet", - "url": "https://rickandmortyapi.com/api/location/27" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/84.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/84", - "created": "2017-11-30T20:41:48.080Z" - }, - { - "id": 85, - "name": "Cyclops Morty", - "status": "Alive", - "species": "Humanoid", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/85.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/85", - "created": "2017-11-30T20:49:52.133Z" - }, - { - "id": 86, - "name": "Cyclops Rick", - "status": "Dead", - "species": "Humanoid", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/86.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/86", - "created": "2017-11-30T20:53:10.382Z" - }, - { - "id": 87, - "name": "Cynthia", - "status": "Dead", - "species": "Alien", - "type": "Zigerion", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Zigerion's Base", - "url": "https://rickandmortyapi.com/api/location/46" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/87.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/4" - ], - "url": "https://rickandmortyapi.com/api/character/87", - "created": "2017-11-30T21:08:32.534Z" - }, - { - "id": 88, - "name": "Cynthia", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/88.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/9", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/88", - "created": "2017-11-30T21:16:35.633Z" - }, - { - "id": 89, - "name": "Dale", - "status": "Dead", - "species": "Humanoid", - "type": "Giant", - "gender": "Male", - "origin": { - "name": "Giant's Town", - "url": "https://rickandmortyapi.com/api/location/14" - }, - "location": { - "name": "Giant's Town", - "url": "https://rickandmortyapi.com/api/location/14" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/89.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/89", - "created": "2017-12-01T10:32:08.340Z" - }, - { - "id": 90, - "name": "Daron Jefferson", - "status": "Alive", - "species": "Alien", - "type": "Cone-nippled alien", - "gender": "Male", - "origin": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "location": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/90.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/14" - ], - "url": "https://rickandmortyapi.com/api/character/90", - "created": "2017-12-01T10:54:34.736Z" - }, - { - "id": 91, - "name": "David Letterman", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "location": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/91.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/91", - "created": "2017-12-01T11:12:25.105Z" - }, - { - "id": 92, - "name": "Davin", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/92.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/6" - ], - "url": "https://rickandmortyapi.com/api/character/92", - "created": "2017-12-01T11:20:51.247Z" - }, - { - "id": 93, - "name": "Diablo Verde", - "status": "Dead", - "species": "Humanoid", - "type": "Demon", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Dorian 5", - "url": "https://rickandmortyapi.com/api/location/29" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/93.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/93", - "created": "2017-12-01T11:36:16.467Z" - }, - { - "id": 94, - "name": "Diane Sanchez", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Unknown dimension)", - "url": "https://rickandmortyapi.com/api/location/30" - }, - "location": { - "name": "Earth (Unknown dimension)", - "url": "https://rickandmortyapi.com/api/location/30" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/94.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/94", - "created": "2017-12-01T11:49:43.929Z" - }, - { - "id": 95, - "name": "Dipper and Mabel Mortys", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/95.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/95", - "created": "2017-12-01T11:54:36.670Z" - }, - { - "id": 96, - "name": "Tuberculosis", - "status": "Dead", - "species": "Disease", - "type": "", - "gender": "unknown", - "origin": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/96.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/96", - "created": "2017-12-01T11:59:04.796Z" - }, - { - "id": 97, - "name": "Gonorrhea", - "status": "Dead", - "species": "Disease", - "type": "", - "gender": "unknown", - "origin": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/97.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/97", - "created": "2017-12-01T12:00:27.028Z" - }, - { - "id": 98, - "name": "Hepatitis A", - "status": "Dead", - "species": "Disease", - "type": "", - "gender": "unknown", - "origin": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/98.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/98", - "created": "2017-12-01T12:01:43.742Z" - }, - { - "id": 99, - "name": "Hepatitis C", - "status": "Dead", - "species": "Disease", - "type": "", - "gender": "unknown", - "origin": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/99.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/99", - "created": "2017-12-01T12:02:00.935Z" - }, - { - "id": 100, - "name": "Bubonic Plague", - "status": "Dead", - "species": "Disease", - "type": "", - "gender": "unknown", - "origin": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/100.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/100", - "created": "2017-12-01T12:02:21.611Z" - }, - { - "id": 101, - "name": "E. Coli", - "status": "Dead", - "species": "Disease", - "type": "", - "gender": "unknown", - "origin": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/101.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/101", - "created": "2017-12-01T12:03:31.433Z" - }, - { - "id": 102, - "name": "Donna Gueterman", - "status": "Dead", - "species": "Robot", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/102.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/102", - "created": "2017-12-01T12:21:21.357Z" - }, - { - "id": 103, - "name": "Doofus Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (J19ζ7)", - "url": "https://rickandmortyapi.com/api/location/31" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/103.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/103", - "created": "2017-12-01T12:29:27.984Z" - }, - { - "id": 104, - "name": "Doom-Nomitron", - "status": "Dead", - "species": "Alien", - "type": "Shapeshifter", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Dorian 5", - "url": "https://rickandmortyapi.com/api/location/29" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/104.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/104", - "created": "2017-12-26T12:34:36.758Z" - }, - { - "id": 105, - "name": "Dr. Glip-Glop", - "status": "Dead", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "St. Gloopy Noops Hospital", - "url": "https://rickandmortyapi.com/api/location/16" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/105.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/105", - "created": "2017-12-26T12:39:22.855Z" - }, - { - "id": 106, - "name": "Dr. Schmidt", - "status": "unknown", - "species": "Human", - "type": "Game", - "gender": "Male", - "origin": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "location": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/106.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/106", - "created": "2017-12-26T12:46:48.805Z" - }, - { - "id": 107, - "name": "Dr. Wong", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/107.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/24" - ], - "url": "https://rickandmortyapi.com/api/character/107", - "created": "2017-12-26T12:55:58.449Z" - }, - { - "id": 108, - "name": "Dr. Xenon Bloom", - "status": "Dead", - "species": "Humanoid", - "type": "Amoeba-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/108.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/108", - "created": "2017-12-26T13:14:12.157Z" - }, - { - "id": 109, - "name": "Duck With Muscles", - "status": "Dead", - "species": "Parasite", - "type": "Alien", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/109.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/109", - "created": "2017-12-26T13:17:40.686Z" - }, - { - "id": 110, - "name": "Eli", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/110.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/110", - "created": "2017-12-26T13:37:27.635Z" - }, - { - "id": 111, - "name": "Eli's Girlfriend", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/111.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/111", - "created": "2017-12-26T13:38:47.115Z" - }, - { - "id": 112, - "name": "Eric McMan", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/112.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/112", - "created": "2017-12-26T13:40:06.005Z" - }, - { - "id": 113, - "name": "Eric Stoltz Mask Morty", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Eric Stoltz Mask Earth", - "url": "https://rickandmortyapi.com/api/location/33" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/113.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/113", - "created": "2017-12-26T13:43:29.296Z" - }, - { - "id": 114, - "name": "Ethan", - "status": "unknown", - "species": "Human", - "type": "Cronenberg", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/114.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/114", - "created": "2017-12-26T16:01:13.904Z" - }, - { - "id": 115, - "name": "Ethan", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/115.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/115", - "created": "2017-12-26T16:01:50.939Z" - }, - { - "id": 116, - "name": "Evil Beth Clone", - "status": "Dead", - "species": "Human", - "type": "Clone", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/116.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/116", - "created": "2017-12-26T16:10:47.781Z" - }, - { - "id": 117, - "name": "Evil Jerry Clone", - "status": "Dead", - "species": "Human", - "type": "Clone", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/117.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/117", - "created": "2017-12-26T16:11:15.395Z" - }, - { - "id": 118, - "name": "Evil Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/118.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/118", - "created": "2017-12-26T16:13:41.103Z" - }, - { - "id": 119, - "name": "Evil Rick", - "status": "Dead", - "species": "Humanoid", - "type": "Robot", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/119.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/119", - "created": "2017-12-26T16:17:16.472Z" - }, - { - "id": 120, - "name": "Evil Summer Clone", - "status": "Dead", - "species": "Human", - "type": "Clone", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/120.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/120", - "created": "2017-12-26T16:24:02.059Z" - }, - { - "id": 121, - "name": "Eyehole Man", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/121.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/121", - "created": "2017-12-26T16:41:58.391Z" - }, - { - "id": 122, - "name": "Fart", - "status": "Dead", - "species": "Alien", - "type": "Interdimensional gaseous being", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/122.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/122", - "created": "2017-12-26T17:19:40.474Z" - }, - { - "id": 123, - "name": "Fat Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/123.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/123", - "created": "2017-12-26T17:22:40.315Z" - }, - { - "id": 124, - "name": "Father Bob", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/124.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/124", - "created": "2017-12-26T17:31:29.113Z" - }, - { - "id": 125, - "name": "Flansian", - "status": "Alive", - "species": "Alien", - "type": "Flansian", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/125.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/125", - "created": "2017-12-26T17:43:58.410Z" - }, - { - "id": 126, - "name": "Fleeb", - "status": "unknown", - "species": "Alien", - "type": "", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/126.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/126", - "created": "2017-12-26T18:45:42.593Z" - }, - { - "id": 127, - "name": "Frank Palicky", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/127.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1" - ], - "url": "https://rickandmortyapi.com/api/character/127", - "created": "2017-12-26T19:22:48.474Z" - }, - { - "id": 128, - "name": "Frankenstein's Monster", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/128.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/128", - "created": "2017-12-26T19:24:56.679Z" - }, - { - "id": 129, - "name": "Fulgora", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/129.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/129", - "created": "2017-12-26T19:30:02.242Z" - }, - { - "id": 130, - "name": "Galactic Federation President", - "status": "Dead", - "species": "Alien", - "type": "Gromflomite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/130.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/130", - "created": "2017-12-26T19:49:41.160Z" - }, - { - "id": 131, - "name": "Gar Gloonch", - "status": "Dead", - "species": "Alien", - "type": "Zombodian", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/131.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/131", - "created": "2017-12-26T19:54:43.476Z" - }, - { - "id": 132, - "name": "Gar's Mytholog", - "status": "Dead", - "species": "Mytholog", - "type": "", - "gender": "Male", - "origin": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/132.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/132", - "created": "2017-12-26T20:02:38.033Z" - }, - { - "id": 133, - "name": "Garblovian", - "status": "Alive", - "species": "Alien", - "type": "Garblovian", - "gender": "Male", - "origin": { - "name": "Glaagablaaga", - "url": "https://rickandmortyapi.com/api/location/36" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/133.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/133", - "created": "2017-12-26T20:30:45.943Z" - }, - { - "id": 134, - "name": "Garmanarnar", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/134.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/134", - "created": "2017-12-26T20:36:54.577Z" - }, - { - "id": 135, - "name": "Garment District Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/135.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/135", - "created": "2017-12-26T20:51:43.614Z" - }, - { - "id": 136, - "name": "Gazorpazorpfield", - "status": "Alive", - "species": "Alien", - "type": "Gazorpian", - "gender": "Male", - "origin": { - "name": "Gazorpazorp", - "url": "https://rickandmortyapi.com/api/location/40" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/136.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/136", - "created": "2017-12-27T17:59:59.058Z" - }, - { - "id": 137, - "name": "Gene", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/137.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/137", - "created": "2017-12-27T18:14:57.885Z" - }, - { - "id": 138, - "name": "General Nathan", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/138.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/138", - "created": "2017-12-27T18:22:18.387Z" - }, - { - "id": 139, - "name": "General Store Owner", - "status": "Dead", - "species": "Alien", - "type": "Cat-Person", - "gender": "Male", - "origin": { - "name": "Purge Planet", - "url": "https://rickandmortyapi.com/api/location/9" - }, - "location": { - "name": "Purge Planet", - "url": "https://rickandmortyapi.com/api/location/9" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/139.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/20" - ], - "url": "https://rickandmortyapi.com/api/character/139", - "created": "2017-12-27T18:41:03.124Z" - }, - { - "id": 140, - "name": "Genital Washer", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/140.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/140", - "created": "2017-12-27T18:47:44.566Z" - }, - { - "id": 141, - "name": "Ghost in a Jar", - "status": "Dead", - "species": "Alien", - "type": "Parasite, Ghost", - "gender": "Genderless", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/141.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/141", - "created": "2017-12-27T19:14:14.545Z" - }, - { - "id": 142, - "name": "Gibble Snake", - "status": "Dead", - "species": "Alien", - "type": "Animal", - "gender": "unknown", - "origin": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "location": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/142.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/142", - "created": "2017-12-27T20:16:32.187Z" - }, - { - "id": 143, - "name": "Glasses Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/143.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/143", - "created": "2017-12-27T20:37:26.134Z" - }, - { - "id": 144, - "name": "Glenn", - "status": "Dead", - "species": "Alien", - "type": "Gromflomite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Customs", - "url": "https://rickandmortyapi.com/api/location/38" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/144.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1" - ], - "url": "https://rickandmortyapi.com/api/character/144", - "created": "2017-12-29T10:37:48.319Z" - }, - { - "id": 145, - "name": "Glenn", - "status": "Alive", - "species": "Human", - "type": "Eat shiter-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/145.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/145", - "created": "2017-12-29T11:03:43.118Z" - }, - { - "id": 146, - "name": "Glexo Slim Slom", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/146.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/146", - "created": "2017-12-29T11:28:29.380Z" - }, - { - "id": 147, - "name": "Gobo", - "status": "Dead", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/147.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/147", - "created": "2017-12-29T11:38:29.578Z" - }, - { - "id": 148, - "name": "Goddess Beth", - "status": "unknown", - "species": "Mytholog", - "type": "", - "gender": "Female", - "origin": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/148.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/148", - "created": "2017-12-29T11:40:25.135Z" - }, - { - "id": 149, - "name": "Gordon Lunas", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/149.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/149", - "created": "2017-12-29T11:44:00.169Z" - }, - { - "id": 150, - "name": "Cornvelious Daniel", - "status": "Dead", - "species": "Alien", - "type": "Gromflomite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Galactic Federation Prison", - "url": "https://rickandmortyapi.com/api/location/39" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/150.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/150", - "created": "2017-12-29T12:02:33.550Z" - }, - { - "id": 151, - "name": "Gwendolyn", - "status": "unknown", - "species": "Robot", - "type": "Gazorpian reproduction robot", - "gender": "Female", - "origin": { - "name": "Gazorpazorp", - "url": "https://rickandmortyapi.com/api/location/40" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/151.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/7" - ], - "url": "https://rickandmortyapi.com/api/character/151", - "created": "2017-12-29T12:31:50.388Z" - }, - { - "id": 152, - "name": "Hammerhead Morty", - "status": "unknown", - "species": "Humanoid", - "type": "Hammerhead-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/152.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/152", - "created": "2017-12-29T15:20:16.842Z" - }, - { - "id": 153, - "name": "Hamster In Butt", - "status": "Alive", - "species": "Animal", - "type": "", - "gender": "unknown", - "origin": { - "name": "Hamster in Butt World", - "url": "https://rickandmortyapi.com/api/location/41" - }, - "location": { - "name": "Hamster in Butt World", - "url": "https://rickandmortyapi.com/api/location/41" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/153.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/153", - "created": "2017-12-29T15:27:54.281Z" - }, - { - "id": 154, - "name": "Hamurai", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/154.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/154", - "created": "2017-12-29T15:32:05.287Z" - }, - { - "id": 155, - "name": "Harold", - "status": "Alive", - "species": "Cronenberg", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/155.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6" - ], - "url": "https://rickandmortyapi.com/api/character/155", - "created": "2017-12-29T15:41:18.773Z" - }, - { - "id": 156, - "name": "Hemorrhage", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/156.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/156", - "created": "2017-12-29T15:44:40.083Z" - }, - { - "id": 157, - "name": "Hole in the Wall Where the Men Can See it All", - "status": "unknown", - "species": "unknown", - "type": "Hole", - "gender": "Genderless", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/157.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/157", - "created": "2017-12-29T15:47:57.352Z" - }, - { - "id": 158, - "name": "Hookah Alien", - "status": "Alive", - "species": "Alien", - "type": "Tuskfish", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Customs", - "url": "https://rickandmortyapi.com/api/location/38" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/158.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1" - ], - "url": "https://rickandmortyapi.com/api/character/158", - "created": "2017-12-29T15:53:48.952Z" - }, - { - "id": 159, - "name": "Hunter", - "status": "Dead", - "species": "Human", - "type": "Clone", - "gender": "Male", - "origin": { - "name": "Earth (Giant Telepathic Spiders Dimension)", - "url": "https://rickandmortyapi.com/api/location/42" - }, - "location": { - "name": "Earth (Giant Telepathic Spiders Dimension)", - "url": "https://rickandmortyapi.com/api/location/42" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/159.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/159", - "created": "2017-12-29T16:03:28.792Z" - }, - { - "id": 160, - "name": "Hunter's Father", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Giant Telepathic Spiders Dimension)", - "url": "https://rickandmortyapi.com/api/location/42" - }, - "location": { - "name": "Earth (Giant Telepathic Spiders Dimension)", - "url": "https://rickandmortyapi.com/api/location/42" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/160.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/160", - "created": "2017-12-29T16:07:04.040Z" - }, - { - "id": 161, - "name": "Hydrogen-F", - "status": "Alive", - "species": "Alien", - "type": "Alphabetrian", - "gender": "Female", - "origin": { - "name": "Alphabetrium", - "url": "https://rickandmortyapi.com/api/location/43" - }, - "location": { - "name": "Alphabetrium", - "url": "https://rickandmortyapi.com/api/location/43" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/161.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/161", - "created": "2017-12-29T16:10:40.290Z" - }, - { - "id": 162, - "name": "Ice-T", - "status": "Alive", - "species": "Alien", - "type": "Alphabetrian", - "gender": "Male", - "origin": { - "name": "Alphabetrium", - "url": "https://rickandmortyapi.com/api/location/43" - }, - "location": { - "name": "Alphabetrium", - "url": "https://rickandmortyapi.com/api/location/43" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/162.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/162", - "created": "2017-12-29T16:42:59.207Z" - }, - { - "id": 163, - "name": "Ideal Jerry", - "status": "Dead", - "species": "Mytholog", - "type": "", - "gender": "Male", - "origin": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/163.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/163", - "created": "2017-12-29T16:46:41.345Z" - }, - { - "id": 164, - "name": "Insurance Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/164.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/164", - "created": "2017-12-29T17:03:08.645Z" - }, - { - "id": 165, - "name": "Investigator Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/165.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/165", - "created": "2017-12-29T17:05:15.514Z" - }, - { - "id": 166, - "name": "Invisi-trooper", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/166.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/166", - "created": "2017-12-29T17:06:28.325Z" - }, - { - "id": 167, - "name": "Izzy", - "status": "Alive", - "species": "Animal", - "type": "Cat", - "gender": "unknown", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/167.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/24" - ], - "url": "https://rickandmortyapi.com/api/character/167", - "created": "2017-12-29T17:07:59.024Z" - }, - { - "id": 168, - "name": "Jackie", - "status": "Alive", - "species": "Alien", - "type": "Gazorpian", - "gender": "Female", - "origin": { - "name": "Gazorpazorp", - "url": "https://rickandmortyapi.com/api/location/40" - }, - "location": { - "name": "Gazorpazorp", - "url": "https://rickandmortyapi.com/api/location/40" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/168.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/7" - ], - "url": "https://rickandmortyapi.com/api/character/168", - "created": "2017-12-29T17:14:03.430Z" - }, - { - "id": 169, - "name": "Jacob", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/169.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3", - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/169", - "created": "2017-12-29T17:20:52.037Z" - }, - { - "id": 170, - "name": "Jacqueline", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/170.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/170", - "created": "2017-12-29T17:22:17.707Z" - }, - { - "id": 171, - "name": "Jaguar", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/171.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/24" - ], - "url": "https://rickandmortyapi.com/api/character/171", - "created": "2017-12-29T17:25:38.138Z" - }, - { - "id": 172, - "name": "Jamey", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/172.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/172", - "created": "2017-12-29T17:30:20.654Z" - }, - { - "id": 173, - "name": "Jan-Michael Vincent", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/173.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/173", - "created": "2017-12-29T17:33:23.972Z" - }, - { - "id": 174, - "name": "Jerry 5-126", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (5-126)", - "url": "https://rickandmortyapi.com/api/location/17" - }, - "location": { - "name": "Jerryboree", - "url": "https://rickandmortyapi.com/api/location/44" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/174.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/174", - "created": "2017-12-29T17:50:19.991Z" - }, - { - "id": 175, - "name": "Jerry Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/175.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/2", - "https://rickandmortyapi.com/api/episode/3", - "https://rickandmortyapi.com/api/episode/4", - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/175", - "created": "2017-12-29T18:07:17.610Z" - }, - { - "id": 176, - "name": "Celebrity Jerry", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "location": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/176.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/176", - "created": "2017-12-29T18:25:11.930Z" - }, - { - "id": 177, - "name": "Jerry Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "location": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/177.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/177", - "created": "2017-12-29T18:28:19.424Z" - }, - { - "id": 178, - "name": "Jerry's Mytholog", - "status": "Dead", - "species": "Mytholog", - "type": "", - "gender": "Male", - "origin": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/178.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/178", - "created": "2017-12-29T18:29:31.279Z" - }, - { - "id": 179, - "name": "Jessica", - "status": "Alive", - "species": "Cronenberg", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/179.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/4", - "https://rickandmortyapi.com/api/episode/6" - ], - "url": "https://rickandmortyapi.com/api/character/179", - "created": "2017-12-29T18:34:37.806Z" - }, - { - "id": 180, - "name": "Jessica", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/180.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/17", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/26", - "https://rickandmortyapi.com/api/episode/27", - "https://rickandmortyapi.com/api/episode/28", - "https://rickandmortyapi.com/api/episode/29", - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/180", - "created": "2017-12-29T18:36:27.225Z" - }, - { - "id": 181, - "name": "Jessica's Friend", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/181.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/4", - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/17", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/25", - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/181", - "created": "2017-12-29T18:47:23.345Z" - }, - { - "id": 182, - "name": "Jim", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/182.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/182", - "created": "2017-12-29T18:49:48.953Z" - }, - { - "id": 183, - "name": "Johnny Depp", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "location": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/183.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/183", - "created": "2017-12-29T18:51:29.693Z" - }, - { - "id": 184, - "name": "Jon", - "status": "Alive", - "species": "Alien", - "type": "Gazorpian", - "gender": "Male", - "origin": { - "name": "Gazorpazorp", - "url": "https://rickandmortyapi.com/api/location/40" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/184.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/184", - "created": "2017-12-29T18:54:04.572Z" - }, - { - "id": 185, - "name": "Joseph Eli Lipkip", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/185.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/185", - "created": "2017-12-29T18:56:15.622Z" - }, - { - "id": 186, - "name": "Joyce Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/186.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/186", - "created": "2017-12-29T18:58:34.530Z" - }, - { - "id": 187, - "name": "Juggling Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/187.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/187", - "created": "2017-12-29T18:59:47.440Z" - }, - { - "id": 188, - "name": "Karen Entity", - "status": "Alive", - "species": "Alien", - "type": "Unknown-nippled alien", - "gender": "Female", - "origin": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "location": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/188.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/14" - ], - "url": "https://rickandmortyapi.com/api/character/188", - "created": "2017-12-29T19:10:16.171Z" - }, - { - "id": 189, - "name": "Katarina", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/189.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/24" - ], - "url": "https://rickandmortyapi.com/api/character/189", - "created": "2017-12-29T19:13:57.070Z" - }, - { - "id": 190, - "name": "Keara", - "status": "Alive", - "species": "Alien", - "type": "Krootabulan", - "gender": "Female", - "origin": { - "name": "Krootabulon", - "url": "https://rickandmortyapi.com/api/location/45" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/190.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/190", - "created": "2017-12-29T19:26:06.900Z" - }, - { - "id": 191, - "name": "Kevin", - "status": "Dead", - "species": "Alien", - "type": "Zigerion", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Zigerion's Base", - "url": "https://rickandmortyapi.com/api/location/46" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/191.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/4" - ], - "url": "https://rickandmortyapi.com/api/character/191", - "created": "2017-12-29T19:40:07.816Z" - }, - { - "id": 192, - "name": "King Flippy Nips", - "status": "Alive", - "species": "Alien", - "type": "Plutonian", - "gender": "Male", - "origin": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "location": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/192.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/9" - ], - "url": "https://rickandmortyapi.com/api/character/192", - "created": "2017-12-29T19:49:29.297Z" - }, - { - "id": 193, - "name": "King Jellybean", - "status": "Dead", - "species": "Alien", - "type": "Jellybean", - "gender": "Male", - "origin": { - "name": "Fantasy World", - "url": "https://rickandmortyapi.com/api/location/48" - }, - "location": { - "name": "Fantasy World", - "url": "https://rickandmortyapi.com/api/location/48" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/193.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/193", - "created": "2017-12-29T19:58:44.743Z" - }, - { - "id": 194, - "name": "Kozbian", - "status": "Alive", - "species": "Alien", - "type": "Tentacle alien", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/194.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/194", - "created": "2017-12-30T12:13:53.878Z" - }, - { - "id": 195, - "name": "Kristen Stewart", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "location": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/195.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/195", - "created": "2017-12-30T12:19:16.042Z" - }, - { - "id": 196, - "name": "Krombopulos Michael", - "status": "Dead", - "species": "Alien", - "type": "Gromflomite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/196.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/196", - "created": "2017-12-30T12:28:52.954Z" - }, - { - "id": 197, - "name": "Kyle", - "status": "Dead", - "species": "Humanoid", - "type": "Miniverse inhabitant", - "gender": "Male", - "origin": { - "name": "Zeep Xanflorp's Miniverse", - "url": "https://rickandmortyapi.com/api/location/49" - }, - "location": { - "name": "Kyle's Teenyverse", - "url": "https://rickandmortyapi.com/api/location/50" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/197.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/197", - "created": "2017-12-30T12:39:09.025Z" - }, - { - "id": 198, - "name": "Lady Katana", - "status": "Dead", - "species": "Humanoid", - "type": "Cyborg", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Dorian 5", - "url": "https://rickandmortyapi.com/api/location/29" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/198.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/198", - "created": "2017-12-30T12:43:37.571Z" - }, - { - "id": 199, - "name": "Larva Alien", - "status": "Alive", - "species": "Alien", - "type": "Larva alien", - "gender": "unknown", - "origin": { - "name": "Larva Alien's Planet", - "url": "https://rickandmortyapi.com/api/location/51" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/199.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/199", - "created": "2017-12-30T12:48:44.677Z" - }, - { - "id": 200, - "name": "Lawyer Morty", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/200.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/200", - "created": "2017-12-30T12:49:52.971Z" - }, - { - "id": 201, - "name": "Leonard Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/201.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/201", - "created": "2017-12-30T12:51:27.835Z" - }, - { - "id": 202, - "name": "Lighthouse Keeper", - "status": "Dead", - "species": "Alien", - "type": "Cat-Person", - "gender": "Male", - "origin": { - "name": "Purge Planet", - "url": "https://rickandmortyapi.com/api/location/9" - }, - "location": { - "name": "Purge Planet", - "url": "https://rickandmortyapi.com/api/location/9" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/202.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/20" - ], - "url": "https://rickandmortyapi.com/api/character/202", - "created": "2017-12-30T12:53:11.937Z" - }, - { - "id": 203, - "name": "Lil B", - "status": "Dead", - "species": "Alien", - "type": "Snail alien", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/203.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/203", - "created": "2017-12-30T12:54:31.725Z" - }, - { - "id": 204, - "name": "Lisa", - "status": "Dead", - "species": "Alien", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Immortality Field Resort", - "url": "https://rickandmortyapi.com/api/location/7" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/204.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/204", - "created": "2017-12-30T12:59:58.460Z" - }, - { - "id": 205, - "name": "Little Dipper", - "status": "Alive", - "species": "Humanoid", - "type": "Tinymouth", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/205.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/205", - "created": "2017-12-30T13:03:12.366Z" - }, - { - "id": 206, - "name": "Lizard Morty", - "status": "Alive", - "species": "Humanoid", - "type": "Lizard-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/206.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/206", - "created": "2017-12-30T13:06:09.094Z" - }, - { - "id": 207, - "name": "Loggins", - "status": "Alive", - "species": "Alien", - "type": "Alligator-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/207.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/207", - "created": "2017-12-30T13:54:28.627Z" - }, - { - "id": 208, - "name": "Logic", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Worldender's lair", - "url": "https://rickandmortyapi.com/api/location/4" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/208.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/208", - "created": "2017-12-30T13:58:41.417Z" - }, - { - "id": 209, - "name": "Long Sleeved Morty", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/209.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/209", - "created": "2017-12-30T14:00:06.755Z" - }, - { - "id": 210, - "name": "Lucy", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/210.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11" - ], - "url": "https://rickandmortyapi.com/api/character/210", - "created": "2017-12-30T14:01:23.319Z" - }, - { - "id": 211, - "name": "Ma-Sha", - "status": "Alive", - "species": "Alien", - "type": "Gazorpian", - "gender": "Female", - "origin": { - "name": "Gazorpazorp", - "url": "https://rickandmortyapi.com/api/location/40" - }, - "location": { - "name": "Gazorpazorp", - "url": "https://rickandmortyapi.com/api/location/40" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/211.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/7" - ], - "url": "https://rickandmortyapi.com/api/character/211", - "created": "2017-12-30T14:16:00.484Z" - }, - { - "id": 212, - "name": "Magma-Q", - "status": "Dead", - "species": "Alien", - "type": "Alphabetrian", - "gender": "Male", - "origin": { - "name": "Alphabetrium", - "url": "https://rickandmortyapi.com/api/location/43" - }, - "location": { - "name": "Alphabetrium", - "url": "https://rickandmortyapi.com/api/location/43" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/212.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/212", - "created": "2017-12-30T14:19:10.419Z" - }, - { - "id": 213, - "name": "Magnesium-J", - "status": "Alive", - "species": "Alien", - "type": "Alphabetrian", - "gender": "Male", - "origin": { - "name": "Alphabetrium", - "url": "https://rickandmortyapi.com/api/location/43" - }, - "location": { - "name": "Alphabetrium", - "url": "https://rickandmortyapi.com/api/location/43" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/213.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/213", - "created": "2017-12-30T14:21:16.121Z" - }, - { - "id": 214, - "name": "Man Painted Silver Who Makes Robot Noises", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/214.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/214", - "created": "2017-12-30T14:24:57.993Z" - }, - { - "id": 215, - "name": "Maximums Rickimus", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/215.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/215", - "created": "2017-12-30T14:27:55.489Z" - }, - { - "id": 216, - "name": "MC Haps", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/216.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/216", - "created": "2017-12-30T14:30:06.479Z" - }, - { - "id": 217, - "name": "Mechanical Morty", - "status": "Dead", - "species": "Robot", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/217.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/217", - "created": "2017-12-30T14:32:17.158Z" - }, - { - "id": 218, - "name": "Mechanical Rick", - "status": "unknown", - "species": "Robot", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/218.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/218", - "created": "2017-12-30T14:33:16.920Z" - }, - { - "id": 219, - "name": "Mechanical Summer", - "status": "unknown", - "species": "Robot", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/219.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/219", - "created": "2017-12-30T14:33:49.392Z" - }, - { - "id": 220, - "name": "Mega Fruit Farmer Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/220.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/220", - "created": "2017-12-30T14:35:30.736Z" - }, - { - "id": 221, - "name": "Melissa", - "status": "Alive", - "species": "Humanoid", - "type": "Monster", - "gender": "Female", - "origin": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "location": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/221.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/221", - "created": "2017-12-30T14:38:04.718Z" - }, - { - "id": 222, - "name": "Michael Denny and the Denny Singers", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/222.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/222", - "created": "2017-12-30T14:44:05.245Z" - }, - { - "id": 223, - "name": "Michael Jenkins", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/223.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/223", - "created": "2017-12-30T14:44:51.373Z" - }, - { - "id": 224, - "name": "Michael McLick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/224.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/224", - "created": "2017-12-30T15:49:28.666Z" - }, - { - "id": 225, - "name": "Michael Thompson", - "status": "Alive", - "species": "Humanoid", - "type": "Conjoined twin", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/225.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/225", - "created": "2017-12-30T15:59:31.558Z" - }, - { - "id": 226, - "name": "Million Ants", - "status": "Dead", - "species": "Animal", - "type": "Sentient ant colony", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Worldender's lair", - "url": "https://rickandmortyapi.com/api/location/4" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/226.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/226", - "created": "2017-12-30T16:04:56.879Z" - }, - { - "id": 227, - "name": "Mitch", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/227.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/227", - "created": "2017-12-30T16:08:38.157Z" - }, - { - "id": 228, - "name": "Mohawk Guy", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/228.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/228", - "created": "2017-12-30T16:10:03.881Z" - }, - { - "id": 229, - "name": "Morty Mart Manager Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/229.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/229", - "created": "2017-12-30T16:12:33.382Z" - }, - { - "id": 230, - "name": "Morty Jr.", - "status": "Alive", - "species": "Humanoid", - "type": "Human Gazorpian", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/230.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/7" - ], - "url": "https://rickandmortyapi.com/api/character/230", - "created": "2017-12-30T16:20:51.391Z" - }, - { - "id": 231, - "name": "Morty Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/231.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/231", - "created": "2017-12-30T16:23:45.894Z" - }, - { - "id": 232, - "name": "Morty Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "location": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/232.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/232", - "created": "2017-12-30T16:29:27.863Z" - }, - { - "id": 233, - "name": "Morty K-22", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (K-22)", - "url": "https://rickandmortyapi.com/api/location/52" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/233.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/233", - "created": "2017-12-30T16:33:49.577Z" - }, - { - "id": 234, - "name": "Morty Smith", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/234.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6" - ], - "url": "https://rickandmortyapi.com/api/character/234", - "created": "2017-12-30T16:35:01.223Z" - }, - { - "id": 235, - "name": "Mortytown Loco", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/235.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/235", - "created": "2017-12-30T16:37:07.150Z" - }, - { - "id": 236, - "name": "Mr. Beauregard", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/236.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/236", - "created": "2017-12-30T17:28:28.409Z" - }, - { - "id": 237, - "name": "Mr. Benson", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/237.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/12" - ], - "url": "https://rickandmortyapi.com/api/character/237", - "created": "2017-12-30T17:30:31.757Z" - }, - { - "id": 238, - "name": "Mr. Booby Buyer", - "status": "Alive", - "species": "Animal", - "type": "Boobie buyer reptilian", - "gender": "Male", - "origin": { - "name": "Fantasy World", - "url": "https://rickandmortyapi.com/api/location/48" - }, - "location": { - "name": "Fantasy World", - "url": "https://rickandmortyapi.com/api/location/48" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/238.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/238", - "created": "2017-12-30T17:36:12.853Z" - }, - { - "id": 239, - "name": "Mr. Goldenfold", - "status": "Alive", - "species": "Cronenberg", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/239.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/2", - "https://rickandmortyapi.com/api/episode/4", - "https://rickandmortyapi.com/api/episode/6" - ], - "url": "https://rickandmortyapi.com/api/character/239", - "created": "2017-12-30T17:42:11.894Z" - }, - { - "id": 240, - "name": "Mr. Goldenfold", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/240.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/9", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/17", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/24", - "https://rickandmortyapi.com/api/episode/27", - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/240", - "created": "2017-12-30T17:42:56.349Z" - }, - { - "id": 241, - "name": "Mr. Marklovitz", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/241.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/4", - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/241", - "created": "2017-12-30T17:46:19.052Z" - }, - { - "id": 242, - "name": "Mr. Meeseeks", - "status": "unknown", - "species": "Humanoid", - "type": "Meeseeks", - "gender": "Male", - "origin": { - "name": "Mr. Meeseeks Box", - "url": "https://rickandmortyapi.com/api/location/53" - }, - "location": { - "name": "Blips and Chitz", - "url": "https://rickandmortyapi.com/api/location/67" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/242.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/242", - "created": "2017-12-30T17:52:12.243Z" - }, - { - "id": 243, - "name": "Mr. Needful", - "status": "Alive", - "species": "Humanoid", - "type": "The Devil", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/243.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/9" - ], - "url": "https://rickandmortyapi.com/api/character/243", - "created": "2017-12-30T17:54:06.996Z" - }, - { - "id": 244, - "name": "Mr. Poopybutthole", - "status": "Alive", - "species": "Poopybutthole", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/244.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/29", - "https://rickandmortyapi.com/api/episode/30", - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/244", - "created": "2017-12-30T18:03:48.054Z" - }, - { - "id": 245, - "name": "Mrs. Lipkip", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/245.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/245", - "created": "2017-12-30T18:05:59.999Z" - }, - { - "id": 246, - "name": "Mrs. Pancakes", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/246.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2", - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/246", - "created": "2017-12-30T18:09:39.304Z" - }, - { - "id": 247, - "name": "Mrs. Poopybutthole", - "status": "Alive", - "species": "Poopybutthole", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/247.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/247", - "created": "2017-12-30T18:10:48.293Z" - }, - { - "id": 248, - "name": "Mrs. Refrigerator", - "status": "Dead", - "species": "Alien", - "type": "Parasite, Refrigerator", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/248.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/248", - "created": "2017-12-30T18:12:38.369Z" - }, - { - "id": 249, - "name": "Mrs. Sanchez", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/249.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/14", - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/249", - "created": "2017-12-30T18:18:10.965Z" - }, - { - "id": 250, - "name": "Mrs. Sullivan", - "status": "Dead", - "species": "Human", - "type": "Cat controlled dead lady", - "gender": "Female", - "origin": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/250.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/250", - "created": "2017-12-30T18:24:49.372Z" - }, - { - "id": 251, - "name": "Nancy", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/251.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/9", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/25", - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/251", - "created": "2017-12-31T12:46:54.095Z" - }, - { - "id": 252, - "name": "Noob-Noob", - "status": "Alive", - "species": "Poopybutthole", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Vindicator's Base", - "url": "https://rickandmortyapi.com/api/location/54" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/252.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/252", - "created": "2017-12-31T12:57:37.849Z" - }, - { - "id": 253, - "name": "Numbericon", - "status": "unknown", - "species": "Alien", - "type": "Numbericon", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Alphabetrium", - "url": "https://rickandmortyapi.com/api/location/43" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/253.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/253", - "created": "2017-12-31T13:04:01.585Z" - }, - { - "id": 254, - "name": "Octopus Man", - "status": "Alive", - "species": "Humanoid", - "type": "Octopus-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/254.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/254", - "created": "2017-12-31T13:06:35.982Z" - }, - { - "id": 255, - "name": "Orthodox Jew", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/255.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/255", - "created": "2017-12-31T13:19:29.825Z" - }, - { - "id": 256, - "name": "Pat Gueterman", - "status": "Dead", - "species": "Robot", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/256.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/256", - "created": "2017-12-31T13:23:08.567Z" - }, - { - "id": 257, - "name": "Paul Fleishman", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Jerryboree", - "url": "https://rickandmortyapi.com/api/location/44" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/257.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/257", - "created": "2017-12-31T13:23:47.704Z" - }, - { - "id": 258, - "name": "Pawnshop Clerk", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Pawn Shop Planet", - "url": "https://rickandmortyapi.com/api/location/55" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/258.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/7" - ], - "url": "https://rickandmortyapi.com/api/character/258", - "created": "2017-12-31T13:30:33.611Z" - }, - { - "id": 259, - "name": "Pencilvester", - "status": "Dead", - "species": "Alien", - "type": "Parasite, Pencil", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/259.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/259", - "created": "2017-12-31T13:33:48.488Z" - }, - { - "id": 260, - "name": "Phillip Jacobs", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/260.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/260", - "created": "2017-12-31T13:34:58.839Z" - }, - { - "id": 261, - "name": "Photography Cyborg", - "status": "unknown", - "species": "Robot", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/261.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/261", - "created": "2017-12-31T13:38:53.640Z" - }, - { - "id": 262, - "name": "Photography Raptor", - "status": "Dead", - "species": "Alien", - "type": "Parasite, Dinosaur", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/262.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/262", - "created": "2017-12-31T13:40:32.312Z" - }, - { - "id": 263, - "name": "Pibbles Bodyguard", - "status": "Alive", - "species": "Alien", - "type": "Hairy alien", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "St. Gloopy Noops Hospital", - "url": "https://rickandmortyapi.com/api/location/16" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/263.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/263", - "created": "2017-12-31T13:43:30.513Z" - }, - { - "id": 264, - "name": "Pichael Thompson", - "status": "Alive", - "species": "Humanoid", - "type": "Conjoined twin", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/264.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/264", - "created": "2017-12-31T13:44:43.176Z" - }, - { - "id": 265, - "name": "Pickle Rick", - "status": "Alive", - "species": "unknown", - "type": "Pickle", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/265.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/24" - ], - "url": "https://rickandmortyapi.com/api/character/265", - "created": "2017-12-31T13:47:10.617Z" - }, - { - "id": 266, - "name": "Piece of Toast", - "status": "Alive", - "species": "unknown", - "type": "Bread", - "gender": "Genderless", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/266.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/266", - "created": "2017-12-31T13:48:58.850Z" - }, - { - "id": 267, - "name": "Plumber Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/267.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/267", - "created": "2017-12-31T13:50:57.337Z" - }, - { - "id": 268, - "name": "Poncho", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/268.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/268", - "created": "2017-12-31T13:53:25.411Z" - }, - { - "id": 269, - "name": "Presidentress of The Mega Gargantuans", - "status": "Alive", - "species": "Humanoid", - "type": "Mega Gargantuan", - "gender": "Female", - "origin": { - "name": "Mega Gargantuan Kingdom", - "url": "https://rickandmortyapi.com/api/location/56" - }, - "location": { - "name": "Mega Gargantuan Kingdom", - "url": "https://rickandmortyapi.com/api/location/56" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/269.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/269", - "created": "2017-12-31T14:01:44.995Z" - }, - { - "id": 270, - "name": "Prince Nebulon", - "status": "Dead", - "species": "Alien", - "type": "Zigerion", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Zigerion's Base", - "url": "https://rickandmortyapi.com/api/location/46" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/270.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/4" - ], - "url": "https://rickandmortyapi.com/api/character/270", - "created": "2017-12-31T14:05:24.406Z" - }, - { - "id": 271, - "name": "Principal Vagina", - "status": "Alive", - "species": "Cronenberg", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/271.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/6" - ], - "url": "https://rickandmortyapi.com/api/character/271", - "created": "2017-12-31T14:08:43.602Z" - }, - { - "id": 272, - "name": "Principal Vagina", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/272.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/9", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/24", - "https://rickandmortyapi.com/api/episode/27", - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/272", - "created": "2017-12-31T14:09:09.071Z" - }, - { - "id": 273, - "name": "Purge Planet Ruler", - "status": "Dead", - "species": "Alien", - "type": "Cat-Person", - "gender": "Male", - "origin": { - "name": "Purge Planet", - "url": "https://rickandmortyapi.com/api/location/9" - }, - "location": { - "name": "Purge Planet", - "url": "https://rickandmortyapi.com/api/location/9" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/273.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/20" - ], - "url": "https://rickandmortyapi.com/api/character/273", - "created": "2017-12-31T14:13:54.909Z" - }, - { - "id": 274, - "name": "Quantum Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/274.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/274", - "created": "2017-12-31T14:15:28.051Z" - }, - { - "id": 275, - "name": "Randy Dicknose", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/275.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/275", - "created": "2017-12-31T14:16:45.776Z" - }, - { - "id": 276, - "name": "Rat Boss", - "status": "Dead", - "species": "Animal", - "type": "Rat", - "gender": "unknown", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/276.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/24" - ], - "url": "https://rickandmortyapi.com/api/character/276", - "created": "2017-12-31T14:17:21.782Z" - }, - { - "id": 277, - "name": "Real Fake Doors Salesman", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/277.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/277", - "created": "2017-12-31T14:18:30.570Z" - }, - { - "id": 278, - "name": "Regional Manager Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/278.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/278", - "created": "2017-12-31T14:19:36.487Z" - }, - { - "id": 279, - "name": "Regular Legs", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/279.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/279", - "created": "2017-12-31T14:20:31.936Z" - }, - { - "id": 280, - "name": "Reverse Giraffe", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/280.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/280", - "created": "2017-12-31T14:22:46.285Z" - }, - { - "id": 281, - "name": "Reverse Rick Outrage", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/281.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/281", - "created": "2017-12-31T14:23:53.056Z" - }, - { - "id": 282, - "name": "Revolio Clockberg Jr.", - "status": "unknown", - "species": "Alien", - "type": "Gear-Person", - "gender": "Male", - "origin": { - "name": "Gear World", - "url": "https://rickandmortyapi.com/api/location/57" - }, - "location": { - "name": "Gear World", - "url": "https://rickandmortyapi.com/api/location/57" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/282.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/282", - "created": "2017-12-31T19:21:17.351Z" - }, - { - "id": 283, - "name": "Rick D. Sanchez III", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/283.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/283", - "created": "2017-12-31T19:23:53.188Z" - }, - { - "id": 284, - "name": "Rick Guilt Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/284.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/284", - "created": "2017-12-31T19:25:18.205Z" - }, - { - "id": 285, - "name": "Rick Prime", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/285.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/285", - "created": "2017-12-31T19:45:46.470Z" - }, - { - "id": 286, - "name": "Rick D-99", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (D-99)", - "url": "https://rickandmortyapi.com/api/location/58" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/286.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/286", - "created": "2017-12-31T19:49:55.181Z" - }, - { - "id": 287, - "name": "Rick D716", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (D716)", - "url": "https://rickandmortyapi.com/api/location/59" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/287.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/287", - "created": "2017-12-31T19:51:33.244Z" - }, - { - "id": 288, - "name": "Rick D716-B", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (D716-B)", - "url": "https://rickandmortyapi.com/api/location/60" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/288.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/288", - "created": "2017-12-31T19:55:25.101Z" - }, - { - "id": 289, - "name": "Rick D716-C", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (D716-C)", - "url": "https://rickandmortyapi.com/api/location/61" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/289.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/289", - "created": "2017-12-31T19:57:36.546Z" - }, - { - "id": 290, - "name": "Rick Sanchez", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "location": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/290.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/290", - "created": "2017-12-31T20:15:25.716Z" - }, - { - "id": 291, - "name": "Rick J-22", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (J-22)", - "url": "https://rickandmortyapi.com/api/location/62" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/291.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/291", - "created": "2017-12-31T20:16:52.337Z" - }, - { - "id": 292, - "name": "Rick K-22", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (K-22)", - "url": "https://rickandmortyapi.com/api/location/52" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/292.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/292", - "created": "2017-12-31T20:20:40.484Z" - }, - { - "id": 293, - "name": "Rick Sanchez", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/293.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6" - ], - "url": "https://rickandmortyapi.com/api/character/293", - "created": "2017-12-31T20:22:29.032Z" - }, - { - "id": 294, - "name": "Ricktiminus Sancheziminius", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/294.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/294", - "created": "2017-12-31T20:24:30.396Z" - }, - { - "id": 295, - "name": "Riq IV", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/295.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/295", - "created": "2017-12-31T20:25:28.554Z" - }, - { - "id": 296, - "name": "Risotto Groupon", - "status": "Dead", - "species": "Alien", - "type": "Blue ape alien", - "gender": "Male", - "origin": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "location": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/296.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/296", - "created": "2017-12-31T20:32:33.361Z" - }, - { - "id": 297, - "name": "Risotto's Tentacled Henchman", - "status": "Dead", - "species": "Alien", - "type": "Tentacle alien", - "gender": "Male", - "origin": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "location": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/297.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/297", - "created": "2017-12-31T20:34:58.394Z" - }, - { - "id": 298, - "name": "Robot Morty", - "status": "unknown", - "species": "Robot", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/298.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/298", - "created": "2017-12-31T20:37:30.747Z" - }, - { - "id": 299, - "name": "Robot Rick", - "status": "unknown", - "species": "Robot", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/299.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/299", - "created": "2017-12-31T20:38:17.990Z" - }, - { - "id": 300, - "name": "Roger", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/300.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/300", - "created": "2017-12-31T20:39:35.047Z" - }, - { - "id": 301, - "name": "Ron Benson", - "status": "Alive", - "species": "Humanoid", - "type": "Ring-nippled alien", - "gender": "Male", - "origin": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "location": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/301.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/14" - ], - "url": "https://rickandmortyapi.com/api/character/301", - "created": "2018-01-05T14:02:20.902Z" - }, - { - "id": 302, - "name": "Ruben", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/302.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/302", - "created": "2018-01-05T14:03:21.824Z" - }, - { - "id": 303, - "name": "Samantha", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/303.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/303", - "created": "2018-01-05T14:09:03.150Z" - }, - { - "id": 304, - "name": "Scary Brandon", - "status": "Alive", - "species": "Humanoid", - "type": "Monster", - "gender": "Male", - "origin": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "location": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/304.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/304", - "created": "2018-01-05T14:11:17.550Z" - }, - { - "id": 305, - "name": "Scary Glenn", - "status": "Alive", - "species": "Humanoid", - "type": "Monster", - "gender": "Male", - "origin": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "location": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/305.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/305", - "created": "2018-01-05T14:11:53.287Z" - }, - { - "id": 306, - "name": "Scary Terry", - "status": "Alive", - "species": "Humanoid", - "type": "Monster", - "gender": "Male", - "origin": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "location": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/306.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/306", - "created": "2018-01-05T14:13:01.564Z" - }, - { - "id": 307, - "name": "Scroopy Noopers", - "status": "Alive", - "species": "Alien", - "type": "Plutonian", - "gender": "Male", - "origin": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "location": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/307.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/9" - ], - "url": "https://rickandmortyapi.com/api/character/307", - "created": "2018-01-05T14:20:41.693Z" - }, - { - "id": 308, - "name": "Scropon", - "status": "unknown", - "species": "Alien", - "type": "Lobster-Alien", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/308.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/308", - "created": "2018-01-05T14:22:47.706Z" - }, - { - "id": 309, - "name": "Scrotian", - "status": "Alive", - "species": "Animal", - "type": "Scrotian", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Signus 5 Expanse", - "url": "https://rickandmortyapi.com/api/location/22" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/309.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/309", - "created": "2018-01-05T14:26:50.679Z" - }, - { - "id": 310, - "name": "Self-Congratulatory Jerry", - "status": "unknown", - "species": "Mytholog", - "type": "", - "gender": "Male", - "origin": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/310.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/310", - "created": "2018-01-05T14:29:21.347Z" - }, - { - "id": 311, - "name": "Shimshamian", - "status": "Alive", - "species": "Alien", - "type": "Shimshamian", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/311.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/311", - "created": "2018-01-05T14:44:01.276Z" - }, - { - "id": 312, - "name": "Shlaammi", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/312.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/312", - "created": "2018-01-05T14:45:39.235Z" - }, - { - "id": 313, - "name": "Shleemypants", - "status": "Alive", - "species": "unknown", - "type": "Omniscient being", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/313.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/12" - ], - "url": "https://rickandmortyapi.com/api/character/313", - "created": "2018-01-05T14:52:31.489Z" - }, - { - "id": 314, - "name": "Shmlamantha Shmlicelli", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/314.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/314", - "created": "2018-01-05T14:53:23.739Z" - }, - { - "id": 315, - "name": "Shmlangela Shmlobinson-Shmlower", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/315.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/315", - "created": "2018-01-05T14:54:37.641Z" - }, - { - "id": 316, - "name": "Shmlona Shmlobinson", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/316.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/316", - "created": "2018-01-05T14:55:42.034Z" - }, - { - "id": 317, - "name": "Shmlonathan Shmlower", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/317.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/317", - "created": "2018-01-05T14:56:15.428Z" - }, - { - "id": 318, - "name": "Shmlony Shmlicelli", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/318.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/318", - "created": "2018-01-05T14:56:45.502Z" - }, - { - "id": 319, - "name": "Shmooglite Runner", - "status": "unknown", - "species": "Alien", - "type": "Animal", - "gender": "Male", - "origin": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "location": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/319.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/319", - "created": "2018-01-05T14:59:34.798Z" - }, - { - "id": 320, - "name": "Shnoopy Bloopers", - "status": "unknown", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Immortality Field Resort", - "url": "https://rickandmortyapi.com/api/location/7" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/320.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/320", - "created": "2018-01-05T15:02:28.103Z" - }, - { - "id": 321, - "name": "Shrimply Pibbles", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "St. Gloopy Noops Hospital", - "url": "https://rickandmortyapi.com/api/location/16" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/321.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/321", - "created": "2018-01-05T15:07:50.789Z" - }, - { - "id": 322, - "name": "Simple Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/322.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/322", - "created": "2018-01-05T15:12:03.933Z" - }, - { - "id": 323, - "name": "Slaveowner", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/323.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/323", - "created": "2018-01-05T15:13:46.862Z" - }, - { - "id": 324, - "name": "Sleepy Gary", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/324.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/324", - "created": "2018-01-05T15:17:26.876Z" - }, - { - "id": 325, - "name": "Slick Morty", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/325.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/325", - "created": "2018-01-10T16:06:48.366Z" - }, - { - "id": 326, - "name": "Slippery Stair", - "status": "Alive", - "species": "Animal", - "type": "Slug", - "gender": "Male", - "origin": { - "name": "Fantasy World", - "url": "https://rickandmortyapi.com/api/location/48" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/326.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/11" - ], - "url": "https://rickandmortyapi.com/api/character/326", - "created": "2018-01-10T16:11:09.964Z" - }, - { - "id": 327, - "name": "Slow Mobius", - "status": "Alive", - "species": "Humanoid", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/327.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11" - ], - "url": "https://rickandmortyapi.com/api/character/327", - "created": "2018-01-10T16:13:26.380Z" - }, - { - "id": 328, - "name": "Slow Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/328.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/328", - "created": "2018-01-10T16:14:16.331Z" - }, - { - "id": 329, - "name": "Snuffles (Snowball)", - "status": "Alive", - "species": "Animal", - "type": "Intelligent dog", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/329.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2", - "https://rickandmortyapi.com/api/episode/7", - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/15", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/24", - "https://rickandmortyapi.com/api/episode/29", - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/329", - "created": "2018-01-10T16:24:49.586Z" - }, - { - "id": 330, - "name": "Solicitor Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/330.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/330", - "created": "2018-01-10T16:26:27.705Z" - }, - { - "id": 331, - "name": "Squanchy", - "status": "unknown", - "species": "Alien", - "type": "Cat-like creature", - "gender": "Male", - "origin": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/331.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/331", - "created": "2018-01-10T16:29:25.344Z" - }, - { - "id": 332, - "name": "Stacy", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/332.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/332", - "created": "2018-01-10T16:31:10.465Z" - }, - { - "id": 333, - "name": "Stair Goblin", - "status": "Alive", - "species": "Alien", - "type": "Stair goblin", - "gender": "Genderless", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Fantasy World", - "url": "https://rickandmortyapi.com/api/location/48" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/333.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/333", - "created": "2018-01-10T16:34:19.420Z" - }, - { - "id": 334, - "name": "Stealy", - "status": "Alive", - "species": "Poopybutthole", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/334.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/334", - "created": "2018-01-10T16:36:06.982Z" - }, - { - "id": 335, - "name": "Steve", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/335.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/335", - "created": "2018-01-10T16:39:34.837Z" - }, - { - "id": 336, - "name": "Steven Phillips", - "status": "Alive", - "species": "Alien", - "type": "Unknown-nippled alien", - "gender": "Male", - "origin": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "location": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/336.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/14" - ], - "url": "https://rickandmortyapi.com/api/character/336", - "created": "2018-01-10T16:44:51.702Z" - }, - { - "id": 337, - "name": "Stu", - "status": "Dead", - "species": "Alien", - "type": "Zigerion", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Zigerion's Base", - "url": "https://rickandmortyapi.com/api/location/46" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/337.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/4" - ], - "url": "https://rickandmortyapi.com/api/character/337", - "created": "2018-01-10T16:50:57.710Z" - }, - { - "id": 338, - "name": "Summer Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/338.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/2", - "https://rickandmortyapi.com/api/episode/3", - "https://rickandmortyapi.com/api/episode/4", - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/338", - "created": "2018-01-10T16:55:03.390Z" - }, - { - "id": 339, - "name": "Summer Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "location": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/339.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/339", - "created": "2018-01-10T16:56:28.489Z" - }, - { - "id": 340, - "name": "Supernova", - "status": "Alive", - "species": "Human", - "type": "Superhuman", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Worldender's lair", - "url": "https://rickandmortyapi.com/api/location/4" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/340.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/340", - "created": "2018-01-10T17:02:58.042Z" - }, - { - "id": 341, - "name": "Taddy Mason", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/341.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/20" - ], - "url": "https://rickandmortyapi.com/api/character/341", - "created": "2018-01-10T17:07:09.052Z" - }, - { - "id": 342, - "name": "Taint Washer", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/342.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/342", - "created": "2018-01-10T17:23:26.944Z" - }, - { - "id": 343, - "name": "Tammy Guetermann", - "status": "Alive", - "species": "Cronenberg", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/343.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/6" - ], - "url": "https://rickandmortyapi.com/api/character/343", - "created": "2018-01-10T17:27:04.773Z" - }, - { - "id": 344, - "name": "Tammy Guetermann", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/344.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/344", - "created": "2018-01-10T17:31:54.889Z" - }, - { - "id": 345, - "name": "Teacher Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/345.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/345", - "created": "2018-01-10T17:33:23.437Z" - }, - { - "id": 346, - "name": "Terry", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/346.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/346", - "created": "2018-01-10T17:37:51.767Z" - }, - { - "id": 347, - "name": "The President", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/347.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/347", - "created": "2018-01-10T17:43:37.411Z" - }, - { - "id": 348, - "name": "The President of the Miniverse", - "status": "Dead", - "species": "Humanoid", - "type": "Miniverse inhabitant", - "gender": "Male", - "origin": { - "name": "Zeep Xanflorp's Miniverse", - "url": "https://rickandmortyapi.com/api/location/49" - }, - "location": { - "name": "Zeep Xanflorp's Miniverse", - "url": "https://rickandmortyapi.com/api/location/49" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/348.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/348", - "created": "2018-01-10T17:47:59.043Z" - }, - { - "id": 349, - "name": "The Scientist Formerly Known as Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/349.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/349", - "created": "2018-01-10T17:49:09.995Z" - }, - { - "id": 350, - "name": "Thomas Lipkip", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Froopyland", - "url": "https://rickandmortyapi.com/api/location/63" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/350.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/350", - "created": "2018-01-10T17:50:33.471Z" - }, - { - "id": 351, - "name": "Three Unknown Things", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/351.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/351", - "created": "2018-01-10T17:57:31.022Z" - }, - { - "id": 352, - "name": "Tinkles", - "status": "Dead", - "species": "Alien", - "type": "Parasite, Unicorn lamb", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/352.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/352", - "created": "2018-01-10T17:58:51.840Z" - }, - { - "id": 353, - "name": "Tiny Rick", - "status": "Dead", - "species": "Human", - "type": "Clone", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/353.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/353", - "created": "2018-01-10T18:00:35.848Z" - }, - { - "id": 354, - "name": "Toby Matthews", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/354.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/354", - "created": "2018-01-10T18:02:03.402Z" - }, - { - "id": 355, - "name": "Todd Crystal", - "status": "Alive", - "species": "Alien", - "type": "Unknown-nippled alien", - "gender": "Male", - "origin": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "location": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/355.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/14" - ], - "url": "https://rickandmortyapi.com/api/character/355", - "created": "2018-01-10T18:05:46.294Z" - }, - { - "id": 356, - "name": "Tom Randolph", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/356.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/356", - "created": "2018-01-10T18:07:03.215Z" - }, - { - "id": 357, - "name": "Tommy's Clone", - "status": "Alive", - "species": "Human", - "type": "Clone", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/357.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/357", - "created": "2018-01-10T18:07:45.541Z" - }, - { - "id": 358, - "name": "Tophat Jones", - "status": "Dead", - "species": "Humanoid", - "type": "Leprechaun", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/358.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/358", - "created": "2018-01-10T18:09:34.482Z" - }, - { - "id": 359, - "name": "Tortured Morty", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/359.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/359", - "created": "2018-01-10T18:14:50.992Z" - }, - { - "id": 360, - "name": "Toxic Morty", - "status": "Dead", - "species": "Humanoid", - "type": "Morty's toxic side", - "gender": "Male", - "origin": { - "name": "Detoxifier", - "url": "https://rickandmortyapi.com/api/location/64" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/360.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/360", - "created": "2018-01-10T18:18:05.422Z" - }, - { - "id": 361, - "name": "Toxic Rick", - "status": "Dead", - "species": "Humanoid", - "type": "Rick's toxic side", - "gender": "Male", - "origin": { - "name": "Detoxifier", - "url": "https://rickandmortyapi.com/api/location/64" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/361.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/361", - "created": "2018-01-10T18:20:41.703Z" - }, - { - "id": 362, - "name": "Traflorkian", - "status": "Alive", - "species": "Alien", - "type": "Traflorkian", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Worldender's lair", - "url": "https://rickandmortyapi.com/api/location/4" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/362.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/362", - "created": "2018-01-10T18:52:08.927Z" - }, - { - "id": 363, - "name": "Trandor", - "status": "Alive", - "species": "Alien", - "type": "Krootabulan", - "gender": "Male", - "origin": { - "name": "Krootabulon", - "url": "https://rickandmortyapi.com/api/location/45" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/363.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/363", - "created": "2018-01-10T18:54:36.578Z" - }, - { - "id": 364, - "name": "Tree Person", - "status": "Dead", - "species": "Humanoid", - "type": "Teenyverse inhabitant", - "gender": "unknown", - "origin": { - "name": "Kyle's Teenyverse", - "url": "https://rickandmortyapi.com/api/location/50" - }, - "location": { - "name": "Kyle's Teenyverse", - "url": "https://rickandmortyapi.com/api/location/50" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/364.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/364", - "created": "2018-01-10T18:57:50.033Z" - }, - { - "id": 365, - "name": "Tricia Lange", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/365.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26", - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/365", - "created": "2018-01-10T18:59:31.842Z" - }, - { - "id": 366, - "name": "Trunk Morty", - "status": "Alive", - "species": "Humanoid", - "type": "Trunk-Person", - "gender": "Male", - "origin": { - "name": "Trunk World", - "url": "https://rickandmortyapi.com/api/location/65" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/366.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/366", - "created": "2018-01-10T19:03:13.558Z" - }, - { - "id": 367, - "name": "Trunk Man", - "status": "Alive", - "species": "Humanoid", - "type": "Trunk-Person", - "gender": "Male", - "origin": { - "name": "Trunk World", - "url": "https://rickandmortyapi.com/api/location/65" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/367.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/367", - "created": "2018-01-10T19:05:34.004Z" - }, - { - "id": 368, - "name": "Truth Tortoise", - "status": "unknown", - "species": "Animal", - "type": "Omniscient being", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/368.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/368", - "created": "2018-01-10T19:14:35.885Z" - }, - { - "id": 369, - "name": "Tusked Assassin", - "status": "unknown", - "species": "Alien", - "type": "Tuskfish", - "gender": "Male", - "origin": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "location": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/369.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/369", - "created": "2018-01-10T19:17:00.093Z" - }, - { - "id": 370, - "name": "Two Guys with Handlebar Mustaches", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/370.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/370", - "created": "2018-01-10T19:17:57.976Z" - }, - { - "id": 371, - "name": "Tumblorkian", - "status": "Alive", - "species": "Alien", - "type": "Tumblorkian", - "gender": "Male", - "origin": { - "name": "Plopstar", - "url": "https://rickandmortyapi.com/api/location/66" - }, - "location": { - "name": "Plopstar", - "url": "https://rickandmortyapi.com/api/location/66" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/371.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/371", - "created": "2018-01-10T19:18:44.560Z" - }, - { - "id": 372, - "name": "Unity", - "status": "Alive", - "species": "Alien", - "type": "Hivemind", - "gender": "Genderless", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/372.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/14" - ], - "url": "https://rickandmortyapi.com/api/character/372", - "created": "2018-01-10T19:20:50.211Z" - }, - { - "id": 373, - "name": "Unmuscular Michael", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/373.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/373", - "created": "2018-01-10T19:22:04.075Z" - }, - { - "id": 374, - "name": "Vampire Master", - "status": "Alive", - "species": "Vampire", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/374.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/374", - "created": "2018-01-10T19:23:45.478Z" - }, - { - "id": 375, - "name": "Vance Maximus", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Worldender's lair", - "url": "https://rickandmortyapi.com/api/location/4" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/375.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/375", - "created": "2018-01-10T19:26:00.957Z" - }, - { - "id": 376, - "name": "Veronica Ann Bennet", - "status": "Alive", - "species": "Alien", - "type": "Gazorpian", - "gender": "Female", - "origin": { - "name": "Gazorpazorp", - "url": "https://rickandmortyapi.com/api/location/40" - }, - "location": { - "name": "Gazorpazorp", - "url": "https://rickandmortyapi.com/api/location/40" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/376.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/7" - ], - "url": "https://rickandmortyapi.com/api/character/376", - "created": "2018-01-10T19:27:06.246Z" - }, - { - "id": 377, - "name": "Voltematron", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/377.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/377", - "created": "2018-01-10T19:29:08.116Z" - }, - { - "id": 378, - "name": "Wall Crawling Rick", - "status": "unknown", - "species": "Humanoid", - "type": "Lizard-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/378.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/378", - "created": "2018-01-10T19:33:30.804Z" - }, - { - "id": 379, - "name": "Wedding Bartender", - "status": "unknown", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/379.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/379", - "created": "2018-01-10T19:37:41.375Z" - }, - { - "id": 380, - "name": "Weird Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/380.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/380", - "created": "2018-01-10T19:44:22.262Z" - }, - { - "id": 381, - "name": "Woman Rick", - "status": "Alive", - "species": "Alien", - "type": "Chair", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/381.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/381", - "created": "2018-01-10T19:46:00.622Z" - }, - { - "id": 382, - "name": "Worldender", - "status": "Dead", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Worldender's lair", - "url": "https://rickandmortyapi.com/api/location/4" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/382.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/382", - "created": "2018-01-10T19:47:55.859Z" - }, - { - "id": 383, - "name": "Yaarb", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "St. Gloopy Noops Hospital", - "url": "https://rickandmortyapi.com/api/location/16" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/383.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/383", - "created": "2018-01-10T19:48:59.952Z" - }, - { - "id": 384, - "name": "Yellow Headed Doctor", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "St. Gloopy Noops Hospital", - "url": "https://rickandmortyapi.com/api/location/16" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/384.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/384", - "created": "2018-01-10T19:50:19.351Z" - }, - { - "id": 385, - "name": "Yellow Shirt Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/385.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/385", - "created": "2018-01-10T19:51:18.996Z" - }, - { - "id": 386, - "name": "Zarbadar Gloonch", - "status": "Dead", - "species": "Alien", - "type": "Drumbloxian", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/386.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/386", - "created": "2018-01-10T19:52:40.898Z" - }, - { - "id": 387, - "name": "Zarbadar's Mytholog", - "status": "unknown", - "species": "Mytholog", - "type": "", - "gender": "Female", - "origin": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/387.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/387", - "created": "2018-01-10T19:54:17.951Z" - }, - { - "id": 388, - "name": "Zeep Xanflorp", - "status": "Alive", - "species": "Humanoid", - "type": "Microverse inhabitant", - "gender": "Male", - "origin": { - "name": "Rick's Battery Microverse", - "url": "https://rickandmortyapi.com/api/location/24" - }, - "location": { - "name": "Rick's Battery Microverse", - "url": "https://rickandmortyapi.com/api/location/24" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/388.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/388", - "created": "2018-01-10T19:56:57.790Z" - }, - { - "id": 389, - "name": "Zeta Alpha Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/389.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/389", - "created": "2018-01-10T19:57:41.191Z" - }, - { - "id": 390, - "name": "Zick Zack", - "status": "Dead", - "species": "Alien", - "type": "Floop Floopian", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/390.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/390", - "created": "2018-01-10T20:00:05.681Z" - }, - { - "id": 391, - "name": "Uncle Steve", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/391.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/391", - "created": "2018-01-14T13:34:50.096Z" - }, - { - "id": 392, - "name": "Bearded Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/392.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/392", - "created": "2018-01-14T14:48:05.977Z" - }, - { - "id": 393, - "name": "Roy", - "status": "Alive", - "species": "Human", - "type": "Game", - "gender": "Male", - "origin": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "location": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/393.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/393", - "created": "2018-01-20T19:15:27.239Z" - }, - { - "id": 394, - "name": "Davin", - "status": "Dead", - "species": "Cronenberg", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/394.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/6" - ], - "url": "https://rickandmortyapi.com/api/character/394", - "created": "2018-01-20T19:48:42.201Z" - }, - { - "id": 395, - "name": "Greebybobe", - "status": "Alive", - "species": "Alien", - "type": "Greebybobe", - "gender": "unknown", - "origin": { - "name": "Girvonesk", - "url": "https://rickandmortyapi.com/api/location/68" - }, - "location": { - "name": "Worldender's lair", - "url": "https://rickandmortyapi.com/api/location/4" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/395.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/395", - "created": "2018-04-15T16:46:31.715Z" - }, - { - "id": 396, - "name": "Scary Teacher", - "status": "Alive", - "species": "Humanoid", - "type": "Monster", - "gender": "Male", - "origin": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "location": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/396.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/396", - "created": "2018-04-15T17:10:07.639Z" - }, - { - "id": 397, - "name": "Fido", - "status": "Alive", - "species": "Animal", - "type": "Dog", - "gender": "Male", - "origin": { - "name": "Snuffles' Dream", - "url": "https://rickandmortyapi.com/api/location/70" - }, - "location": { - "name": "Snuffles' Dream", - "url": "https://rickandmortyapi.com/api/location/70" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/397.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/397", - "created": "2018-04-15T17:15:28.777Z" - }, - { - "id": 398, - "name": "Accountant dog", - "status": "Alive", - "species": "Animal", - "type": "Dog", - "gender": "Male", - "origin": { - "name": "Snuffles' Dream", - "url": "https://rickandmortyapi.com/api/location/70" - }, - "location": { - "name": "Snuffles' Dream", - "url": "https://rickandmortyapi.com/api/location/70" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/398.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/398", - "created": "2018-04-15T17:23:04.169Z" - }, - { - "id": 399, - "name": "Tiny-persons advocacy group lawyer", - "status": "Alive", - "species": "Humanoid", - "type": "Giant", - "gender": "Male", - "origin": { - "name": "Giant's Town", - "url": "https://rickandmortyapi.com/api/location/14" - }, - "location": { - "name": "Giant's Town", - "url": "https://rickandmortyapi.com/api/location/14" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/399.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/399", - "created": "2018-04-15T17:34:02.076Z" - }, - { - "id": 400, - "name": "Giant Judge", - "status": "Alive", - "species": "Humanoid", - "type": "Giant", - "gender": "Male", - "origin": { - "name": "Giant's Town", - "url": "https://rickandmortyapi.com/api/location/14" - }, - "location": { - "name": "Giant's Town", - "url": "https://rickandmortyapi.com/api/location/14" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/400.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/400", - "created": "2018-04-15T17:36:11.295Z" - }, - { - "id": 401, - "name": "Morty Jr's interviewer", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/401.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/7" - ], - "url": "https://rickandmortyapi.com/api/character/401", - "created": "2018-04-15T17:43:56.832Z" - }, - { - "id": 402, - "name": "Guy from The Bachelor", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/402.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/402", - "created": "2018-04-15T17:45:38.589Z" - }, - { - "id": 403, - "name": "Corn detective", - "status": "Dead", - "species": "Humanoid", - "type": "Corn-person", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/403.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/403", - "created": "2018-04-15T17:48:50.629Z" - }, - { - "id": 404, - "name": "Michael Jackson", - "status": "Alive", - "species": "Humanoid", - "type": "Phone-Person", - "gender": "Male", - "origin": { - "name": "Earth (Phone Dimension)", - "url": "https://rickandmortyapi.com/api/location/72" - }, - "location": { - "name": "Earth (Phone Dimension)", - "url": "https://rickandmortyapi.com/api/location/72" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/404.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/404", - "created": "2018-04-15T18:01:09.637Z" - }, - { - "id": 405, - "name": "Trunkphobic suspenders guy", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/405.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2", - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/11" - ], - "url": "https://rickandmortyapi.com/api/character/405", - "created": "2018-04-15T20:31:46.065Z" - }, - { - "id": 406, - "name": "Spiderweb teddy bear", - "status": "Alive", - "species": "Animal", - "type": "Teddy Bear", - "gender": "unknown", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/406.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/406", - "created": "2018-04-15T20:45:04.863Z" - }, - { - "id": 407, - "name": "Regular Tyrion Lannister", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/407.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/407", - "created": "2018-04-15T20:50:10.475Z" - }, - { - "id": 408, - "name": "Quick Mistery Presenter", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/408.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/408", - "created": "2018-04-15T20:51:47.778Z" - }, - { - "id": 409, - "name": "Mr. Sneezy", - "status": "Alive", - "species": "Human", - "type": "Little Human", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/409.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/409", - "created": "2018-04-15T21:04:09.405Z" - }, - { - "id": 410, - "name": "Two Brothers", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/410.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/410", - "created": "2018-04-15T21:06:18.686Z" - }, - { - "id": 411, - "name": "Alien Mexican Armada", - "status": "unknown", - "species": "Alien", - "type": "Mexican", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/411.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/411", - "created": "2018-04-15T21:10:27.986Z" - }, - { - "id": 412, - "name": "Giant Cat Monster", - "status": "unknown", - "species": "Animal", - "type": "Giant Cat Monster", - "gender": "unknown", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/412.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/412", - "created": "2018-04-15T21:14:09.223Z" - }, - { - "id": 413, - "name": "Old Women", - "status": "unknown", - "species": "Human", - "type": "Old Amazons", - "gender": "Female", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/413.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/413", - "created": "2018-04-15T21:21:32.623Z" - }, - { - "id": 414, - "name": "Trunkphobic guy", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/414.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/414", - "created": "2018-04-15T21:33:59.719Z" - }, - { - "id": 415, - "name": "Pro trunk people marriage guy", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/415.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/415", - "created": "2018-04-15T21:34:21.911Z" - }, - { - "id": 416, - "name": "Muscular Mannie", - "status": "Alive", - "species": "Human", - "type": "Mannie", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/416.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/416", - "created": "2018-04-15T21:39:22.608Z" - }, - { - "id": 417, - "name": "Baby Legs Chief", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/417.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/417", - "created": "2018-04-15T21:40:39.871Z" - }, - { - "id": 418, - "name": "Mrs. Sullivan's Boyfriend", - "status": "Alive", - "species": "Human", - "type": "Necrophiliac", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/418.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/418", - "created": "2018-04-15T21:43:43.867Z" - }, - { - "id": 419, - "name": "Plutonian Hostess", - "status": "Alive", - "species": "Alien", - "type": "Plutonian", - "gender": "Female", - "origin": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "location": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/419.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/9" - ], - "url": "https://rickandmortyapi.com/api/character/419", - "created": "2018-04-15T21:48:45.783Z" - }, - { - "id": 420, - "name": "Plutonian Host", - "status": "Alive", - "species": "Alien", - "type": "Plutonian", - "gender": "Male", - "origin": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "location": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/420.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/9" - ], - "url": "https://rickandmortyapi.com/api/character/420", - "created": "2018-04-15T21:49:04.730Z" - }, - { - "id": 421, - "name": "Rich Plutonian", - "status": "Alive", - "species": "Alien", - "type": "Plutonian", - "gender": "Female", - "origin": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "location": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/421.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/9" - ], - "url": "https://rickandmortyapi.com/api/character/421", - "created": "2018-04-15T21:51:50.534Z" - }, - { - "id": 422, - "name": "Rich Plutonian", - "status": "Alive", - "species": "Alien", - "type": "Plutonian", - "gender": "Male", - "origin": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "location": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/422.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/9" - ], - "url": "https://rickandmortyapi.com/api/character/422", - "created": "2018-04-15T21:52:14.642Z" - }, - { - "id": 423, - "name": "Synthetic Laser Eels", - "status": "Alive", - "species": "Animal", - "type": "Eel", - "gender": "unknown", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/423.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11" - ], - "url": "https://rickandmortyapi.com/api/character/423", - "created": "2018-04-16T21:08:47.956Z" - }, - { - "id": 424, - "name": "Pizza-person", - "status": "Alive", - "species": "Humanoid", - "type": "Pizza", - "gender": "Male", - "origin": { - "name": "Earth (Pizza Dimension)", - "url": "https://rickandmortyapi.com/api/location/71" - }, - "location": { - "name": "Earth (Pizza Dimension)", - "url": "https://rickandmortyapi.com/api/location/71" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/424.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/424", - "created": "2018-04-16T21:45:55.310Z" - }, - { - "id": 425, - "name": "Pizza-person", - "status": "Alive", - "species": "Humanoid", - "type": "Pizza", - "gender": "Male", - "origin": { - "name": "Earth (Pizza Dimension)", - "url": "https://rickandmortyapi.com/api/location/71" - }, - "location": { - "name": "Earth (Pizza Dimension)", - "url": "https://rickandmortyapi.com/api/location/71" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/425.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/425", - "created": "2018-04-16T21:46:18.362Z" - }, - { - "id": 426, - "name": "Greasy Grandma", - "status": "Alive", - "species": "Human", - "type": "Grandma", - "gender": "Female", - "origin": { - "name": "Greasy Grandma World", - "url": "https://rickandmortyapi.com/api/location/73" - }, - "location": { - "name": "Greasy Grandma World", - "url": "https://rickandmortyapi.com/api/location/73" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/426.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/426", - "created": "2018-04-16T21:51:21.379Z" - }, - { - "id": 427, - "name": "Phone-person", - "status": "Alive", - "species": "Humanoid", - "type": "Phone", - "gender": "Male", - "origin": { - "name": "Earth (Phone Dimension)", - "url": "https://rickandmortyapi.com/api/location/72" - }, - "location": { - "name": "Earth (Phone Dimension)", - "url": "https://rickandmortyapi.com/api/location/72" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/427.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/427", - "created": "2018-04-16T21:54:05.375Z" - }, - { - "id": 428, - "name": "Phone-person", - "status": "Alive", - "species": "Humanoid", - "type": "Phone", - "gender": "Male", - "origin": { - "name": "Earth (Phone Dimension)", - "url": "https://rickandmortyapi.com/api/location/72" - }, - "location": { - "name": "Earth (Phone Dimension)", - "url": "https://rickandmortyapi.com/api/location/72" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/428.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/428", - "created": "2018-04-16T21:54:48.372Z" - }, - { - "id": 429, - "name": "Chair-person", - "status": "Alive", - "species": "Humanoid", - "type": "Chair", - "gender": "Male", - "origin": { - "name": "Earth (Chair Dimension)", - "url": "https://rickandmortyapi.com/api/location/74" - }, - "location": { - "name": "Earth (Chair Dimension)", - "url": "https://rickandmortyapi.com/api/location/74" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/429.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/429", - "created": "2018-04-16T21:59:25.798Z" - }, - { - "id": 430, - "name": "Chair-person", - "status": "Alive", - "species": "Humanoid", - "type": "Chair", - "gender": "Male", - "origin": { - "name": "Earth (Chair Dimension)", - "url": "https://rickandmortyapi.com/api/location/74" - }, - "location": { - "name": "Earth (Chair Dimension)", - "url": "https://rickandmortyapi.com/api/location/74" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/430.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/430", - "created": "2018-04-16T21:59:48.220Z" - }, - { - "id": 431, - "name": "Chair-homeless", - "status": "Alive", - "species": "Humanoid", - "type": "Chair", - "gender": "Male", - "origin": { - "name": "Earth (Chair Dimension)", - "url": "https://rickandmortyapi.com/api/location/74" - }, - "location": { - "name": "Earth (Chair Dimension)", - "url": "https://rickandmortyapi.com/api/location/74" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/431.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/431", - "created": "2018-04-16T22:01:17.927Z" - }, - { - "id": 432, - "name": "Chair-waiter", - "status": "Alive", - "species": "Humanoid", - "type": "Chair", - "gender": "Male", - "origin": { - "name": "Earth (Chair Dimension)", - "url": "https://rickandmortyapi.com/api/location/74" - }, - "location": { - "name": "Earth (Chair Dimension)", - "url": "https://rickandmortyapi.com/api/location/74" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/432.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/432", - "created": "2018-04-16T22:02:26.106Z" - }, - { - "id": 433, - "name": "Doopidoo", - "status": "Alive", - "species": "Animal", - "type": "Doopidoo", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/433.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/433", - "created": "2018-04-16T22:05:05.745Z" - }, - { - "id": 434, - "name": "Super Weird Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/434.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/434", - "created": "2018-04-16T22:16:17.789Z" - }, - { - "id": 435, - "name": "Pripudlian", - "status": "Alive", - "species": "Alien", - "type": "Pripudlian", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/435.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/435", - "created": "2018-04-16T22:21:57.962Z" - }, - { - "id": 436, - "name": "Giant Testicle Monster", - "status": "Alive", - "species": "Animal", - "type": "Monster", - "gender": "unknown", - "origin": { - "name": "Testicle Monster Dimension", - "url": "https://rickandmortyapi.com/api/location/21" - }, - "location": { - "name": "Testicle Monster Dimension", - "url": "https://rickandmortyapi.com/api/location/21" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/436.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/436", - "created": "2018-04-16T22:33:01.337Z" - }, - { - "id": 437, - "name": "Michael", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/437.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/12" - ], - "url": "https://rickandmortyapi.com/api/character/437", - "created": "2018-05-01T11:51:10.604Z" - }, - { - "id": 438, - "name": "Michael's Lawyer", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/438.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/12" - ], - "url": "https://rickandmortyapi.com/api/character/438", - "created": "2018-05-01T11:57:16.266Z" - }, - { - "id": 439, - "name": "Veterinary", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/439.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/12" - ], - "url": "https://rickandmortyapi.com/api/character/439", - "created": "2018-05-01T11:58:43.275Z" - }, - { - "id": 440, - "name": "Veterinary Nurse", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/440.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/12" - ], - "url": "https://rickandmortyapi.com/api/character/440", - "created": "2018-05-01T11:59:15.544Z" - }, - { - "id": 441, - "name": "Bearded Jerry", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Jerryboree", - "url": "https://rickandmortyapi.com/api/location/44" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/441.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/441", - "created": "2018-05-01T12:09:22.636Z" - }, - { - "id": 442, - "name": "Shaved Head Jerry", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Jerryboree", - "url": "https://rickandmortyapi.com/api/location/44" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/442.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/442", - "created": "2018-05-01T12:10:35.123Z" - }, - { - "id": 443, - "name": "Tank Top Jerry", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Jerryboree", - "url": "https://rickandmortyapi.com/api/location/44" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/443.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/443", - "created": "2018-05-01T12:23:37.165Z" - }, - { - "id": 444, - "name": "Pink Polo Shirt Jerry", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Jerryboree", - "url": "https://rickandmortyapi.com/api/location/44" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/444.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/444", - "created": "2018-05-01T12:27:08.632Z" - }, - { - "id": 445, - "name": "Jerryboree Keeper", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Jerryboree", - "url": "https://rickandmortyapi.com/api/location/44" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/445.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/445", - "created": "2018-05-01T13:09:57.921Z" - }, - { - "id": 446, - "name": "Jerryboree Receptionist", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Jerryboree", - "url": "https://rickandmortyapi.com/api/location/44" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/446.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/446", - "created": "2018-05-01T13:11:26.665Z" - }, - { - "id": 447, - "name": "Anchor Gear", - "status": "Alive", - "species": "Alien", - "type": "Gear-Person", - "gender": "Male", - "origin": { - "name": "Gear World", - "url": "https://rickandmortyapi.com/api/location/57" - }, - "location": { - "name": "Gear World", - "url": "https://rickandmortyapi.com/api/location/57" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/447.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/447", - "created": "2018-05-01T13:34:56.141Z" - }, - { - "id": 448, - "name": "Gear Cop", - "status": "Dead", - "species": "Alien", - "type": "Gear-Person", - "gender": "Male", - "origin": { - "name": "Gear World", - "url": "https://rickandmortyapi.com/api/location/57" - }, - "location": { - "name": "Gear World", - "url": "https://rickandmortyapi.com/api/location/57" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/448.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/448", - "created": "2018-05-01T13:38:21.237Z" - }, - { - "id": 449, - "name": "Roy's Mum", - "status": "Alive", - "species": "Human", - "type": "Game", - "gender": "Female", - "origin": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "location": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/449.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/449", - "created": "2018-05-01T13:55:27.886Z" - }, - { - "id": 450, - "name": "Roy's Wife", - "status": "Alive", - "species": "Human", - "type": "Game", - "gender": "Male", - "origin": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "location": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/450.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/450", - "created": "2018-05-01T13:57:55.888Z" - }, - { - "id": 451, - "name": "Roy's Son", - "status": "Alive", - "species": "Human", - "type": "Game", - "gender": "Male", - "origin": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "location": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/451.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/451", - "created": "2018-05-01T13:59:18.964Z" - }, - { - "id": 452, - "name": "Simon", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/452.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/452", - "created": "2018-05-01T14:20:10.187Z" - }, - { - "id": 453, - "name": "Vampire Master's Assistant", - "status": "Alive", - "species": "Vampire", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/453.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/453", - "created": "2018-05-01T15:20:15.582Z" - }, - { - "id": 454, - "name": "Arbolian Mentirososian", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "unknown", - "origin": { - "name": "Árboles Mentirosos", - "url": "https://rickandmortyapi.com/api/location/75" - }, - "location": { - "name": "St. Gloopy Noops Hospital", - "url": "https://rickandmortyapi.com/api/location/16" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/454.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/454", - "created": "2018-05-01T15:30:21.493Z" - }, - { - "id": 455, - "name": "St. Gloopy Noops Nurse", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "St. Gloopy Noops Hospital", - "url": "https://rickandmortyapi.com/api/location/16" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/455.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/455", - "created": "2018-05-01T15:34:19.679Z" - }, - { - "id": 456, - "name": "Nano Doctor", - "status": "Alive", - "species": "Alien", - "type": "Nano Alien", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "St. Gloopy Noops Hospital", - "url": "https://rickandmortyapi.com/api/location/16" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/456.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/456", - "created": "2018-05-01T15:42:07.919Z" - }, - { - "id": 457, - "name": "Funny Songs Presenter", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/457.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/457", - "created": "2018-05-01T16:08:23.458Z" - }, - { - "id": 458, - "name": "Tax Attorney", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/458.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/458", - "created": "2018-05-01T16:11:17.925Z" - }, - { - "id": 459, - "name": "Butthole Ice Cream Guy", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/459.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/459", - "created": "2018-05-01T16:53:23.462Z" - }, - { - "id": 460, - "name": "Traflorkian Journalist", - "status": "Alive", - "species": "Alien", - "type": "Traflorkian", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "St. Gloopy Noops Hospital", - "url": "https://rickandmortyapi.com/api/location/16" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/460.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/460", - "created": "2018-05-01T17:03:39.846Z" - }, - { - "id": 461, - "name": "Communication's Responsible Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/461.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/461", - "created": "2018-05-22T16:06:28.494Z" - }, - { - "id": 462, - "name": "Teleportation's Responsible Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/462.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/462", - "created": "2018-05-22T16:16:02.653Z" - }, - { - "id": 463, - "name": "SEAL Team Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/463.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/463", - "created": "2018-05-22T16:21:44.379Z" - }, - { - "id": 464, - "name": "SEAL Team Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/464.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/464", - "created": "2018-05-22T16:21:58.176Z" - }, - { - "id": 465, - "name": "SEAL Team Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/465.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/465", - "created": "2018-05-22T16:22:12.309Z" - }, - { - "id": 466, - "name": "SEAL Team Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/466.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/466", - "created": "2018-05-22T16:23:24.470Z" - }, - { - "id": 467, - "name": "Morphizer-XE Customer Support", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/467.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/467", - "created": "2018-05-22T16:46:18.038Z" - }, - { - "id": 468, - "name": "Morphizer-XE Customer Support", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/468.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/468", - "created": "2018-05-22T16:46:37.603Z" - }, - { - "id": 469, - "name": "Morphizer-XE Customer Support", - "status": "unknown", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/469.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/469", - "created": "2018-05-22T16:46:50.518Z" - }, - { - "id": 470, - "name": "Alien Spa Employee", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Alien Day Spa", - "url": "https://rickandmortyapi.com/api/location/76" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/470.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/470", - "created": "2018-05-22T17:01:59.602Z" - }, - { - "id": 471, - "name": "Little Voltron", - "status": "Alive", - "species": "Robot", - "type": "", - "gender": "Genderless", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/471.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/471", - "created": "2018-05-22T17:07:21.833Z" - }, - { - "id": 472, - "name": "Baby Rick", - "status": "Alive", - "species": "Human", - "type": "Clone", - "gender": "Male", - "origin": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/472.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/472", - "created": "2018-05-22T17:11:53.084Z" - }, - { - "id": 473, - "name": "Bartender Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/473.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/473", - "created": "2018-05-22T17:14:41.628Z" - }, - { - "id": 474, - "name": "Dancer Cowboy Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/474.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/474", - "created": "2018-05-22T17:17:10.102Z" - }, - { - "id": 475, - "name": "Dancer Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/475.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/475", - "created": "2018-05-22T17:17:49.270Z" - }, - { - "id": 476, - "name": "Flower Morty", - "status": "Alive", - "species": "Human", - "type": "Human with a flower in his head", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/476.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/476", - "created": "2018-05-22T17:18:46.129Z" - }, - { - "id": 477, - "name": "Hairdresser Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/477.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/477", - "created": "2018-05-22T17:19:36.127Z" - }, - { - "id": 478, - "name": "Journalist Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/478.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/478", - "created": "2018-05-22T17:22:18.417Z" - }, - { - "id": 479, - "name": "Private Sector Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/479.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/479", - "created": "2018-05-22T17:23:18.546Z" - }, - { - "id": 480, - "name": "Purple Morty", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/480.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/480", - "created": "2018-05-22T17:24:38.571Z" - }, - { - "id": 481, - "name": "Retired General Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/481.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/481", - "created": "2018-05-22T17:29:50.642Z" - }, - { - "id": 482, - "name": "Secret Service Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/482.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/482", - "created": "2018-05-22T17:32:32.561Z" - }, - { - "id": 483, - "name": "Steve Jobs Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/483.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/483", - "created": "2018-05-22T17:33:33.815Z" - }, - { - "id": 484, - "name": "Sheik Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/484.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/484", - "created": "2018-05-22T17:35:26.250Z" - }, - { - "id": 485, - "name": "Modern Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/485.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/485", - "created": "2018-05-22T17:36:56.925Z" - }, - { - "id": 486, - "name": "Tan Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/486.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/486", - "created": "2018-05-22T17:37:37.764Z" - }, - { - "id": 487, - "name": "Visor Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/487.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/487", - "created": "2018-05-22T17:38:28.593Z" - }, - { - "id": 488, - "name": "Colonial Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/488.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/488", - "created": "2018-05-22T17:39:06.439Z" - }, - { - "id": 489, - "name": "P-Coat Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/489.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/489", - "created": "2018-05-22T17:39:37.604Z" - }, - { - "id": 490, - "name": "Chang", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "The Menagerie", - "url": "https://rickandmortyapi.com/api/location/25" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/490.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/490", - "created": "2018-05-22T17:43:52.543Z" - }, - { - "id": 491, - "name": "Dr. Eleanor Arroway", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "The Menagerie", - "url": "https://rickandmortyapi.com/api/location/25" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/491.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/491", - "created": "2018-05-22T17:44:32.071Z" - }, - { - "id": 492, - "name": "Varrix", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/492.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/492", - "created": "2018-05-22T17:49:13.883Z" - }, - { - "id": 493, - "name": "Secretary of the Interior", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/493.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/493", - "created": "2018-05-22T17:51:07.373Z" - } - ] -}; diff --git a/src/data/rickandmorty/rickandmorty.json b/src/data/rickandmorty/rickandmorty.json deleted file mode 100644 index 62daad81..00000000 --- a/src/data/rickandmorty/rickandmorty.json +++ /dev/null @@ -1,11165 +0,0 @@ -{ - "info": { - "count": 493, - "pages": 25, - "next": "https://rickandmortyapi.com/api/character/?page=2", - "prev": "" - }, - "results": [ - { - "id": 1, - "name": "Rick Sanchez", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/1.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/2", - "https://rickandmortyapi.com/api/episode/3", - "https://rickandmortyapi.com/api/episode/4", - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/7", - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/9", - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/12", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/14", - "https://rickandmortyapi.com/api/episode/15", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/17", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/20", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/23", - "https://rickandmortyapi.com/api/episode/24", - "https://rickandmortyapi.com/api/episode/25", - "https://rickandmortyapi.com/api/episode/26", - "https://rickandmortyapi.com/api/episode/27", - "https://rickandmortyapi.com/api/episode/28", - "https://rickandmortyapi.com/api/episode/29", - "https://rickandmortyapi.com/api/episode/30", - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/1", - "created": "2017-11-04T18:48:46.250Z" - }, - { - "id": 2, - "name": "Morty Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/2.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/2", - "https://rickandmortyapi.com/api/episode/3", - "https://rickandmortyapi.com/api/episode/4", - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/7", - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/9", - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/12", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/14", - "https://rickandmortyapi.com/api/episode/15", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/17", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/20", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/23", - "https://rickandmortyapi.com/api/episode/24", - "https://rickandmortyapi.com/api/episode/25", - "https://rickandmortyapi.com/api/episode/26", - "https://rickandmortyapi.com/api/episode/27", - "https://rickandmortyapi.com/api/episode/28", - "https://rickandmortyapi.com/api/episode/29", - "https://rickandmortyapi.com/api/episode/30", - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/2", - "created": "2017-11-04T18:50:21.651Z" - }, - { - "id": 3, - "name": "Summer Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/3.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/7", - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/9", - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/12", - "https://rickandmortyapi.com/api/episode/14", - "https://rickandmortyapi.com/api/episode/15", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/17", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/20", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/23", - "https://rickandmortyapi.com/api/episode/24", - "https://rickandmortyapi.com/api/episode/25", - "https://rickandmortyapi.com/api/episode/26", - "https://rickandmortyapi.com/api/episode/27", - "https://rickandmortyapi.com/api/episode/29", - "https://rickandmortyapi.com/api/episode/30", - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/3", - "created": "2017-11-04T19:09:56.428Z" - }, - { - "id": 4, - "name": "Beth Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/4.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/7", - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/9", - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/12", - "https://rickandmortyapi.com/api/episode/14", - "https://rickandmortyapi.com/api/episode/15", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/20", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/23", - "https://rickandmortyapi.com/api/episode/24", - "https://rickandmortyapi.com/api/episode/25", - "https://rickandmortyapi.com/api/episode/26", - "https://rickandmortyapi.com/api/episode/27", - "https://rickandmortyapi.com/api/episode/28", - "https://rickandmortyapi.com/api/episode/29", - "https://rickandmortyapi.com/api/episode/30", - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/4", - "created": "2017-11-04T19:22:43.665Z" - }, - { - "id": 5, - "name": "Jerry Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/5.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/7", - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/9", - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/12", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/14", - "https://rickandmortyapi.com/api/episode/15", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/20", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/23", - "https://rickandmortyapi.com/api/episode/26", - "https://rickandmortyapi.com/api/episode/29", - "https://rickandmortyapi.com/api/episode/30", - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/5", - "created": "2017-11-04T19:26:56.301Z" - }, - { - "id": 6, - "name": "Abadango Cluster Princess", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Female", - "origin": { - "name": "Abadango", - "url": "https://rickandmortyapi.com/api/location/2" - }, - "location": { - "name": "Abadango", - "url": "https://rickandmortyapi.com/api/location/2" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/6.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/6", - "created": "2017-11-04T19:50:28.250Z" - }, - { - "id": 7, - "name": "Abradolf Lincler", - "status": "unknown", - "species": "Human", - "type": "Genetic experiment", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Testicle Monster Dimension", - "url": "https://rickandmortyapi.com/api/location/21" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/7.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/11" - ], - "url": "https://rickandmortyapi.com/api/character/7", - "created": "2017-11-04T19:59:20.523Z" - }, - { - "id": 8, - "name": "Adjudicator Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/8.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/8", - "created": "2017-11-04T20:03:34.737Z" - }, - { - "id": 9, - "name": "Agency Director", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/9.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/24" - ], - "url": "https://rickandmortyapi.com/api/character/9", - "created": "2017-11-04T20:06:54.976Z" - }, - { - "id": 10, - "name": "Alan Rails", - "status": "Dead", - "species": "Human", - "type": "Superhuman (Ghost trains summoner)", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Worldender's lair", - "url": "https://rickandmortyapi.com/api/location/4" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/10.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/10", - "created": "2017-11-04T20:19:09.017Z" - }, - { - "id": 11, - "name": "Albert Einstein", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/11.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/12" - ], - "url": "https://rickandmortyapi.com/api/character/11", - "created": "2017-11-04T20:20:20.965Z" - }, - { - "id": 12, - "name": "Alexander", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/12.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/12", - "created": "2017-11-04T20:32:33.144Z" - }, - { - "id": 13, - "name": "Alien Googah", - "status": "unknown", - "species": "Alien", - "type": "", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/13.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/13", - "created": "2017-11-04T20:33:30.779Z" - }, - { - "id": 14, - "name": "Alien Morty", - "status": "unknown", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/14.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/14", - "created": "2017-11-04T20:51:31.373Z" - }, - { - "id": 15, - "name": "Alien Rick", - "status": "unknown", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/15.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/15", - "created": "2017-11-04T20:56:13.215Z" - }, - { - "id": 16, - "name": "Amish Cyborg", - "status": "Dead", - "species": "Alien", - "type": "Parasite, Cyborg", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/16.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/16", - "created": "2017-11-04T21:12:45.235Z" - }, - { - "id": 17, - "name": "Annie", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/17.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/17", - "created": "2017-11-04T22:21:24.481Z" - }, - { - "id": 18, - "name": "Antenna Morty", - "status": "Alive", - "species": "Human", - "type": "Human with antennae", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/18.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/18", - "created": "2017-11-04T22:25:29.008Z" - }, - { - "id": 19, - "name": "Antenna Rick", - "status": "unknown", - "species": "Human", - "type": "Human with antennae", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/19.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/19", - "created": "2017-11-04T22:28:13.756Z" - }, - { - "id": 20, - "name": "Ants in my Eyes Johnson", - "status": "unknown", - "species": "Human", - "type": "Human with ants in his eyes", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/20.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/20", - "created": "2017-11-04T22:34:53.659Z" - }, - { - "id": 21, - "name": "Aqua Morty", - "status": "unknown", - "species": "Humanoid", - "type": "Fish-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/21.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/21", - "created": "2017-11-04T22:39:48.055Z" - }, - { - "id": 22, - "name": "Aqua Rick", - "status": "unknown", - "species": "Humanoid", - "type": "Fish-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/22.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/22", - "created": "2017-11-04T22:41:07.171Z" - }, - { - "id": 23, - "name": "Arcade Alien", - "status": "unknown", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Immortality Field Resort", - "url": "https://rickandmortyapi.com/api/location/7" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/23.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/25", - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/23", - "created": "2017-11-05T08:43:05.095Z" - }, - { - "id": 24, - "name": "Armagheadon", - "status": "Alive", - "species": "Alien", - "type": "Cromulon", - "gender": "Male", - "origin": { - "name": "Signus 5 Expanse", - "url": "https://rickandmortyapi.com/api/location/22" - }, - "location": { - "name": "Signus 5 Expanse", - "url": "https://rickandmortyapi.com/api/location/22" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/24.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/24", - "created": "2017-11-05T08:48:30.776Z" - }, - { - "id": 25, - "name": "Armothy", - "status": "Dead", - "species": "unknown", - "type": "Self-aware arm", - "gender": "Male", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/25.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/25", - "created": "2017-11-05T08:54:29.343Z" - }, - { - "id": 26, - "name": "Arthricia", - "status": "Alive", - "species": "Alien", - "type": "Cat-Person", - "gender": "Female", - "origin": { - "name": "Purge Planet", - "url": "https://rickandmortyapi.com/api/location/9" - }, - "location": { - "name": "Purge Planet", - "url": "https://rickandmortyapi.com/api/location/9" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/26.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/20" - ], - "url": "https://rickandmortyapi.com/api/character/26", - "created": "2017-11-05T08:56:46.165Z" - }, - { - "id": 27, - "name": "Artist Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/27.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/27", - "created": "2017-11-05T08:59:07.457Z" - }, - { - "id": 28, - "name": "Attila Starwar", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/28.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/28", - "created": "2017-11-05T09:02:16.595Z" - }, - { - "id": 29, - "name": "Baby Legs", - "status": "Alive", - "species": "Human", - "type": "Human with baby legs", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/29.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/29", - "created": "2017-11-05T09:06:19.644Z" - }, - { - "id": 30, - "name": "Baby Poopybutthole", - "status": "Alive", - "species": "Poopybutthole", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/30.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/30", - "created": "2017-11-05T09:13:16.483Z" - }, - { - "id": 31, - "name": "Baby Wizard", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/31.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/31", - "created": "2017-11-05T09:15:11.286Z" - }, - { - "id": 32, - "name": "Bearded Lady", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/32.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/32", - "created": "2017-11-05T09:18:04.184Z" - }, - { - "id": 33, - "name": "Beebo", - "status": "Dead", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "Venzenulon 7", - "url": "https://rickandmortyapi.com/api/location/10" - }, - "location": { - "name": "Venzenulon 7", - "url": "https://rickandmortyapi.com/api/location/10" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/33.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/33", - "created": "2017-11-05T09:21:55.595Z" - }, - { - "id": 34, - "name": "Benjamin", - "status": "Alive", - "species": "Poopybutthole", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/34.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/34", - "created": "2017-11-05T09:24:04.748Z" - }, - { - "id": 35, - "name": "Bepisian", - "status": "Alive", - "species": "Alien", - "type": "Bepisian", - "gender": "unknown", - "origin": { - "name": "Bepis 9", - "url": "https://rickandmortyapi.com/api/location/11" - }, - "location": { - "name": "Bepis 9", - "url": "https://rickandmortyapi.com/api/location/11" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/35.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/35", - "created": "2017-11-05T09:27:38.491Z" - }, - { - "id": 36, - "name": "Beta-Seven", - "status": "Alive", - "species": "Alien", - "type": "Hivemind", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/36.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/14" - ], - "url": "https://rickandmortyapi.com/api/character/36", - "created": "2017-11-05T09:31:08.952Z" - }, - { - "id": 37, - "name": "Beth Sanchez", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "location": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/37.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/37", - "created": "2017-11-05T09:38:22.960Z" - }, - { - "id": 38, - "name": "Beth Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/38.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/2", - "https://rickandmortyapi.com/api/episode/3", - "https://rickandmortyapi.com/api/episode/4", - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/38", - "created": "2017-11-05T09:48:44.230Z" - }, - { - "id": 39, - "name": "Beth Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "location": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/39.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/39", - "created": "2017-11-05T09:52:31.777Z" - }, - { - "id": 40, - "name": "Beth's Mytholog", - "status": "Dead", - "species": "Mytholog", - "type": "", - "gender": "Female", - "origin": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/40.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/40", - "created": "2017-11-05T10:02:26.701Z" - }, - { - "id": 41, - "name": "Big Boobed Waitress", - "status": "Alive", - "species": "Humanoid", - "type": "", - "gender": "Female", - "origin": { - "name": "Fantasy World", - "url": "https://rickandmortyapi.com/api/location/48" - }, - "location": { - "name": "Fantasy World", - "url": "https://rickandmortyapi.com/api/location/48" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/41.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/41", - "created": "2017-11-05T10:13:45.960Z" - }, - { - "id": 42, - "name": "Big Head Morty", - "status": "unknown", - "species": "Human", - "type": "Human with giant head", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/42.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/42", - "created": "2017-11-05T10:15:53.349Z" - }, - { - "id": 43, - "name": "Big Morty", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/43.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/43", - "created": "2017-11-05T10:17:04.997Z" - }, - { - "id": 44, - "name": "Body Guard Morty", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/44.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/44", - "created": "2017-11-05T10:18:11.062Z" - }, - { - "id": 45, - "name": "Bill", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/45.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/45", - "created": "2017-11-05T10:22:27.446Z" - }, - { - "id": 46, - "name": "Bill", - "status": "unknown", - "species": "Animal", - "type": "Dog", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/46.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/46", - "created": "2017-11-05T10:24:38.089Z" - }, - { - "id": 47, - "name": "Birdperson", - "status": "Dead", - "species": "Alien", - "type": "Bird-Person", - "gender": "Male", - "origin": { - "name": "Bird World", - "url": "https://rickandmortyapi.com/api/location/15" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/47.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/47", - "created": "2017-11-05T11:13:36.018Z" - }, - { - "id": 48, - "name": "Black Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/48.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/48", - "created": "2017-11-05T11:15:26.044Z" - }, - { - "id": 49, - "name": "Blamph", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/49.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/49", - "created": "2017-11-05T11:18:26.702Z" - }, - { - "id": 50, - "name": "Blim Blam", - "status": "Alive", - "species": "Alien", - "type": "Korblock", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/50.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/14" - ], - "url": "https://rickandmortyapi.com/api/character/50", - "created": "2017-11-05T11:21:43.756Z" - }, - { - "id": 51, - "name": "Blue Diplomat", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/51.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/51", - "created": "2017-11-05T11:24:49.688Z" - }, - { - "id": 52, - "name": "Blue Footprint Guy", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/52.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/52", - "created": "2017-11-05T11:26:42.084Z" - }, - { - "id": 53, - "name": "Blue Shirt Morty", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/53.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/53", - "created": "2017-11-05T11:28:38.627Z" - }, - { - "id": 54, - "name": "Bobby Moynihan", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/54.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/54", - "created": "2017-11-05T11:31:26.348Z" - }, - { - "id": 55, - "name": "Boobloosian", - "status": "Dead", - "species": "Alien", - "type": "Boobloosian", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/55.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/55", - "created": "2017-11-05T11:32:53.847Z" - }, - { - "id": 56, - "name": "Bootleg Portal Chemist Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/56.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/56", - "created": "2017-11-05T11:34:16.447Z" - }, - { - "id": 57, - "name": "Borpocian", - "status": "Alive", - "species": "Alien", - "type": "Elephant-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/57.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/57", - "created": "2017-11-05T11:38:29.459Z" - }, - { - "id": 58, - "name": "Brad", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/58.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/58", - "created": "2017-11-05T11:40:02.554Z" - }, - { - "id": 59, - "name": "Brad Anderson", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/59.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/7" - ], - "url": "https://rickandmortyapi.com/api/character/59", - "created": "2017-11-05T11:41:38.964Z" - }, - { - "id": 60, - "name": "Calypso", - "status": "Dead", - "species": "Human", - "type": "Superhuman", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/60.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/60", - "created": "2017-11-05T11:52:45.852Z" - }, - { - "id": 61, - "name": "Campaign Manager Morty", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/61.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/61", - "created": "2017-11-05T11:53:44.737Z" - }, - { - "id": 62, - "name": "Canklanker Thom", - "status": "Dead", - "species": "Alien", - "type": "Gromflomite", - "gender": "Male", - "origin": { - "name": "Gromflom Prime", - "url": "https://rickandmortyapi.com/api/location/19" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/62.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1" - ], - "url": "https://rickandmortyapi.com/api/character/62", - "created": "2017-11-05T12:06:23.217Z" - }, - { - "id": 63, - "name": "Centaur", - "status": "Alive", - "species": "Humanoid", - "type": "Centaur", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/63.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/63", - "created": "2017-11-05T12:22:17.848Z" - }, - { - "id": 64, - "name": "Chris", - "status": "Dead", - "species": "Alien", - "type": "Organic gun", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/64.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/12" - ], - "url": "https://rickandmortyapi.com/api/character/64", - "created": "2017-11-05T12:25:03.541Z" - }, - { - "id": 65, - "name": "Chris", - "status": "Alive", - "species": "Humanoid", - "type": "Microverse inhabitant", - "gender": "Male", - "origin": { - "name": "Rick's Battery Microverse", - "url": "https://rickandmortyapi.com/api/location/24" - }, - "location": { - "name": "Rick's Battery Microverse", - "url": "https://rickandmortyapi.com/api/location/24" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/65.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/65", - "created": "2017-11-30T11:02:41.935Z" - }, - { - "id": 66, - "name": "Coach Feratu (Balik Alistane)", - "status": "Dead", - "species": "Vampire", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/66.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/66", - "created": "2017-11-30T11:10:10.491Z" - }, - { - "id": 67, - "name": "Collector", - "status": "Alive", - "species": "Alien", - "type": "Light bulb-Alien", - "gender": "Male", - "origin": { - "name": "The Menagerie", - "url": "https://rickandmortyapi.com/api/location/25" - }, - "location": { - "name": "The Menagerie", - "url": "https://rickandmortyapi.com/api/location/25" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/67.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/67", - "created": "2017-11-30T11:13:46.785Z" - }, - { - "id": 68, - "name": "Colossus", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/68.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/68", - "created": "2017-11-30T11:17:32.733Z" - }, - { - "id": 69, - "name": "Commander Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/69.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/69", - "created": "2017-11-30T11:28:06.461Z" - }, - { - "id": 70, - "name": "Concerto", - "status": "Dead", - "species": "Humanoid", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/70.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/24" - ], - "url": "https://rickandmortyapi.com/api/character/70", - "created": "2017-11-30T11:31:41.926Z" - }, - { - "id": 71, - "name": "Conroy", - "status": "Dead", - "species": "Robot", - "type": "", - "gender": "unknown", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/71.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/71", - "created": "2017-11-30T11:35:50.183Z" - }, - { - "id": 72, - "name": "Cool Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (K-83)", - "url": "https://rickandmortyapi.com/api/location/26" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/72.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/72", - "created": "2017-11-30T11:41:11.542Z" - }, - { - "id": 73, - "name": "Cop Morty", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/73.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/73", - "created": "2017-11-30T11:43:04.217Z" - }, - { - "id": 74, - "name": "Cop Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/74.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/74", - "created": "2017-11-30T11:48:18.950Z" - }, - { - "id": 75, - "name": "Courier Flap", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/75.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/75", - "created": "2017-11-30T12:12:57.553Z" - }, - { - "id": 76, - "name": "Cousin Nicky", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/76.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/76", - "created": "2017-11-30T14:11:52.882Z" - }, - { - "id": 77, - "name": "Cowboy Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/77.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/77", - "created": "2017-11-30T14:13:17.371Z" - }, - { - "id": 78, - "name": "Cowboy Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/78.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/78", - "created": "2017-11-30T14:15:18.347Z" - }, - { - "id": 79, - "name": "Crab Spider", - "status": "Alive", - "species": "Alien", - "type": "Animal", - "gender": "unknown", - "origin": { - "name": "Hideout Planet", - "url": "https://rickandmortyapi.com/api/location/27" - }, - "location": { - "name": "Hideout Planet", - "url": "https://rickandmortyapi.com/api/location/27" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/79.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/79", - "created": "2017-11-30T14:18:16.899Z" - }, - { - "id": 80, - "name": "Creepy Little Girl", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/80.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/80", - "created": "2017-11-30T14:20:35.772Z" - }, - { - "id": 81, - "name": "Crocubot", - "status": "Dead", - "species": "Humanoid", - "type": "Robot-Crocodile hybrid", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Worldender's lair", - "url": "https://rickandmortyapi.com/api/location/4" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/81.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/81", - "created": "2017-11-30T14:23:41.053Z" - }, - { - "id": 82, - "name": "Cronenberg Rick", - "status": "unknown", - "species": "Cronenberg", - "type": "", - "gender": "Male", - "origin": { - "name": "Cronenberg Earth", - "url": "https://rickandmortyapi.com/api/location/12" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/82.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/82", - "created": "2017-11-30T14:28:54.596Z" - }, - { - "id": 83, - "name": "Cronenberg Morty", - "status": "unknown", - "species": "Cronenberg", - "type": "", - "gender": "Male", - "origin": { - "name": "Cronenberg Earth", - "url": "https://rickandmortyapi.com/api/location/12" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/83.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/83", - "created": "2017-11-30T20:02:29.204Z" - }, - { - "id": 84, - "name": "Cult Leader Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Hideout Planet", - "url": "https://rickandmortyapi.com/api/location/27" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/84.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/84", - "created": "2017-11-30T20:41:48.080Z" - }, - { - "id": 85, - "name": "Cyclops Morty", - "status": "Alive", - "species": "Humanoid", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/85.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/85", - "created": "2017-11-30T20:49:52.133Z" - }, - { - "id": 86, - "name": "Cyclops Rick", - "status": "Dead", - "species": "Humanoid", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/86.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/86", - "created": "2017-11-30T20:53:10.382Z" - }, - { - "id": 87, - "name": "Cynthia", - "status": "Dead", - "species": "Alien", - "type": "Zigerion", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Zigerion's Base", - "url": "https://rickandmortyapi.com/api/location/46" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/87.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/4" - ], - "url": "https://rickandmortyapi.com/api/character/87", - "created": "2017-11-30T21:08:32.534Z" - }, - { - "id": 88, - "name": "Cynthia", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/88.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/9", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/88", - "created": "2017-11-30T21:16:35.633Z" - }, - { - "id": 89, - "name": "Dale", - "status": "Dead", - "species": "Humanoid", - "type": "Giant", - "gender": "Male", - "origin": { - "name": "Giant's Town", - "url": "https://rickandmortyapi.com/api/location/14" - }, - "location": { - "name": "Giant's Town", - "url": "https://rickandmortyapi.com/api/location/14" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/89.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/89", - "created": "2017-12-01T10:32:08.340Z" - }, - { - "id": 90, - "name": "Daron Jefferson", - "status": "Alive", - "species": "Alien", - "type": "Cone-nippled alien", - "gender": "Male", - "origin": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "location": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/90.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/14" - ], - "url": "https://rickandmortyapi.com/api/character/90", - "created": "2017-12-01T10:54:34.736Z" - }, - { - "id": 91, - "name": "David Letterman", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "location": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/91.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/91", - "created": "2017-12-01T11:12:25.105Z" - }, - { - "id": 92, - "name": "Davin", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/92.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/6" - ], - "url": "https://rickandmortyapi.com/api/character/92", - "created": "2017-12-01T11:20:51.247Z" - }, - { - "id": 93, - "name": "Diablo Verde", - "status": "Dead", - "species": "Humanoid", - "type": "Demon", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Dorian 5", - "url": "https://rickandmortyapi.com/api/location/29" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/93.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/93", - "created": "2017-12-01T11:36:16.467Z" - }, - { - "id": 94, - "name": "Diane Sanchez", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Unknown dimension)", - "url": "https://rickandmortyapi.com/api/location/30" - }, - "location": { - "name": "Earth (Unknown dimension)", - "url": "https://rickandmortyapi.com/api/location/30" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/94.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/94", - "created": "2017-12-01T11:49:43.929Z" - }, - { - "id": 95, - "name": "Dipper and Mabel Mortys", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/95.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/95", - "created": "2017-12-01T11:54:36.670Z" - }, - { - "id": 96, - "name": "Tuberculosis", - "status": "Dead", - "species": "Disease", - "type": "", - "gender": "unknown", - "origin": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/96.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/96", - "created": "2017-12-01T11:59:04.796Z" - }, - { - "id": 97, - "name": "Gonorrhea", - "status": "Dead", - "species": "Disease", - "type": "", - "gender": "unknown", - "origin": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/97.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/97", - "created": "2017-12-01T12:00:27.028Z" - }, - { - "id": 98, - "name": "Hepatitis A", - "status": "Dead", - "species": "Disease", - "type": "", - "gender": "unknown", - "origin": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/98.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/98", - "created": "2017-12-01T12:01:43.742Z" - }, - { - "id": 99, - "name": "Hepatitis C", - "status": "Dead", - "species": "Disease", - "type": "", - "gender": "unknown", - "origin": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/99.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/99", - "created": "2017-12-01T12:02:00.935Z" - }, - { - "id": 100, - "name": "Bubonic Plague", - "status": "Dead", - "species": "Disease", - "type": "", - "gender": "unknown", - "origin": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/100.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/100", - "created": "2017-12-01T12:02:21.611Z" - }, - { - "id": 101, - "name": "E. Coli", - "status": "Dead", - "species": "Disease", - "type": "", - "gender": "unknown", - "origin": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/101.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/101", - "created": "2017-12-01T12:03:31.433Z" - }, - { - "id": 102, - "name": "Donna Gueterman", - "status": "Dead", - "species": "Robot", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/102.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/102", - "created": "2017-12-01T12:21:21.357Z" - }, - { - "id": 103, - "name": "Doofus Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (J19ζ7)", - "url": "https://rickandmortyapi.com/api/location/31" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/103.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/103", - "created": "2017-12-01T12:29:27.984Z" - }, - { - "id": 104, - "name": "Doom-Nomitron", - "status": "Dead", - "species": "Alien", - "type": "Shapeshifter", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Dorian 5", - "url": "https://rickandmortyapi.com/api/location/29" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/104.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/104", - "created": "2017-12-26T12:34:36.758Z" - }, - { - "id": 105, - "name": "Dr. Glip-Glop", - "status": "Dead", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "St. Gloopy Noops Hospital", - "url": "https://rickandmortyapi.com/api/location/16" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/105.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/105", - "created": "2017-12-26T12:39:22.855Z" - }, - { - "id": 106, - "name": "Dr. Schmidt", - "status": "unknown", - "species": "Human", - "type": "Game", - "gender": "Male", - "origin": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "location": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/106.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/106", - "created": "2017-12-26T12:46:48.805Z" - }, - { - "id": 107, - "name": "Dr. Wong", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/107.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/24" - ], - "url": "https://rickandmortyapi.com/api/character/107", - "created": "2017-12-26T12:55:58.449Z" - }, - { - "id": 108, - "name": "Dr. Xenon Bloom", - "status": "Dead", - "species": "Humanoid", - "type": "Amoeba-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/108.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/108", - "created": "2017-12-26T13:14:12.157Z" - }, - { - "id": 109, - "name": "Duck With Muscles", - "status": "Dead", - "species": "Parasite", - "type": "Alien", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/109.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/109", - "created": "2017-12-26T13:17:40.686Z" - }, - { - "id": 110, - "name": "Eli", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/110.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/110", - "created": "2017-12-26T13:37:27.635Z" - }, - { - "id": 111, - "name": "Eli's Girlfriend", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/111.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/111", - "created": "2017-12-26T13:38:47.115Z" - }, - { - "id": 112, - "name": "Eric McMan", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/112.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/112", - "created": "2017-12-26T13:40:06.005Z" - }, - { - "id": 113, - "name": "Eric Stoltz Mask Morty", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Eric Stoltz Mask Earth", - "url": "https://rickandmortyapi.com/api/location/33" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/113.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/113", - "created": "2017-12-26T13:43:29.296Z" - }, - { - "id": 114, - "name": "Ethan", - "status": "unknown", - "species": "Human", - "type": "Cronenberg", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/114.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/114", - "created": "2017-12-26T16:01:13.904Z" - }, - { - "id": 115, - "name": "Ethan", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/115.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/115", - "created": "2017-12-26T16:01:50.939Z" - }, - { - "id": 116, - "name": "Evil Beth Clone", - "status": "Dead", - "species": "Human", - "type": "Clone", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/116.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/116", - "created": "2017-12-26T16:10:47.781Z" - }, - { - "id": 117, - "name": "Evil Jerry Clone", - "status": "Dead", - "species": "Human", - "type": "Clone", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/117.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/117", - "created": "2017-12-26T16:11:15.395Z" - }, - { - "id": 118, - "name": "Evil Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/118.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/118", - "created": "2017-12-26T16:13:41.103Z" - }, - { - "id": 119, - "name": "Evil Rick", - "status": "Dead", - "species": "Humanoid", - "type": "Robot", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/119.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/119", - "created": "2017-12-26T16:17:16.472Z" - }, - { - "id": 120, - "name": "Evil Summer Clone", - "status": "Dead", - "species": "Human", - "type": "Clone", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/120.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/120", - "created": "2017-12-26T16:24:02.059Z" - }, - { - "id": 121, - "name": "Eyehole Man", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/121.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/121", - "created": "2017-12-26T16:41:58.391Z" - }, - { - "id": 122, - "name": "Fart", - "status": "Dead", - "species": "Alien", - "type": "Interdimensional gaseous being", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/122.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/122", - "created": "2017-12-26T17:19:40.474Z" - }, - { - "id": 123, - "name": "Fat Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/123.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/123", - "created": "2017-12-26T17:22:40.315Z" - }, - { - "id": 124, - "name": "Father Bob", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/124.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/124", - "created": "2017-12-26T17:31:29.113Z" - }, - { - "id": 125, - "name": "Flansian", - "status": "Alive", - "species": "Alien", - "type": "Flansian", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/125.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/125", - "created": "2017-12-26T17:43:58.410Z" - }, - { - "id": 126, - "name": "Fleeb", - "status": "unknown", - "species": "Alien", - "type": "", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/126.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/126", - "created": "2017-12-26T18:45:42.593Z" - }, - { - "id": 127, - "name": "Frank Palicky", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/127.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1" - ], - "url": "https://rickandmortyapi.com/api/character/127", - "created": "2017-12-26T19:22:48.474Z" - }, - { - "id": 128, - "name": "Frankenstein's Monster", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/128.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/128", - "created": "2017-12-26T19:24:56.679Z" - }, - { - "id": 129, - "name": "Fulgora", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/129.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/129", - "created": "2017-12-26T19:30:02.242Z" - }, - { - "id": 130, - "name": "Galactic Federation President", - "status": "Dead", - "species": "Alien", - "type": "Gromflomite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/130.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/130", - "created": "2017-12-26T19:49:41.160Z" - }, - { - "id": 131, - "name": "Gar Gloonch", - "status": "Dead", - "species": "Alien", - "type": "Zombodian", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/131.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/131", - "created": "2017-12-26T19:54:43.476Z" - }, - { - "id": 132, - "name": "Gar's Mytholog", - "status": "Dead", - "species": "Mytholog", - "type": "", - "gender": "Male", - "origin": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/132.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/132", - "created": "2017-12-26T20:02:38.033Z" - }, - { - "id": 133, - "name": "Garblovian", - "status": "Alive", - "species": "Alien", - "type": "Garblovian", - "gender": "Male", - "origin": { - "name": "Glaagablaaga", - "url": "https://rickandmortyapi.com/api/location/36" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/133.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/133", - "created": "2017-12-26T20:30:45.943Z" - }, - { - "id": 134, - "name": "Garmanarnar", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/134.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/134", - "created": "2017-12-26T20:36:54.577Z" - }, - { - "id": 135, - "name": "Garment District Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/135.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/135", - "created": "2017-12-26T20:51:43.614Z" - }, - { - "id": 136, - "name": "Gazorpazorpfield", - "status": "Alive", - "species": "Alien", - "type": "Gazorpian", - "gender": "Male", - "origin": { - "name": "Gazorpazorp", - "url": "https://rickandmortyapi.com/api/location/40" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/136.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/136", - "created": "2017-12-27T17:59:59.058Z" - }, - { - "id": 137, - "name": "Gene", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/137.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/137", - "created": "2017-12-27T18:14:57.885Z" - }, - { - "id": 138, - "name": "General Nathan", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/138.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/138", - "created": "2017-12-27T18:22:18.387Z" - }, - { - "id": 139, - "name": "General Store Owner", - "status": "Dead", - "species": "Alien", - "type": "Cat-Person", - "gender": "Male", - "origin": { - "name": "Purge Planet", - "url": "https://rickandmortyapi.com/api/location/9" - }, - "location": { - "name": "Purge Planet", - "url": "https://rickandmortyapi.com/api/location/9" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/139.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/20" - ], - "url": "https://rickandmortyapi.com/api/character/139", - "created": "2017-12-27T18:41:03.124Z" - }, - { - "id": 140, - "name": "Genital Washer", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/140.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/140", - "created": "2017-12-27T18:47:44.566Z" - }, - { - "id": 141, - "name": "Ghost in a Jar", - "status": "Dead", - "species": "Alien", - "type": "Parasite, Ghost", - "gender": "Genderless", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/141.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/141", - "created": "2017-12-27T19:14:14.545Z" - }, - { - "id": 142, - "name": "Gibble Snake", - "status": "Dead", - "species": "Alien", - "type": "Animal", - "gender": "unknown", - "origin": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "location": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/142.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/142", - "created": "2017-12-27T20:16:32.187Z" - }, - { - "id": 143, - "name": "Glasses Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/143.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/143", - "created": "2017-12-27T20:37:26.134Z" - }, - { - "id": 144, - "name": "Glenn", - "status": "Dead", - "species": "Alien", - "type": "Gromflomite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Customs", - "url": "https://rickandmortyapi.com/api/location/38" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/144.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1" - ], - "url": "https://rickandmortyapi.com/api/character/144", - "created": "2017-12-29T10:37:48.319Z" - }, - { - "id": 145, - "name": "Glenn", - "status": "Alive", - "species": "Human", - "type": "Eat shiter-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/145.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/145", - "created": "2017-12-29T11:03:43.118Z" - }, - { - "id": 146, - "name": "Glexo Slim Slom", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/146.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/146", - "created": "2017-12-29T11:28:29.380Z" - }, - { - "id": 147, - "name": "Gobo", - "status": "Dead", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/147.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/147", - "created": "2017-12-29T11:38:29.578Z" - }, - { - "id": 148, - "name": "Goddess Beth", - "status": "unknown", - "species": "Mytholog", - "type": "", - "gender": "Female", - "origin": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/148.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/148", - "created": "2017-12-29T11:40:25.135Z" - }, - { - "id": 149, - "name": "Gordon Lunas", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/149.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/149", - "created": "2017-12-29T11:44:00.169Z" - }, - { - "id": 150, - "name": "Cornvelious Daniel", - "status": "Dead", - "species": "Alien", - "type": "Gromflomite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Galactic Federation Prison", - "url": "https://rickandmortyapi.com/api/location/39" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/150.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/150", - "created": "2017-12-29T12:02:33.550Z" - }, - { - "id": 151, - "name": "Gwendolyn", - "status": "unknown", - "species": "Robot", - "type": "Gazorpian reproduction robot", - "gender": "Female", - "origin": { - "name": "Gazorpazorp", - "url": "https://rickandmortyapi.com/api/location/40" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/151.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/7" - ], - "url": "https://rickandmortyapi.com/api/character/151", - "created": "2017-12-29T12:31:50.388Z" - }, - { - "id": 152, - "name": "Hammerhead Morty", - "status": "unknown", - "species": "Humanoid", - "type": "Hammerhead-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/152.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/152", - "created": "2017-12-29T15:20:16.842Z" - }, - { - "id": 153, - "name": "Hamster In Butt", - "status": "Alive", - "species": "Animal", - "type": "", - "gender": "unknown", - "origin": { - "name": "Hamster in Butt World", - "url": "https://rickandmortyapi.com/api/location/41" - }, - "location": { - "name": "Hamster in Butt World", - "url": "https://rickandmortyapi.com/api/location/41" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/153.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/153", - "created": "2017-12-29T15:27:54.281Z" - }, - { - "id": 154, - "name": "Hamurai", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/154.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/154", - "created": "2017-12-29T15:32:05.287Z" - }, - { - "id": 155, - "name": "Harold", - "status": "Alive", - "species": "Cronenberg", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/155.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6" - ], - "url": "https://rickandmortyapi.com/api/character/155", - "created": "2017-12-29T15:41:18.773Z" - }, - { - "id": 156, - "name": "Hemorrhage", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/156.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/156", - "created": "2017-12-29T15:44:40.083Z" - }, - { - "id": 157, - "name": "Hole in the Wall Where the Men Can See it All", - "status": "unknown", - "species": "unknown", - "type": "Hole", - "gender": "Genderless", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/157.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/157", - "created": "2017-12-29T15:47:57.352Z" - }, - { - "id": 158, - "name": "Hookah Alien", - "status": "Alive", - "species": "Alien", - "type": "Tuskfish", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Customs", - "url": "https://rickandmortyapi.com/api/location/38" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/158.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1" - ], - "url": "https://rickandmortyapi.com/api/character/158", - "created": "2017-12-29T15:53:48.952Z" - }, - { - "id": 159, - "name": "Hunter", - "status": "Dead", - "species": "Human", - "type": "Clone", - "gender": "Male", - "origin": { - "name": "Earth (Giant Telepathic Spiders Dimension)", - "url": "https://rickandmortyapi.com/api/location/42" - }, - "location": { - "name": "Earth (Giant Telepathic Spiders Dimension)", - "url": "https://rickandmortyapi.com/api/location/42" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/159.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/159", - "created": "2017-12-29T16:03:28.792Z" - }, - { - "id": 160, - "name": "Hunter's Father", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Giant Telepathic Spiders Dimension)", - "url": "https://rickandmortyapi.com/api/location/42" - }, - "location": { - "name": "Earth (Giant Telepathic Spiders Dimension)", - "url": "https://rickandmortyapi.com/api/location/42" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/160.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/160", - "created": "2017-12-29T16:07:04.040Z" - }, - { - "id": 161, - "name": "Hydrogen-F", - "status": "Alive", - "species": "Alien", - "type": "Alphabetrian", - "gender": "Female", - "origin": { - "name": "Alphabetrium", - "url": "https://rickandmortyapi.com/api/location/43" - }, - "location": { - "name": "Alphabetrium", - "url": "https://rickandmortyapi.com/api/location/43" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/161.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/161", - "created": "2017-12-29T16:10:40.290Z" - }, - { - "id": 162, - "name": "Ice-T", - "status": "Alive", - "species": "Alien", - "type": "Alphabetrian", - "gender": "Male", - "origin": { - "name": "Alphabetrium", - "url": "https://rickandmortyapi.com/api/location/43" - }, - "location": { - "name": "Alphabetrium", - "url": "https://rickandmortyapi.com/api/location/43" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/162.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/162", - "created": "2017-12-29T16:42:59.207Z" - }, - { - "id": 163, - "name": "Ideal Jerry", - "status": "Dead", - "species": "Mytholog", - "type": "", - "gender": "Male", - "origin": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/163.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/163", - "created": "2017-12-29T16:46:41.345Z" - }, - { - "id": 164, - "name": "Insurance Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/164.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/164", - "created": "2017-12-29T17:03:08.645Z" - }, - { - "id": 165, - "name": "Investigator Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/165.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/165", - "created": "2017-12-29T17:05:15.514Z" - }, - { - "id": 166, - "name": "Invisi-trooper", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/166.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/166", - "created": "2017-12-29T17:06:28.325Z" - }, - { - "id": 167, - "name": "Izzy", - "status": "Alive", - "species": "Animal", - "type": "Cat", - "gender": "unknown", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/167.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/24" - ], - "url": "https://rickandmortyapi.com/api/character/167", - "created": "2017-12-29T17:07:59.024Z" - }, - { - "id": 168, - "name": "Jackie", - "status": "Alive", - "species": "Alien", - "type": "Gazorpian", - "gender": "Female", - "origin": { - "name": "Gazorpazorp", - "url": "https://rickandmortyapi.com/api/location/40" - }, - "location": { - "name": "Gazorpazorp", - "url": "https://rickandmortyapi.com/api/location/40" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/168.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/7" - ], - "url": "https://rickandmortyapi.com/api/character/168", - "created": "2017-12-29T17:14:03.430Z" - }, - { - "id": 169, - "name": "Jacob", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/169.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3", - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/169", - "created": "2017-12-29T17:20:52.037Z" - }, - { - "id": 170, - "name": "Jacqueline", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/170.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/170", - "created": "2017-12-29T17:22:17.707Z" - }, - { - "id": 171, - "name": "Jaguar", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/171.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/24" - ], - "url": "https://rickandmortyapi.com/api/character/171", - "created": "2017-12-29T17:25:38.138Z" - }, - { - "id": 172, - "name": "Jamey", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/172.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/172", - "created": "2017-12-29T17:30:20.654Z" - }, - { - "id": 173, - "name": "Jan-Michael Vincent", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/173.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/173", - "created": "2017-12-29T17:33:23.972Z" - }, - { - "id": 174, - "name": "Jerry 5-126", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (5-126)", - "url": "https://rickandmortyapi.com/api/location/17" - }, - "location": { - "name": "Jerryboree", - "url": "https://rickandmortyapi.com/api/location/44" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/174.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/174", - "created": "2017-12-29T17:50:19.991Z" - }, - { - "id": 175, - "name": "Jerry Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/175.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/2", - "https://rickandmortyapi.com/api/episode/3", - "https://rickandmortyapi.com/api/episode/4", - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/175", - "created": "2017-12-29T18:07:17.610Z" - }, - { - "id": 176, - "name": "Celebrity Jerry", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "location": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/176.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/176", - "created": "2017-12-29T18:25:11.930Z" - }, - { - "id": 177, - "name": "Jerry Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "location": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/177.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/177", - "created": "2017-12-29T18:28:19.424Z" - }, - { - "id": 178, - "name": "Jerry's Mytholog", - "status": "Dead", - "species": "Mytholog", - "type": "", - "gender": "Male", - "origin": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/178.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/178", - "created": "2017-12-29T18:29:31.279Z" - }, - { - "id": 179, - "name": "Jessica", - "status": "Alive", - "species": "Cronenberg", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/179.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/4", - "https://rickandmortyapi.com/api/episode/6" - ], - "url": "https://rickandmortyapi.com/api/character/179", - "created": "2017-12-29T18:34:37.806Z" - }, - { - "id": 180, - "name": "Jessica", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/180.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/17", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/26", - "https://rickandmortyapi.com/api/episode/27", - "https://rickandmortyapi.com/api/episode/28", - "https://rickandmortyapi.com/api/episode/29", - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/180", - "created": "2017-12-29T18:36:27.225Z" - }, - { - "id": 181, - "name": "Jessica's Friend", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/181.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/4", - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/17", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/25", - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/181", - "created": "2017-12-29T18:47:23.345Z" - }, - { - "id": 182, - "name": "Jim", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/182.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/182", - "created": "2017-12-29T18:49:48.953Z" - }, - { - "id": 183, - "name": "Johnny Depp", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "location": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/183.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/183", - "created": "2017-12-29T18:51:29.693Z" - }, - { - "id": 184, - "name": "Jon", - "status": "Alive", - "species": "Alien", - "type": "Gazorpian", - "gender": "Male", - "origin": { - "name": "Gazorpazorp", - "url": "https://rickandmortyapi.com/api/location/40" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/184.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/184", - "created": "2017-12-29T18:54:04.572Z" - }, - { - "id": 185, - "name": "Joseph Eli Lipkip", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/185.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/185", - "created": "2017-12-29T18:56:15.622Z" - }, - { - "id": 186, - "name": "Joyce Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/186.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/186", - "created": "2017-12-29T18:58:34.530Z" - }, - { - "id": 187, - "name": "Juggling Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/187.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/187", - "created": "2017-12-29T18:59:47.440Z" - }, - { - "id": 188, - "name": "Karen Entity", - "status": "Alive", - "species": "Alien", - "type": "Unknown-nippled alien", - "gender": "Female", - "origin": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "location": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/188.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/14" - ], - "url": "https://rickandmortyapi.com/api/character/188", - "created": "2017-12-29T19:10:16.171Z" - }, - { - "id": 189, - "name": "Katarina", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/189.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/24" - ], - "url": "https://rickandmortyapi.com/api/character/189", - "created": "2017-12-29T19:13:57.070Z" - }, - { - "id": 190, - "name": "Keara", - "status": "Alive", - "species": "Alien", - "type": "Krootabulan", - "gender": "Female", - "origin": { - "name": "Krootabulon", - "url": "https://rickandmortyapi.com/api/location/45" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/190.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/190", - "created": "2017-12-29T19:26:06.900Z" - }, - { - "id": 191, - "name": "Kevin", - "status": "Dead", - "species": "Alien", - "type": "Zigerion", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Zigerion's Base", - "url": "https://rickandmortyapi.com/api/location/46" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/191.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/4" - ], - "url": "https://rickandmortyapi.com/api/character/191", - "created": "2017-12-29T19:40:07.816Z" - }, - { - "id": 192, - "name": "King Flippy Nips", - "status": "Alive", - "species": "Alien", - "type": "Plutonian", - "gender": "Male", - "origin": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "location": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/192.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/9" - ], - "url": "https://rickandmortyapi.com/api/character/192", - "created": "2017-12-29T19:49:29.297Z" - }, - { - "id": 193, - "name": "King Jellybean", - "status": "Dead", - "species": "Alien", - "type": "Jellybean", - "gender": "Male", - "origin": { - "name": "Fantasy World", - "url": "https://rickandmortyapi.com/api/location/48" - }, - "location": { - "name": "Fantasy World", - "url": "https://rickandmortyapi.com/api/location/48" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/193.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/193", - "created": "2017-12-29T19:58:44.743Z" - }, - { - "id": 194, - "name": "Kozbian", - "status": "Alive", - "species": "Alien", - "type": "Tentacle alien", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/194.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/194", - "created": "2017-12-30T12:13:53.878Z" - }, - { - "id": 195, - "name": "Kristen Stewart", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "location": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/195.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/195", - "created": "2017-12-30T12:19:16.042Z" - }, - { - "id": 196, - "name": "Krombopulos Michael", - "status": "Dead", - "species": "Alien", - "type": "Gromflomite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/196.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/196", - "created": "2017-12-30T12:28:52.954Z" - }, - { - "id": 197, - "name": "Kyle", - "status": "Dead", - "species": "Humanoid", - "type": "Miniverse inhabitant", - "gender": "Male", - "origin": { - "name": "Zeep Xanflorp's Miniverse", - "url": "https://rickandmortyapi.com/api/location/49" - }, - "location": { - "name": "Kyle's Teenyverse", - "url": "https://rickandmortyapi.com/api/location/50" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/197.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/197", - "created": "2017-12-30T12:39:09.025Z" - }, - { - "id": 198, - "name": "Lady Katana", - "status": "Dead", - "species": "Humanoid", - "type": "Cyborg", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Dorian 5", - "url": "https://rickandmortyapi.com/api/location/29" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/198.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/198", - "created": "2017-12-30T12:43:37.571Z" - }, - { - "id": 199, - "name": "Larva Alien", - "status": "Alive", - "species": "Alien", - "type": "Larva alien", - "gender": "unknown", - "origin": { - "name": "Larva Alien's Planet", - "url": "https://rickandmortyapi.com/api/location/51" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/199.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/199", - "created": "2017-12-30T12:48:44.677Z" - }, - { - "id": 200, - "name": "Lawyer Morty", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/200.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/200", - "created": "2017-12-30T12:49:52.971Z" - }, - { - "id": 201, - "name": "Leonard Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/201.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/201", - "created": "2017-12-30T12:51:27.835Z" - }, - { - "id": 202, - "name": "Lighthouse Keeper", - "status": "Dead", - "species": "Alien", - "type": "Cat-Person", - "gender": "Male", - "origin": { - "name": "Purge Planet", - "url": "https://rickandmortyapi.com/api/location/9" - }, - "location": { - "name": "Purge Planet", - "url": "https://rickandmortyapi.com/api/location/9" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/202.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/20" - ], - "url": "https://rickandmortyapi.com/api/character/202", - "created": "2017-12-30T12:53:11.937Z" - }, - { - "id": 203, - "name": "Lil B", - "status": "Dead", - "species": "Alien", - "type": "Snail alien", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/203.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/203", - "created": "2017-12-30T12:54:31.725Z" - }, - { - "id": 204, - "name": "Lisa", - "status": "Dead", - "species": "Alien", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Immortality Field Resort", - "url": "https://rickandmortyapi.com/api/location/7" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/204.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/204", - "created": "2017-12-30T12:59:58.460Z" - }, - { - "id": 205, - "name": "Little Dipper", - "status": "Alive", - "species": "Humanoid", - "type": "Tinymouth", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/205.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/205", - "created": "2017-12-30T13:03:12.366Z" - }, - { - "id": 206, - "name": "Lizard Morty", - "status": "Alive", - "species": "Humanoid", - "type": "Lizard-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/206.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/206", - "created": "2017-12-30T13:06:09.094Z" - }, - { - "id": 207, - "name": "Loggins", - "status": "Alive", - "species": "Alien", - "type": "Alligator-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/207.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/207", - "created": "2017-12-30T13:54:28.627Z" - }, - { - "id": 208, - "name": "Logic", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Worldender's lair", - "url": "https://rickandmortyapi.com/api/location/4" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/208.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/208", - "created": "2017-12-30T13:58:41.417Z" - }, - { - "id": 209, - "name": "Long Sleeved Morty", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/209.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/209", - "created": "2017-12-30T14:00:06.755Z" - }, - { - "id": 210, - "name": "Lucy", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/210.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11" - ], - "url": "https://rickandmortyapi.com/api/character/210", - "created": "2017-12-30T14:01:23.319Z" - }, - { - "id": 211, - "name": "Ma-Sha", - "status": "Alive", - "species": "Alien", - "type": "Gazorpian", - "gender": "Female", - "origin": { - "name": "Gazorpazorp", - "url": "https://rickandmortyapi.com/api/location/40" - }, - "location": { - "name": "Gazorpazorp", - "url": "https://rickandmortyapi.com/api/location/40" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/211.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/7" - ], - "url": "https://rickandmortyapi.com/api/character/211", - "created": "2017-12-30T14:16:00.484Z" - }, - { - "id": 212, - "name": "Magma-Q", - "status": "Dead", - "species": "Alien", - "type": "Alphabetrian", - "gender": "Male", - "origin": { - "name": "Alphabetrium", - "url": "https://rickandmortyapi.com/api/location/43" - }, - "location": { - "name": "Alphabetrium", - "url": "https://rickandmortyapi.com/api/location/43" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/212.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/212", - "created": "2017-12-30T14:19:10.419Z" - }, - { - "id": 213, - "name": "Magnesium-J", - "status": "Alive", - "species": "Alien", - "type": "Alphabetrian", - "gender": "Male", - "origin": { - "name": "Alphabetrium", - "url": "https://rickandmortyapi.com/api/location/43" - }, - "location": { - "name": "Alphabetrium", - "url": "https://rickandmortyapi.com/api/location/43" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/213.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/213", - "created": "2017-12-30T14:21:16.121Z" - }, - { - "id": 214, - "name": "Man Painted Silver Who Makes Robot Noises", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/214.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/214", - "created": "2017-12-30T14:24:57.993Z" - }, - { - "id": 215, - "name": "Maximums Rickimus", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/215.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/215", - "created": "2017-12-30T14:27:55.489Z" - }, - { - "id": 216, - "name": "MC Haps", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/216.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/216", - "created": "2017-12-30T14:30:06.479Z" - }, - { - "id": 217, - "name": "Mechanical Morty", - "status": "Dead", - "species": "Robot", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/217.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/217", - "created": "2017-12-30T14:32:17.158Z" - }, - { - "id": 218, - "name": "Mechanical Rick", - "status": "unknown", - "species": "Robot", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/218.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/218", - "created": "2017-12-30T14:33:16.920Z" - }, - { - "id": 219, - "name": "Mechanical Summer", - "status": "unknown", - "species": "Robot", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/219.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/219", - "created": "2017-12-30T14:33:49.392Z" - }, - { - "id": 220, - "name": "Mega Fruit Farmer Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/220.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/220", - "created": "2017-12-30T14:35:30.736Z" - }, - { - "id": 221, - "name": "Melissa", - "status": "Alive", - "species": "Humanoid", - "type": "Monster", - "gender": "Female", - "origin": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "location": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/221.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/221", - "created": "2017-12-30T14:38:04.718Z" - }, - { - "id": 222, - "name": "Michael Denny and the Denny Singers", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/222.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/222", - "created": "2017-12-30T14:44:05.245Z" - }, - { - "id": 223, - "name": "Michael Jenkins", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/223.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/223", - "created": "2017-12-30T14:44:51.373Z" - }, - { - "id": 224, - "name": "Michael McLick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/224.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/224", - "created": "2017-12-30T15:49:28.666Z" - }, - { - "id": 225, - "name": "Michael Thompson", - "status": "Alive", - "species": "Humanoid", - "type": "Conjoined twin", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/225.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/225", - "created": "2017-12-30T15:59:31.558Z" - }, - { - "id": 226, - "name": "Million Ants", - "status": "Dead", - "species": "Animal", - "type": "Sentient ant colony", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Worldender's lair", - "url": "https://rickandmortyapi.com/api/location/4" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/226.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/226", - "created": "2017-12-30T16:04:56.879Z" - }, - { - "id": 227, - "name": "Mitch", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/227.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/227", - "created": "2017-12-30T16:08:38.157Z" - }, - { - "id": 228, - "name": "Mohawk Guy", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/228.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/228", - "created": "2017-12-30T16:10:03.881Z" - }, - { - "id": 229, - "name": "Morty Mart Manager Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/229.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/229", - "created": "2017-12-30T16:12:33.382Z" - }, - { - "id": 230, - "name": "Morty Jr.", - "status": "Alive", - "species": "Humanoid", - "type": "Human Gazorpian", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/230.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/7" - ], - "url": "https://rickandmortyapi.com/api/character/230", - "created": "2017-12-30T16:20:51.391Z" - }, - { - "id": 231, - "name": "Morty Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/231.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/231", - "created": "2017-12-30T16:23:45.894Z" - }, - { - "id": 232, - "name": "Morty Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "location": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/232.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/232", - "created": "2017-12-30T16:29:27.863Z" - }, - { - "id": 233, - "name": "Morty K-22", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (K-22)", - "url": "https://rickandmortyapi.com/api/location/52" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/233.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/233", - "created": "2017-12-30T16:33:49.577Z" - }, - { - "id": 234, - "name": "Morty Smith", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/234.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6" - ], - "url": "https://rickandmortyapi.com/api/character/234", - "created": "2017-12-30T16:35:01.223Z" - }, - { - "id": 235, - "name": "Mortytown Loco", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/235.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/235", - "created": "2017-12-30T16:37:07.150Z" - }, - { - "id": 236, - "name": "Mr. Beauregard", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/236.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/236", - "created": "2017-12-30T17:28:28.409Z" - }, - { - "id": 237, - "name": "Mr. Benson", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/237.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/12" - ], - "url": "https://rickandmortyapi.com/api/character/237", - "created": "2017-12-30T17:30:31.757Z" - }, - { - "id": 238, - "name": "Mr. Booby Buyer", - "status": "Alive", - "species": "Animal", - "type": "Boobie buyer reptilian", - "gender": "Male", - "origin": { - "name": "Fantasy World", - "url": "https://rickandmortyapi.com/api/location/48" - }, - "location": { - "name": "Fantasy World", - "url": "https://rickandmortyapi.com/api/location/48" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/238.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/238", - "created": "2017-12-30T17:36:12.853Z" - }, - { - "id": 239, - "name": "Mr. Goldenfold", - "status": "Alive", - "species": "Cronenberg", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/239.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/2", - "https://rickandmortyapi.com/api/episode/4", - "https://rickandmortyapi.com/api/episode/6" - ], - "url": "https://rickandmortyapi.com/api/character/239", - "created": "2017-12-30T17:42:11.894Z" - }, - { - "id": 240, - "name": "Mr. Goldenfold", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/240.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/9", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/17", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/24", - "https://rickandmortyapi.com/api/episode/27", - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/240", - "created": "2017-12-30T17:42:56.349Z" - }, - { - "id": 241, - "name": "Mr. Marklovitz", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/241.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/4", - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/241", - "created": "2017-12-30T17:46:19.052Z" - }, - { - "id": 242, - "name": "Mr. Meeseeks", - "status": "unknown", - "species": "Humanoid", - "type": "Meeseeks", - "gender": "Male", - "origin": { - "name": "Mr. Meeseeks Box", - "url": "https://rickandmortyapi.com/api/location/53" - }, - "location": { - "name": "Blips and Chitz", - "url": "https://rickandmortyapi.com/api/location/67" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/242.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/242", - "created": "2017-12-30T17:52:12.243Z" - }, - { - "id": 243, - "name": "Mr. Needful", - "status": "Alive", - "species": "Humanoid", - "type": "The Devil", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/243.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/9" - ], - "url": "https://rickandmortyapi.com/api/character/243", - "created": "2017-12-30T17:54:06.996Z" - }, - { - "id": 244, - "name": "Mr. Poopybutthole", - "status": "Alive", - "species": "Poopybutthole", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/244.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/29", - "https://rickandmortyapi.com/api/episode/30", - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/244", - "created": "2017-12-30T18:03:48.054Z" - }, - { - "id": 245, - "name": "Mrs. Lipkip", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/245.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/245", - "created": "2017-12-30T18:05:59.999Z" - }, - { - "id": 246, - "name": "Mrs. Pancakes", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/246.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2", - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/246", - "created": "2017-12-30T18:09:39.304Z" - }, - { - "id": 247, - "name": "Mrs. Poopybutthole", - "status": "Alive", - "species": "Poopybutthole", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/247.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/247", - "created": "2017-12-30T18:10:48.293Z" - }, - { - "id": 248, - "name": "Mrs. Refrigerator", - "status": "Dead", - "species": "Alien", - "type": "Parasite, Refrigerator", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/248.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/248", - "created": "2017-12-30T18:12:38.369Z" - }, - { - "id": 249, - "name": "Mrs. Sanchez", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/249.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/14", - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/249", - "created": "2017-12-30T18:18:10.965Z" - }, - { - "id": 250, - "name": "Mrs. Sullivan", - "status": "Dead", - "species": "Human", - "type": "Cat controlled dead lady", - "gender": "Female", - "origin": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/250.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/250", - "created": "2017-12-30T18:24:49.372Z" - }, - { - "id": 251, - "name": "Nancy", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/251.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/9", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/25", - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/251", - "created": "2017-12-31T12:46:54.095Z" - }, - { - "id": 252, - "name": "Noob-Noob", - "status": "Alive", - "species": "Poopybutthole", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Vindicator's Base", - "url": "https://rickandmortyapi.com/api/location/54" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/252.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/252", - "created": "2017-12-31T12:57:37.849Z" - }, - { - "id": 253, - "name": "Numbericon", - "status": "unknown", - "species": "Alien", - "type": "Numbericon", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Alphabetrium", - "url": "https://rickandmortyapi.com/api/location/43" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/253.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/253", - "created": "2017-12-31T13:04:01.585Z" - }, - { - "id": 254, - "name": "Octopus Man", - "status": "Alive", - "species": "Humanoid", - "type": "Octopus-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/254.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/254", - "created": "2017-12-31T13:06:35.982Z" - }, - { - "id": 255, - "name": "Orthodox Jew", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/255.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/255", - "created": "2017-12-31T13:19:29.825Z" - }, - { - "id": 256, - "name": "Pat Gueterman", - "status": "Dead", - "species": "Robot", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/256.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/256", - "created": "2017-12-31T13:23:08.567Z" - }, - { - "id": 257, - "name": "Paul Fleishman", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Jerryboree", - "url": "https://rickandmortyapi.com/api/location/44" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/257.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/257", - "created": "2017-12-31T13:23:47.704Z" - }, - { - "id": 258, - "name": "Pawnshop Clerk", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Pawn Shop Planet", - "url": "https://rickandmortyapi.com/api/location/55" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/258.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/7" - ], - "url": "https://rickandmortyapi.com/api/character/258", - "created": "2017-12-31T13:30:33.611Z" - }, - { - "id": 259, - "name": "Pencilvester", - "status": "Dead", - "species": "Alien", - "type": "Parasite, Pencil", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/259.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/259", - "created": "2017-12-31T13:33:48.488Z" - }, - { - "id": 260, - "name": "Phillip Jacobs", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/260.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/260", - "created": "2017-12-31T13:34:58.839Z" - }, - { - "id": 261, - "name": "Photography Cyborg", - "status": "unknown", - "species": "Robot", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/261.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/261", - "created": "2017-12-31T13:38:53.640Z" - }, - { - "id": 262, - "name": "Photography Raptor", - "status": "Dead", - "species": "Alien", - "type": "Parasite, Dinosaur", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/262.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/262", - "created": "2017-12-31T13:40:32.312Z" - }, - { - "id": 263, - "name": "Pibbles Bodyguard", - "status": "Alive", - "species": "Alien", - "type": "Hairy alien", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "St. Gloopy Noops Hospital", - "url": "https://rickandmortyapi.com/api/location/16" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/263.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/263", - "created": "2017-12-31T13:43:30.513Z" - }, - { - "id": 264, - "name": "Pichael Thompson", - "status": "Alive", - "species": "Humanoid", - "type": "Conjoined twin", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/264.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/264", - "created": "2017-12-31T13:44:43.176Z" - }, - { - "id": 265, - "name": "Pickle Rick", - "status": "Alive", - "species": "unknown", - "type": "Pickle", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/265.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/24" - ], - "url": "https://rickandmortyapi.com/api/character/265", - "created": "2017-12-31T13:47:10.617Z" - }, - { - "id": 266, - "name": "Piece of Toast", - "status": "Alive", - "species": "unknown", - "type": "Bread", - "gender": "Genderless", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/266.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/266", - "created": "2017-12-31T13:48:58.850Z" - }, - { - "id": 267, - "name": "Plumber Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/267.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/267", - "created": "2017-12-31T13:50:57.337Z" - }, - { - "id": 268, - "name": "Poncho", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/268.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/268", - "created": "2017-12-31T13:53:25.411Z" - }, - { - "id": 269, - "name": "Presidentress of The Mega Gargantuans", - "status": "Alive", - "species": "Humanoid", - "type": "Mega Gargantuan", - "gender": "Female", - "origin": { - "name": "Mega Gargantuan Kingdom", - "url": "https://rickandmortyapi.com/api/location/56" - }, - "location": { - "name": "Mega Gargantuan Kingdom", - "url": "https://rickandmortyapi.com/api/location/56" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/269.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/269", - "created": "2017-12-31T14:01:44.995Z" - }, - { - "id": 270, - "name": "Prince Nebulon", - "status": "Dead", - "species": "Alien", - "type": "Zigerion", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Zigerion's Base", - "url": "https://rickandmortyapi.com/api/location/46" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/270.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/4" - ], - "url": "https://rickandmortyapi.com/api/character/270", - "created": "2017-12-31T14:05:24.406Z" - }, - { - "id": 271, - "name": "Principal Vagina", - "status": "Alive", - "species": "Cronenberg", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/271.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/6" - ], - "url": "https://rickandmortyapi.com/api/character/271", - "created": "2017-12-31T14:08:43.602Z" - }, - { - "id": 272, - "name": "Principal Vagina", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/272.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/9", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/24", - "https://rickandmortyapi.com/api/episode/27", - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/272", - "created": "2017-12-31T14:09:09.071Z" - }, - { - "id": 273, - "name": "Purge Planet Ruler", - "status": "Dead", - "species": "Alien", - "type": "Cat-Person", - "gender": "Male", - "origin": { - "name": "Purge Planet", - "url": "https://rickandmortyapi.com/api/location/9" - }, - "location": { - "name": "Purge Planet", - "url": "https://rickandmortyapi.com/api/location/9" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/273.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/20" - ], - "url": "https://rickandmortyapi.com/api/character/273", - "created": "2017-12-31T14:13:54.909Z" - }, - { - "id": 274, - "name": "Quantum Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/274.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/274", - "created": "2017-12-31T14:15:28.051Z" - }, - { - "id": 275, - "name": "Randy Dicknose", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/275.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/275", - "created": "2017-12-31T14:16:45.776Z" - }, - { - "id": 276, - "name": "Rat Boss", - "status": "Dead", - "species": "Animal", - "type": "Rat", - "gender": "unknown", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/276.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/24" - ], - "url": "https://rickandmortyapi.com/api/character/276", - "created": "2017-12-31T14:17:21.782Z" - }, - { - "id": 277, - "name": "Real Fake Doors Salesman", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/277.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/277", - "created": "2017-12-31T14:18:30.570Z" - }, - { - "id": 278, - "name": "Regional Manager Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/278.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/278", - "created": "2017-12-31T14:19:36.487Z" - }, - { - "id": 279, - "name": "Regular Legs", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/279.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/279", - "created": "2017-12-31T14:20:31.936Z" - }, - { - "id": 280, - "name": "Reverse Giraffe", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/280.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/280", - "created": "2017-12-31T14:22:46.285Z" - }, - { - "id": 281, - "name": "Reverse Rick Outrage", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/281.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/281", - "created": "2017-12-31T14:23:53.056Z" - }, - { - "id": 282, - "name": "Revolio Clockberg Jr.", - "status": "unknown", - "species": "Alien", - "type": "Gear-Person", - "gender": "Male", - "origin": { - "name": "Gear World", - "url": "https://rickandmortyapi.com/api/location/57" - }, - "location": { - "name": "Gear World", - "url": "https://rickandmortyapi.com/api/location/57" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/282.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/282", - "created": "2017-12-31T19:21:17.351Z" - }, - { - "id": 283, - "name": "Rick D. Sanchez III", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/283.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/283", - "created": "2017-12-31T19:23:53.188Z" - }, - { - "id": 284, - "name": "Rick Guilt Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/284.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/284", - "created": "2017-12-31T19:25:18.205Z" - }, - { - "id": 285, - "name": "Rick Prime", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/285.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/285", - "created": "2017-12-31T19:45:46.470Z" - }, - { - "id": 286, - "name": "Rick D-99", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (D-99)", - "url": "https://rickandmortyapi.com/api/location/58" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/286.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/286", - "created": "2017-12-31T19:49:55.181Z" - }, - { - "id": 287, - "name": "Rick D716", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (D716)", - "url": "https://rickandmortyapi.com/api/location/59" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/287.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/287", - "created": "2017-12-31T19:51:33.244Z" - }, - { - "id": 288, - "name": "Rick D716-B", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (D716-B)", - "url": "https://rickandmortyapi.com/api/location/60" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/288.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/288", - "created": "2017-12-31T19:55:25.101Z" - }, - { - "id": 289, - "name": "Rick D716-C", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (D716-C)", - "url": "https://rickandmortyapi.com/api/location/61" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/289.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/289", - "created": "2017-12-31T19:57:36.546Z" - }, - { - "id": 290, - "name": "Rick Sanchez", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "location": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/290.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/290", - "created": "2017-12-31T20:15:25.716Z" - }, - { - "id": 291, - "name": "Rick J-22", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (J-22)", - "url": "https://rickandmortyapi.com/api/location/62" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/291.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/291", - "created": "2017-12-31T20:16:52.337Z" - }, - { - "id": 292, - "name": "Rick K-22", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (K-22)", - "url": "https://rickandmortyapi.com/api/location/52" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/292.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/292", - "created": "2017-12-31T20:20:40.484Z" - }, - { - "id": 293, - "name": "Rick Sanchez", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/293.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6" - ], - "url": "https://rickandmortyapi.com/api/character/293", - "created": "2017-12-31T20:22:29.032Z" - }, - { - "id": 294, - "name": "Ricktiminus Sancheziminius", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/294.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/294", - "created": "2017-12-31T20:24:30.396Z" - }, - { - "id": 295, - "name": "Riq IV", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/295.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/295", - "created": "2017-12-31T20:25:28.554Z" - }, - { - "id": 296, - "name": "Risotto Groupon", - "status": "Dead", - "species": "Alien", - "type": "Blue ape alien", - "gender": "Male", - "origin": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "location": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/296.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/296", - "created": "2017-12-31T20:32:33.361Z" - }, - { - "id": 297, - "name": "Risotto's Tentacled Henchman", - "status": "Dead", - "species": "Alien", - "type": "Tentacle alien", - "gender": "Male", - "origin": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "location": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/297.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/297", - "created": "2017-12-31T20:34:58.394Z" - }, - { - "id": 298, - "name": "Robot Morty", - "status": "unknown", - "species": "Robot", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/298.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/298", - "created": "2017-12-31T20:37:30.747Z" - }, - { - "id": 299, - "name": "Robot Rick", - "status": "unknown", - "species": "Robot", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/299.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/299", - "created": "2017-12-31T20:38:17.990Z" - }, - { - "id": 300, - "name": "Roger", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/300.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/300", - "created": "2017-12-31T20:39:35.047Z" - }, - { - "id": 301, - "name": "Ron Benson", - "status": "Alive", - "species": "Humanoid", - "type": "Ring-nippled alien", - "gender": "Male", - "origin": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "location": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/301.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/14" - ], - "url": "https://rickandmortyapi.com/api/character/301", - "created": "2018-01-05T14:02:20.902Z" - }, - { - "id": 302, - "name": "Ruben", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/302.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/302", - "created": "2018-01-05T14:03:21.824Z" - }, - { - "id": 303, - "name": "Samantha", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/303.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/303", - "created": "2018-01-05T14:09:03.150Z" - }, - { - "id": 304, - "name": "Scary Brandon", - "status": "Alive", - "species": "Humanoid", - "type": "Monster", - "gender": "Male", - "origin": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "location": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/304.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/304", - "created": "2018-01-05T14:11:17.550Z" - }, - { - "id": 305, - "name": "Scary Glenn", - "status": "Alive", - "species": "Humanoid", - "type": "Monster", - "gender": "Male", - "origin": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "location": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/305.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/305", - "created": "2018-01-05T14:11:53.287Z" - }, - { - "id": 306, - "name": "Scary Terry", - "status": "Alive", - "species": "Humanoid", - "type": "Monster", - "gender": "Male", - "origin": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "location": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/306.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/306", - "created": "2018-01-05T14:13:01.564Z" - }, - { - "id": 307, - "name": "Scroopy Noopers", - "status": "Alive", - "species": "Alien", - "type": "Plutonian", - "gender": "Male", - "origin": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "location": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/307.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/9" - ], - "url": "https://rickandmortyapi.com/api/character/307", - "created": "2018-01-05T14:20:41.693Z" - }, - { - "id": 308, - "name": "Scropon", - "status": "unknown", - "species": "Alien", - "type": "Lobster-Alien", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/308.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/308", - "created": "2018-01-05T14:22:47.706Z" - }, - { - "id": 309, - "name": "Scrotian", - "status": "Alive", - "species": "Animal", - "type": "Scrotian", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Signus 5 Expanse", - "url": "https://rickandmortyapi.com/api/location/22" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/309.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/309", - "created": "2018-01-05T14:26:50.679Z" - }, - { - "id": 310, - "name": "Self-Congratulatory Jerry", - "status": "unknown", - "species": "Mytholog", - "type": "", - "gender": "Male", - "origin": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/310.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/310", - "created": "2018-01-05T14:29:21.347Z" - }, - { - "id": 311, - "name": "Shimshamian", - "status": "Alive", - "species": "Alien", - "type": "Shimshamian", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/311.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/311", - "created": "2018-01-05T14:44:01.276Z" - }, - { - "id": 312, - "name": "Shlaammi", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/312.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/312", - "created": "2018-01-05T14:45:39.235Z" - }, - { - "id": 313, - "name": "Shleemypants", - "status": "Alive", - "species": "unknown", - "type": "Omniscient being", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/313.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/12" - ], - "url": "https://rickandmortyapi.com/api/character/313", - "created": "2018-01-05T14:52:31.489Z" - }, - { - "id": 314, - "name": "Shmlamantha Shmlicelli", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/314.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/314", - "created": "2018-01-05T14:53:23.739Z" - }, - { - "id": 315, - "name": "Shmlangela Shmlobinson-Shmlower", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/315.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/315", - "created": "2018-01-05T14:54:37.641Z" - }, - { - "id": 316, - "name": "Shmlona Shmlobinson", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/316.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/316", - "created": "2018-01-05T14:55:42.034Z" - }, - { - "id": 317, - "name": "Shmlonathan Shmlower", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/317.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/317", - "created": "2018-01-05T14:56:15.428Z" - }, - { - "id": 318, - "name": "Shmlony Shmlicelli", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/318.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/318", - "created": "2018-01-05T14:56:45.502Z" - }, - { - "id": 319, - "name": "Shmooglite Runner", - "status": "unknown", - "species": "Alien", - "type": "Animal", - "gender": "Male", - "origin": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "location": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/319.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/319", - "created": "2018-01-05T14:59:34.798Z" - }, - { - "id": 320, - "name": "Shnoopy Bloopers", - "status": "unknown", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Immortality Field Resort", - "url": "https://rickandmortyapi.com/api/location/7" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/320.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/320", - "created": "2018-01-05T15:02:28.103Z" - }, - { - "id": 321, - "name": "Shrimply Pibbles", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "St. Gloopy Noops Hospital", - "url": "https://rickandmortyapi.com/api/location/16" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/321.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/321", - "created": "2018-01-05T15:07:50.789Z" - }, - { - "id": 322, - "name": "Simple Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/322.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/322", - "created": "2018-01-05T15:12:03.933Z" - }, - { - "id": 323, - "name": "Slaveowner", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/323.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/323", - "created": "2018-01-05T15:13:46.862Z" - }, - { - "id": 324, - "name": "Sleepy Gary", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/324.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/324", - "created": "2018-01-05T15:17:26.876Z" - }, - { - "id": 325, - "name": "Slick Morty", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/325.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/325", - "created": "2018-01-10T16:06:48.366Z" - }, - { - "id": 326, - "name": "Slippery Stair", - "status": "Alive", - "species": "Animal", - "type": "Slug", - "gender": "Male", - "origin": { - "name": "Fantasy World", - "url": "https://rickandmortyapi.com/api/location/48" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/326.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/11" - ], - "url": "https://rickandmortyapi.com/api/character/326", - "created": "2018-01-10T16:11:09.964Z" - }, - { - "id": 327, - "name": "Slow Mobius", - "status": "Alive", - "species": "Humanoid", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/327.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11" - ], - "url": "https://rickandmortyapi.com/api/character/327", - "created": "2018-01-10T16:13:26.380Z" - }, - { - "id": 328, - "name": "Slow Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/328.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/328", - "created": "2018-01-10T16:14:16.331Z" - }, - { - "id": 329, - "name": "Snuffles (Snowball)", - "status": "Alive", - "species": "Animal", - "type": "Intelligent dog", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/329.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2", - "https://rickandmortyapi.com/api/episode/7", - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/15", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/24", - "https://rickandmortyapi.com/api/episode/29", - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/329", - "created": "2018-01-10T16:24:49.586Z" - }, - { - "id": 330, - "name": "Solicitor Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/330.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/330", - "created": "2018-01-10T16:26:27.705Z" - }, - { - "id": 331, - "name": "Squanchy", - "status": "unknown", - "species": "Alien", - "type": "Cat-like creature", - "gender": "Male", - "origin": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/331.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/331", - "created": "2018-01-10T16:29:25.344Z" - }, - { - "id": 332, - "name": "Stacy", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/332.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/332", - "created": "2018-01-10T16:31:10.465Z" - }, - { - "id": 333, - "name": "Stair Goblin", - "status": "Alive", - "species": "Alien", - "type": "Stair goblin", - "gender": "Genderless", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Fantasy World", - "url": "https://rickandmortyapi.com/api/location/48" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/333.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/333", - "created": "2018-01-10T16:34:19.420Z" - }, - { - "id": 334, - "name": "Stealy", - "status": "Alive", - "species": "Poopybutthole", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/334.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/334", - "created": "2018-01-10T16:36:06.982Z" - }, - { - "id": 335, - "name": "Steve", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/335.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/335", - "created": "2018-01-10T16:39:34.837Z" - }, - { - "id": 336, - "name": "Steven Phillips", - "status": "Alive", - "species": "Alien", - "type": "Unknown-nippled alien", - "gender": "Male", - "origin": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "location": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/336.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/14" - ], - "url": "https://rickandmortyapi.com/api/character/336", - "created": "2018-01-10T16:44:51.702Z" - }, - { - "id": 337, - "name": "Stu", - "status": "Dead", - "species": "Alien", - "type": "Zigerion", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Zigerion's Base", - "url": "https://rickandmortyapi.com/api/location/46" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/337.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/4" - ], - "url": "https://rickandmortyapi.com/api/character/337", - "created": "2018-01-10T16:50:57.710Z" - }, - { - "id": 338, - "name": "Summer Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/338.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/2", - "https://rickandmortyapi.com/api/episode/3", - "https://rickandmortyapi.com/api/episode/4", - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/338", - "created": "2018-01-10T16:55:03.390Z" - }, - { - "id": 339, - "name": "Summer Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "location": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/339.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/339", - "created": "2018-01-10T16:56:28.489Z" - }, - { - "id": 340, - "name": "Supernova", - "status": "Alive", - "species": "Human", - "type": "Superhuman", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Worldender's lair", - "url": "https://rickandmortyapi.com/api/location/4" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/340.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/340", - "created": "2018-01-10T17:02:58.042Z" - }, - { - "id": 341, - "name": "Taddy Mason", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/341.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/20" - ], - "url": "https://rickandmortyapi.com/api/character/341", - "created": "2018-01-10T17:07:09.052Z" - }, - { - "id": 342, - "name": "Taint Washer", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/342.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/342", - "created": "2018-01-10T17:23:26.944Z" - }, - { - "id": 343, - "name": "Tammy Guetermann", - "status": "Alive", - "species": "Cronenberg", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/343.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/6" - ], - "url": "https://rickandmortyapi.com/api/character/343", - "created": "2018-01-10T17:27:04.773Z" - }, - { - "id": 344, - "name": "Tammy Guetermann", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/344.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/344", - "created": "2018-01-10T17:31:54.889Z" - }, - { - "id": 345, - "name": "Teacher Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/345.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/345", - "created": "2018-01-10T17:33:23.437Z" - }, - { - "id": 346, - "name": "Terry", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/346.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/346", - "created": "2018-01-10T17:37:51.767Z" - }, - { - "id": 347, - "name": "The President", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/347.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/347", - "created": "2018-01-10T17:43:37.411Z" - }, - { - "id": 348, - "name": "The President of the Miniverse", - "status": "Dead", - "species": "Humanoid", - "type": "Miniverse inhabitant", - "gender": "Male", - "origin": { - "name": "Zeep Xanflorp's Miniverse", - "url": "https://rickandmortyapi.com/api/location/49" - }, - "location": { - "name": "Zeep Xanflorp's Miniverse", - "url": "https://rickandmortyapi.com/api/location/49" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/348.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/348", - "created": "2018-01-10T17:47:59.043Z" - }, - { - "id": 349, - "name": "The Scientist Formerly Known as Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/349.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/349", - "created": "2018-01-10T17:49:09.995Z" - }, - { - "id": 350, - "name": "Thomas Lipkip", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Froopyland", - "url": "https://rickandmortyapi.com/api/location/63" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/350.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/350", - "created": "2018-01-10T17:50:33.471Z" - }, - { - "id": 351, - "name": "Three Unknown Things", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/351.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/351", - "created": "2018-01-10T17:57:31.022Z" - }, - { - "id": 352, - "name": "Tinkles", - "status": "Dead", - "species": "Alien", - "type": "Parasite, Unicorn lamb", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/352.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/352", - "created": "2018-01-10T17:58:51.840Z" - }, - { - "id": 353, - "name": "Tiny Rick", - "status": "Dead", - "species": "Human", - "type": "Clone", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/353.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/353", - "created": "2018-01-10T18:00:35.848Z" - }, - { - "id": 354, - "name": "Toby Matthews", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/354.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/354", - "created": "2018-01-10T18:02:03.402Z" - }, - { - "id": 355, - "name": "Todd Crystal", - "status": "Alive", - "species": "Alien", - "type": "Unknown-nippled alien", - "gender": "Male", - "origin": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "location": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/355.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/14" - ], - "url": "https://rickandmortyapi.com/api/character/355", - "created": "2018-01-10T18:05:46.294Z" - }, - { - "id": 356, - "name": "Tom Randolph", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/356.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/356", - "created": "2018-01-10T18:07:03.215Z" - }, - { - "id": 357, - "name": "Tommy's Clone", - "status": "Alive", - "species": "Human", - "type": "Clone", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/357.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/357", - "created": "2018-01-10T18:07:45.541Z" - }, - { - "id": 358, - "name": "Tophat Jones", - "status": "Dead", - "species": "Humanoid", - "type": "Leprechaun", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/358.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/358", - "created": "2018-01-10T18:09:34.482Z" - }, - { - "id": 359, - "name": "Tortured Morty", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/359.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/359", - "created": "2018-01-10T18:14:50.992Z" - }, - { - "id": 360, - "name": "Toxic Morty", - "status": "Dead", - "species": "Humanoid", - "type": "Morty's toxic side", - "gender": "Male", - "origin": { - "name": "Detoxifier", - "url": "https://rickandmortyapi.com/api/location/64" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/360.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/360", - "created": "2018-01-10T18:18:05.422Z" - }, - { - "id": 361, - "name": "Toxic Rick", - "status": "Dead", - "species": "Humanoid", - "type": "Rick's toxic side", - "gender": "Male", - "origin": { - "name": "Detoxifier", - "url": "https://rickandmortyapi.com/api/location/64" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/361.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/361", - "created": "2018-01-10T18:20:41.703Z" - }, - { - "id": 362, - "name": "Traflorkian", - "status": "Alive", - "species": "Alien", - "type": "Traflorkian", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Worldender's lair", - "url": "https://rickandmortyapi.com/api/location/4" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/362.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/362", - "created": "2018-01-10T18:52:08.927Z" - }, - { - "id": 363, - "name": "Trandor", - "status": "Alive", - "species": "Alien", - "type": "Krootabulan", - "gender": "Male", - "origin": { - "name": "Krootabulon", - "url": "https://rickandmortyapi.com/api/location/45" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/363.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/363", - "created": "2018-01-10T18:54:36.578Z" - }, - { - "id": 364, - "name": "Tree Person", - "status": "Dead", - "species": "Humanoid", - "type": "Teenyverse inhabitant", - "gender": "unknown", - "origin": { - "name": "Kyle's Teenyverse", - "url": "https://rickandmortyapi.com/api/location/50" - }, - "location": { - "name": "Kyle's Teenyverse", - "url": "https://rickandmortyapi.com/api/location/50" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/364.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/364", - "created": "2018-01-10T18:57:50.033Z" - }, - { - "id": 365, - "name": "Tricia Lange", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/365.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26", - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/365", - "created": "2018-01-10T18:59:31.842Z" - }, - { - "id": 366, - "name": "Trunk Morty", - "status": "Alive", - "species": "Humanoid", - "type": "Trunk-Person", - "gender": "Male", - "origin": { - "name": "Trunk World", - "url": "https://rickandmortyapi.com/api/location/65" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/366.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/366", - "created": "2018-01-10T19:03:13.558Z" - }, - { - "id": 367, - "name": "Trunk Man", - "status": "Alive", - "species": "Humanoid", - "type": "Trunk-Person", - "gender": "Male", - "origin": { - "name": "Trunk World", - "url": "https://rickandmortyapi.com/api/location/65" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/367.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/367", - "created": "2018-01-10T19:05:34.004Z" - }, - { - "id": 368, - "name": "Truth Tortoise", - "status": "unknown", - "species": "Animal", - "type": "Omniscient being", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/368.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/368", - "created": "2018-01-10T19:14:35.885Z" - }, - { - "id": 369, - "name": "Tusked Assassin", - "status": "unknown", - "species": "Alien", - "type": "Tuskfish", - "gender": "Male", - "origin": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "location": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/369.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/369", - "created": "2018-01-10T19:17:00.093Z" - }, - { - "id": 370, - "name": "Two Guys with Handlebar Mustaches", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/370.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/370", - "created": "2018-01-10T19:17:57.976Z" - }, - { - "id": 371, - "name": "Tumblorkian", - "status": "Alive", - "species": "Alien", - "type": "Tumblorkian", - "gender": "Male", - "origin": { - "name": "Plopstar", - "url": "https://rickandmortyapi.com/api/location/66" - }, - "location": { - "name": "Plopstar", - "url": "https://rickandmortyapi.com/api/location/66" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/371.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/371", - "created": "2018-01-10T19:18:44.560Z" - }, - { - "id": 372, - "name": "Unity", - "status": "Alive", - "species": "Alien", - "type": "Hivemind", - "gender": "Genderless", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/372.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/14" - ], - "url": "https://rickandmortyapi.com/api/character/372", - "created": "2018-01-10T19:20:50.211Z" - }, - { - "id": 373, - "name": "Unmuscular Michael", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/373.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/373", - "created": "2018-01-10T19:22:04.075Z" - }, - { - "id": 374, - "name": "Vampire Master", - "status": "Alive", - "species": "Vampire", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/374.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/374", - "created": "2018-01-10T19:23:45.478Z" - }, - { - "id": 375, - "name": "Vance Maximus", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Worldender's lair", - "url": "https://rickandmortyapi.com/api/location/4" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/375.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/375", - "created": "2018-01-10T19:26:00.957Z" - }, - { - "id": 376, - "name": "Veronica Ann Bennet", - "status": "Alive", - "species": "Alien", - "type": "Gazorpian", - "gender": "Female", - "origin": { - "name": "Gazorpazorp", - "url": "https://rickandmortyapi.com/api/location/40" - }, - "location": { - "name": "Gazorpazorp", - "url": "https://rickandmortyapi.com/api/location/40" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/376.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/7" - ], - "url": "https://rickandmortyapi.com/api/character/376", - "created": "2018-01-10T19:27:06.246Z" - }, - { - "id": 377, - "name": "Voltematron", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/377.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/377", - "created": "2018-01-10T19:29:08.116Z" - }, - { - "id": 378, - "name": "Wall Crawling Rick", - "status": "unknown", - "species": "Humanoid", - "type": "Lizard-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/378.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/378", - "created": "2018-01-10T19:33:30.804Z" - }, - { - "id": 379, - "name": "Wedding Bartender", - "status": "unknown", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/379.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/379", - "created": "2018-01-10T19:37:41.375Z" - }, - { - "id": 380, - "name": "Weird Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/380.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/380", - "created": "2018-01-10T19:44:22.262Z" - }, - { - "id": 381, - "name": "Woman Rick", - "status": "Alive", - "species": "Alien", - "type": "Chair", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/381.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/381", - "created": "2018-01-10T19:46:00.622Z" - }, - { - "id": 382, - "name": "Worldender", - "status": "Dead", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Worldender's lair", - "url": "https://rickandmortyapi.com/api/location/4" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/382.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/382", - "created": "2018-01-10T19:47:55.859Z" - }, - { - "id": 383, - "name": "Yaarb", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "St. Gloopy Noops Hospital", - "url": "https://rickandmortyapi.com/api/location/16" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/383.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/383", - "created": "2018-01-10T19:48:59.952Z" - }, - { - "id": 384, - "name": "Yellow Headed Doctor", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "St. Gloopy Noops Hospital", - "url": "https://rickandmortyapi.com/api/location/16" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/384.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/384", - "created": "2018-01-10T19:50:19.351Z" - }, - { - "id": 385, - "name": "Yellow Shirt Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/385.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/385", - "created": "2018-01-10T19:51:18.996Z" - }, - { - "id": 386, - "name": "Zarbadar Gloonch", - "status": "Dead", - "species": "Alien", - "type": "Drumbloxian", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/386.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/386", - "created": "2018-01-10T19:52:40.898Z" - }, - { - "id": 387, - "name": "Zarbadar's Mytholog", - "status": "unknown", - "species": "Mytholog", - "type": "", - "gender": "Female", - "origin": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/387.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/387", - "created": "2018-01-10T19:54:17.951Z" - }, - { - "id": 388, - "name": "Zeep Xanflorp", - "status": "Alive", - "species": "Humanoid", - "type": "Microverse inhabitant", - "gender": "Male", - "origin": { - "name": "Rick's Battery Microverse", - "url": "https://rickandmortyapi.com/api/location/24" - }, - "location": { - "name": "Rick's Battery Microverse", - "url": "https://rickandmortyapi.com/api/location/24" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/388.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/388", - "created": "2018-01-10T19:56:57.790Z" - }, - { - "id": 389, - "name": "Zeta Alpha Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/389.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/389", - "created": "2018-01-10T19:57:41.191Z" - }, - { - "id": 390, - "name": "Zick Zack", - "status": "Dead", - "species": "Alien", - "type": "Floop Floopian", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/390.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/390", - "created": "2018-01-10T20:00:05.681Z" - }, - { - "id": 391, - "name": "Uncle Steve", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/391.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/391", - "created": "2018-01-14T13:34:50.096Z" - }, - { - "id": 392, - "name": "Bearded Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/392.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/392", - "created": "2018-01-14T14:48:05.977Z" - }, - { - "id": 393, - "name": "Roy", - "status": "Alive", - "species": "Human", - "type": "Game", - "gender": "Male", - "origin": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "location": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/393.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/393", - "created": "2018-01-20T19:15:27.239Z" - }, - { - "id": 394, - "name": "Davin", - "status": "Dead", - "species": "Cronenberg", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/394.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/6" - ], - "url": "https://rickandmortyapi.com/api/character/394", - "created": "2018-01-20T19:48:42.201Z" - }, - { - "id": 395, - "name": "Greebybobe", - "status": "Alive", - "species": "Alien", - "type": "Greebybobe", - "gender": "unknown", - "origin": { - "name": "Girvonesk", - "url": "https://rickandmortyapi.com/api/location/68" - }, - "location": { - "name": "Worldender's lair", - "url": "https://rickandmortyapi.com/api/location/4" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/395.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/395", - "created": "2018-04-15T16:46:31.715Z" - }, - { - "id": 396, - "name": "Scary Teacher", - "status": "Alive", - "species": "Humanoid", - "type": "Monster", - "gender": "Male", - "origin": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "location": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/396.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/396", - "created": "2018-04-15T17:10:07.639Z" - }, - { - "id": 397, - "name": "Fido", - "status": "Alive", - "species": "Animal", - "type": "Dog", - "gender": "Male", - "origin": { - "name": "Snuffles' Dream", - "url": "https://rickandmortyapi.com/api/location/70" - }, - "location": { - "name": "Snuffles' Dream", - "url": "https://rickandmortyapi.com/api/location/70" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/397.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/397", - "created": "2018-04-15T17:15:28.777Z" - }, - { - "id": 398, - "name": "Accountant dog", - "status": "Alive", - "species": "Animal", - "type": "Dog", - "gender": "Male", - "origin": { - "name": "Snuffles' Dream", - "url": "https://rickandmortyapi.com/api/location/70" - }, - "location": { - "name": "Snuffles' Dream", - "url": "https://rickandmortyapi.com/api/location/70" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/398.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/398", - "created": "2018-04-15T17:23:04.169Z" - }, - { - "id": 399, - "name": "Tiny-persons advocacy group lawyer", - "status": "Alive", - "species": "Humanoid", - "type": "Giant", - "gender": "Male", - "origin": { - "name": "Giant's Town", - "url": "https://rickandmortyapi.com/api/location/14" - }, - "location": { - "name": "Giant's Town", - "url": "https://rickandmortyapi.com/api/location/14" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/399.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/399", - "created": "2018-04-15T17:34:02.076Z" - }, - { - "id": 400, - "name": "Giant Judge", - "status": "Alive", - "species": "Humanoid", - "type": "Giant", - "gender": "Male", - "origin": { - "name": "Giant's Town", - "url": "https://rickandmortyapi.com/api/location/14" - }, - "location": { - "name": "Giant's Town", - "url": "https://rickandmortyapi.com/api/location/14" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/400.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/400", - "created": "2018-04-15T17:36:11.295Z" - }, - { - "id": 401, - "name": "Morty Jr's interviewer", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/401.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/7" - ], - "url": "https://rickandmortyapi.com/api/character/401", - "created": "2018-04-15T17:43:56.832Z" - }, - { - "id": 402, - "name": "Guy from The Bachelor", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/402.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/402", - "created": "2018-04-15T17:45:38.589Z" - }, - { - "id": 403, - "name": "Corn detective", - "status": "Dead", - "species": "Humanoid", - "type": "Corn-person", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/403.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/403", - "created": "2018-04-15T17:48:50.629Z" - }, - { - "id": 404, - "name": "Michael Jackson", - "status": "Alive", - "species": "Humanoid", - "type": "Phone-Person", - "gender": "Male", - "origin": { - "name": "Earth (Phone Dimension)", - "url": "https://rickandmortyapi.com/api/location/72" - }, - "location": { - "name": "Earth (Phone Dimension)", - "url": "https://rickandmortyapi.com/api/location/72" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/404.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/404", - "created": "2018-04-15T18:01:09.637Z" - }, - { - "id": 405, - "name": "Trunkphobic suspenders guy", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/405.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2", - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/11" - ], - "url": "https://rickandmortyapi.com/api/character/405", - "created": "2018-04-15T20:31:46.065Z" - }, - { - "id": 406, - "name": "Spiderweb teddy bear", - "status": "Alive", - "species": "Animal", - "type": "Teddy Bear", - "gender": "unknown", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/406.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/406", - "created": "2018-04-15T20:45:04.863Z" - }, - { - "id": 407, - "name": "Regular Tyrion Lannister", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/407.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/407", - "created": "2018-04-15T20:50:10.475Z" - }, - { - "id": 408, - "name": "Quick Mistery Presenter", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/408.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/408", - "created": "2018-04-15T20:51:47.778Z" - }, - { - "id": 409, - "name": "Mr. Sneezy", - "status": "Alive", - "species": "Human", - "type": "Little Human", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/409.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/409", - "created": "2018-04-15T21:04:09.405Z" - }, - { - "id": 410, - "name": "Two Brothers", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/410.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/410", - "created": "2018-04-15T21:06:18.686Z" - }, - { - "id": 411, - "name": "Alien Mexican Armada", - "status": "unknown", - "species": "Alien", - "type": "Mexican", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/411.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/411", - "created": "2018-04-15T21:10:27.986Z" - }, - { - "id": 412, - "name": "Giant Cat Monster", - "status": "unknown", - "species": "Animal", - "type": "Giant Cat Monster", - "gender": "unknown", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/412.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/412", - "created": "2018-04-15T21:14:09.223Z" - }, - { - "id": 413, - "name": "Old Women", - "status": "unknown", - "species": "Human", - "type": "Old Amazons", - "gender": "Female", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/413.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/413", - "created": "2018-04-15T21:21:32.623Z" - }, - { - "id": 414, - "name": "Trunkphobic guy", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/414.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/414", - "created": "2018-04-15T21:33:59.719Z" - }, - { - "id": 415, - "name": "Pro trunk people marriage guy", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/415.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/415", - "created": "2018-04-15T21:34:21.911Z" - }, - { - "id": 416, - "name": "Muscular Mannie", - "status": "Alive", - "species": "Human", - "type": "Mannie", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/416.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/416", - "created": "2018-04-15T21:39:22.608Z" - }, - { - "id": 417, - "name": "Baby Legs Chief", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/417.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/417", - "created": "2018-04-15T21:40:39.871Z" - }, - { - "id": 418, - "name": "Mrs. Sullivan's Boyfriend", - "status": "Alive", - "species": "Human", - "type": "Necrophiliac", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/418.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/418", - "created": "2018-04-15T21:43:43.867Z" - }, - { - "id": 419, - "name": "Plutonian Hostess", - "status": "Alive", - "species": "Alien", - "type": "Plutonian", - "gender": "Female", - "origin": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "location": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/419.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/9" - ], - "url": "https://rickandmortyapi.com/api/character/419", - "created": "2018-04-15T21:48:45.783Z" - }, - { - "id": 420, - "name": "Plutonian Host", - "status": "Alive", - "species": "Alien", - "type": "Plutonian", - "gender": "Male", - "origin": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "location": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/420.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/9" - ], - "url": "https://rickandmortyapi.com/api/character/420", - "created": "2018-04-15T21:49:04.730Z" - }, - { - "id": 421, - "name": "Rich Plutonian", - "status": "Alive", - "species": "Alien", - "type": "Plutonian", - "gender": "Female", - "origin": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "location": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/421.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/9" - ], - "url": "https://rickandmortyapi.com/api/character/421", - "created": "2018-04-15T21:51:50.534Z" - }, - { - "id": 422, - "name": "Rich Plutonian", - "status": "Alive", - "species": "Alien", - "type": "Plutonian", - "gender": "Male", - "origin": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "location": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/422.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/9" - ], - "url": "https://rickandmortyapi.com/api/character/422", - "created": "2018-04-15T21:52:14.642Z" - }, - { - "id": 423, - "name": "Synthetic Laser Eels", - "status": "Alive", - "species": "Animal", - "type": "Eel", - "gender": "unknown", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/423.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11" - ], - "url": "https://rickandmortyapi.com/api/character/423", - "created": "2018-04-16T21:08:47.956Z" - }, - { - "id": 424, - "name": "Pizza-person", - "status": "Alive", - "species": "Humanoid", - "type": "Pizza", - "gender": "Male", - "origin": { - "name": "Earth (Pizza Dimension)", - "url": "https://rickandmortyapi.com/api/location/71" - }, - "location": { - "name": "Earth (Pizza Dimension)", - "url": "https://rickandmortyapi.com/api/location/71" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/424.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/424", - "created": "2018-04-16T21:45:55.310Z" - }, - { - "id": 425, - "name": "Pizza-person", - "status": "Alive", - "species": "Humanoid", - "type": "Pizza", - "gender": "Male", - "origin": { - "name": "Earth (Pizza Dimension)", - "url": "https://rickandmortyapi.com/api/location/71" - }, - "location": { - "name": "Earth (Pizza Dimension)", - "url": "https://rickandmortyapi.com/api/location/71" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/425.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/425", - "created": "2018-04-16T21:46:18.362Z" - }, - { - "id": 426, - "name": "Greasy Grandma", - "status": "Alive", - "species": "Human", - "type": "Grandma", - "gender": "Female", - "origin": { - "name": "Greasy Grandma World", - "url": "https://rickandmortyapi.com/api/location/73" - }, - "location": { - "name": "Greasy Grandma World", - "url": "https://rickandmortyapi.com/api/location/73" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/426.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/426", - "created": "2018-04-16T21:51:21.379Z" - }, - { - "id": 427, - "name": "Phone-person", - "status": "Alive", - "species": "Humanoid", - "type": "Phone", - "gender": "Male", - "origin": { - "name": "Earth (Phone Dimension)", - "url": "https://rickandmortyapi.com/api/location/72" - }, - "location": { - "name": "Earth (Phone Dimension)", - "url": "https://rickandmortyapi.com/api/location/72" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/427.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/427", - "created": "2018-04-16T21:54:05.375Z" - }, - { - "id": 428, - "name": "Phone-person", - "status": "Alive", - "species": "Humanoid", - "type": "Phone", - "gender": "Male", - "origin": { - "name": "Earth (Phone Dimension)", - "url": "https://rickandmortyapi.com/api/location/72" - }, - "location": { - "name": "Earth (Phone Dimension)", - "url": "https://rickandmortyapi.com/api/location/72" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/428.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/428", - "created": "2018-04-16T21:54:48.372Z" - }, - { - "id": 429, - "name": "Chair-person", - "status": "Alive", - "species": "Humanoid", - "type": "Chair", - "gender": "Male", - "origin": { - "name": "Earth (Chair Dimension)", - "url": "https://rickandmortyapi.com/api/location/74" - }, - "location": { - "name": "Earth (Chair Dimension)", - "url": "https://rickandmortyapi.com/api/location/74" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/429.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/429", - "created": "2018-04-16T21:59:25.798Z" - }, - { - "id": 430, - "name": "Chair-person", - "status": "Alive", - "species": "Humanoid", - "type": "Chair", - "gender": "Male", - "origin": { - "name": "Earth (Chair Dimension)", - "url": "https://rickandmortyapi.com/api/location/74" - }, - "location": { - "name": "Earth (Chair Dimension)", - "url": "https://rickandmortyapi.com/api/location/74" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/430.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/430", - "created": "2018-04-16T21:59:48.220Z" - }, - { - "id": 431, - "name": "Chair-homeless", - "status": "Alive", - "species": "Humanoid", - "type": "Chair", - "gender": "Male", - "origin": { - "name": "Earth (Chair Dimension)", - "url": "https://rickandmortyapi.com/api/location/74" - }, - "location": { - "name": "Earth (Chair Dimension)", - "url": "https://rickandmortyapi.com/api/location/74" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/431.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/431", - "created": "2018-04-16T22:01:17.927Z" - }, - { - "id": 432, - "name": "Chair-waiter", - "status": "Alive", - "species": "Humanoid", - "type": "Chair", - "gender": "Male", - "origin": { - "name": "Earth (Chair Dimension)", - "url": "https://rickandmortyapi.com/api/location/74" - }, - "location": { - "name": "Earth (Chair Dimension)", - "url": "https://rickandmortyapi.com/api/location/74" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/432.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/432", - "created": "2018-04-16T22:02:26.106Z" - }, - { - "id": 433, - "name": "Doopidoo", - "status": "Alive", - "species": "Animal", - "type": "Doopidoo", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/433.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/433", - "created": "2018-04-16T22:05:05.745Z" - }, - { - "id": 434, - "name": "Super Weird Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/434.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/434", - "created": "2018-04-16T22:16:17.789Z" - }, - { - "id": 435, - "name": "Pripudlian", - "status": "Alive", - "species": "Alien", - "type": "Pripudlian", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/435.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/435", - "created": "2018-04-16T22:21:57.962Z" - }, - { - "id": 436, - "name": "Giant Testicle Monster", - "status": "Alive", - "species": "Animal", - "type": "Monster", - "gender": "unknown", - "origin": { - "name": "Testicle Monster Dimension", - "url": "https://rickandmortyapi.com/api/location/21" - }, - "location": { - "name": "Testicle Monster Dimension", - "url": "https://rickandmortyapi.com/api/location/21" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/436.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/436", - "created": "2018-04-16T22:33:01.337Z" - }, - { - "id": 437, - "name": "Michael", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/437.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/12" - ], - "url": "https://rickandmortyapi.com/api/character/437", - "created": "2018-05-01T11:51:10.604Z" - }, - { - "id": 438, - "name": "Michael's Lawyer", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/438.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/12" - ], - "url": "https://rickandmortyapi.com/api/character/438", - "created": "2018-05-01T11:57:16.266Z" - }, - { - "id": 439, - "name": "Veterinary", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/439.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/12" - ], - "url": "https://rickandmortyapi.com/api/character/439", - "created": "2018-05-01T11:58:43.275Z" - }, - { - "id": 440, - "name": "Veterinary Nurse", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/440.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/12" - ], - "url": "https://rickandmortyapi.com/api/character/440", - "created": "2018-05-01T11:59:15.544Z" - }, - { - "id": 441, - "name": "Bearded Jerry", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Jerryboree", - "url": "https://rickandmortyapi.com/api/location/44" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/441.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/441", - "created": "2018-05-01T12:09:22.636Z" - }, - { - "id": 442, - "name": "Shaved Head Jerry", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Jerryboree", - "url": "https://rickandmortyapi.com/api/location/44" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/442.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/442", - "created": "2018-05-01T12:10:35.123Z" - }, - { - "id": 443, - "name": "Tank Top Jerry", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Jerryboree", - "url": "https://rickandmortyapi.com/api/location/44" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/443.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/443", - "created": "2018-05-01T12:23:37.165Z" - }, - { - "id": 444, - "name": "Pink Polo Shirt Jerry", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Jerryboree", - "url": "https://rickandmortyapi.com/api/location/44" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/444.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/444", - "created": "2018-05-01T12:27:08.632Z" - }, - { - "id": 445, - "name": "Jerryboree Keeper", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Jerryboree", - "url": "https://rickandmortyapi.com/api/location/44" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/445.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/445", - "created": "2018-05-01T13:09:57.921Z" - }, - { - "id": 446, - "name": "Jerryboree Receptionist", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Jerryboree", - "url": "https://rickandmortyapi.com/api/location/44" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/446.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/446", - "created": "2018-05-01T13:11:26.665Z" - }, - { - "id": 447, - "name": "Anchor Gear", - "status": "Alive", - "species": "Alien", - "type": "Gear-Person", - "gender": "Male", - "origin": { - "name": "Gear World", - "url": "https://rickandmortyapi.com/api/location/57" - }, - "location": { - "name": "Gear World", - "url": "https://rickandmortyapi.com/api/location/57" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/447.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/447", - "created": "2018-05-01T13:34:56.141Z" - }, - { - "id": 448, - "name": "Gear Cop", - "status": "Dead", - "species": "Alien", - "type": "Gear-Person", - "gender": "Male", - "origin": { - "name": "Gear World", - "url": "https://rickandmortyapi.com/api/location/57" - }, - "location": { - "name": "Gear World", - "url": "https://rickandmortyapi.com/api/location/57" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/448.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/448", - "created": "2018-05-01T13:38:21.237Z" - }, - { - "id": 449, - "name": "Roy's Mum", - "status": "Alive", - "species": "Human", - "type": "Game", - "gender": "Female", - "origin": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "location": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/449.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/449", - "created": "2018-05-01T13:55:27.886Z" - }, - { - "id": 450, - "name": "Roy's Wife", - "status": "Alive", - "species": "Human", - "type": "Game", - "gender": "Male", - "origin": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "location": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/450.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/450", - "created": "2018-05-01T13:57:55.888Z" - }, - { - "id": 451, - "name": "Roy's Son", - "status": "Alive", - "species": "Human", - "type": "Game", - "gender": "Male", - "origin": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "location": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/451.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/451", - "created": "2018-05-01T13:59:18.964Z" - }, - { - "id": 452, - "name": "Simon", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/452.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/452", - "created": "2018-05-01T14:20:10.187Z" - }, - { - "id": 453, - "name": "Vampire Master's Assistant", - "status": "Alive", - "species": "Vampire", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/453.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/453", - "created": "2018-05-01T15:20:15.582Z" - }, - { - "id": 454, - "name": "Arbolian Mentirososian", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "unknown", - "origin": { - "name": "Árboles Mentirosos", - "url": "https://rickandmortyapi.com/api/location/75" - }, - "location": { - "name": "St. Gloopy Noops Hospital", - "url": "https://rickandmortyapi.com/api/location/16" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/454.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/454", - "created": "2018-05-01T15:30:21.493Z" - }, - { - "id": 455, - "name": "St. Gloopy Noops Nurse", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "St. Gloopy Noops Hospital", - "url": "https://rickandmortyapi.com/api/location/16" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/455.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/455", - "created": "2018-05-01T15:34:19.679Z" - }, - { - "id": 456, - "name": "Nano Doctor", - "status": "Alive", - "species": "Alien", - "type": "Nano Alien", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "St. Gloopy Noops Hospital", - "url": "https://rickandmortyapi.com/api/location/16" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/456.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/456", - "created": "2018-05-01T15:42:07.919Z" - }, - { - "id": 457, - "name": "Funny Songs Presenter", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/457.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/457", - "created": "2018-05-01T16:08:23.458Z" - }, - { - "id": 458, - "name": "Tax Attorney", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/458.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/458", - "created": "2018-05-01T16:11:17.925Z" - }, - { - "id": 459, - "name": "Butthole Ice Cream Guy", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/459.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/459", - "created": "2018-05-01T16:53:23.462Z" - }, - { - "id": 460, - "name": "Traflorkian Journalist", - "status": "Alive", - "species": "Alien", - "type": "Traflorkian", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "St. Gloopy Noops Hospital", - "url": "https://rickandmortyapi.com/api/location/16" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/460.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/460", - "created": "2018-05-01T17:03:39.846Z" - }, - { - "id": 461, - "name": "Communication's Responsible Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/461.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/461", - "created": "2018-05-22T16:06:28.494Z" - }, - { - "id": 462, - "name": "Teleportation's Responsible Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/462.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/462", - "created": "2018-05-22T16:16:02.653Z" - }, - { - "id": 463, - "name": "SEAL Team Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/463.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/463", - "created": "2018-05-22T16:21:44.379Z" - }, - { - "id": 464, - "name": "SEAL Team Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/464.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/464", - "created": "2018-05-22T16:21:58.176Z" - }, - { - "id": 465, - "name": "SEAL Team Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/465.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/465", - "created": "2018-05-22T16:22:12.309Z" - }, - { - "id": 466, - "name": "SEAL Team Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/466.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/466", - "created": "2018-05-22T16:23:24.470Z" - }, - { - "id": 467, - "name": "Morphizer-XE Customer Support", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/467.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/467", - "created": "2018-05-22T16:46:18.038Z" - }, - { - "id": 468, - "name": "Morphizer-XE Customer Support", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/468.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/468", - "created": "2018-05-22T16:46:37.603Z" - }, - { - "id": 469, - "name": "Morphizer-XE Customer Support", - "status": "unknown", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/469.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/469", - "created": "2018-05-22T16:46:50.518Z" - }, - { - "id": 470, - "name": "Alien Spa Employee", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Alien Day Spa", - "url": "https://rickandmortyapi.com/api/location/76" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/470.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/470", - "created": "2018-05-22T17:01:59.602Z" - }, - { - "id": 471, - "name": "Little Voltron", - "status": "Alive", - "species": "Robot", - "type": "", - "gender": "Genderless", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/471.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/471", - "created": "2018-05-22T17:07:21.833Z" - }, - { - "id": 472, - "name": "Baby Rick", - "status": "Alive", - "species": "Human", - "type": "Clone", - "gender": "Male", - "origin": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/472.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/472", - "created": "2018-05-22T17:11:53.084Z" - }, - { - "id": 473, - "name": "Bartender Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/473.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/473", - "created": "2018-05-22T17:14:41.628Z" - }, - { - "id": 474, - "name": "Dancer Cowboy Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/474.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/474", - "created": "2018-05-22T17:17:10.102Z" - }, - { - "id": 475, - "name": "Dancer Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/475.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/475", - "created": "2018-05-22T17:17:49.270Z" - }, - { - "id": 476, - "name": "Flower Morty", - "status": "Alive", - "species": "Human", - "type": "Human with a flower in his head", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/476.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/476", - "created": "2018-05-22T17:18:46.129Z" - }, - { - "id": 477, - "name": "Hairdresser Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/477.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/477", - "created": "2018-05-22T17:19:36.127Z" - }, - { - "id": 478, - "name": "Journalist Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/478.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/478", - "created": "2018-05-22T17:22:18.417Z" - }, - { - "id": 479, - "name": "Private Sector Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/479.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/479", - "created": "2018-05-22T17:23:18.546Z" - }, - { - "id": 480, - "name": "Purple Morty", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/480.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/480", - "created": "2018-05-22T17:24:38.571Z" - }, - { - "id": 481, - "name": "Retired General Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/481.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/481", - "created": "2018-05-22T17:29:50.642Z" - }, - { - "id": 482, - "name": "Secret Service Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/482.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/482", - "created": "2018-05-22T17:32:32.561Z" - }, - { - "id": 483, - "name": "Steve Jobs Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/483.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/483", - "created": "2018-05-22T17:33:33.815Z" - }, - { - "id": 484, - "name": "Sheik Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/484.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/484", - "created": "2018-05-22T17:35:26.250Z" - }, - { - "id": 485, - "name": "Modern Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/485.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/485", - "created": "2018-05-22T17:36:56.925Z" - }, - { - "id": 486, - "name": "Tan Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/486.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/486", - "created": "2018-05-22T17:37:37.764Z" - }, - { - "id": 487, - "name": "Visor Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/487.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/487", - "created": "2018-05-22T17:38:28.593Z" - }, - { - "id": 488, - "name": "Colonial Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/488.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/488", - "created": "2018-05-22T17:39:06.439Z" - }, - { - "id": 489, - "name": "P-Coat Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/489.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/489", - "created": "2018-05-22T17:39:37.604Z" - }, - { - "id": 490, - "name": "Chang", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "The Menagerie", - "url": "https://rickandmortyapi.com/api/location/25" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/490.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/490", - "created": "2018-05-22T17:43:52.543Z" - }, - { - "id": 491, - "name": "Dr. Eleanor Arroway", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "The Menagerie", - "url": "https://rickandmortyapi.com/api/location/25" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/491.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/491", - "created": "2018-05-22T17:44:32.071Z" - }, - { - "id": 492, - "name": "Varrix", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/492.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/492", - "created": "2018-05-22T17:49:13.883Z" - }, - { - "id": 493, - "name": "Secretary of the Interior", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/493.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/493", - "created": "2018-05-22T17:51:07.373Z" - } - ] -} From b861e4d16ad38ccfe0776425676273959277e836 Mon Sep 17 00:00:00 2001 From: Brulibra Date: Thu, 24 Feb 2022 18:01:07 -0300 Subject: [PATCH 3/6] =?UTF-8?q?Add=20primeiro=20seletor,=20Filtro=20Direto?= =?UTF-8?q?res;=20Altera=C3=A7=C3=A3o=20marging=20e=20padding=20Logo?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.html | 21 ++++++++++++++++++--- src/style.css | 19 +++++++++---------- 2 files changed, 27 insertions(+), 13 deletions(-) diff --git a/src/index.html b/src/index.html index 52c2ba5f..49bb54a9 100644 --- a/src/index.html +++ b/src/index.html @@ -8,10 +8,25 @@ -
- logo -
+ + + +
+ +
+ + + + diff --git a/src/style.css b/src/style.css index 3751c3e8..102e4416 100644 --- a/src/style.css +++ b/src/style.css @@ -1,18 +1,17 @@ - - -header { - +.logo { + padding: 15px; text-align: center; background-color: #0096C7; } body { - - background-color: #00B4D8 ; + margin-top: 0px; + margin-left: 0px; + margin-right: 0px; + background-color: #00B4D8; } - - - - +.directorsFilter { + padding: 10px; +} From c0f38a378f6275d07b904486dd9fbdf3df47f9ed Mon Sep 17 00:00:00 2001 From: Jessika Mirella Date: Fri, 25 Feb 2022 15:42:22 -0300 Subject: [PATCH 4/6] funcionalidade: imagens e footer --- 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/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/data/rickandmorty/README.md | 40 - src/data/rickandmorty/README.pt-BR.md | 40 - src/data/rickandmorty/rickandmorty.js | 11165 ---------- src/data/rickandmorty/rickandmorty.json | 11165 ---------- src/imagens/kiki_sem fundo.png | Bin 306573 -> 0 bytes src/imagens/kiki_sem fundo_certa.png | Bin 0 -> 165978 bytes src/imagens/sem_rosto.png | Bin 259915 -> 75151 bytes src/imagens/sem_rosto_data.png | Bin 0 -> 75341 bytes src/index.html | 6 +- src/style.css | 43 + 22 files changed, 48 insertions(+), 133027 deletions(-) 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/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 delete mode 100644 src/data/rickandmorty/README.md delete mode 100644 src/data/rickandmorty/README.pt-BR.md delete mode 100644 src/data/rickandmorty/rickandmorty.js delete mode 100644 src/data/rickandmorty/rickandmorty.json delete mode 100644 src/imagens/kiki_sem fundo.png create mode 100644 src/imagens/kiki_sem fundo_certa.png create mode 100644 src/imagens/sem_rosto_data.png 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/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/data/rickandmorty/README.md b/src/data/rickandmorty/README.md deleted file mode 100644 index 10632ccc..00000000 --- a/src/data/rickandmorty/README.md +++ /dev/null @@ -1,40 +0,0 @@ -# Rick and Morty - -Rick y Morty es una serie de televisión estadounidense de animación para -adultos. La serie tiene gran acogida a nivel mundial, de todo este fandom hay -un grupo que desea poder interactuar y ver la información de los personajes y -de la serie en general. - -## Hallazgos - -Hicimos una rápida investigación sobre la información que podrían necesitar -nuestros usuarios y encontramos que los datos de mayor interés para ellos son: - -Información relevante sobre los personajes, como nombre, género, especie, lugar -de origen, imagen y episodios donde aparece. - -Adicionalmente a esta información, para nuestros usuarios es importante poder -ver la lista de personajes que aparecen en la serie, la cantidad de -episodios, los diferentes lugares de origen, para tener mayor información de la -serie. - -## Detalles de la data - -* Con este set de datos puedes obtener los siguientes datos de un personaje: - - - nombre - - imagen - - estado de vida - - especie - - género - - lugar de origen (planeta tierra) - - lugar donde vive. - - episodios donde aparece. - -* Con este set de datos también puedes obtener lo siguiente: - - - Cantidad de personajes. - - Cantidad de lugares de origen. - - Lista de episodios de la serie. - - Lista de personajes que pertenecen a una cierta locación. - - Todos los personajes de la serie. diff --git a/src/data/rickandmorty/README.pt-BR.md b/src/data/rickandmorty/README.pt-BR.md deleted file mode 100644 index 3d07ad1c..00000000 --- a/src/data/rickandmorty/README.pt-BR.md +++ /dev/null @@ -1,40 +0,0 @@ -# Rick e Morty - -Rick and Morty é uma série de televisão de animação americana para adultos. A -série é muito bem recebida mundialmente, e de todo esse grupo de fãs, há um -grupo que quer ser capaz de interagir e ver as informações dos personagens e da -série em geral. - -## Constatações - -Pesquisamos rapidamente as informações de que nossos usuários precisam e -descobrimos que os dados mais interessantes para eles são: - -Informações relevantes sobre os personagens, como nome, gênero, espécie, local -de origem, imagem e episódios em que aparecem. - -Além dessas informações, para nossos usuários, é importante poder ver a lista de -personagens que aparecem na série, o número de episódios, os diferentes locais -de origem, para obter mais informações sobre a série. - -## Detalhes dos dados - -* Com este conjunto de dados, você pode obter os seguintes dados para um - personagem: - - - nome - - imagem - - estado de vida - - espécie - - gênero - - local de origem (planeta Terra) - - lugar onde vive - - episódios em que aparece - -* Com esse conjunto de dados, você também pode obter o seguinte: - - - Número de personagens. - - Número de lugares de origem. - - Lista de episódios da série. - - Lista de personagens que pertencem a um determinado local. - - Todos os personagens da série. diff --git a/src/data/rickandmorty/rickandmorty.js b/src/data/rickandmorty/rickandmorty.js deleted file mode 100644 index e6a9b0de..00000000 --- a/src/data/rickandmorty/rickandmorty.js +++ /dev/null @@ -1,11165 +0,0 @@ -export default { - "info": { - "count": 493, - "pages": 25, - "next": "https://rickandmortyapi.com/api/character/?page=2", - "prev": "" - }, - "results": [ - { - "id": 1, - "name": "Rick Sanchez", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/1.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/2", - "https://rickandmortyapi.com/api/episode/3", - "https://rickandmortyapi.com/api/episode/4", - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/7", - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/9", - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/12", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/14", - "https://rickandmortyapi.com/api/episode/15", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/17", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/20", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/23", - "https://rickandmortyapi.com/api/episode/24", - "https://rickandmortyapi.com/api/episode/25", - "https://rickandmortyapi.com/api/episode/26", - "https://rickandmortyapi.com/api/episode/27", - "https://rickandmortyapi.com/api/episode/28", - "https://rickandmortyapi.com/api/episode/29", - "https://rickandmortyapi.com/api/episode/30", - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/1", - "created": "2017-11-04T18:48:46.250Z" - }, - { - "id": 2, - "name": "Morty Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/2.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/2", - "https://rickandmortyapi.com/api/episode/3", - "https://rickandmortyapi.com/api/episode/4", - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/7", - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/9", - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/12", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/14", - "https://rickandmortyapi.com/api/episode/15", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/17", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/20", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/23", - "https://rickandmortyapi.com/api/episode/24", - "https://rickandmortyapi.com/api/episode/25", - "https://rickandmortyapi.com/api/episode/26", - "https://rickandmortyapi.com/api/episode/27", - "https://rickandmortyapi.com/api/episode/28", - "https://rickandmortyapi.com/api/episode/29", - "https://rickandmortyapi.com/api/episode/30", - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/2", - "created": "2017-11-04T18:50:21.651Z" - }, - { - "id": 3, - "name": "Summer Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/3.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/7", - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/9", - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/12", - "https://rickandmortyapi.com/api/episode/14", - "https://rickandmortyapi.com/api/episode/15", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/17", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/20", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/23", - "https://rickandmortyapi.com/api/episode/24", - "https://rickandmortyapi.com/api/episode/25", - "https://rickandmortyapi.com/api/episode/26", - "https://rickandmortyapi.com/api/episode/27", - "https://rickandmortyapi.com/api/episode/29", - "https://rickandmortyapi.com/api/episode/30", - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/3", - "created": "2017-11-04T19:09:56.428Z" - }, - { - "id": 4, - "name": "Beth Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/4.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/7", - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/9", - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/12", - "https://rickandmortyapi.com/api/episode/14", - "https://rickandmortyapi.com/api/episode/15", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/20", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/23", - "https://rickandmortyapi.com/api/episode/24", - "https://rickandmortyapi.com/api/episode/25", - "https://rickandmortyapi.com/api/episode/26", - "https://rickandmortyapi.com/api/episode/27", - "https://rickandmortyapi.com/api/episode/28", - "https://rickandmortyapi.com/api/episode/29", - "https://rickandmortyapi.com/api/episode/30", - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/4", - "created": "2017-11-04T19:22:43.665Z" - }, - { - "id": 5, - "name": "Jerry Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/5.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/7", - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/9", - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/12", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/14", - "https://rickandmortyapi.com/api/episode/15", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/20", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/23", - "https://rickandmortyapi.com/api/episode/26", - "https://rickandmortyapi.com/api/episode/29", - "https://rickandmortyapi.com/api/episode/30", - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/5", - "created": "2017-11-04T19:26:56.301Z" - }, - { - "id": 6, - "name": "Abadango Cluster Princess", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Female", - "origin": { - "name": "Abadango", - "url": "https://rickandmortyapi.com/api/location/2" - }, - "location": { - "name": "Abadango", - "url": "https://rickandmortyapi.com/api/location/2" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/6.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/6", - "created": "2017-11-04T19:50:28.250Z" - }, - { - "id": 7, - "name": "Abradolf Lincler", - "status": "unknown", - "species": "Human", - "type": "Genetic experiment", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Testicle Monster Dimension", - "url": "https://rickandmortyapi.com/api/location/21" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/7.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/11" - ], - "url": "https://rickandmortyapi.com/api/character/7", - "created": "2017-11-04T19:59:20.523Z" - }, - { - "id": 8, - "name": "Adjudicator Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/8.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/8", - "created": "2017-11-04T20:03:34.737Z" - }, - { - "id": 9, - "name": "Agency Director", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/9.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/24" - ], - "url": "https://rickandmortyapi.com/api/character/9", - "created": "2017-11-04T20:06:54.976Z" - }, - { - "id": 10, - "name": "Alan Rails", - "status": "Dead", - "species": "Human", - "type": "Superhuman (Ghost trains summoner)", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Worldender's lair", - "url": "https://rickandmortyapi.com/api/location/4" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/10.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/10", - "created": "2017-11-04T20:19:09.017Z" - }, - { - "id": 11, - "name": "Albert Einstein", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/11.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/12" - ], - "url": "https://rickandmortyapi.com/api/character/11", - "created": "2017-11-04T20:20:20.965Z" - }, - { - "id": 12, - "name": "Alexander", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/12.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/12", - "created": "2017-11-04T20:32:33.144Z" - }, - { - "id": 13, - "name": "Alien Googah", - "status": "unknown", - "species": "Alien", - "type": "", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/13.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/13", - "created": "2017-11-04T20:33:30.779Z" - }, - { - "id": 14, - "name": "Alien Morty", - "status": "unknown", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/14.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/14", - "created": "2017-11-04T20:51:31.373Z" - }, - { - "id": 15, - "name": "Alien Rick", - "status": "unknown", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/15.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/15", - "created": "2017-11-04T20:56:13.215Z" - }, - { - "id": 16, - "name": "Amish Cyborg", - "status": "Dead", - "species": "Alien", - "type": "Parasite, Cyborg", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/16.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/16", - "created": "2017-11-04T21:12:45.235Z" - }, - { - "id": 17, - "name": "Annie", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/17.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/17", - "created": "2017-11-04T22:21:24.481Z" - }, - { - "id": 18, - "name": "Antenna Morty", - "status": "Alive", - "species": "Human", - "type": "Human with antennae", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/18.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/18", - "created": "2017-11-04T22:25:29.008Z" - }, - { - "id": 19, - "name": "Antenna Rick", - "status": "unknown", - "species": "Human", - "type": "Human with antennae", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/19.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/19", - "created": "2017-11-04T22:28:13.756Z" - }, - { - "id": 20, - "name": "Ants in my Eyes Johnson", - "status": "unknown", - "species": "Human", - "type": "Human with ants in his eyes", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/20.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/20", - "created": "2017-11-04T22:34:53.659Z" - }, - { - "id": 21, - "name": "Aqua Morty", - "status": "unknown", - "species": "Humanoid", - "type": "Fish-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/21.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/21", - "created": "2017-11-04T22:39:48.055Z" - }, - { - "id": 22, - "name": "Aqua Rick", - "status": "unknown", - "species": "Humanoid", - "type": "Fish-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/22.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/22", - "created": "2017-11-04T22:41:07.171Z" - }, - { - "id": 23, - "name": "Arcade Alien", - "status": "unknown", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Immortality Field Resort", - "url": "https://rickandmortyapi.com/api/location/7" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/23.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/25", - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/23", - "created": "2017-11-05T08:43:05.095Z" - }, - { - "id": 24, - "name": "Armagheadon", - "status": "Alive", - "species": "Alien", - "type": "Cromulon", - "gender": "Male", - "origin": { - "name": "Signus 5 Expanse", - "url": "https://rickandmortyapi.com/api/location/22" - }, - "location": { - "name": "Signus 5 Expanse", - "url": "https://rickandmortyapi.com/api/location/22" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/24.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/24", - "created": "2017-11-05T08:48:30.776Z" - }, - { - "id": 25, - "name": "Armothy", - "status": "Dead", - "species": "unknown", - "type": "Self-aware arm", - "gender": "Male", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/25.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/25", - "created": "2017-11-05T08:54:29.343Z" - }, - { - "id": 26, - "name": "Arthricia", - "status": "Alive", - "species": "Alien", - "type": "Cat-Person", - "gender": "Female", - "origin": { - "name": "Purge Planet", - "url": "https://rickandmortyapi.com/api/location/9" - }, - "location": { - "name": "Purge Planet", - "url": "https://rickandmortyapi.com/api/location/9" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/26.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/20" - ], - "url": "https://rickandmortyapi.com/api/character/26", - "created": "2017-11-05T08:56:46.165Z" - }, - { - "id": 27, - "name": "Artist Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/27.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/27", - "created": "2017-11-05T08:59:07.457Z" - }, - { - "id": 28, - "name": "Attila Starwar", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/28.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/28", - "created": "2017-11-05T09:02:16.595Z" - }, - { - "id": 29, - "name": "Baby Legs", - "status": "Alive", - "species": "Human", - "type": "Human with baby legs", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/29.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/29", - "created": "2017-11-05T09:06:19.644Z" - }, - { - "id": 30, - "name": "Baby Poopybutthole", - "status": "Alive", - "species": "Poopybutthole", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/30.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/30", - "created": "2017-11-05T09:13:16.483Z" - }, - { - "id": 31, - "name": "Baby Wizard", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/31.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/31", - "created": "2017-11-05T09:15:11.286Z" - }, - { - "id": 32, - "name": "Bearded Lady", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/32.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/32", - "created": "2017-11-05T09:18:04.184Z" - }, - { - "id": 33, - "name": "Beebo", - "status": "Dead", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "Venzenulon 7", - "url": "https://rickandmortyapi.com/api/location/10" - }, - "location": { - "name": "Venzenulon 7", - "url": "https://rickandmortyapi.com/api/location/10" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/33.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/33", - "created": "2017-11-05T09:21:55.595Z" - }, - { - "id": 34, - "name": "Benjamin", - "status": "Alive", - "species": "Poopybutthole", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/34.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/34", - "created": "2017-11-05T09:24:04.748Z" - }, - { - "id": 35, - "name": "Bepisian", - "status": "Alive", - "species": "Alien", - "type": "Bepisian", - "gender": "unknown", - "origin": { - "name": "Bepis 9", - "url": "https://rickandmortyapi.com/api/location/11" - }, - "location": { - "name": "Bepis 9", - "url": "https://rickandmortyapi.com/api/location/11" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/35.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/35", - "created": "2017-11-05T09:27:38.491Z" - }, - { - "id": 36, - "name": "Beta-Seven", - "status": "Alive", - "species": "Alien", - "type": "Hivemind", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/36.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/14" - ], - "url": "https://rickandmortyapi.com/api/character/36", - "created": "2017-11-05T09:31:08.952Z" - }, - { - "id": 37, - "name": "Beth Sanchez", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "location": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/37.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/37", - "created": "2017-11-05T09:38:22.960Z" - }, - { - "id": 38, - "name": "Beth Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/38.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/2", - "https://rickandmortyapi.com/api/episode/3", - "https://rickandmortyapi.com/api/episode/4", - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/38", - "created": "2017-11-05T09:48:44.230Z" - }, - { - "id": 39, - "name": "Beth Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "location": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/39.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/39", - "created": "2017-11-05T09:52:31.777Z" - }, - { - "id": 40, - "name": "Beth's Mytholog", - "status": "Dead", - "species": "Mytholog", - "type": "", - "gender": "Female", - "origin": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/40.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/40", - "created": "2017-11-05T10:02:26.701Z" - }, - { - "id": 41, - "name": "Big Boobed Waitress", - "status": "Alive", - "species": "Humanoid", - "type": "", - "gender": "Female", - "origin": { - "name": "Fantasy World", - "url": "https://rickandmortyapi.com/api/location/48" - }, - "location": { - "name": "Fantasy World", - "url": "https://rickandmortyapi.com/api/location/48" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/41.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/41", - "created": "2017-11-05T10:13:45.960Z" - }, - { - "id": 42, - "name": "Big Head Morty", - "status": "unknown", - "species": "Human", - "type": "Human with giant head", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/42.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/42", - "created": "2017-11-05T10:15:53.349Z" - }, - { - "id": 43, - "name": "Big Morty", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/43.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/43", - "created": "2017-11-05T10:17:04.997Z" - }, - { - "id": 44, - "name": "Body Guard Morty", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/44.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/44", - "created": "2017-11-05T10:18:11.062Z" - }, - { - "id": 45, - "name": "Bill", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/45.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/45", - "created": "2017-11-05T10:22:27.446Z" - }, - { - "id": 46, - "name": "Bill", - "status": "unknown", - "species": "Animal", - "type": "Dog", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/46.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/46", - "created": "2017-11-05T10:24:38.089Z" - }, - { - "id": 47, - "name": "Birdperson", - "status": "Dead", - "species": "Alien", - "type": "Bird-Person", - "gender": "Male", - "origin": { - "name": "Bird World", - "url": "https://rickandmortyapi.com/api/location/15" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/47.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/47", - "created": "2017-11-05T11:13:36.018Z" - }, - { - "id": 48, - "name": "Black Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/48.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/48", - "created": "2017-11-05T11:15:26.044Z" - }, - { - "id": 49, - "name": "Blamph", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/49.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/49", - "created": "2017-11-05T11:18:26.702Z" - }, - { - "id": 50, - "name": "Blim Blam", - "status": "Alive", - "species": "Alien", - "type": "Korblock", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/50.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/14" - ], - "url": "https://rickandmortyapi.com/api/character/50", - "created": "2017-11-05T11:21:43.756Z" - }, - { - "id": 51, - "name": "Blue Diplomat", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/51.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/51", - "created": "2017-11-05T11:24:49.688Z" - }, - { - "id": 52, - "name": "Blue Footprint Guy", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/52.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/52", - "created": "2017-11-05T11:26:42.084Z" - }, - { - "id": 53, - "name": "Blue Shirt Morty", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/53.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/53", - "created": "2017-11-05T11:28:38.627Z" - }, - { - "id": 54, - "name": "Bobby Moynihan", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/54.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/54", - "created": "2017-11-05T11:31:26.348Z" - }, - { - "id": 55, - "name": "Boobloosian", - "status": "Dead", - "species": "Alien", - "type": "Boobloosian", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/55.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/55", - "created": "2017-11-05T11:32:53.847Z" - }, - { - "id": 56, - "name": "Bootleg Portal Chemist Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/56.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/56", - "created": "2017-11-05T11:34:16.447Z" - }, - { - "id": 57, - "name": "Borpocian", - "status": "Alive", - "species": "Alien", - "type": "Elephant-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/57.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/57", - "created": "2017-11-05T11:38:29.459Z" - }, - { - "id": 58, - "name": "Brad", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/58.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/58", - "created": "2017-11-05T11:40:02.554Z" - }, - { - "id": 59, - "name": "Brad Anderson", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/59.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/7" - ], - "url": "https://rickandmortyapi.com/api/character/59", - "created": "2017-11-05T11:41:38.964Z" - }, - { - "id": 60, - "name": "Calypso", - "status": "Dead", - "species": "Human", - "type": "Superhuman", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/60.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/60", - "created": "2017-11-05T11:52:45.852Z" - }, - { - "id": 61, - "name": "Campaign Manager Morty", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/61.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/61", - "created": "2017-11-05T11:53:44.737Z" - }, - { - "id": 62, - "name": "Canklanker Thom", - "status": "Dead", - "species": "Alien", - "type": "Gromflomite", - "gender": "Male", - "origin": { - "name": "Gromflom Prime", - "url": "https://rickandmortyapi.com/api/location/19" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/62.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1" - ], - "url": "https://rickandmortyapi.com/api/character/62", - "created": "2017-11-05T12:06:23.217Z" - }, - { - "id": 63, - "name": "Centaur", - "status": "Alive", - "species": "Humanoid", - "type": "Centaur", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/63.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/63", - "created": "2017-11-05T12:22:17.848Z" - }, - { - "id": 64, - "name": "Chris", - "status": "Dead", - "species": "Alien", - "type": "Organic gun", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/64.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/12" - ], - "url": "https://rickandmortyapi.com/api/character/64", - "created": "2017-11-05T12:25:03.541Z" - }, - { - "id": 65, - "name": "Chris", - "status": "Alive", - "species": "Humanoid", - "type": "Microverse inhabitant", - "gender": "Male", - "origin": { - "name": "Rick's Battery Microverse", - "url": "https://rickandmortyapi.com/api/location/24" - }, - "location": { - "name": "Rick's Battery Microverse", - "url": "https://rickandmortyapi.com/api/location/24" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/65.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/65", - "created": "2017-11-30T11:02:41.935Z" - }, - { - "id": 66, - "name": "Coach Feratu (Balik Alistane)", - "status": "Dead", - "species": "Vampire", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/66.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/66", - "created": "2017-11-30T11:10:10.491Z" - }, - { - "id": 67, - "name": "Collector", - "status": "Alive", - "species": "Alien", - "type": "Light bulb-Alien", - "gender": "Male", - "origin": { - "name": "The Menagerie", - "url": "https://rickandmortyapi.com/api/location/25" - }, - "location": { - "name": "The Menagerie", - "url": "https://rickandmortyapi.com/api/location/25" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/67.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/67", - "created": "2017-11-30T11:13:46.785Z" - }, - { - "id": 68, - "name": "Colossus", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/68.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/68", - "created": "2017-11-30T11:17:32.733Z" - }, - { - "id": 69, - "name": "Commander Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/69.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/69", - "created": "2017-11-30T11:28:06.461Z" - }, - { - "id": 70, - "name": "Concerto", - "status": "Dead", - "species": "Humanoid", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/70.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/24" - ], - "url": "https://rickandmortyapi.com/api/character/70", - "created": "2017-11-30T11:31:41.926Z" - }, - { - "id": 71, - "name": "Conroy", - "status": "Dead", - "species": "Robot", - "type": "", - "gender": "unknown", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/71.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/71", - "created": "2017-11-30T11:35:50.183Z" - }, - { - "id": 72, - "name": "Cool Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (K-83)", - "url": "https://rickandmortyapi.com/api/location/26" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/72.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/72", - "created": "2017-11-30T11:41:11.542Z" - }, - { - "id": 73, - "name": "Cop Morty", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/73.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/73", - "created": "2017-11-30T11:43:04.217Z" - }, - { - "id": 74, - "name": "Cop Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/74.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/74", - "created": "2017-11-30T11:48:18.950Z" - }, - { - "id": 75, - "name": "Courier Flap", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/75.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/75", - "created": "2017-11-30T12:12:57.553Z" - }, - { - "id": 76, - "name": "Cousin Nicky", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/76.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/76", - "created": "2017-11-30T14:11:52.882Z" - }, - { - "id": 77, - "name": "Cowboy Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/77.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/77", - "created": "2017-11-30T14:13:17.371Z" - }, - { - "id": 78, - "name": "Cowboy Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/78.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/78", - "created": "2017-11-30T14:15:18.347Z" - }, - { - "id": 79, - "name": "Crab Spider", - "status": "Alive", - "species": "Alien", - "type": "Animal", - "gender": "unknown", - "origin": { - "name": "Hideout Planet", - "url": "https://rickandmortyapi.com/api/location/27" - }, - "location": { - "name": "Hideout Planet", - "url": "https://rickandmortyapi.com/api/location/27" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/79.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/79", - "created": "2017-11-30T14:18:16.899Z" - }, - { - "id": 80, - "name": "Creepy Little Girl", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/80.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/80", - "created": "2017-11-30T14:20:35.772Z" - }, - { - "id": 81, - "name": "Crocubot", - "status": "Dead", - "species": "Humanoid", - "type": "Robot-Crocodile hybrid", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Worldender's lair", - "url": "https://rickandmortyapi.com/api/location/4" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/81.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/81", - "created": "2017-11-30T14:23:41.053Z" - }, - { - "id": 82, - "name": "Cronenberg Rick", - "status": "unknown", - "species": "Cronenberg", - "type": "", - "gender": "Male", - "origin": { - "name": "Cronenberg Earth", - "url": "https://rickandmortyapi.com/api/location/12" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/82.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/82", - "created": "2017-11-30T14:28:54.596Z" - }, - { - "id": 83, - "name": "Cronenberg Morty", - "status": "unknown", - "species": "Cronenberg", - "type": "", - "gender": "Male", - "origin": { - "name": "Cronenberg Earth", - "url": "https://rickandmortyapi.com/api/location/12" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/83.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/83", - "created": "2017-11-30T20:02:29.204Z" - }, - { - "id": 84, - "name": "Cult Leader Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Hideout Planet", - "url": "https://rickandmortyapi.com/api/location/27" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/84.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/84", - "created": "2017-11-30T20:41:48.080Z" - }, - { - "id": 85, - "name": "Cyclops Morty", - "status": "Alive", - "species": "Humanoid", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/85.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/85", - "created": "2017-11-30T20:49:52.133Z" - }, - { - "id": 86, - "name": "Cyclops Rick", - "status": "Dead", - "species": "Humanoid", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/86.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/86", - "created": "2017-11-30T20:53:10.382Z" - }, - { - "id": 87, - "name": "Cynthia", - "status": "Dead", - "species": "Alien", - "type": "Zigerion", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Zigerion's Base", - "url": "https://rickandmortyapi.com/api/location/46" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/87.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/4" - ], - "url": "https://rickandmortyapi.com/api/character/87", - "created": "2017-11-30T21:08:32.534Z" - }, - { - "id": 88, - "name": "Cynthia", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/88.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/9", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/88", - "created": "2017-11-30T21:16:35.633Z" - }, - { - "id": 89, - "name": "Dale", - "status": "Dead", - "species": "Humanoid", - "type": "Giant", - "gender": "Male", - "origin": { - "name": "Giant's Town", - "url": "https://rickandmortyapi.com/api/location/14" - }, - "location": { - "name": "Giant's Town", - "url": "https://rickandmortyapi.com/api/location/14" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/89.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/89", - "created": "2017-12-01T10:32:08.340Z" - }, - { - "id": 90, - "name": "Daron Jefferson", - "status": "Alive", - "species": "Alien", - "type": "Cone-nippled alien", - "gender": "Male", - "origin": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "location": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/90.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/14" - ], - "url": "https://rickandmortyapi.com/api/character/90", - "created": "2017-12-01T10:54:34.736Z" - }, - { - "id": 91, - "name": "David Letterman", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "location": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/91.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/91", - "created": "2017-12-01T11:12:25.105Z" - }, - { - "id": 92, - "name": "Davin", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/92.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/6" - ], - "url": "https://rickandmortyapi.com/api/character/92", - "created": "2017-12-01T11:20:51.247Z" - }, - { - "id": 93, - "name": "Diablo Verde", - "status": "Dead", - "species": "Humanoid", - "type": "Demon", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Dorian 5", - "url": "https://rickandmortyapi.com/api/location/29" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/93.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/93", - "created": "2017-12-01T11:36:16.467Z" - }, - { - "id": 94, - "name": "Diane Sanchez", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Unknown dimension)", - "url": "https://rickandmortyapi.com/api/location/30" - }, - "location": { - "name": "Earth (Unknown dimension)", - "url": "https://rickandmortyapi.com/api/location/30" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/94.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/94", - "created": "2017-12-01T11:49:43.929Z" - }, - { - "id": 95, - "name": "Dipper and Mabel Mortys", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/95.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/95", - "created": "2017-12-01T11:54:36.670Z" - }, - { - "id": 96, - "name": "Tuberculosis", - "status": "Dead", - "species": "Disease", - "type": "", - "gender": "unknown", - "origin": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/96.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/96", - "created": "2017-12-01T11:59:04.796Z" - }, - { - "id": 97, - "name": "Gonorrhea", - "status": "Dead", - "species": "Disease", - "type": "", - "gender": "unknown", - "origin": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/97.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/97", - "created": "2017-12-01T12:00:27.028Z" - }, - { - "id": 98, - "name": "Hepatitis A", - "status": "Dead", - "species": "Disease", - "type": "", - "gender": "unknown", - "origin": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/98.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/98", - "created": "2017-12-01T12:01:43.742Z" - }, - { - "id": 99, - "name": "Hepatitis C", - "status": "Dead", - "species": "Disease", - "type": "", - "gender": "unknown", - "origin": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/99.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/99", - "created": "2017-12-01T12:02:00.935Z" - }, - { - "id": 100, - "name": "Bubonic Plague", - "status": "Dead", - "species": "Disease", - "type": "", - "gender": "unknown", - "origin": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/100.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/100", - "created": "2017-12-01T12:02:21.611Z" - }, - { - "id": 101, - "name": "E. Coli", - "status": "Dead", - "species": "Disease", - "type": "", - "gender": "unknown", - "origin": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/101.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/101", - "created": "2017-12-01T12:03:31.433Z" - }, - { - "id": 102, - "name": "Donna Gueterman", - "status": "Dead", - "species": "Robot", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/102.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/102", - "created": "2017-12-01T12:21:21.357Z" - }, - { - "id": 103, - "name": "Doofus Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (J19ζ7)", - "url": "https://rickandmortyapi.com/api/location/31" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/103.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/103", - "created": "2017-12-01T12:29:27.984Z" - }, - { - "id": 104, - "name": "Doom-Nomitron", - "status": "Dead", - "species": "Alien", - "type": "Shapeshifter", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Dorian 5", - "url": "https://rickandmortyapi.com/api/location/29" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/104.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/104", - "created": "2017-12-26T12:34:36.758Z" - }, - { - "id": 105, - "name": "Dr. Glip-Glop", - "status": "Dead", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "St. Gloopy Noops Hospital", - "url": "https://rickandmortyapi.com/api/location/16" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/105.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/105", - "created": "2017-12-26T12:39:22.855Z" - }, - { - "id": 106, - "name": "Dr. Schmidt", - "status": "unknown", - "species": "Human", - "type": "Game", - "gender": "Male", - "origin": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "location": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/106.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/106", - "created": "2017-12-26T12:46:48.805Z" - }, - { - "id": 107, - "name": "Dr. Wong", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/107.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/24" - ], - "url": "https://rickandmortyapi.com/api/character/107", - "created": "2017-12-26T12:55:58.449Z" - }, - { - "id": 108, - "name": "Dr. Xenon Bloom", - "status": "Dead", - "species": "Humanoid", - "type": "Amoeba-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/108.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/108", - "created": "2017-12-26T13:14:12.157Z" - }, - { - "id": 109, - "name": "Duck With Muscles", - "status": "Dead", - "species": "Parasite", - "type": "Alien", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/109.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/109", - "created": "2017-12-26T13:17:40.686Z" - }, - { - "id": 110, - "name": "Eli", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/110.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/110", - "created": "2017-12-26T13:37:27.635Z" - }, - { - "id": 111, - "name": "Eli's Girlfriend", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/111.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/111", - "created": "2017-12-26T13:38:47.115Z" - }, - { - "id": 112, - "name": "Eric McMan", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/112.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/112", - "created": "2017-12-26T13:40:06.005Z" - }, - { - "id": 113, - "name": "Eric Stoltz Mask Morty", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Eric Stoltz Mask Earth", - "url": "https://rickandmortyapi.com/api/location/33" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/113.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/113", - "created": "2017-12-26T13:43:29.296Z" - }, - { - "id": 114, - "name": "Ethan", - "status": "unknown", - "species": "Human", - "type": "Cronenberg", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/114.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/114", - "created": "2017-12-26T16:01:13.904Z" - }, - { - "id": 115, - "name": "Ethan", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/115.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/115", - "created": "2017-12-26T16:01:50.939Z" - }, - { - "id": 116, - "name": "Evil Beth Clone", - "status": "Dead", - "species": "Human", - "type": "Clone", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/116.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/116", - "created": "2017-12-26T16:10:47.781Z" - }, - { - "id": 117, - "name": "Evil Jerry Clone", - "status": "Dead", - "species": "Human", - "type": "Clone", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/117.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/117", - "created": "2017-12-26T16:11:15.395Z" - }, - { - "id": 118, - "name": "Evil Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/118.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/118", - "created": "2017-12-26T16:13:41.103Z" - }, - { - "id": 119, - "name": "Evil Rick", - "status": "Dead", - "species": "Humanoid", - "type": "Robot", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/119.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/119", - "created": "2017-12-26T16:17:16.472Z" - }, - { - "id": 120, - "name": "Evil Summer Clone", - "status": "Dead", - "species": "Human", - "type": "Clone", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/120.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/120", - "created": "2017-12-26T16:24:02.059Z" - }, - { - "id": 121, - "name": "Eyehole Man", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/121.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/121", - "created": "2017-12-26T16:41:58.391Z" - }, - { - "id": 122, - "name": "Fart", - "status": "Dead", - "species": "Alien", - "type": "Interdimensional gaseous being", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/122.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/122", - "created": "2017-12-26T17:19:40.474Z" - }, - { - "id": 123, - "name": "Fat Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/123.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/123", - "created": "2017-12-26T17:22:40.315Z" - }, - { - "id": 124, - "name": "Father Bob", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/124.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/124", - "created": "2017-12-26T17:31:29.113Z" - }, - { - "id": 125, - "name": "Flansian", - "status": "Alive", - "species": "Alien", - "type": "Flansian", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/125.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/125", - "created": "2017-12-26T17:43:58.410Z" - }, - { - "id": 126, - "name": "Fleeb", - "status": "unknown", - "species": "Alien", - "type": "", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/126.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/126", - "created": "2017-12-26T18:45:42.593Z" - }, - { - "id": 127, - "name": "Frank Palicky", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/127.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1" - ], - "url": "https://rickandmortyapi.com/api/character/127", - "created": "2017-12-26T19:22:48.474Z" - }, - { - "id": 128, - "name": "Frankenstein's Monster", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/128.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/128", - "created": "2017-12-26T19:24:56.679Z" - }, - { - "id": 129, - "name": "Fulgora", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/129.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/129", - "created": "2017-12-26T19:30:02.242Z" - }, - { - "id": 130, - "name": "Galactic Federation President", - "status": "Dead", - "species": "Alien", - "type": "Gromflomite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/130.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/130", - "created": "2017-12-26T19:49:41.160Z" - }, - { - "id": 131, - "name": "Gar Gloonch", - "status": "Dead", - "species": "Alien", - "type": "Zombodian", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/131.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/131", - "created": "2017-12-26T19:54:43.476Z" - }, - { - "id": 132, - "name": "Gar's Mytholog", - "status": "Dead", - "species": "Mytholog", - "type": "", - "gender": "Male", - "origin": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/132.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/132", - "created": "2017-12-26T20:02:38.033Z" - }, - { - "id": 133, - "name": "Garblovian", - "status": "Alive", - "species": "Alien", - "type": "Garblovian", - "gender": "Male", - "origin": { - "name": "Glaagablaaga", - "url": "https://rickandmortyapi.com/api/location/36" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/133.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/133", - "created": "2017-12-26T20:30:45.943Z" - }, - { - "id": 134, - "name": "Garmanarnar", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/134.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/134", - "created": "2017-12-26T20:36:54.577Z" - }, - { - "id": 135, - "name": "Garment District Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/135.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/135", - "created": "2017-12-26T20:51:43.614Z" - }, - { - "id": 136, - "name": "Gazorpazorpfield", - "status": "Alive", - "species": "Alien", - "type": "Gazorpian", - "gender": "Male", - "origin": { - "name": "Gazorpazorp", - "url": "https://rickandmortyapi.com/api/location/40" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/136.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/136", - "created": "2017-12-27T17:59:59.058Z" - }, - { - "id": 137, - "name": "Gene", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/137.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/137", - "created": "2017-12-27T18:14:57.885Z" - }, - { - "id": 138, - "name": "General Nathan", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/138.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/138", - "created": "2017-12-27T18:22:18.387Z" - }, - { - "id": 139, - "name": "General Store Owner", - "status": "Dead", - "species": "Alien", - "type": "Cat-Person", - "gender": "Male", - "origin": { - "name": "Purge Planet", - "url": "https://rickandmortyapi.com/api/location/9" - }, - "location": { - "name": "Purge Planet", - "url": "https://rickandmortyapi.com/api/location/9" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/139.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/20" - ], - "url": "https://rickandmortyapi.com/api/character/139", - "created": "2017-12-27T18:41:03.124Z" - }, - { - "id": 140, - "name": "Genital Washer", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/140.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/140", - "created": "2017-12-27T18:47:44.566Z" - }, - { - "id": 141, - "name": "Ghost in a Jar", - "status": "Dead", - "species": "Alien", - "type": "Parasite, Ghost", - "gender": "Genderless", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/141.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/141", - "created": "2017-12-27T19:14:14.545Z" - }, - { - "id": 142, - "name": "Gibble Snake", - "status": "Dead", - "species": "Alien", - "type": "Animal", - "gender": "unknown", - "origin": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "location": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/142.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/142", - "created": "2017-12-27T20:16:32.187Z" - }, - { - "id": 143, - "name": "Glasses Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/143.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/143", - "created": "2017-12-27T20:37:26.134Z" - }, - { - "id": 144, - "name": "Glenn", - "status": "Dead", - "species": "Alien", - "type": "Gromflomite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Customs", - "url": "https://rickandmortyapi.com/api/location/38" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/144.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1" - ], - "url": "https://rickandmortyapi.com/api/character/144", - "created": "2017-12-29T10:37:48.319Z" - }, - { - "id": 145, - "name": "Glenn", - "status": "Alive", - "species": "Human", - "type": "Eat shiter-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/145.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/145", - "created": "2017-12-29T11:03:43.118Z" - }, - { - "id": 146, - "name": "Glexo Slim Slom", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/146.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/146", - "created": "2017-12-29T11:28:29.380Z" - }, - { - "id": 147, - "name": "Gobo", - "status": "Dead", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/147.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/147", - "created": "2017-12-29T11:38:29.578Z" - }, - { - "id": 148, - "name": "Goddess Beth", - "status": "unknown", - "species": "Mytholog", - "type": "", - "gender": "Female", - "origin": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/148.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/148", - "created": "2017-12-29T11:40:25.135Z" - }, - { - "id": 149, - "name": "Gordon Lunas", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/149.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/149", - "created": "2017-12-29T11:44:00.169Z" - }, - { - "id": 150, - "name": "Cornvelious Daniel", - "status": "Dead", - "species": "Alien", - "type": "Gromflomite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Galactic Federation Prison", - "url": "https://rickandmortyapi.com/api/location/39" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/150.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/150", - "created": "2017-12-29T12:02:33.550Z" - }, - { - "id": 151, - "name": "Gwendolyn", - "status": "unknown", - "species": "Robot", - "type": "Gazorpian reproduction robot", - "gender": "Female", - "origin": { - "name": "Gazorpazorp", - "url": "https://rickandmortyapi.com/api/location/40" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/151.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/7" - ], - "url": "https://rickandmortyapi.com/api/character/151", - "created": "2017-12-29T12:31:50.388Z" - }, - { - "id": 152, - "name": "Hammerhead Morty", - "status": "unknown", - "species": "Humanoid", - "type": "Hammerhead-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/152.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/152", - "created": "2017-12-29T15:20:16.842Z" - }, - { - "id": 153, - "name": "Hamster In Butt", - "status": "Alive", - "species": "Animal", - "type": "", - "gender": "unknown", - "origin": { - "name": "Hamster in Butt World", - "url": "https://rickandmortyapi.com/api/location/41" - }, - "location": { - "name": "Hamster in Butt World", - "url": "https://rickandmortyapi.com/api/location/41" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/153.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/153", - "created": "2017-12-29T15:27:54.281Z" - }, - { - "id": 154, - "name": "Hamurai", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/154.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/154", - "created": "2017-12-29T15:32:05.287Z" - }, - { - "id": 155, - "name": "Harold", - "status": "Alive", - "species": "Cronenberg", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/155.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6" - ], - "url": "https://rickandmortyapi.com/api/character/155", - "created": "2017-12-29T15:41:18.773Z" - }, - { - "id": 156, - "name": "Hemorrhage", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/156.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/156", - "created": "2017-12-29T15:44:40.083Z" - }, - { - "id": 157, - "name": "Hole in the Wall Where the Men Can See it All", - "status": "unknown", - "species": "unknown", - "type": "Hole", - "gender": "Genderless", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/157.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/157", - "created": "2017-12-29T15:47:57.352Z" - }, - { - "id": 158, - "name": "Hookah Alien", - "status": "Alive", - "species": "Alien", - "type": "Tuskfish", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Customs", - "url": "https://rickandmortyapi.com/api/location/38" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/158.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1" - ], - "url": "https://rickandmortyapi.com/api/character/158", - "created": "2017-12-29T15:53:48.952Z" - }, - { - "id": 159, - "name": "Hunter", - "status": "Dead", - "species": "Human", - "type": "Clone", - "gender": "Male", - "origin": { - "name": "Earth (Giant Telepathic Spiders Dimension)", - "url": "https://rickandmortyapi.com/api/location/42" - }, - "location": { - "name": "Earth (Giant Telepathic Spiders Dimension)", - "url": "https://rickandmortyapi.com/api/location/42" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/159.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/159", - "created": "2017-12-29T16:03:28.792Z" - }, - { - "id": 160, - "name": "Hunter's Father", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Giant Telepathic Spiders Dimension)", - "url": "https://rickandmortyapi.com/api/location/42" - }, - "location": { - "name": "Earth (Giant Telepathic Spiders Dimension)", - "url": "https://rickandmortyapi.com/api/location/42" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/160.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/160", - "created": "2017-12-29T16:07:04.040Z" - }, - { - "id": 161, - "name": "Hydrogen-F", - "status": "Alive", - "species": "Alien", - "type": "Alphabetrian", - "gender": "Female", - "origin": { - "name": "Alphabetrium", - "url": "https://rickandmortyapi.com/api/location/43" - }, - "location": { - "name": "Alphabetrium", - "url": "https://rickandmortyapi.com/api/location/43" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/161.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/161", - "created": "2017-12-29T16:10:40.290Z" - }, - { - "id": 162, - "name": "Ice-T", - "status": "Alive", - "species": "Alien", - "type": "Alphabetrian", - "gender": "Male", - "origin": { - "name": "Alphabetrium", - "url": "https://rickandmortyapi.com/api/location/43" - }, - "location": { - "name": "Alphabetrium", - "url": "https://rickandmortyapi.com/api/location/43" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/162.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/162", - "created": "2017-12-29T16:42:59.207Z" - }, - { - "id": 163, - "name": "Ideal Jerry", - "status": "Dead", - "species": "Mytholog", - "type": "", - "gender": "Male", - "origin": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/163.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/163", - "created": "2017-12-29T16:46:41.345Z" - }, - { - "id": 164, - "name": "Insurance Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/164.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/164", - "created": "2017-12-29T17:03:08.645Z" - }, - { - "id": 165, - "name": "Investigator Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/165.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/165", - "created": "2017-12-29T17:05:15.514Z" - }, - { - "id": 166, - "name": "Invisi-trooper", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/166.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/166", - "created": "2017-12-29T17:06:28.325Z" - }, - { - "id": 167, - "name": "Izzy", - "status": "Alive", - "species": "Animal", - "type": "Cat", - "gender": "unknown", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/167.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/24" - ], - "url": "https://rickandmortyapi.com/api/character/167", - "created": "2017-12-29T17:07:59.024Z" - }, - { - "id": 168, - "name": "Jackie", - "status": "Alive", - "species": "Alien", - "type": "Gazorpian", - "gender": "Female", - "origin": { - "name": "Gazorpazorp", - "url": "https://rickandmortyapi.com/api/location/40" - }, - "location": { - "name": "Gazorpazorp", - "url": "https://rickandmortyapi.com/api/location/40" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/168.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/7" - ], - "url": "https://rickandmortyapi.com/api/character/168", - "created": "2017-12-29T17:14:03.430Z" - }, - { - "id": 169, - "name": "Jacob", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/169.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3", - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/169", - "created": "2017-12-29T17:20:52.037Z" - }, - { - "id": 170, - "name": "Jacqueline", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/170.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/170", - "created": "2017-12-29T17:22:17.707Z" - }, - { - "id": 171, - "name": "Jaguar", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/171.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/24" - ], - "url": "https://rickandmortyapi.com/api/character/171", - "created": "2017-12-29T17:25:38.138Z" - }, - { - "id": 172, - "name": "Jamey", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/172.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/172", - "created": "2017-12-29T17:30:20.654Z" - }, - { - "id": 173, - "name": "Jan-Michael Vincent", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/173.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/173", - "created": "2017-12-29T17:33:23.972Z" - }, - { - "id": 174, - "name": "Jerry 5-126", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (5-126)", - "url": "https://rickandmortyapi.com/api/location/17" - }, - "location": { - "name": "Jerryboree", - "url": "https://rickandmortyapi.com/api/location/44" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/174.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/174", - "created": "2017-12-29T17:50:19.991Z" - }, - { - "id": 175, - "name": "Jerry Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/175.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/2", - "https://rickandmortyapi.com/api/episode/3", - "https://rickandmortyapi.com/api/episode/4", - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/175", - "created": "2017-12-29T18:07:17.610Z" - }, - { - "id": 176, - "name": "Celebrity Jerry", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "location": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/176.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/176", - "created": "2017-12-29T18:25:11.930Z" - }, - { - "id": 177, - "name": "Jerry Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "location": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/177.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/177", - "created": "2017-12-29T18:28:19.424Z" - }, - { - "id": 178, - "name": "Jerry's Mytholog", - "status": "Dead", - "species": "Mytholog", - "type": "", - "gender": "Male", - "origin": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/178.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/178", - "created": "2017-12-29T18:29:31.279Z" - }, - { - "id": 179, - "name": "Jessica", - "status": "Alive", - "species": "Cronenberg", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/179.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/4", - "https://rickandmortyapi.com/api/episode/6" - ], - "url": "https://rickandmortyapi.com/api/character/179", - "created": "2017-12-29T18:34:37.806Z" - }, - { - "id": 180, - "name": "Jessica", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/180.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/17", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/26", - "https://rickandmortyapi.com/api/episode/27", - "https://rickandmortyapi.com/api/episode/28", - "https://rickandmortyapi.com/api/episode/29", - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/180", - "created": "2017-12-29T18:36:27.225Z" - }, - { - "id": 181, - "name": "Jessica's Friend", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/181.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/4", - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/17", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/25", - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/181", - "created": "2017-12-29T18:47:23.345Z" - }, - { - "id": 182, - "name": "Jim", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/182.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/182", - "created": "2017-12-29T18:49:48.953Z" - }, - { - "id": 183, - "name": "Johnny Depp", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "location": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/183.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/183", - "created": "2017-12-29T18:51:29.693Z" - }, - { - "id": 184, - "name": "Jon", - "status": "Alive", - "species": "Alien", - "type": "Gazorpian", - "gender": "Male", - "origin": { - "name": "Gazorpazorp", - "url": "https://rickandmortyapi.com/api/location/40" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/184.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/184", - "created": "2017-12-29T18:54:04.572Z" - }, - { - "id": 185, - "name": "Joseph Eli Lipkip", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/185.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/185", - "created": "2017-12-29T18:56:15.622Z" - }, - { - "id": 186, - "name": "Joyce Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/186.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/186", - "created": "2017-12-29T18:58:34.530Z" - }, - { - "id": 187, - "name": "Juggling Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/187.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/187", - "created": "2017-12-29T18:59:47.440Z" - }, - { - "id": 188, - "name": "Karen Entity", - "status": "Alive", - "species": "Alien", - "type": "Unknown-nippled alien", - "gender": "Female", - "origin": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "location": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/188.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/14" - ], - "url": "https://rickandmortyapi.com/api/character/188", - "created": "2017-12-29T19:10:16.171Z" - }, - { - "id": 189, - "name": "Katarina", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/189.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/24" - ], - "url": "https://rickandmortyapi.com/api/character/189", - "created": "2017-12-29T19:13:57.070Z" - }, - { - "id": 190, - "name": "Keara", - "status": "Alive", - "species": "Alien", - "type": "Krootabulan", - "gender": "Female", - "origin": { - "name": "Krootabulon", - "url": "https://rickandmortyapi.com/api/location/45" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/190.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/190", - "created": "2017-12-29T19:26:06.900Z" - }, - { - "id": 191, - "name": "Kevin", - "status": "Dead", - "species": "Alien", - "type": "Zigerion", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Zigerion's Base", - "url": "https://rickandmortyapi.com/api/location/46" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/191.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/4" - ], - "url": "https://rickandmortyapi.com/api/character/191", - "created": "2017-12-29T19:40:07.816Z" - }, - { - "id": 192, - "name": "King Flippy Nips", - "status": "Alive", - "species": "Alien", - "type": "Plutonian", - "gender": "Male", - "origin": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "location": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/192.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/9" - ], - "url": "https://rickandmortyapi.com/api/character/192", - "created": "2017-12-29T19:49:29.297Z" - }, - { - "id": 193, - "name": "King Jellybean", - "status": "Dead", - "species": "Alien", - "type": "Jellybean", - "gender": "Male", - "origin": { - "name": "Fantasy World", - "url": "https://rickandmortyapi.com/api/location/48" - }, - "location": { - "name": "Fantasy World", - "url": "https://rickandmortyapi.com/api/location/48" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/193.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/193", - "created": "2017-12-29T19:58:44.743Z" - }, - { - "id": 194, - "name": "Kozbian", - "status": "Alive", - "species": "Alien", - "type": "Tentacle alien", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/194.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/194", - "created": "2017-12-30T12:13:53.878Z" - }, - { - "id": 195, - "name": "Kristen Stewart", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "location": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/195.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/195", - "created": "2017-12-30T12:19:16.042Z" - }, - { - "id": 196, - "name": "Krombopulos Michael", - "status": "Dead", - "species": "Alien", - "type": "Gromflomite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/196.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/196", - "created": "2017-12-30T12:28:52.954Z" - }, - { - "id": 197, - "name": "Kyle", - "status": "Dead", - "species": "Humanoid", - "type": "Miniverse inhabitant", - "gender": "Male", - "origin": { - "name": "Zeep Xanflorp's Miniverse", - "url": "https://rickandmortyapi.com/api/location/49" - }, - "location": { - "name": "Kyle's Teenyverse", - "url": "https://rickandmortyapi.com/api/location/50" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/197.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/197", - "created": "2017-12-30T12:39:09.025Z" - }, - { - "id": 198, - "name": "Lady Katana", - "status": "Dead", - "species": "Humanoid", - "type": "Cyborg", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Dorian 5", - "url": "https://rickandmortyapi.com/api/location/29" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/198.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/198", - "created": "2017-12-30T12:43:37.571Z" - }, - { - "id": 199, - "name": "Larva Alien", - "status": "Alive", - "species": "Alien", - "type": "Larva alien", - "gender": "unknown", - "origin": { - "name": "Larva Alien's Planet", - "url": "https://rickandmortyapi.com/api/location/51" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/199.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/199", - "created": "2017-12-30T12:48:44.677Z" - }, - { - "id": 200, - "name": "Lawyer Morty", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/200.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/200", - "created": "2017-12-30T12:49:52.971Z" - }, - { - "id": 201, - "name": "Leonard Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/201.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/201", - "created": "2017-12-30T12:51:27.835Z" - }, - { - "id": 202, - "name": "Lighthouse Keeper", - "status": "Dead", - "species": "Alien", - "type": "Cat-Person", - "gender": "Male", - "origin": { - "name": "Purge Planet", - "url": "https://rickandmortyapi.com/api/location/9" - }, - "location": { - "name": "Purge Planet", - "url": "https://rickandmortyapi.com/api/location/9" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/202.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/20" - ], - "url": "https://rickandmortyapi.com/api/character/202", - "created": "2017-12-30T12:53:11.937Z" - }, - { - "id": 203, - "name": "Lil B", - "status": "Dead", - "species": "Alien", - "type": "Snail alien", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/203.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/203", - "created": "2017-12-30T12:54:31.725Z" - }, - { - "id": 204, - "name": "Lisa", - "status": "Dead", - "species": "Alien", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Immortality Field Resort", - "url": "https://rickandmortyapi.com/api/location/7" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/204.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/204", - "created": "2017-12-30T12:59:58.460Z" - }, - { - "id": 205, - "name": "Little Dipper", - "status": "Alive", - "species": "Humanoid", - "type": "Tinymouth", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/205.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/205", - "created": "2017-12-30T13:03:12.366Z" - }, - { - "id": 206, - "name": "Lizard Morty", - "status": "Alive", - "species": "Humanoid", - "type": "Lizard-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/206.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/206", - "created": "2017-12-30T13:06:09.094Z" - }, - { - "id": 207, - "name": "Loggins", - "status": "Alive", - "species": "Alien", - "type": "Alligator-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/207.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/207", - "created": "2017-12-30T13:54:28.627Z" - }, - { - "id": 208, - "name": "Logic", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Worldender's lair", - "url": "https://rickandmortyapi.com/api/location/4" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/208.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/208", - "created": "2017-12-30T13:58:41.417Z" - }, - { - "id": 209, - "name": "Long Sleeved Morty", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/209.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/209", - "created": "2017-12-30T14:00:06.755Z" - }, - { - "id": 210, - "name": "Lucy", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/210.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11" - ], - "url": "https://rickandmortyapi.com/api/character/210", - "created": "2017-12-30T14:01:23.319Z" - }, - { - "id": 211, - "name": "Ma-Sha", - "status": "Alive", - "species": "Alien", - "type": "Gazorpian", - "gender": "Female", - "origin": { - "name": "Gazorpazorp", - "url": "https://rickandmortyapi.com/api/location/40" - }, - "location": { - "name": "Gazorpazorp", - "url": "https://rickandmortyapi.com/api/location/40" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/211.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/7" - ], - "url": "https://rickandmortyapi.com/api/character/211", - "created": "2017-12-30T14:16:00.484Z" - }, - { - "id": 212, - "name": "Magma-Q", - "status": "Dead", - "species": "Alien", - "type": "Alphabetrian", - "gender": "Male", - "origin": { - "name": "Alphabetrium", - "url": "https://rickandmortyapi.com/api/location/43" - }, - "location": { - "name": "Alphabetrium", - "url": "https://rickandmortyapi.com/api/location/43" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/212.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/212", - "created": "2017-12-30T14:19:10.419Z" - }, - { - "id": 213, - "name": "Magnesium-J", - "status": "Alive", - "species": "Alien", - "type": "Alphabetrian", - "gender": "Male", - "origin": { - "name": "Alphabetrium", - "url": "https://rickandmortyapi.com/api/location/43" - }, - "location": { - "name": "Alphabetrium", - "url": "https://rickandmortyapi.com/api/location/43" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/213.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/213", - "created": "2017-12-30T14:21:16.121Z" - }, - { - "id": 214, - "name": "Man Painted Silver Who Makes Robot Noises", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/214.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/214", - "created": "2017-12-30T14:24:57.993Z" - }, - { - "id": 215, - "name": "Maximums Rickimus", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/215.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/215", - "created": "2017-12-30T14:27:55.489Z" - }, - { - "id": 216, - "name": "MC Haps", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/216.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/216", - "created": "2017-12-30T14:30:06.479Z" - }, - { - "id": 217, - "name": "Mechanical Morty", - "status": "Dead", - "species": "Robot", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/217.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/217", - "created": "2017-12-30T14:32:17.158Z" - }, - { - "id": 218, - "name": "Mechanical Rick", - "status": "unknown", - "species": "Robot", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/218.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/218", - "created": "2017-12-30T14:33:16.920Z" - }, - { - "id": 219, - "name": "Mechanical Summer", - "status": "unknown", - "species": "Robot", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/219.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/219", - "created": "2017-12-30T14:33:49.392Z" - }, - { - "id": 220, - "name": "Mega Fruit Farmer Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/220.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/220", - "created": "2017-12-30T14:35:30.736Z" - }, - { - "id": 221, - "name": "Melissa", - "status": "Alive", - "species": "Humanoid", - "type": "Monster", - "gender": "Female", - "origin": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "location": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/221.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/221", - "created": "2017-12-30T14:38:04.718Z" - }, - { - "id": 222, - "name": "Michael Denny and the Denny Singers", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/222.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/222", - "created": "2017-12-30T14:44:05.245Z" - }, - { - "id": 223, - "name": "Michael Jenkins", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/223.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/223", - "created": "2017-12-30T14:44:51.373Z" - }, - { - "id": 224, - "name": "Michael McLick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/224.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/224", - "created": "2017-12-30T15:49:28.666Z" - }, - { - "id": 225, - "name": "Michael Thompson", - "status": "Alive", - "species": "Humanoid", - "type": "Conjoined twin", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/225.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/225", - "created": "2017-12-30T15:59:31.558Z" - }, - { - "id": 226, - "name": "Million Ants", - "status": "Dead", - "species": "Animal", - "type": "Sentient ant colony", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Worldender's lair", - "url": "https://rickandmortyapi.com/api/location/4" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/226.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/226", - "created": "2017-12-30T16:04:56.879Z" - }, - { - "id": 227, - "name": "Mitch", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/227.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/227", - "created": "2017-12-30T16:08:38.157Z" - }, - { - "id": 228, - "name": "Mohawk Guy", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/228.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/228", - "created": "2017-12-30T16:10:03.881Z" - }, - { - "id": 229, - "name": "Morty Mart Manager Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/229.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/229", - "created": "2017-12-30T16:12:33.382Z" - }, - { - "id": 230, - "name": "Morty Jr.", - "status": "Alive", - "species": "Humanoid", - "type": "Human Gazorpian", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/230.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/7" - ], - "url": "https://rickandmortyapi.com/api/character/230", - "created": "2017-12-30T16:20:51.391Z" - }, - { - "id": 231, - "name": "Morty Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/231.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/231", - "created": "2017-12-30T16:23:45.894Z" - }, - { - "id": 232, - "name": "Morty Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "location": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/232.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/232", - "created": "2017-12-30T16:29:27.863Z" - }, - { - "id": 233, - "name": "Morty K-22", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (K-22)", - "url": "https://rickandmortyapi.com/api/location/52" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/233.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/233", - "created": "2017-12-30T16:33:49.577Z" - }, - { - "id": 234, - "name": "Morty Smith", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/234.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6" - ], - "url": "https://rickandmortyapi.com/api/character/234", - "created": "2017-12-30T16:35:01.223Z" - }, - { - "id": 235, - "name": "Mortytown Loco", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/235.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/235", - "created": "2017-12-30T16:37:07.150Z" - }, - { - "id": 236, - "name": "Mr. Beauregard", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/236.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/236", - "created": "2017-12-30T17:28:28.409Z" - }, - { - "id": 237, - "name": "Mr. Benson", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/237.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/12" - ], - "url": "https://rickandmortyapi.com/api/character/237", - "created": "2017-12-30T17:30:31.757Z" - }, - { - "id": 238, - "name": "Mr. Booby Buyer", - "status": "Alive", - "species": "Animal", - "type": "Boobie buyer reptilian", - "gender": "Male", - "origin": { - "name": "Fantasy World", - "url": "https://rickandmortyapi.com/api/location/48" - }, - "location": { - "name": "Fantasy World", - "url": "https://rickandmortyapi.com/api/location/48" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/238.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/238", - "created": "2017-12-30T17:36:12.853Z" - }, - { - "id": 239, - "name": "Mr. Goldenfold", - "status": "Alive", - "species": "Cronenberg", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/239.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/2", - "https://rickandmortyapi.com/api/episode/4", - "https://rickandmortyapi.com/api/episode/6" - ], - "url": "https://rickandmortyapi.com/api/character/239", - "created": "2017-12-30T17:42:11.894Z" - }, - { - "id": 240, - "name": "Mr. Goldenfold", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/240.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/9", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/17", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/24", - "https://rickandmortyapi.com/api/episode/27", - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/240", - "created": "2017-12-30T17:42:56.349Z" - }, - { - "id": 241, - "name": "Mr. Marklovitz", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/241.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/4", - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/241", - "created": "2017-12-30T17:46:19.052Z" - }, - { - "id": 242, - "name": "Mr. Meeseeks", - "status": "unknown", - "species": "Humanoid", - "type": "Meeseeks", - "gender": "Male", - "origin": { - "name": "Mr. Meeseeks Box", - "url": "https://rickandmortyapi.com/api/location/53" - }, - "location": { - "name": "Blips and Chitz", - "url": "https://rickandmortyapi.com/api/location/67" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/242.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/242", - "created": "2017-12-30T17:52:12.243Z" - }, - { - "id": 243, - "name": "Mr. Needful", - "status": "Alive", - "species": "Humanoid", - "type": "The Devil", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/243.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/9" - ], - "url": "https://rickandmortyapi.com/api/character/243", - "created": "2017-12-30T17:54:06.996Z" - }, - { - "id": 244, - "name": "Mr. Poopybutthole", - "status": "Alive", - "species": "Poopybutthole", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/244.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/29", - "https://rickandmortyapi.com/api/episode/30", - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/244", - "created": "2017-12-30T18:03:48.054Z" - }, - { - "id": 245, - "name": "Mrs. Lipkip", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/245.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/245", - "created": "2017-12-30T18:05:59.999Z" - }, - { - "id": 246, - "name": "Mrs. Pancakes", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/246.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2", - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/246", - "created": "2017-12-30T18:09:39.304Z" - }, - { - "id": 247, - "name": "Mrs. Poopybutthole", - "status": "Alive", - "species": "Poopybutthole", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/247.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/247", - "created": "2017-12-30T18:10:48.293Z" - }, - { - "id": 248, - "name": "Mrs. Refrigerator", - "status": "Dead", - "species": "Alien", - "type": "Parasite, Refrigerator", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/248.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/248", - "created": "2017-12-30T18:12:38.369Z" - }, - { - "id": 249, - "name": "Mrs. Sanchez", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/249.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/14", - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/249", - "created": "2017-12-30T18:18:10.965Z" - }, - { - "id": 250, - "name": "Mrs. Sullivan", - "status": "Dead", - "species": "Human", - "type": "Cat controlled dead lady", - "gender": "Female", - "origin": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/250.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/250", - "created": "2017-12-30T18:24:49.372Z" - }, - { - "id": 251, - "name": "Nancy", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/251.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/9", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/25", - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/251", - "created": "2017-12-31T12:46:54.095Z" - }, - { - "id": 252, - "name": "Noob-Noob", - "status": "Alive", - "species": "Poopybutthole", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Vindicator's Base", - "url": "https://rickandmortyapi.com/api/location/54" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/252.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/252", - "created": "2017-12-31T12:57:37.849Z" - }, - { - "id": 253, - "name": "Numbericon", - "status": "unknown", - "species": "Alien", - "type": "Numbericon", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Alphabetrium", - "url": "https://rickandmortyapi.com/api/location/43" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/253.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/253", - "created": "2017-12-31T13:04:01.585Z" - }, - { - "id": 254, - "name": "Octopus Man", - "status": "Alive", - "species": "Humanoid", - "type": "Octopus-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/254.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/254", - "created": "2017-12-31T13:06:35.982Z" - }, - { - "id": 255, - "name": "Orthodox Jew", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/255.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/255", - "created": "2017-12-31T13:19:29.825Z" - }, - { - "id": 256, - "name": "Pat Gueterman", - "status": "Dead", - "species": "Robot", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/256.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/256", - "created": "2017-12-31T13:23:08.567Z" - }, - { - "id": 257, - "name": "Paul Fleishman", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Jerryboree", - "url": "https://rickandmortyapi.com/api/location/44" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/257.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/257", - "created": "2017-12-31T13:23:47.704Z" - }, - { - "id": 258, - "name": "Pawnshop Clerk", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Pawn Shop Planet", - "url": "https://rickandmortyapi.com/api/location/55" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/258.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/7" - ], - "url": "https://rickandmortyapi.com/api/character/258", - "created": "2017-12-31T13:30:33.611Z" - }, - { - "id": 259, - "name": "Pencilvester", - "status": "Dead", - "species": "Alien", - "type": "Parasite, Pencil", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/259.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/259", - "created": "2017-12-31T13:33:48.488Z" - }, - { - "id": 260, - "name": "Phillip Jacobs", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/260.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/260", - "created": "2017-12-31T13:34:58.839Z" - }, - { - "id": 261, - "name": "Photography Cyborg", - "status": "unknown", - "species": "Robot", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/261.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/261", - "created": "2017-12-31T13:38:53.640Z" - }, - { - "id": 262, - "name": "Photography Raptor", - "status": "Dead", - "species": "Alien", - "type": "Parasite, Dinosaur", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/262.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/262", - "created": "2017-12-31T13:40:32.312Z" - }, - { - "id": 263, - "name": "Pibbles Bodyguard", - "status": "Alive", - "species": "Alien", - "type": "Hairy alien", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "St. Gloopy Noops Hospital", - "url": "https://rickandmortyapi.com/api/location/16" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/263.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/263", - "created": "2017-12-31T13:43:30.513Z" - }, - { - "id": 264, - "name": "Pichael Thompson", - "status": "Alive", - "species": "Humanoid", - "type": "Conjoined twin", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/264.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/264", - "created": "2017-12-31T13:44:43.176Z" - }, - { - "id": 265, - "name": "Pickle Rick", - "status": "Alive", - "species": "unknown", - "type": "Pickle", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/265.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/24" - ], - "url": "https://rickandmortyapi.com/api/character/265", - "created": "2017-12-31T13:47:10.617Z" - }, - { - "id": 266, - "name": "Piece of Toast", - "status": "Alive", - "species": "unknown", - "type": "Bread", - "gender": "Genderless", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/266.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/266", - "created": "2017-12-31T13:48:58.850Z" - }, - { - "id": 267, - "name": "Plumber Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/267.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/267", - "created": "2017-12-31T13:50:57.337Z" - }, - { - "id": 268, - "name": "Poncho", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/268.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/268", - "created": "2017-12-31T13:53:25.411Z" - }, - { - "id": 269, - "name": "Presidentress of The Mega Gargantuans", - "status": "Alive", - "species": "Humanoid", - "type": "Mega Gargantuan", - "gender": "Female", - "origin": { - "name": "Mega Gargantuan Kingdom", - "url": "https://rickandmortyapi.com/api/location/56" - }, - "location": { - "name": "Mega Gargantuan Kingdom", - "url": "https://rickandmortyapi.com/api/location/56" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/269.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/269", - "created": "2017-12-31T14:01:44.995Z" - }, - { - "id": 270, - "name": "Prince Nebulon", - "status": "Dead", - "species": "Alien", - "type": "Zigerion", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Zigerion's Base", - "url": "https://rickandmortyapi.com/api/location/46" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/270.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/4" - ], - "url": "https://rickandmortyapi.com/api/character/270", - "created": "2017-12-31T14:05:24.406Z" - }, - { - "id": 271, - "name": "Principal Vagina", - "status": "Alive", - "species": "Cronenberg", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/271.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/6" - ], - "url": "https://rickandmortyapi.com/api/character/271", - "created": "2017-12-31T14:08:43.602Z" - }, - { - "id": 272, - "name": "Principal Vagina", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/272.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/9", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/24", - "https://rickandmortyapi.com/api/episode/27", - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/272", - "created": "2017-12-31T14:09:09.071Z" - }, - { - "id": 273, - "name": "Purge Planet Ruler", - "status": "Dead", - "species": "Alien", - "type": "Cat-Person", - "gender": "Male", - "origin": { - "name": "Purge Planet", - "url": "https://rickandmortyapi.com/api/location/9" - }, - "location": { - "name": "Purge Planet", - "url": "https://rickandmortyapi.com/api/location/9" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/273.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/20" - ], - "url": "https://rickandmortyapi.com/api/character/273", - "created": "2017-12-31T14:13:54.909Z" - }, - { - "id": 274, - "name": "Quantum Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/274.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/274", - "created": "2017-12-31T14:15:28.051Z" - }, - { - "id": 275, - "name": "Randy Dicknose", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/275.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/275", - "created": "2017-12-31T14:16:45.776Z" - }, - { - "id": 276, - "name": "Rat Boss", - "status": "Dead", - "species": "Animal", - "type": "Rat", - "gender": "unknown", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/276.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/24" - ], - "url": "https://rickandmortyapi.com/api/character/276", - "created": "2017-12-31T14:17:21.782Z" - }, - { - "id": 277, - "name": "Real Fake Doors Salesman", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/277.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/277", - "created": "2017-12-31T14:18:30.570Z" - }, - { - "id": 278, - "name": "Regional Manager Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/278.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/278", - "created": "2017-12-31T14:19:36.487Z" - }, - { - "id": 279, - "name": "Regular Legs", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/279.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/279", - "created": "2017-12-31T14:20:31.936Z" - }, - { - "id": 280, - "name": "Reverse Giraffe", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/280.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/280", - "created": "2017-12-31T14:22:46.285Z" - }, - { - "id": 281, - "name": "Reverse Rick Outrage", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/281.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/281", - "created": "2017-12-31T14:23:53.056Z" - }, - { - "id": 282, - "name": "Revolio Clockberg Jr.", - "status": "unknown", - "species": "Alien", - "type": "Gear-Person", - "gender": "Male", - "origin": { - "name": "Gear World", - "url": "https://rickandmortyapi.com/api/location/57" - }, - "location": { - "name": "Gear World", - "url": "https://rickandmortyapi.com/api/location/57" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/282.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/282", - "created": "2017-12-31T19:21:17.351Z" - }, - { - "id": 283, - "name": "Rick D. Sanchez III", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/283.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/283", - "created": "2017-12-31T19:23:53.188Z" - }, - { - "id": 284, - "name": "Rick Guilt Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/284.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/284", - "created": "2017-12-31T19:25:18.205Z" - }, - { - "id": 285, - "name": "Rick Prime", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/285.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/285", - "created": "2017-12-31T19:45:46.470Z" - }, - { - "id": 286, - "name": "Rick D-99", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (D-99)", - "url": "https://rickandmortyapi.com/api/location/58" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/286.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/286", - "created": "2017-12-31T19:49:55.181Z" - }, - { - "id": 287, - "name": "Rick D716", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (D716)", - "url": "https://rickandmortyapi.com/api/location/59" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/287.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/287", - "created": "2017-12-31T19:51:33.244Z" - }, - { - "id": 288, - "name": "Rick D716-B", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (D716-B)", - "url": "https://rickandmortyapi.com/api/location/60" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/288.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/288", - "created": "2017-12-31T19:55:25.101Z" - }, - { - "id": 289, - "name": "Rick D716-C", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (D716-C)", - "url": "https://rickandmortyapi.com/api/location/61" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/289.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/289", - "created": "2017-12-31T19:57:36.546Z" - }, - { - "id": 290, - "name": "Rick Sanchez", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "location": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/290.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/290", - "created": "2017-12-31T20:15:25.716Z" - }, - { - "id": 291, - "name": "Rick J-22", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (J-22)", - "url": "https://rickandmortyapi.com/api/location/62" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/291.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/291", - "created": "2017-12-31T20:16:52.337Z" - }, - { - "id": 292, - "name": "Rick K-22", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (K-22)", - "url": "https://rickandmortyapi.com/api/location/52" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/292.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/292", - "created": "2017-12-31T20:20:40.484Z" - }, - { - "id": 293, - "name": "Rick Sanchez", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/293.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6" - ], - "url": "https://rickandmortyapi.com/api/character/293", - "created": "2017-12-31T20:22:29.032Z" - }, - { - "id": 294, - "name": "Ricktiminus Sancheziminius", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/294.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/294", - "created": "2017-12-31T20:24:30.396Z" - }, - { - "id": 295, - "name": "Riq IV", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/295.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/295", - "created": "2017-12-31T20:25:28.554Z" - }, - { - "id": 296, - "name": "Risotto Groupon", - "status": "Dead", - "species": "Alien", - "type": "Blue ape alien", - "gender": "Male", - "origin": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "location": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/296.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/296", - "created": "2017-12-31T20:32:33.361Z" - }, - { - "id": 297, - "name": "Risotto's Tentacled Henchman", - "status": "Dead", - "species": "Alien", - "type": "Tentacle alien", - "gender": "Male", - "origin": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "location": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/297.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/297", - "created": "2017-12-31T20:34:58.394Z" - }, - { - "id": 298, - "name": "Robot Morty", - "status": "unknown", - "species": "Robot", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/298.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/298", - "created": "2017-12-31T20:37:30.747Z" - }, - { - "id": 299, - "name": "Robot Rick", - "status": "unknown", - "species": "Robot", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/299.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/299", - "created": "2017-12-31T20:38:17.990Z" - }, - { - "id": 300, - "name": "Roger", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/300.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/300", - "created": "2017-12-31T20:39:35.047Z" - }, - { - "id": 301, - "name": "Ron Benson", - "status": "Alive", - "species": "Humanoid", - "type": "Ring-nippled alien", - "gender": "Male", - "origin": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "location": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/301.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/14" - ], - "url": "https://rickandmortyapi.com/api/character/301", - "created": "2018-01-05T14:02:20.902Z" - }, - { - "id": 302, - "name": "Ruben", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/302.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/302", - "created": "2018-01-05T14:03:21.824Z" - }, - { - "id": 303, - "name": "Samantha", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/303.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/303", - "created": "2018-01-05T14:09:03.150Z" - }, - { - "id": 304, - "name": "Scary Brandon", - "status": "Alive", - "species": "Humanoid", - "type": "Monster", - "gender": "Male", - "origin": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "location": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/304.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/304", - "created": "2018-01-05T14:11:17.550Z" - }, - { - "id": 305, - "name": "Scary Glenn", - "status": "Alive", - "species": "Humanoid", - "type": "Monster", - "gender": "Male", - "origin": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "location": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/305.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/305", - "created": "2018-01-05T14:11:53.287Z" - }, - { - "id": 306, - "name": "Scary Terry", - "status": "Alive", - "species": "Humanoid", - "type": "Monster", - "gender": "Male", - "origin": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "location": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/306.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/306", - "created": "2018-01-05T14:13:01.564Z" - }, - { - "id": 307, - "name": "Scroopy Noopers", - "status": "Alive", - "species": "Alien", - "type": "Plutonian", - "gender": "Male", - "origin": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "location": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/307.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/9" - ], - "url": "https://rickandmortyapi.com/api/character/307", - "created": "2018-01-05T14:20:41.693Z" - }, - { - "id": 308, - "name": "Scropon", - "status": "unknown", - "species": "Alien", - "type": "Lobster-Alien", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/308.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/308", - "created": "2018-01-05T14:22:47.706Z" - }, - { - "id": 309, - "name": "Scrotian", - "status": "Alive", - "species": "Animal", - "type": "Scrotian", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Signus 5 Expanse", - "url": "https://rickandmortyapi.com/api/location/22" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/309.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/309", - "created": "2018-01-05T14:26:50.679Z" - }, - { - "id": 310, - "name": "Self-Congratulatory Jerry", - "status": "unknown", - "species": "Mytholog", - "type": "", - "gender": "Male", - "origin": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/310.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/310", - "created": "2018-01-05T14:29:21.347Z" - }, - { - "id": 311, - "name": "Shimshamian", - "status": "Alive", - "species": "Alien", - "type": "Shimshamian", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/311.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/311", - "created": "2018-01-05T14:44:01.276Z" - }, - { - "id": 312, - "name": "Shlaammi", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/312.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/312", - "created": "2018-01-05T14:45:39.235Z" - }, - { - "id": 313, - "name": "Shleemypants", - "status": "Alive", - "species": "unknown", - "type": "Omniscient being", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/313.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/12" - ], - "url": "https://rickandmortyapi.com/api/character/313", - "created": "2018-01-05T14:52:31.489Z" - }, - { - "id": 314, - "name": "Shmlamantha Shmlicelli", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/314.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/314", - "created": "2018-01-05T14:53:23.739Z" - }, - { - "id": 315, - "name": "Shmlangela Shmlobinson-Shmlower", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/315.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/315", - "created": "2018-01-05T14:54:37.641Z" - }, - { - "id": 316, - "name": "Shmlona Shmlobinson", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/316.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/316", - "created": "2018-01-05T14:55:42.034Z" - }, - { - "id": 317, - "name": "Shmlonathan Shmlower", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/317.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/317", - "created": "2018-01-05T14:56:15.428Z" - }, - { - "id": 318, - "name": "Shmlony Shmlicelli", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/318.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/318", - "created": "2018-01-05T14:56:45.502Z" - }, - { - "id": 319, - "name": "Shmooglite Runner", - "status": "unknown", - "species": "Alien", - "type": "Animal", - "gender": "Male", - "origin": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "location": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/319.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/319", - "created": "2018-01-05T14:59:34.798Z" - }, - { - "id": 320, - "name": "Shnoopy Bloopers", - "status": "unknown", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Immortality Field Resort", - "url": "https://rickandmortyapi.com/api/location/7" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/320.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/320", - "created": "2018-01-05T15:02:28.103Z" - }, - { - "id": 321, - "name": "Shrimply Pibbles", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "St. Gloopy Noops Hospital", - "url": "https://rickandmortyapi.com/api/location/16" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/321.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/321", - "created": "2018-01-05T15:07:50.789Z" - }, - { - "id": 322, - "name": "Simple Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/322.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/322", - "created": "2018-01-05T15:12:03.933Z" - }, - { - "id": 323, - "name": "Slaveowner", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/323.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/323", - "created": "2018-01-05T15:13:46.862Z" - }, - { - "id": 324, - "name": "Sleepy Gary", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/324.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/324", - "created": "2018-01-05T15:17:26.876Z" - }, - { - "id": 325, - "name": "Slick Morty", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/325.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/325", - "created": "2018-01-10T16:06:48.366Z" - }, - { - "id": 326, - "name": "Slippery Stair", - "status": "Alive", - "species": "Animal", - "type": "Slug", - "gender": "Male", - "origin": { - "name": "Fantasy World", - "url": "https://rickandmortyapi.com/api/location/48" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/326.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/11" - ], - "url": "https://rickandmortyapi.com/api/character/326", - "created": "2018-01-10T16:11:09.964Z" - }, - { - "id": 327, - "name": "Slow Mobius", - "status": "Alive", - "species": "Humanoid", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/327.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11" - ], - "url": "https://rickandmortyapi.com/api/character/327", - "created": "2018-01-10T16:13:26.380Z" - }, - { - "id": 328, - "name": "Slow Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/328.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/328", - "created": "2018-01-10T16:14:16.331Z" - }, - { - "id": 329, - "name": "Snuffles (Snowball)", - "status": "Alive", - "species": "Animal", - "type": "Intelligent dog", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/329.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2", - "https://rickandmortyapi.com/api/episode/7", - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/15", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/24", - "https://rickandmortyapi.com/api/episode/29", - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/329", - "created": "2018-01-10T16:24:49.586Z" - }, - { - "id": 330, - "name": "Solicitor Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/330.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/330", - "created": "2018-01-10T16:26:27.705Z" - }, - { - "id": 331, - "name": "Squanchy", - "status": "unknown", - "species": "Alien", - "type": "Cat-like creature", - "gender": "Male", - "origin": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/331.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/331", - "created": "2018-01-10T16:29:25.344Z" - }, - { - "id": 332, - "name": "Stacy", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/332.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/332", - "created": "2018-01-10T16:31:10.465Z" - }, - { - "id": 333, - "name": "Stair Goblin", - "status": "Alive", - "species": "Alien", - "type": "Stair goblin", - "gender": "Genderless", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Fantasy World", - "url": "https://rickandmortyapi.com/api/location/48" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/333.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/333", - "created": "2018-01-10T16:34:19.420Z" - }, - { - "id": 334, - "name": "Stealy", - "status": "Alive", - "species": "Poopybutthole", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/334.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/334", - "created": "2018-01-10T16:36:06.982Z" - }, - { - "id": 335, - "name": "Steve", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/335.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/335", - "created": "2018-01-10T16:39:34.837Z" - }, - { - "id": 336, - "name": "Steven Phillips", - "status": "Alive", - "species": "Alien", - "type": "Unknown-nippled alien", - "gender": "Male", - "origin": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "location": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/336.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/14" - ], - "url": "https://rickandmortyapi.com/api/character/336", - "created": "2018-01-10T16:44:51.702Z" - }, - { - "id": 337, - "name": "Stu", - "status": "Dead", - "species": "Alien", - "type": "Zigerion", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Zigerion's Base", - "url": "https://rickandmortyapi.com/api/location/46" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/337.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/4" - ], - "url": "https://rickandmortyapi.com/api/character/337", - "created": "2018-01-10T16:50:57.710Z" - }, - { - "id": 338, - "name": "Summer Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/338.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/2", - "https://rickandmortyapi.com/api/episode/3", - "https://rickandmortyapi.com/api/episode/4", - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/338", - "created": "2018-01-10T16:55:03.390Z" - }, - { - "id": 339, - "name": "Summer Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "location": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/339.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/339", - "created": "2018-01-10T16:56:28.489Z" - }, - { - "id": 340, - "name": "Supernova", - "status": "Alive", - "species": "Human", - "type": "Superhuman", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Worldender's lair", - "url": "https://rickandmortyapi.com/api/location/4" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/340.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/340", - "created": "2018-01-10T17:02:58.042Z" - }, - { - "id": 341, - "name": "Taddy Mason", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/341.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/20" - ], - "url": "https://rickandmortyapi.com/api/character/341", - "created": "2018-01-10T17:07:09.052Z" - }, - { - "id": 342, - "name": "Taint Washer", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/342.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/342", - "created": "2018-01-10T17:23:26.944Z" - }, - { - "id": 343, - "name": "Tammy Guetermann", - "status": "Alive", - "species": "Cronenberg", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/343.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/6" - ], - "url": "https://rickandmortyapi.com/api/character/343", - "created": "2018-01-10T17:27:04.773Z" - }, - { - "id": 344, - "name": "Tammy Guetermann", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/344.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/344", - "created": "2018-01-10T17:31:54.889Z" - }, - { - "id": 345, - "name": "Teacher Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/345.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/345", - "created": "2018-01-10T17:33:23.437Z" - }, - { - "id": 346, - "name": "Terry", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/346.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/346", - "created": "2018-01-10T17:37:51.767Z" - }, - { - "id": 347, - "name": "The President", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/347.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/347", - "created": "2018-01-10T17:43:37.411Z" - }, - { - "id": 348, - "name": "The President of the Miniverse", - "status": "Dead", - "species": "Humanoid", - "type": "Miniverse inhabitant", - "gender": "Male", - "origin": { - "name": "Zeep Xanflorp's Miniverse", - "url": "https://rickandmortyapi.com/api/location/49" - }, - "location": { - "name": "Zeep Xanflorp's Miniverse", - "url": "https://rickandmortyapi.com/api/location/49" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/348.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/348", - "created": "2018-01-10T17:47:59.043Z" - }, - { - "id": 349, - "name": "The Scientist Formerly Known as Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/349.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/349", - "created": "2018-01-10T17:49:09.995Z" - }, - { - "id": 350, - "name": "Thomas Lipkip", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Froopyland", - "url": "https://rickandmortyapi.com/api/location/63" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/350.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/350", - "created": "2018-01-10T17:50:33.471Z" - }, - { - "id": 351, - "name": "Three Unknown Things", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/351.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/351", - "created": "2018-01-10T17:57:31.022Z" - }, - { - "id": 352, - "name": "Tinkles", - "status": "Dead", - "species": "Alien", - "type": "Parasite, Unicorn lamb", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/352.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/352", - "created": "2018-01-10T17:58:51.840Z" - }, - { - "id": 353, - "name": "Tiny Rick", - "status": "Dead", - "species": "Human", - "type": "Clone", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/353.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/353", - "created": "2018-01-10T18:00:35.848Z" - }, - { - "id": 354, - "name": "Toby Matthews", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/354.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/354", - "created": "2018-01-10T18:02:03.402Z" - }, - { - "id": 355, - "name": "Todd Crystal", - "status": "Alive", - "species": "Alien", - "type": "Unknown-nippled alien", - "gender": "Male", - "origin": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "location": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/355.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/14" - ], - "url": "https://rickandmortyapi.com/api/character/355", - "created": "2018-01-10T18:05:46.294Z" - }, - { - "id": 356, - "name": "Tom Randolph", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/356.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/356", - "created": "2018-01-10T18:07:03.215Z" - }, - { - "id": 357, - "name": "Tommy's Clone", - "status": "Alive", - "species": "Human", - "type": "Clone", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/357.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/357", - "created": "2018-01-10T18:07:45.541Z" - }, - { - "id": 358, - "name": "Tophat Jones", - "status": "Dead", - "species": "Humanoid", - "type": "Leprechaun", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/358.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/358", - "created": "2018-01-10T18:09:34.482Z" - }, - { - "id": 359, - "name": "Tortured Morty", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/359.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/359", - "created": "2018-01-10T18:14:50.992Z" - }, - { - "id": 360, - "name": "Toxic Morty", - "status": "Dead", - "species": "Humanoid", - "type": "Morty's toxic side", - "gender": "Male", - "origin": { - "name": "Detoxifier", - "url": "https://rickandmortyapi.com/api/location/64" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/360.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/360", - "created": "2018-01-10T18:18:05.422Z" - }, - { - "id": 361, - "name": "Toxic Rick", - "status": "Dead", - "species": "Humanoid", - "type": "Rick's toxic side", - "gender": "Male", - "origin": { - "name": "Detoxifier", - "url": "https://rickandmortyapi.com/api/location/64" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/361.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/361", - "created": "2018-01-10T18:20:41.703Z" - }, - { - "id": 362, - "name": "Traflorkian", - "status": "Alive", - "species": "Alien", - "type": "Traflorkian", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Worldender's lair", - "url": "https://rickandmortyapi.com/api/location/4" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/362.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/362", - "created": "2018-01-10T18:52:08.927Z" - }, - { - "id": 363, - "name": "Trandor", - "status": "Alive", - "species": "Alien", - "type": "Krootabulan", - "gender": "Male", - "origin": { - "name": "Krootabulon", - "url": "https://rickandmortyapi.com/api/location/45" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/363.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/363", - "created": "2018-01-10T18:54:36.578Z" - }, - { - "id": 364, - "name": "Tree Person", - "status": "Dead", - "species": "Humanoid", - "type": "Teenyverse inhabitant", - "gender": "unknown", - "origin": { - "name": "Kyle's Teenyverse", - "url": "https://rickandmortyapi.com/api/location/50" - }, - "location": { - "name": "Kyle's Teenyverse", - "url": "https://rickandmortyapi.com/api/location/50" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/364.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/364", - "created": "2018-01-10T18:57:50.033Z" - }, - { - "id": 365, - "name": "Tricia Lange", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/365.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26", - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/365", - "created": "2018-01-10T18:59:31.842Z" - }, - { - "id": 366, - "name": "Trunk Morty", - "status": "Alive", - "species": "Humanoid", - "type": "Trunk-Person", - "gender": "Male", - "origin": { - "name": "Trunk World", - "url": "https://rickandmortyapi.com/api/location/65" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/366.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/366", - "created": "2018-01-10T19:03:13.558Z" - }, - { - "id": 367, - "name": "Trunk Man", - "status": "Alive", - "species": "Humanoid", - "type": "Trunk-Person", - "gender": "Male", - "origin": { - "name": "Trunk World", - "url": "https://rickandmortyapi.com/api/location/65" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/367.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/367", - "created": "2018-01-10T19:05:34.004Z" - }, - { - "id": 368, - "name": "Truth Tortoise", - "status": "unknown", - "species": "Animal", - "type": "Omniscient being", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/368.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/368", - "created": "2018-01-10T19:14:35.885Z" - }, - { - "id": 369, - "name": "Tusked Assassin", - "status": "unknown", - "species": "Alien", - "type": "Tuskfish", - "gender": "Male", - "origin": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "location": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/369.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/369", - "created": "2018-01-10T19:17:00.093Z" - }, - { - "id": 370, - "name": "Two Guys with Handlebar Mustaches", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/370.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/370", - "created": "2018-01-10T19:17:57.976Z" - }, - { - "id": 371, - "name": "Tumblorkian", - "status": "Alive", - "species": "Alien", - "type": "Tumblorkian", - "gender": "Male", - "origin": { - "name": "Plopstar", - "url": "https://rickandmortyapi.com/api/location/66" - }, - "location": { - "name": "Plopstar", - "url": "https://rickandmortyapi.com/api/location/66" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/371.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/371", - "created": "2018-01-10T19:18:44.560Z" - }, - { - "id": 372, - "name": "Unity", - "status": "Alive", - "species": "Alien", - "type": "Hivemind", - "gender": "Genderless", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/372.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/14" - ], - "url": "https://rickandmortyapi.com/api/character/372", - "created": "2018-01-10T19:20:50.211Z" - }, - { - "id": 373, - "name": "Unmuscular Michael", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/373.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/373", - "created": "2018-01-10T19:22:04.075Z" - }, - { - "id": 374, - "name": "Vampire Master", - "status": "Alive", - "species": "Vampire", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/374.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/374", - "created": "2018-01-10T19:23:45.478Z" - }, - { - "id": 375, - "name": "Vance Maximus", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Worldender's lair", - "url": "https://rickandmortyapi.com/api/location/4" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/375.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/375", - "created": "2018-01-10T19:26:00.957Z" - }, - { - "id": 376, - "name": "Veronica Ann Bennet", - "status": "Alive", - "species": "Alien", - "type": "Gazorpian", - "gender": "Female", - "origin": { - "name": "Gazorpazorp", - "url": "https://rickandmortyapi.com/api/location/40" - }, - "location": { - "name": "Gazorpazorp", - "url": "https://rickandmortyapi.com/api/location/40" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/376.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/7" - ], - "url": "https://rickandmortyapi.com/api/character/376", - "created": "2018-01-10T19:27:06.246Z" - }, - { - "id": 377, - "name": "Voltematron", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/377.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/377", - "created": "2018-01-10T19:29:08.116Z" - }, - { - "id": 378, - "name": "Wall Crawling Rick", - "status": "unknown", - "species": "Humanoid", - "type": "Lizard-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/378.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/378", - "created": "2018-01-10T19:33:30.804Z" - }, - { - "id": 379, - "name": "Wedding Bartender", - "status": "unknown", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/379.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/379", - "created": "2018-01-10T19:37:41.375Z" - }, - { - "id": 380, - "name": "Weird Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/380.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/380", - "created": "2018-01-10T19:44:22.262Z" - }, - { - "id": 381, - "name": "Woman Rick", - "status": "Alive", - "species": "Alien", - "type": "Chair", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/381.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/381", - "created": "2018-01-10T19:46:00.622Z" - }, - { - "id": 382, - "name": "Worldender", - "status": "Dead", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Worldender's lair", - "url": "https://rickandmortyapi.com/api/location/4" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/382.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/382", - "created": "2018-01-10T19:47:55.859Z" - }, - { - "id": 383, - "name": "Yaarb", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "St. Gloopy Noops Hospital", - "url": "https://rickandmortyapi.com/api/location/16" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/383.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/383", - "created": "2018-01-10T19:48:59.952Z" - }, - { - "id": 384, - "name": "Yellow Headed Doctor", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "St. Gloopy Noops Hospital", - "url": "https://rickandmortyapi.com/api/location/16" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/384.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/384", - "created": "2018-01-10T19:50:19.351Z" - }, - { - "id": 385, - "name": "Yellow Shirt Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/385.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/385", - "created": "2018-01-10T19:51:18.996Z" - }, - { - "id": 386, - "name": "Zarbadar Gloonch", - "status": "Dead", - "species": "Alien", - "type": "Drumbloxian", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/386.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/386", - "created": "2018-01-10T19:52:40.898Z" - }, - { - "id": 387, - "name": "Zarbadar's Mytholog", - "status": "unknown", - "species": "Mytholog", - "type": "", - "gender": "Female", - "origin": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/387.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/387", - "created": "2018-01-10T19:54:17.951Z" - }, - { - "id": 388, - "name": "Zeep Xanflorp", - "status": "Alive", - "species": "Humanoid", - "type": "Microverse inhabitant", - "gender": "Male", - "origin": { - "name": "Rick's Battery Microverse", - "url": "https://rickandmortyapi.com/api/location/24" - }, - "location": { - "name": "Rick's Battery Microverse", - "url": "https://rickandmortyapi.com/api/location/24" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/388.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/388", - "created": "2018-01-10T19:56:57.790Z" - }, - { - "id": 389, - "name": "Zeta Alpha Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/389.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/389", - "created": "2018-01-10T19:57:41.191Z" - }, - { - "id": 390, - "name": "Zick Zack", - "status": "Dead", - "species": "Alien", - "type": "Floop Floopian", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/390.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/390", - "created": "2018-01-10T20:00:05.681Z" - }, - { - "id": 391, - "name": "Uncle Steve", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/391.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/391", - "created": "2018-01-14T13:34:50.096Z" - }, - { - "id": 392, - "name": "Bearded Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/392.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/392", - "created": "2018-01-14T14:48:05.977Z" - }, - { - "id": 393, - "name": "Roy", - "status": "Alive", - "species": "Human", - "type": "Game", - "gender": "Male", - "origin": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "location": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/393.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/393", - "created": "2018-01-20T19:15:27.239Z" - }, - { - "id": 394, - "name": "Davin", - "status": "Dead", - "species": "Cronenberg", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/394.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/6" - ], - "url": "https://rickandmortyapi.com/api/character/394", - "created": "2018-01-20T19:48:42.201Z" - }, - { - "id": 395, - "name": "Greebybobe", - "status": "Alive", - "species": "Alien", - "type": "Greebybobe", - "gender": "unknown", - "origin": { - "name": "Girvonesk", - "url": "https://rickandmortyapi.com/api/location/68" - }, - "location": { - "name": "Worldender's lair", - "url": "https://rickandmortyapi.com/api/location/4" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/395.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/395", - "created": "2018-04-15T16:46:31.715Z" - }, - { - "id": 396, - "name": "Scary Teacher", - "status": "Alive", - "species": "Humanoid", - "type": "Monster", - "gender": "Male", - "origin": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "location": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/396.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/396", - "created": "2018-04-15T17:10:07.639Z" - }, - { - "id": 397, - "name": "Fido", - "status": "Alive", - "species": "Animal", - "type": "Dog", - "gender": "Male", - "origin": { - "name": "Snuffles' Dream", - "url": "https://rickandmortyapi.com/api/location/70" - }, - "location": { - "name": "Snuffles' Dream", - "url": "https://rickandmortyapi.com/api/location/70" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/397.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/397", - "created": "2018-04-15T17:15:28.777Z" - }, - { - "id": 398, - "name": "Accountant dog", - "status": "Alive", - "species": "Animal", - "type": "Dog", - "gender": "Male", - "origin": { - "name": "Snuffles' Dream", - "url": "https://rickandmortyapi.com/api/location/70" - }, - "location": { - "name": "Snuffles' Dream", - "url": "https://rickandmortyapi.com/api/location/70" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/398.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/398", - "created": "2018-04-15T17:23:04.169Z" - }, - { - "id": 399, - "name": "Tiny-persons advocacy group lawyer", - "status": "Alive", - "species": "Humanoid", - "type": "Giant", - "gender": "Male", - "origin": { - "name": "Giant's Town", - "url": "https://rickandmortyapi.com/api/location/14" - }, - "location": { - "name": "Giant's Town", - "url": "https://rickandmortyapi.com/api/location/14" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/399.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/399", - "created": "2018-04-15T17:34:02.076Z" - }, - { - "id": 400, - "name": "Giant Judge", - "status": "Alive", - "species": "Humanoid", - "type": "Giant", - "gender": "Male", - "origin": { - "name": "Giant's Town", - "url": "https://rickandmortyapi.com/api/location/14" - }, - "location": { - "name": "Giant's Town", - "url": "https://rickandmortyapi.com/api/location/14" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/400.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/400", - "created": "2018-04-15T17:36:11.295Z" - }, - { - "id": 401, - "name": "Morty Jr's interviewer", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/401.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/7" - ], - "url": "https://rickandmortyapi.com/api/character/401", - "created": "2018-04-15T17:43:56.832Z" - }, - { - "id": 402, - "name": "Guy from The Bachelor", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/402.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/402", - "created": "2018-04-15T17:45:38.589Z" - }, - { - "id": 403, - "name": "Corn detective", - "status": "Dead", - "species": "Humanoid", - "type": "Corn-person", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/403.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/403", - "created": "2018-04-15T17:48:50.629Z" - }, - { - "id": 404, - "name": "Michael Jackson", - "status": "Alive", - "species": "Humanoid", - "type": "Phone-Person", - "gender": "Male", - "origin": { - "name": "Earth (Phone Dimension)", - "url": "https://rickandmortyapi.com/api/location/72" - }, - "location": { - "name": "Earth (Phone Dimension)", - "url": "https://rickandmortyapi.com/api/location/72" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/404.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/404", - "created": "2018-04-15T18:01:09.637Z" - }, - { - "id": 405, - "name": "Trunkphobic suspenders guy", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/405.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2", - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/11" - ], - "url": "https://rickandmortyapi.com/api/character/405", - "created": "2018-04-15T20:31:46.065Z" - }, - { - "id": 406, - "name": "Spiderweb teddy bear", - "status": "Alive", - "species": "Animal", - "type": "Teddy Bear", - "gender": "unknown", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/406.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/406", - "created": "2018-04-15T20:45:04.863Z" - }, - { - "id": 407, - "name": "Regular Tyrion Lannister", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/407.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/407", - "created": "2018-04-15T20:50:10.475Z" - }, - { - "id": 408, - "name": "Quick Mistery Presenter", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/408.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/408", - "created": "2018-04-15T20:51:47.778Z" - }, - { - "id": 409, - "name": "Mr. Sneezy", - "status": "Alive", - "species": "Human", - "type": "Little Human", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/409.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/409", - "created": "2018-04-15T21:04:09.405Z" - }, - { - "id": 410, - "name": "Two Brothers", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/410.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/410", - "created": "2018-04-15T21:06:18.686Z" - }, - { - "id": 411, - "name": "Alien Mexican Armada", - "status": "unknown", - "species": "Alien", - "type": "Mexican", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/411.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/411", - "created": "2018-04-15T21:10:27.986Z" - }, - { - "id": 412, - "name": "Giant Cat Monster", - "status": "unknown", - "species": "Animal", - "type": "Giant Cat Monster", - "gender": "unknown", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/412.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/412", - "created": "2018-04-15T21:14:09.223Z" - }, - { - "id": 413, - "name": "Old Women", - "status": "unknown", - "species": "Human", - "type": "Old Amazons", - "gender": "Female", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/413.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/413", - "created": "2018-04-15T21:21:32.623Z" - }, - { - "id": 414, - "name": "Trunkphobic guy", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/414.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/414", - "created": "2018-04-15T21:33:59.719Z" - }, - { - "id": 415, - "name": "Pro trunk people marriage guy", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/415.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/415", - "created": "2018-04-15T21:34:21.911Z" - }, - { - "id": 416, - "name": "Muscular Mannie", - "status": "Alive", - "species": "Human", - "type": "Mannie", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/416.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/416", - "created": "2018-04-15T21:39:22.608Z" - }, - { - "id": 417, - "name": "Baby Legs Chief", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/417.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/417", - "created": "2018-04-15T21:40:39.871Z" - }, - { - "id": 418, - "name": "Mrs. Sullivan's Boyfriend", - "status": "Alive", - "species": "Human", - "type": "Necrophiliac", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/418.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/418", - "created": "2018-04-15T21:43:43.867Z" - }, - { - "id": 419, - "name": "Plutonian Hostess", - "status": "Alive", - "species": "Alien", - "type": "Plutonian", - "gender": "Female", - "origin": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "location": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/419.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/9" - ], - "url": "https://rickandmortyapi.com/api/character/419", - "created": "2018-04-15T21:48:45.783Z" - }, - { - "id": 420, - "name": "Plutonian Host", - "status": "Alive", - "species": "Alien", - "type": "Plutonian", - "gender": "Male", - "origin": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "location": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/420.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/9" - ], - "url": "https://rickandmortyapi.com/api/character/420", - "created": "2018-04-15T21:49:04.730Z" - }, - { - "id": 421, - "name": "Rich Plutonian", - "status": "Alive", - "species": "Alien", - "type": "Plutonian", - "gender": "Female", - "origin": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "location": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/421.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/9" - ], - "url": "https://rickandmortyapi.com/api/character/421", - "created": "2018-04-15T21:51:50.534Z" - }, - { - "id": 422, - "name": "Rich Plutonian", - "status": "Alive", - "species": "Alien", - "type": "Plutonian", - "gender": "Male", - "origin": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "location": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/422.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/9" - ], - "url": "https://rickandmortyapi.com/api/character/422", - "created": "2018-04-15T21:52:14.642Z" - }, - { - "id": 423, - "name": "Synthetic Laser Eels", - "status": "Alive", - "species": "Animal", - "type": "Eel", - "gender": "unknown", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/423.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11" - ], - "url": "https://rickandmortyapi.com/api/character/423", - "created": "2018-04-16T21:08:47.956Z" - }, - { - "id": 424, - "name": "Pizza-person", - "status": "Alive", - "species": "Humanoid", - "type": "Pizza", - "gender": "Male", - "origin": { - "name": "Earth (Pizza Dimension)", - "url": "https://rickandmortyapi.com/api/location/71" - }, - "location": { - "name": "Earth (Pizza Dimension)", - "url": "https://rickandmortyapi.com/api/location/71" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/424.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/424", - "created": "2018-04-16T21:45:55.310Z" - }, - { - "id": 425, - "name": "Pizza-person", - "status": "Alive", - "species": "Humanoid", - "type": "Pizza", - "gender": "Male", - "origin": { - "name": "Earth (Pizza Dimension)", - "url": "https://rickandmortyapi.com/api/location/71" - }, - "location": { - "name": "Earth (Pizza Dimension)", - "url": "https://rickandmortyapi.com/api/location/71" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/425.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/425", - "created": "2018-04-16T21:46:18.362Z" - }, - { - "id": 426, - "name": "Greasy Grandma", - "status": "Alive", - "species": "Human", - "type": "Grandma", - "gender": "Female", - "origin": { - "name": "Greasy Grandma World", - "url": "https://rickandmortyapi.com/api/location/73" - }, - "location": { - "name": "Greasy Grandma World", - "url": "https://rickandmortyapi.com/api/location/73" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/426.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/426", - "created": "2018-04-16T21:51:21.379Z" - }, - { - "id": 427, - "name": "Phone-person", - "status": "Alive", - "species": "Humanoid", - "type": "Phone", - "gender": "Male", - "origin": { - "name": "Earth (Phone Dimension)", - "url": "https://rickandmortyapi.com/api/location/72" - }, - "location": { - "name": "Earth (Phone Dimension)", - "url": "https://rickandmortyapi.com/api/location/72" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/427.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/427", - "created": "2018-04-16T21:54:05.375Z" - }, - { - "id": 428, - "name": "Phone-person", - "status": "Alive", - "species": "Humanoid", - "type": "Phone", - "gender": "Male", - "origin": { - "name": "Earth (Phone Dimension)", - "url": "https://rickandmortyapi.com/api/location/72" - }, - "location": { - "name": "Earth (Phone Dimension)", - "url": "https://rickandmortyapi.com/api/location/72" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/428.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/428", - "created": "2018-04-16T21:54:48.372Z" - }, - { - "id": 429, - "name": "Chair-person", - "status": "Alive", - "species": "Humanoid", - "type": "Chair", - "gender": "Male", - "origin": { - "name": "Earth (Chair Dimension)", - "url": "https://rickandmortyapi.com/api/location/74" - }, - "location": { - "name": "Earth (Chair Dimension)", - "url": "https://rickandmortyapi.com/api/location/74" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/429.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/429", - "created": "2018-04-16T21:59:25.798Z" - }, - { - "id": 430, - "name": "Chair-person", - "status": "Alive", - "species": "Humanoid", - "type": "Chair", - "gender": "Male", - "origin": { - "name": "Earth (Chair Dimension)", - "url": "https://rickandmortyapi.com/api/location/74" - }, - "location": { - "name": "Earth (Chair Dimension)", - "url": "https://rickandmortyapi.com/api/location/74" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/430.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/430", - "created": "2018-04-16T21:59:48.220Z" - }, - { - "id": 431, - "name": "Chair-homeless", - "status": "Alive", - "species": "Humanoid", - "type": "Chair", - "gender": "Male", - "origin": { - "name": "Earth (Chair Dimension)", - "url": "https://rickandmortyapi.com/api/location/74" - }, - "location": { - "name": "Earth (Chair Dimension)", - "url": "https://rickandmortyapi.com/api/location/74" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/431.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/431", - "created": "2018-04-16T22:01:17.927Z" - }, - { - "id": 432, - "name": "Chair-waiter", - "status": "Alive", - "species": "Humanoid", - "type": "Chair", - "gender": "Male", - "origin": { - "name": "Earth (Chair Dimension)", - "url": "https://rickandmortyapi.com/api/location/74" - }, - "location": { - "name": "Earth (Chair Dimension)", - "url": "https://rickandmortyapi.com/api/location/74" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/432.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/432", - "created": "2018-04-16T22:02:26.106Z" - }, - { - "id": 433, - "name": "Doopidoo", - "status": "Alive", - "species": "Animal", - "type": "Doopidoo", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/433.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/433", - "created": "2018-04-16T22:05:05.745Z" - }, - { - "id": 434, - "name": "Super Weird Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/434.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/434", - "created": "2018-04-16T22:16:17.789Z" - }, - { - "id": 435, - "name": "Pripudlian", - "status": "Alive", - "species": "Alien", - "type": "Pripudlian", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/435.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/435", - "created": "2018-04-16T22:21:57.962Z" - }, - { - "id": 436, - "name": "Giant Testicle Monster", - "status": "Alive", - "species": "Animal", - "type": "Monster", - "gender": "unknown", - "origin": { - "name": "Testicle Monster Dimension", - "url": "https://rickandmortyapi.com/api/location/21" - }, - "location": { - "name": "Testicle Monster Dimension", - "url": "https://rickandmortyapi.com/api/location/21" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/436.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/436", - "created": "2018-04-16T22:33:01.337Z" - }, - { - "id": 437, - "name": "Michael", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/437.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/12" - ], - "url": "https://rickandmortyapi.com/api/character/437", - "created": "2018-05-01T11:51:10.604Z" - }, - { - "id": 438, - "name": "Michael's Lawyer", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/438.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/12" - ], - "url": "https://rickandmortyapi.com/api/character/438", - "created": "2018-05-01T11:57:16.266Z" - }, - { - "id": 439, - "name": "Veterinary", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/439.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/12" - ], - "url": "https://rickandmortyapi.com/api/character/439", - "created": "2018-05-01T11:58:43.275Z" - }, - { - "id": 440, - "name": "Veterinary Nurse", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/440.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/12" - ], - "url": "https://rickandmortyapi.com/api/character/440", - "created": "2018-05-01T11:59:15.544Z" - }, - { - "id": 441, - "name": "Bearded Jerry", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Jerryboree", - "url": "https://rickandmortyapi.com/api/location/44" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/441.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/441", - "created": "2018-05-01T12:09:22.636Z" - }, - { - "id": 442, - "name": "Shaved Head Jerry", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Jerryboree", - "url": "https://rickandmortyapi.com/api/location/44" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/442.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/442", - "created": "2018-05-01T12:10:35.123Z" - }, - { - "id": 443, - "name": "Tank Top Jerry", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Jerryboree", - "url": "https://rickandmortyapi.com/api/location/44" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/443.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/443", - "created": "2018-05-01T12:23:37.165Z" - }, - { - "id": 444, - "name": "Pink Polo Shirt Jerry", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Jerryboree", - "url": "https://rickandmortyapi.com/api/location/44" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/444.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/444", - "created": "2018-05-01T12:27:08.632Z" - }, - { - "id": 445, - "name": "Jerryboree Keeper", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Jerryboree", - "url": "https://rickandmortyapi.com/api/location/44" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/445.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/445", - "created": "2018-05-01T13:09:57.921Z" - }, - { - "id": 446, - "name": "Jerryboree Receptionist", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Jerryboree", - "url": "https://rickandmortyapi.com/api/location/44" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/446.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/446", - "created": "2018-05-01T13:11:26.665Z" - }, - { - "id": 447, - "name": "Anchor Gear", - "status": "Alive", - "species": "Alien", - "type": "Gear-Person", - "gender": "Male", - "origin": { - "name": "Gear World", - "url": "https://rickandmortyapi.com/api/location/57" - }, - "location": { - "name": "Gear World", - "url": "https://rickandmortyapi.com/api/location/57" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/447.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/447", - "created": "2018-05-01T13:34:56.141Z" - }, - { - "id": 448, - "name": "Gear Cop", - "status": "Dead", - "species": "Alien", - "type": "Gear-Person", - "gender": "Male", - "origin": { - "name": "Gear World", - "url": "https://rickandmortyapi.com/api/location/57" - }, - "location": { - "name": "Gear World", - "url": "https://rickandmortyapi.com/api/location/57" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/448.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/448", - "created": "2018-05-01T13:38:21.237Z" - }, - { - "id": 449, - "name": "Roy's Mum", - "status": "Alive", - "species": "Human", - "type": "Game", - "gender": "Female", - "origin": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "location": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/449.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/449", - "created": "2018-05-01T13:55:27.886Z" - }, - { - "id": 450, - "name": "Roy's Wife", - "status": "Alive", - "species": "Human", - "type": "Game", - "gender": "Male", - "origin": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "location": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/450.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/450", - "created": "2018-05-01T13:57:55.888Z" - }, - { - "id": 451, - "name": "Roy's Son", - "status": "Alive", - "species": "Human", - "type": "Game", - "gender": "Male", - "origin": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "location": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/451.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/451", - "created": "2018-05-01T13:59:18.964Z" - }, - { - "id": 452, - "name": "Simon", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/452.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/452", - "created": "2018-05-01T14:20:10.187Z" - }, - { - "id": 453, - "name": "Vampire Master's Assistant", - "status": "Alive", - "species": "Vampire", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/453.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/453", - "created": "2018-05-01T15:20:15.582Z" - }, - { - "id": 454, - "name": "Arbolian Mentirososian", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "unknown", - "origin": { - "name": "Árboles Mentirosos", - "url": "https://rickandmortyapi.com/api/location/75" - }, - "location": { - "name": "St. Gloopy Noops Hospital", - "url": "https://rickandmortyapi.com/api/location/16" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/454.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/454", - "created": "2018-05-01T15:30:21.493Z" - }, - { - "id": 455, - "name": "St. Gloopy Noops Nurse", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "St. Gloopy Noops Hospital", - "url": "https://rickandmortyapi.com/api/location/16" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/455.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/455", - "created": "2018-05-01T15:34:19.679Z" - }, - { - "id": 456, - "name": "Nano Doctor", - "status": "Alive", - "species": "Alien", - "type": "Nano Alien", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "St. Gloopy Noops Hospital", - "url": "https://rickandmortyapi.com/api/location/16" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/456.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/456", - "created": "2018-05-01T15:42:07.919Z" - }, - { - "id": 457, - "name": "Funny Songs Presenter", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/457.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/457", - "created": "2018-05-01T16:08:23.458Z" - }, - { - "id": 458, - "name": "Tax Attorney", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/458.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/458", - "created": "2018-05-01T16:11:17.925Z" - }, - { - "id": 459, - "name": "Butthole Ice Cream Guy", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/459.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/459", - "created": "2018-05-01T16:53:23.462Z" - }, - { - "id": 460, - "name": "Traflorkian Journalist", - "status": "Alive", - "species": "Alien", - "type": "Traflorkian", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "St. Gloopy Noops Hospital", - "url": "https://rickandmortyapi.com/api/location/16" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/460.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/460", - "created": "2018-05-01T17:03:39.846Z" - }, - { - "id": 461, - "name": "Communication's Responsible Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/461.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/461", - "created": "2018-05-22T16:06:28.494Z" - }, - { - "id": 462, - "name": "Teleportation's Responsible Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/462.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/462", - "created": "2018-05-22T16:16:02.653Z" - }, - { - "id": 463, - "name": "SEAL Team Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/463.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/463", - "created": "2018-05-22T16:21:44.379Z" - }, - { - "id": 464, - "name": "SEAL Team Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/464.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/464", - "created": "2018-05-22T16:21:58.176Z" - }, - { - "id": 465, - "name": "SEAL Team Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/465.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/465", - "created": "2018-05-22T16:22:12.309Z" - }, - { - "id": 466, - "name": "SEAL Team Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/466.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/466", - "created": "2018-05-22T16:23:24.470Z" - }, - { - "id": 467, - "name": "Morphizer-XE Customer Support", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/467.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/467", - "created": "2018-05-22T16:46:18.038Z" - }, - { - "id": 468, - "name": "Morphizer-XE Customer Support", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/468.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/468", - "created": "2018-05-22T16:46:37.603Z" - }, - { - "id": 469, - "name": "Morphizer-XE Customer Support", - "status": "unknown", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/469.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/469", - "created": "2018-05-22T16:46:50.518Z" - }, - { - "id": 470, - "name": "Alien Spa Employee", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Alien Day Spa", - "url": "https://rickandmortyapi.com/api/location/76" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/470.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/470", - "created": "2018-05-22T17:01:59.602Z" - }, - { - "id": 471, - "name": "Little Voltron", - "status": "Alive", - "species": "Robot", - "type": "", - "gender": "Genderless", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/471.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/471", - "created": "2018-05-22T17:07:21.833Z" - }, - { - "id": 472, - "name": "Baby Rick", - "status": "Alive", - "species": "Human", - "type": "Clone", - "gender": "Male", - "origin": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/472.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/472", - "created": "2018-05-22T17:11:53.084Z" - }, - { - "id": 473, - "name": "Bartender Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/473.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/473", - "created": "2018-05-22T17:14:41.628Z" - }, - { - "id": 474, - "name": "Dancer Cowboy Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/474.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/474", - "created": "2018-05-22T17:17:10.102Z" - }, - { - "id": 475, - "name": "Dancer Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/475.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/475", - "created": "2018-05-22T17:17:49.270Z" - }, - { - "id": 476, - "name": "Flower Morty", - "status": "Alive", - "species": "Human", - "type": "Human with a flower in his head", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/476.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/476", - "created": "2018-05-22T17:18:46.129Z" - }, - { - "id": 477, - "name": "Hairdresser Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/477.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/477", - "created": "2018-05-22T17:19:36.127Z" - }, - { - "id": 478, - "name": "Journalist Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/478.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/478", - "created": "2018-05-22T17:22:18.417Z" - }, - { - "id": 479, - "name": "Private Sector Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/479.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/479", - "created": "2018-05-22T17:23:18.546Z" - }, - { - "id": 480, - "name": "Purple Morty", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/480.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/480", - "created": "2018-05-22T17:24:38.571Z" - }, - { - "id": 481, - "name": "Retired General Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/481.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/481", - "created": "2018-05-22T17:29:50.642Z" - }, - { - "id": 482, - "name": "Secret Service Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/482.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/482", - "created": "2018-05-22T17:32:32.561Z" - }, - { - "id": 483, - "name": "Steve Jobs Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/483.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/483", - "created": "2018-05-22T17:33:33.815Z" - }, - { - "id": 484, - "name": "Sheik Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/484.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/484", - "created": "2018-05-22T17:35:26.250Z" - }, - { - "id": 485, - "name": "Modern Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/485.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/485", - "created": "2018-05-22T17:36:56.925Z" - }, - { - "id": 486, - "name": "Tan Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/486.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/486", - "created": "2018-05-22T17:37:37.764Z" - }, - { - "id": 487, - "name": "Visor Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/487.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/487", - "created": "2018-05-22T17:38:28.593Z" - }, - { - "id": 488, - "name": "Colonial Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/488.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/488", - "created": "2018-05-22T17:39:06.439Z" - }, - { - "id": 489, - "name": "P-Coat Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/489.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/489", - "created": "2018-05-22T17:39:37.604Z" - }, - { - "id": 490, - "name": "Chang", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "The Menagerie", - "url": "https://rickandmortyapi.com/api/location/25" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/490.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/490", - "created": "2018-05-22T17:43:52.543Z" - }, - { - "id": 491, - "name": "Dr. Eleanor Arroway", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "The Menagerie", - "url": "https://rickandmortyapi.com/api/location/25" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/491.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/491", - "created": "2018-05-22T17:44:32.071Z" - }, - { - "id": 492, - "name": "Varrix", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/492.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/492", - "created": "2018-05-22T17:49:13.883Z" - }, - { - "id": 493, - "name": "Secretary of the Interior", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/493.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/493", - "created": "2018-05-22T17:51:07.373Z" - } - ] -}; diff --git a/src/data/rickandmorty/rickandmorty.json b/src/data/rickandmorty/rickandmorty.json deleted file mode 100644 index 62daad81..00000000 --- a/src/data/rickandmorty/rickandmorty.json +++ /dev/null @@ -1,11165 +0,0 @@ -{ - "info": { - "count": 493, - "pages": 25, - "next": "https://rickandmortyapi.com/api/character/?page=2", - "prev": "" - }, - "results": [ - { - "id": 1, - "name": "Rick Sanchez", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/1.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/2", - "https://rickandmortyapi.com/api/episode/3", - "https://rickandmortyapi.com/api/episode/4", - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/7", - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/9", - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/12", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/14", - "https://rickandmortyapi.com/api/episode/15", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/17", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/20", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/23", - "https://rickandmortyapi.com/api/episode/24", - "https://rickandmortyapi.com/api/episode/25", - "https://rickandmortyapi.com/api/episode/26", - "https://rickandmortyapi.com/api/episode/27", - "https://rickandmortyapi.com/api/episode/28", - "https://rickandmortyapi.com/api/episode/29", - "https://rickandmortyapi.com/api/episode/30", - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/1", - "created": "2017-11-04T18:48:46.250Z" - }, - { - "id": 2, - "name": "Morty Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/2.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/2", - "https://rickandmortyapi.com/api/episode/3", - "https://rickandmortyapi.com/api/episode/4", - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/7", - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/9", - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/12", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/14", - "https://rickandmortyapi.com/api/episode/15", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/17", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/20", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/23", - "https://rickandmortyapi.com/api/episode/24", - "https://rickandmortyapi.com/api/episode/25", - "https://rickandmortyapi.com/api/episode/26", - "https://rickandmortyapi.com/api/episode/27", - "https://rickandmortyapi.com/api/episode/28", - "https://rickandmortyapi.com/api/episode/29", - "https://rickandmortyapi.com/api/episode/30", - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/2", - "created": "2017-11-04T18:50:21.651Z" - }, - { - "id": 3, - "name": "Summer Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/3.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/7", - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/9", - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/12", - "https://rickandmortyapi.com/api/episode/14", - "https://rickandmortyapi.com/api/episode/15", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/17", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/20", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/23", - "https://rickandmortyapi.com/api/episode/24", - "https://rickandmortyapi.com/api/episode/25", - "https://rickandmortyapi.com/api/episode/26", - "https://rickandmortyapi.com/api/episode/27", - "https://rickandmortyapi.com/api/episode/29", - "https://rickandmortyapi.com/api/episode/30", - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/3", - "created": "2017-11-04T19:09:56.428Z" - }, - { - "id": 4, - "name": "Beth Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/4.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/7", - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/9", - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/12", - "https://rickandmortyapi.com/api/episode/14", - "https://rickandmortyapi.com/api/episode/15", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/20", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/23", - "https://rickandmortyapi.com/api/episode/24", - "https://rickandmortyapi.com/api/episode/25", - "https://rickandmortyapi.com/api/episode/26", - "https://rickandmortyapi.com/api/episode/27", - "https://rickandmortyapi.com/api/episode/28", - "https://rickandmortyapi.com/api/episode/29", - "https://rickandmortyapi.com/api/episode/30", - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/4", - "created": "2017-11-04T19:22:43.665Z" - }, - { - "id": 5, - "name": "Jerry Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/5.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/7", - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/9", - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/12", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/14", - "https://rickandmortyapi.com/api/episode/15", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/20", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/23", - "https://rickandmortyapi.com/api/episode/26", - "https://rickandmortyapi.com/api/episode/29", - "https://rickandmortyapi.com/api/episode/30", - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/5", - "created": "2017-11-04T19:26:56.301Z" - }, - { - "id": 6, - "name": "Abadango Cluster Princess", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Female", - "origin": { - "name": "Abadango", - "url": "https://rickandmortyapi.com/api/location/2" - }, - "location": { - "name": "Abadango", - "url": "https://rickandmortyapi.com/api/location/2" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/6.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/6", - "created": "2017-11-04T19:50:28.250Z" - }, - { - "id": 7, - "name": "Abradolf Lincler", - "status": "unknown", - "species": "Human", - "type": "Genetic experiment", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Testicle Monster Dimension", - "url": "https://rickandmortyapi.com/api/location/21" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/7.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/11" - ], - "url": "https://rickandmortyapi.com/api/character/7", - "created": "2017-11-04T19:59:20.523Z" - }, - { - "id": 8, - "name": "Adjudicator Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/8.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/8", - "created": "2017-11-04T20:03:34.737Z" - }, - { - "id": 9, - "name": "Agency Director", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/9.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/24" - ], - "url": "https://rickandmortyapi.com/api/character/9", - "created": "2017-11-04T20:06:54.976Z" - }, - { - "id": 10, - "name": "Alan Rails", - "status": "Dead", - "species": "Human", - "type": "Superhuman (Ghost trains summoner)", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Worldender's lair", - "url": "https://rickandmortyapi.com/api/location/4" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/10.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/10", - "created": "2017-11-04T20:19:09.017Z" - }, - { - "id": 11, - "name": "Albert Einstein", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/11.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/12" - ], - "url": "https://rickandmortyapi.com/api/character/11", - "created": "2017-11-04T20:20:20.965Z" - }, - { - "id": 12, - "name": "Alexander", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/12.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/12", - "created": "2017-11-04T20:32:33.144Z" - }, - { - "id": 13, - "name": "Alien Googah", - "status": "unknown", - "species": "Alien", - "type": "", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/13.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/13", - "created": "2017-11-04T20:33:30.779Z" - }, - { - "id": 14, - "name": "Alien Morty", - "status": "unknown", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/14.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/14", - "created": "2017-11-04T20:51:31.373Z" - }, - { - "id": 15, - "name": "Alien Rick", - "status": "unknown", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/15.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/15", - "created": "2017-11-04T20:56:13.215Z" - }, - { - "id": 16, - "name": "Amish Cyborg", - "status": "Dead", - "species": "Alien", - "type": "Parasite, Cyborg", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/16.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/16", - "created": "2017-11-04T21:12:45.235Z" - }, - { - "id": 17, - "name": "Annie", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/17.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/17", - "created": "2017-11-04T22:21:24.481Z" - }, - { - "id": 18, - "name": "Antenna Morty", - "status": "Alive", - "species": "Human", - "type": "Human with antennae", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/18.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/18", - "created": "2017-11-04T22:25:29.008Z" - }, - { - "id": 19, - "name": "Antenna Rick", - "status": "unknown", - "species": "Human", - "type": "Human with antennae", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/19.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/19", - "created": "2017-11-04T22:28:13.756Z" - }, - { - "id": 20, - "name": "Ants in my Eyes Johnson", - "status": "unknown", - "species": "Human", - "type": "Human with ants in his eyes", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/20.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/20", - "created": "2017-11-04T22:34:53.659Z" - }, - { - "id": 21, - "name": "Aqua Morty", - "status": "unknown", - "species": "Humanoid", - "type": "Fish-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/21.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/21", - "created": "2017-11-04T22:39:48.055Z" - }, - { - "id": 22, - "name": "Aqua Rick", - "status": "unknown", - "species": "Humanoid", - "type": "Fish-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/22.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/22", - "created": "2017-11-04T22:41:07.171Z" - }, - { - "id": 23, - "name": "Arcade Alien", - "status": "unknown", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Immortality Field Resort", - "url": "https://rickandmortyapi.com/api/location/7" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/23.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/25", - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/23", - "created": "2017-11-05T08:43:05.095Z" - }, - { - "id": 24, - "name": "Armagheadon", - "status": "Alive", - "species": "Alien", - "type": "Cromulon", - "gender": "Male", - "origin": { - "name": "Signus 5 Expanse", - "url": "https://rickandmortyapi.com/api/location/22" - }, - "location": { - "name": "Signus 5 Expanse", - "url": "https://rickandmortyapi.com/api/location/22" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/24.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/24", - "created": "2017-11-05T08:48:30.776Z" - }, - { - "id": 25, - "name": "Armothy", - "status": "Dead", - "species": "unknown", - "type": "Self-aware arm", - "gender": "Male", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/25.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/25", - "created": "2017-11-05T08:54:29.343Z" - }, - { - "id": 26, - "name": "Arthricia", - "status": "Alive", - "species": "Alien", - "type": "Cat-Person", - "gender": "Female", - "origin": { - "name": "Purge Planet", - "url": "https://rickandmortyapi.com/api/location/9" - }, - "location": { - "name": "Purge Planet", - "url": "https://rickandmortyapi.com/api/location/9" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/26.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/20" - ], - "url": "https://rickandmortyapi.com/api/character/26", - "created": "2017-11-05T08:56:46.165Z" - }, - { - "id": 27, - "name": "Artist Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/27.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/27", - "created": "2017-11-05T08:59:07.457Z" - }, - { - "id": 28, - "name": "Attila Starwar", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/28.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/28", - "created": "2017-11-05T09:02:16.595Z" - }, - { - "id": 29, - "name": "Baby Legs", - "status": "Alive", - "species": "Human", - "type": "Human with baby legs", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/29.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/29", - "created": "2017-11-05T09:06:19.644Z" - }, - { - "id": 30, - "name": "Baby Poopybutthole", - "status": "Alive", - "species": "Poopybutthole", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/30.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/30", - "created": "2017-11-05T09:13:16.483Z" - }, - { - "id": 31, - "name": "Baby Wizard", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/31.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/31", - "created": "2017-11-05T09:15:11.286Z" - }, - { - "id": 32, - "name": "Bearded Lady", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/32.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/32", - "created": "2017-11-05T09:18:04.184Z" - }, - { - "id": 33, - "name": "Beebo", - "status": "Dead", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "Venzenulon 7", - "url": "https://rickandmortyapi.com/api/location/10" - }, - "location": { - "name": "Venzenulon 7", - "url": "https://rickandmortyapi.com/api/location/10" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/33.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/33", - "created": "2017-11-05T09:21:55.595Z" - }, - { - "id": 34, - "name": "Benjamin", - "status": "Alive", - "species": "Poopybutthole", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/34.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/34", - "created": "2017-11-05T09:24:04.748Z" - }, - { - "id": 35, - "name": "Bepisian", - "status": "Alive", - "species": "Alien", - "type": "Bepisian", - "gender": "unknown", - "origin": { - "name": "Bepis 9", - "url": "https://rickandmortyapi.com/api/location/11" - }, - "location": { - "name": "Bepis 9", - "url": "https://rickandmortyapi.com/api/location/11" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/35.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/35", - "created": "2017-11-05T09:27:38.491Z" - }, - { - "id": 36, - "name": "Beta-Seven", - "status": "Alive", - "species": "Alien", - "type": "Hivemind", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/36.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/14" - ], - "url": "https://rickandmortyapi.com/api/character/36", - "created": "2017-11-05T09:31:08.952Z" - }, - { - "id": 37, - "name": "Beth Sanchez", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "location": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/37.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/37", - "created": "2017-11-05T09:38:22.960Z" - }, - { - "id": 38, - "name": "Beth Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/38.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/2", - "https://rickandmortyapi.com/api/episode/3", - "https://rickandmortyapi.com/api/episode/4", - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/38", - "created": "2017-11-05T09:48:44.230Z" - }, - { - "id": 39, - "name": "Beth Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "location": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/39.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/39", - "created": "2017-11-05T09:52:31.777Z" - }, - { - "id": 40, - "name": "Beth's Mytholog", - "status": "Dead", - "species": "Mytholog", - "type": "", - "gender": "Female", - "origin": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/40.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/40", - "created": "2017-11-05T10:02:26.701Z" - }, - { - "id": 41, - "name": "Big Boobed Waitress", - "status": "Alive", - "species": "Humanoid", - "type": "", - "gender": "Female", - "origin": { - "name": "Fantasy World", - "url": "https://rickandmortyapi.com/api/location/48" - }, - "location": { - "name": "Fantasy World", - "url": "https://rickandmortyapi.com/api/location/48" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/41.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/41", - "created": "2017-11-05T10:13:45.960Z" - }, - { - "id": 42, - "name": "Big Head Morty", - "status": "unknown", - "species": "Human", - "type": "Human with giant head", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/42.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/42", - "created": "2017-11-05T10:15:53.349Z" - }, - { - "id": 43, - "name": "Big Morty", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/43.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/43", - "created": "2017-11-05T10:17:04.997Z" - }, - { - "id": 44, - "name": "Body Guard Morty", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/44.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/44", - "created": "2017-11-05T10:18:11.062Z" - }, - { - "id": 45, - "name": "Bill", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/45.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/45", - "created": "2017-11-05T10:22:27.446Z" - }, - { - "id": 46, - "name": "Bill", - "status": "unknown", - "species": "Animal", - "type": "Dog", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/46.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/46", - "created": "2017-11-05T10:24:38.089Z" - }, - { - "id": 47, - "name": "Birdperson", - "status": "Dead", - "species": "Alien", - "type": "Bird-Person", - "gender": "Male", - "origin": { - "name": "Bird World", - "url": "https://rickandmortyapi.com/api/location/15" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/47.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/47", - "created": "2017-11-05T11:13:36.018Z" - }, - { - "id": 48, - "name": "Black Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/48.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/48", - "created": "2017-11-05T11:15:26.044Z" - }, - { - "id": 49, - "name": "Blamph", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/49.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/49", - "created": "2017-11-05T11:18:26.702Z" - }, - { - "id": 50, - "name": "Blim Blam", - "status": "Alive", - "species": "Alien", - "type": "Korblock", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/50.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/14" - ], - "url": "https://rickandmortyapi.com/api/character/50", - "created": "2017-11-05T11:21:43.756Z" - }, - { - "id": 51, - "name": "Blue Diplomat", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/51.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/51", - "created": "2017-11-05T11:24:49.688Z" - }, - { - "id": 52, - "name": "Blue Footprint Guy", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/52.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/52", - "created": "2017-11-05T11:26:42.084Z" - }, - { - "id": 53, - "name": "Blue Shirt Morty", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/53.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/53", - "created": "2017-11-05T11:28:38.627Z" - }, - { - "id": 54, - "name": "Bobby Moynihan", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/54.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/54", - "created": "2017-11-05T11:31:26.348Z" - }, - { - "id": 55, - "name": "Boobloosian", - "status": "Dead", - "species": "Alien", - "type": "Boobloosian", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/55.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/55", - "created": "2017-11-05T11:32:53.847Z" - }, - { - "id": 56, - "name": "Bootleg Portal Chemist Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/56.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/56", - "created": "2017-11-05T11:34:16.447Z" - }, - { - "id": 57, - "name": "Borpocian", - "status": "Alive", - "species": "Alien", - "type": "Elephant-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/57.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/57", - "created": "2017-11-05T11:38:29.459Z" - }, - { - "id": 58, - "name": "Brad", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/58.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/58", - "created": "2017-11-05T11:40:02.554Z" - }, - { - "id": 59, - "name": "Brad Anderson", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/59.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/7" - ], - "url": "https://rickandmortyapi.com/api/character/59", - "created": "2017-11-05T11:41:38.964Z" - }, - { - "id": 60, - "name": "Calypso", - "status": "Dead", - "species": "Human", - "type": "Superhuman", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/60.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/60", - "created": "2017-11-05T11:52:45.852Z" - }, - { - "id": 61, - "name": "Campaign Manager Morty", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/61.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/61", - "created": "2017-11-05T11:53:44.737Z" - }, - { - "id": 62, - "name": "Canklanker Thom", - "status": "Dead", - "species": "Alien", - "type": "Gromflomite", - "gender": "Male", - "origin": { - "name": "Gromflom Prime", - "url": "https://rickandmortyapi.com/api/location/19" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/62.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1" - ], - "url": "https://rickandmortyapi.com/api/character/62", - "created": "2017-11-05T12:06:23.217Z" - }, - { - "id": 63, - "name": "Centaur", - "status": "Alive", - "species": "Humanoid", - "type": "Centaur", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/63.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/63", - "created": "2017-11-05T12:22:17.848Z" - }, - { - "id": 64, - "name": "Chris", - "status": "Dead", - "species": "Alien", - "type": "Organic gun", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/64.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/12" - ], - "url": "https://rickandmortyapi.com/api/character/64", - "created": "2017-11-05T12:25:03.541Z" - }, - { - "id": 65, - "name": "Chris", - "status": "Alive", - "species": "Humanoid", - "type": "Microverse inhabitant", - "gender": "Male", - "origin": { - "name": "Rick's Battery Microverse", - "url": "https://rickandmortyapi.com/api/location/24" - }, - "location": { - "name": "Rick's Battery Microverse", - "url": "https://rickandmortyapi.com/api/location/24" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/65.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/65", - "created": "2017-11-30T11:02:41.935Z" - }, - { - "id": 66, - "name": "Coach Feratu (Balik Alistane)", - "status": "Dead", - "species": "Vampire", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/66.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/66", - "created": "2017-11-30T11:10:10.491Z" - }, - { - "id": 67, - "name": "Collector", - "status": "Alive", - "species": "Alien", - "type": "Light bulb-Alien", - "gender": "Male", - "origin": { - "name": "The Menagerie", - "url": "https://rickandmortyapi.com/api/location/25" - }, - "location": { - "name": "The Menagerie", - "url": "https://rickandmortyapi.com/api/location/25" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/67.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/67", - "created": "2017-11-30T11:13:46.785Z" - }, - { - "id": 68, - "name": "Colossus", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/68.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/68", - "created": "2017-11-30T11:17:32.733Z" - }, - { - "id": 69, - "name": "Commander Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/69.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/69", - "created": "2017-11-30T11:28:06.461Z" - }, - { - "id": 70, - "name": "Concerto", - "status": "Dead", - "species": "Humanoid", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/70.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/24" - ], - "url": "https://rickandmortyapi.com/api/character/70", - "created": "2017-11-30T11:31:41.926Z" - }, - { - "id": 71, - "name": "Conroy", - "status": "Dead", - "species": "Robot", - "type": "", - "gender": "unknown", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/71.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/71", - "created": "2017-11-30T11:35:50.183Z" - }, - { - "id": 72, - "name": "Cool Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (K-83)", - "url": "https://rickandmortyapi.com/api/location/26" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/72.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/72", - "created": "2017-11-30T11:41:11.542Z" - }, - { - "id": 73, - "name": "Cop Morty", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/73.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/73", - "created": "2017-11-30T11:43:04.217Z" - }, - { - "id": 74, - "name": "Cop Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/74.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/74", - "created": "2017-11-30T11:48:18.950Z" - }, - { - "id": 75, - "name": "Courier Flap", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/75.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/75", - "created": "2017-11-30T12:12:57.553Z" - }, - { - "id": 76, - "name": "Cousin Nicky", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/76.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/76", - "created": "2017-11-30T14:11:52.882Z" - }, - { - "id": 77, - "name": "Cowboy Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/77.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/77", - "created": "2017-11-30T14:13:17.371Z" - }, - { - "id": 78, - "name": "Cowboy Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/78.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/78", - "created": "2017-11-30T14:15:18.347Z" - }, - { - "id": 79, - "name": "Crab Spider", - "status": "Alive", - "species": "Alien", - "type": "Animal", - "gender": "unknown", - "origin": { - "name": "Hideout Planet", - "url": "https://rickandmortyapi.com/api/location/27" - }, - "location": { - "name": "Hideout Planet", - "url": "https://rickandmortyapi.com/api/location/27" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/79.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/79", - "created": "2017-11-30T14:18:16.899Z" - }, - { - "id": 80, - "name": "Creepy Little Girl", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/80.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/80", - "created": "2017-11-30T14:20:35.772Z" - }, - { - "id": 81, - "name": "Crocubot", - "status": "Dead", - "species": "Humanoid", - "type": "Robot-Crocodile hybrid", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Worldender's lair", - "url": "https://rickandmortyapi.com/api/location/4" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/81.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/81", - "created": "2017-11-30T14:23:41.053Z" - }, - { - "id": 82, - "name": "Cronenberg Rick", - "status": "unknown", - "species": "Cronenberg", - "type": "", - "gender": "Male", - "origin": { - "name": "Cronenberg Earth", - "url": "https://rickandmortyapi.com/api/location/12" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/82.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/82", - "created": "2017-11-30T14:28:54.596Z" - }, - { - "id": 83, - "name": "Cronenberg Morty", - "status": "unknown", - "species": "Cronenberg", - "type": "", - "gender": "Male", - "origin": { - "name": "Cronenberg Earth", - "url": "https://rickandmortyapi.com/api/location/12" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/83.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/83", - "created": "2017-11-30T20:02:29.204Z" - }, - { - "id": 84, - "name": "Cult Leader Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Hideout Planet", - "url": "https://rickandmortyapi.com/api/location/27" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/84.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/84", - "created": "2017-11-30T20:41:48.080Z" - }, - { - "id": 85, - "name": "Cyclops Morty", - "status": "Alive", - "species": "Humanoid", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/85.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/85", - "created": "2017-11-30T20:49:52.133Z" - }, - { - "id": 86, - "name": "Cyclops Rick", - "status": "Dead", - "species": "Humanoid", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/86.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/86", - "created": "2017-11-30T20:53:10.382Z" - }, - { - "id": 87, - "name": "Cynthia", - "status": "Dead", - "species": "Alien", - "type": "Zigerion", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Zigerion's Base", - "url": "https://rickandmortyapi.com/api/location/46" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/87.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/4" - ], - "url": "https://rickandmortyapi.com/api/character/87", - "created": "2017-11-30T21:08:32.534Z" - }, - { - "id": 88, - "name": "Cynthia", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/88.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/9", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/88", - "created": "2017-11-30T21:16:35.633Z" - }, - { - "id": 89, - "name": "Dale", - "status": "Dead", - "species": "Humanoid", - "type": "Giant", - "gender": "Male", - "origin": { - "name": "Giant's Town", - "url": "https://rickandmortyapi.com/api/location/14" - }, - "location": { - "name": "Giant's Town", - "url": "https://rickandmortyapi.com/api/location/14" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/89.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/89", - "created": "2017-12-01T10:32:08.340Z" - }, - { - "id": 90, - "name": "Daron Jefferson", - "status": "Alive", - "species": "Alien", - "type": "Cone-nippled alien", - "gender": "Male", - "origin": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "location": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/90.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/14" - ], - "url": "https://rickandmortyapi.com/api/character/90", - "created": "2017-12-01T10:54:34.736Z" - }, - { - "id": 91, - "name": "David Letterman", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "location": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/91.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/91", - "created": "2017-12-01T11:12:25.105Z" - }, - { - "id": 92, - "name": "Davin", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/92.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/6" - ], - "url": "https://rickandmortyapi.com/api/character/92", - "created": "2017-12-01T11:20:51.247Z" - }, - { - "id": 93, - "name": "Diablo Verde", - "status": "Dead", - "species": "Humanoid", - "type": "Demon", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Dorian 5", - "url": "https://rickandmortyapi.com/api/location/29" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/93.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/93", - "created": "2017-12-01T11:36:16.467Z" - }, - { - "id": 94, - "name": "Diane Sanchez", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Unknown dimension)", - "url": "https://rickandmortyapi.com/api/location/30" - }, - "location": { - "name": "Earth (Unknown dimension)", - "url": "https://rickandmortyapi.com/api/location/30" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/94.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/94", - "created": "2017-12-01T11:49:43.929Z" - }, - { - "id": 95, - "name": "Dipper and Mabel Mortys", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/95.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/95", - "created": "2017-12-01T11:54:36.670Z" - }, - { - "id": 96, - "name": "Tuberculosis", - "status": "Dead", - "species": "Disease", - "type": "", - "gender": "unknown", - "origin": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/96.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/96", - "created": "2017-12-01T11:59:04.796Z" - }, - { - "id": 97, - "name": "Gonorrhea", - "status": "Dead", - "species": "Disease", - "type": "", - "gender": "unknown", - "origin": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/97.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/97", - "created": "2017-12-01T12:00:27.028Z" - }, - { - "id": 98, - "name": "Hepatitis A", - "status": "Dead", - "species": "Disease", - "type": "", - "gender": "unknown", - "origin": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/98.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/98", - "created": "2017-12-01T12:01:43.742Z" - }, - { - "id": 99, - "name": "Hepatitis C", - "status": "Dead", - "species": "Disease", - "type": "", - "gender": "unknown", - "origin": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/99.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/99", - "created": "2017-12-01T12:02:00.935Z" - }, - { - "id": 100, - "name": "Bubonic Plague", - "status": "Dead", - "species": "Disease", - "type": "", - "gender": "unknown", - "origin": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/100.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/100", - "created": "2017-12-01T12:02:21.611Z" - }, - { - "id": 101, - "name": "E. Coli", - "status": "Dead", - "species": "Disease", - "type": "", - "gender": "unknown", - "origin": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/101.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/101", - "created": "2017-12-01T12:03:31.433Z" - }, - { - "id": 102, - "name": "Donna Gueterman", - "status": "Dead", - "species": "Robot", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/102.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/102", - "created": "2017-12-01T12:21:21.357Z" - }, - { - "id": 103, - "name": "Doofus Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (J19ζ7)", - "url": "https://rickandmortyapi.com/api/location/31" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/103.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/103", - "created": "2017-12-01T12:29:27.984Z" - }, - { - "id": 104, - "name": "Doom-Nomitron", - "status": "Dead", - "species": "Alien", - "type": "Shapeshifter", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Dorian 5", - "url": "https://rickandmortyapi.com/api/location/29" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/104.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/104", - "created": "2017-12-26T12:34:36.758Z" - }, - { - "id": 105, - "name": "Dr. Glip-Glop", - "status": "Dead", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "St. Gloopy Noops Hospital", - "url": "https://rickandmortyapi.com/api/location/16" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/105.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/105", - "created": "2017-12-26T12:39:22.855Z" - }, - { - "id": 106, - "name": "Dr. Schmidt", - "status": "unknown", - "species": "Human", - "type": "Game", - "gender": "Male", - "origin": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "location": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/106.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/106", - "created": "2017-12-26T12:46:48.805Z" - }, - { - "id": 107, - "name": "Dr. Wong", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/107.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/24" - ], - "url": "https://rickandmortyapi.com/api/character/107", - "created": "2017-12-26T12:55:58.449Z" - }, - { - "id": 108, - "name": "Dr. Xenon Bloom", - "status": "Dead", - "species": "Humanoid", - "type": "Amoeba-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/108.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/108", - "created": "2017-12-26T13:14:12.157Z" - }, - { - "id": 109, - "name": "Duck With Muscles", - "status": "Dead", - "species": "Parasite", - "type": "Alien", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/109.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/109", - "created": "2017-12-26T13:17:40.686Z" - }, - { - "id": 110, - "name": "Eli", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/110.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/110", - "created": "2017-12-26T13:37:27.635Z" - }, - { - "id": 111, - "name": "Eli's Girlfriend", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/111.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/111", - "created": "2017-12-26T13:38:47.115Z" - }, - { - "id": 112, - "name": "Eric McMan", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/112.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/112", - "created": "2017-12-26T13:40:06.005Z" - }, - { - "id": 113, - "name": "Eric Stoltz Mask Morty", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Eric Stoltz Mask Earth", - "url": "https://rickandmortyapi.com/api/location/33" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/113.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/113", - "created": "2017-12-26T13:43:29.296Z" - }, - { - "id": 114, - "name": "Ethan", - "status": "unknown", - "species": "Human", - "type": "Cronenberg", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/114.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/114", - "created": "2017-12-26T16:01:13.904Z" - }, - { - "id": 115, - "name": "Ethan", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/115.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/115", - "created": "2017-12-26T16:01:50.939Z" - }, - { - "id": 116, - "name": "Evil Beth Clone", - "status": "Dead", - "species": "Human", - "type": "Clone", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/116.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/116", - "created": "2017-12-26T16:10:47.781Z" - }, - { - "id": 117, - "name": "Evil Jerry Clone", - "status": "Dead", - "species": "Human", - "type": "Clone", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/117.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/117", - "created": "2017-12-26T16:11:15.395Z" - }, - { - "id": 118, - "name": "Evil Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/118.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/118", - "created": "2017-12-26T16:13:41.103Z" - }, - { - "id": 119, - "name": "Evil Rick", - "status": "Dead", - "species": "Humanoid", - "type": "Robot", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/119.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/119", - "created": "2017-12-26T16:17:16.472Z" - }, - { - "id": 120, - "name": "Evil Summer Clone", - "status": "Dead", - "species": "Human", - "type": "Clone", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/120.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/120", - "created": "2017-12-26T16:24:02.059Z" - }, - { - "id": 121, - "name": "Eyehole Man", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/121.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/121", - "created": "2017-12-26T16:41:58.391Z" - }, - { - "id": 122, - "name": "Fart", - "status": "Dead", - "species": "Alien", - "type": "Interdimensional gaseous being", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/122.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/122", - "created": "2017-12-26T17:19:40.474Z" - }, - { - "id": 123, - "name": "Fat Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/123.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/123", - "created": "2017-12-26T17:22:40.315Z" - }, - { - "id": 124, - "name": "Father Bob", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/124.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/124", - "created": "2017-12-26T17:31:29.113Z" - }, - { - "id": 125, - "name": "Flansian", - "status": "Alive", - "species": "Alien", - "type": "Flansian", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/125.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/125", - "created": "2017-12-26T17:43:58.410Z" - }, - { - "id": 126, - "name": "Fleeb", - "status": "unknown", - "species": "Alien", - "type": "", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/126.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/126", - "created": "2017-12-26T18:45:42.593Z" - }, - { - "id": 127, - "name": "Frank Palicky", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/127.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1" - ], - "url": "https://rickandmortyapi.com/api/character/127", - "created": "2017-12-26T19:22:48.474Z" - }, - { - "id": 128, - "name": "Frankenstein's Monster", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/128.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/128", - "created": "2017-12-26T19:24:56.679Z" - }, - { - "id": 129, - "name": "Fulgora", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/129.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/129", - "created": "2017-12-26T19:30:02.242Z" - }, - { - "id": 130, - "name": "Galactic Federation President", - "status": "Dead", - "species": "Alien", - "type": "Gromflomite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/130.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/130", - "created": "2017-12-26T19:49:41.160Z" - }, - { - "id": 131, - "name": "Gar Gloonch", - "status": "Dead", - "species": "Alien", - "type": "Zombodian", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/131.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/131", - "created": "2017-12-26T19:54:43.476Z" - }, - { - "id": 132, - "name": "Gar's Mytholog", - "status": "Dead", - "species": "Mytholog", - "type": "", - "gender": "Male", - "origin": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/132.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/132", - "created": "2017-12-26T20:02:38.033Z" - }, - { - "id": 133, - "name": "Garblovian", - "status": "Alive", - "species": "Alien", - "type": "Garblovian", - "gender": "Male", - "origin": { - "name": "Glaagablaaga", - "url": "https://rickandmortyapi.com/api/location/36" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/133.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/133", - "created": "2017-12-26T20:30:45.943Z" - }, - { - "id": 134, - "name": "Garmanarnar", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/134.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/134", - "created": "2017-12-26T20:36:54.577Z" - }, - { - "id": 135, - "name": "Garment District Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/135.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/135", - "created": "2017-12-26T20:51:43.614Z" - }, - { - "id": 136, - "name": "Gazorpazorpfield", - "status": "Alive", - "species": "Alien", - "type": "Gazorpian", - "gender": "Male", - "origin": { - "name": "Gazorpazorp", - "url": "https://rickandmortyapi.com/api/location/40" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/136.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/136", - "created": "2017-12-27T17:59:59.058Z" - }, - { - "id": 137, - "name": "Gene", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/137.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/137", - "created": "2017-12-27T18:14:57.885Z" - }, - { - "id": 138, - "name": "General Nathan", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/138.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/138", - "created": "2017-12-27T18:22:18.387Z" - }, - { - "id": 139, - "name": "General Store Owner", - "status": "Dead", - "species": "Alien", - "type": "Cat-Person", - "gender": "Male", - "origin": { - "name": "Purge Planet", - "url": "https://rickandmortyapi.com/api/location/9" - }, - "location": { - "name": "Purge Planet", - "url": "https://rickandmortyapi.com/api/location/9" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/139.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/20" - ], - "url": "https://rickandmortyapi.com/api/character/139", - "created": "2017-12-27T18:41:03.124Z" - }, - { - "id": 140, - "name": "Genital Washer", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/140.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/140", - "created": "2017-12-27T18:47:44.566Z" - }, - { - "id": 141, - "name": "Ghost in a Jar", - "status": "Dead", - "species": "Alien", - "type": "Parasite, Ghost", - "gender": "Genderless", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/141.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/141", - "created": "2017-12-27T19:14:14.545Z" - }, - { - "id": 142, - "name": "Gibble Snake", - "status": "Dead", - "species": "Alien", - "type": "Animal", - "gender": "unknown", - "origin": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "location": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/142.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/142", - "created": "2017-12-27T20:16:32.187Z" - }, - { - "id": 143, - "name": "Glasses Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/143.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/143", - "created": "2017-12-27T20:37:26.134Z" - }, - { - "id": 144, - "name": "Glenn", - "status": "Dead", - "species": "Alien", - "type": "Gromflomite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Customs", - "url": "https://rickandmortyapi.com/api/location/38" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/144.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1" - ], - "url": "https://rickandmortyapi.com/api/character/144", - "created": "2017-12-29T10:37:48.319Z" - }, - { - "id": 145, - "name": "Glenn", - "status": "Alive", - "species": "Human", - "type": "Eat shiter-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/145.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/145", - "created": "2017-12-29T11:03:43.118Z" - }, - { - "id": 146, - "name": "Glexo Slim Slom", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/146.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/146", - "created": "2017-12-29T11:28:29.380Z" - }, - { - "id": 147, - "name": "Gobo", - "status": "Dead", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/147.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/147", - "created": "2017-12-29T11:38:29.578Z" - }, - { - "id": 148, - "name": "Goddess Beth", - "status": "unknown", - "species": "Mytholog", - "type": "", - "gender": "Female", - "origin": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/148.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/148", - "created": "2017-12-29T11:40:25.135Z" - }, - { - "id": 149, - "name": "Gordon Lunas", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/149.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/149", - "created": "2017-12-29T11:44:00.169Z" - }, - { - "id": 150, - "name": "Cornvelious Daniel", - "status": "Dead", - "species": "Alien", - "type": "Gromflomite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Galactic Federation Prison", - "url": "https://rickandmortyapi.com/api/location/39" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/150.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/150", - "created": "2017-12-29T12:02:33.550Z" - }, - { - "id": 151, - "name": "Gwendolyn", - "status": "unknown", - "species": "Robot", - "type": "Gazorpian reproduction robot", - "gender": "Female", - "origin": { - "name": "Gazorpazorp", - "url": "https://rickandmortyapi.com/api/location/40" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/151.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/7" - ], - "url": "https://rickandmortyapi.com/api/character/151", - "created": "2017-12-29T12:31:50.388Z" - }, - { - "id": 152, - "name": "Hammerhead Morty", - "status": "unknown", - "species": "Humanoid", - "type": "Hammerhead-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/152.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/152", - "created": "2017-12-29T15:20:16.842Z" - }, - { - "id": 153, - "name": "Hamster In Butt", - "status": "Alive", - "species": "Animal", - "type": "", - "gender": "unknown", - "origin": { - "name": "Hamster in Butt World", - "url": "https://rickandmortyapi.com/api/location/41" - }, - "location": { - "name": "Hamster in Butt World", - "url": "https://rickandmortyapi.com/api/location/41" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/153.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/153", - "created": "2017-12-29T15:27:54.281Z" - }, - { - "id": 154, - "name": "Hamurai", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/154.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/154", - "created": "2017-12-29T15:32:05.287Z" - }, - { - "id": 155, - "name": "Harold", - "status": "Alive", - "species": "Cronenberg", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/155.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6" - ], - "url": "https://rickandmortyapi.com/api/character/155", - "created": "2017-12-29T15:41:18.773Z" - }, - { - "id": 156, - "name": "Hemorrhage", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/156.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/156", - "created": "2017-12-29T15:44:40.083Z" - }, - { - "id": 157, - "name": "Hole in the Wall Where the Men Can See it All", - "status": "unknown", - "species": "unknown", - "type": "Hole", - "gender": "Genderless", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/157.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/157", - "created": "2017-12-29T15:47:57.352Z" - }, - { - "id": 158, - "name": "Hookah Alien", - "status": "Alive", - "species": "Alien", - "type": "Tuskfish", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Customs", - "url": "https://rickandmortyapi.com/api/location/38" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/158.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1" - ], - "url": "https://rickandmortyapi.com/api/character/158", - "created": "2017-12-29T15:53:48.952Z" - }, - { - "id": 159, - "name": "Hunter", - "status": "Dead", - "species": "Human", - "type": "Clone", - "gender": "Male", - "origin": { - "name": "Earth (Giant Telepathic Spiders Dimension)", - "url": "https://rickandmortyapi.com/api/location/42" - }, - "location": { - "name": "Earth (Giant Telepathic Spiders Dimension)", - "url": "https://rickandmortyapi.com/api/location/42" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/159.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/159", - "created": "2017-12-29T16:03:28.792Z" - }, - { - "id": 160, - "name": "Hunter's Father", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Giant Telepathic Spiders Dimension)", - "url": "https://rickandmortyapi.com/api/location/42" - }, - "location": { - "name": "Earth (Giant Telepathic Spiders Dimension)", - "url": "https://rickandmortyapi.com/api/location/42" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/160.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/160", - "created": "2017-12-29T16:07:04.040Z" - }, - { - "id": 161, - "name": "Hydrogen-F", - "status": "Alive", - "species": "Alien", - "type": "Alphabetrian", - "gender": "Female", - "origin": { - "name": "Alphabetrium", - "url": "https://rickandmortyapi.com/api/location/43" - }, - "location": { - "name": "Alphabetrium", - "url": "https://rickandmortyapi.com/api/location/43" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/161.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/161", - "created": "2017-12-29T16:10:40.290Z" - }, - { - "id": 162, - "name": "Ice-T", - "status": "Alive", - "species": "Alien", - "type": "Alphabetrian", - "gender": "Male", - "origin": { - "name": "Alphabetrium", - "url": "https://rickandmortyapi.com/api/location/43" - }, - "location": { - "name": "Alphabetrium", - "url": "https://rickandmortyapi.com/api/location/43" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/162.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/162", - "created": "2017-12-29T16:42:59.207Z" - }, - { - "id": 163, - "name": "Ideal Jerry", - "status": "Dead", - "species": "Mytholog", - "type": "", - "gender": "Male", - "origin": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/163.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/163", - "created": "2017-12-29T16:46:41.345Z" - }, - { - "id": 164, - "name": "Insurance Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/164.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/164", - "created": "2017-12-29T17:03:08.645Z" - }, - { - "id": 165, - "name": "Investigator Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/165.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/165", - "created": "2017-12-29T17:05:15.514Z" - }, - { - "id": 166, - "name": "Invisi-trooper", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/166.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/166", - "created": "2017-12-29T17:06:28.325Z" - }, - { - "id": 167, - "name": "Izzy", - "status": "Alive", - "species": "Animal", - "type": "Cat", - "gender": "unknown", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/167.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/24" - ], - "url": "https://rickandmortyapi.com/api/character/167", - "created": "2017-12-29T17:07:59.024Z" - }, - { - "id": 168, - "name": "Jackie", - "status": "Alive", - "species": "Alien", - "type": "Gazorpian", - "gender": "Female", - "origin": { - "name": "Gazorpazorp", - "url": "https://rickandmortyapi.com/api/location/40" - }, - "location": { - "name": "Gazorpazorp", - "url": "https://rickandmortyapi.com/api/location/40" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/168.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/7" - ], - "url": "https://rickandmortyapi.com/api/character/168", - "created": "2017-12-29T17:14:03.430Z" - }, - { - "id": 169, - "name": "Jacob", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/169.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3", - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/169", - "created": "2017-12-29T17:20:52.037Z" - }, - { - "id": 170, - "name": "Jacqueline", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/170.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/170", - "created": "2017-12-29T17:22:17.707Z" - }, - { - "id": 171, - "name": "Jaguar", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/171.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/24" - ], - "url": "https://rickandmortyapi.com/api/character/171", - "created": "2017-12-29T17:25:38.138Z" - }, - { - "id": 172, - "name": "Jamey", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/172.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/172", - "created": "2017-12-29T17:30:20.654Z" - }, - { - "id": 173, - "name": "Jan-Michael Vincent", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/173.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/173", - "created": "2017-12-29T17:33:23.972Z" - }, - { - "id": 174, - "name": "Jerry 5-126", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (5-126)", - "url": "https://rickandmortyapi.com/api/location/17" - }, - "location": { - "name": "Jerryboree", - "url": "https://rickandmortyapi.com/api/location/44" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/174.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/174", - "created": "2017-12-29T17:50:19.991Z" - }, - { - "id": 175, - "name": "Jerry Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/175.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/2", - "https://rickandmortyapi.com/api/episode/3", - "https://rickandmortyapi.com/api/episode/4", - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/175", - "created": "2017-12-29T18:07:17.610Z" - }, - { - "id": 176, - "name": "Celebrity Jerry", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "location": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/176.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/176", - "created": "2017-12-29T18:25:11.930Z" - }, - { - "id": 177, - "name": "Jerry Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "location": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/177.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/177", - "created": "2017-12-29T18:28:19.424Z" - }, - { - "id": 178, - "name": "Jerry's Mytholog", - "status": "Dead", - "species": "Mytholog", - "type": "", - "gender": "Male", - "origin": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/178.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/178", - "created": "2017-12-29T18:29:31.279Z" - }, - { - "id": 179, - "name": "Jessica", - "status": "Alive", - "species": "Cronenberg", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/179.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/4", - "https://rickandmortyapi.com/api/episode/6" - ], - "url": "https://rickandmortyapi.com/api/character/179", - "created": "2017-12-29T18:34:37.806Z" - }, - { - "id": 180, - "name": "Jessica", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/180.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/17", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/26", - "https://rickandmortyapi.com/api/episode/27", - "https://rickandmortyapi.com/api/episode/28", - "https://rickandmortyapi.com/api/episode/29", - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/180", - "created": "2017-12-29T18:36:27.225Z" - }, - { - "id": 181, - "name": "Jessica's Friend", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/181.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/4", - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/17", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/25", - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/181", - "created": "2017-12-29T18:47:23.345Z" - }, - { - "id": 182, - "name": "Jim", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/182.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/182", - "created": "2017-12-29T18:49:48.953Z" - }, - { - "id": 183, - "name": "Johnny Depp", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "location": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/183.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/183", - "created": "2017-12-29T18:51:29.693Z" - }, - { - "id": 184, - "name": "Jon", - "status": "Alive", - "species": "Alien", - "type": "Gazorpian", - "gender": "Male", - "origin": { - "name": "Gazorpazorp", - "url": "https://rickandmortyapi.com/api/location/40" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/184.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/184", - "created": "2017-12-29T18:54:04.572Z" - }, - { - "id": 185, - "name": "Joseph Eli Lipkip", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/185.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/185", - "created": "2017-12-29T18:56:15.622Z" - }, - { - "id": 186, - "name": "Joyce Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/186.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/186", - "created": "2017-12-29T18:58:34.530Z" - }, - { - "id": 187, - "name": "Juggling Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/187.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/187", - "created": "2017-12-29T18:59:47.440Z" - }, - { - "id": 188, - "name": "Karen Entity", - "status": "Alive", - "species": "Alien", - "type": "Unknown-nippled alien", - "gender": "Female", - "origin": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "location": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/188.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/14" - ], - "url": "https://rickandmortyapi.com/api/character/188", - "created": "2017-12-29T19:10:16.171Z" - }, - { - "id": 189, - "name": "Katarina", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/189.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/24" - ], - "url": "https://rickandmortyapi.com/api/character/189", - "created": "2017-12-29T19:13:57.070Z" - }, - { - "id": 190, - "name": "Keara", - "status": "Alive", - "species": "Alien", - "type": "Krootabulan", - "gender": "Female", - "origin": { - "name": "Krootabulon", - "url": "https://rickandmortyapi.com/api/location/45" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/190.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/190", - "created": "2017-12-29T19:26:06.900Z" - }, - { - "id": 191, - "name": "Kevin", - "status": "Dead", - "species": "Alien", - "type": "Zigerion", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Zigerion's Base", - "url": "https://rickandmortyapi.com/api/location/46" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/191.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/4" - ], - "url": "https://rickandmortyapi.com/api/character/191", - "created": "2017-12-29T19:40:07.816Z" - }, - { - "id": 192, - "name": "King Flippy Nips", - "status": "Alive", - "species": "Alien", - "type": "Plutonian", - "gender": "Male", - "origin": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "location": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/192.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/9" - ], - "url": "https://rickandmortyapi.com/api/character/192", - "created": "2017-12-29T19:49:29.297Z" - }, - { - "id": 193, - "name": "King Jellybean", - "status": "Dead", - "species": "Alien", - "type": "Jellybean", - "gender": "Male", - "origin": { - "name": "Fantasy World", - "url": "https://rickandmortyapi.com/api/location/48" - }, - "location": { - "name": "Fantasy World", - "url": "https://rickandmortyapi.com/api/location/48" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/193.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/193", - "created": "2017-12-29T19:58:44.743Z" - }, - { - "id": 194, - "name": "Kozbian", - "status": "Alive", - "species": "Alien", - "type": "Tentacle alien", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/194.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/194", - "created": "2017-12-30T12:13:53.878Z" - }, - { - "id": 195, - "name": "Kristen Stewart", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "location": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/195.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/195", - "created": "2017-12-30T12:19:16.042Z" - }, - { - "id": 196, - "name": "Krombopulos Michael", - "status": "Dead", - "species": "Alien", - "type": "Gromflomite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/196.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/196", - "created": "2017-12-30T12:28:52.954Z" - }, - { - "id": 197, - "name": "Kyle", - "status": "Dead", - "species": "Humanoid", - "type": "Miniverse inhabitant", - "gender": "Male", - "origin": { - "name": "Zeep Xanflorp's Miniverse", - "url": "https://rickandmortyapi.com/api/location/49" - }, - "location": { - "name": "Kyle's Teenyverse", - "url": "https://rickandmortyapi.com/api/location/50" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/197.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/197", - "created": "2017-12-30T12:39:09.025Z" - }, - { - "id": 198, - "name": "Lady Katana", - "status": "Dead", - "species": "Humanoid", - "type": "Cyborg", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Dorian 5", - "url": "https://rickandmortyapi.com/api/location/29" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/198.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/198", - "created": "2017-12-30T12:43:37.571Z" - }, - { - "id": 199, - "name": "Larva Alien", - "status": "Alive", - "species": "Alien", - "type": "Larva alien", - "gender": "unknown", - "origin": { - "name": "Larva Alien's Planet", - "url": "https://rickandmortyapi.com/api/location/51" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/199.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/199", - "created": "2017-12-30T12:48:44.677Z" - }, - { - "id": 200, - "name": "Lawyer Morty", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/200.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/200", - "created": "2017-12-30T12:49:52.971Z" - }, - { - "id": 201, - "name": "Leonard Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/201.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/201", - "created": "2017-12-30T12:51:27.835Z" - }, - { - "id": 202, - "name": "Lighthouse Keeper", - "status": "Dead", - "species": "Alien", - "type": "Cat-Person", - "gender": "Male", - "origin": { - "name": "Purge Planet", - "url": "https://rickandmortyapi.com/api/location/9" - }, - "location": { - "name": "Purge Planet", - "url": "https://rickandmortyapi.com/api/location/9" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/202.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/20" - ], - "url": "https://rickandmortyapi.com/api/character/202", - "created": "2017-12-30T12:53:11.937Z" - }, - { - "id": 203, - "name": "Lil B", - "status": "Dead", - "species": "Alien", - "type": "Snail alien", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/203.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/203", - "created": "2017-12-30T12:54:31.725Z" - }, - { - "id": 204, - "name": "Lisa", - "status": "Dead", - "species": "Alien", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Immortality Field Resort", - "url": "https://rickandmortyapi.com/api/location/7" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/204.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/204", - "created": "2017-12-30T12:59:58.460Z" - }, - { - "id": 205, - "name": "Little Dipper", - "status": "Alive", - "species": "Humanoid", - "type": "Tinymouth", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/205.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/205", - "created": "2017-12-30T13:03:12.366Z" - }, - { - "id": 206, - "name": "Lizard Morty", - "status": "Alive", - "species": "Humanoid", - "type": "Lizard-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/206.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/206", - "created": "2017-12-30T13:06:09.094Z" - }, - { - "id": 207, - "name": "Loggins", - "status": "Alive", - "species": "Alien", - "type": "Alligator-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/207.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/207", - "created": "2017-12-30T13:54:28.627Z" - }, - { - "id": 208, - "name": "Logic", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Worldender's lair", - "url": "https://rickandmortyapi.com/api/location/4" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/208.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/208", - "created": "2017-12-30T13:58:41.417Z" - }, - { - "id": 209, - "name": "Long Sleeved Morty", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/209.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/209", - "created": "2017-12-30T14:00:06.755Z" - }, - { - "id": 210, - "name": "Lucy", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/210.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11" - ], - "url": "https://rickandmortyapi.com/api/character/210", - "created": "2017-12-30T14:01:23.319Z" - }, - { - "id": 211, - "name": "Ma-Sha", - "status": "Alive", - "species": "Alien", - "type": "Gazorpian", - "gender": "Female", - "origin": { - "name": "Gazorpazorp", - "url": "https://rickandmortyapi.com/api/location/40" - }, - "location": { - "name": "Gazorpazorp", - "url": "https://rickandmortyapi.com/api/location/40" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/211.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/7" - ], - "url": "https://rickandmortyapi.com/api/character/211", - "created": "2017-12-30T14:16:00.484Z" - }, - { - "id": 212, - "name": "Magma-Q", - "status": "Dead", - "species": "Alien", - "type": "Alphabetrian", - "gender": "Male", - "origin": { - "name": "Alphabetrium", - "url": "https://rickandmortyapi.com/api/location/43" - }, - "location": { - "name": "Alphabetrium", - "url": "https://rickandmortyapi.com/api/location/43" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/212.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/212", - "created": "2017-12-30T14:19:10.419Z" - }, - { - "id": 213, - "name": "Magnesium-J", - "status": "Alive", - "species": "Alien", - "type": "Alphabetrian", - "gender": "Male", - "origin": { - "name": "Alphabetrium", - "url": "https://rickandmortyapi.com/api/location/43" - }, - "location": { - "name": "Alphabetrium", - "url": "https://rickandmortyapi.com/api/location/43" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/213.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/213", - "created": "2017-12-30T14:21:16.121Z" - }, - { - "id": 214, - "name": "Man Painted Silver Who Makes Robot Noises", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/214.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/214", - "created": "2017-12-30T14:24:57.993Z" - }, - { - "id": 215, - "name": "Maximums Rickimus", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/215.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/215", - "created": "2017-12-30T14:27:55.489Z" - }, - { - "id": 216, - "name": "MC Haps", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/216.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/216", - "created": "2017-12-30T14:30:06.479Z" - }, - { - "id": 217, - "name": "Mechanical Morty", - "status": "Dead", - "species": "Robot", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/217.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/217", - "created": "2017-12-30T14:32:17.158Z" - }, - { - "id": 218, - "name": "Mechanical Rick", - "status": "unknown", - "species": "Robot", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/218.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/218", - "created": "2017-12-30T14:33:16.920Z" - }, - { - "id": 219, - "name": "Mechanical Summer", - "status": "unknown", - "species": "Robot", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/219.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/219", - "created": "2017-12-30T14:33:49.392Z" - }, - { - "id": 220, - "name": "Mega Fruit Farmer Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/220.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/220", - "created": "2017-12-30T14:35:30.736Z" - }, - { - "id": 221, - "name": "Melissa", - "status": "Alive", - "species": "Humanoid", - "type": "Monster", - "gender": "Female", - "origin": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "location": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/221.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/221", - "created": "2017-12-30T14:38:04.718Z" - }, - { - "id": 222, - "name": "Michael Denny and the Denny Singers", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/222.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/222", - "created": "2017-12-30T14:44:05.245Z" - }, - { - "id": 223, - "name": "Michael Jenkins", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/223.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/223", - "created": "2017-12-30T14:44:51.373Z" - }, - { - "id": 224, - "name": "Michael McLick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/224.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/224", - "created": "2017-12-30T15:49:28.666Z" - }, - { - "id": 225, - "name": "Michael Thompson", - "status": "Alive", - "species": "Humanoid", - "type": "Conjoined twin", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/225.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/225", - "created": "2017-12-30T15:59:31.558Z" - }, - { - "id": 226, - "name": "Million Ants", - "status": "Dead", - "species": "Animal", - "type": "Sentient ant colony", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Worldender's lair", - "url": "https://rickandmortyapi.com/api/location/4" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/226.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/226", - "created": "2017-12-30T16:04:56.879Z" - }, - { - "id": 227, - "name": "Mitch", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/227.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/227", - "created": "2017-12-30T16:08:38.157Z" - }, - { - "id": 228, - "name": "Mohawk Guy", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/228.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/228", - "created": "2017-12-30T16:10:03.881Z" - }, - { - "id": 229, - "name": "Morty Mart Manager Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/229.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/229", - "created": "2017-12-30T16:12:33.382Z" - }, - { - "id": 230, - "name": "Morty Jr.", - "status": "Alive", - "species": "Humanoid", - "type": "Human Gazorpian", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/230.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/7" - ], - "url": "https://rickandmortyapi.com/api/character/230", - "created": "2017-12-30T16:20:51.391Z" - }, - { - "id": 231, - "name": "Morty Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/231.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/231", - "created": "2017-12-30T16:23:45.894Z" - }, - { - "id": 232, - "name": "Morty Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "location": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/232.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/232", - "created": "2017-12-30T16:29:27.863Z" - }, - { - "id": 233, - "name": "Morty K-22", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (K-22)", - "url": "https://rickandmortyapi.com/api/location/52" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/233.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/233", - "created": "2017-12-30T16:33:49.577Z" - }, - { - "id": 234, - "name": "Morty Smith", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/234.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6" - ], - "url": "https://rickandmortyapi.com/api/character/234", - "created": "2017-12-30T16:35:01.223Z" - }, - { - "id": 235, - "name": "Mortytown Loco", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/235.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/235", - "created": "2017-12-30T16:37:07.150Z" - }, - { - "id": 236, - "name": "Mr. Beauregard", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/236.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/236", - "created": "2017-12-30T17:28:28.409Z" - }, - { - "id": 237, - "name": "Mr. Benson", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/237.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/12" - ], - "url": "https://rickandmortyapi.com/api/character/237", - "created": "2017-12-30T17:30:31.757Z" - }, - { - "id": 238, - "name": "Mr. Booby Buyer", - "status": "Alive", - "species": "Animal", - "type": "Boobie buyer reptilian", - "gender": "Male", - "origin": { - "name": "Fantasy World", - "url": "https://rickandmortyapi.com/api/location/48" - }, - "location": { - "name": "Fantasy World", - "url": "https://rickandmortyapi.com/api/location/48" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/238.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/238", - "created": "2017-12-30T17:36:12.853Z" - }, - { - "id": 239, - "name": "Mr. Goldenfold", - "status": "Alive", - "species": "Cronenberg", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/239.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/2", - "https://rickandmortyapi.com/api/episode/4", - "https://rickandmortyapi.com/api/episode/6" - ], - "url": "https://rickandmortyapi.com/api/character/239", - "created": "2017-12-30T17:42:11.894Z" - }, - { - "id": 240, - "name": "Mr. Goldenfold", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/240.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/9", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/17", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/22", - "https://rickandmortyapi.com/api/episode/24", - "https://rickandmortyapi.com/api/episode/27", - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/240", - "created": "2017-12-30T17:42:56.349Z" - }, - { - "id": 241, - "name": "Mr. Marklovitz", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/241.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/4", - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/241", - "created": "2017-12-30T17:46:19.052Z" - }, - { - "id": 242, - "name": "Mr. Meeseeks", - "status": "unknown", - "species": "Humanoid", - "type": "Meeseeks", - "gender": "Male", - "origin": { - "name": "Mr. Meeseeks Box", - "url": "https://rickandmortyapi.com/api/location/53" - }, - "location": { - "name": "Blips and Chitz", - "url": "https://rickandmortyapi.com/api/location/67" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/242.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/242", - "created": "2017-12-30T17:52:12.243Z" - }, - { - "id": 243, - "name": "Mr. Needful", - "status": "Alive", - "species": "Humanoid", - "type": "The Devil", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/243.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/9" - ], - "url": "https://rickandmortyapi.com/api/character/243", - "created": "2017-12-30T17:54:06.996Z" - }, - { - "id": 244, - "name": "Mr. Poopybutthole", - "status": "Alive", - "species": "Poopybutthole", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/244.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/29", - "https://rickandmortyapi.com/api/episode/30", - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/244", - "created": "2017-12-30T18:03:48.054Z" - }, - { - "id": 245, - "name": "Mrs. Lipkip", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/245.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/245", - "created": "2017-12-30T18:05:59.999Z" - }, - { - "id": 246, - "name": "Mrs. Pancakes", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/246.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2", - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/246", - "created": "2017-12-30T18:09:39.304Z" - }, - { - "id": 247, - "name": "Mrs. Poopybutthole", - "status": "Alive", - "species": "Poopybutthole", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/247.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/247", - "created": "2017-12-30T18:10:48.293Z" - }, - { - "id": 248, - "name": "Mrs. Refrigerator", - "status": "Dead", - "species": "Alien", - "type": "Parasite, Refrigerator", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/248.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/248", - "created": "2017-12-30T18:12:38.369Z" - }, - { - "id": 249, - "name": "Mrs. Sanchez", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/249.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/14", - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/249", - "created": "2017-12-30T18:18:10.965Z" - }, - { - "id": 250, - "name": "Mrs. Sullivan", - "status": "Dead", - "species": "Human", - "type": "Cat controlled dead lady", - "gender": "Female", - "origin": { - "name": "Earth (C-500A)", - "url": "https://rickandmortyapi.com/api/location/23" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/250.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/250", - "created": "2017-12-30T18:24:49.372Z" - }, - { - "id": 251, - "name": "Nancy", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/251.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/9", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/25", - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/251", - "created": "2017-12-31T12:46:54.095Z" - }, - { - "id": 252, - "name": "Noob-Noob", - "status": "Alive", - "species": "Poopybutthole", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Vindicator's Base", - "url": "https://rickandmortyapi.com/api/location/54" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/252.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/252", - "created": "2017-12-31T12:57:37.849Z" - }, - { - "id": 253, - "name": "Numbericon", - "status": "unknown", - "species": "Alien", - "type": "Numbericon", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Alphabetrium", - "url": "https://rickandmortyapi.com/api/location/43" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/253.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/253", - "created": "2017-12-31T13:04:01.585Z" - }, - { - "id": 254, - "name": "Octopus Man", - "status": "Alive", - "species": "Humanoid", - "type": "Octopus-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/254.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/254", - "created": "2017-12-31T13:06:35.982Z" - }, - { - "id": 255, - "name": "Orthodox Jew", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/255.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/255", - "created": "2017-12-31T13:19:29.825Z" - }, - { - "id": 256, - "name": "Pat Gueterman", - "status": "Dead", - "species": "Robot", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/256.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/256", - "created": "2017-12-31T13:23:08.567Z" - }, - { - "id": 257, - "name": "Paul Fleishman", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Jerryboree", - "url": "https://rickandmortyapi.com/api/location/44" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/257.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/257", - "created": "2017-12-31T13:23:47.704Z" - }, - { - "id": 258, - "name": "Pawnshop Clerk", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Pawn Shop Planet", - "url": "https://rickandmortyapi.com/api/location/55" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/258.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/7" - ], - "url": "https://rickandmortyapi.com/api/character/258", - "created": "2017-12-31T13:30:33.611Z" - }, - { - "id": 259, - "name": "Pencilvester", - "status": "Dead", - "species": "Alien", - "type": "Parasite, Pencil", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/259.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/259", - "created": "2017-12-31T13:33:48.488Z" - }, - { - "id": 260, - "name": "Phillip Jacobs", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/260.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/260", - "created": "2017-12-31T13:34:58.839Z" - }, - { - "id": 261, - "name": "Photography Cyborg", - "status": "unknown", - "species": "Robot", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/261.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/261", - "created": "2017-12-31T13:38:53.640Z" - }, - { - "id": 262, - "name": "Photography Raptor", - "status": "Dead", - "species": "Alien", - "type": "Parasite, Dinosaur", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/262.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/262", - "created": "2017-12-31T13:40:32.312Z" - }, - { - "id": 263, - "name": "Pibbles Bodyguard", - "status": "Alive", - "species": "Alien", - "type": "Hairy alien", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "St. Gloopy Noops Hospital", - "url": "https://rickandmortyapi.com/api/location/16" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/263.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/263", - "created": "2017-12-31T13:43:30.513Z" - }, - { - "id": 264, - "name": "Pichael Thompson", - "status": "Alive", - "species": "Humanoid", - "type": "Conjoined twin", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/264.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/264", - "created": "2017-12-31T13:44:43.176Z" - }, - { - "id": 265, - "name": "Pickle Rick", - "status": "Alive", - "species": "unknown", - "type": "Pickle", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/265.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/24" - ], - "url": "https://rickandmortyapi.com/api/character/265", - "created": "2017-12-31T13:47:10.617Z" - }, - { - "id": 266, - "name": "Piece of Toast", - "status": "Alive", - "species": "unknown", - "type": "Bread", - "gender": "Genderless", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/266.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/266", - "created": "2017-12-31T13:48:58.850Z" - }, - { - "id": 267, - "name": "Plumber Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/267.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/267", - "created": "2017-12-31T13:50:57.337Z" - }, - { - "id": 268, - "name": "Poncho", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/268.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/268", - "created": "2017-12-31T13:53:25.411Z" - }, - { - "id": 269, - "name": "Presidentress of The Mega Gargantuans", - "status": "Alive", - "species": "Humanoid", - "type": "Mega Gargantuan", - "gender": "Female", - "origin": { - "name": "Mega Gargantuan Kingdom", - "url": "https://rickandmortyapi.com/api/location/56" - }, - "location": { - "name": "Mega Gargantuan Kingdom", - "url": "https://rickandmortyapi.com/api/location/56" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/269.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/269", - "created": "2017-12-31T14:01:44.995Z" - }, - { - "id": 270, - "name": "Prince Nebulon", - "status": "Dead", - "species": "Alien", - "type": "Zigerion", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Zigerion's Base", - "url": "https://rickandmortyapi.com/api/location/46" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/270.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/4" - ], - "url": "https://rickandmortyapi.com/api/character/270", - "created": "2017-12-31T14:05:24.406Z" - }, - { - "id": 271, - "name": "Principal Vagina", - "status": "Alive", - "species": "Cronenberg", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/271.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/6" - ], - "url": "https://rickandmortyapi.com/api/character/271", - "created": "2017-12-31T14:08:43.602Z" - }, - { - "id": 272, - "name": "Principal Vagina", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/272.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/9", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/24", - "https://rickandmortyapi.com/api/episode/27", - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/272", - "created": "2017-12-31T14:09:09.071Z" - }, - { - "id": 273, - "name": "Purge Planet Ruler", - "status": "Dead", - "species": "Alien", - "type": "Cat-Person", - "gender": "Male", - "origin": { - "name": "Purge Planet", - "url": "https://rickandmortyapi.com/api/location/9" - }, - "location": { - "name": "Purge Planet", - "url": "https://rickandmortyapi.com/api/location/9" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/273.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/20" - ], - "url": "https://rickandmortyapi.com/api/character/273", - "created": "2017-12-31T14:13:54.909Z" - }, - { - "id": 274, - "name": "Quantum Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/274.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/274", - "created": "2017-12-31T14:15:28.051Z" - }, - { - "id": 275, - "name": "Randy Dicknose", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/275.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/275", - "created": "2017-12-31T14:16:45.776Z" - }, - { - "id": 276, - "name": "Rat Boss", - "status": "Dead", - "species": "Animal", - "type": "Rat", - "gender": "unknown", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/276.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/24" - ], - "url": "https://rickandmortyapi.com/api/character/276", - "created": "2017-12-31T14:17:21.782Z" - }, - { - "id": 277, - "name": "Real Fake Doors Salesman", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/277.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/277", - "created": "2017-12-31T14:18:30.570Z" - }, - { - "id": 278, - "name": "Regional Manager Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/278.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/278", - "created": "2017-12-31T14:19:36.487Z" - }, - { - "id": 279, - "name": "Regular Legs", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/279.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/279", - "created": "2017-12-31T14:20:31.936Z" - }, - { - "id": 280, - "name": "Reverse Giraffe", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/280.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/280", - "created": "2017-12-31T14:22:46.285Z" - }, - { - "id": 281, - "name": "Reverse Rick Outrage", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/281.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/281", - "created": "2017-12-31T14:23:53.056Z" - }, - { - "id": 282, - "name": "Revolio Clockberg Jr.", - "status": "unknown", - "species": "Alien", - "type": "Gear-Person", - "gender": "Male", - "origin": { - "name": "Gear World", - "url": "https://rickandmortyapi.com/api/location/57" - }, - "location": { - "name": "Gear World", - "url": "https://rickandmortyapi.com/api/location/57" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/282.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/282", - "created": "2017-12-31T19:21:17.351Z" - }, - { - "id": 283, - "name": "Rick D. Sanchez III", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/283.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/283", - "created": "2017-12-31T19:23:53.188Z" - }, - { - "id": 284, - "name": "Rick Guilt Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/284.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/284", - "created": "2017-12-31T19:25:18.205Z" - }, - { - "id": 285, - "name": "Rick Prime", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/285.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/285", - "created": "2017-12-31T19:45:46.470Z" - }, - { - "id": 286, - "name": "Rick D-99", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (D-99)", - "url": "https://rickandmortyapi.com/api/location/58" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/286.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/286", - "created": "2017-12-31T19:49:55.181Z" - }, - { - "id": 287, - "name": "Rick D716", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (D716)", - "url": "https://rickandmortyapi.com/api/location/59" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/287.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/287", - "created": "2017-12-31T19:51:33.244Z" - }, - { - "id": 288, - "name": "Rick D716-B", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (D716-B)", - "url": "https://rickandmortyapi.com/api/location/60" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/288.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/288", - "created": "2017-12-31T19:55:25.101Z" - }, - { - "id": 289, - "name": "Rick D716-C", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (D716-C)", - "url": "https://rickandmortyapi.com/api/location/61" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/289.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/289", - "created": "2017-12-31T19:57:36.546Z" - }, - { - "id": 290, - "name": "Rick Sanchez", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "location": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/290.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/290", - "created": "2017-12-31T20:15:25.716Z" - }, - { - "id": 291, - "name": "Rick J-22", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (J-22)", - "url": "https://rickandmortyapi.com/api/location/62" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/291.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/291", - "created": "2017-12-31T20:16:52.337Z" - }, - { - "id": 292, - "name": "Rick K-22", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (K-22)", - "url": "https://rickandmortyapi.com/api/location/52" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/292.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/292", - "created": "2017-12-31T20:20:40.484Z" - }, - { - "id": 293, - "name": "Rick Sanchez", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/293.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/6" - ], - "url": "https://rickandmortyapi.com/api/character/293", - "created": "2017-12-31T20:22:29.032Z" - }, - { - "id": 294, - "name": "Ricktiminus Sancheziminius", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/294.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/294", - "created": "2017-12-31T20:24:30.396Z" - }, - { - "id": 295, - "name": "Riq IV", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/295.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/295", - "created": "2017-12-31T20:25:28.554Z" - }, - { - "id": 296, - "name": "Risotto Groupon", - "status": "Dead", - "species": "Alien", - "type": "Blue ape alien", - "gender": "Male", - "origin": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "location": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/296.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/296", - "created": "2017-12-31T20:32:33.361Z" - }, - { - "id": 297, - "name": "Risotto's Tentacled Henchman", - "status": "Dead", - "species": "Alien", - "type": "Tentacle alien", - "gender": "Male", - "origin": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "location": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/297.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/297", - "created": "2017-12-31T20:34:58.394Z" - }, - { - "id": 298, - "name": "Robot Morty", - "status": "unknown", - "species": "Robot", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/298.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/298", - "created": "2017-12-31T20:37:30.747Z" - }, - { - "id": 299, - "name": "Robot Rick", - "status": "unknown", - "species": "Robot", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/299.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/299", - "created": "2017-12-31T20:38:17.990Z" - }, - { - "id": 300, - "name": "Roger", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Anatomy Park", - "url": "https://rickandmortyapi.com/api/location/5" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/300.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/300", - "created": "2017-12-31T20:39:35.047Z" - }, - { - "id": 301, - "name": "Ron Benson", - "status": "Alive", - "species": "Humanoid", - "type": "Ring-nippled alien", - "gender": "Male", - "origin": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "location": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/301.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/14" - ], - "url": "https://rickandmortyapi.com/api/character/301", - "created": "2018-01-05T14:02:20.902Z" - }, - { - "id": 302, - "name": "Ruben", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/302.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/302", - "created": "2018-01-05T14:03:21.824Z" - }, - { - "id": 303, - "name": "Samantha", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/303.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/303", - "created": "2018-01-05T14:09:03.150Z" - }, - { - "id": 304, - "name": "Scary Brandon", - "status": "Alive", - "species": "Humanoid", - "type": "Monster", - "gender": "Male", - "origin": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "location": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/304.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/304", - "created": "2018-01-05T14:11:17.550Z" - }, - { - "id": 305, - "name": "Scary Glenn", - "status": "Alive", - "species": "Humanoid", - "type": "Monster", - "gender": "Male", - "origin": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "location": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/305.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/305", - "created": "2018-01-05T14:11:53.287Z" - }, - { - "id": 306, - "name": "Scary Terry", - "status": "Alive", - "species": "Humanoid", - "type": "Monster", - "gender": "Male", - "origin": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "location": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/306.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/306", - "created": "2018-01-05T14:13:01.564Z" - }, - { - "id": 307, - "name": "Scroopy Noopers", - "status": "Alive", - "species": "Alien", - "type": "Plutonian", - "gender": "Male", - "origin": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "location": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/307.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/9" - ], - "url": "https://rickandmortyapi.com/api/character/307", - "created": "2018-01-05T14:20:41.693Z" - }, - { - "id": 308, - "name": "Scropon", - "status": "unknown", - "species": "Alien", - "type": "Lobster-Alien", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/308.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/308", - "created": "2018-01-05T14:22:47.706Z" - }, - { - "id": 309, - "name": "Scrotian", - "status": "Alive", - "species": "Animal", - "type": "Scrotian", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Signus 5 Expanse", - "url": "https://rickandmortyapi.com/api/location/22" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/309.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/309", - "created": "2018-01-05T14:26:50.679Z" - }, - { - "id": 310, - "name": "Self-Congratulatory Jerry", - "status": "unknown", - "species": "Mytholog", - "type": "", - "gender": "Male", - "origin": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/310.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/310", - "created": "2018-01-05T14:29:21.347Z" - }, - { - "id": 311, - "name": "Shimshamian", - "status": "Alive", - "species": "Alien", - "type": "Shimshamian", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/311.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/311", - "created": "2018-01-05T14:44:01.276Z" - }, - { - "id": 312, - "name": "Shlaammi", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/312.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/312", - "created": "2018-01-05T14:45:39.235Z" - }, - { - "id": 313, - "name": "Shleemypants", - "status": "Alive", - "species": "unknown", - "type": "Omniscient being", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/313.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/12" - ], - "url": "https://rickandmortyapi.com/api/character/313", - "created": "2018-01-05T14:52:31.489Z" - }, - { - "id": 314, - "name": "Shmlamantha Shmlicelli", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/314.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/314", - "created": "2018-01-05T14:53:23.739Z" - }, - { - "id": 315, - "name": "Shmlangela Shmlobinson-Shmlower", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/315.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/315", - "created": "2018-01-05T14:54:37.641Z" - }, - { - "id": 316, - "name": "Shmlona Shmlobinson", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/316.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/316", - "created": "2018-01-05T14:55:42.034Z" - }, - { - "id": 317, - "name": "Shmlonathan Shmlower", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/317.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/317", - "created": "2018-01-05T14:56:15.428Z" - }, - { - "id": 318, - "name": "Shmlony Shmlicelli", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/318.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/318", - "created": "2018-01-05T14:56:45.502Z" - }, - { - "id": 319, - "name": "Shmooglite Runner", - "status": "unknown", - "species": "Alien", - "type": "Animal", - "gender": "Male", - "origin": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "location": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/319.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/319", - "created": "2018-01-05T14:59:34.798Z" - }, - { - "id": 320, - "name": "Shnoopy Bloopers", - "status": "unknown", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Immortality Field Resort", - "url": "https://rickandmortyapi.com/api/location/7" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/320.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/320", - "created": "2018-01-05T15:02:28.103Z" - }, - { - "id": 321, - "name": "Shrimply Pibbles", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "St. Gloopy Noops Hospital", - "url": "https://rickandmortyapi.com/api/location/16" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/321.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/321", - "created": "2018-01-05T15:07:50.789Z" - }, - { - "id": 322, - "name": "Simple Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/322.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/322", - "created": "2018-01-05T15:12:03.933Z" - }, - { - "id": 323, - "name": "Slaveowner", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/323.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/323", - "created": "2018-01-05T15:13:46.862Z" - }, - { - "id": 324, - "name": "Sleepy Gary", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/324.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/324", - "created": "2018-01-05T15:17:26.876Z" - }, - { - "id": 325, - "name": "Slick Morty", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/325.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/325", - "created": "2018-01-10T16:06:48.366Z" - }, - { - "id": 326, - "name": "Slippery Stair", - "status": "Alive", - "species": "Animal", - "type": "Slug", - "gender": "Male", - "origin": { - "name": "Fantasy World", - "url": "https://rickandmortyapi.com/api/location/48" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/326.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/11" - ], - "url": "https://rickandmortyapi.com/api/character/326", - "created": "2018-01-10T16:11:09.964Z" - }, - { - "id": 327, - "name": "Slow Mobius", - "status": "Alive", - "species": "Humanoid", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/327.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11" - ], - "url": "https://rickandmortyapi.com/api/character/327", - "created": "2018-01-10T16:13:26.380Z" - }, - { - "id": 328, - "name": "Slow Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/328.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/328", - "created": "2018-01-10T16:14:16.331Z" - }, - { - "id": 329, - "name": "Snuffles (Snowball)", - "status": "Alive", - "species": "Animal", - "type": "Intelligent dog", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/329.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2", - "https://rickandmortyapi.com/api/episode/7", - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/15", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/24", - "https://rickandmortyapi.com/api/episode/29", - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/329", - "created": "2018-01-10T16:24:49.586Z" - }, - { - "id": 330, - "name": "Solicitor Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/330.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/330", - "created": "2018-01-10T16:26:27.705Z" - }, - { - "id": 331, - "name": "Squanchy", - "status": "unknown", - "species": "Alien", - "type": "Cat-like creature", - "gender": "Male", - "origin": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/331.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/331", - "created": "2018-01-10T16:29:25.344Z" - }, - { - "id": 332, - "name": "Stacy", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/332.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/332", - "created": "2018-01-10T16:31:10.465Z" - }, - { - "id": 333, - "name": "Stair Goblin", - "status": "Alive", - "species": "Alien", - "type": "Stair goblin", - "gender": "Genderless", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Fantasy World", - "url": "https://rickandmortyapi.com/api/location/48" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/333.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/333", - "created": "2018-01-10T16:34:19.420Z" - }, - { - "id": 334, - "name": "Stealy", - "status": "Alive", - "species": "Poopybutthole", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/334.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/334", - "created": "2018-01-10T16:36:06.982Z" - }, - { - "id": 335, - "name": "Steve", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/335.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/335", - "created": "2018-01-10T16:39:34.837Z" - }, - { - "id": 336, - "name": "Steven Phillips", - "status": "Alive", - "species": "Alien", - "type": "Unknown-nippled alien", - "gender": "Male", - "origin": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "location": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/336.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/14" - ], - "url": "https://rickandmortyapi.com/api/character/336", - "created": "2018-01-10T16:44:51.702Z" - }, - { - "id": 337, - "name": "Stu", - "status": "Dead", - "species": "Alien", - "type": "Zigerion", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Zigerion's Base", - "url": "https://rickandmortyapi.com/api/location/46" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/337.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/4" - ], - "url": "https://rickandmortyapi.com/api/character/337", - "created": "2018-01-10T16:50:57.710Z" - }, - { - "id": 338, - "name": "Summer Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/338.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/2", - "https://rickandmortyapi.com/api/episode/3", - "https://rickandmortyapi.com/api/episode/4", - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/6", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/338", - "created": "2018-01-10T16:55:03.390Z" - }, - { - "id": 339, - "name": "Summer Smith", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "location": { - "name": "Earth (Evil Rick's Target Dimension)", - "url": "https://rickandmortyapi.com/api/location/34" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/339.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/339", - "created": "2018-01-10T16:56:28.489Z" - }, - { - "id": 340, - "name": "Supernova", - "status": "Alive", - "species": "Human", - "type": "Superhuman", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Worldender's lair", - "url": "https://rickandmortyapi.com/api/location/4" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/340.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/340", - "created": "2018-01-10T17:02:58.042Z" - }, - { - "id": 341, - "name": "Taddy Mason", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/341.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/20" - ], - "url": "https://rickandmortyapi.com/api/character/341", - "created": "2018-01-10T17:07:09.052Z" - }, - { - "id": 342, - "name": "Taint Washer", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "location": { - "name": "Post-Apocalyptic Earth", - "url": "https://rickandmortyapi.com/api/location/8" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/342.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/23" - ], - "url": "https://rickandmortyapi.com/api/character/342", - "created": "2018-01-10T17:23:26.944Z" - }, - { - "id": 343, - "name": "Tammy Guetermann", - "status": "Alive", - "species": "Cronenberg", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/343.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5", - "https://rickandmortyapi.com/api/episode/6" - ], - "url": "https://rickandmortyapi.com/api/character/343", - "created": "2018-01-10T17:27:04.773Z" - }, - { - "id": 344, - "name": "Tammy Guetermann", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/344.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/344", - "created": "2018-01-10T17:31:54.889Z" - }, - { - "id": 345, - "name": "Teacher Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/345.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/345", - "created": "2018-01-10T17:33:23.437Z" - }, - { - "id": 346, - "name": "Terry", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/346.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/346", - "created": "2018-01-10T17:37:51.767Z" - }, - { - "id": 347, - "name": "The President", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/347.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/347", - "created": "2018-01-10T17:43:37.411Z" - }, - { - "id": 348, - "name": "The President of the Miniverse", - "status": "Dead", - "species": "Humanoid", - "type": "Miniverse inhabitant", - "gender": "Male", - "origin": { - "name": "Zeep Xanflorp's Miniverse", - "url": "https://rickandmortyapi.com/api/location/49" - }, - "location": { - "name": "Zeep Xanflorp's Miniverse", - "url": "https://rickandmortyapi.com/api/location/49" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/348.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/348", - "created": "2018-01-10T17:47:59.043Z" - }, - { - "id": 349, - "name": "The Scientist Formerly Known as Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/349.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/349", - "created": "2018-01-10T17:49:09.995Z" - }, - { - "id": 350, - "name": "Thomas Lipkip", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Froopyland", - "url": "https://rickandmortyapi.com/api/location/63" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/350.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/350", - "created": "2018-01-10T17:50:33.471Z" - }, - { - "id": 351, - "name": "Three Unknown Things", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/351.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/351", - "created": "2018-01-10T17:57:31.022Z" - }, - { - "id": 352, - "name": "Tinkles", - "status": "Dead", - "species": "Alien", - "type": "Parasite, Unicorn lamb", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/352.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/352", - "created": "2018-01-10T17:58:51.840Z" - }, - { - "id": 353, - "name": "Tiny Rick", - "status": "Dead", - "species": "Human", - "type": "Clone", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/353.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/353", - "created": "2018-01-10T18:00:35.848Z" - }, - { - "id": 354, - "name": "Toby Matthews", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/354.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/354", - "created": "2018-01-10T18:02:03.402Z" - }, - { - "id": 355, - "name": "Todd Crystal", - "status": "Alive", - "species": "Alien", - "type": "Unknown-nippled alien", - "gender": "Male", - "origin": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "location": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/355.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/14" - ], - "url": "https://rickandmortyapi.com/api/character/355", - "created": "2018-01-10T18:05:46.294Z" - }, - { - "id": 356, - "name": "Tom Randolph", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/356.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/3" - ], - "url": "https://rickandmortyapi.com/api/character/356", - "created": "2018-01-10T18:07:03.215Z" - }, - { - "id": 357, - "name": "Tommy's Clone", - "status": "Alive", - "species": "Human", - "type": "Clone", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/357.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/357", - "created": "2018-01-10T18:07:45.541Z" - }, - { - "id": 358, - "name": "Tophat Jones", - "status": "Dead", - "species": "Humanoid", - "type": "Leprechaun", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/358.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/18", - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/358", - "created": "2018-01-10T18:09:34.482Z" - }, - { - "id": 359, - "name": "Tortured Morty", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/359.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/359", - "created": "2018-01-10T18:14:50.992Z" - }, - { - "id": 360, - "name": "Toxic Morty", - "status": "Dead", - "species": "Humanoid", - "type": "Morty's toxic side", - "gender": "Male", - "origin": { - "name": "Detoxifier", - "url": "https://rickandmortyapi.com/api/location/64" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/360.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/360", - "created": "2018-01-10T18:18:05.422Z" - }, - { - "id": 361, - "name": "Toxic Rick", - "status": "Dead", - "species": "Humanoid", - "type": "Rick's toxic side", - "gender": "Male", - "origin": { - "name": "Detoxifier", - "url": "https://rickandmortyapi.com/api/location/64" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/361.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/361", - "created": "2018-01-10T18:20:41.703Z" - }, - { - "id": 362, - "name": "Traflorkian", - "status": "Alive", - "species": "Alien", - "type": "Traflorkian", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Worldender's lair", - "url": "https://rickandmortyapi.com/api/location/4" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/362.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/21", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/362", - "created": "2018-01-10T18:52:08.927Z" - }, - { - "id": 363, - "name": "Trandor", - "status": "Alive", - "species": "Alien", - "type": "Krootabulan", - "gender": "Male", - "origin": { - "name": "Krootabulon", - "url": "https://rickandmortyapi.com/api/location/45" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/363.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/363", - "created": "2018-01-10T18:54:36.578Z" - }, - { - "id": 364, - "name": "Tree Person", - "status": "Dead", - "species": "Humanoid", - "type": "Teenyverse inhabitant", - "gender": "unknown", - "origin": { - "name": "Kyle's Teenyverse", - "url": "https://rickandmortyapi.com/api/location/50" - }, - "location": { - "name": "Kyle's Teenyverse", - "url": "https://rickandmortyapi.com/api/location/50" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/364.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/364", - "created": "2018-01-10T18:57:50.033Z" - }, - { - "id": 365, - "name": "Tricia Lange", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/365.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26", - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/365", - "created": "2018-01-10T18:59:31.842Z" - }, - { - "id": 366, - "name": "Trunk Morty", - "status": "Alive", - "species": "Humanoid", - "type": "Trunk-Person", - "gender": "Male", - "origin": { - "name": "Trunk World", - "url": "https://rickandmortyapi.com/api/location/65" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/366.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/366", - "created": "2018-01-10T19:03:13.558Z" - }, - { - "id": 367, - "name": "Trunk Man", - "status": "Alive", - "species": "Humanoid", - "type": "Trunk-Person", - "gender": "Male", - "origin": { - "name": "Trunk World", - "url": "https://rickandmortyapi.com/api/location/65" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/367.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/367", - "created": "2018-01-10T19:05:34.004Z" - }, - { - "id": 368, - "name": "Truth Tortoise", - "status": "unknown", - "species": "Animal", - "type": "Omniscient being", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/368.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/368", - "created": "2018-01-10T19:14:35.885Z" - }, - { - "id": 369, - "name": "Tusked Assassin", - "status": "unknown", - "species": "Alien", - "type": "Tuskfish", - "gender": "Male", - "origin": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "location": { - "name": "Resort Planet", - "url": "https://rickandmortyapi.com/api/location/37" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/369.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/369", - "created": "2018-01-10T19:17:00.093Z" - }, - { - "id": 370, - "name": "Two Guys with Handlebar Mustaches", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/370.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/370", - "created": "2018-01-10T19:17:57.976Z" - }, - { - "id": 371, - "name": "Tumblorkian", - "status": "Alive", - "species": "Alien", - "type": "Tumblorkian", - "gender": "Male", - "origin": { - "name": "Plopstar", - "url": "https://rickandmortyapi.com/api/location/66" - }, - "location": { - "name": "Plopstar", - "url": "https://rickandmortyapi.com/api/location/66" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/371.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/371", - "created": "2018-01-10T19:18:44.560Z" - }, - { - "id": 372, - "name": "Unity", - "status": "Alive", - "species": "Alien", - "type": "Hivemind", - "gender": "Genderless", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Unity's Planet", - "url": "https://rickandmortyapi.com/api/location/28" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/372.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/14" - ], - "url": "https://rickandmortyapi.com/api/character/372", - "created": "2018-01-10T19:20:50.211Z" - }, - { - "id": 373, - "name": "Unmuscular Michael", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/373.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/373", - "created": "2018-01-10T19:22:04.075Z" - }, - { - "id": 374, - "name": "Vampire Master", - "status": "Alive", - "species": "Vampire", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/374.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/374", - "created": "2018-01-10T19:23:45.478Z" - }, - { - "id": 375, - "name": "Vance Maximus", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Worldender's lair", - "url": "https://rickandmortyapi.com/api/location/4" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/375.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/375", - "created": "2018-01-10T19:26:00.957Z" - }, - { - "id": 376, - "name": "Veronica Ann Bennet", - "status": "Alive", - "species": "Alien", - "type": "Gazorpian", - "gender": "Female", - "origin": { - "name": "Gazorpazorp", - "url": "https://rickandmortyapi.com/api/location/40" - }, - "location": { - "name": "Gazorpazorp", - "url": "https://rickandmortyapi.com/api/location/40" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/376.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/7" - ], - "url": "https://rickandmortyapi.com/api/character/376", - "created": "2018-01-10T19:27:06.246Z" - }, - { - "id": 377, - "name": "Voltematron", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/377.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/377", - "created": "2018-01-10T19:29:08.116Z" - }, - { - "id": 378, - "name": "Wall Crawling Rick", - "status": "unknown", - "species": "Humanoid", - "type": "Lizard-Person", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/378.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/378", - "created": "2018-01-10T19:33:30.804Z" - }, - { - "id": 379, - "name": "Wedding Bartender", - "status": "unknown", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Planet Squanch", - "url": "https://rickandmortyapi.com/api/location/35" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/379.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/379", - "created": "2018-01-10T19:37:41.375Z" - }, - { - "id": 380, - "name": "Weird Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/380.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/380", - "created": "2018-01-10T19:44:22.262Z" - }, - { - "id": 381, - "name": "Woman Rick", - "status": "Alive", - "species": "Alien", - "type": "Chair", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/381.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/381", - "created": "2018-01-10T19:46:00.622Z" - }, - { - "id": 382, - "name": "Worldender", - "status": "Dead", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Worldender's lair", - "url": "https://rickandmortyapi.com/api/location/4" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/382.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/382", - "created": "2018-01-10T19:47:55.859Z" - }, - { - "id": 383, - "name": "Yaarb", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "St. Gloopy Noops Hospital", - "url": "https://rickandmortyapi.com/api/location/16" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/383.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/383", - "created": "2018-01-10T19:48:59.952Z" - }, - { - "id": 384, - "name": "Yellow Headed Doctor", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "St. Gloopy Noops Hospital", - "url": "https://rickandmortyapi.com/api/location/16" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/384.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/384", - "created": "2018-01-10T19:50:19.351Z" - }, - { - "id": 385, - "name": "Yellow Shirt Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/385.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/385", - "created": "2018-01-10T19:51:18.996Z" - }, - { - "id": 386, - "name": "Zarbadar Gloonch", - "status": "Dead", - "species": "Alien", - "type": "Drumbloxian", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/386.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13", - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/386", - "created": "2018-01-10T19:52:40.898Z" - }, - { - "id": 387, - "name": "Zarbadar's Mytholog", - "status": "unknown", - "species": "Mytholog", - "type": "", - "gender": "Female", - "origin": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "location": { - "name": "Nuptia 4", - "url": "https://rickandmortyapi.com/api/location/13" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/387.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/387", - "created": "2018-01-10T19:54:17.951Z" - }, - { - "id": 388, - "name": "Zeep Xanflorp", - "status": "Alive", - "species": "Humanoid", - "type": "Microverse inhabitant", - "gender": "Male", - "origin": { - "name": "Rick's Battery Microverse", - "url": "https://rickandmortyapi.com/api/location/24" - }, - "location": { - "name": "Rick's Battery Microverse", - "url": "https://rickandmortyapi.com/api/location/24" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/388.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/17" - ], - "url": "https://rickandmortyapi.com/api/character/388", - "created": "2018-01-10T19:56:57.790Z" - }, - { - "id": 389, - "name": "Zeta Alpha Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/389.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/389", - "created": "2018-01-10T19:57:41.191Z" - }, - { - "id": 390, - "name": "Zick Zack", - "status": "Dead", - "species": "Alien", - "type": "Floop Floopian", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/390.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/390", - "created": "2018-01-10T20:00:05.681Z" - }, - { - "id": 391, - "name": "Uncle Steve", - "status": "Dead", - "species": "Alien", - "type": "Parasite", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/391.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/15" - ], - "url": "https://rickandmortyapi.com/api/character/391", - "created": "2018-01-14T13:34:50.096Z" - }, - { - "id": 392, - "name": "Bearded Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/392.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/392", - "created": "2018-01-14T14:48:05.977Z" - }, - { - "id": 393, - "name": "Roy", - "status": "Alive", - "species": "Human", - "type": "Game", - "gender": "Male", - "origin": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "location": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/393.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/393", - "created": "2018-01-20T19:15:27.239Z" - }, - { - "id": 394, - "name": "Davin", - "status": "Dead", - "species": "Cronenberg", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "location": { - "name": "Earth (C-137)", - "url": "https://rickandmortyapi.com/api/location/1" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/394.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/6" - ], - "url": "https://rickandmortyapi.com/api/character/394", - "created": "2018-01-20T19:48:42.201Z" - }, - { - "id": 395, - "name": "Greebybobe", - "status": "Alive", - "species": "Alien", - "type": "Greebybobe", - "gender": "unknown", - "origin": { - "name": "Girvonesk", - "url": "https://rickandmortyapi.com/api/location/68" - }, - "location": { - "name": "Worldender's lair", - "url": "https://rickandmortyapi.com/api/location/4" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/395.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/395", - "created": "2018-04-15T16:46:31.715Z" - }, - { - "id": 396, - "name": "Scary Teacher", - "status": "Alive", - "species": "Humanoid", - "type": "Monster", - "gender": "Male", - "origin": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "location": { - "name": "Mr. Goldenfold's dream", - "url": "https://rickandmortyapi.com/api/location/18" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/396.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/396", - "created": "2018-04-15T17:10:07.639Z" - }, - { - "id": 397, - "name": "Fido", - "status": "Alive", - "species": "Animal", - "type": "Dog", - "gender": "Male", - "origin": { - "name": "Snuffles' Dream", - "url": "https://rickandmortyapi.com/api/location/70" - }, - "location": { - "name": "Snuffles' Dream", - "url": "https://rickandmortyapi.com/api/location/70" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/397.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/397", - "created": "2018-04-15T17:15:28.777Z" - }, - { - "id": 398, - "name": "Accountant dog", - "status": "Alive", - "species": "Animal", - "type": "Dog", - "gender": "Male", - "origin": { - "name": "Snuffles' Dream", - "url": "https://rickandmortyapi.com/api/location/70" - }, - "location": { - "name": "Snuffles' Dream", - "url": "https://rickandmortyapi.com/api/location/70" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/398.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2" - ], - "url": "https://rickandmortyapi.com/api/character/398", - "created": "2018-04-15T17:23:04.169Z" - }, - { - "id": 399, - "name": "Tiny-persons advocacy group lawyer", - "status": "Alive", - "species": "Humanoid", - "type": "Giant", - "gender": "Male", - "origin": { - "name": "Giant's Town", - "url": "https://rickandmortyapi.com/api/location/14" - }, - "location": { - "name": "Giant's Town", - "url": "https://rickandmortyapi.com/api/location/14" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/399.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/399", - "created": "2018-04-15T17:34:02.076Z" - }, - { - "id": 400, - "name": "Giant Judge", - "status": "Alive", - "species": "Humanoid", - "type": "Giant", - "gender": "Male", - "origin": { - "name": "Giant's Town", - "url": "https://rickandmortyapi.com/api/location/14" - }, - "location": { - "name": "Giant's Town", - "url": "https://rickandmortyapi.com/api/location/14" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/400.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/5" - ], - "url": "https://rickandmortyapi.com/api/character/400", - "created": "2018-04-15T17:36:11.295Z" - }, - { - "id": 401, - "name": "Morty Jr's interviewer", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/401.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/7" - ], - "url": "https://rickandmortyapi.com/api/character/401", - "created": "2018-04-15T17:43:56.832Z" - }, - { - "id": 402, - "name": "Guy from The Bachelor", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/402.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/402", - "created": "2018-04-15T17:45:38.589Z" - }, - { - "id": 403, - "name": "Corn detective", - "status": "Dead", - "species": "Humanoid", - "type": "Corn-person", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/403.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/403", - "created": "2018-04-15T17:48:50.629Z" - }, - { - "id": 404, - "name": "Michael Jackson", - "status": "Alive", - "species": "Humanoid", - "type": "Phone-Person", - "gender": "Male", - "origin": { - "name": "Earth (Phone Dimension)", - "url": "https://rickandmortyapi.com/api/location/72" - }, - "location": { - "name": "Earth (Phone Dimension)", - "url": "https://rickandmortyapi.com/api/location/72" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/404.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/404", - "created": "2018-04-15T18:01:09.637Z" - }, - { - "id": 405, - "name": "Trunkphobic suspenders guy", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/405.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/2", - "https://rickandmortyapi.com/api/episode/8", - "https://rickandmortyapi.com/api/episode/10", - "https://rickandmortyapi.com/api/episode/11" - ], - "url": "https://rickandmortyapi.com/api/character/405", - "created": "2018-04-15T20:31:46.065Z" - }, - { - "id": 406, - "name": "Spiderweb teddy bear", - "status": "Alive", - "species": "Animal", - "type": "Teddy Bear", - "gender": "unknown", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/406.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/406", - "created": "2018-04-15T20:45:04.863Z" - }, - { - "id": 407, - "name": "Regular Tyrion Lannister", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/407.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/407", - "created": "2018-04-15T20:50:10.475Z" - }, - { - "id": 408, - "name": "Quick Mistery Presenter", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/408.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/408", - "created": "2018-04-15T20:51:47.778Z" - }, - { - "id": 409, - "name": "Mr. Sneezy", - "status": "Alive", - "species": "Human", - "type": "Little Human", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/409.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/409", - "created": "2018-04-15T21:04:09.405Z" - }, - { - "id": 410, - "name": "Two Brothers", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/410.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/410", - "created": "2018-04-15T21:06:18.686Z" - }, - { - "id": 411, - "name": "Alien Mexican Armada", - "status": "unknown", - "species": "Alien", - "type": "Mexican", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/411.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/411", - "created": "2018-04-15T21:10:27.986Z" - }, - { - "id": 412, - "name": "Giant Cat Monster", - "status": "unknown", - "species": "Animal", - "type": "Giant Cat Monster", - "gender": "unknown", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/412.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/412", - "created": "2018-04-15T21:14:09.223Z" - }, - { - "id": 413, - "name": "Old Women", - "status": "unknown", - "species": "Human", - "type": "Old Amazons", - "gender": "Female", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/413.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/413", - "created": "2018-04-15T21:21:32.623Z" - }, - { - "id": 414, - "name": "Trunkphobic guy", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/414.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/414", - "created": "2018-04-15T21:33:59.719Z" - }, - { - "id": 415, - "name": "Pro trunk people marriage guy", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/415.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/415", - "created": "2018-04-15T21:34:21.911Z" - }, - { - "id": 416, - "name": "Muscular Mannie", - "status": "Alive", - "species": "Human", - "type": "Mannie", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/416.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/416", - "created": "2018-04-15T21:39:22.608Z" - }, - { - "id": 417, - "name": "Baby Legs Chief", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/417.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/417", - "created": "2018-04-15T21:40:39.871Z" - }, - { - "id": 418, - "name": "Mrs. Sullivan's Boyfriend", - "status": "Alive", - "species": "Human", - "type": "Necrophiliac", - "gender": "Male", - "origin": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/418.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/8" - ], - "url": "https://rickandmortyapi.com/api/character/418", - "created": "2018-04-15T21:43:43.867Z" - }, - { - "id": 419, - "name": "Plutonian Hostess", - "status": "Alive", - "species": "Alien", - "type": "Plutonian", - "gender": "Female", - "origin": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "location": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/419.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/9" - ], - "url": "https://rickandmortyapi.com/api/character/419", - "created": "2018-04-15T21:48:45.783Z" - }, - { - "id": 420, - "name": "Plutonian Host", - "status": "Alive", - "species": "Alien", - "type": "Plutonian", - "gender": "Male", - "origin": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "location": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/420.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/9" - ], - "url": "https://rickandmortyapi.com/api/character/420", - "created": "2018-04-15T21:49:04.730Z" - }, - { - "id": 421, - "name": "Rich Plutonian", - "status": "Alive", - "species": "Alien", - "type": "Plutonian", - "gender": "Female", - "origin": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "location": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/421.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/9" - ], - "url": "https://rickandmortyapi.com/api/character/421", - "created": "2018-04-15T21:51:50.534Z" - }, - { - "id": 422, - "name": "Rich Plutonian", - "status": "Alive", - "species": "Alien", - "type": "Plutonian", - "gender": "Male", - "origin": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "location": { - "name": "Pluto", - "url": "https://rickandmortyapi.com/api/location/47" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/422.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/9" - ], - "url": "https://rickandmortyapi.com/api/character/422", - "created": "2018-04-15T21:52:14.642Z" - }, - { - "id": 423, - "name": "Synthetic Laser Eels", - "status": "Alive", - "species": "Animal", - "type": "Eel", - "gender": "unknown", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/423.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11" - ], - "url": "https://rickandmortyapi.com/api/character/423", - "created": "2018-04-16T21:08:47.956Z" - }, - { - "id": 424, - "name": "Pizza-person", - "status": "Alive", - "species": "Humanoid", - "type": "Pizza", - "gender": "Male", - "origin": { - "name": "Earth (Pizza Dimension)", - "url": "https://rickandmortyapi.com/api/location/71" - }, - "location": { - "name": "Earth (Pizza Dimension)", - "url": "https://rickandmortyapi.com/api/location/71" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/424.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/424", - "created": "2018-04-16T21:45:55.310Z" - }, - { - "id": 425, - "name": "Pizza-person", - "status": "Alive", - "species": "Humanoid", - "type": "Pizza", - "gender": "Male", - "origin": { - "name": "Earth (Pizza Dimension)", - "url": "https://rickandmortyapi.com/api/location/71" - }, - "location": { - "name": "Earth (Pizza Dimension)", - "url": "https://rickandmortyapi.com/api/location/71" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/425.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/425", - "created": "2018-04-16T21:46:18.362Z" - }, - { - "id": 426, - "name": "Greasy Grandma", - "status": "Alive", - "species": "Human", - "type": "Grandma", - "gender": "Female", - "origin": { - "name": "Greasy Grandma World", - "url": "https://rickandmortyapi.com/api/location/73" - }, - "location": { - "name": "Greasy Grandma World", - "url": "https://rickandmortyapi.com/api/location/73" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/426.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/426", - "created": "2018-04-16T21:51:21.379Z" - }, - { - "id": 427, - "name": "Phone-person", - "status": "Alive", - "species": "Humanoid", - "type": "Phone", - "gender": "Male", - "origin": { - "name": "Earth (Phone Dimension)", - "url": "https://rickandmortyapi.com/api/location/72" - }, - "location": { - "name": "Earth (Phone Dimension)", - "url": "https://rickandmortyapi.com/api/location/72" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/427.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/427", - "created": "2018-04-16T21:54:05.375Z" - }, - { - "id": 428, - "name": "Phone-person", - "status": "Alive", - "species": "Humanoid", - "type": "Phone", - "gender": "Male", - "origin": { - "name": "Earth (Phone Dimension)", - "url": "https://rickandmortyapi.com/api/location/72" - }, - "location": { - "name": "Earth (Phone Dimension)", - "url": "https://rickandmortyapi.com/api/location/72" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/428.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/428", - "created": "2018-04-16T21:54:48.372Z" - }, - { - "id": 429, - "name": "Chair-person", - "status": "Alive", - "species": "Humanoid", - "type": "Chair", - "gender": "Male", - "origin": { - "name": "Earth (Chair Dimension)", - "url": "https://rickandmortyapi.com/api/location/74" - }, - "location": { - "name": "Earth (Chair Dimension)", - "url": "https://rickandmortyapi.com/api/location/74" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/429.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/429", - "created": "2018-04-16T21:59:25.798Z" - }, - { - "id": 430, - "name": "Chair-person", - "status": "Alive", - "species": "Humanoid", - "type": "Chair", - "gender": "Male", - "origin": { - "name": "Earth (Chair Dimension)", - "url": "https://rickandmortyapi.com/api/location/74" - }, - "location": { - "name": "Earth (Chair Dimension)", - "url": "https://rickandmortyapi.com/api/location/74" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/430.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/430", - "created": "2018-04-16T21:59:48.220Z" - }, - { - "id": 431, - "name": "Chair-homeless", - "status": "Alive", - "species": "Humanoid", - "type": "Chair", - "gender": "Male", - "origin": { - "name": "Earth (Chair Dimension)", - "url": "https://rickandmortyapi.com/api/location/74" - }, - "location": { - "name": "Earth (Chair Dimension)", - "url": "https://rickandmortyapi.com/api/location/74" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/431.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/431", - "created": "2018-04-16T22:01:17.927Z" - }, - { - "id": 432, - "name": "Chair-waiter", - "status": "Alive", - "species": "Humanoid", - "type": "Chair", - "gender": "Male", - "origin": { - "name": "Earth (Chair Dimension)", - "url": "https://rickandmortyapi.com/api/location/74" - }, - "location": { - "name": "Earth (Chair Dimension)", - "url": "https://rickandmortyapi.com/api/location/74" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/432.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/432", - "created": "2018-04-16T22:02:26.106Z" - }, - { - "id": 433, - "name": "Doopidoo", - "status": "Alive", - "species": "Animal", - "type": "Doopidoo", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/433.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/433", - "created": "2018-04-16T22:05:05.745Z" - }, - { - "id": 434, - "name": "Super Weird Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "unknown", - "url": "" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/434.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/10" - ], - "url": "https://rickandmortyapi.com/api/character/434", - "created": "2018-04-16T22:16:17.789Z" - }, - { - "id": 435, - "name": "Pripudlian", - "status": "Alive", - "species": "Alien", - "type": "Pripudlian", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/435.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/1", - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/25" - ], - "url": "https://rickandmortyapi.com/api/character/435", - "created": "2018-04-16T22:21:57.962Z" - }, - { - "id": 436, - "name": "Giant Testicle Monster", - "status": "Alive", - "species": "Animal", - "type": "Monster", - "gender": "unknown", - "origin": { - "name": "Testicle Monster Dimension", - "url": "https://rickandmortyapi.com/api/location/21" - }, - "location": { - "name": "Testicle Monster Dimension", - "url": "https://rickandmortyapi.com/api/location/21" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/436.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/11", - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/436", - "created": "2018-04-16T22:33:01.337Z" - }, - { - "id": 437, - "name": "Michael", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/437.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/12" - ], - "url": "https://rickandmortyapi.com/api/character/437", - "created": "2018-05-01T11:51:10.604Z" - }, - { - "id": 438, - "name": "Michael's Lawyer", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/438.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/12" - ], - "url": "https://rickandmortyapi.com/api/character/438", - "created": "2018-05-01T11:57:16.266Z" - }, - { - "id": 439, - "name": "Veterinary", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/439.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/12" - ], - "url": "https://rickandmortyapi.com/api/character/439", - "created": "2018-05-01T11:58:43.275Z" - }, - { - "id": 440, - "name": "Veterinary Nurse", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/440.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/12" - ], - "url": "https://rickandmortyapi.com/api/character/440", - "created": "2018-05-01T11:59:15.544Z" - }, - { - "id": 441, - "name": "Bearded Jerry", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Jerryboree", - "url": "https://rickandmortyapi.com/api/location/44" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/441.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/441", - "created": "2018-05-01T12:09:22.636Z" - }, - { - "id": 442, - "name": "Shaved Head Jerry", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Jerryboree", - "url": "https://rickandmortyapi.com/api/location/44" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/442.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/442", - "created": "2018-05-01T12:10:35.123Z" - }, - { - "id": 443, - "name": "Tank Top Jerry", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Jerryboree", - "url": "https://rickandmortyapi.com/api/location/44" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/443.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/443", - "created": "2018-05-01T12:23:37.165Z" - }, - { - "id": 444, - "name": "Pink Polo Shirt Jerry", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Jerryboree", - "url": "https://rickandmortyapi.com/api/location/44" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/444.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/444", - "created": "2018-05-01T12:27:08.632Z" - }, - { - "id": 445, - "name": "Jerryboree Keeper", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Jerryboree", - "url": "https://rickandmortyapi.com/api/location/44" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/445.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/445", - "created": "2018-05-01T13:09:57.921Z" - }, - { - "id": 446, - "name": "Jerryboree Receptionist", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Jerryboree", - "url": "https://rickandmortyapi.com/api/location/44" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/446.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/446", - "created": "2018-05-01T13:11:26.665Z" - }, - { - "id": 447, - "name": "Anchor Gear", - "status": "Alive", - "species": "Alien", - "type": "Gear-Person", - "gender": "Male", - "origin": { - "name": "Gear World", - "url": "https://rickandmortyapi.com/api/location/57" - }, - "location": { - "name": "Gear World", - "url": "https://rickandmortyapi.com/api/location/57" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/447.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/447", - "created": "2018-05-01T13:34:56.141Z" - }, - { - "id": 448, - "name": "Gear Cop", - "status": "Dead", - "species": "Alien", - "type": "Gear-Person", - "gender": "Male", - "origin": { - "name": "Gear World", - "url": "https://rickandmortyapi.com/api/location/57" - }, - "location": { - "name": "Gear World", - "url": "https://rickandmortyapi.com/api/location/57" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/448.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/448", - "created": "2018-05-01T13:38:21.237Z" - }, - { - "id": 449, - "name": "Roy's Mum", - "status": "Alive", - "species": "Human", - "type": "Game", - "gender": "Female", - "origin": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "location": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/449.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/449", - "created": "2018-05-01T13:55:27.886Z" - }, - { - "id": 450, - "name": "Roy's Wife", - "status": "Alive", - "species": "Human", - "type": "Game", - "gender": "Male", - "origin": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "location": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/450.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/450", - "created": "2018-05-01T13:57:55.888Z" - }, - { - "id": 451, - "name": "Roy's Son", - "status": "Alive", - "species": "Human", - "type": "Game", - "gender": "Male", - "origin": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "location": { - "name": "Roy: A Life Well Lived", - "url": "https://rickandmortyapi.com/api/location/32" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/451.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/13" - ], - "url": "https://rickandmortyapi.com/api/character/451", - "created": "2018-05-01T13:59:18.964Z" - }, - { - "id": 452, - "name": "Simon", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/452.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16" - ], - "url": "https://rickandmortyapi.com/api/character/452", - "created": "2018-05-01T14:20:10.187Z" - }, - { - "id": 453, - "name": "Vampire Master's Assistant", - "status": "Alive", - "species": "Vampire", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/453.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/18" - ], - "url": "https://rickandmortyapi.com/api/character/453", - "created": "2018-05-01T15:20:15.582Z" - }, - { - "id": 454, - "name": "Arbolian Mentirososian", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "unknown", - "origin": { - "name": "Árboles Mentirosos", - "url": "https://rickandmortyapi.com/api/location/75" - }, - "location": { - "name": "St. Gloopy Noops Hospital", - "url": "https://rickandmortyapi.com/api/location/16" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/454.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/16", - "https://rickandmortyapi.com/api/episode/19", - "https://rickandmortyapi.com/api/episode/21" - ], - "url": "https://rickandmortyapi.com/api/character/454", - "created": "2018-05-01T15:30:21.493Z" - }, - { - "id": 455, - "name": "St. Gloopy Noops Nurse", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "St. Gloopy Noops Hospital", - "url": "https://rickandmortyapi.com/api/location/16" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/455.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/455", - "created": "2018-05-01T15:34:19.679Z" - }, - { - "id": 456, - "name": "Nano Doctor", - "status": "Alive", - "species": "Alien", - "type": "Nano Alien", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "St. Gloopy Noops Hospital", - "url": "https://rickandmortyapi.com/api/location/16" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/456.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/456", - "created": "2018-05-01T15:42:07.919Z" - }, - { - "id": 457, - "name": "Funny Songs Presenter", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/457.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/457", - "created": "2018-05-01T16:08:23.458Z" - }, - { - "id": 458, - "name": "Tax Attorney", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/458.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/458", - "created": "2018-05-01T16:11:17.925Z" - }, - { - "id": 459, - "name": "Butthole Ice Cream Guy", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Interdimensional Cable", - "url": "https://rickandmortyapi.com/api/location/6" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/459.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/459", - "created": "2018-05-01T16:53:23.462Z" - }, - { - "id": 460, - "name": "Traflorkian Journalist", - "status": "Alive", - "species": "Alien", - "type": "Traflorkian", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "St. Gloopy Noops Hospital", - "url": "https://rickandmortyapi.com/api/location/16" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/460.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/19" - ], - "url": "https://rickandmortyapi.com/api/character/460", - "created": "2018-05-01T17:03:39.846Z" - }, - { - "id": 461, - "name": "Communication's Responsible Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/461.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/461", - "created": "2018-05-22T16:06:28.494Z" - }, - { - "id": 462, - "name": "Teleportation's Responsible Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/462.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/462", - "created": "2018-05-22T16:16:02.653Z" - }, - { - "id": 463, - "name": "SEAL Team Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/463.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/463", - "created": "2018-05-22T16:21:44.379Z" - }, - { - "id": 464, - "name": "SEAL Team Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/464.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/464", - "created": "2018-05-22T16:21:58.176Z" - }, - { - "id": 465, - "name": "SEAL Team Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/465.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/465", - "created": "2018-05-22T16:22:12.309Z" - }, - { - "id": 466, - "name": "SEAL Team Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/466.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/22" - ], - "url": "https://rickandmortyapi.com/api/character/466", - "created": "2018-05-22T16:23:24.470Z" - }, - { - "id": 467, - "name": "Morphizer-XE Customer Support", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/467.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/467", - "created": "2018-05-22T16:46:18.038Z" - }, - { - "id": 468, - "name": "Morphizer-XE Customer Support", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/468.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/468", - "created": "2018-05-22T16:46:37.603Z" - }, - { - "id": 469, - "name": "Morphizer-XE Customer Support", - "status": "unknown", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/469.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/26" - ], - "url": "https://rickandmortyapi.com/api/character/469", - "created": "2018-05-22T16:46:50.518Z" - }, - { - "id": 470, - "name": "Alien Spa Employee", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Alien Day Spa", - "url": "https://rickandmortyapi.com/api/location/76" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/470.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/470", - "created": "2018-05-22T17:01:59.602Z" - }, - { - "id": 471, - "name": "Little Voltron", - "status": "Alive", - "species": "Robot", - "type": "", - "gender": "Genderless", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/471.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/27" - ], - "url": "https://rickandmortyapi.com/api/character/471", - "created": "2018-05-22T17:07:21.833Z" - }, - { - "id": 472, - "name": "Baby Rick", - "status": "Alive", - "species": "Human", - "type": "Clone", - "gender": "Male", - "origin": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/472.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/472", - "created": "2018-05-22T17:11:53.084Z" - }, - { - "id": 473, - "name": "Bartender Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/473.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/473", - "created": "2018-05-22T17:14:41.628Z" - }, - { - "id": 474, - "name": "Dancer Cowboy Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/474.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/474", - "created": "2018-05-22T17:17:10.102Z" - }, - { - "id": 475, - "name": "Dancer Morty", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/475.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/475", - "created": "2018-05-22T17:17:49.270Z" - }, - { - "id": 476, - "name": "Flower Morty", - "status": "Alive", - "species": "Human", - "type": "Human with a flower in his head", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/476.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/476", - "created": "2018-05-22T17:18:46.129Z" - }, - { - "id": 477, - "name": "Hairdresser Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/477.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/477", - "created": "2018-05-22T17:19:36.127Z" - }, - { - "id": 478, - "name": "Journalist Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/478.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/478", - "created": "2018-05-22T17:22:18.417Z" - }, - { - "id": 479, - "name": "Private Sector Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/479.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/479", - "created": "2018-05-22T17:23:18.546Z" - }, - { - "id": 480, - "name": "Purple Morty", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/480.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/480", - "created": "2018-05-22T17:24:38.571Z" - }, - { - "id": 481, - "name": "Retired General Rick", - "status": "unknown", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/481.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/481", - "created": "2018-05-22T17:29:50.642Z" - }, - { - "id": 482, - "name": "Secret Service Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/482.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/482", - "created": "2018-05-22T17:32:32.561Z" - }, - { - "id": 483, - "name": "Steve Jobs Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/483.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/483", - "created": "2018-05-22T17:33:33.815Z" - }, - { - "id": 484, - "name": "Sheik Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/484.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/484", - "created": "2018-05-22T17:35:26.250Z" - }, - { - "id": 485, - "name": "Modern Rick", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/485.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/485", - "created": "2018-05-22T17:36:56.925Z" - }, - { - "id": 486, - "name": "Tan Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/486.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/486", - "created": "2018-05-22T17:37:37.764Z" - }, - { - "id": 487, - "name": "Visor Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/487.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/487", - "created": "2018-05-22T17:38:28.593Z" - }, - { - "id": 488, - "name": "Colonial Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/488.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/488", - "created": "2018-05-22T17:39:06.439Z" - }, - { - "id": 489, - "name": "P-Coat Rick", - "status": "Dead", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Citadel of Ricks", - "url": "https://rickandmortyapi.com/api/location/3" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/489.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/28" - ], - "url": "https://rickandmortyapi.com/api/character/489", - "created": "2018-05-22T17:39:37.604Z" - }, - { - "id": 490, - "name": "Chang", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "The Menagerie", - "url": "https://rickandmortyapi.com/api/location/25" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/490.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/490", - "created": "2018-05-22T17:43:52.543Z" - }, - { - "id": 491, - "name": "Dr. Eleanor Arroway", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Female", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "The Menagerie", - "url": "https://rickandmortyapi.com/api/location/25" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/491.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/29" - ], - "url": "https://rickandmortyapi.com/api/character/491", - "created": "2018-05-22T17:44:32.071Z" - }, - { - "id": 492, - "name": "Varrix", - "status": "Alive", - "species": "Alien", - "type": "", - "gender": "unknown", - "origin": { - "name": "unknown", - "url": "" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/492.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/30" - ], - "url": "https://rickandmortyapi.com/api/character/492", - "created": "2018-05-22T17:49:13.883Z" - }, - { - "id": 493, - "name": "Secretary of the Interior", - "status": "Alive", - "species": "Human", - "type": "", - "gender": "Male", - "origin": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "location": { - "name": "Earth (Replacement Dimension)", - "url": "https://rickandmortyapi.com/api/location/20" - }, - "image": "https://raw.githubusercontent.com/Laboratoria/rick-and-morty-images/master/images/493.jpeg", - "episode": [ - "https://rickandmortyapi.com/api/episode/31" - ], - "url": "https://rickandmortyapi.com/api/character/493", - "created": "2018-05-22T17:51:07.373Z" - } - ] -} diff --git a/src/imagens/kiki_sem fundo.png b/src/imagens/kiki_sem fundo.png deleted file mode 100644 index 5ad378a23631e0bd10de9cc7a3b26eaf8cc4860d..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 306573 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

*xkCzBJPXdrso@A!5bRE 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

S?6mX? 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°088vY^4eoTHh#du+v*_CgXwLL*Lc1PN!+(f5 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 literal 259915 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 z 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%0A!SxC}gQgEz<0$2E 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 z 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 literal 0 HcmV?d00001 diff --git a/src/index.html b/src/index.html index 52c2ba5f..77be2671 100644 --- a/src/index.html +++ b/src/index.html @@ -12,6 +12,10 @@

logo
+ kiki + sem rosto - +
+ calcifer +
diff --git a/src/style.css b/src/style.css index 3751c3e8..1b3e85e0 100644 --- a/src/style.css +++ b/src/style.css @@ -4,11 +4,54 @@ header { text-align: center; background-color: #0096C7; + margin: 0% 0; + color:#0096C7 ; } body { background-color: #00B4D8 ; + display: flex; + flex-direction: column; + min-height: 100%; +} + +#kiki{ + + height: auto; + position: absolute; + right: 140px; + top: 250px; + max-width: 100% + +} + +#sem_rosto{ + + position: absolute; + left: 160px; + top: 270px; + +} + +#fogo{ + height: auto; + position: absolute; + bottom: 0; + max-width: 3%; + +} + +footer{ + + position: absolute; + bottom: 0; + background-color: #48CAE4; + color: #FFF; + width: 100%; + height: 100px; + text-align: center; + line-height: 100px; } From c1fc0db2e722a274f9bc369caec856875bfc392d Mon Sep 17 00:00:00 2001 From: Brulibra Date: Fri, 25 Feb 2022 16:06:55 -0300 Subject: [PATCH 5/6] =?UTF-8?q?Input=20seletores=20Diretores=20e=20Persona?= =?UTF-8?q?gens,=20Vers=C3=A3o=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.html | 41 +++++++++++++++++++++++++++++------------ 1 file changed, 29 insertions(+), 12 deletions(-) diff --git a/src/index.html b/src/index.html index 49bb54a9..4e502271 100644 --- a/src/index.html +++ b/src/index.html @@ -9,22 +9,39 @@
- + -
- -
- -
+
+ +
+ +
+ +
+ + From 5d2a36f5e48e0136bbd0fe463ac283a76ae7ba38 Mon Sep 17 00:00:00 2001 From: Jessika Mirella Date: Wed, 2 Mar 2022 08:36:11 -0300 Subject: [PATCH 6/6] =?UTF-8?q?Funcionalidade:=20textos,=20e=20anima=C3=A7?= =?UTF-8?q?=C3=A3o=20no=20css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/imagens/chirriro.png | Bin 0 -> 52035 bytes src/imagens/gato_kiki.png | Bin 0 -> 299097 bytes src/imagens/mix_certo.png | Bin 0 -> 661706 bytes src/imagens/mix_giblhi.png | Bin 0 -> 153015 bytes src/imagens/nuvem.png | Bin 0 -> 97241 bytes src/imagens/sem_rosto-Recuperado.png | Bin 0 -> 75355 bytes src/imagens/sem_rosto_data.png | Bin 75341 -> 0 bytes src/index.html | 23 ++++++---- src/main.js | 4 +- src/style.css | 63 ++++++++++++++++++++++++--- 10 files changed, 75 insertions(+), 15 deletions(-) create mode 100644 src/imagens/chirriro.png create mode 100644 src/imagens/gato_kiki.png create mode 100644 src/imagens/mix_certo.png create mode 100644 src/imagens/mix_giblhi.png create mode 100644 src/imagens/nuvem.png create mode 100644 src/imagens/sem_rosto-Recuperado.png delete mode 100644 src/imagens/sem_rosto_data.png diff --git a/src/imagens/chirriro.png b/src/imagens/chirriro.png new file mode 100644 index 0000000000000000000000000000000000000000..d7459939909f86fd50567592916d45b91c2be417 GIT binary patch literal 52035 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
&(ey{HZv;9%@oQjnuL?<%TKSf^0jV_>fS;M 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

+Ra) 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%0DBt8 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

  • DtstKekKZd~~52k!XQUD5g80V|rhUIceY7k8i#-c%(#G120S>_k090@^us!FS^T zPU|Le19swp^?+srI8}0=yH6oC8P92}wc8{DqqHV7D6Q);FTAHB*<2dOcgPX|?-=k+ zXVv#^l81}t9QOMEssZ1VQR*p;Pg z1lpf_wCpT+bLPN9lkdYbA{9Q-nQ#uxfTnHOU#D*Q9^ZCWvol$KR7v=^q@?7J@-i}u z34ps3(0*N)`n`PVQXD;g78YJH1oooZf%^TR&UW38si

    pIF4y+0(Z|;lM6fIlO0+Rdodd-wOwI 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

    w)*DVBPNiC#LB9%)H>`u>jq330w2ol? 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%0D$q*jrcN*ylQ8f$SA{G3W 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 z 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 literal 0 HcmV?d00001 diff --git a/src/imagens/mix_giblhi.png b/src/imagens/mix_giblhi.png new file mode 100644 index 0000000000000000000000000000000000000000..383b2a39be1c617e7a0884f9c48f249998610ac1 GIT binary patch literal 153015 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%0D|VV5!+$})ZJ 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

    _-;?qLKdJc5hQCkODBGT@P@BIqWm;gJ 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 diff --git a/src/index.html b/src/index.html index b61961d1..02d0c799 100644 --- a/src/index.html +++ b/src/index.html @@ -5,6 +5,9 @@ Data Lovers + @@ -40,17 +43,21 @@ - -<<<<<<< HEAD +

    Bem vindo (a) ao serviço de buscas da KiKi! +
    Escolha a categoria que deseja buscar: +

    + nuvem + nuvem kiki - sem rosto -======= - - ->>>>>>> c1fc0db2e722a274f9bc369caec856875bfc392d + sem rosto + nuvem
    - calcifer +
    calcifer
    +

    Desenvolvido por Jéssika Mirella e Bruna de Paula - SAP 007 - LABORÁTORIA

    + +
    + diff --git a/src/main.js b/src/main.js index ad60a3f4..75679b65 100644 --- a/src/main.js +++ b/src/main.js @@ -1,8 +1,8 @@ import { example } from './data.js'; -import data from './data/pokemon/pokemon.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/ghibli/ghibli.js'; // import data from './data/athletes/athletes.js'; console.log(example, data); diff --git a/src/style.css b/src/style.css index 74d75974..c176ba9b 100644 --- a/src/style.css +++ b/src/style.css @@ -6,6 +6,13 @@ color:#0096C7 ; } + +h1{ + font-family: 'Nunito Sans', sans-serif; + font-size: 22px ; + text-align: center; +} + body { background-color: #00B4D8 ; @@ -14,28 +21,71 @@ body { min-height: 100%; } + +@keyframes tilt { 0% { transform: translateY(0); + +} 50% { transform: translateY(-10px); + +} + +} + #kiki{ height: auto; position: absolute; right: 140px; top: 250px; - max-width: 100% + max-width: 100%; +animation: tilt infinite 3s; } #sem_rosto{ position: absolute; - left: 160px; - top: 270px; + left: 270px; + top:300px; + height: auto; + max-width: 800px; } -#fogo{ +#nuvem{ + + height: auto; + position: absolute; + right: 40px; + top: 400px; + max-width: 10%; + + +} + +#nuvem2{ + + height: auto; + position: absolute; + right: 60px; + top: 520px; + max-width: 15%; + + +} + +#nuvem3{ + + height: auto; + position: absolute; + right: 400px; + top: 450px; + max-width: 10%; + +} + +#calcifer{ height: auto; position: absolute; - bottom: 0; max-width: 3%; } @@ -49,6 +99,9 @@ footer{ height: 100px; text-align: center; line-height: 100px; + font-family: 'Nunito Sans', sans-serif; + font-size: 12px ; + }
  • ( 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%0DW$n&w>WB${V*omt3pbncK5?83+s}P3dkw%T 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 z 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 P8Gyjk)z4*}Q$iB}sZ`$* literal 0 HcmV?d00001 diff --git a/src/imagens/mix_certo.png b/src/imagens/mix_certo.png new file mode 100644 index 0000000000000000000000000000000000000000..ade4185595477a837949acb2be8c0a5bd3c9ad84 GIT binary patch literal 661706 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�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

    E*c;wU89SH^Sam1? zQO-`XA1}lc=zpfc%m!&e706A{%o*mpFqe)4z|wK^#N=Lo6o(w9&hTGPfhTgPXo)SBOA{09o3*!5OF9%zR;k3ri^sJ+t2p zrq+p#X`G`skl5EXw8<`4=>sU2*Hf{QrKdFgTH$Lw z?${P8&S=|%-7Weg2@^9P>)mfW4WT^591)xhl6xte{#Z7zz{U(U41&T#4xfn&U>`6E z(f}-vNwG!nCrXHI9NdoZvubna$R_Dn;!Wvu^+}7npCES2_FlQD3;V?)Onl)gpEn{7 zDEbu4im-&5JRwzOWfe%?=N4oQ<-byuWxG`cu+nsi9*8R#a#j#pR`9v2RFQ%L$>#Cn z(h<^4ha)0`{b@Njb6hSgF4LxJd7-L6b==rY&E(0-igQSFo};3$s6biM+iO!51<@Jy z=oY8v^;l-5N>9c-EvVpfzdT=1#&(i@vD4)hS<~Cj7gy!(rJ8)Asvx&m;P}8Vte%tU z#U%x?tZZ{R<-1=vB|rbh6?yBG2jmSzt=zbe{js;N-6wA(pL%I4WJq{^Ii~HM6-t}xZqqG05M~g9*6SWNSOCNbJsd}v|Ao?cpm!gA5(5|`!N9aKHXjX#_fo+KFUT%sW=N*6Srrm8 zFZiOmtl6(_Nb5by#Jc!@8*;;FHh{8YfEIFfF26Y2Z2!kmZ~I2X%Es6K{nx?agW-m@ z?vEOj;s>Zi+9?S=5u8fXtT6u zTr=RNK_JxEL&`HvgAvKno#A6>HHH2bj?Wb{1Iv2sjV+y0-`Kz!yqzV&US3@7bPF)4 z&6EUlN0=lFgo{9{$Jkui==T<;xC6%t5eXt#ys_Q7yWXL@+Z`NM#)9OD?a|L|oA{$! zb&=b`TE9y_7Z=o%0C`W&s3P5lG13g#mnL%rAj40R?gi)pk_npLU>lDiX+$S@-vBy} zA0(wCvQ6sjx&v-*lG-g3a#y(|i^{+-Z?!V7EU5%5saa)KW)PVo3OZ{PrCLzXLWyx6 zDnoB~a8UX}|r{r!T>Pbr(4Eh?bQ%9&zK7WC)-kz=~xBqbS+$inRtw4hp1=9O2# zLwRxuObHb;lN{406+@Wo5=-YZ{~w_kop z-nsgiyr+!py%+CS0DIK9)n9v9-g*9hdGqQM^1+J_$k$(ZO58g}q|xSKqakyL;WP%PQ4&lV_xVWw0lH;i_7MHB zaB7#C1IwCZXm4zoA{0~!Ae%=rvxnxtd-OR+sGP(sm^-pt{1A31V1g<7Go!qp2W85* ziD;qEW6ucPNzf1U@_BYsv_g|#eLYuXNUx7RWBJyRV$Z9k)2kaqzph2@VEV5dthUw-uU{z_Pa)I?`p7h{jA-Uka+)y>CJ>TvGj#mFBr)t zAeB$-kgmukGlYyq7fc1&T*&wGWjVWL@5WH@CW3(@&?`=_f|nOwgE`(8YQDOLMr&}n z&-AkN1ZGYc%8nc`&YAmj02<yep<^%?^o+W0GOjek zF`4SzWoErFe*&OGIj*U_QyNouP7;)Z}q`-s9N4M!WQ7{5w2wx}3c^A9}9rg9X z#IYKdmoc+2I7Wg{R@sU1Y=nU+kJp!2oC~GRtmSkZvFEh7I%FM}0iab_J^HNwSNm0RTQQ25+wxS>d2DhL< zH7BPQ7iCUwk8K;3wm@8l`g>$`_EuRgLo}jbG(WAZOW9j~S%Gs#W>3yb1xeBhkR_BF zOLO`QdFRCk<=q#) zEU#XFm`Tom^2#$3J9vUUQntowPGU+0V!D$$ex>08cO7JoXvIp@N@V86=Lu z#}wxgrh|t!9iqF3R~aEemosd`<~9W^w{FnDAl>?Y+;p4Ssjs`&#LVb(yCE3K?WIz) zTi*k&Z){58k7y5|$DA`IdUu%fp*97t_U@>3hkEpL@0A7!svM60=|H$+ZezvX`1<(k z=+UFCO6y;T%?om`67XTulQ9_A6EHPIYne#Tpm?JgOztHMfWfXy7f|>b(hiDQTLyq| z!D6tKY^U1@4%+!`ViekyO*PxQrKzb&YzVRJOtIeupmONq+yMax29VKX>N0G~rMGp4 z2FN@p_Mq}E#omw;-ik2w#h|p;3@Y2n4q^7IKoIITDngV3A@J}SAZT;OIBSMutZ#0W zhSql0-8pQn%!nmAw~_o)0jdACa8NTxu)}N^7!bk35>8N_kN52{hQO_S|7IY&#ihGV zfMSQqN3#1?NdqopNDeK~}4a3R++{H3b!AI0{s=C#Gd_rYh&k3sTnK+D^!SX`3A$-ILdl6!8+i%l2$ zzI3ltPK?XBC1p{{t|}*|2sq`!v;yP26i>{sjJc#NYjJ)`)=MjLc5y|{S4(oCx-6$k z7539G4+hq?Rw^i4)5qk?`tv-c|F!8^J&qDt7#QTzY?;QxXBE`$K7CroCu>sI9+%yj ztUU9n)AHU^zb!v``5Aftl}F^Ym#)YgS07XmyHDPK@doNg%WSOTdfjZLbA``x$N+0Y`hYLGhpZ{o zzh8msAVog_1uqnjuy#VpQ8$jkp2IBBQLv$m4SiHE`&h&5wL&@QfhrI}58SW!07WN3 z4$JQ`!}R*xJ}L)CSgs60TCcAe>Dx~wBkj!;JVSbWXyAZ&VR@DsG$lsn+U=zqKFZ$! zQp~q`plD=IZ=7x)J}4l`454*2@m1$^`@RpM0L(&T%qiL> zAqB4}oTo9IsVAAsZw6&qvgW)d>l34RAbf!p|@wJ@kIX_~jnxY}H3 z*6P9^$Vg+0O;1KA`(tEXd|cY763LQ+H29L&V4BcVPe6-LT`F#`gmv5M5v&A(dp;x30YEC)(kPbO*szI-!|lu`AsdK zy)}em0+ih$QvxA7%NPL*K`3r1E3=m9B+3%1Q4#{=tm8p>MA;HpD@ulR;YZ06icI}~ zN1(?rGn7fK_!zKFlups7bNY?SlRXAH?1xy!!s9x_{rtP(J)jR!SMQQ-(V(1}KCB>9 zk(#oX)wz<)D+_`V@8X<-+004(o|NCccuKze)qCWPS00rY9{RF;<`;flR%**qom6JT z88Kx&dDv0SE1*GyF|W7lbI#1k`urS$2VRVk&9_U)ACcK3W3paZQIJCH%8Wk#IN4VX zA(+a>=4|f!004jhNklfKVd+GY0T)A!ORy97*GUaj28h&xa@hMyhdk?%*QFq05tT5*?efV}r=>Qx z%)VG@W>L=M*QkudEZM1YfoafZ;ER}7Fsd%ea^SlmV7Y3W&>C;rkDhN!hlb?Rr_Rf3kNvv* z>{|+8Uw=~m`kRl+yDtK`?v*#6e^h?>+1+_2UbHCJidZo!`;|30F%M8Nn->}=H zA@J|o3D=1fKWhx^f|aA(#_}6;T-?${UD5&HP zF%|_w@*&K8!5JPP*mtY=dz4v0L;+S8H>@rQnLezf^tIvxhpCpNScJecWJ&XPO9U!L z8cGk-ESf{v=&QkD1Pm`XY5I0Vq)OBA1Ad-2>{N65gYXAAohTw6OlnZ`y~t)lk^~!x}of#HE%X-oItYU;z{o| z?F6(Jux4}yrG>-Kaj9>2Nxi*GTH4#C&DQY0b~HErQM$vkz9;N-Z>;S94Sa3eHk7Dy zc>foFRM{5hlpy4}>@MjFY}J#dhl`8lY*b$$mGeM(p-?+S~QV9&bOv)v3E;XK=GFK7Ev%qeOxJ7XS|fl_>MTQxT#Rh&vkE zoKmMC*6ire-$hu?a8V?ZVfoMz9H7e5s1p->UnnoOb7(tb`fy}sX+A#%6|~UGk}SYx>qu)4!rq!XeK{Tv)H8Kx+vmu0GE42595G^FI|xzJ@XZL_iGQ!N7ueA-@E>pT)F&PvbcO!rjO6b%!y-?pPFUF zN^Pb>hE-v&E3W{hw<%ky)oPO4eT&3`QCXclCM(rb`dTvtxmtcv8Q^g$63NDjCdvi! z{nLnAQ4p*m9CHqHYm4+#Tt)v*!KpZPhn&T5v;O~VAupd?SyaY0ugt5)QGi7VQ1UYh zhE=(9X;qeLMd|9>FG;^wmhU(rm+!2|n@|4=ONk%Awf>rM>-ga__sb8SyGMTd@`G~k zeGf>TZXTK(om6(V!^+GLCT8Xq&1asV0Li#dc(m9KuTpcTaHLH zYXz->+2!_|@*@W8!K`}6tfA>4&aAilycqmDnasS$m=h;Q%v@Sbk0-fPpJN|Oh8V2AX;@9OU^sfv7ji#=*~svBS*qOK zG)sW%f2e1#)oUB#j9O=Cvvh{H>2+sgz%zQpfQQ4|Zy1Tk2r1eqQ4gDP8dwTux14@5vL;8DUi4TTGAu)MN4HX_ zfZ8`@wVg53`$6xG^I;iNMk8QZ2EZNzOf08$836}w>k4e+V&SJb>KNlFu)FNii=Z>O zOW(sL-O;5fxM;J6r19O<4l5hjPq|DfkxE1bZj=U5N>m^-vtV(4w^B0AOVrLyQ9|o?IEMW1?xvvtI?E+WZWi>PyFF za7(4U{h2m;Prm8gpCy(`0rL`c5$&NXCUY(pQhCmTs_V$mKol8 zy0k8LR?AY*-?iuhx;2xKi=|2Vt@Wz>@X;^GPrmiAy!*;m<+baVy5c><8>g`c2taKRjyCoxK|K`H_*bs$_gFmDJjLIxQ`7qpS0`fxAV z5fC?o3Yd3Ey(_I8u0VfG9|{od$^iEqga8B<``WkEFwpHu?mE*>N1>B!3P+WK66 zWpI(qpd@qq37p0ye@s71J^t7r|Bs{#ydKzRcVtkyqT8e^w4L*&4A0bSv`II_jdr`V z+8zI~#oqGmHhWvGQ@=J={{Kp5y)(2dq!1H<;6?2AbSH)w6ZEPu+l3Mu zdR>_B0*IM%6$A_svI^W6VB@6P4Sg=XZ?|!WH^PmCk+@@F#exshPKrP>WX@V@kisBMIadBTeONDVt^SgDiXIuq_ zixc~4s0%Bn5F67lR~^wE-ELis1}L~7BkMr<6R{9kX|%bezNuc1ual}XM_>zkP3>0M zt_8ARy4k0U7(>CyOCypL$5%`r7Z) z!Qu~}eLy~W_uW#NLQiT+!7EQ&DB4g#ijT6Svbu^gC8!iDmD9Q~ZNfAyRUovcb-UAqy>1dRHV0vr9CwW0z6_N^?wNjF^Gp_~HM z5sDd5j*D+SM&n&yVn4kI&3xB>vY!BMPwycs2@xD_%HxMjc@R?l=x!!1)4hWO%KHdb z7*0kX3{rZ3+=w^=@K6MRB)1!<7rNyS6Bt6dAqK5tuo?moNbO-D?5E59kSS62j?un~ z^Ige7_QyE;2C)f!AoV>dFyr+DOlGhc7LRR@xg7u%A7amq!`1pa(M<<9Bj$+=(AXO8 zG;kjA~1i3hvCuZJqru0cSe@gK&L$_1n8O&1dmN@(y88u@}v-!Ei(Eb=SqX_z5 zJ)y1A71^Qd$yQ!dO)ji4-T$%6>-bL6?JoD%)wOIO!9UZlhS;WGvpal})?HMlZ%kr1 zITMKG7%;O}=+R&(S$Fgh4TT9%1diE3`*}c$>bC9#3bMyEr^Y zb9x$I3cKD<*tu{g&eWDE_X{8yMW~uIzA6TF(tZ$?hTI%)x8jT#x=8JGo^ zji)0_e^;x@ycX9Kl$PWioH-U2B{l5?_HJSOLysKPJLkmWPV8D<2%i47(u|~c~Qub7-5cBfbl+Ky0GsjTMG3INvvm_ zY0@y94kC&rV==1qAam$a68fEeV%%t%=C`W?zdFdFUENK%grVbdP zhJvU!I>??F6^EF81H0@oBLE1=4Crlvm;oNlwuQl_n3cDmeKw8-;63wpGe5}z?2K{o zk7Rb6I2gTtk<<|8V77i{=p)iwbT`E(!Sr?lG!h}wTaU1h*b(2Rf4i*|ZnfDR|K8En zdMV@a?ASnre@d`pOV8^nX?1hX5%D)ajMHaMX;(&0HhOuNP zoo0RsER2gIdS2aWYwih)qv=H%S$&wL7I-7NbU{X+tkrGU2=520CPx~XE<{g8WL7MIEr*W=3wvWn2D$O7eQC8KYK-Oe)DX{sdHsqWe`hx&l^x~{u2$&}o zk=~@G3QUq!+G$Od`gpW}b~$j;R{*5Y19M#Hm$9FiWuFiu3(j!Xh(=IO)aUC^00mR+ z3~x4{Ae}`5uWywtnTQmR z-6p4IX6542s;n0(452JfmE=oC)#ADP>@H>%X6>os|p4 zlH6TdlhX=Js|svq;pJE=P}O)=S>1)D)6%%k~nk?P@%LFi_i{rDx-x+0Fly>Rh0&$RDJ7gCuuZ>#0sr?E_W9$)y zkyPF@#=a2&2;rAx5kpol%P=;77D6f{bnC*45*)3mMvM>x&MxpBBw$&7ipZE#5QHaT z2z?`z`_K+ZACxGfT+n0UvFuh*8D(A{`%3^+^qew>=#2<@J<4{me)Qpv&|sJb#%W_l z9O)k+0K!GYs1?U4!;keDV1^TkKem_e8{mlhk` z8<7OZ6n0By>q!Z1J}MoN?cxaaG66o+9eXY3>)g5l4*v|kY?*;eL0$CIJ?M48jCU`0 zM|7)zBfQ6wo}*l-pwht^mmV?+EP$|YQUEmW?|e+k8o<3-T2vMh?4@u5(s37+iw2}j zzb40M6zu$MH|>wQjV%;r$eJ1*3{Y(M7=zDt&Us}BR&dauB;If4Zdx%f3o?!BeW}lq1N@T9EuqrKGW{YI4AZJ7|Oy9R%|25Tx?YP&h3=FJc=!3J=D{B7Xs(TV*c)zT!pOyKklTyhS6quk?T%z+lSP`5z)~1iiqB5~g zT~K?29=TY_%NYfov!!JM%*w3ZH(w>-RP!}D(l0GklzkPbN<5`3Y*iW6qJrKsojbtd zU~yHJ3kBqbRrI-5{;hwZ0PoigOb5?j8|MwvW(Eu!7CrAg z;jPLd4x4gY`XGZIyJMzI7Rtbd9^sI~oCyn%{frq8MP&`%xbZ6ta<*%jWw$`;pyje* zya{m*`!nMNLoCuk=6xBK25CK5UnD!qKuoVPuwc}LP6p`EF=i~Da^v(|L>OzVcYpk0^tBnR~X!fP2yeyK*?2LXX`npQ7AP5X%g+mltN5^$?FY6gQ6#W_Hn| z6^6#xjEC`_liN7M8cy%wI)~e$dcPRP6rj}HWPC?a+I9E`rM1N&(GJHKHW1>U@K<*x zGwjfvc$z87drWe&o*-B}TO7)^Xg`#tXal_xhzjs+N@5WT1K5{=vJk=!mokK|taSJ{ z>;3vU%#6husmb=Pj7dHA7&$o%bRozvf{&bZ1-BT74h2j+hXcvTmMeUNo=mN-PL|7{ zGBlERll=u}12}TfycUZ*UE~!&gMB7CrNcxuFl&fDiCIe2nZ<;iV`8_7M29;8)J>R; zK}m-@+5I$XrI~4T*pw<@pEYohzHsiSvefVnGOHH-EE-x|9Dr`2n|8#K#{a!@N1Nr! z!LlA_*)nt_F;Nl$4mx9I2oiquywJO9*4ycC2#^YHQkJ!aYD@Y=I{n5f$`@s+(e5+i z7~=+#wv?YnYK*Z3fSFOqS*(=akw%o$YAHo=Km4B}8D*RXWMk6U=9jugr#PD1Wp__b zs!;naE|JOPPv+%UODE;Ehd!?$_PG4%*S;)oe(gc|$&E|${*A}vUp{@0eC8KFr7Wx{ ztMikxTEeh2qFYMJ#tO1@a#AiTU>!IJYn+lx=a%K2r+!~PdgTfE@4oSv z+;jPo)cH42p$Zojmce;`CfVzRu!bc!WlfRnLC#%y6K2r(arVV1y@xka2DAGLme_zF`?|=aL{~KyQq(A1LWTDi8N` zEUbDP7EB{Z$Z%j6iagjKHNh<&{)8?!CG!rCk;21H%7!Qtlr5F%b%nN3Do>T5&q&;9 z{e*I)+mt@(FW4RAJe9e~uoJz7r3-)5h&lo&BjUo;-^Y7zHKm!jxo~{pof1Z9C32v+ z8$Bp4WpM1l!NJ}hkXENxHvm3qv~}yk?~*3FUz+Vl>*@XT<{Ry`Xf1h;d#=sdgsmlN_Y$WVf4-jG!CxjVbyY7TFu$(gE2iOqM z+c9Glk}Mgb92$_8PXEUa9#D~jCEx6e86~HgMZ@bi>fc?@9O-a&${nLaa-lpU%f&S* zPA zPfjaH!OyTL+YioioS=5(pqySgqhK?q%xPHxOj*-{zE;JuiJD*LJQ$3GPtDECsZv?0 z#U%waSWhWX>hrF`k_w@m3nelx3__nPE^;IQtZo%nRIr{>rngj{<8bt9enFqBD#K$Z zWn#}>1-6nD7UraQVnOabUz7K*Uy`4H=V5vBu}8(G=SN+0n_<25`$X^8&+EkpCQs*! zF)9jSe2dvG&U@tm5PO;Z1^XyJgC|X}X*7p^lip8(EZBE|y((Bsc_Z7|Pon1`lbv_+ z=Ma4n_j0Bzg7PFl5+y@CF1n3&Q5-f-@1k2rG%;$1q5H>lBL+nxz;%!V#0X#o+o8u} z?|!l>FgV&!Ayq*^E~fX#@u4q<2p||0LzS3-8^2x;l+LI38P|JUQvgk6ToivO2q9*M zj1py0273-!>CyYy{|ZJ2*%vbse8a|k@m)rJn6%3K0A(b+>xL7q{OEt7x9G(h27ya- z3qh2L=u}ce z_4Rf7bI6p?pvv=DJtUL}T~Oxr8F2#vEcdbRAr@>?wo9|L*235ZuND11&Wj%`3?&}y z;4sJuM{N%x*0Ja$&Bbiu(uYkC0SiWIoGHxS%pvL2=jsR#=`rR`hu$SjQ89MlR8X}Cjah1kn@$E82WV`wNkdbEem6=(YYU@oTI>$? z6#3cS{Or(oBP+~t2-?p6m|N;wnq~i%&GM<$Q?g#J$}i0=$oKC14SD0*L-ZAV^Xg^! zvu7TYx1PUW{_OdC<&UmDDxdrO7i4m3MP}|eN@d{^oadEEp+EMC@~m83xl`P_z$V>3 zxlk#~xoSxP$Ot!}G+e@f^W+Tet{8@yugJ=Lfr5<-96baqn}kp zcxQe_?yfA!omFIr!Sk^y7i$H%P^~H$0@SLqrfhCaS>OCZQTFaTAal2!lv7oG{KBft z9X}>lE-cDlT)QOS{pJmc?zw}`{*2qP<|8rc(H%FlS_Y_efy@l*;(mx_J8#^S`jDcH z*bzjmpgbK^HUp&|+&9qU3M-HWSo$-7fY~Z<+$0(RumUMFJB5remJnGz7~(>XJ{8iE znGT*Y5`ABprw{a(L;7#BcOO9tv!x-+s}Y-KBrzm59b%sg z*BMNP(KAEuF3b?kU34m8as!`hFH4B&B00+;B($B;M2NG2%LmvV?C>HS z#2(`7z-1@_ry)Jgc*e}Lh4u4K+#0)GjU?Wpy&R4E?LU0OB17N2B*zD}$Ffn>+ZC*3q zg`NX#o8V&6Weq%Y1}kGk9}K88t{x6=?(ctx-kjc!+%kX^z$*~a@5mmOK~RH_BuxNd zfVMyTO}kA|!h1U452zV-OgPhwe)3>C~#KRZWM!J|tW9X5Kn zwb&f`nSiZ16y)0JLekphlO~6o{gpOli+CSMvb8Bwa>4Z11-I^y-p5X>t7eB&pGW^~ zcSwVRWs|K_pUz$n@-@6mFlA(+dz%6cw1N486RwwkC!0irB+jWpv9H zxqC?gsEM_xk z;#RoeA5iABmljk$I?oUDxqVikCC+C99&pzmp|UVafExSz9I^C4(~H7!pvRRP;eBGg zW4ehuV1|#;JI)%5t6+Q|qgODWhK(PNE#5aqizxz{Zunq_73%}rImFUDDnaqSaeeL~ z3Q*89!*v%_umfNw2gZ!jFmsT{i8(m0)kg!1B$z=?udnNiDEo}=VTq6_)cV*sz$&+o zYDSbiGXO1}|*fO=<%-Mpo zhAT=ryXp00OpnI0*?~e2B}EJyat_RGVo_XFCuZ1dbGohBF!(HD*jAZJeT!Y1vFM{; zq^!ynMB;FSOb}%p<7i=eckM94<@}jBCc7Ucxt!?}(TO4;oq9j)6wR#5xOgMR1t7%T z=U(mv*@RDxnr3i(gyqAOE(-D9BkWsX(ZH~GV&GPZ4II@AYD{A;5 z>RT-EX{a*`DwtNcGNe`ot|r5*kUHJuR8VWv$2aTa6nL7Q9m+=C$_%>+o((O^$eL|T z&b5)Xrj1ag%lJ03L`;X1ge4qN5bHuov0ip>?xh39i~r)2oRxa-`or>`GOr&#`>-;x zd*!XK-J@*me)*f1ugE(uKO>j!yGNGR?v{mPb5b~|jA~&?7H6hpeX1m%UOOZECTr5B z06H@=>O4StHNNPwO(?)qzU zWjUijdAd}fD?LOVwYe(8JI@p`{H!c*eo8JDR}=u}^|8|mid9)EDR}0KhUF;(t1QgR z?Bu*$Jb7Hc`3Ikuq1%^@N*1v{ICleE*zY2X${jZOS~zb29tuqHEad9Cxc46-JLBSf z)9e-l^_*pzFqTc2t;!iU4%{ciIjspZ=nJ!5q%SLgCHjmcKcE|~aBAF?^5EdXUfU>3 z;bG28SxQ9!g@Oc1XPDKB=wb~;UbNpRasdK#p$AYY;NTk;P7#100BF+$9~bHwqrFv# zW%yC!LeCUxqv$nrVS7wpDm6&4NVso=Kn}1-=<`G=;WvyCJuFl$^eOaO;s*A^%yG3_1ID%v1+iccCCO~6M}~L-hx(3iQGf+b zfZlTBX2_HB-hI4CQS%S$f`wVKsQwPKC17({93lt<)QijI-%h|HxOT=2a8n3l&1q3V znKPDCV6tGjV5R!Lpk4&{G%C|-wAsnh>J-506qHcDt7lo#t)SyjP-`%t24>Y}SFqCi zD>G|oZYRUyOkI~>|8=lj*q|GM#2igna{M+qjoh-S zNvSD2LYQV%!D%T!D{IQc)|e+&mPG}y^1_sY8scAOq^uxUoK$95n3nU(>`-!C1Tf9b zDA*R|)74YT&L;J7h=Q4tih^Tdeo~4vCkTqw{EPx#fes<%nTkI5yp;6z$z!+6udbew zp^16@`!p$Qj&gGr%EHg@7Q@DMAr18_`%*AN$uG9)Rt1U)WdM4g&9^EzjhoF+uT^?W z>?dpTW8sF15CV#{HJg|=F(-kPQON;xP%cKAiW49#@~;*TWK;Q zM5wega583waxtgXZTt*5+>7!d*d3k+iOAh)Ge_n&i@eKcB2j3c1nVX2`Z<5rD~CMb1@_P&i#|Z9Zv;)?>_I*kE;5vdAWm_>rb<84 zW_O4J3OdSjY`}zk^0No1f%#%6Tkl&3U}{yiYEj)6u8=* z`t6cBFf5c0n-t_&GBnT8&}KJ%uhwP)7=GW-+Mu5$Zf~I!-xbi=amb z0CV{JO?-|w$^-($wBT`d%`Vv-kI41UUyu)Az4ZJe^4g7i6~G>q*Pgvk-gxfI^6rg? z`=N(cK>3OdEg8R^o+ygwe03x#Qh zWUgXvOo6B{yQoZS*4SMY5q>#M8>;nEQ6IZ3XDbz1EH5*kY-N5#d#^SuQscIHLE|D6-XDPRsj22AQB3saM_6W9W_R{i9w!UoZ-Ux zmE2_rznMbeM`hxNxA1jS?YTE4)~Ilh|yb*E34M z>M;p9uv z)D}thnr5skJizo|l!dV1W9MxLP+4vkH0AYK>chZhGson$oHsfnR3xGwLLlgXiEYZv zjCF;nK7`RP2b;ZyCDGHbD`5tGVRsZ5FseLSDWwTuEHUaaAR@&{Q{5g8J)3~Y7?p`w zfScReC@N_8^wFXTq7Nt(QHE@%ac#;B@uFNvH~a)MoNQe|!~Uq;Gbzvr8}#TdFG$ye z5z~)I4D&Oh3qpE=<%S3@WL-F7Neq4KMG!ar3e2qBwArC$Ptqu?Fr*p7LXd?;&^SNC zW*$$J1K?noCXv?65n%upED=#M__@B(rXW^NcEu86t4#sCL;v3-jm<5l?AO>vrq$%? zWPht3!i+`*rbhI>>J2LcfHgIdxiz-il)dSF+HhZGUN*Pch|uWwCXi;0NT)N+V`Msj zJ4vM|ZNIqDKyT5wg4cr?x3tOUinq~v>HSw8SGIMJymjM>y!zZFdHdQWdGFeT^3e}_+(fab}DR!WOhu zfcaY}F>f9(NqqZBj`ShQ>0!u={#a~ag6A3J?=aD2 z36Nz!Q)&$NjDMI;tC2FhP{s z04(Txp?n_Od{|lHVTtQ&#FRxwnKpgcBtZA<<2Z>A8#V>qNZ&Zkf4#9GNhpI%?@}OU zZ)%j{3cME%DP#Nu9*yX+rxeg3ngICdYa>fA0<*}K1eUcUD6E?M1Xo`$Wm$U zHC9xR$fHM7f# z=?HE9xEF=R3cG7&X~EC1GsD>}Iz|9MI0M#iL=jzPE{r~Ue&Z;?`7SV>n{!8AYjCzR z&2l1RP%!_607pw$L9qvWK^aDqut(MzF$2Bu4n&`YVUbBn?I9s|`BHSEhrJW}I?e5^ z(h=^bGyY8rE3!a8ybII+iA#LasOsouACOk$kYPqk*&R)F0h;-ODivurBl#DL$dwe$Ft%PRjuW0izz1wrywd zCp;W6W?{11^bC{vJ)7juuYFm5`i-XzyDk>l;fPo?9F^h)WvZ7ol%_>7$mdbpdGh<82x~hnILAtZvuY|JV%%oK3^JHpk z^Ye15Sd~vy!0t{-wFq`KNAqGR9ZxT;%9&DLmMhE3!tzp>nxSHGK>^JX-6Hk2Zi*Wa zNz%k}(QUR6}>sKJ_KSV%@^xi7*fpJMFgNgO&BEAWwtfOXN zR{;#bMH?un2xGgMgw72X7X0i!MysGF7RU`VkP^Kq8dPTvS!KylGOuXwAs!b14dBDx zR$?D#q)`4#=&>f0F`|qHp+&6kRthL+ZIy;K)ImN6OY0bb#^x6T&tN^hLz3KaL<0IA zP&SO_hV(riQ4kxaOdb8dczW2H9~5svk1N|zLOECwAU|sr0rmg3IF>qp#LXWrtVoI4_0=+Xhj40dUF+d0c2N5tTqrvaYL`2m6w|sSNC`YY)f|pZkgdvX_*B zUA-)Czi_|2@%%&b?(>f-h?SVn}>GBBzz@9Jr%ISN_90`{XmL z7;Ijl$?)kyi4y)Lrb#cdFP5LoOKoaW)+<%H6Dq`+1(pd{(CboA1j~X*V^!~eda)ws zYG-7*RFbm(?#x0_R!egVa76{aDF$VpFIN=&mStgPT1wON^4T-zWoYDx)V2EgcO!FA z01CxNjlxbB&fw--s9yDfB|xc~#R7hqpcKX+d@uS=M|kdpX)m>pwo(8!ghIjv!vsbS zn$jQ^bg&MHI5LOXYmFgAS%HP>K=gL7m}6l0rdly|kPIzIk3hXo)bwz1zi6KVY;G@w zBq2Izj8Y5%mx>^JT1MP}YC>#4&-4C6X4n`pCVF0ntln9mXP7-VI?O{r0guA|QC>Hh z&7+duqQ|G;o7B%Ir7RCs3a}!iGe=RrL&*@fRdCvf@3K^uLmyj85$NF15#2)u2v!7u zgV!Ofu>e4LA1K>~d-m{p!zM9;l5KLBA(`-;#7F@?BPbjppJyH$fHG-77l0MlzfBx~ ztKSKI?Kn3a`d$)4?BS6u!|7ka&(_@|ogIx=Hc;gs@T)7)^WBu5m`PoH-H`zWjHq;Y zjgk*`Ovt&Sf{@WA#@V6W0w#zvs6y*B<*H#+32Gf{T zTcj1GJI1H?@|Xa`uCTu6$aZPz4jV>=GNLl7hW2*$y&7Ac%CImS2c=;n1s>>g)hknL zw0G;zE`ob~bG_-C+3d=`>hv=YDk%EJ8O%}v>R`XIhdoeOPN7_Tv%HIAL8zvK_E$aJ z5VVpp#uTu!WW`QDLOln_#9H+8#%un5=~nsKA3r5;zj&|w^!mf{){V>Z&UIyBS09#- zzW$JW_~N7Tz5>?=*B;V;A5ieRU*1;$d+&wI^8Sr0^4_C)Fed&?pDPN3Ny$rQ}(5gFHDu`=Xm$}svNxa zn6lw!X|e_A5}(*~logFw!t{es5`@?S%0eH4Cx5h`e{P(ff*i_Cj&bpifRzBe zdcfQdQ90<(jS_r35Np7miJ4sos7^G)$D@>tV{-%mqq#36`Fb9DFxQ2UNU%U8sweky zwv01bU~|mbGQAhLOxf}GSDS( zWQJKLM9D7Kw_kd;+)6f;R7RN^P>@hi1z1G;_VL)^LV}VfK+zN5Y0{~aH%C{Dx{z}D znDI|US&{EMv6t#fSl=ZSkTberNNyTqWX(+gi^HSGfMs(i-{_j z>h&JvT-sii64BQNYmDjN3c?PsWo$|TU~no4V(v~KXYY*tT_jRx+d!6o2=JOXu^$uX zi7aHI!<bHLb+9vnUUaBQX@L*YhOjAbiGxb2Ko zfqJi>?5a(fT0^s)y&roZV-4P#(ii8|x{Tv{I{_lgzEZ0NoV0L)8WE!a5KnYvDPec% zLL7s+DZ>0v&WY~Q3vZOQd^&FDCU_Bh;wVe#P7lVQ3?)3GyU&BXh_JH@B`j+ny+G)$ zoi^D>P)I=u=1WhAM{lz$khCzm#iTf+Y)Zpq3w#^fjEo)mkZpR^HgSb?4Gbf7TamUT^DIk~l8e)7^~dE=EU^7?a+$?MndkyoEmcJ<_a z@{=3)$d6xqLOy)qlKlAj%ku8^2jo5d{kzw$C}X=v-d6_p=Py4ZKl{cN`O%Fh<-Xth zZK)LgPxjvXJMQ~D6GfRB05gLrnBM!KgPkB60gzykWLdH#_AaVRc5G!GdpCRbZk%M3 zjhjS?ofKsi_9i)Y)^_YTo5Yr_LW-m$OSac>yqisOb92wVcXxk%@B2LO2lV~}a-4IB zbLM~q22;NC{eIrh^S)1cSa#oWk36<(w=`FNL<*UH*}DEV*|UAC?6?=n(VOJ4ZQJC@ zU3(NkVMYcb$OhSdHwxBf*|l+tqBTWmTDTtGyh9${yg?q{zD1tcrNwW{RxMKc^DXzu z!@C}r2X^n)0=I+i`G|knt;lZoMkGt`l;7BMzudLqUTNt9>oa7*igh!;#U=(qVzj&x zv{M?hHrRj`5k()glY)KJ02ci<)MF*8#{PrHApR~6@p08C>3N`vK}BrMH5R1;F)dwV zY{rysn(hj2ADG243I&2^kTZIL7FM%uSp?!EnPZtg=ZrabU{<96uIazY-m6&=0~3%! z-`=%ETcExd;Au!?HcgU5w(g2(!=wSEw`-BkVGajIBpu*aN>#6)vZ6C=mK#HmoWMwU zj1rWJ7W2O4ALVOI&?SG05iuDphM2{n#fZ%z=>9;QNhVZJP|S?($b4Z&>`bPyj0Lei zuuiW*6IBDXL9|>TQ*w-&%@j4A%gM$>Ax7~|(eY!PZXLsT?XBwat0-WLm;PS1Ff0}QkmI?9Og|1QszHz=kQeFem_wmm zsD-1OZM>RuyD(#4dKsc+#Q9W{HwcLFe=_QT9FU9(gvDfILvo<2BTo!B5H$Rx-}kXi zi2D#(C7tsFP+KG~9l;cl8672%a2&Q^I&-QhQ{zR)Z$!E1{i%P7#&v$Z`a0r$ zX6_4<->Ah~(DglT#Sngvm_gxrupkHMcu`^Maw6R;WfUq5dG(^H_RUFiWSw3VtBJyJ zfq|h_(u=UX&<(w-dJ#2dh|1uc4Z=sNXzt)>L88S{)W0d#=7`wvJqNb|-F+wY;(8JZ0vRz&aDf_Z7X zUoQWfz4FsZrxJN>*|(*kz=!V$T0>X^KF>VRCm@Vs2V zd{C~QKdwdYguHkDpccUsa{cSi$%W%zktd$`E!lk6y|Q=vUdb<>lZY0~J$KE?Clq-- zp(yJS82fJBrG;#Z?ApAGY{cywv;f@$LdIr!REygu9@s7)-}#{Y#_nD6>AfG9$2aem zoge#%+^@w7u`Q2m*(;Ce{dR8I$-jMI!xknvKeSa5;6sndJ@;%SlEv|i=7wl9h9Z%u zth6Ly20e~3NtiTrc>RHZP+87mP=q}cM9Hw2A`)9g$BhgN%(%qh(+6aM-T&aURF>W$ zh2h(coB?z&I49X5Xr`tN#XoCHBBURXu~1O&a< zgjI)D^8C%ztgV=BSfmMNSeVsuL8p8Dm_vKZ_*!#}UYVfYEX|^g&E6!nUDR%DUNK_?|K~R)+jmjYQs0iZ7A{LS? zT{Vp8lI6T@hGY&DauQ@JV`MSLb@Pc)0PYX*G)Nq&CXg+hIu_~kOwc!xL7`DX0$$kLJNc; zBj$C{8fnmiE~zoAIS)mky9LhKplHz|k%D>kC5#9HbO+n1u9!K606hRXwJYlIW0BTE z6;4^mC0T}%qGfHx?Y+`PA9J!$g=|U`WjeV>GseVBDjL-yQqr9&+951R5OV5;jtjq} z7cQ)~s=63d(R-(ZI4*?MwA7)6P1Ra9S>54cM@IuzpfJ+zS4s{GRoU!viX@Aym!9l$ zGyYYS6u>+T5(7n^-awiyM3Oo5=Jkig*PUbmYb6!l&)FDAEhuhaCboA*v}pPD_Z@6G zBFD_1G!0%?+(hMpgkx`#{g`K5&in?0j8L#e<9+5};*5~-*`c5s;;K+TNdH7daY1?} zY7uMcl+S)-nf$}o56Ww&o|o?_(z zd!P;5E)Q?KQ$D$4hdjP(yF9k#0YzFn<;gu;2m#mvvDNBZz%gCZh zxogcGdY}8{f%`YhLtAz$g4-dF?bt4lZr8%7NbHgA4=eK8Dfej+>`tUvyn;PRU3iz0 z-3Fn15@a4-U^5lVuS#%dZz;xzN1@{dJP@l|z{(aLi71dGM)z)%uI#DxCb5}D$1#TW$B7`;O<_=U3D=EyUkmrSVHJv3^5UtSly<~#uBB=Bb zJ&#PV(13ambO`!8$P#GbL7$c*iNvg`l8l5g*L#SBK~^f%jZMkoSy?P)ea)B)V@6cy zGn*-(yV4+LQ7cIr0THEwB3H2tv>b|8$q;Lyxr)e!qHPq)it|)#jIjlnpuzT-g=?bN zvxR9=0n+6Fb3ly06+NQWNC9FEmrt z=Y#c|Mf0&Ouc|L}V88auTpn3Yu@*_F{kzg}=!yg*e3 zDFZVO-I-RKYpj?Ju91rFRxuyLf)pd|UKfS3dBs(G*XZ}PW>W)ZW7QS}OW<8$^9Kx( zq06bxu=Nqsg%F#Gt{%%33xiFmn}?P*V;vGr(e5cIUM?#^4^8x za{ZDbuS<%+UOgfoplF>tB5$64R^B>$T;4qYth{^idHL%xOQSqIw?D2ar}vlSZ~E8oJ;@3ehfFfhZc-yi|e2W~l!H!s5KDVvIo`HaNfM2Un3S zk*LmEp>Xq3wD3T~hoHB|r7Kf!h~!}|^s`*dGtDV$M^HI(kee z6v_>-{f9OpY1q&ZB}$}dqfnu^Flm|Xy_|H%^Agd8yqk7QRcrmZ1Y>ixC|Ig9oh!;D zePDqF)f|fqT_g1WjJVJu5Y8-iVU9(&0N1Qdhjt~~o#r;u8L6>=!|fi09qq#$+8)(k zwpqXyBO45&PF*OHg-PyUAqGVhLrE8alI}dqHT^gAWA$aOt+A4#QWPqhnpRhGCV(9x z!~8HDE{$>Cfp#iBi*AR+K-g%RZzF=7(e7dE(9;z)6y^`;P47cvUZAod=U?re?cxiE zEnf|7TR7JvrbRaZ!Az4Oe$c>yywVlP*bFo_pMc$KLT1L+m`xb|&&(_RY&kna0H+pz zM7ji+0<8#5k9V7=N1l81F8S}@J*Ne0zr1;NpS*MKu)KS2pZw^;i(1rK7Og4T@ zi_VrUEMQM;+bNGg$h-~0<2|zRwsle)8kSI|Dn0r>Q~8E0T)bFrzYDG#AZqN@zuPL0 zY(u!_Zh2(OCfT!jx9r^l3o4{WD+1g5fIPJK5#7!A(X_V%=art%5XlxAx{1*ufDKKy z>1Hw@GdMW~hy*DR9dMptz6E9=3KvjPuMs)udB_k(Gw98*EeM_1DCb*1Z}|~L5737p z_1K{gis^ykkys2fY1|)0z-gm0jsSwzUYfQ^pu{h7bD!n(D=g@Fnr}`R8xhZo!i!8W z*hTfOV*x4+%}RwWJ&-!)hyXGBEpVPYK?GJD)WR^Z(ln504G!wYZONTB*D5Y&o3MoI zLW^syA3CgQ%h!X@pNZ28*qK0KF!IJIU2T90W2MDfG?!UH!?9ANi(>|N{uF8Sv$TAo zn?5%VW7Yv-0UGCZi*#o?eSm5YCSrNHOO}|h!i(=(1WDru*@dh~9M458c;zOJ!FuY- zXtE4{L_{o66g?`D{IJBssatHs4^{uw-4{z27yrNL^^$}E?M}k{?1*CM6WN1&q#MToCvegKE7isuJ zGyQxH7KVfsMWQZ$C| zm(KNIEIzntvpf#d-}@hsT<-##uSQaO9#Ax@<+xK?VzGhFbI1C}42qv0(yRB0Fl z!@sd%y0xUUP0J5i%QLM=ERkEl&H_Zi5Jr@4);;t6m`J_QW?3xg77Chm!Il}MMAPSVlrHwTKC_C%YACvk)-midM^ohq7e2a@ zc3;>)#7YY#lFYwfE; zh>=q74aA+Be3wIGttM_pL`qPLSQlJ3BGQgI7_6o`J4x&Ss}VXnxcWmR9ZuCbyW)F{ z7C8GOc}ELSB-hK&#I$|`dcOt>6*I+{09|$H+E|_eW`;G1>d|h-`P8b%vQ1y#i;vzb zzxeJ;azhK&)pG~57(K%l;yY)bk@rxb&L7gEbyVKH^cA^&;TaM)-v8=zio*6Y4D;u& z9+jWGdP47aK;C}wY0l8zef6MRedVNl;SWBiNNJ<|s~ubAH?@d8zJ0empy&y$!L9dg zlqdH*AfMd3n?aZ`si4{hBf5AEC|yEkpp0=7Xu zx#vOYU$~6N*dIwtDAzCHT$7rw+JcYh!mgk50$4#UW4wL7ABEr!+K0vS=HZ8YI&1{} zNprNJ39@b=fGmLKkvC;ACaaiefHoT1g=otGHKAjYqiOC+XI2Y`_obxNrw0^~VLpU; z7c;D;$xg)lD^nV0>$`y5FN8v3ep5G3Mck^*NonfquPxN`Op6OFo$`n?L1FHn=8O%l z8Fb*N88Sox%j$E+(e^{Ir4|%8Q~-Hsba5V&k@&#Vt!j1{a*A=Gn-Y6GLX8*CXr95bhKUAX=Lye%8X1M=sfNvWKZH z1JXi^6`M~*bGiNr7EuseAY3kxJqo7eT1o)YG(FbO0&_3DMvM9wby#Z+&alw&*!E2k zv0>v`XqriIT#I5XUHPA@E0xr(O7o!=uwbG)QT-ngEf^?HH)lk;n1!?mFeDM}pj6e! z7%XaoL?EQDWA}|V6HHv=4Z5ro6+ytN_d`oEl6Av=I&YNOmYcVmqK_i2sY-kfFcpmi zQs*3wb2qrx2Qya4z-r^`D7raWuQ@+3ZpC6=m{}G|vV}?393nqZq_l8$_|v4CQ{M#? zhXp!r^DrVB%hM}aV;qtr z=V(sq3)hjvkt|M-Di3`L-NG9y=~R!lAa;c5f`#wF0}n+mUva*QXcuAbP+LiwF9QBR z&4(`>^lqTWGqqXYCn8ilol$A?1QhACvPjX*9(iMdZdyyVqOj3*-r`a`{vL|TLviz3 zL;xu^BQR&ie35ZE@jgS!v7(9GQ#LOITJ8d22O7Fio*NN-HV~|LCFT)wmFGw#(=R=` z07Z2-i?-XHy?ObEuRSIIUuK^Cuf6kTB+_QB<6ci@PESkbBH7X$4V!LKoF2kO)W# z3(VpP$O#*u1VSZ==GH1Yn00!lG0wlx@=6jFE^{#{(+q$t>G@YvR9EhsqewSXw>cCT zwnR3~F&41`eHf=5d(zUD^E3!v>8R=}=v0A1iIyVm)}W27!wmy|t8=_oFt@^73FmgE zYOOoCeU$oEki-OMo63NNW&$mui-DG2c*FY<8GQ(-)S^-V^24l35n)+hQ>|YM zk{*LX&CGvsJr!U_g=0}OR}Zui5pYRLe{Ga`emKTSl2HtyC19!y*Bvd2MIOhcEW(f( zpv9j@Iy>5!wWV~+5BD@=xKdbotI~XU6)f2iN&Zi2u;MoR@uzC$s1dhWN5IXpIznkO z{2(3;gCG_+Fz2B&gqDI6{v`!&>}~j``-MkHQUU0T$?Fc7eHZV~2}DI>HChR)h~C zvWgby;!$5C$()|p#Zk6Y&}+wF8#_<7ENIX=LE3K`_W|7)OstZ*XhSer0M(v0I^$fN z5Wf*Aj7wWEuJ0jc5hlTeqO72^k7}pqA&^3QAjmkD)^?wHAi}`|&K$VuecC%?PM~f! zP(ae1u7LT&6>bjLE=-h3oUxp?9NUa&1^XfvMv4s%HYJ@AL%u;0b?kR&KcWrUqiDZH zH#0#+i{JbY_sZY@`B}N~Dv;NH`Qgdu<@Iy>WWBn^y z;4UB4!gWH6+2|fckGe95H#PnU3P(fzj?Dfyls!{+_X{d->_32 z*|S?Fr&j64po^OV9*3SBbMP?iFZJQ`9ybRFMNn}qTI@(L(K^Rt0HRQ5yucI%w!7od zJXYL!T)FAHNt-0J#^|CxMVE{u&2vY|ZZv8>P{f3JY{DB6MM;YQoH5|SffgkVdwbW= zzAB{!0KSZfTfyIeuFj~I>S8kXm=T8a5`ujCDNfv+-_ixYPtQq3|8(Ne*TF0;h?(gq zGiEts*pTrxub}hAyqWJ!VhLt+aK}gMu`y!;;yUJQRzNHInEXFxNi48qq~8~MokwBs zGPdB^`a>{fZ81q5i6V~Cayu3v$S{6p8H*K&9B2(z8f$1DmDl%Q*6S|c9MxkzYGe_Y z=FITQx_KM|b(w9|6#W@fx)FiLW4y4)!fjm(6Zb12y9{$oeT{KEZ+RhGx*=W5#_Gil zw+hXN^%akIclKoeF_6p~{TVYVun#jsPJdN*DZCAHfTyuoGV#Zfd ze4#uG7+w=heo3iMTRaL1A6b*2<bpM*o$l_(9M6}96`uExV0^O0WrgjDlr-Ey(WYF^;T16`KxKMYGG7b`r~}E$uyxYc(+1lp zIB*1`mig6U{)cE6nwWV$_sgs3tBZ3m>cl#_^cW=g-h-K85?rA1f|XZ*EyAivBjV8F zr5!8L43W5?Vtrc8g9DDX2gORh3S^f>Ra*uyCz&6e0CHH2`bpcT{5ZDbsR z9Fb&uP0tHmoa0p^G0;2Fk$*5_N;B=*sPYirrh5%Nfy`j8^ec#7h|bE6g@-m6+Hx$4 ztIR>9xty(V6wrjCHZ0yXEtVyShvAID7TP2W7jp90_Qc;emNDN8bFJbK41Y}%21_X* zrZQTIeN)tBAq^R=MWj)ud-XN-uCmu$8*}EtV|2TL-y={dv&O3S-k`xskuA8Kj`}EM z2}MfKw&t{eHAZfupc#h9^h87vYpk}vM_ZASmgOei*4NJ0fX4^n1n&i|AjL5n_oC3@ zdL-Hc^6g!s$H53J#mXp=UPd3kJJu)5DwU153eAW3ZeKt4M^!h!ijuV@BWzr{I@3Xkz1po3CN+qPx=0 zV3Hn&Ku}#Ih2+S3yGhe$7-flzV;DJJL;_Xre7z7HGmfQc{)KUCX>nnR%rhq|7TrPy zVnzR^Agw+>ch83Y>TEFrogtSj1UHF{AxvMm$k|sI?;qiqAgTb3(N?L#_W_5IbZL=P zhHhtqEOlRckyI3gRr=RS36y$#N8cP88C@u9jcKXr&KOP{S@!FvI2VJ>PnrxV^Ncgv z^)%CA(U!FNhhChem2A}@E+bl8pvQ7Z3q`+lY0>cn(`?a!g$TdHwobo!9zy60WCj!8 z&MxMNdAqxr+6;4F82-X`sw14#je{P0ijmRUHQ_put{(G9s^Ro-m}BGX}#n4lSOZTe{Gj^hC<-KdtYB~>iU<%p+RRDLf}n4j zy(wyD%d25jd!VW!G+Z#kEl!e+h|Lg^kx>NbjYtB=3SEHLnF%lo1rQXNv~as`*v1NB zk_cr*A~Mhp^p2I9B`Uxdu)rDZ9Ie*Un6JSflr6w9y%ttVeNfN&#kWgi$(@{o(bWQl zWOyx6Qi`36F{Uwt7*Xh(AS%n3Z8KNyL-O)UDUYnC+XrWG6j+Z^mcTY2+IpBrLqCc6 zAliaeQ0AwIkh3)xfmB3+R#Y|wvG@|2{nFI~8Dv#sCX)S#xEq9D(hm|y4~2Wg&>sGt zK9mqjFCxRSsMl=~Em{42Sqna-E(3{M2<$`sYVYd&K_DEJDCS^@FhK|%zUq2hp4P*So})OkP>#PdI1Na$zt&`_99!BBuSJESw*t;Ts7}E}`P6nQ@yI_`9)G^gK%VBGi2F7qG=_ksJ=X$N>017cK9GHFT z?zUW><}e(zUJSDH$UV|qQ!m&m0`s7ofjtn|O(mmE7we<+Z^P^YJ8d|J+r>3u{q~yE zozWqDHC+V2lu99%MK7Rmc8Roj!i-1p_&qF8h+bi^CHxRO{U&M#0%L2jQ-2n;L}s|! zcX;&k&`m`w=b}++{QNPyG_iV(#~9=TY)a4?W*ZsvMii%nwVZ>g5;cKrM-nmTTt1u@ zH~k%0S}mPLsc7-Me)zNUi|?M5ADlcUuU`Pd+NbDhzr1r!3)6Y%!k(u2@7ru29?)WT zLf%KZ^SKjp?c!m*|Fc^Bj>wg>Ps@!{&&r#Z56Qp%%x7fxJsasvzkBn2viH8b#2FUo^jxITIRPWkA@ zE#lG79IZpTmEhcUdck@508OIfM#ivwysFEwvsSAwROF2JVw8&1mMnrk~7GKZZ8xVp?uxsy2fw4o=xd02{+zWA`RYi|p?zW=zbP zCEhm?-(vTe@v#>@hDvI+}~o>g8MRvvc#ehaDI6f>7ye$k}k(xtNCG%b+eY;_E890VyhF#0X zUSl9`yW${`LYYMn#Sk=ln%#DGa~9<33=mz->%zcD1j6zsO@KY`JQ9k#f<|O%vH?p_ zZjj)B=L_jhI$sBMVfN!D&?!n1p zDShHNe8)lrLPu#STaa`yCtDGN@p0N$fz*K;hT^3f2J7o3m|eh_6%-`U*V5vb`^Sdm|GfB=7O0mLc^%@s>m4mjKe}{C-nwWZ zmv5dsuHTQzkF_{`@Fyqby;lxu@p?{PKXp{Tck&szdKtevA|G6SQNI52Q}XBo56VL% zZ#*DdKDtRB+H$WVuZQ*jTjjxfx5<-xcgV@7{*CjB+_B@BQ(Ma{a5P z&^1KF}+mlj(jeYZ(hI?K7B&4z2%T}YZYC5jJ`CN@uyVDwmg4b1Dy~3q?UyEu6K184?*#=n8$4 zj7cfLatgtmU{yK?4$NgUHDeRvF{zUp0G)j$by-;yFd!MdKUlg*I>xnv|1ASFdz{{ldLY~>!Uv^ zTDo-$Chf_MNIhHl=&dUAVYU#%iH*KcfU~bqRFMS`6b)|sjcG<^S;^?-sVb37fQiS0 z^h`v{k&X+PcSMc+fxjn%Q5UF=o}zQ$D6zd1!Y~^P9lR4^6inLofa#5}DA3NxOnu?_ z5sdZzQmpK(j&Pr@2wE<2T@bS@WF1V7)?I!Qtu&i8U_tTvd$f2(q^&C~Eoh~A6=}4# zaV~_pAKHk)j6OdKmoB;;u`CmyyVyGHCEE~&#c;6?xU^~0zgZLuLpk*rMbg72s)Pon zZ_Y%SHS>JS*Jdpbtg06-&3yF&E6$jY8spo?ov?KknNxH$fF~jrgSw%tJl*P7F(nu7 z9&F(tON^OJx&Xm(p=d1-*!@5j(9+(iJO3DqGul%Ky)>;@n`y*6#zKS`y4~Mtq!0XD zix*goI7Yr;Oh1>LiOZd2fvzPWw8RT!84{WCXAQIQf~GLjv;{s=Hh)a$`;u;kNYal{ z^xG2VWN~D}q!y;H$opSCE# zaHT{eR zl<6nwf&%B7Ii07`y2E$m&(UdOj8;nd-chM7Tu&-EScRE+o2JGZn(9()+_cRR3lLCF z?>ZJi5IS=8#Znzv#TGZt9klXFG|XL1-64&qfh-zu@IXqkqNm|ibohWlE;eg0y=99L zL6o4gqdnPNK|e^4jWCNVBBxCM2BDBBI?3WvB0V};Xn`vB&$6(vJ%`t!#R(*jJXnu? zlO(8s?FVr-2pYM@s0CwUV+Y?yuq9ob3bb``*jzzh2O>vd5oc0~+CoVc7u$6T!bbz> zby(l?V#xuu^&1PAo{DtBUqEp;h%Ia*>P9r4UrNm%XJ%wU!nuEhkHObcTWW!#T0moZ zj>Mz!J8o5(5A&;B?({`^{uV7XDQ0ogNbg}N_@EvKz&_=QbxWk(fR`CjoT3ml&j^eO?h0|iXR522I|KxW9d;5yhPYu4p#?3^;r6WV ziWQB4l3bZ$JbiKab}ppt{+I;P{Z6}PEi4apPC@A&(8QnUd5z`{y;bF1s z2qv6f$q+S32wa3qh9+W0&f#1zVaWuX?<6gmfO8)Tqbqbk0TMxb4ahE>9gvpJw8XSf z{Q19qM1JwzlT2j(@#PbWvW}4|f8*Sdt8g)GxC=w^>OtvfAQ_p^22YQl=`S?y*haw_uBg;`J&8C6Lgc55v0%xEb+#c zVNZsHCbSSK&p?tmgHdzhgR4o*++I-BV5x@g0K6uN*!2EBJg#1I3AVLnDUMC(XB`Jo z0rMe6-AGqXRjiE$u`U89v5|pRDo;n48Kyg9wgrcH3aHB~X$ghLz}yDyMzCTtHT`?g z)R88x#i2;E-3hX4!Gf*o<5q^}%#2ryBIa-zxN>MAE04^Ppair+k_DV*^c+PRGbs0P z|3KRt#jiXvLx};dg)D{nW2X7SMh)#m2%I4yK|o|}nZygjd@qb;(f=cWlWa%50r{a& z!9I!}kdOo97gIwC1eDMslPoS_J2B7HYHQC!w45eeae_qp0U2*20ed9cS)mbptsyRFAWv82_5aKYkO zX7(3~9zzq+-h(C#1u0UYzKD#io~#y#yrC>at90j#&W*>4R!vieg)|C+NUzhTnaQj# zlD5=mEGAmKJl!E<-60RlXDqzdcDS*dYlYX}Wprk=KB0R{^|EM1ku`>PrJLJXbWDu} ztXmf+{63NyVmq`uUEz)y1v^n3lq!rtYi3-UuR7ud3`=V(IPXHjYpSq$O>< z+g#8W5i$m}g&8$tO?m7ksa9l53`?CrCM z<$XnAaHYR;?rFJlQH#^7&&$=*Ps=qeaBp7RC*OZri_n?#^ACo_LaI^l+VYzYnu)L*@dFA{wa`pTX`QEuB^4b~w_bL5;{*b(;zx(m4 ziu}HDO6KnTn7$sL39}W^8(Xksb5^weAg_Qn5fYQ^AO-p6rCB05sLQ1WbZ3Y8zM&`V zi03UZl|>L4YgKcqVUTOn5E-)7n4{Ng4)WNvptVf*jv34UV%j&5_>B4QA+ASJI#C+Z zgrUVkq)KJV`2|iBnbFOItiVa?ve4$EdrTQ=;$uW4G#2^5ARRJYg~v`Uj&gh1g(NG7Eycz;@8 zVDFX%(-BVleP*hh8=56?gDxQ;e-u~PMiAE&)12*Cp-Cg6iD$Ix7MvPWQsQjj76gk39j zI%T-m&rl9&B36(u)@8>GUW!`CklgIme|PJ93?o!CJwP{(0F0W$=55JVv9lc` zTQxo)J=q0J9^kRUbK`SPS9z?F007pbx63ar0Snsv>}^Bxe}Ch+BBoPXRQAd1FCLU@ zXP=UvUOpx_w15GDy{pCM-Shk9wHJ=cU%aH~>+C`Kt1}1X=U+cAN51&13=ECR&b#lH z2k+Y^m;d8$%UfCyZ)nkbSCQLW7Y^uS9FZ%Rj>`|uACT{zJtl8nIwC*$>RI{GpPiGL zJMQJ{2qX&4v<+>0t6E^}8h#HnV2YqFk zZEDz_!EdsI{-UO-WBWDLbn`JiepvW`6wpSjSQJYM3_v{(Ko&?qa#4kw#cC-JtjBF(N73*MwPnb{GN#@%H$Iht35u9gm@Cy* zv3LTNFk+=K%CJamv}$^8SNqmTX=s8rP)s35%Me5f{o5kW-~JgERkZE$O|!7#><9=* z5e`_jAZ(y;z$FBpph*-~JQqk8ihyb$OE6MqiLon*BBxly=wJiNe03Sc-=NLIaRlfM z$pC5R@NY9T#Ia1-#(<6;h{Tm2VNwOL3eJ2^CvXBK2B&w7mH6Sa@>u^JXLW`4R z66A&z7x8n#tPG4t3Yp`{|8HhVGk&YW{0hE0y3^-615qt5dA18l*g)?e#RfzO(9qHP zi&@qeW?sfr93aX9y6WyJbEXy1!iFKepW3Pl$q&>F(E>_QjxP9|1N2yma*z=ob?)K= zJ?5L}ce4~~)5wM_Qg_wOC>C8r641?L!~<60P5Y!4vh7gFTH0MAv9FUe9)vfxV_|Od zFlMAxky*Rmk8`^olMs*z>0CaTV|G&qXToc?3L*3kCAG-*(OrQl(wKRWT~{Uh%7XKz z7^~8!yT0bo?Rs%5DykYap2KBa3=}|5GhT&^vK)%gA}QlyW^(Uxx)R_97Xu(PM9*hk zm>+!iV1}A3=%Q2v!W%cYZtRkEH(MV@@mnixp{#hjBb@6IVWZ`mFlHwZgD;fQ!XGeG zV30h#idfq~{s@p-&s68m0L9SWK*ID*iaf(KVy;-AsY~p(d8M8U*qAUd)RLV82}l0H zXC2Q;7|s-W?qKHV2}ksC_4$2K>Cw;d`=5JA{_zK|&~g6CS;VS5D>qIZmA4fsy?fyq zxqj}rqN%5etgfCuByT7}1H$^?+ec;F1CPk~f@QL2<0kpNM;?&3&pfNe@OctJ5XbV~ z*PfGiE}W2SXDki+>iOri7#@%t-+4tgJo+G!7iLwF{2+7C$ecwQ0)0D;yaA#G5E3&bKvN`+PT+lXH+|*$%8*kX(qP0jD{~{TlXfHw#?hO?x<&XYeEpfTy@2wAu0)v%pe$3$4U_D_vf|v~?0e;EM=> zG+a-J(DZXq)D_F?YswEh9h!bF`ZpE*Y`XNd<`U6={QTOHz^&@?EBNY87AHFW82G1j zap|)N6D&Gt`=LF=7D$-{28-A*c40(|5f-R!`r=g>uYpBBnr>SA2n(BDoX~}#sD-or z=9B>~4TunYi~&9d$q_N5*!$-Vg(K#`0ZkTLH=(><0QD7r>^0iUq44oOYYM2x0^U>`ci@YK%Q0CG0AsSRv+7YjkJ|E4F zF!qH>(=kIKSy;^==At~#wnRgVPosB@)F5g`5h}uc0Ij}N+~pRi%~`|2I~Yya34;KV zDwzvFmOIu_wk1eo24xuxvx?2hio>gIu9jcM`2#F)Fk2|l(S9X~9`W+DBCHhM{BcY% zSL8;7s9P6WeNVpbEZc~jgW(wYjO+pg+aBnmvxg@TcBaT7ZXh~I?m^qo+)z040wM!7 z92*W0dy*w%ccQI^`6{Ad^z#nuu><+W*OMVD($mo0_mrWzUfr>}lluK&qtdF|v; zMNbI1JSx`}g`Pdy`lqv-3EGl!+JU`Fm(u|z(#YrA~o zsedOw`T7ZY=h87PT3W#L{_lSEs9Zbu978j&U)(Q0zVxE}!}m_hqfdT}}@BCmv{IgsJ%iWnVcVs54y`6UIP z=?9RM;QE0PvTpK_62U}g-GJoL5@gE3BsV8Gw_xpr!j?fobJM&N6D7;jLgp4w28sz< z*eHa?W}G(5CHnWRRMfPNZ9R~QU>J>!Qxy^pEnvBUIX#xMQs|%J91EFUK!c!;gAR|F zmo$;!j8uk^?KP+8={RRlS+>>24XIELV3t%S8eYotzSMUc&tDWLw$D*OKn4Mm560Gt ze$c|Sj)P^3Wf(PN=!h;EHQOwvic{2Ur3yCJ0=h!S1L*(>XujNgM^Vhs1JM$gdHl*2 zb_rq%ksO51NPxynT3*_a-W2x$CCb6`gSh-jgUrbkTlt&4V#{=VM3o-}5h>_s{hAoOyUB#weE z78MwqR#!_=i&Ry2x7ESh7+eUKj#|GZ(q`EboTfDqLJ_ezfSy}KECx(SITM@Yju=P` zyIaOSRA=difbVFR6hI;wSVzjbFBoDg7@}^FWhhOE6-gC`zabcK$PsJz1S|xz!(#$x zxYz3@pxvj1rW-BAR+;vY))+Y*;p8>E{^Y?_c7DGUL zjZNsZbDRx=#hS46YKxz#*?mb`vUKY%Fkw;rlNo*dI@^B`En_oO7&KA_<~ixwDryGj zt&8YXQ8j1xbY+TjnDQY0W<3c8hT=d`Uujujm`Q=CfmXK`zI@XHGYg8&Am6AAua^=v zhHIp^T9WK~=<7>BI?ymV3T9O~=CUm^JzK>Lek~DtDI-!qo=Gs_SvQYxM&WB& zZ0V&u*=H*8gVe2o85l9*k;pzh0#`|co>I^xLzb-QF+M#)Z3k6z=9bIgVwYs*W zFBs;mjUksX>eYojlIeFdn>uG*Xk&sHlE^NQs3OxyYKU_=%zW^BICW6ytH%M<`;sm^ zm4VynuU3F6zjqy-wabVkM=S;|?BWy|gD5tzdhtc(8hb@<#luWA^p9}wX!WMt|}4T++dT2 z^PEK*vn~C%H=Lv39sh?0(MO_2i3J+pc|0iWuW)A8g~I2egnSWeMRvL3?u#b4$pdXZ z!Oh78spv-LSVoi%=XorgbfQOu32mRo7_vw-F@Vj|9Ay~AzSVXf(I#rjds*^zBqHiSe*BAh$w6ZAX8 z%nijRU$=H9$VRz}GbJV&$=u}`{h~!6N0c%cr76DNMcg=$T!U*=Ut^|MU%zfNJbLcjw|K?2TNUM>;VYOZ{cd}Q zS1-ya5f&M29Afv8V1dObs0a(QGP-WiQpaqEOe0h!3y}t|(23y!?atEW1G{!#B&iEU z&i)R&&@k?=7jr1hHdSkzUl$ZDR=yUJ2hbXvXAWA6OBYove15-p16rhX0c!PVk!$f- zSfehyoaeN*+8hUVO3*$*q^pIjwM7wHYrAV11zCtWiy&LC>PR9LGq`muJNWxWlD#gq zx{teXGU?nx4aOx+iM1eSN=r!Is9+bX7cCs?(cS|UxWrk87AY-YMHDbaRP;_{MEq*D zQn(P%f6ZDnG$`eed4h|NGvkD8g(NVpSBhf{V&v-qJK(yWuPX0XN0o z5Yg&!3+P4#nm!mblQ;t^dreztFG(-y^&UmBObI{;CdoEU zBiBGL7qdBPw6K7)AhgCVv#Vu%;>HVCWRi1JVzy#YP%g5BI)Y+78BpPdJN z{-9hr^{k?=<8n<=(~Z+d3|lc{qoIAFUi&*=vn{(fB;EEK~&O}bFzNL zr2OuKyXCbLUz8hPe^IVoLbCJo^7`2W^4jU6a{Zz{&Y8pVPp@5;L;LD&b5+5qze8IUqD4{>82GHL=5F!C}w$3kz@ZV&W4K=H&1Z$mZ_~F zU!{FDt^K2}SvAsw%hE^hp9xL1oZZXjkXULEw z0FCM6Q^?(CIb_IAOKYLSoGU}*I3~5em2BCjDY70lsR70URnwKB{a9&EvbCA0+Ve3G z6K%$ZMaU!ylM;yLWq8r>^sQ?0&-7KSFZe?;__UB=q4T@`zOOsOxQu|C4S_1kjIJJY zXrL7nM9|TS6DOBBFXAioxgEiH&%e^T1p!4eD@!a{Pe*BFE>Qm{MffJ;OV zQ5a)DXi}@isZCLU79ek=hvM7T*7?~NT8kbs4T;F0Yto;2^giwWAfKn*KTqsv)dea= zsyC1%$t0LdL@S)tz;4PPH656ReAcLKqT5GeUcY7{XE@%&#I`3pK%ck@S~N5*onY$% zEyQBosJ!{=D!tDPQ(Oy-ikM_(6fY)RY?T#eA__V)FOo^K1HynBEuZ=$Alb6kS%33e3UzG=u!2xiOjtoSr-%2G|$MG^Lyk1-FMUP&!eA{ zrxV#?DQN{d>+B}^gUB3$aI}JZst$cO=v@g`DvWzECxr2`uRF>45fBI2j@XC*dHK<% z>=bWjST_-2=?rKA^BKke#J0QTZ@=>udG{>Rne}#hpIp%b^uD654=x;$8y64BFTQ$2 z_V3>(l?BUX``Wc~>@$yPaXTijok!6+#M_P2UzRIc46k0?C;#y6m*vcf1LBKAMD0<; z-6t{3A_^tTCQ4*Q)+aZE&3yy9xRdLKKbX z%$DaAl`PkSH$_Gw=C_4`Y5ESLXcmfNQXPZ_aSdHIitsY5&AZYlBBKMx9NXQPOJ&$y zfMu1Q$67EU4$c&p7|DXv^>I@C;T~`1#>;r0T;1F=fZTx6=naX4=BhK~h4T$F_Lj2S zk=H_2Rzz2>APs$%El}ttAu|D@0*esZE+jP<(SCtOMLpP(lg z(cNW_bm}7J>q_XZIjRLJsl_g%7kW%O0#RMC;`;BDr5gu(v{)r{kDB4Pz z!K@c;Dn&^x?W9z9bcb17+TfspxfY61TbCBKRtl2a196*ifdUTdJiPrl|MKu=twVVH z1;{kSysTXdpU1DytM8``b1~4vQ7GGxsvD;OSwN=0TRKc;8NL~@f`ugE?u^aHx||aT zHE2C%HO0KLc^w*Aj057=oqALkHWZi)eCsgFs#~l&^evcapv6(t0#?@@aT$vdt!*Zq zTY|Mmu+uEiCTf=L3M@K^t0!HayUKBA4>Z9!S&D5#^y}AIJiIPGmBFV3&y))|a%5)>r9n*wRsb54s`M_iVK{qp{?C*>#K zdP$Mf5iMefUC{z|=4pBF-18JV|IN2vlr2v@A$?Zp>fOk!sZ9Zp(A3+;3T;~w5-Rv1ILN?E1Oo5uKzacwWRYZBZFuR97ERJ zQo3OPwPzW1Z!KbwF;HZnx1zpq04c|}k$sqT^CZk`GUX|f3aZdQ4Jh(a1P0Amq2K-n zS}tsCKnI5qnvNPUj^;TB)HBUJ6+ukTuZahWiZY^hj)|fcZ#wk!eMa=4D8Gs@f_i++RxSe4eSzXy0k!r2W$* zi6nRqnhs+Ij2Rlu0jAk1Pg7L9ltl-}1G-31_Orzi-7JpldzhwX637yUzz}n%nRhnE z|I>b|G{H?IoJr=jmvsD4qy~mBW^Q=h^HyG9K0+G?#GI*_r(%0BE1^RCTem96ufbQS zIlinbn*WKnBS7a0Uo5KyEM%=X6b`h0yg~a8Qiazd?Tzhcrm^kqUDDA7s&o%6o!Y!1 zUBCiFT_}VeMMLfSZ;EEMsC3|G`dkQWWNXmVVQ2~z`SvabHn!{Ycph)Z7&=3wyuYxS5e3?k=Nmzm|$=L6BeT=@IA%l3uS5=bjD$yjU( zTBS^mj+!e8T1Xw;d7?8K6vM3q!Ji0kR8-1vJcQzbE?*p@rmNJyN*5koJW6_jVCPu} zN;CFXj_7O7S|LPVx?8M6XS3c!o*a5lvmjyi1uwUZ^JBw>Uct_{0nN>7?!;+hg`F;4 z52hIRj$wK@xj;7}S?4Hk-g}6L@l(qOVoifG1&WZV$1^WV5)dGB082DIM4|#5=}jY8 zb-&NC1&KCUXVgT$frLGVpG1!uNgJ)5?XCr^1*{`PbZnan+jw9D(~X%~VT7#2N2aUt z_g_CMZ(cekZ=F#jb@HGVvM4aD{6v9jV-qHS6r zS!7F*Q8Uys)+`PsT%@#w;jf_7hfR6`*#I16P~1@%eax9N!)ddq8n({>#jD4t_0ZKN z;Vc0%4+BnD+_YSR&I$&rvhLIz?;#ZsS(TBs`hC}hy0nfE3mSQy%>=Uv0vg!C1J^^?Bd z%FtT2{$ODRSB|>gr#`aAa?Zfgt6O{v9P1f{!p+?zY562}fUp6yg`!Y36Kh;Ymf&nR zv`CTqfcFD}3LHx;o6H>NbB*O}1p*mDtPNL@95!}UD~hmNLre@?shr=9vmjxXSfEgO zg8!b^)}`u88EFF)4E-2o3vlDm`z0z%3_ZdnM6X9Mdb0zIK7Olu{5s9Wvg7|AuH_iG zdn4TrIdzeu?(s*=Z;*mv*fa%fm)+4xWYzBRE3#4qheZl5>4BILH2C*EG6}&9go8T0 z_`Du-NJp{q1z9lRq~69^ShuvcdT4dzVH*&C2jQ(guOc~5msc0bm=-V)0`zr2!vq#$ zTl+8bu`s{UqJ;v9V(V3O*fmex$1a&>#szaCN%XTl%Git^^LvbDdWqCJ;4mI4-t-9U zW*%CRaWm;6Tmx3Ka52igxss-;CAxBG0Yj2AY@hTZLR+T@wpnAHT@ZRPV7Sd#i2k)^ z{X++F(Cf`ToELY^oWk>*fvsU%3CIno4Hq*LavAkLZ5kC_u;Teq-5exItf9qG*b=J| z`_VyBZCygy5t=3kDL8K$iXZ}QGPZ>V$sx=Af`C29pB0&zhDE!>nbx932DFD3bT~Um z34$TzHpc?((DR_fDEqLjYPS}!KbDe+9^)u-!?Z~HTD)@MQ`_Yi-#sILrN!&Dmk-J7 zC!dx#Up_29`r2{X_tew!>Bm1IKRy2?x%Rb}E# z4OFIT0kBbHA!0UcDa<7r{=#+(gr*Ld{({^@pTrWo6xP12m<}wzi0nbmTJ$qbU~$Hb zsSeV`S{EES&Z1R@pm;!U$h-ob9mu0P%NY@b?R75KnVbL)JwE4zTbGQJ_9Yhwi^T@It zr=~JRcafz;kZH!F=y~5e!y=!6o(mc>5;j&6k-=WdQkV60Aycf^v|)@_p)J&M&K8Z( zv0UP1vxqW-VbjWi37jr2VPQjYN5KO_I7RK-DBlxC4#7m`fAuf9Cv&T6{F;4v(zDaP zNcMmEy1R{@&Ka4_lb9*x^;#=Y(F-(It*!I3Ef6bO#RH!`MQvaYwtM|7I-X7-q)sx= ztf1+A6g9Ce=mBLrL=Hpyp;X&I`3ldtJaN_`SV{!DFtAss9 z8_^?}me4bS5Q26Ui6;?@Ycc=63K^FXWSNn?VMes`!d)OW?6m2}i1rbfW#N*|d33=~ zj!=L?U@)%?-1#AjP?*D<;FCfZRCr@8n0{d|s|7;<|GBX+>Cv1k>7kFa<#_66w+6mwfLcK}5U zB6T{eG&%o_=0?~SW;?N`;LujZrAz}!Wm(jNnLZXC8u%g#s3*%~+!fB#8xm&GNKGJp zKH+HgF+J|-I$b?1{lEfQF&jexixn0dx^m**I5sV?I-*G3n1DnYdY_7Z))i#T4Xu{i z@EqH0U=PAx3KmaQ=(#Z4QWR8OdK)d3N_sw&nrj$40#<853lLg=XfOXv2_f|VgfTDB;h-WZ{W(1XnfyG#b{sZlNHm5m72X?6 zi_yA68=WrkoPC+QJau1%rPO!9OSCqG_pqM9o^;R9>mXHHNJ}hi+{j3T_N+SPG+m4M z-dOmM{@fg+$T`V&J2LiGnwYv~1u0cAV*wCK;5`YM0A^kpKF?CRZlrHAE%iB|jUy$0 zsb%-+wTJnBPp)$MR<-zb{Ynf3eg4dOZ!l&Qbwx)kNYL_t+OCBR?LV}s=-{9QqRnTT zEVdJI-!ABWw0N}m*g|UeDH`$`F@STbprW%56DqfLM2PZ0CP5)Yw1t`Sw$mAcEkOuj z(N4s|=;@;K22df;8rp{VH(x8+bb8+)h#wigJ|I5K$v^{V{0CWu^Vw$R#2>|CmL4Rs zLVFEpjLseLURwmwdLoOj*E}E&9vsY{$&NfKABZb4Yxh}FaG!bc#f{w2N%8IgQ4`*4L>E*n#8{+3T=6Gt!Dssrv%z#P zj}6iQh|-X6g+;%|iFGkE1MAKoHUbB9dGM%g_mU;*4McSDSEQDyaP}BXjZjPuv*+BJETT$2Br;f^Nrw_7S=`o6Hf*6y^mH=*SU#;twG)~6$-glS-nIp_dM6+T6+KxY<#V#S)9 z9Yu(+h3be|cAZ70lxRKG6*HnwchVw&K;~fZD9IaD7XoT-C^%M3WoGP3iRgo-vyS4O zC{0nc40n0Z>fzJ^i3M9;y>moEWnG{f!>gokXr0>xp%6_|w4Bt18%U`%xQ?5gh9a=R z1s{=W{{-2BC|Csum?7Z+@uQ)S0Rl&_QTWj&0}B@VG%yy4Tu>P5)26cm;%_49c#2Yv z0x0->(-JRgAugGfRitGroNV~Knk#-3(GEI+po|!D!Kk? zV_^a@K|)YiN_`g5XlaFImDQcp#5vLfnZbiGTVLvqr`bIdF_RGvuY_mDpJBkl+||*6k9mU5b1B1fN_L3GY%t)}v zL66j?$gZW$XXpyf8;C~%Q3DYv?Os|-0sR?;-exMy0qgLyz18aJCgY9w^O$P~jB1(h zm8zNfFxotk8ry@Nic~DmYJkXOe#efvNjC}?1l!O+MQwf(aCSpIdVgG4*e!#;jFuj( ze;^R8_Ro^eOtb{XR2i-ax9jiMGW!UWWzNKKA;Ogah^sU~@hV(6D)lv7T<9%_Avbom zn17KzJ>$Bv$qr2@xFE+yD3kveFNpHZMp!I6pePw&8(f0uCua&D}lDy}d-1 zD_V2V*uf|nh^$>-Gd`x!~KkH30)AL;dPUxLx^5w;iq>g2QX z-@kKSE}cCgk;)K@SBS`}X4*u|G1=0qo7{tQsGP9{A&a2NZp8|ba~NUnos0YN@wnLR zkaMf3F;poHfrT2=#4ALrY(3)VNkg%0%hDhKnlYCf2IQtl71tC{7~LmyF^>~%k4d@z z4w4tLSm41JY$DQRnv7MZCpV3;R{>#z=p7rJmDWaf9)J+OLn8)aMnyL^mD(J?*N326 zTq|Y0sFljRWR# zm?c9nU0i1Gle6Y&lB|#t0VkhOvhec_8#c7xsu2GIzB=N)y&a*@-?Rrp;tjzq!_T=A z3WmA9gSH-Fnr$mc7JksMLtMOCSztO`YtLxzoMUxFSX_X@TD=}FT4WPq*zfV%W7AcB zexBtqQivCi8`0kdEcdJ3L+``RAZBk7N8Cv1>kEm;7h-FYL=()?^gi%=g!ZS)gds5BXbT|a0-l(gd*ZQh?mY zqSZwbLX(Edoxy_HX+=s-FV!nynE1x~cu`w=c9k2LHfE1?v;7MLVG?~h+Ds#b)NRNX z=$n{#I>UalBcs`V{k)U1INB-i9Q<9m_Me`UD`$_%8|Mzo8>jZmTjvhSJC_d2n`e&8 zYiGYKKl_uH<;8# zhyr7Z!14oY_!%?U5svDVU`(-PoTuR3+$a!Rk|tTfjDL~pP5mIWSk0Am(ZKnG1sL<6 z0D@{$&Ppv1Vo7R*PJwc%Ut8~>ud%H_`X zuE6VTCHftD3dS8`3fLU01FgmcEuUa2>+OyjAp?%*ZASWN@9?o;wX)?GV#^V2!Zx2S zcBIhzY!(Ivg93kxyn@`*gPOh|$ocij$nfSc? z*YBT{XFmUXGlf(8xzqDpsaXUH+Id+db5n*f$<0fN#Ee-jMk^?W2H_#6=&4k9wn}K>DbnW# zh{T5}%b(NpElzRp7&T)MKtr2o=i3E=NX#%g1(OMS3UQO^jn-{ZdbPmmPBbG&vz!AV+IWW$Eq0&=k$83f>Z)sTm$C4W3+|BeKLG6lXTla(L%=~ z7^>8A<#Y;!_|lkM2f2 z!5HUZ@YM4v^6|nf7P>38_0V#hXQ2fw_QW&KVD#Dz>A_m$+QC><)YQ`I3RNduI@(yM z?AB^C6_7&@=&tqngi!a^f7j3pv2WxqEhcM;n#xt1 zhuPf1EOuaw3a5l*X_l5WB}PlE;@k>mu0_teX4po_a^5vYioFF|PP46oT{4gx+mO{M z1|MQhQXWPTTO*|^oIz%#sz@xQ2+k8qao~&vo$()>WmRl$<(x@?1iGAW9|gCV;V|*K zpR+!QmO%l>LXF}^cXllRU8K#|xah;3r6<3bv!pgK4?V5CwLABF6tZBZm*Ib;rQ0?B;Kr99m!JOGCAoT0QP`P%a!m`@Uw`Xm`T2KVk}rMk zH^dw7;k-1gXbLF-d~7<)>qZ38KX@MrxWZ(tP$6g)_EEIMs`EYJJrGsGpgL)-RU#`I zR-0)tHG!}`3s($D!N~(s3?4%W!j0HMMkgM>$F&?2PJ;(RNp^@XH-_4Z63UI3&mq%} z$LSxK1UdlQO&3nI$uOq^$|=y^$q)`=by9SV7?b`*ACdCV91#zqeGprcA^m+RS+Hd- zECoFeVFLwnP({xXB7ge*EvLO%bx4Z`v%^f|l>^bEzM8}i5+9)3YEE-O$N5_rT18V| zw)oIFsF-U^p?9_OF`Teu1-3Pf9atc{cG87nj+-k!)67Ttp3^YKu2?$|ly??f3iel6 z_$$asjaAM-cvN~ai>ZTz`8C|-f%Y=Rg^q^5l=S>uZQd(!1<@^C=INg}N^eR0JxqWx z_rr4mRnl!9hz-S%g60VpE{LbmCiUn>rl(YY|5i2l7y6aWF7bE8djARq0&}nSP>hQd zW?m>DU=FfXh&CYT@!o)I83v3--DbrM2o3S}D1?mk@OH5nwvuk&b~EFP?LUu2rm&D< zXAdt#nEYaH)(N&_NIdZHgWjw=V-#*C5qpe806#=J*0)f2&309)N%Dq8y_7B3Gj4Me zikY#9!$~A&Gn#OEkSs+k^eld`opMeT5nU+Dx)ZH0xKnZim?cay`hucTnES#O3a;^V zHCV;u*IacuJ?M&kbJXw@Yirrsz<@Z3Y$#}7kR7HMEU3p748d!2deKdB)>W#nrKcix zjs?A-iv!MP3OC2W=8u}SfC ziB2gn4Tj4*P}uH8Rr&e(1M+vTU6P-F>yUi=r7z0w{nkS=IX$IFPd7QfFmuP~7DJl6 zIl==iqnLuU65?#G%&$L3jxMWV#6IGBk!&ic&2xNLLO z)F6e+U9N>lvIgdhC~inQ2hjz@7Z61dZG&?zZkq(E>OD<`QK+gQ zSB+By&RjMyAdxVk#|G$Yc;cf^+^Pis(uL21Yo7OXM=27fP_-*gRv<;gXdBKK8jsHv z5sx$34U&1-3L1T9E7^*zt?(^ubDFbuvK)!Rz-IKANV;V{G6hA;_siH6Mt^kr&8@z@ z%e)nV;y?(2O9u%d)@B3}fOs~Hg`}r!R#-hIU z=3HUHN6;aRauF$`KQERRad-_)4cdhyXjCoptBj#`8Fo@@rQDdMOF@BR)zy~OgoU8C zhOH7@Y*{UOu(3gZzKE7fAE?v%x4L`IRA+hN(xKiltw43gfE{zMEdPFrjI*>BFmJdi zJ`@|6761S2y$O&d*j1*NRhjuR^X1$3ecy7cy((+VtXyjA7LsS!JZ1uW@L-3Hu_MMY z!(ha&4UpLcS`Zo>0R{pXJa{mhgoIkHU1CQFkO0xG?pAjT7d|NY43OFgOS6bnNZn^cJtbyh+o<-J%*xtNa;A()qu)T6fJ zU@p(1p}FOeIqY>xo&$%i!4m@(y@Ot~uD4j#`wD~$jw+hS>4;>mW)}wDOZc&-Bh2g~ zu~gj*^CwH;KiysnU;OzGh0nfo-U@v?%$-D(vltc$D6LH#u3Pr_pH#`A!Yh%Ep)_&H z{d+E9C-AcnP1y)|A_h(0Psvef4l17LF=BVPQt7(lu;^Gc6q^LWqBxYLAOfqCR`e70 z_$Anp)n}1KIfy~8eHG^=1W^b%N-bT47{PfLc3GWxe|A@%E#acH-*MQpRC@|Fy=vX{ ztuSDW$G=TUA>Nblr(uVFf3O#Zh=@QW*+C316E*Ab^zAU(c-V1FGWq&Gta?OYX9R73 zAg&|uQ0OGn01BNI42=Lc_Cy6ip06YXr7Jrtk+-JGr4jh02S#QJ9!6&EuEs8huPS!sqO%l%?@Ef#==GAuiZvA> z_s-Rao}5g)OfAN_$nQm`Me;I)`_6?35q1`(7tZsccj~Se)b3dY%_8n9_O?EFeER<# zd8uCcvd^1a&fGgGk5wToG6r0B(Zu`_m{;<5Cy-0janhynqRKBuzt@S#H)QN2^YU^u zJ}*f6j`#v9y@Vb}^9icNKep`D`FSxAty^1+F)Ps%=0y7iPjDuh#om8$Wl2fQt1&Ky zPKukmScnDZA0`?7xWz9Q8kViBpKxK(zqYsp<7 z?dt|DnREY8I}d~&1F6QWfaMSr6y2m8P1;HiDEjy>Db*Y}si}k=%KH)}!V7|@4ZF~V z(W1=FIUk$JD;7HyPa*CKKc=16kuWEjux>6I#5vrv?Fd62*!x0uZ>p0MPm{tGBX00j zWorW!iMjbg3^HA{uB%{&|4<3aD-ub>{ax8ZQzhO|#vG$h_i-($dz`9((S4;W8w%@8 zu*U;`RqDBC4wJUjf^knJuUl8eStCzASJBf8G%T`X~>rW2y=g z?fcJaOfG;a*qd3`G~UtM4eeu3HV@SmIq}0yzMb`J>R40=DVj_M=;$}@%J)_6Tz?=> z#}3lrW1PCB9a?vGQ%2?nhGwP#bXyyTj(y^5wF}q4zAp+Idoc>vaD69?c)k6>!`K|U zkV83ly{qcFDA1?^`F+7$OczDxSyj}^j^m()S5PAbGJ@^w}DT~nI#rBD)E@{)5!`=~y5B~an9sSXe9GTXHGKecmw^8X!r zscru!>xo?UPb5>v>$Q{?jRW)W$)&Wb2BB;$t@`U0y?9Y<=7pwmN(LEJi|K;i-#uO# z`M(xc^AdYN>`-A$_-Ilcn00j&FR2pg;^@LKP9rAKND&oWQUx%P?b*MlHO@jEhKdYB zGNVF~8UPUsWb6|A6r&^r1#tb+6)RvvJ5XmD9nryM*l7SXuC7aJU+r$Xm;w_sMpMk8 zc(g``-YpHCCD*rZ3hD;8YWYl%#>1`KxG5+vdyIBWT5b07b4O<9eS1u;uw?TxWJ~&w%F?>dw8R*LSk&xbFHYU_#rKYUJ~xa9 zwW}>x)UEWRD52*WStVCzswkE`m=yBLiI^~Oa%oP<1j%B2yS%IVk_yRes~cI)*S*M) zwMC{_b>OgN(zC6Y6`Gs!i_yU-{hKJ5+St8g6s^1$F{LE1ucXUluT|;!$IZ2)g0!dc zPrB?eFNsW31vDA$0Nw?Tqw26HT8S<&dJfbTOT%+P-+RH63{tf%u?_X{i;OIf_Iu+8 z$SS(6M7kN1#=8;t+m|pTW8W7d2h@U%8M#}hJ^XZX#SVPm_teJLnGyYgY~Ft6u=~jO zYHR$wr{_R_YJZ@>qa?KF3lw!E^er(KuZQWGhpdA~B7aR6By1maM%~%PFy6A~>Euub zdd7MRvYg!3MNEOKkTKvi5~*T^ad7To`?%LNZfn}tGPJI%w}!d-x}JB+r33CuDC^Mq zpWTfE{a&<1uHVzg>e_{GK=><=VsKFu78r$AglZb;xoE;sR@WpVX$-soH#Jt>eJ~nS zS4KgSLUBjp3@>b#oP5vta}ql+E`auaBsilmtjU;sO?=4`<3f9#XOUR}gOtOl(~4id zbD6IG^~Wdv-@%v7hd=+q;%fPxIvilFN$bW?C^A-DDoLS8tck=M)`czN9aGU+a`mA& ziZ0wxw*qb6B#Yd z+1r3IBF-f#j8rd*HxK}bN@U+U!u$lKqAiBEE-`YysKYsVE}oI=EJ* zUZ;z!mS(=+QTH>7d!12~qYri9FQ+>m04nw2h8u+Cq3TDo@E}?%`1zf*!#?kdJQ57b z{_$iCR_b@%CH~gIrYWKs>xQi0D5?eSV!CEuQ%k!wzIGv}?7~3MC?i4y8nQ!3OwpAM zK%HIH3GphJ>87U#FuJqP;|jx$kMl|cFK+yN>A-8F=!xsbj;ZU#OX7`&o-ZP}2mwX6 zH&s`Q>06#S34L1n{40FVCHI}NV_Qr+YcW+DX#cpRj5bGHiJ^(Gfk4U4o1tmX8%(s$ z=-UwmezyG*p`p~xlfI4L?=;V&yAn>cxD-u1^Q(hRW9)$5=Ip?sz1nZ>MI4zG6beBf zNbnV1x&~`EH9}-$2qvj*moCzn>9X)BHpEQ4s+)%xd^u{B(`@4*T|P5Ua?i07^F?TcRTp_kY7wFxIR+g8Vefm=z_fUOZRA#kyR zr7<7HjuGK_+tq}f%MyIB*P@$ZEMIG!SKJD+{{GA^3fB42(UmE1OgNh7Tt-iaHQtFG z+a;wnmxkvhIO!lDvER9s>c)%J>9l`*+W#GWx%OHA#YQSu|2-)MmltIkhL3lGQ62>h zx#1!|fLp7$8yP z$#4}LlFMJ05Ja&W8W;H?QwD5`LQ8v)8~P>WP~t%3V?+3;Pj88~zp#?>&c(iF_E#y1 zQ3mQ%RtYS%Zekg_L_DMgovrxzj!~o1iwn)Tzw%B;2Xwx#kENmzLBDg0iy8-Gmsl;g zL$?Uwvg&ECFtS^oJC?Q6Lz5l44@SLR=+_Y?)#oQ&<-8Xq1? z`j1i&MIfQAJdXvij)hm8!=XcmduzL)cj{s5wmjpk)I1}DF@;OfB^0UQWd%+8?u+he zPyQ`|j@hpvxwq%F$Tt)xYyimJK}mI7paEXWN%h;IiCCoV6cAYiz`9M`s4X)zvU>J# zuo{VL89ROrlXOKw5Bs>Si()($+L!F&y7BGDr~KdXmoNB&|GsPo%LnFQA1=WlEI$|{ zs(?vNIOigZg_KOj2rO92tB|ojTU_+?UMoP5IJ|KANRjvr?aJu1*l$7q5J;F4@Mkb;V-7 zryZI`iS~<#Y?=ZHQ%}T<*-c4`I|KLe)cWkFZpxq1P*&J=nUve?$gKEuk;qf5P$+7d z?Kis-L11AJW$ zKXf5N)yHis?Ef(J(t%{7c{ksUhi*G$?CoY%3%3pK}h9v#$7wLksPVq>o+nea$C}zH+bb*KR=VHf2u|yS`E<2t{ z2JBKV7KVNttukASqUJ0zy zm=x!IjW&C0o*mYT)DDs7M~u^NC^Cpigj9v>u=xA%C@N(~J6v^DkKyeyO_Up9Brx~Aoz*W&b-lU)hqzhok~C7L){kKKi*BQ?WloU8tRz{aujYq}`H>Zj_#P z)#1YGs*@P#q;g%26WOZ~CC~1PKlpPLU`e4;C)Se!k3*gtbyA1nNC&W_(s;t`0LoTp zF=Az^5oDvi9mX5C!(hg);*QIhC+re#N+nhwUDB--b)dp82m2ZcHf4C;@xx2>?(6c? zC}#c?OYqw+H|{x~t*yi9j&@}Yg;*Xc8M?i8ON;s@Y0aa{qB+!CNPuTyZiUXH;$AEJ zp0dqN9kff)8zzJjg(kv_CG;q}z(s}1{uHcWr#bL};aaBy%^nhmV8>RJ@OhE-#l?ch zmm;U4Qs_rH`P45D)>%nBf z`+ktn6YnB5pcNdVQ!q;t=*gHAbFutp(F>N;+xgFw!YFki!k)5s*_hb5l%$l*?1hSM zTb*ig>R76ZQ0fW5vD`KR}n&#uAkH__XipNc$MY<~i+vusx_FpI!5y zQZ7InH?8Y9@FHgie9sD0@6_$s;qYhM4fIqL!9Dhl#mamj() zG2T~)$AMlS?rYbEG`?|E*fh$sPHtdbVCSN|X-pLA+SBcY_U4`gb=jjq0m08Txhhz& zRE!j1#(0b{iGo2@2%B+uQJ`z>Zii0gXjp+z;3j-Tdwq{FCx&jiOS-V}buTu=v5-cM zN)UQ{_pE*V>kimu^h)PNhe+rr??(V-=bSn@?Y0=T+v8E{otDa%cp}L5c-1O|SE~EF zs8J)HFI1If``s%K&ggNGLBBP7-SMgZ_w2=Pny)^QAPNOyN95uydOW?NQDkyWM>)I| zH!{Rf49=a1JCsC7QM~v#_O`3}hQ@>| zkt~j}dT}*v2UA;zXNqWdfo>h#%dK5_Ar4K&UT|~oY5c`u%8rbKmmQ3E1kTB$kd>_v z_Gj0vfbA={Yq-Y9=Wb~CNX0$$5umtiw`DY~%Q$-I%V(wH!eragt+F+6fmO0S8+k8U%O+s={r&=_D&y4p3mE5?JzuT1?Vkb`SOsv^qFC9VKwBM zr$fg6APHtPr;ZF|9feCQz=`%dsRAbMfx1j}6A&ioEDByoBu|fCt8{(CM`_m4z&e~y ztvc1d;K(V7E95B~x$@Au5elJX=9tJC@oDTfl$y`Sc3th4d{oElhw2uQ&6CHKRuSIN z=r2dNq%mP%*epI5BVme0BHMHnl*lVh|GKR}lI2AAjIxx^C9rUP)4gLtZ?*I}^6gU* zRP3WoFJ7ZKW*xaQQ?DCFy30U5Fgh$xHW+%xt~ix}6o_WuNAQdnVWO?{k5 z2T*Qb(zvUp%&e=PaIpDsXj@^c>UG;1&-LwfolOTqcTe4v8Mhe)Lja+X$~VV%v};8; zq!A@WXv$@0Te~de=@bJzPf`UkJ%9}e<_V%bpy07%%rHtfbrHKHVn=s$LkSEOp1V<$ z)L?{d#fZ*^?x;0%j};@o`oIfQt9M?b%Mv>+D(lQ3#ZFNbT0 zDC3NK#-t+Livp=_bzHTc^A72(D0ZYMLmXkO*dQkl={);0D|jdj8;lM+{QEhfy4ZPD zmH%}~d$n}yyqz7L#~SBfnmj(y{~o?97CLXABZV2*Z*p0qLCne&8O3WbHjGkxl6n^) zdYtr3FHt(!e=$N_O87nt$vrAYg=nUfx(w3iB#K4eKjlS@ZfgyDh8SXa`B z5%FF7Md}SNiwxe`IM7Y6-P?C%p$wVlqjJj%ko|%W&fIlo+`x020Evp^J-nci(QxaI z4yy+8X(c<~l%IvgH>Tyr*!glCHf?)byg=FhVJIc);ZMK+%fpwv=DVz@m+ku=X(y!- zsuhP!{gf*d%f8oA6bOnsD_V4z;tC?1ut3>a^5ZT+x1tkzfs!6sRTy6~v^VL_~IO2fsomxAsGWeHU{5@vhPh*bntK zZcF?DRtXhsMV_haK01WvLJ9)oMC$^N_=;ek_(#=vETTd^*Kg;Cr>zie#tq9^Qp4$#URV$`I78DEi@E`YXNT;JUx*&7R58f9Ic$N zm1Ti_70;ofRg`dp*!tyyN2gE}6RQ;&RTEhb(TW{_O)2KsSrE#Zz-74N$FH6H9ba5*R`ZUsBIqqj)#S9`l!_l!nDT_rC&wR>{X zW9jOqB2e&Pv429q;e?7#jJHYoIIt9Xf>0+YOyH)V`O~o$ybBT`zdDVi{GQ$h-yPi( zNYjHj6e1wL z3a{K(H`h=I<+gUZ{jG!0KXqICxSsrAd!BDM@&bm)qo%ItqQ;qw$LTuzgl<9tK|N~) zs7Ju-bVp3Y3K1(k7m@JTXdI|C<%{y2RW*7)ug8ObZz}%fvH~jUw%W1`IPu*Nk?8uI2~g-8G{a2 zJ&_qY2g`rPiYq<}JP|pFs0>fgeJ#3?8CB!SWmg@}FBb&vJ#iutGsspRK!Q1RcoHh} zEAL$bhv!nJt8Q+&Q1sh82OHxZI;>I*X_We`>!U2NQZhDsv^nZQcr_QxDl;uP)ET!B+znnWG1~L_diC?7RG4B z&3jNFI2{fhq{p4`IF@KpLB-ywHMo`CF1DL?pQZ;OWllQ?;w?A zSl`xv`S~{~0!ZwK*PXR_>QHnG%*U1X#n7D`2=i3!URP(vSP#?i$SyUEnOoYKVTj)j z!?OpWbLwG1fEA6x=NLNuez0*RjP2hB)}6J5lG+iP31JZVbxK5_c&_dHbJw1W11ns; zQwMJP)z@nms`W#85mC<$?Cl3UN7wdbY-WF@oGrc1J!WtnJ5~@8g7AIRd%mNh;Gs}t zY|8IV!@4)DBEYYk?W?}mnp~A6zoo(l8p__UcV7E3jS2bK2&`nXzNC+b&hTHw_x$B0pZ|qxkQ69J3(15=g-{yUckxTVn5_!`1R6*w z&MQumKOv;l5uszrsq%9twIkDLk$f?_Gyctrmdw!B;U%&aH>YwaMPu%2x$CdX*$sT9 zDlgbdsp?6&>dah`=P?;$jkA_xoV;$$O7eA(uMEyswaI$t+nPGQiL}oA6l9*#hA`UIe!SSF#vxB5NyA^M}2ZENuJ?wA3 zL?m*N8^{}jPA;;C70s1%PCw?r$k3utl?D$e?&_>+Q_(P%q$cz+py0YWr*vfN?7(V@O_69q|K3w)4e3H}OYsx- zYE4BcrJqsX3H357cYHsk@865C)R1(AWtY`!>{*WK)DmZm{Cke7O}(z-<7LID)Fxq( zadNI3QB`q2s%VuX43$52esQvHy?-{0&poUiC$T1kLNc1`%zPY&Sb=UF0zCU2e*TP? z>5Lfr)dbAl(|C@{kqTe;nio0nP~MJTbWz1U#Wio}_RRXD00Ct`SEhzwkv99m9n1v2De!KfNK;6vk$7RT!b? za%aMSw|gaokN!Xi&wM2O@$ddx81MfhbzzyN739XciiRZX2n`Tc&>0nCz+H+@ad+(9REYvJvtoC~9ptfuR&v4zLu7ojuq+Ra(i`Tg}B4y<1zkZmsa(CTDI!+4ygn2gP{r( z4-!Ge*m;=hu7{pBzb!@|)^F*>RHk8t@@2ScSg|%Mx3ml}6iO07v zD&%5D0YiH4BzYH*P^e^(?p*M_p@0DAf}oeN4Q= z6N9IoPV)3un3p2H# z5g^5lVs~PGP6|Z+9qNYf!km>jzl5qWuQ->*Oid~|{5#1Qec}{}sqc2|22253&UE$p zSMoI-aPk6)F7JDpq;An(@G#m646EIX$HL1CMlM$LF{N??A4`=Sr$nbvY0gCEhQ872 z*}-7HAcM(47+Gi3hHp1K5O5R<0H9y?R)bTYVI3KNza;`ft8>jgVxWaaekj#sO1%>5 z?F%Ykm@@@tMF>K8A;=s%z=mtL!*KnfFjqPkzU1NSA$#TsK zLauIyI&m=7H4!ZYDXwkC&T8P2^t>CCGo@)f-1`z-C~-KNbG^_Hq6ELE&W=&zN<>Dv z7pg7N#cE{`JzEn!ej-??n;B~7!~kPJoWJEmUk4KQvXlRpBM?{8`{I#srX52g9m%v( zh`TCC@L3mrh@}4@r)!{}v741W-UNxg3sE`|CFQ%nWvM1z+@jrRDLxlUJ~||r(hKo4 zsy4?F7#v5A?8S~cRC&j`k$5uH^CT@wy{j@MP@p*Q^ONNLhIiQzR(KuzOw@^M2MT1w zgp3lfA!VT*`X~$8k&PMs-4tZQ1)V?3uK1bM!p9hem> zB3Y2nx6W#BR*^#Tx_o22u1Lt`*kQ?a;K{wSvIvyzZHppc46$lAki;4O+&@Vir7LjsofXcNJqC8y7?7X6?ECY(rS#k2DR#|@|4;2}eZXwJbzA!J9S zPRu(FS0{RR=Lx@Fych{VUSOHuXm5l8Gx^buyf?28;kwu^P#OOq}s-okj>u#j!`^eIPzkL-me#VJ(*#kW3`WQhX zvCq0d=cphl=u^0-__Ff3>XWOY zvdCj7QU{%oy>8=BZ^!cvu?CDoS1(?1O2^1Y*F7s_BSwxqr>1)ngNUYq;6h4BHykVK z1s@oNiNd3c*tO8N=Uv^Nf6X-?dsh*Y&?Sz6Ti*zs^{eWt7_DpfMwZ?BzAFI7S2fZj z<+;CkQ_ttRy2xEYeJSefd=Xr*_r+u^To#JVi5EB}GPmvRI_@#^{o#(iZd=lNE(jD- zjSB7UOIFM1<^T3lI(=jR1jgp1rzS(l5S&*u`9wImVnroi zR-sD3QnWvU@~-5y<04I&0;r-#S4I&eYb=q{LCdW_8B>Kt)6ngCDkY-!5_VuIec28v z7>NLf;Q})Dk}!b7)D9gyJ3wR8GW0qLB9-?HsRznARAh{Uppk3b=5&VTv>RoM)`jSo zOLXsj9}Th_=-MwNi*&|)5V8kO*I6_7DsWc{V^h)WaOobBsd?^XBfRCG9ER}ep9s%A@!=4j`I+#-)4vk7KJ&}$v0PHl z8B}$RS9LJ=9Id4NQS3J9vS1mlgM;LxL>tS zZ<$?E!MiARHkimu6I~*}TQRyk0t2gLj_OULExkXH0(5RJ#v|VebdKY4!AF@0L6*c* zbhzrHGj^EB+q_s7!CO{Kr`-R>~~eWTRO@XM&hya z94S;vl~(xWj=CngF!oUt$U0swDG99`w2x8lx-W~)s)S#T5u%FqMU5-#2wWJuBGtF| zZAEi)(YmQ>2h;L72{rh54Y5QoX`d(B#@Guv-C>a(+w^+KS<$nf?<f@LH$CssQ z|7R#vG9)i9NQ|+ZDO>lIlbk+bhrmLzZbb@A6uYvVlg;P7aLJsEv|fLoll0!>LA)c% zFz#Z9RdQ3VLC!TGd*%;^AO|9c?`qt6ER{UuFj@3C4vmV~ zyD)By;g(0Et2C&o;*r8^EtDIl!+_iFz|)j5C$mhhcdkfA-zB8dx+L}hsIA)eZ^UIl z(qO^O?YT9*<@l-DzW$$I;Ew&$jqETRoOy|MCwR;{2tDkVvVZzz_WGMrq%{V&?XgOS zAOFhF4dKszHr#va!{LRe9d$L$rVF!35JZ0O@%6oIm*L0QuZ+=kE3UVb@iO^bmny#;QevzsW`5x zOYK+zW3P2Z-2?F{TypC69B6J4U2@9<9@%N}y0smFdLe7bf-$=hqgVFBkbEu-@l(Gn zfhDWZ$q9Z-^v9#yvWz6&K%i4j_2t-?0L^FK;8y zKStt%HS4N2Fh}3?>@C7pH}*BQYg)I|9eSuGa(We(;ib?!^^n3jiHE7rZV1TB2%Sj; zB9CU@(NOjAo^?iNopZ?OuXj57 z80`!k4WwvtK)a~RxZTdKD?z!dz11c0p9Z{$M{6~qMEw*vr) z^Z5K{gwdJ1QX)cAVC2}F-3}c)5ZOcI7@aKS!^ghmpNH_`FNPN%e}8!HlWz~<_a6-( z`S}lrw7u52AXT^~CrD>~JwGYxAo(+doiOvHN5 zZ_89nr_@m67YA~eO@O{N>Ql&7H@|?jAZ9UpuIl^UFP zE?qJ|)WIWAYsUF^Ac%xJTCM4GGgkCJ%_v3~`R+tx#C3%#YOj^;I@+jqw7BoOKdN?G zBe1`S)98h?{mH>bw2#s3p0!`}UB}``S#>q^<@?$ZxquKuQ5M9MyD2F#-kbi+3fO7u z(Ciml>cjSR$&Wi*b_noGZhvP_Fj~7Ib(m-#BR7O1OCGJ=4hcIP&gNR-xgY+H5dQS% z!o9~n816suXb4X}8ty;+YvIhn7b+k!XOC3|3Woex0~bH2pbZ?cR9=^8MSMuue~jw# zPK{rUGz*dB={k4}qKsU{MKle!Fcg~8P-u)awp?MZ;%gD#QR0x;O_h2N!Yb+F07Ik31WAP;W{H4K3M~Q_JxAgwk-eC8 zfw}hSQ0iV2N~t#4@mLiMz_V+f<#qbDciD6ncF@Dp1W?=E@C1S?Dm?IEg7)r)4ynX4 zJKykRZgpgP8YRkJVV%(A)E%WEFuJB74$uAr`3O53T$Bz~0HJgYPd^+6*732QWjfGf zJZ=D@hTv?_#@hgl}&@0yEa zL(w`;cnBsV$AzWEu#~CkcFcG%DUw2rlUEK?i~wQeSDr-iMaN@M7?A;#wJrh~|FU*0 z17&`tL|_;`fc0_^JBDcR;O*!h(kSihW2EgM%GUZ)I;vYyw`T{L_GrkfJ7Nj;2793g zy&J#Ez|l{@Pg@dX05H8JbrcKjp8b;cMu(x=vYT|zQc^q9p%IVB3ei#C!q%*TBx7u9VdO{cgNy|DOxtN&n^m_lMN zf&~SkE#ZQcgzSw(gCDw|PSSWE1>()q?olvdALWXQk&k&{Kzb=S0{-^Y5m9_s6+pV? zhGs4+MW^I1E9tr85Mly6b1t;O_mnf;rD5leL1*P{!;ydM^3MwnQ|D0!|<>3_xJ=k}Z2OhT~;BWVgb&!`l6c&ny6*WC?%H8ieK9!GO{?aeYrQD4r zK)lI}W1-+13edX{7KltycGyxliHUhBWrys1q{jZ>kbyg5w3En2 z6KvHFH7{T-jjwVLGioz+X($_o^`USHW7JibCP{h0y+ZiCh!Psxl{ zG8Svb@z6w}n0nu$6WA$e87pG-)_FILMCdzc$7k!|=c0(prZpR(F zMGs<8>u=o(BRhCTuAGg!{h`{`LRIe1hrL8Tq~##lnH)0;LIn#*u9) zRWZ$L?3!(8e1&0|{mx+PmiC!#Oz%j^HxHGBENTn6a5A*t(Ri+T)YT(`p!2rE07i;D zt|lR>QJG2sfFno;(y@!sfPGdp&NIGdJPDGCZjL>X_NIk?rMc1inoQ75;i7K%zDi2U>uxEq0@Fifx#ns| z{?tXSxu`KbUM*#Xb$#>-ox=$l+bUpmV|1$(D|qsEb;BJ~z&^8o)=?cRWi!l>S3C%0keKn$5 zt?if|_AB|O%i5ugE1zi?O{o1Cap9vusq5HZWxHV^v10FE)nK{9^I!LP6S#8nzwAnl z2;Yzx_s;lgG>`f(Ax6*kC`P4N!J1fc8<2k6zbu&Q`1EH83DlL5^_u$$StAl+^n>UXVO>wZ>#bT8lHGBVj zb1M`&=R>Bk=|Y>5tNuJHWu!~P>X8h;=qg0t9UWzqbzOo_M2V12T_4M3+PYvMvriS8 z`Z+JhQ6B|G0OFhrDAHE!vQ_wwQ-O!G_PTs5oT+H+R#!zQSaWrx_GNh|b%@rXE_-U- zSwr1hy15zBjnmFbEFBr(hYwIw$n_IEcTs2B_m#-kKh2M$8yuW@;>_Qoz@h^?sRNR_b*R*vYIe4At68yl~u6xE%7*4EPKXoX2Mk|Vc zS~H$&d%~De04Qh;#&=@^Q-KU$Q^C@6mw%gGk=hj+42jAe>%!>x1sW!^i+nnzC|r>O zmk}St3yKFjwbq*FdJzo++p$4(%;2KO2%*rm_rpIaHSWljf+s0b3kg>po=jNRwJ3Cyl9{a|BO-;}*m9=nib2WOCw|Li#7AViz^N0* zLX|!8B3ap#Bw7b;rmpc3w_*Yp7giR%d&rL*3X92>(PP0E`bmu!U1gRoj$HtvB;vMi z{i{b&EMogj)S2Wsu;~sWU^ZokSEYT*Ju?JNGTs2+LxjfcKuSYylZ;C0Lh0;<0Sd3d zj=U;$J3!jKU5PW`9g?fm6^rgAp++S82srDFFtoQD*$th@_vY3^VPUQk-uk7V7s8+Y zYPk3KTQx$w|IE9>^N+I!vm*BU9}fTd7kz_0#wAaf2H1;~okCoRL<~FliArIlx2X7$ zLCCkxIb#yTXLYO{5C^lOY0A;>#AD2#l8*sbl?T?2P+wQ)rRvfA%c!v6LJ(oP6s6+b zmcxFXJGi8j?50$Ybc-4<=KNn*HQGLj*7ir z#7oKd$LpoKoW`VT@Ai{X&>=-7&kwq-Di#C3G_m{gudAbUX8Gf+dxa3APLhr@@BTNy z&m;+Z67dzORTWsu$dJQU9>6`}ndo3Ri0N=f5aLl2b}nnbqwF}+m)Uc%7aQz}ao8SR zmh!JI;`}v@-gr(S;y@_D$6}<{5Pob=J6VjqDE*Z3Z3lf-xpXdHhtb(x-;v3_OTzNj zp-cKl7lk=P)mO1XNx>4a9`+!e;N+TTm|3xs&u!h46*_Bsij5Jme&9u1Dn!I8BWM~{ zM2SDKKQe3&E-9FkLJ0%1A1V0&g4D7bdllb`MKdgXNx^G@gOrsG7(?e&$ z*)Jz4&P^Ry_RHA2p*@Fl=nfsv!%l4Wkp1!l!U$gGbKL6P}RzMCz_smPIQ@d$J;ham}HO`FW4|a8vU73gF zRYT?2yCRPwIbpJhFtSv7b4+7azSkAE325)K87qX2VJA!bF;% zbCWXN*n+*Dj!Qz0XkI3Lc}az9Bwx{TuJ5$zgYNOVQwNHlCogQcaS-MTn_;ij3gI39DumzrNO=B}KOJ6t;)CJ- z)9(&1KJ~tE|Jiqk@F(vG&;Ig9Li6-Xg8e}3Yu?m;MyBGTrv~$Q<*cYNDg|1+Ty|X2 zYGvKtW}*U-!RG`yBhpLK@`PC-1bkd_Rc1PlU42J5imFE6Yq>;!7z1|!m=3@>$z#eU3n>pk%F zi8^2L{TSoT6v3Yg)pRV`vVxo?P%YcR3=#83ueWGIJKX{e4TYOJwg?p zBRnVQh=|%@oJ_tIb_x`yEj#!da0%BAWm2vUE=YY!F@izZKYLefKUWCu2)5gvB89&$ zHQ!+Cro=1AQaU<$GmLMVc#OZJPg$NSVpZNI7l0cxruk%Q-v(X}y}YxH)dXzZLp z{IRb@@c#LiY7bTFI3lWzd>`Bus=%=;3cFM5)W-Wx6~U~m&S=lY8c{Kb5n3HwZ(H9} zO}`uLw|2Gns`Y)RMW`jeEBZZxy~yVoxq`8#u5H^>8)T9uDAUJ=D0N{XCX!aXTI>J# z_yj(F`Hy;8$dz}M3%246L?rYl=2zULtQ;^eV7zYbmZXI1hl+jf?)aL-8;t$fYbc-(UkkTwb|4eS z`~dVt7LSY>G6yOySD4x1HNppW(++`~%3Ff5IIu%-xV0a~r*4O-9V&CFVfdoWK?pzp zgW=w@zZ9N->K)Y&f6yEx?q2Nj`!wKG@#X*}kVdPaW|wba)|f!E_Bg<{7I!XmZL9{e1W zB^Ny?mPPqoU0o2;Wx&9`lVTj_a{93@3;aBC$mkV>IkT^A96MhEETgxK3l7mNvR1U@ zPfIc;mcXK77nXWNVY!#j0lg!~RONhJs2yAExLiE4rso}y;Y6Bl(Y}X_)AxD2c%LPN zMODxKqPtwJZE2T=2^#NVGRCR^u`agO-M5AJ$%;;iofc5rDRO#0_!~0Z?n}I(f+n-^ zoREt~o?;Ac5Ks=$ZVRl1ZRB!#Z#)uV0d*dtG*D@OHs=(}N+=pO9&szyl-23H4 z^rjG25{(R<@mU1C%Vc8cSz*f08@fUfDvd{=Sdm-XlfXqmuZ-ILlSyP7TA)7}V0;*mOWnGO+DQqGGQhcRzM0i|0=+3SjSsB1xQ zH^N%?iqu{#rn$v(L*>>;ju>QdAgy@ExPfvo_*n6Z)LjG>PEWtgBiQX0I<&)XY=_Ed z-42}1+u`JLJN&PocQb@v`!`m=pm4k`+<)>t;W=dVpL`_Td*;1X(B2-xa~}<_{H8Zq z0jtOo0FEo8LLZ|;3JyV5vN1FYdwjq&aTtS+qRZ7@2t*UzQ^DDgBmoqfYxZX>?3S|? z+y3|1t;mnZKC{@5aW{T}5J*|<#E$Q;5K&Y-1zG|RiVSEkjX5VuZ`SUtjDV*rQ3m5f zeVv)Q3Jgin@(Ci9uQ~>5CGs*w$T*^El%kTyWq zyqGyfr2iL`d)X5>aK%$1Bhz7j7>*F0R6PG;-@m=r|v#}IKK8exZpT%XRTy|&|? zt)ctOS_m{|M7mrPtI*BISJmm%5Mj`%!B}L(iPCU--Nh0FVfHU5=7&@UAlALDz0f;# zTegqp%)7AmFftYKttq7PnmSXyHo`kmKGtWRiC6F62qofC=;rub12~H}B+Niv*j{rF z8%2*O72dZrxM&yPc1SmRuQ@(>k6-?ZURoYa!d*aw)vME|Dr~ z7j{If7t@Z8NjsRn@3M-%a0e0PQtZBhEXkwFs)&u_0lntJ1EM;h)DtCQx9^-CVELm$ zU|(0Yy&ihgho#bL=mvTyWumgY*lA2%N-yjV#f>owvisSgx-u5v1H1Y5*6v6_hN7|0 zNNM9nnAqX4Sicy~57xqOzxGQ*c>fPr0sG}}?}?uYFFy6b@WQk24);F!o^b!^_lM^{ z`PLBr_!q)^-}lZi*SchnL(+;E-ORa=ZEU%CgYO6bl@9m816b}#1SPxQE|Tb_;%up- zO^ZB_T)v|}=_(znkI#_3FXgIs8R)r}3Q2vXtFA9u9!3JkDB`P{krF>}-eJMRF}>TO zJ0>8r>%eA>9tZw&WaLZNRqVwavX*y^VRoW&g$gkD?|RbGEI{Sy^eNUi^BT zJg=gacZ!HQdphh&-&v9r++mEr*2tc@W4rVpw@2+k_+Xf56#7jMqQa?#R?PORE@ znLCB7!JZaM{RCd(1&K`h*gnqQ(LR^LU1x7aQS4rkQV^dP!J4Jc1qnzT)*}+ep5*RH#rQriv3k7!eRe zv#sJqazhm;H}m#nq!p}|(U*OVq!6dr5 z;?N)%&tJonTugssCb@T6u$7`0RO7@g7~u3}=3 zb=EEcx%wIRUCFdO@y=3zhHf%0dtnh)sT8I4#X(etBD!eU>*|u`LpBjyxg3jOsjuCY zN7%SvLpUj21cnmSWR7U@)>);rtDFVyZHGwqiqt5MHB1 zCH6T|`PePNv81C0D^@<*Yt4M8TJw=8mzt$)GZv_sUYAsU+$2V>_#R9hD|<7n2ozEt zlOwMo97qb9J%6+IvAc9gunesT@bkx1+}+p-qtnj1R2~;tC#7|JcAVh45^hl75Gh=e zfC0Z3q6LLuS`nZK4mNJ;ZRn6{-5tsAWgG?#MIIJ;TaxKJHxW-(UEK~Iu-(vGzbim+ zwU0dghJ${gV+=1VsI`lsdF;7dl@8`&|9B)FH&l#KQrhcK((=6Dj7&uy2$9|0nk6-@k_h73_zeN1}VlwX|!vsW*RP4lxR=`%n!gA4-gW0GMERO_Sr4x`W9&e4^ zY!g<%`1e$8J!Vt+QeISs@-Wgl#v*GVNZ>F80mayg0;(>o+813y0*2C2qHt4yTfAXV z%N2IX!B_AkUQs5Bo(aX6N>JfyH;D`rFcMLnb2w1B4U2~ePE zQN1fB9n=6(zM1vg!NrXd4-W?qX4Rhkzo4pkdg#LJR+M7)vxU5z~ z=;Ah<|ESJt=t=hh3l_@&5E)bmHg{;5>6OSy_0 zqsyKvmQY97m8hjc^vCp?=V0OAns~TmdwNq{MME9PH8(fIEkxWPwVnH|81=!)q|mh1 zb~W}B?013*8Ue_G4D`y-V(+!~kgOT?uJ2aWWf6jE9e&e_LuUds_>MkC8&QdMbafT5 zL+3Kmp(#l9nk4U}95dQ$&^_8EtTyx!AR;3^Hib_z_BI!_E9$1)-*r{WLya-jG45)& zrXq@W%^nBFl@zXO|ExHS?7%$I#mDXHNa!StU`N?v zeHFSCioC+uF-*b-IkjD*Hhe(oR?I1LZYLhu6l+6QY;gb$oMr$OyQ(;d?NDi* z)4>9npgVL_l#-UG*G2B;_C1(f3B%1>`o$mE&2}!g8UE?T?eO#)Umbq)buSNp{G;Cz zUVP%+;rUO!)r!}Ltav?Q#p~_i`DY%rF3h?zD{kS>-yim;jXBb5s-c?K47~@g|aaK1z6(PjqV)`-5%VS@T5}GNd@_b1RJ8{slREne6 zfyMpcQOZHyyGwSamCkAFs&BYKm&1Kl2tg=rCPnA|56MZgL9!j*^`$LcUeIWi6~c+t%8wtPvd1rf zZ7)md+`pYqCBht8Ux|dHqeyCAOp3$-b$;0nR7Gs?OP}+uOX#6EvcrSLEjwWaOrt{- zVMNo{w?dK;5Xrizz=|Fw=p_1{E8nCjq|?~+bmzppx+_Ly8S9eV*EQAnkHe204T?n6 zjM@5zZqG>tA+D*gsiV`#h~m`}?PFPs{b;V0G<@Bq*!hu`_=WbClMXnbM*C7=Y5w26 zY+cumleHNw*^O8vac;$+qQC~N-3nv-H&UK^n>Rw9g})uzkG}j1!tZ|Xo5OFt@fG0@ ze&m}%_?`EK7oT~Tbz&c~qV-64;c+Ws&ssP3>34+ZpR^9_-#rq3`!{|*q|W~X`&p#5 z`$B?_rz%r*>iUuh{UcAXW@O4^Tw@eFb;)^U!-Wea&%#PZT$GfeRrl(-YOkw2m?}{_78AO2QR1g= zKF3oQbHP&4@}O|i@=;vQK+g${J~b-!!sk0R?=C5F>5{*X6JEx$cP!`X-ih))_B>cB z4x)0gug{l^iOx&KqaEEq&sk_Lt?`A>o9=7Or_8J2fevj58p!6`!jA1r&_h6DOFk-g zpttQgaLq0?_V-iPt*!Ybhr&h?p<7b?4zCv({-TOvYj7yje1Cc%eqw9jM&_2#O}mn$ zx2%(D+Q+YH1bE;ctMLs<{52LFy4e|dI>ifPad+Jc;@P`OWo{@7Y+n`u>>z-B>sD|o z_I;HA^!ELdCR)bmqJO^>r@ou{t0QMbx-jIr1S`no%iUcUyi5-?X2*MmoW2=t2#`p) zTqR4@56pee=gc3Uvd1rfZ7+$Hl^;ccIG-vA6LsR`f_Go!fGvTHs=BYL(2gYXnf6^o zT0mr=17nnh*J~+eRB;ndiA(6W{#5~7!59rSrb1mOa)#7l>oP49I7mE*eMK5oW|5QQ zf3hy2P(KREY=^8oPGiw3B<`s6wG(>a8)An8g`EFJDfVi?4(9yWeQF{-Oy!}%!^UEt zw<%izB@>FnfjABLc*y9RB5~}<7~1T4d^1jLxfsJbazLAG|v9)oo$@#O6)ctWwps3lhv z(s3!&k#Sq4C03%;julUMPSrdUOgqTxQId9Fqg%m->8@%cbALH&-4uWN7z1 zFfU+qhO!iZ6e}J@?R4GxQF4GU>O-XSpsm=W$*y4U(;i;Z4pZU?jmCDJ_lJR4SytB_ z$ji7;%))Dts9}FLuBt=QSWh^n>)LZsK$>(iy{n?v(>1k8J+{wLA?UJqP2GIU3QVmZ zLsh{tb+(cLo;eFE!4;G4rG7qHcTJ5Meckt&O6vB^}(5-W;JSt863 zQ*9)|(XGqz=!A6pce+1Dkxs1`Yj=hO9CAAy4dX34;2|ChpR-$ck|&Ay(przF=lbwFz@Tk>2kfo%~Y$n!OnDcI=~>!MajT_;s& zTf&&6l!;x3EmskPzy_>&+)9+ntHaW6s{I!QDel{{cJOEUxyw9$1W9(P2d`VsmhG`` zL{oJ~D!&zt?p)otQj7!-?bP})XmX(E73Sw7J;Aw03N5w*}~9Ow`?JteN+5GKII)zMzqvWa2#!W&}_x1>OMW z;1#FQ+d&P(5D|qd6|Xo5cf6;a68j?P^W~PujIayp;v*zS4k`TDM}FnbCH-P&|VrfVhxgR`F@MIs|Tz7NPS zkn>v;A4S$?-ZjyM6~r*)d%xht7Zb9+);)b+8evYhMI!00-PB{zP^Q?PzFz411Zq;~ z=>Ut(3s@^YHaLGXdwjYczx?%&5SOz*KCjf}B`a9PFuz(2CzDR*SXeE(7f0DrE>Xq| ztPxbc_aI=A(M+=B!VAVw$_LA~W1{dxyDmC~G+j^8*@SMy?MT**6gz_ynz4=@Jb;7e z<`bec&>6`5T%75!(YQ(-1&35$MT`!GY$rNEMp`1*D+deZ;a~9cR;_b!AaE>fd|i#x zA>G)LI+AWIZC_8VxgqtT#yc?Uz)G=q7~WJQ1b!MM^nIZ4~F~CyfZxi)O*6cPg?&)z6UX-uOLB1lyRJRj4Lr6g=QjMv_#S09F!73!s<%rLxDxr+TftJ*PPG({z-(V$eMt;n_Xj&&t_ zQS^vlxgEA;jopTs{Why46K`b%@6%ND{%W?mue`ictUh~mkx+<$g#=dVc40AQ# zqfwYD9`vaqZqEbZ!y=7dW5I%x@K@_z#9jJ77Nv#nLB{5a7fMYDVp_9C-}d#Cdz%{H z!2=Y=iK4*XXYA@d6nc;|Fs*}|BB8qpkpq!N&v&Oa1zhfW@Fk+45!fdm9n#T5*r;od zWra|=TQ_8!ZVb=)o{J7&2r~@TdkWITkPK+LNzvqU6QMHlqSoECzthDH50sQ3<{`-n zrw%36?~iWl`N`+>H1czy%J($eR+I_q!%BycOVCl)@?W6%NizCBE~d(&a3}|ibmnx)3)o6V zhG1^^iZCfVx=8*kMnMt-{QK#;9UTa|Ws}UzeoD#0F5*ZL$_REUH+WF|1bU5o4vHU~ zy5-7HJGjN=r1HLqNXa!%heG?j6}k23NAhq?I=XE0tPVkqjb!4jS4xlFav1Bi1m^tTAYR4)gTJP%Q>tlSEE8D-<)b)8h%g~dh z(=~m3@K>4UW)xX;VwPNFF_zt+EVZFJ_+|w8jy)6;8-WTPomj`?Qu6MPLjbc}X^Wjm z)Q`*ix%9O3y0ZPeHSQZ?JZ6WrugoveDmD)MKo{=mvV(o0xii9JYzIfPe?w}(npA(+ zWiD=Ey#P~XMXr#iONg z&8wo)t0Q7WiI8OTwoqqnnTz*@n`*9I)ea76yT+8gbH2MGv#aC2ul^>c>jNK=OYpHR z5r=|a*LP(bK-?lzKfK1tCGFruskiPd-@0Hw!{&>H=IqMxse1hKH&?(~!w=3cENFx{ zzmimx${gX93(MLOh(B2DNAH)9-TXl53*5R?^q2~%4H?g5-3z7;sWSWvRFS+%15ws_ zUAjDto~1SIa!?1ljCJh>Z}KCD#3GOoi*P8ZIV!x86}KM0 z;2aWmsA1ToGaJtCgx=QeFjrg;S?gf_&L0-#%)-?9a*4OpeFUgZNv(9ltBnvSKqpaRdx;aoXy{@&K!?5cc%+IK;D2e=C&3Q>g>nhvSp za0-QMy6!tKl!;b|`<**-004jhNklUByR=~RUz0OIfkY+SUcUqZ6 z3cVY2@j$uyuHj=tzK=?jh_hc*49l8_eX8TB>ElQyk1ayptd4uL*g;hX515JR$|wSM zUG$N%$0}Q!I=ZXwHiRXiq=4}bg`+}f0~J48Ue`WSk0G5}HS!A)coaM$g@4nSw;GFL zkucOV{#>%3xe6dzVYGFR=$@>^1?bWQY9Zszz=a8_uqUmUTH58HumThb6;%Z%1MZ z5{o;cw_K00Jp1|>)!{|o8;Pm7qi(0syP(A6-uSwN8KgfqMTOb1_qixDH9Mxk<}D>P zw?^Ax01<>;+~86eTCp6F=nRun6pS14B0}Bp_?2Ck$WN~-5(wEm{xrO6s0CXaH-%4Y zQLF~rDtHJuYASFC>bfMCA9^-frF%itdA%>_Eqfa-p>y_o*FJUmWyh!K@yp-%ODb3W z`4dYg?NCpLg{6#^+Xy-4m$EKlrdz6?cGGM$En_rYjVwfQ>Ebv?Bn8EIc)GFOyOk=rUF@vSzx8Ma7c7?%h{TJo%sMke<@QI)p{XS zc0mT6h7xz1aqKmgs&2LBqzdhO*oEPxvW{*(u^JYam#xrc6L0FdB_g zZ;dSNz%78ovd^_@h4HhlT@CMh?bn27zvs2#6V_>c>^oi^e(m*NW8K#`hTpOR_M6s; zedP783?KWpSA|boF}wGn?+N$+;8!J|zyHL$wF|rV?4wq|elgtt)H}m-PrfgNKYBF$ z`Y--m$c|s8G2&9bs4fK)GM%Z4t8&%a9w4cM+zX8e>l6b8U$&(ZToIKYWY@aJkKT3o z_)!FRd~-V3?d@|h@mY$_nU5pc7unA(C*I*m2YtHk$R|4AoINIax^hG!RqtferJ4Kg zMBV85C85e_8BxYx(C<+uW^02e+K7d< zq}U31H5T)Nk3-Wk&5vB+sBWw$0g_|7`s)7iQc<89;$AwPo*hziMkdxd{kOGo!w&14 zGAlPbSM1=wuA)b}uts|WD-Z}h#ty($v4A=cD41e6@Te8N{nY6$?27SlG=6wP z|kHSpOkJ`S4JLMUL#Y+jywiR z?PVuZ>cm5Eq&*2^Cl2$u6N#`@SPf5p%a?>d`ho8XAN}U92#>$v>%(up@m1khU-z|E z#J)Lv{LQZjzwzx~Z^i6u!((s!%J9UuzB>HrPrV`BfA(j?pFQ<%>%blf;hFb_7e4il zaNi2p^H0Ak-1{AS-KQQ6;ZHvvUivv-?gh*`%H@2;=_aL^e9gsx-D7bSi6=wtb(TcM z@Xk>NUUg7?B_NAPuaL*4-cFCPID;K^XG^Juc3O-OUG&k7qv3%@s`&9#AVpB|(I7iW zE+DCbN8Ti(0+q)}L7XK=NRb1l@g71E5nN(`CS5mOW#wp}YMl^D*V39R7xAL8qoTXY zd;0g11VAGnN5-UYL5$@&^MF->q^rKO<72LrV@8<14j)76=db6jU4U|Jecpx+@*S7G zPY$%}Y--oEBl<*xqGJbtck4i6j)rw$PQbV%wIOUlr5g{g$~5eBjVnq$=t6E8?rYD5 z#9nAJ2=F8tkA2s~zLl5~c3o}!UV|Nd91%B^@Qj~pPv|m9`04P5UU2CA5Po1H*4_?J zqy1ZFdRs-6zvI=SV6m%Hao#x8_^~e1$MqQ8c_|7x=-AHL=l3*dIziA{q*b@Zha%Z5 zWy@iD^Rqtp_!K>U`P&;IRw|F2ghp>2*ono3a8gwIj1{z+2MHGZCY{JR!2r`TOLv(` zxq;DLWojD7$t=tbJJXZ+V^#8cXCt!9!7wU80$q(Ap2}*%kCSt}6FVoxTqyda<5^g> zsYX}o?6}cqkIbv12Z9A5qT*s71sjD^viodLhnY*o-48@jR5yk?5oKR>LmdHfZ4zSV z6H8%%bm~R>uNC$A<)v_P+5VeIsViMdRl~_#EzB(>!y7(hJG}6HZww!M^Q*(Jf1CYz z!z;r_zwIl-uYddh9DegVt@C=rtHWbm);MjfZi4T} zyTy@|cq!!Q;tvir{#&VxB%Dy>jCPXv^#&5Otk7*Cj;Tb+y7o!KD1hnvIIxICp{=fz zt~FWlF>k>x3;8M@y_x=BmjVep7zu8;60kg$!CJ^CE;TBo?853%;_p8{yo4%7C?`v9 zj`z^cvARnMN*GyJoW7#s#18Z*cBR;RFs242CG~4WS7}cx5=TqmVmEe=T&$yvxS`WU ztbQKAh48w*zJ~T%*VKXG zcavRY?YatUP0=VjqR(Inz@oxBp}+H)pM89S9>4tUia6@s?_Nk3bV!~^%-dmY2RHE- z+|Y|o6kkFmrtnIS_R!%VdAb{Gm*poKJ&@TaV;&fWVT{TG&9cnLU!?A6T{mPc@%1?z z!0Y7tp3JpQ;Q*yH6W1_N^!%n|Fm zZ$Hr3=txRUkxj*T5xSejRK>{>M3!VI<~4~CG#a&oeJ(o;8>@xz@t1#bc zh8LfGPq_co+rqu4em2~D`Vss4`@_9YyQOdg01j1fcx*B? z=SXVD$j^p@-5z7@dgL7&sslxW?u^2o{@oRT?U11$6nqqinpC2loR0<>Ey7St>G5;3 za)vYjd)tg4%(IXw4$VfwVkoyyIb64M+36QVj0`9K^`fr(b2Rsr}y6b znKLtLwq*4-YL;BV4g^R~zI>1n6262M0yge8xZ838f&qsTK8GZj=5EWq013^;O~tAf z*buNa8foACJo`Q4Ic@0vGa z%CYlYG>eylYYRyoIsE7s<;c$-mFWX; z=6Fn|U%E$*?te;)+5yC%DjC|1ncz9Ds5)6_vRHefRfmY` zZvI)|Mu0B(n1|8ix9yN^&JlYW)*42kK+6@6n{sX$U_3&&URd~_40VfSFG5#FL`GCr zBngPGJu}Mt;kAGaVzVyuKg3K8;hY}&LpB}d-bn~jra|+@9kVjicFr6PXKCh)fYF8o z^3>-{mgcfp!GR@-wwsGn0ox9s@=9rSS4(%{7O78cmf8uMq&$C< zJmc`Ced8WkREpIJtuXL7=RK( zl^GWZZ^CHdBoU;Iy$3{wc^qB`7SiEhi7Yg8%&w8-U*wYo z;N0eoTtWl`gI_w2jB+F4OPKox9pssiT_z&&5sez5!{Ts?){?_x=+{wwKN7i7iDo;b z>qjyTXV7ceY(QNw1NIX=*I49zB(~ID@MOh=>ztEXQ2-GH8w;b;w_Sp=A@&Gbo``zE z#t4ocn3ranR{RpiB=nNdGio|7oKI*6(FRVHiHOni^^#uSw)ccHyE@y?)D?nV=v?VJ zucb47(-@GBpo5M8G=ub1)bkJHWNNoq2v*apFb(vjXs4`&0z?bUijZDF??RaJDw3&n zL1|wt^||Y$I&U*6=M*I~f!SJ&XbmE|2dM@5>KY23X%O66OM_q}G^d%RwU(riYe=BbTby45T)okgd~+(oBLd*R6}n$?NrPC%_iP77vz(FR3hlP0dNoT$ZW zBWl0w0gWY!ONfjUV~gK5yK2rJ zzdi*ln!0pw#7h_Y!B9d5yb;srp#7ILcL!f;E*D9LM#d~>i-d`UElgZEq9%5>c3qR6 zi4ZR1=g&)3aRC~nNS>aG5I>t%sBVN1AQ=d;X*EPu?WI_`((P<82pfvARNw*afod+6!fu7PKF4LwoTO z*?Hwhl~+aJra z?1DmRnhjS;0AgxD$~Gy~mocTgW-L({^K$N4F>k|Ii!)TtHra-(yFy;If|)R@Gi0sDZSh z1xbH*bYc@VR~fJo+bi^W^?Am$Xih+AY^lyLmZs++EUbVMyOXrDVi5xoq`sVwQD3;( z&={Tr&LFj=mhjwO&vu~|%XKWoh2{oHDH%;r!DeLmB3hccLCGyRl@?V)5y%^&Bq{{p@kiH?syVguwRIKU z&UI+SiOCbA)PwbqkJklDS{t%raWqNuHw<8bkGC9SGiNP4B0blZ1Ck*{-|Va+dQRhc z+hma5o~*Ly+lHgXRwLVvbZTi)nn1Q7UrXNU*xGdEARV5Pi=4HkK|qNX%wJPCLG;4J zh6DkaWD-_MuV*4S{=SI0!62Q0ML5>WqN}-fqtg{S0ltrcndT^i_tWoWA-I0imBnV* zi^aXYT#C?NX|XCdmoZT}S6;%TWEehI6eTt1YT?oXlCA)yt&)1%M8u`Gu@Z}IGrWao zVF5vrm6NoHtRPB)$hp{D?}!s?=#qg}C4*97GX?SooL{uaRokZVGJ5|S&fz$d>jFis zlk$XFPT_tfFdFe1pa+BfQ_JZ4EM$u6;M!4}yNUF8v>>Y!llt{~W|k$ZHuGbIioX72 zeUh`n*yz|F&#soU$FJWEEK#^@fFYJ(9}dy#2RnQ$I&2ArdwLnL{yOG39;2-Hxm+YUdx<+C zE9vt3F<5rKd^Km%s|zdq1G8HXnG4&P@OlJVNtuI)k4QxS zCYTAQo37Y80WnZz%p5Tyn6+hEj6gYOWmkTA%enIOP1i6+<;UADk>_r>ME2gO#p{Mo z$aB|zOm0WD}x=*N2$k!b8M~dbWGqwdef}xYJc3Q!fTCuiBs*0?t6Iu{} zcB*L0EhW2<8DQ-VbZLj^EP?xM?PSIXJr*RzG_Pkp@KGl#?tBrqeL z8B}FhHqp@`P~=>J+A1#AU85<7N>;Fv=0wl$CF>5sxVchlj5ClRgvhWGf_;xGYPPd) zykP}|`9=hUjZt$y=Ptj_SrZo4kp50IH(|`Rm@yIqNfQ`*XmX2etghW3vnsSa)5dP| zJ4brXK!E1braj_Z3rGfz?J>&~v$WqTS$re3mum4w3!`Y==5Q2i=U4>LVuhG@juzqm zz7hG_+ct>&@0(@kr!JKrU3UqQ*p8bokmt62T%Nn}W3u~(%jD;`UM5GL`?gFUdQztM z-!0QGKP6L&ypHa9M8CdQj_rR?QQ6}n$G$J;e&SXwU@<)pdTs(~8T7@hB?=-8UN6~* z`uD&9H)%x#Gb%W-W6@{JHBq0*zXA#x?#&&Y8;7Mjo30G!G?X^lJX^nU*Ybn!ViNN! z_);2+kXB%z<|pz*M|5BT!;qUAn`?slPsfgo%W9+fuC+92*h^g)NId!&AogHhmaLPV zNI^1C8jEqoImnwp9ztbC_yC1PtxzIE4F=Af&7#<)o#!U6IU|8Uj6TxK7E4rJIHuD$ zM)H!-%}>r1Ex1yY&?bZ)3`GRgdbndSxN@-;5k)a$T5R-VuD*_l2-Z(PVx`{q;FpM& zVs{O-T%|5t;*sdwbADe*vPMCl2QxPm%v^ht6noI>>w3T3C}{WVEc>g4=U=HsXNw_1 zBqQk0itXiQvJ0J7*V=;&V%0*_IN@Y{{7JS%LAj^X2N2#o6Efp9fi%(_-y+3%`no}} z*8&Xjd!n)A%d@NG?D6Ycz#>|}ynR~0k}~K`Q{3B&=-|8v`YO=XkzQPwuM74(qbbt? zq3DLoi6h*jOLTo+_5PT}O(Ol!yI zW@gx3gAg(tvq5~owfsCWBZwgK!^F!i{d^v0LYQk1aizg1oNKd?xQTO(mTzw9Ubk3s zb`mUd{({Anj_j^Y7fg;CyOIlD*`*e@*=~!1mFO+Y{E$x$UGbOl>TTQPN7r5~&s~4M z?703MdG>}&<%JtQVu(zOnmq9pIr3A`=kJ!I2cOa+25-d2WLgo~(ftp};RD|hdF^qz z=k7tp z?1a$H3M*y|O3vo6@u5GYU89_JA_*a5^RcL2JIv8yOvy^dofP2mUIWR(`~=Hm>!sR- zWz$CLr*aekuVKw3=E<@o{N-gv$oBUWh)47Zy^GT~joO7GV)g z#TIO-HuCR*BYr{)8c8E?*QdeoS}C^l@w)5vx>=$M$Yo6e5Su9CCIuWt)6mjA>M zJOVutI?ip@s4w=REkV%jVe3$(8o;>bZh1hS)aJNNY{-nz)*cfw>ib~yhD z=PbU(2T?32<@&o}7PBT_qp{>hZE;0=k_*2HZfRpg@4mVd$J*b7LXO8AVNO=jtd;l} zB?-oJ)UNgQ`DIHzBfGEp8`*oyHS)r>m&oqx&y^Rhzf5m`EBkJ`gyfE2-f@%2{=4M$ z1NX?0gWsd2)bwryUMeEn^ME3-M@3$KK;+dIWx<>NP#?EnhJrDf;|a)|A&-8Zu_Bf4 z^6$pt9n8(A?H3UVgD`8H_XIP>1O+jIj690I4Ym5*oQUrw41a?~w_zyT?2$y626bT| za70oIOs5B=gSZnE05B56CLU(eHD^?{83YBy_n`3VW-%$Yx$AGO#RTpu)e?oji_`4(A`4H=@S@_8eK+|l+r~UZM*X5CMh*1DNKggw>pO4Mg&Q2;P**^Z$m$}h?=WX z$LYHeg)+LH1P>4;;QU@2K`uFix`S+slJAeA@D}b z>g!5XSJM+Q;~YTJiX4Yy@u}S06Wg;ZQQ^c0zhMlba3I(C;y1sM13+NM6Edw<*%&u3igjB-@n1XqpyK ze{)hxrf&JTJp1>T$un2}o&4mgOXP)ZeAAyHsnjV9Us!4<5KVhMe zkO*kO81!ekX#1U+tp!yU`Tn7(kSLRIN!4`VFwr{AeZlC1{2^iHz6`5WB;A_MEei7vKE5c=msf+r3a70`Z|&^DiiC?)VFRCJk^QKS_CI)$prL-Sr`gU zp}BLSf;#;PW4rN zo&w@tp#S2$ZjBaL@!!>>|Rp)i~RQpxH;#PG^R85)+?YfrUm4Bm_F)&vmv(ZMF{sY10z<<2Ez%&{f}N zW~9#p$+2izVGEE1qKkSY%XXT*M{PrVv5fQ~AXJOk?Z1Dz9RAW(^7M7*%F|b0AkSQT zj{M}tPsj_Ox>)vayFd;<{#iNtGgwGr_H~~eJNSemuLtPJadg*Ha%9)HMGikDU->-)6i2aZ>?77%!r6m`W{sj`HV{}kD1@7+i>8Vm@Y1uX&D`!PWBxqHE6RHJsdJO z4sY66fAq)1Il=1)74&skc&0HR%a#HVx7jL)BVmZuwNS?pRj+?1uM_I>=IZ0S!in?2 zO_CLG>c;T5;yrM>K%(iWONFK#TGa|UIs_oJKyy~UNio<#bJ0neZe z40&_`OBt~u0@K}bikXRKbioICgQy0mB;kry-14TdfO>kfB1T!1xufU&Nf$fNoVg3e zq7wa2XpNery3xYH1jDXe7h1FuL(KiEa;_E2FOYa)p3PlAm)2qv(eE+snZAYdF69aC1kuYwxetwi_EyHJLa2-t9^8YXq%5C z7?7}6N||*PTb*$&Fy65A^@pSyj>wbm`y=_)7q69PuD?)zeD&YTvsYg%J8wLnjKrUR z{TexX;Oknjo?t@r(U+f+X}Htx-7d%We}^s|^73~1`N8i?W96R{*?}br>!W^eLT^zS z@cQXa641gu5;hkU_!^qUQ`t5j%md4FK}UNHjvH*1f=J`oiWCJ$9pNKcG6xo*&5%hR z;KCo(;sFE{>di$t(=^u&dN5*6m}uMibF(-SV^R~=PEME&6kBUFnPJIR zt;LOV4bxwJ?Ge4E;SyhfjT5{LLF7OJGThp=7^Nz@;Fp##;4%-b7{thkAAt=MV@Ot# zSy)hnl|w7Bjsm!n&KqT9Y<1RA#GGlaRip(+4igNQJLapfbKh;9K1gl)r?p+Us5lwcQy*8wXj%(=910mYR-+ixt9Ea?2r#nPBqBejXG zlGEpl+|bklC>6}E(nWW+C<3*h0BJQ3qJ?;=!h1Zui z;yelyHopXel59m-T7})U6|c`kzIf<*-{I>Uan}~w&1fkGS*RRxgG2%-IAu{iUZ*{S zrIkq~O4b6;cGyus>l)fawq1cZf!N7ztxBf6NDI$m&b;c1#&QjdN69J5O3`L&rKI&| zKtY%(A$|lcx;ot7L4ODOnSZjPopo#T>Y!qdidF(UFZF z?TMNGig{V_rkVVby;ho8jE4Pr76%jt6C^9Li7C2b#7c|bCz}t?!}ep-96TabbN@j9 z-B}oMH=gdeuPu55ZX14T&=Ar%%2pVPTZnqH#!UMxfaGOTy-i$=*9%nFVBAR5#>yvh#*ZW$#sgC$HW9agn``$<)ga%j)W@5UIo=^APb16|t||S)BaFWp3ZxAQ#hPZ8OslA-(ZhS}yQEn_ z(di;#3_Npb@6I4&%mGo9QJCOr;#K4ph#LhTOhK3?NAnA{fSt&V3f=DYF(_fkjyn>C zwOg?f3UJe64)sPZvB({=A>-zJZ*0Me5r5#M0!NjQwfpG!fwnT(ugsk@t1xDXWhYpa zJ?>iZhRQ~?p>34&LX6=t(_}7E*p4|HQwW;;n~*hTt|D#DO0iLa>?2z_K~d8x=5Up| zT1>htwLq-ZLZWD=v2n(+12pxbelJs5K?DVNjdbBeMyH^Sh&Yo>c?Ex;3`0e1xf)oA z%ZcD>&Gn?qV^)PCQ*0X0<`uIm;_PvJ6|g|y z%Ar797vm&nK|bVXC2fH=CyJU`7lG&ycXV?g6$+iJM!$~LoEFT`nF(gA6#0fo%COcC zJPi4m6v4KP{taSB+>laFkjp|6Z#b8FGv;OMFJ5=;Aneq&u!c=M9m>0%c(Ur|ImVm| za6Z-MM=Xel010Im7}CPx=FmwG-BD!Q)3haQp&bt9O^3rE7l^k1#&>sr-b=TuLWN&R1qZA6P>>CQOCcxX;NYJsh>Udu60v{}F$ zX>21s0qdRhQXkzwih2#?h=$FmstC8#0!Mca1WoDuMYLz4 z>jq|9?F|gK%-7b_9}$d3(C$;!B{UHRYY}re2$s{x7i+9$o>vZ-q+^M|e+ z@`iLF%5oTw77^xMJ%=%g|hRC56Z6| z`g@uF`2%uv?^A3cPVaqKruM?A<8GPW_oO1U`xS+~Ab<28xN^)F4_znE*kpE|Ct&7R^$N#}I{$NF$(##zPe zv&@?^oSSb5D`j&h&OzClHF`eZpP1>i(0*nV4qA847m>-(QIlJ+okv!nxpYKI^UVa9 zb1MBg5PqWW9@l1Pc#XI=gCza5tUzNHMla0f3`rx1bOFd8aGp`X^tI4qk)#td1Rh~4 zvSCD@gcUzThcM8x29fY;dLTk)Rb04H3iD2u49FI6%m5l{tJC-aOoN0XhQ*Dff*M_u~9@JG=) zY;jRTi_(hfxb6ItM%eJPsF`S&=n2n}bO;LVEJV4$;UQ$HzuumpI&KJ!nlmu-fcj`{ z)KSf5hE)i@g2=`S$JKl0I)s`UXa1 zI1ba}tQIYgqP;jjhZ*ynfnk|5G(usz7xSx>v-)y^Z91jIjrLAm7}}wZ_6{eEK(0$P z86tY^m>!Nkk|t~)iCaJ3Y9YhMj=6A#B<{sq|tDdXwE}~cH(V|w*`C_JfCdEbD1oaGl z<0gPN6j~!0X@mro8vkB&AE2SC&p(-YS+JLa2Voxc_qm(&wwYuLAf^1+TIPW2s(>tAw!1P5S#ABvW3ZMQ1rpdh_%`+(0&9rLsmU8po*Uj66J%(!Uy6Xu9PBoa2GUf2Zrlhy_bWSt8=3JI*G zfXcA*<*dcpej{uHIT}7~oXl9(W+`D0&2oyX1NFb(!a>dtJqA;W=$K1NoCf&m#G2{PAfT`nqzu6@7k zy7fw?IPbdQ0@<~AKhuKt zv+v8~)^|BJVoHV--C+hcfCOnpUxvyO(mxc|uZN`HxY=CsI@0qp%>u?C6e@tQhhS%M|#&opKbAF1~Ac`UOXI?|ifr3_7> z#m!bD3US6#pJ`bZuQ&u(adX0!E3Q`9m@1AIWU{CT=Ok$?IE~sYC*m3w*5c?IB1RH6D0W^$FGd#I zanqO;k@KZrhYRB}7|DEPb`_jGj@!cz(9m&UYI-HHWxoGfGN{$*^Hw`rW$Rel17LyPr{Co3@DOqOEBLyo2IzA zf6z4}QFFwJrg>g~Q37E>cuW-5cJU$hd_59JqI432Dj6}7w4Vbh#Nlh0 zar2aT#oB9WBLrZ!MQ01fZa^qK?%X_DWUcv~qq;9sGg~4ph(n<`Hv_|g7`0(w5uUSo zksQ7Ca@qZj$3!hv*TSVh529`h|CzLE?_ z?Pe^|$S>*)BDNRk8-r8VsRT30gik6;^=J4z+e*(>yQfdf#AckX-<1 z`WQr7u~1E1e|jB48)qGZ|6~m9Vss!*$L58F80pZA;%Rbz1&tLDO{uw73&tibPRk@+ zw<1w!u4ntMGH=q54m}Fj@jglYon&n(KL^S}fy>r`o{+J%SPRuEOHAf{R%$WS;#Y%n z2Wa{$rP73{FKF^>4M~BJfi@)s(_<^mWxle^2qlW>@-X3r2)e3|t;MpsaElh#^(1tZ z=55f&RkYaA!ZxuM=Xq}+(@4&)g0si*i@+kjt1+wbIvXCeXoAiy!+h$RBt&?7IaCQl zNF+N@EL@o(Zg5d_t{i+U%!?3eN%mWfvkbBo!v)f%sl7^C7FU=adM#Q=`ANTSIEG-A zbZIPfUfNlWSymO$R=jP=%0Pmk?7M(P6fS0cCCnQSvosVO3aAwoM2ja%EWglLjU;f4 znOQOBK&ep|W8W~HS-jy~D_SO6*2j-PG_CJXFz#k#q=QH6YWQfm$A*1$p$R1u6L~mi3S@M+8V7e-2fuv zLd)Vu@|}%Z5I|R7L4k2~!YrD=NUSe9U9!}QtzywaTaV$8wIyT?rfZ8V%(805r$?=? zwAM>?4CcTaC0#yA5!-TU&Oc4M3s05?!YIerTOj86CM`-^iMYT_%(pk0cVlZQbzW>+ zHdfisk+?j*kyx*eoizMNv*Jg`u zU?iYL#;dOlQQ-4y;{hgkfXcrm&3cXfbF?YM4py+e(-7*u%Up5UWG$w9V*%y9PugIQ#2h( zvz3ThSl^sJ{%*e(&%u!p3n~37^*shN)6hoMbXei4LuihvsJ|1=&NBp*z>Km*qDLs- z<$Fq+Jq5-!v)tk=uxaOx1y9dc!hAHj89-Af4C@O{rCk*S%P3}*iH#Ih zLw}ZQ!VB>v7B93ni*O5RuAxsNG-YMPy8wY{k!#F5LsG>B5-cpZXm<6RJ&ykZ7Rg;Z z5D4f3R@4Q=?43N(s%z!h(BH=*&~@V0f(1x&&R{O|pl@SW8vwB*Vmn}?-8Z>F`cmel z7l@ibIGAlxGsFceZl=A=2E+U+Wf^2F3OOTfP-_K8btX4gj3AI~Sagc+jw88I7Per@ ziD~&Wu+!T1-1J~HRK<1`+kqYKz?rhFKaZqswq~|eP15hNXtGd-U33f=e#<#Op8k6BjObbj<2E1Cp6g8oseC4bSGX3Q%<$Is}h&+4E zC9?aIu57o>RSfbJi`0)R8iLv5E^^HLV*rAh<55M}uzB z61ztn4IgxQw3EFct6-*wjsXpcD|~(^}x+N*HNU?TrR2VA{W1cLZXPO zyo{~DoT4-!E|4qo-L(`xCly(N#F1^9b38=R2(QdESCC>~pex5ZK32N2jDqL-=sFq# zm%AICCe8B0;HXhXN;C=;Z!76eU!FiPGNWGD#Iyp*6mJcIBHr zej|=RGJoB0z)yE|U#}=d%;S(WY8H@Dw#b6n4i_4TLO~PftRiVPMQlMPttfbV4jl>e zP4qa859Vo@pp6Y zBLpptAm$}QvN99TVX+%VCvq1v!0e?H%U?E+s zBU4Oi+>-!&56b6d@6I#IT6xsWb$n^8F{_XFl(}y=6 zm*HTH^R|&_R))d|zVyqS0WDlZio85Nl04=N4e9fHS-b{)Nkva7qFXO!Qkk|1e)T*C z8I;+y0u=A1DI43+6E(LC%+o;XLD8b=Aev_p!z@jIZ#ZOus3<~2Vd0V^+_?NVxT~a^j-p>O z;c~)^qk%TTh-Ii|!gAt5xw%g3*fdudI_4J*f#W$67Ni-=Hzi+NB%KAPOMPOUq>D>w zl8dab96bh?QplW#MO15pq$&u8Twz&Uoi#*og~kaiRAdXHps=tkVQv_TO}e5;sUZ} z+*(X4EEG{K)<;V#C%dyN-|X=lLgMgUKN9j90}nGCicq_To?@nb0yED9p%s^EY;z7~ zL6Hp5vLeHwxly9IBc|72o#Y1-23O4&Fze5vbUGRte2^JFg6%P0nfenXb$QP8M zSb`|*{7qds@{gCuuA8ov=dQm{c3ggey#9^L<=DaPa`eCt_4be)-v5Laum=^1eMb%} z0z0w?ny~N6m7o8z^aWZnti=jK^r28fQA&b{Y(SrPU?`;MtB-9=%)rn}1RCq7i$_cb zJzl*}nq(Ek+)z~P`~=ymVD3hL;nj0w2qq>}*(mf+tA%TN!Ksv>=XX02$>Y$6f>G8OU zazqn!1*lJ?=Vrw=9+9&1Ty(DajA9wH*%$v-H?IT2Pq&@JyMiMiThMNg|Kc*fkU zI<`(~TDYq76oE}lnhp#mz2loLTMR8rAg~sS+$y#iOXHJf8&zM-s1(Gp(324k^{pio zWG72YB(-S$U(c?3v&U}^0?Rh9AM*Rj)?&&o=3dy10_DVPVd2m_X^Te$nNwKo;dFug zq}&1t!&nyrSJ*funl5R%X)~3mOTtYyoC|$(#*x7moR+c4T>Hlodh^_wgG6HD*pjpP zsktQQ4qJQX@X@i>5%1sN?%nGaxd2Uv&5j5~#ls-QGKJL9;soueP^>WA4`j_}k*%$y zTd3(q-*w5ubs`hADnt2s)>36mNln7K_{Er8)?(0QAk&gqVLo+Ya|VWFAP|zlU{nj3 z7L#FQc?G3!C?KW4h;0AsKa>NvTuV0M)0dqqhd%QWncneDIdbUVWa_|uazqQ*)c);S zxSmk-b*CIVpatx}1M>5O|1Qmw-)ofmFp!=WNS`9CK#*)igp&>i6Kq@JIp+-b%bb27 zGA|Kf|Hz2U0Wur*a>fMFwvi;tPRLv%?H%)}5h9z~OeiH#FCp`mt&Gp6E6*OkSx2I^;*(x~#B!z3dP6uOMW=ZRSz#xHxdR9e;p}`Z zRwpvJkvU7)xn|4`3WbBW?1VFQty@F~gvT7Hn=fKCe}Y;6M9ugX2q-{;M27-Xin=p;9=!(_p0iBx8a8Jz98c}R3z%#PCmqP+?4)$y(6XvlwMz0*twoqMq#7$&zeX;AI9eEY0QC zB2*+*tS%$jB26T=RuLOaeAg2-Wsu+ux;|Qh%@u~U6#3a)4f8P+%;lurqcvFI=PO9< z&yP-8gbGE?tED`4y1rKn^*Ri^Yj(w(J$|zaSo_3F2X%)I!UX?uv8V&BfL+D}-?&I;c5d(-E$6WqY!BM-Lj1aMK&IuAb;J=8_OfH;k z4O%PEW`kC!9~V|gVe`>y$*?EcgzWarJ7%F|bWSYG+cm5R3Rks~iZB!~As zCP(+(D@S)fp=b>0%@50wm+logbicf^XNR;_{xORZ9PkGNDLT{7(W2Qm;MMPg$PtuC zs-TP8sAS5Drs2;x;HRe|#LpfBz-u*@_} ze~~FRx|+`q7Y+!bYYR4M;o8J7OJ8Q8lxyQsT(I?pzEH9`yXwszzcELqv*!2b3Wqs9?VZx*gb~Ra8xRDDAl$=&fT-JX!Iwdn^TRrU_|DA#Vw}_ z^QmBNjL{vI6kKN*;tZ;b7@Fusi-ef=Y|Klq)37mO#^r)pURc>#Rq4;877@Z+EO;e? zN{&!TMQHC7|av^Tv)PXDbp%bHV8m+I0@(yxUTzKVVQ{W51@P?6Yx3@M5W za<*p<@;!o$5m$6m5zNrB1pbp@w0*g$&_V*Q%sAZo%QnLVYtI!XY!ITLZKo`N6gE{s zYX9J3(y?}Q$~+J;%R(E`WEC}@M^CKkjC?E3_G;ASl$9+mCez~c42PW$Ckj@$G{bHs ziPC4&|*?jFu?c-w@!FsAK4pEZK~Oxmq5aS(72f+ncU3$|tCglPt|8 z+JPxAQkZisq&07_3^6!obT%luTEY2MMT<-o`mBkQX{?L3A+y5T8zfUPhkB+y&)rCB zJ_=rQ{uZgv-^@Z;sI6n1N_l(}11dA5>8~-3Sa*XI8cU=)4kvu1M{kfsbG@GDm^^&# z`{dC6r=_y|uYREa_WiRf-|X=lafBMn-Z2u%>Oz!tF6&(r9w!|&nTx%Pcn?=>&V<%1S$Wf7}_7A4##;5-7~#$4A~6xGbJ17h!}IqGBf0@O7y5|lw-LmiYYioo{W zL8tm@Eoz7Lqx^ik9NzmQ>8|}7(|Y;6lFZlTgk@`F>zQZC+ureZdF$K%NX|U#ZL($S znR?qSzx`Wh$y?v?hcbWD8RF5ROmc^!wKls&eY2p6e?1EZ0yAE{o< zifds;jDAl&BZd0~wi-dX2h|=$6`w~+^SI#&CUTN4Es#=clZl+`TD-cjn%b;IYAs_+ z&??MSPm*k93FlI1Kf*NwHdGl$owwv?EpmGQ#@J@5bXJggSX;Q2{)?4~Eu_^K7*e@J zi`p8-u@o_nBMMw5W&B=Oi`d*PdQPkI`zuz9D4LhopOj~R^dm`}@Y^@du6(n{Z^SV? zvGR0JC~2m;Y3FemH5UbxY zYPm>RX8Wn?;!6soJR3XBX|2#A;!xcd63nqMPeQI3je-+4uQEF$moF8y#9yC7jefV| zXMtr~vB*{<+J|UwV%SetdbX#k*1k%ZE4q)qie_GGt`2pZ%eh=JS|=q;5DO#`$-B%e zv>)Lh0<;h>JBojkmQVe|Xz|7L7IqFAN&UN`EIgG|RGvKlJ#yePSIVB7E|i^DULc45 z^*TjachW-Y*ue+o7|0x2z>exdbaekChQ#*XOGe^37k`oM!trKD-t?BUoRJ8Z|{bVgUx}B*g^ItT=~lroVQX2pw|=}>@&s1il$c4hY&h1WQb)^ zxN2I&s*6bU0I?(8Sj=EaFb%VvNlC)43I%M`X}elrD=uS93k1^T1)H@volK{VA{;>! zxs?@_)fA1Dx@+i)k8sS&_y%b#*dQb2W#S(Q$O~V(O5|7Hm#JsICi2=-^3D6dA$|3e z|8{oun>~*EW9%L8Xiz`oO>%)?nysUx(wM?@&fNo+O;!M_EF{wU_ph+D%*|7yFv>q z(RR5{7Kn)XQ?FG;K{6SHqtp@&Q=HvkTzrVG8(ru0(Q>V+w(b70s0B+jF(&IVVUGN0 zIhi$*F&u{@Mrw$_jh&v5EoWw1Vo{@hEn_T55GoLTG91L5DNWk@0MS^~gv~=9`N})r zF2DGPYh~vRAC?!dKSy5q%H?wOh1=!z1CJ}}x=V`|vcm4rLbhFA-*unf^n1JS5jpfN zIk@BdQaJH#(k+zb_kQo~a`Gu>%cfJ#kW)|JBBz|Dh3m{y<COk^10wb^#kkB*s0W%{pp)l{6P@l%f_q2(1ep zv<^dZ;h$_3`H!dM*ozOzk>~D|V>=%enR-;d{PjDfFMj%8%&vg5$8mj}u>S0@H(mVc zpfAc6T#&?t#v2P*w92e2Ec*U*lPxmNhtlJmmC;cHEjkpCsJUYV+^*e*`)wmUFd?{Y zLgIv32?dkZ`r*#pMb0x5EN<;bYSPkXPXs?hdiO=(JJ_ zVJ@yMo0Wj}&laiq-a(x0PmOb@&qXZWbQ-p*j?xB*NF;G}|SR2_mLFA_*Yr zbZs$Ry-Eb0SviI2(fNI*t_!oqP{OF@7<9Lvxn@#51q%4?swN}j*@JlVPJ zB6;N>u9Rax`ie{`+CoC}(S84>1?)aWV~@*gFWoOwyYH6iz3@m>6eiEgCvN>0=?iq^ zj7_WL)Uy`Z@`Fr~RXrU(oAF=)3st4V!NR~AXSY|$&wdu5u4MS+3vI?0!oGp?mN ze-q7mGj#d@dvP^|%P{OsX^{hBYoBWy4diL&3vkcN&Y!`V`w$PQ0Zcjtnnu&K4j&YeV zuRYA^!ufgn`(4YRVvZQ(0QP=x*pKwyq(fXOv(6%k17c^)cd}hYU}+f`4$2@X^qvtd zTp?W$Q~FxdGN>Q><_yX^moJu|-f)RLbHj!5?6nukp_?v~qfh*U96j)`7O#8c=u3}l zF}s7z#Hj<1$n?Gk=+H5>_dZ>q9+#j0?BAui{x76eF3FqDeyeOc?YCs@#!a$OZ)csh zSx!0YEpqyqXULXQHpwZcpCKzIPnC4DESvsp`4}&P$&=E3-qb#@6X$s5Xpv1j!b;sX zA8{kukaPoaw{9YmExv9RsMe}D@!P(=uJz}-a7Y4i`wnw1n2`0vD$H}=u!{#5%2CK3q1Wgro!owWw z=bh2730H&k$g4}Vu)vsIXsyxGscO4nwsA`4An$1G_RnAcPto>e+aYr&Zf!tM*mPyk zBXP%#8CJpy7<~y7*5YE8lWY56SB_!=CwjIU6V?i2=puIHSPYZ4nEI2>ZA5?0@JuYg zx{yZn@9;aSI1vSg`H7O7@mZ^suJ{Qc1B$%%-7Qo59+K&o zA7FMiSOq_C^g^L5vPcKWx8Xg~j3qB=5ryPl$pR-n(~Y`+lj^cN;-KI zS{o=#E-5lA)Rr;IlTKpIr8E+`P&!n z?(56PXIH}6hn{m|`Qs|2s1JL7w2RYNq&3DDB zMo}^r_+ZA&co|^Hgy)(oAT=Tr6gbYGa6b&jW5z=CrHtxsWDKLp&!8`$0M6%1bTdZ= z8ENdjIZe#vL4j^hadp?trW!6GSQktPbyJO*JSe(vP;=&X+`ZOj+_YT1n=P>B1=*wT z(f4xUmZ#Y}lZQ3B4PdioKbk^C@UbkKr zE}s9s|NFI&I(u^IoOop#6nn5IIp?7!s^M&#%-|VFcQ}|9f3{`p(xl~Y1(J%oQe)JO zamEDEGHuC>7~z>oWp*S9ASw7Lx;ZM5n!aD2SjLJ7ZJg}9^zMV=NWpTq*IdifG;7ee(VC5->#F6KCGCF#?+IF@>HJ*D))u-b6(Fj$lB$D+xJs(yR=~1a zz>1305MEgxUCkCE3K$&cD{$-Ru9AkLxdv(XioU=)OwO0(jd775+$QoLKhdJ~pcSoM zdcC}Kw{Ci#Vo>Vz-p3S`-J#dbld^Be4<)zw_rBNHmk7?ThO@_UcLe9JJj0`l5vj)NrX-p5!3PjX~7{LKf}TZRvDOyr12-rP}UbJlO5=#>w+;Q5vJ(} zs$?)`gT8vyqUqxe$DKD`%y}|GfQy|n{%+9UgL!NJU?`t44@9q{iu)X5gEow&wQwAP zW=#udM4vkbt0~NBVpTU|D+>_rz(|DRVYtS7!U;uRBU;3~TEHSwN+jg*558M={rx5K zqir9P9oJqYzr6iw-6cQDVs&)?_hkCuy=)<(h#fibh#Wcem>fNzi_?Mc>hIjGC~SxP z;rp+Ywe#l7!(X^SzVYevd`HkgPlTw`9|n^|I+LZGF|&-ywvBLu^Axsrt07@?_a{4*zLZsK-O}y8GBa=Ddq!`? zo;6d^WxS2@eWvyb8WIA54oS5ZX9I@!d zD{jtNX9NzeNj_%=kDoQmDz{;ySEn;}HZ57tiNoX`fvk}=kT2$q=dF#-6!Rv}b0AeE zu?PP{K>El!>-mWCnux;>G)Lb>A6kxjJ!LBkY4Dp-gq3QXl{QRl zuZ+z&GI(@R7)ca3kHEsj94WM?U}+U9+YX*KM&_E2xeGlQW9H4+^R6R(pF-vm*^msI zOjKOpWs|Sn7qh`XciUktk_^%ubvmIkV_n#S)ZMaa(kkW{!Pbzz&SZh@ByY^xS@>H* zy2yJHR@g}tp?EtdgT90ef{m!ftKVydYdGwuu(?l*THfcAhyF$p*ylbjPhWSQJb%^s z^4iz0)7|o;GW|0}U5CD-NbGJcR$9P7=GeDgj=hZ76sIaPP?tyd=}7yrMujS^e7wEWff zGee%JyC&++(0FtPMFEAP=wrqNgd0qow;brw%CYX^pa)?zKrynHEZ0op97 z#3BjyAFmJ0I4NPk2ByH)8%RXG%sT1`<2BpNL=ELw{uc^P(_{egrjr7+sZ*q$jV;K| z8)27h4I<36qUX*6J3X#|(bfzko|JhdV$&4LAuW8KBZ-(lsAZ9rDfVXiGsN?l0kb{c z^8@XPuuHlL%*t@W97W*n;ZuZ|RMcK>TZ^zzUn)gKX1Ufz7BJB0(+wkRz;`iMUqss| zXuhfwlTux_B|%YUfC{FyC8VKM~?19>-hmWjB91jV_LMnDbvqC zAX7WOt%dA9k=+j{5_>}4`O#aXZ?Jg&?20&h9Cyb^zP4>7n6uVl(q>U?144j`oi)vS z8#Ju7-DZXV*d#14i>qThY%D?vbM8jpAI7(!TT?)aBE$Ka`x&h>Qp8Fzf`TSlD#Iu+T#c+s7O|-(EA)W__tHwO>F9i0FXMh*~qYC7TT8#Qchj zO3Vy{LrG(~c^EBIVJbCRO>hG7%!qPZv>NgRGg=%ABnEh*7Quo->P_4Hg*$r8XNcY^ zEMPeb2!F(Tbdh?Tg$(VW-8=tH3KLu9Luap$Z+`9~`O>u?k+0qK z0lDqkbLDfNJWqcAFaM`5cpG)M-gxA{b6pH%tB(wg#P$6svRz07g$yk%DB)b!HY{mN zab|!i&u`1LbwI($bOW0(Vj-Hoq>0{#0vWU2(%&KKaWf>-BQx zxioX8gNyl9Vy=bjg_^L`nE7ueo6fzZZLLrD*t8teYhei2d$MfVVm!As&d5v~*sybs z)^gevNED(})wE)4nKn&eP5QlgFcP^(Td(F=po25TtWiG^21?VOJzxy zC#1p|*ak_%#J9PDnO|A96PHRAku304Y%bGHiWa-^HBwu+MH&k?i&uZ1Q$)AtU$^N- z<{2$sUsu%ipuE2G9y$D?UL*UEXmGzA-KWC^ z!&q*J00CthMG%zvurB6c;{gHEX(DAlkK6=g%(Wh_@B@f2@rJ|`NRov(6im3{Zw966*nMP{!n8k^py z-`kBvNq5q({JY4j-;;%#|6Ja@e39J!_aByjzUe&qr|Ui>w_fpK`NpTuk?XEFR|=yi zOSY5#Zzb}U&OW*8%QcP;`O~_YaT^M>RXIy)JCaP-#nzbp6wxv0=qxB>&b7bp==d%A z6f!*-=MsLBB-m7W9WcIx4A2G(zXuNTuq{*c&vs_YP&RFyl1&%5Su>BtxS>Kr(JjlF zi}y$vP0p<>>Zj&ff|djh=>>FuD8MxOP1M}$w8U)>>GuVaa&T>7eu@Yl^UZV`HJJWah@gtx_1@szoOuH^29fMUMSIj-W`rbf+S(C*;^m_sfx&v`FoJ zK#sza?7)+9L<`u|9^L$4CZ+{!ddIyo^@0|#|M-qP_V8UYSYG*bx7!__T@`1Kw{7FtQh3hVH`U;@$^BUGfu%I{`mGukm-2z`;P_<@2bRxX=P z3oi7e@i*D-vsU8-zeW)QIi+V?WxMw=K3@P)7vmKVID1D19K!jGAIxI^}A&M=dP4z zZn!{xc=fsRv(KC-)6d@_M-M$LhYx&5i`Cs^AWk2`4D5cHKJcI%)k5~#UR{)SepTd` ziq>SOob_iHO1oN@yKed$`P#M%uhNEC`D3_pHVPCb#tAG zb&dKkhOuI1j5aG>Xv*|wDGc$I`W8Wf!ASW4Sf_dh*YVs(*m|cs`K<`?e+9S z?3# zy>dhg*s&MkulZg1({r!Zf>{3a?5a3>99M^@dcys%*rAg+bGPcwR;O&cM3NQCW&_0{ zU^I7TYQ@ZN&gTqO!?c!aGY}JkRkUn8+?hB2OC&t!5OEVen-Q+L%@0T1bH-~kttAfA z5po#oxhgn|BcibyTY@8O(-ip{A~}#a=5dG2Maw1o5@m9}W;!*H1t3uMkWgSPF|gRc zRs$--f*jyN?B+jl8^HUSPu5@(GUtJGydS5_NC5MVaFr+)*;E4_%jFvI4(s!W^*$*X z_Q4M^Nt^1} zxl`>8e@n6g8^$(Gk2`vNo~%;lwWY_YwW7Am&0H~m!ga>$AX=ZvE&~IUV(6IZ1nIK~ z^n-2ytfWF2(%gZLz$EmhdS09@dt6*+GcNp%nYa|A-8b0^W>Lod6L}}aFo88UIg9~n zGJPByvmr&+o>-dmTKF>h8JcOqsVI1`xuVx+)>`Daw*7A2hxVkAgjy0W&6j*D#*Dd5YJ|v6mj? z_m0B7WzS<;ylyvb*q;0J>+N!6*Zp#I$2a824!xFMy;EL%`rjnjeT#U?nJu%c;_PwU z9K-d^pB?tc-7eK;2R#RHW0$#BA{PFrQP+dW;=JGak+_bZ1RO#)M%M@jU6}-0jB- zM5WNQp{S#s1r3p3?*sN6f<61mLiEX?-!FsS0h;>`1rqwcWJ%&^$7Ax?N8TeZe)=-` z!PV!~*$!m3R*iIXJ@j8AIAVBVG!oSrkoY zXS3H)msVgK1r{O{Ek^MeS)`YGKz1n#gMKfpn-NGQhC)WDVEZ!DBxT-57nZKIj?ubK z+6Kr&17KqaqFv}un;jW8ZFmjzU1aerIs!@E2qVd=Yc(1R(V~KC+_V@01kUvp>d1&D zF{jNfG!@C}((1U9|nZY^R@%B^3zP5RO&d~bGDoIQ>oBFEU;-^K2jbYD1EfRx~R_+*Er zyF?{Hu=1kjS;rO;SzZ<`Vnck_8f4T)+qG;uoH?PO^emptEV#-9Txw?GHmLWbAdnPN zcPY*mUWpc-KReFFlFT(2?#9iNFr1zs8Vq1o0@TFZs2XQx0oOM4CCo!FlAVx5{shjp zMqD9f>ar`6L1zWUIUQ#=6@50WRwEnW&F*jXqTE$w2Y=w?mQRjl*RMZuhIfGuN zArA(ETEGT%cOKEjJ*qqPq$02ZSyD)nxbd9sq+h(@B6;z;Pssk8&XdDG`l=lJxgszv zVASut{FuBB8a;%}haOf0cAxxeuNJspZI?&>{d=w;Ay1!q6yQoGZ}a(+ScIqI&!e$ty9_k)b1C#=@qn^D&6kOoB;N0m>smq^;L#+ggn?n zeGxf({yatIUlaN1<8t)H`{~dkyPneT-6OL5Q8}{nZaKV15j)ZhUVe}a#Up#~V(WQY zH$R89sJ)Ik>x)eyuGX#b zAw8K)Nivh(8%gMbVi$V>5v5pAkDj8}^a3b~q9TeSA{_*z_Yer7rH2mo z1F7r(zVF__`+Wbe-S4Ugy|W+ZnPg@%i9h!2^_KOnl^Epg?RQa#6+!*o ztj4oI*08J8Fe-o8Eed#KHp*YwoQT1s46nv0Zzzt6nT;rHEk&L8(h48$<|s7`%%!~m z?UE~=OMS(kNtt8zQo4xUeH1Cj^i*!Y_85_kVls)?*xM7dT6wHKSd~whyG_YPF^f`3 z0rgY{ovdpoL)H<>U6}tCKQ-gVhn)h#h|4CGOt<#7M`|yt1ZAtinHK}Q_@VWYo454G zRBy=H(}OZFC*{iQNg0@j8)cg|0x|mDLpdftm=uKzv!|i%tyI*Mr{P%nRGcbLM%(uH zfNv?&I=cg%=P0@+(Bcwe*V#=3U=&pofVG|3g|1Vp08}Gq-lt-r5#r~9(wD|!`Fk_5 z?yY1jpFI`J7i8nc2Sy5Znb&twQ)uxvQg2O*?1V3FI0G--I zdu2D>)+j|6dTkd0S{r5aZS3~lM6YRDNm&~K*u`zwv2{H>qaXOuFEl>HaX32G?_xQd z0@u2FSe1CMFu7us*H@r2bQJLMRnEoyA>=X*Kjs@bSPcPNf}|8=CLpoWp<|%~j;ZqI zkp7BV?i2ZQRBKfO#N8?m63uJ%bM7Y@1N*8&LeJ1BiKcEr;8+EQ();SAvH_NP@{QJh zX3ED&WT0fwR7bp=8QRr6lL!ZE#Sahd_Uj#_9I2H%b5Aw2%DoA z0h(rIqo#s@tTY3s3a8+oYu+K?BA~jkm+m*9l?Rv!z?eeccAk4<^xRoGluoS$e%On1 z=Z?WGeiUqO1}vKP0+zi!9ZM=EVHpA9{5hHEd&}MEcW=^w|LQ(5-#9qK#oLpBJz8eF zn6}PCzA{&5QHm&Dl3m5C*+I@g?5b}mr*T8i#f@rlAIqmB6zMrR!3m zn$uGtBPN!9Y932ij5ekEBEgLL#Ke#Iz^v9y+Q7I?7oTgw{yn)XxEYFum}VB^ws z=YFK-&xgS&{9VV%=vcoGB1dTN7ui}x3?s#4P$^9KhQz}!gbrt$qK_+e`XntM#0U5Q ziF75Rwkfr7tL_PL2}h)+_>htYd90>mYa)jR60z!#lB6!V*cA=kJ5UiUxI`soL_VNo z_9{j)Cog7t@!#SXCx@7*MR4iSS4sHD@8Uy@1%-JgjR9C_-mwxDt3xePWo}XuQgb^@ zi#H3?EJn(d63q*FB}ooN?xiqUg+bJ;uY;5$nVCqh_YLVQWg#bbs{$=A56Q+@3sLSV zgE5$uspZUvZb#dKQq)ysp{XJhb>-7=eC8YYVPyq6&V5ahG-Y5XSE2JPN7U=-wn@oJ z(f4iVchO{frHN8Fudn4A{k`4 zX3*j@?rF7PT2&Vq`Bc zt*a@sUv{NBB0XB#YYbZ5RRfVX3*_uvyBGLsf|Gx|E^kL@dVH9GBNK#VUj-;*PH%rT zH>UzA<^13!LEb-Y+-y?2F^Gb5L2Dg{tYVr4c-e+IPDjVO;+G|EP_(->u+xnhVS!2^gCj;}<4K8*vk-11 zvxy;7$K}>jsL!HZ$RfCGzru1<9AR>~jXuCE`pWu;isBqAr5i30sxoD?(#{iEDs9E$ z6RrCyJ*7ut6vktm&WIv}Ri@;rqNSYUtpP--G;|N4>Y-Q$AtK};D01E6?e@k|oW!Ugu0`5q5{WwOa??N(8p z2ooz6CpT}ncsRku+epCWfgY|s=zC8%87*=kl{|JYzWb;Q)pJsDyeu8{B{R@Ca{?}Y zSw;uVdNtd_(e&xfGW*qedJ6#nV zN@uyTTC0#rJdu>mhbs^f>U^Ba(6v_=mlS2_T+dgT0+pSQi1=!mFJpJPkUhs_7LWH> z9}NzDBzO_|Fv;-Z)To0t%;Yf&53O4$GFQIpcXm4z@Xv8J#95n{-YcG$_ilt@DT)_f zlE|cS#xK?^%tGX#$*uz%aTZr=$Swr*m zF3P-CsQp6#)p2SI{&|A3v!)dQ0a$AjWnxW~)iUmJ5^ObTV@&Cn`77N+Ppeisx5xj?n$%Ie zx4-sj@(I(#0wq-?(YLlv;r|aeQ;?7^BtzrURZwrmnDkLS73uR4C|iT+|38#|FCUCd zOkp1~x*j~#&ERDUPy@fNUS4o^cOlSnBOr4l05i)#Gcyw1y?tSz%!~o-ou?kccMB?T zs4N+WOEXbhG7a_l$@p&JOms9ZC6L;KOJ~Ay>t|{EG)YgZhr@;oJirURK!yN?AksaS1!n zH&hWiCv4gpce=uQ#GqY}=IRW6F3bgc`oG>B%6e)-mV1!5{L*NPW zce`taeRul*F&JDiVf39i_g+4ZmZhM&BnJnJrr=;fGQKHIMc1wcYOhcx)^U0#x+wVR zZ21~pCn(!G`4w=IvaA!UB_L`$O@Yu!3WDhQ&gM1fYNqV$1pQpYR&>=;)9AV6qMVZBl#yn)bd)szW0lDygPREWMo5W|XNkl_ljqNT zl|_aSHhk4gnlKCHfQnH)Hvy(dQ4jIZuEO0V8$}+8y(~{8Q9mn^+muSZYPPE=T>5(c zsw8Tb*`7q@eWum&Wn@5xo1^4#<%7w^WQUWB6P(#X#ltM>?mb-H(8Ea?N4nGV2BRN( z7@YCx^JDSd`)}e%Nh%H%r=e~(&w{1l^t&^F8UiqGzMuU{n1>zbR3D5<94s|;=`@2I z_dK?v{oFdr!m9D?_;L)r?izgkK^}VFd^5&B{v`797r+p7^~PVN^ccoE+3)w8+&Pas5q@KuluiDg4EP_lfPm-Dwd-v{mE#6Z#V5dNx+Y3 z`Z7Gt z)HPJYH1Ns8^iS>NI3XSD$|rMp`E6#Zv{;eop-(9XvAPClW|VDs*kiS~R!?n3606HA z9Q7t#rXhER z&h16Vd6kK^o}u~ygI@oXlPrZ;0gE>6)R{^n@_W_A-kSLXrSQQYlx;*WTZY6wHc#-)voz)Ao(l1i~oC@}&Y9XH~`nv<-e;(N8K#=DL z1GGAb1auLi_G0J}fM}aPb`?xS-Q09+FHA=j?Ue(iQ?b7^9hF6C*jI=J6kN^i&j2ukq2EbJE9B!>cNCj{ce5rUzJmo~!Ap zb?OqeB}@2aFEYuJgq#wtW_s8Y%2ze!jhaXz0A|$#v{J5$(|UhB^pv+9$1YkMF!@eI?mZFENOI?z$tpeo3V zP}F(50!=2v$n(Bzu1cAgJMA6H(m#6fX?(Mw5W9=UV^?tos)|yvm-flN;#3^qG9qPR zm4%bhG;<0%))x>kZ4=k-jurwc%F5bKatV5;>VciwA{vS9O`D{I*wM5Koy|KW6Jr2t zZzAxjBcQ7%Fsok$oTLoy+nu=ff!8}JREc+-kdAf5FIT_t{T^n2HDe_QyP`XHD+TZe z*HbbkHG9Ph;d~H@O*>~w0$x$tRXIubC6v_)(~zYMWLL9N9@;02qjOR3=7WhXH+ zmSk^sO`#WCib!!!mU5)-ai~UkoFZIsWbLEMOXkqtT2a4S!m6j1K8g~+<@aKu2@CSF z?xHsV6dxQ$A*Un=fT=9Ar;^DENfN~nPfLXERU|299D^dOrxRGao0XrKi>EJTVD5BJ zU`Bw&zF_VaU%FQQaPhWE|Lfk~J<&o@^zqqKalCj6juvF%c-d4m%}z(-%yeA*ybuu5 z2KT-Qz|L$Fb@4X3?>f6p%r3ci(SCvso^z~+cm#9jEWlOK{V}h65*~lxUNpRw0(4XX zZQD@x&T<%BqPQI7`fKbPV`Be1d$_tw+0@Iwr&eL<&R(KKy`9H1lop|)!Hdm^RSyE& zRoPi2%xDjA36Kd5?yNPam0;M~N3vmIn<`LKJ==ICI?Ve?X2xPPD^vwqp1MCOW#h{r z79(YG+1vh_WWj*LY*c?$W$@6ti5}WGRkCyb4ERN9d9+voIw`wz-_)*cfb42`T4?-s zW%DChsh(j|etCgvB!q)PDSbw&c}RL+gE0sO3WD+;9fp(d5O|g4pt5{C4i#pgx^N2i z5{T_Ao{WQ~Q&3Yzj}@n&GA{!y6u4m5$5L8mt;5a}iZb7NlK0CB0knd z8bxZSTa!*X&?=!_R!@*#5|@g66u8NO(9J-zs<|3z=1V4{Sbb(zoR zYz)vtsM>H-B5?*K$_lK(O1VKy8tHMi|1jC&m5_0;25e)X^ec?rEJx`Fh6{;-=e=0e zl>v-dW2}Yf>_Gr#v=VT6Q#NL%_w*3}`_te7I5j&5jpb8OT`~~|izovtnTnS33^W#G z;oJE+Xgje9trs>5d#s(o>)hAqys!=J^nEJ4h zelSDOu6@dcny!K(>4ycxi58<+?gXgpPx_!*cT@HdgCLWRSk8?5WTK_0)$grJ8O9i> zwGOpqk1!hbP`whWRwY9={PebkNj7g3!%H2^i40e$?2ku!#h~qzd>oivfL#UL?|L1F zN-5YWNx>lku*#xIs4SR*0|agdC>z_y{jj_VIRAbgIvW;KwzU;qCs-emRp}LtzU|Bo zw4G)fm2GtUn!t@qh}(te(Q$ISXl-`3Y(z&hQ|njKb6bED1bF8UlC0yw4URs%)pBMLDUzL5y zfMotH?c0c~3D-n*Tp|bb#k|d{hs_ z7^vBrQWEM3XLAsGxVgev#Cxr9a`l9>tBLMC2)qEyKr_Dx#Js%G!_^5rJUr!q8h78V z_-=jyj+9QLLn#%9i?dNxoFgo=y7F9n_f`&C4=q6}D{`FNBvks&a}+I~=WJ{XE}hvg zz{aez4t8d4KY)ereuM%2Z^SJ(K1RR89qBhE(Bl+c6WFoVT|>(O_zeCxxcCR(@oViL z>$SJN(8I`TBc58XF#fVXmz2`{RTd<2Q7i+cUn4<{46D<>p*2Xz9NuhGH=e>Mc<52rauNkMU+fI&j~X)Ly@{iK9-#cCTq$~4m`jIn4rAWVUYmuc;0P3SP{ z`5Of)O4Cltl+yR=RB!G#q$D5G_9r{|n{ zz$HAc+ASdX+`{Ld#JBI4pss8>j?c=%(TZs}Mu$&rSt>o2g%*mie^~n#I#^1IONo?4 zwb4P+b)G=%>}Ir{+as14t#t5ooLvvJRUs#D7E(u#0>0gkk>iTtWr#*y#aPP1_5BwQQm794Vnl_cD~15}ozNjZ|;XhnEWooRI|V2GrbO_@YW zMk6zT@meun_qaG{5{sNDVVoMZbGX^Rj{+W>n)NdZEk8l#vqU;f`lc!)WU%4VpV1yA zL6L_o;WF_@N{!5R)r2As&88K0qMw$s@>L@vOz05lEP4+vrMq>P0)3Sdzx0Tu9~PnZ zn>9=aRI#cD?5_w)T*~J8%N}k7`o6y3*azJ_z!07=%;x5Sm46w9?>{a?Woa6=&rFqG z*#5#4R2EJ^CHKK-&+IRnNP*B)9IW8)b5LI}9&O9YrG(gZY9rd4DT8lZCOt6Dwm2Ya zJxBf=ewtoK8CY90GZQxuun}euwO@jDlGd7)2*LPDsbP;#Ut3 z>wZ@+KQ$L6eX3}!JC`JqPs%`05gtV1i8C#hSYmsT0A&o>J=7}3kvzl0Ju!)RBh&|< z4+OLF@?wUfnM;1GBrhPQ`V(?!`6Geq z394|`2_w&o>@K}Mi@Ae6EtnJKp;QTH+d?+hBw@++Um}<{%%`C+F zm%pcA+G8ULuo|SKST=71dL@p;Cy(7lhtU_RANErNhCe$E23KppUv&cw9O!C_jQiZh z%PccstgIpg1}@E6wKicuw33$+?a3(Z0TzCF=$L!3tYIlkK-ps|6XSmeOGsZ)ueSsz z!Y8=5^eWvoz<71DUjut;SA%#7z*x6ZhT4S@*i%$GyhMLdsn1KF%3qO4R4Fq?GZD24 zh+m`@uvV@Nl7;!lU1q!rF-4asSwcz;W5-Glkl&A;oB3X4e^HW+%IE-rtdpymvUv9{ z+tpX!a`_qtL_T1*TJh;$hU440>8P4LoieXfRB_p`bPDzrC*xp2CJxa4IZ&F3nu>JP zlra$~1r3F%=vrMYgYcKm?m<`M3UslJ3e)JDHlnpl2iDHLXEg17~IHWPXgx zimgnoKe-j{b(E#mZWp28&J&gBb^8ll^p_<#PDsbPqL+8Xppj0LMR;;U-L5nVS!F_e zn>Z_yzCZ*_tk}*hECMdhl=wLowpHbt2o(tj^;Q{>ElR7u_ms>_Y%;_+FjTqoYLQ*B zuV;@g0Vh4w%mfSWt%+ZlvZUY=l37$k5-v*)xtoFn5Iyzas@G-Pi)e|)dAM4LBU*M! zH22tSkRG=NU8Tif-TcS(%>&X^|8vtCXNVlF21Ah2@spsdU2 zNsl?vV;%$+t}t5s5b@y9hkVD5H4lhMXgHMd0$SdkhU4Wqs4Y#!(c&yL%+5vaEGBbg z;usx9r^~0IbK@LzT-Yh>GRefwu@>SsMVF??nE|Z*>_!5tLwMnZnRt58Aha*bCZJkN zkDbQ4O=}R-`!W1As3)*~8a;Lb^FLSsgLj|w-(nw`dJTHR*(-pu&|u|!tN}|7c_wUh z4<2`uJN$nZ>J_s}y82lm&NBnl8cW#~RZ{abSe%_JZC zS<$3FBU68AW@!ls)rh-MoerJ4y7m8e0WE!edbnAayfbPD&b~Vn z$KRfT1G92)bXEoqmu5*8cBo(qWo6koP{IT8Il@fbGd&rN`4fOG^8nr>4J%|Gto0EZ*>Az>4O?I^ z_5Q?hLORx!UrG!}_|(wDU93(Rc&x#FwR}{Z?m5KEA;6i9Qjb?Q>0Ux{)(v)hydG-h z2sK1E&=WKZOq&e)XtT<0YO_rZ8cUhdN6plDvre2=))2OtuWF2o#l1K~M=Qx5QS^?z ztj3_|`3l6i3}_X_{dh%z=gf);CP8XwTLzYcHErKl4L^HpmtTpjS=uL1MfWxEvl7ga+9L;(SC*Cc=k@6X6 zc{3d?vnd;6LEqV#I5{T|wdI+pEtrN2Z>OP^hg84cLs{20ab~`BW;0qTs%~Q~#AX7s zvvj!NFkVeA7ulif``(U4WA6r9R?y=$_~F}QxOVhZJZ2A(Ol;xuH88jZP57<$k?op0 zhI&OO5{UV!{*RuCk{+aZyG5&gBJ+Yt+RrWSXE$fRINd{wk)CR|J&GvA@G!jW3pL}% znX{(^S6XXROPHBM`zs$Yn<8*Xxsmr+V7!R#dTPlr?!UTQl)RPdgK6;ckH4((=p_V< zMCJCagCntl>7FlSM{`@4vW@93U5X-!Hs_S;fKr)v^A3TNmlw=2@lXEmuA!5`kePM& zbvQd~5)QsofCCj71XP)*EX&0q3V05cWTTR@vI9k#l%-8VO+gCw%$SH16%&EVkI{Z= zr2rCJr?j)J$^~}#CNMj(oAwaxuf{Dh$lTGi9v$`c9KEiSGPRC|RcK?mspfS6Q|oCz zJ^Xqa_gL?DoRE%nMX!+CZ}+oC^=WZ-_9U%!A6x zyf9vvX5z#2AF1*j#Ret_aPa$BLk1{aI^Sqbsn*SOUuALPspY1;1GNPU&kXS)U{_Ag zY-7R{cTpzSl2hK@UQ9k}p3M^4SNbg$@h(eL^F?xi>e(dUNF8CvT{gMw?yX5VD=<+z z14qgGI&oRh$pcQVMglHhHHTznwjnE1_|fwo=+VOou4WTV{jYxNKVH`ayWgRjX|JRC z?dhm4ND~srF*<~5=49b$X)=ybRDFT6vvc!Hab|WpF75abofp^#Y@3MqvMol}=}Il~ zyH^w#7{JE-V>%ujbPc|#*@mlbdeKWhr^ulr$&F0aNi5|p@e0B2x&_}x#|j&5w2smwBEMvTA>7dE4%b}ww# zJafQtLORwJzecA_NHY4z{j-OQmkfP!?Ovi?KGa!pp5<@2=jETI`%a27%_T%B%P_rO z285%Of_+GT_=NV=a!+yaix>z?_&_>*6iwbkTXJykitS9qXp)=UeyWdUlzvr=a>Avk zmR*-6a|%>FE732sYNJhNvDuZxlNw|WgEy;p*i{*-I}1=zy4FmbwES_k5fQoBy zj51}U_jX~m4L1)d5B6~71KF;`Ybgu!@(&{r3q%ih?uVHXaQ&c3|Kl~iIy&}n_0&l? zGCK!#C7C!}HWdfy)>xK}Bc&8MmuBOw7ygd5ul)&~?@U4Gq9Sx2UMh|E_Vas1R;uj; zWn^>+bzL|l5j8rG;@Qb%c>3lc1ZF$&{`TFtBk@6C&FjEFtAW-kEZwmk2Cr-2>EyKc zU$vjy0%Ot*ZZ0r58{ld2hj*~*OUdk(zp`gh>J>5SF$o}|bRQ~4GfHEn7aw1SD)U&KAKiKr}2!NKWi_~%DCK+{@W z;;fxbFi&hiyY#?zqP=-JI%PJDK&_Fow39oPcr=$DPpn60EoWqFWiYyvLG0U&sCe%) z7+eykI8I2%y5g5l!gY^2dH5^P5ITL`fMT(zDM=^QB%@V9+q%7XBU4Q+w|Jn7tf50_ITZ&Q%z_M|)EC?CM{AM1W`RhLr5`7yoZ@&(gN+$xl7sw!L2OToZNW6GzCoYNg#U478 zHUMqam{IsH{&M{dK;7p;;`r;N50HMx&A^$Z1Y%YAzIhkyeTKqdF+B4x?XM>F>*Wy< zUTbi7g1gZVX6|{ih^;+BX1&xLSCr7(E!{)LK1!O&C<4C90oxMRPi049f=O9+*i}lF zN;2;_MY$Jegd|08w<+Zh51S4~e6)t5ty?ujxh9D0lP)nzb}r>a)1T$)*Jz+VlDn!D-oHYLa_gUTE|+tjQL z>)M&EaY_ZlrYQBEnxSSE#rHmvX>m4W^kwQaMcZ;XL|h(@RYTT2FN?)W=`lc)PPnfn z7Vu&6JFWEpVhtN0>_$&9N>uN~B}kv(tCVs+O9chSiI}UC5Hxge%hi>#EEk#ia&{*G zbMuwQxZlMC%fW+h_+JhTKRjr_v2Tjfab!*o4isghx_Am|8OVxRi6a|7ygd``pBADh zEfWTNAKYQF;QP5R0T=gB_O%n8r?;Z*++MVwTaPyWnvE^nD)IipnLrZ#_5E<|D-Yt*!hF<}=hI%AfP-8{EKj8jES-RB0uGc+!NHPj>?s(J zS^~D8KFI}YR-*09*JxuK79M17UWcxeThV%gGPH)T(9u9a5{vrQt*7r-qP3Csm^@Aa zQ^N+d9$7&Ewi8=7t%JeV`ySP%GPb~AAo3Pq zi&h$ReCTNhX6{q*_Y8KDeQApg(JJJjV==WcN?*&#%@uA&D_lK|1XNZyd79`kPtiLR@bdCP@Gbvq@G=Y;?fpQ{_|s?dQ_=8N z4yucCBw9XNl7q(5T(o^W9ZRQ9#@IWr$6dYq!Z$pD-q#b41^WY=iwTIDDdXBEN*o=m zrf^~l9YXBPyaz|BD{)=FyHWq{B%r+#_-PN`ocjs>I`B5i!WLoYfl3&nZdi4t?Jc)} zu-?vQ-w)j_c6gZWLhMjO$sELlOGeJ-sFu+FN^qB@yTll?mm+g;xmZM(d+IV{jLcoR zvdAy2k z{uVVvuh^C5&;e4uW>S)yi2^3xQ?%FEo!iag`I99&`WG7{w|JQ*e(|?qxcE^a4$ex$ z!NM$5SEQqo0-}8-EdHB`Jv`)GGMTcpOdKX4yF|ee8or=lh%@@VXlq(c`)D&|TwkHR zo=b?krNr3Tv`J|6?G0P#ehoV7)}p;>13LKYhK-cfZ^zhISfRuDUdIXPSXVxX^}69t z1~)6*O};RP^p+2;IMv#fR-GL7T;pe!qFvcvaG6dWERh0u?4s=L*Hg^@gt;Ypi?PBA z^wz50o?7{vsnty3my#t%zzk|EUquIrn<-G0_gHa(8Hn^63%#F(e}|nF!lMLGEdhOm zImquPPSH%smMFQG2FD2Hv@EX8D%*3{Y98hwB}HU#^A>P&a&Z=4FIP_sT)oY3G5HFx z@pF804-SN1?`vN8-(STcF83wGH8&JY#*uP5VDd6hQ=CGX*E9mOV!S-|0hoOQ;T;@< z*#6h!fqU;na^@s>_Zy0*f`WkRIY8?H0$Kgm(_4iRs~**$ci)Zm^m|G=~nw@^mL zDjoa9BL4P=UdJa-J&2{By$M4=zwuY<{&Ect9^h;a+U{obgPS?%a^}SQ!X%3HNn$Q3 zSrki|NuM%G0v+)Q(@HVY%Ve1<>0^a!R|N%7GKb|8t~CjjW3)TZY59am$=l5uqP)y} z)J&R(jR8zqoA7(^pu30ooJC15%*b0AN4jED8kWx;pl$4CVO0`4ehB3U+1(3l;OOk`1}9fnI*>dh^AcdA z?|u6u9Sbz)Ka+$HOQ03kI zloXiJPkGTv0A=eQijI?+Fz$P*-c_{pp16!B8J3@NLJ&&61WigV%8ki5wn)u}ja6UU zBg7?H%8BgE&1FdmsAAN7S#Te%h##jN8bV|aOepm9H@jK`;cWFP`c<=7gHP}0Z|!%o zWzH0wU63bWRmn>A1ZGOTej<*QWaA(OO*;s{YV#-I(kD|1lr{i7B;T|Zmzvo}>}zzL z+=EV*oI16YfQ#9Os?69?yM{6`dcO865&vy#SOI)nh0LP)FgS%waGZ{g^}ATcr~!pN z+&y6O4VEEN&S-o>`oS7JP!ByP>e;I(nazMv|V7Y~crqKMi$tIT_u2*3!udKl<1^FjE1x8?k2 zuHRMt`tE9(_U}0VVF~Jrr{i!%3eFOkeV&&KYvfh9?S|{|r^m-&*szhve*Q@;D^13x zdFe=*ngN6TdMthB9s(!!2-`*=M$z%v4QQjoh6hx6pgHZWFOXo2!->-8==)7lb}V^+ z9f55WLhrh9@b6`xc|`WP#Wgf)ql>o}T-{CZw8l!-E_=fsr&TxNB|wrrX4gJ+w(dYE z>SrTO&1z($Q>9p+B+OUYlR-MevnyFEPnjo+)#AUJnaE%lpv0`XGQcj)#(-!E(9Em| z64F--6f3af-kdwVx2wh8Wef^^{I|JczUJG)1NT(t{1rbeEJStrRMfD%R9OZEN)u6C znoa;Vk-pEufua;NPJb0YEiOYRmlMzIMO))qv^H-<=gIBpY+i}37W%r80IYEreZN7< zhs;7`)632l0=>pnKqF=U-|WVKQLkP!I0zk%^?Olb?ZXgMkFGqA!3 z10{Qh`DiC-W}k^alVXP{>U)d~sxpv@Is?l~1@@GCC3U5SqFIlQ=hCDfMu(NFG}~3y z<>GDDC*1^{*M(rbUh@bS6l42D?q?`^Mn1_y^Zd3jB8 zvj!e^Guy!ORIZ-B60rD0UJak{ffB$ds(rN98H`n+B_3Q++6g&AdYw`}6wSj}DF=$t zDT_1nY!*8X2;DwLkw=6ft8@^VkfFd)*~NGVM2p0lyRQHG9 z>-Tf8g!T*Z2#7h(7VDy1A^j;ew9H^8vQgR!!z_vkNvc2L!`gVUGRP`SLv~vBQ66Ai z{xNF16|sD`MkR7N;Cy9j`}vMq|c7iC;daCUX3gVJ`9{-!C+r2Bu) zVy%&XTJZF6d{2i=17%?6-Yvr|H;;hHX2atTKa61y49C-tkH!0Wui&e<)3IVsCYH@k z#rpYK=ylhlcxfO3Q_~W(es=_&XOuh;dxl*)`87JvZWSZT`O9{}Gjs&5rvIPs-uVYI zXHF;J4NUqy?>X1Nz^h#&!z)~ELFYY8!Ac`jyK#%#fxTOpS5fAb+q0Sp-KlQJ;Mys8Q_#SF8$d@_MpHtKWVz{UB~ zf!a^edTuuX8D(S5s|m0+QO32F0Bk2NHLpW!!&-DSZV>In4%Ss{S%tO++G}-dfFG+c z?A0Px=osoa86E3)wcIR$%UnFI61{qf%6y`z#51|W(;6axB7HG!p}}IPGT+7QF&6k` zg#>GqlyJC|=f!1QCpWXu<(=GJVQ_I)L=7h=cm;(mv-a5IxtQSMW)e|nBWF*d?9ubGwTS?hzY?Q1YQxQLFEV8? zsfN|rDVc&YZ3EL&Wny++0q|46XS9cjvWpBSvsyj{L(ZN7a3|pM@((`m*Ei!I6Sii5s zBs_68#mCYsGKKV3s`OG$jG(XCnxvlsDj(Iu5)oe3t>dhUS%7|uy(j=?Q&LWzeu_RX ziufF1`x4-oB7`xWlF2ay15^hm(=AEH^lL8ewpD6W}s=8gTn<_nx|8_)`!4($_86#q!#*iDR%}S_Yi` zd*Pm2Zo-(y|APC5-H)snp2p{8@i;C@AkRPZ0u+QA5t6`k|CR#7m5OxMGLWQ-I1t+@7Og zjTj_@?M_Zs8K-a!^8d!Scl@h{AwyiQusX@$;XOmY-JA6+PJU2`y=AF5T%L)8bYE4H zibG`uI8u>8V3v)eg;Vey0bSRjFDaYfOnYf30n{3F)v@KuCbTtug|6Cl;u+T7ya8R5 zfpxWPM@Q3Yv^H)8+V`Mv_WNwP@}A>FbgbXiGDh^tiwGwG3ho1gtB+9KnZoW(H}Pa* z;NSy1i1>i9M8RUGLx$ys{I!aQo(~fZN1M__WOgGDMjJ&`)ea|TFF1MFVDL~gT};xr zHYD==J9pgn+OK)-28V>abYo&H?BTsI=AmJD_~9q<)bI!KR@#eL_9lTA9X6j6aD7ph ziDk1gu)JgfRxBvQHIF=nN5f)))hWs;-?=KShG@OpKJ*tTV>P? zM5V>3XS(?703~%M1NHuK+6OOIK+Bo-w-d7?eS=|)vVIqN&*1FXd+&9>a<7WjdUcTh z{vDJ4jDLPofa;1oR25Ief#UJ>^;FcArQk>@Q|wc4I4>37%+CY%yoat+o25+HQMW~U zVQr0Hp|yT3WnSwE+}Id%C4t#iA%C_Pw44(Qz*Pdz#cqaPZDmmeL01-Wlv z$t(h^@(jwn(y+KR9SbWaV^QH7SXMp-b7y6v*BxVURYWYZ?zs+2CqIPd&!z!~KPN!@ z8eN@r==gT494=jKBadBJwsso~zC+;KZ{REct@fzNWOH%1+~MqH9q!_7p6qP0%yzZ- zl)G8%%RPOA>Wu->jUM*MI!}9eorf*7-pfC#&fON-;9-w$_6m$X;}sBg!QC3X$urRZ z6H7wihxWb+6B0%Zz5c(_2mOtgOO)BTWa)E5ae96sj+Sv2Mu1f|9W`ZBaHw=Dje&dBmFw357dBw` z*L&a`cte|;uWyp$aCEHSK@BJRj*$cUm=OH5p(| zkk@*1=`tWr6G>Fh%}h5RdT*a#W<#psWoNc=ckzUahcm*1!~U5NpYXx0aY?^9)!f4x zvg6L1ug7B#KZN^6j6lYp#$aVh3Kmt2$70IBmJom~Dow@0(h2yaXcFElNWtniCt~&c z1$boKco<9}@OARX)p0lDdV4h99C;JI`63_qZV6>&Rp`917ajGh#q4rM*#a1x!!AV( zObl{t-v3izVQ@A?8axcwg?j!WKB`9Jw9lS>2bkAIhZpg19uL61jZ-=GUpKV zaPfhMub;?Ju{NU7FG@>9B`8I48ElRd4LQ+A6qOF8pdd|o)>jk}Uj0iQ_4$Cr!H+yOWQfPVyHbPv83z` zteia!Z_mxfpusm`eMu%xR_{P^dKqE|jY6PX7+$<49F4PH1FkoGlxV zOY7c2`{_04YFsatD&p$g@-^BUmZ5_(u#S^VssBo(r@ETg0;hJP>xbRAcJw3)U@dPt zuDD}e*-@P-Wb5MR{)`K66`-at8Bfam}rd^-Ua%u_H%g`0$~) z|L*%x^3rnzUOD)J0BmJh8kP`vEn*;}gXPmA2C@_^p~!jpn>l#y)#vc{VRun-wU{!j zN^xS|+E@ca@U@`SZoAPMeqz#%3HbiKHweJi)ARfA(35|M!6{&(WB2~|TrS=ow@keC zx{kV8DLDVp3>=)9jU&ZVaI9h~j=!Cc>RB1|SWi@tkH!5%@4}NKMqqyGOZa?F z4i*-Tr|fI8WM50mlCh|CG8XdJ73laS&o=x*38U8W9dYEx3&Tur&m*a^ffxzcBOd*Wo6q4%qaV++ejd` z0UfmjV2$iC#sbs(@ZRTNQxMhXTTf5VFvkUVtSfJMd;6!}f6Gtbyjd(PCbkDTSdxy) z!gL%gm?|HL{WCLhv?L8pbEf0O+ybo1&qmQ}B>k7Qer(jXp zBz#gfg}$GJPfN3~tb81nzF&a2>ua~WRP8{}F-2d>~2)OOB z27~KBAD?K8WAi$e!4T^nWwvZt^}-|g=HqENIA5BEvJ0&(Yk=Af6jW7VTzVM=s{R`t z*V?hJxaH+;y8p|UpTvpzbFiN_dv#eZZTf8N&!@<(I2U^g*fBN>RWnntw;%&mMOipn zo{lr`6yVg{d~7es!&fuY@m6vwGM@hj#yt202HZFlfl&kDDpEbMaPv=u!4gJU8-ZI7 zGo0NlVrSy%ZE7=Ge7`qat?)7VR{L2kpM?4wb3=oI?um~dX!|`}zvw=R_r=77;n7hK zWB5ZOaPuAaBm2eYv9=-^D=M;HO%8ZB>r_UK*s;q6Q`zCV+|D-8$Bvk1s0 zqPB!S!zC%G%%6f|GbZ8E`_q6!i_zA+iU4c}Wm{_qz}8D9)<#)bd(#fIH7-MI?K+@w z1#ogRhCiN5AQq7CxYCYwMXe~4ao)Bme?!w-qZaU^oNWr_~ z-@x37Dae26C8R#{@5p|2Jo*p053cU+`5`u2ykVfhH8wEN-Zvn?_GtpO%Y@+vKdf`r+HTSvdLL3>=-sw`2-L)3B#-vJ5|0 zm!+ejXcF4q$wAkyw?x#py@h?mHj2blI{{cH0az!2TWdW%esmeoLLk<11ow;`$Ky2* zJFc{2T_G#j>xS6ylgDSghPv`XG}Gp;t;of(IaAS4N?BMzF80ruf&+P+jV0p{f!d+s zEF3JFjKhU9=&^Jhri_eTV{0gDt1q646Ea6Ie70 zM;9$X%-~yA|52`Bcvw>H@Y`;{Bcn#+?qLt&-$p-xFLU3(=M|IjAw|543SY(&x^|xt zfUT@x=HX;1C4O0+g0DVE!I-C>L1NrM+?;sTTaQLW+~(Mmj`d$#&cpsOFsbWA;cGbi zQ30CfWMO|%E_TltkLp7D3|D00U||Xl<&MX>S+4*)7oqLUMqH}hfUf$LXm41Kj)u+X zZ1@swN7n+!SE2nl0od7{_@QAN;)eXGoqkE8<2pOmzkXRFZhQ6i!T5IGR05{yI80gA zp~5sVXgpSsg6fi7dOQ`Cg&8=&uEWK2Uy_ak1r*KYPoob)DuEe&U#JKlmHYvr#|~5G zwx90z6l9~Cz^6v2h6=dGa3@SVi!UaQUL6`(GU$5{^;#-inbU$6(lf58$P- zqp`d+8DGuG#FrIWSX4e9A5&(#xbO|EESV@J#bxCav4WmkIyW0P-!&2jqt8^wW^}Ay zY#IFnh9~s=eAx?6;3Q>Z$17%HPyR&g%$tluWmz&Swk>}W4(7d#Z_BcQ&F`Z9#CpoQ zHlmY2tgUeqI+|7xpwahrtI$@rnm}wL@ZCD>*s}xf10FwVFt{Z+F0^C)OP47!K4;-0 z58$VF^H5zn4M$4|xQaP*%0Mk;V@+i<(NM-9lq=a*T@htqB{_6U#nJLi0y74-bkr2l zhk-!rKnX>6C20h3nFL_T6!A@^3@i=D3$lQf@8PZ4Z^7Ba|M5S{^|J>>PlykX!{cKf z!iWdQ;J$l?A^RVH!m>A0u#_^am2;S!JmR z8F*7?&j3r5V>de1FTDc1On)sHdIQeQO-J>d4D6UWg@R2AGE0)Nw;&mNiY8!J)&!iG z@di3K%tgmZR_j=U)}}4!II)^QY%^Nx8NitAu@N10UjqNE#P)q#;F0hU2*e!pddK?L zt*a9TY~A|Gv#6Uh14oK;Wf<~!F@p{PRZ*(+yXxrhJxt(sfB>tqkRQ)PeMK6MmC)-7 z(r}P7H9C;12*?i6&vABEO+R~tEzoCXU|+`Tz~^OX*z-B;NjLtX`a2XkDZ=Va4>%YeNIzxpn`ym0@B^n$Dz4!Jg}}D zs9#2z*lrQ{ZEO4*9Sv*IDJu3`afyJeqkaqU<5uk0z8ztM|H^~TGaOghv3~RAbH`}Q z9Z7>P)MUPb=2=rwGjl3xnJQnBCDi$Y`798cL$?eZoyCTFX{el;irUg_9Oo=6f0|f0 zR22|Nu}@K9wv-q5b7>+!Q&@|;r>5cCIqXxk9k>1YnLkYFkXKUD5N~^6#M#?!xdo4n z8H2m;8-eE^8H*)(Jg}UBg+&vwq$o>h^j{L-FQusWBZ_`MrA%y9c{0A9KNEj``6a}J zBsoYMj`b@qw}cl5$DL{{n~d7`rlDrWMEZPA#{QBiI7oqL4QFL}nP@JajE+_L1Y%#K zy@i2mGdhm1LdUTcbiawRuoY-KPMKKkYT&zFIA6OD*Wdplftc4Pj%(~#zv(hweP{p2 zuf859@+YHdb`Fk}&Omi(3Tg|}DC^3^$?|NRoHY}*bbmNM1IG%|alC-CF9NW`bQm8m z%%UtT6$gtmaGYM>P)=D~Ib~%$NJ+PRf0->@AMV>{!3a zvh};>mCW0R;KDn(w0YBUq+&WnWK76N#j!UToH9^XJPl1{S*R%{fUC&FF?!vxVtPII zzl!JskWa5I%0PW_GU~WDR-gzTHF?PbfH=1sdv~sen|JshF3X6IODO7_*b`5T8iNOh z5695E@5PK)o+6-{gwHEjI*RoV)A3pH>sVAY2}?>RVQEDwfmj+=S4_sd@@WX~Kd9?Q z|L|zXZgi~QY7O=^E?xTUgZOSiA!^=C#oqiBRFzJ~zLGR)9WcZAQ2rErzkoi!$Cje) z^jfsDNhT|Gv@Ay#8(}i29sLSjM^*qARsrp`cw+z%Mwu98TE%Io$Lj$xnkMvH{8Wd*w+}l{zs~=UcK!T9!;W5i^#D9N=3(4<-<^1H z*ie*Dct!yiU7y9J6Yvoo1Rv+UOdvK9pO=ism*vS=HY*KV-p#-(6I0+B7W?)XoLlkr#DkTuhqx%^z;oO4hz~P1HIJpiTO}o+2 zxD>4oYtUJ@5?#kw44BO^mjUND0he~-{->vNPps5&g&pfxU!lG4OZoI~kKokYTpTV> zBLJI;YA}ghsHnhj%f3$0Nd;hDi4hoFGusiRZrf_yyv*Vo`15b+nsPIRn)(R%HL zLD4u{l!iJAVtG`ix;PaFE7B+C=2!Flw}oXiZqR6U_9`gpN6K~3HV{@JgJZ4haJE-$1v=^$Eyu& zCin+jK|v9#d-d&)#~*tb!-qa3M2_MK&xz6omkSpYurDc|j8984v9RD(d`e*U1x2(A z3nyXu?1}i0u6N&SZuw!LDcI)NjE?oMU0wqtyqter{mdv_`XC>N-zE?%&JyLFgQXd$ zp}_T6?nE?|r=nx$Jao3~KwI-lbTw?J&--R2Kh?MmZ4Il@#^S#hx8Uvf7sKGyyD~B| z(!+6m9qSigQFo2IdE#yN;@q4Z9H?N5e74Mi9V^eI%qvd;SSb@Zaz#3dpKB?bipEj` zx$+z|m-8&xbQ~t|Iz@nYX&r6sGrQ1sYCF(XgR+X*a5DHm_eZ>T*Y>|Q(q<3txa;N{ z@#JHV;QnC`;V)zE$NN)X!DnSDn4do$3n^+{RyH0>D0}^6#%oxZPnj1T2>}{0&P&DFS>w^Z z<9(oM722A1h__frGppBc$3<4~sNDjbTnc=<3s1lD77V7y#g1$1Siksk?(@LYQ-|J( zALdL)6=zwL5gaaHpi05%@)>BPgZF4@Hd@N_QOg6$#W^@c(O7kUI_e0#n#z6GWL|i|q`0)qu!w1DUKpEE2vJA?+iYTkf zM&qnpy5|yN4w`1=dxWXLNQY2PalBMqRCgVi;bhK^#7&x;Vt>-oZCw2j?jTklN z&!As%)gSfRCC2nFh>DHHs1Xn0o_mJko;&YF{)UoQ5yont>sA-w(6de63?AI@Xo9oM!)HU;@rpOhE12TO9*j-#~r7o6bld_xN9ktIuiFFg$gZ1um7Ek^Nn%N`9Im8oLx%hJ;oe!t(CB{ z*26pJ_1<$n@AEXBpu71X{q^Sr$PV&*?SA3HE^@Q>EXMxt4=5?A*vWB~^*<(EbHBCw zUzoz}jrm-YDsKpg)vqq5WzACBD^}97dO01dmQgPpSgior4Ke#_D$1ZufbCjdDowcy z>AAR@{vS`%({@pC>nIG=Q@w4om~m<3KFP6D9j&)F(ASq)anlKpj3I7H1RGOdW6!EZ zY$-@#dvS^)Sz~AZJoXBJ?JAf}RZ+U4oYd*HnS5HBjfuVgMR^p;dVKZl!gxyqu4TPV z+lFO)B^B!~UB-2(0#8vk^()f(ZF>>@Eqmybz}0+GIIkM|8_tXUVID~J6s7xNcMoy- z%db%~jcZjJp{XIqRo4HAJe@T&UIGgJw%V?|2p{+ERrd5&y%Mng2 zSCLwKJ%2IR3)8rfpH6Ll2EUxz47b0guk#EK8cvJZ)+z3`T*1Enmd@tfA9G~8HIj;pNymh?Wz9UANy(DhBq ztBOU8QvJi)qBH?AX|ZxTb>%B*E?>^ITxkLGaz)+42I0^e3(}}tn#%oSp9)}|r>FA^ zF>p^X(0T@b|BAoApCny6obe>bPEEr+#N1eq7pBG$9W{;M;6UcRG@ZT03#ci{rmA28 zJB0JvDPp!cZyq~}7P7Z!Hv7c$s={OruFvGfx8G*;2(@?Rktpl2*VDttJF1N2-1~9d zT3^7`$|Z_|-rpBV^-dRYvmzVLuM_8j3*uaGh`xHsi5;K--asM0xA_n~bteSC4l&Sp z7J5$e{gspGxW95s>A5jxa$sfsmu34#j?FkHf4)ok8}*g>)R*T_FBR-9TB@kNQCqx( z#`47iT2fc$<>ECdi6e^+G2{Au*9LlTpP~2eX$IOZ(${tz`mVBj=XR8yG2Hy5$4*Pn zxY*uYm+5g)L`EkNIb{;d-+zUJ74z9$oW{1iBzBc7U{~>@bzu7i)DD*sT6> zeL!8Qa9F}^-B7IQTB)c!Utf?zZAqpAY)ut;G#6)5yF7)Tw-!RH7@(c!dDwECJ}GJA z$J228TLLD=i9tE?iEnVHp=or(*VB&ZxM(Iv#PWP}IGYzIvv;*{UWMuGU6sMk@)Wk` zEfhdYrCP*uU+Fx>J+Qrn3;CpMDVF{dZYn96JtvPuS$`T?*?W%~F`{Sl^P&8_setRk zdHoq=KHXot4{Q~ekg+*m3J*WHOlO8t*8ykNkLrbD3g_4*!jmVg3 zy#IV6t8(6F)zWvxHk&QE?{ctkE+^OJuvfUQDgpm(xgW57`2vowPG$MZOvc!FRLi4K z)}Kw!SlYQgHFR{($8nSB{zR&oxP+_aX?&NvfTooT=|7myz|D*F+&nJeb?A`;Yurn3 z;~7O_M{naX0kaeE+i|+CUBWkFE=o@sc3Iim+so0F^^Xrk->F`6LxOqu=?d!C70_5F z_54Z~u4@UMtFmdVlrj)=xU)K!Mgg_XqD*=(?xFwZv-C8dp}XmXa9>B^*Q>PLIESIF z=U0OvZmy;lvpn7WnK5lD0U=>%SUI9+XpFg~1#VWh*jPHDVW5w%n**yBzQob>scbFD zVe^U)*jbpwu?^|G^xEr;9;Lrf9)+_0oU=FwPnBUK`;NUdfjgh&2`45kt4ZT(K?ZF_ zAHjt!!i60Zuo8}|;k2TY^FZ@CXgMIB?-x)z&485HaqkS=x=6wsOAus4&D1nn4z8?! zOeO)-OA@2Gzd<;zipA7dE~RnRQkpCBXkWdE*3u<3uUbsA*mvYF<@Y0>FmUHGy?4%u zfhk?%7Bj1^lhD(^yR&EWw9-iLK@m1By$kwg<`~)7qoZj^ptcz+b&aSpw&tvj3!BVc zSg2!9pt>;{8Wy}75ypXvWNOOivtxM@HS3o$J}wcB=XAp4K`84_D|_d$25Kst`}-_9 zH|6q8Nh;qJr}Opl+5EUF6Rv(jPuE!nT0W=0UAV5cOANFhpug!558KWuY9@9|y~OU+ z2#9^j>;A7&W?tyHw^+8YBlu02ToGg2v!>d;CaoKWgJOf&kp3wS` zvIdb%9bWL%(B|s}iL`yZjH@M!_(nLf>q}C2up=AlYv^ygNPovcvA;xL`w@DZkJHFc^kch@P!eXoI=XB1VZUw!dy;l7>@7z{CU zv9OzJuVc#F=5D-W>caDeHsqOD@{Wc%-s<{HHL_y9t{n$Vtp(6L!Dk#7UHmXpF=kSb z8y7dGQ(3kY6C<~^@(7gmL`c`@18?ooG-SNao%ID=$xY^)6I`abQ>6^W<2pJz!{h+V`d6iG8M>bbhTW5`#+sOU#n`1-KpxC)V2{W=;>k z;`38GF*kC#G#KLLZtLXkB7pUVwFhC^##pHtVrXQGmA5=7nmg(~&oqYpXK(vPkMF zHji8DGU@-eT13PkEW7Got7KQvuItFr?`Z8y>uCOO4I27ayvbD zzXT}-w&MalT_+i67PFXs()psEx)1(+0<5Nqh|JRuy|=R9mbL|>~omvkKzAQKL( z^{hC@9AKbcYKnP8Z1ueL;c}FoHNHP)jDepVU|Ii%0xX=**Dgt-ZS`^*3bKU@%b~t( zG0o+9G?p%+ad{>`f10PT{Jrg$80a{q=*HT6Qw+4okjAd!WcG^K9Tz}5x_Jo`KAex6xg*z{-5@B0 zYp(uSXj%qx-(lpB3TXnRGddJqOq5QZpk8cYX@LgVtm;^7R=lm)GvCG1F323z( zRXDKzu19Oar1fI`^#W?m;&JnSMT&h-{XXbA2Y1hsSF|3bkWVUGF3DBEtTR88p0gY2yDjzix+1nyV)k?q?wp2SYI*zR z`4}iE4T_o3SUdMOm4=Q$$55Yy*hpqhokqmO2;QCk0-N*Zva56fTMM$-T|AG2ViHhY zoXY;Gz#ouJK7T?T%mF5kL z`MxZh8wHu%Tc1XM?J;_OJVCE;UA@9>N!f_q?PuxhI1JKSG2z0xn-4s?tSF`5*Pj;< ztAW06DK6cK(oi!-j2fLP2U(WVFprnr61@DlU6MsxzWmGROHiGnnQzBjlOspZAHm+ANfSgfKDr}Q%k9^y`3k;V=*h@1|KG` zL`g|4YOuu1)zwwm!o=q8l#ubnC&UmR6GLod1S{sgN>ynln@Z;MS?)r`LghUohDR#0 z6}`Z=nHE6L)@3x8 zui#qoLOKf5=sTVd9m0v#3kTM?pZ?DC4742*P&-dg`x*L#0~=_OT-pKpTLi$`q#BB+ zq5Y^h@6-|XPLWh7oS{RWIj$#9{syl!ttTX|dNGQ-AD7Trv4pNQD`~D=MvK(QvS7TqN|u;cLC_cYgCz|bjp+hB^<6c?YD^sMYiOh{x}Y%GycVjmMt zW%^s}C|krP;j}gtX0TfTY+q?Mdn+^8QM7<6ap3OEOX5g*7W+0Yl%4k)+ba_O|dXi-NR*Al)n)?0klV);nb2(Q_7jiW>mG+NQpmr|4vl$B_p%Ga)j8w`V4@d&P(Bsm$cFqSLu1B zey8ye-BP{PHt{y)};sbxwQKjdf9QIQ8(dB_4K3SwdoV)Gh!v@GVF8ALnTm>zct9FJpa+ljDOz zNJyAPcw_{jVd2buIhq4y^QkV+rn-0@yNZSDDw)U5{A}?!on3`<*jbpup3)S~Y+TA~ zAHGI_i9?C>eoq;ieUYlIBV3pl)h>aks2lB)N2RPMP3lIL`wK$dxVI*a>y;~LC|kfi zF-h+Is!DN1r?){mw;X|1;l#w&FID^LJf~Rr+}CiHo_eVr%P|I;k2BD85}J=f_xDVC zV>v#Boz;#}Db+*(l#b+?ZE5OcO-^kFad-8;FL?t}WlyKp|LMM^? z{tWh3rm(F<04rZOulzIttA*?;%Au-A>cE_$NbuMz_6I&$Mo>&V-r7cQNbi{$li;f~ zN}bP5%pqtBsn#Amt2TJ zPIgP-JmI`DIaHCw-s1U+hL%UxrjebQjgFzy_5b_5%^h9$yrO9UZr*(55{QYuO{asQ zp|LzrWj#?EuJw7gpEbX%O%~^z6rBFx=eS^2f;`#s^zjOgRis!PeAf2kB1?(wF z8CimF2rC_YP#UFk zKpw5Ko+Rm-cvy^hX83OhUJT`ztp$8ryoCDYbLie%ETC0Gw{(@~wm9cVnTZVoR1F8| zs}n%0->Ybv+b4lb0kY$YDjfs$r{Mk<#4gAqOxcJZV?+6A+C^xQm2cbjlu z9b%wxjrAM0p)}k)WU$4|*4AZ$t%W@a(NRPtiY+{z$rB@4_Wo<^shrDh0kJ)$IqWE0 zz|Mj+_Ld1pR<@X(rNWg7fbGg($lf)XgvbAlFbj)+^&Z#wapV2f&7Jwu(pf;vpYeK5 zD2>#AQ690fo~)}scA>7C%KWhKEm}6L*4?n59;pq>&&N4@@jRmpyg24=MN48RjfuhBoHdhiZf@9) z(W%?%Btz_pkhNdT^Chp$;+IVYG_HEox94hcCJp5)s4GtA#>zB)-&R0>^I>}0zY?<| z=`!MFF-X4TVe2I(M7(%vFviWq(mLPS-kli<@l1=2A~G_L=VKyRm-ZgpN|V@Eo#Sat*U4dyNZ+8Sv+6BEtOBp7vbz1&P%oiHviV&3Gokp%|k^K+}vsMnuMOd zxs+Njw^*0;MCoZYqa`1>IdgwiDs`2a)URB`{SBE=S3}<&sUrPx`kGEYs$SoIUO28A zMd9%N)-&{Vo~1{emj;>+Gtl_Oqs7g?ev8k{IV2kz@cWF3)JBHVJvEZn7veCpvByDs z)Qzp)wyJXE|KytJ?0&R$MLG?ua}}2hn^rHQt}L7S(gLm)ETVa3IuB28e6*Ob?HlMk zP2bJ06q$z`H&ij?8H-m3W85r_EH97s@*^QWff=!JL`F~J&1nf#EuO>fiWK3tve;de z!S=#rs*2OtT`oaO08BjJTb{+SwOM?a^%2g_exLtGf6LUyWy`y|#)@W`yBz#cR?*on zk6c+#npBmwzS%T$Ja<1{qB!^buwov+>?;Rp4Oo+KTlL3z*m8*O*0aKK9iXpSx}9-c zvG0=>IyW2=0K24EE5@%ED5=_muZ0I4Q#@&ipTPAg6SyBcj+4>h3^TOEe$43BxxUWw zg6BW0o^hP=(xON|92Wj2eB)&f7A)jYWwL-( zns8y+?61ra&MSj`#mVd|&0%LrGW*LjIJ03XF>k%WD0QPN|JL6@N$D@rK7HCWbu|Oq zu4+9K@Eyl=13R8oR+}%6U|CO+lufN%JxnaPmi-Qm8&+^VKb@OJIrLu^6X@F~A2q=2 zlwfui1i*UQPSM+Vl!1mv$s9fP2kEaD6YZuN=r~Dx!v)-fr%~l##=XQau1AcgHexJy zVkdKGQYa&|wK37w`AUxbpH$v{Ay4dnu070anFU&M{l6|{;0^vkYQ z^b3pLd+Q>79Rgrd0nMMj<;FJ`ac~RI9*l7_G_-uh(awRX@l%P8iYF>2ig>ZlpZyYt zS1o3L#RB%0C3CPMOFYjIjw^?QWvT2I4s55`?<+~;z{Wg+;^I;Is~TEkjBj}xnf$v8 zF30UI8%L1i<>6`6w%&5lRNOgE4jnTE?F_*;_Mh+BD)5 zrjigB!^`p0*_QJWhgUBZ@S0CeX*&B$7qh!0iT%Zy9F!bciPTmlnO$WIS-WZpRvxar zYwW-~p5rmmvqx1`ugYf3m=XWh-*s^GD+pE90#|odTl@1D75&R;N=ko~N3*OaNt$B} zPt?2?&i&0qU|Iy(fqp0rSH|C5r%;akpGZcN zUdrD%BawR_=TIwbdP7Mz&816eE?+F1SSI!POSrRf8U0tqpt*I9fm`S4mFgbeJIQZd z*RT$qd15fe&DGWQ83SX>mQXKGrcX;0E-aFShzL?&e31iX0#cP(0#x&;Dal};a9q0! z=TTjhPIXDL;*#Ql;#3Y+rn0PH5kt*v`B2x8Ghq|hIzEmU9D*<~u>ajy$GBjMjg7&- z_V;!4%&x3A&;!5m1naoqU}&;W9?i0zBw0Ionmg(0c7L4`$4{RW(I6(*9r^S5{p2b| zf<|BadAd6e3Sddynhz^d=%uw_eNwxX7IChU((9%Ah(8}^?dF|Kw)Ewv$)0q?PUc2r z5VbKOG{ptc9uvg<#EHywc13CENXA+jddt!OlgPy(@YK1qztOpVF|}pOsTJ^&Kz2h6 zmg{Ai)aK^!;6SNxT<7R+KSR&IByaRzV%?_gJfq|I&R~q2ou#jvg@HLUA}2C^=JUkH zL@_>e0_m^J5XR4^!dD9JP#BrUeE*{lEYHNgjR{s_GiQ-Z!`9x_cn% z`nF8B)Qprzw5%seBaL31YN^XFl__*>TFKSIG;XdSdh({WjVtA>HrlLAx+=@ag& zr|lR$QnSmZQ}ovFr?>7fbnNHb3+G4-N#II=745MR)WuAqE_RXtnGe^Z{kbMDfu5&&x{6MJ#8Z5OZgUHS}!>+0{6 zTBn>5kH3cQ?}&PNPPfibRsF#jIa70oId%@t%$OQWRCF}q(ZYdEjv#mT8|+&>oBaY( zQr*Lv@+@|jW>8f;k1FAAcZ%2clw?s|zJPt}a)_V#5{8E6)`5Y6L(Gir&YS3%_l`HU zXN9#Vd%Z&_a1SHW(i00UlV2xWn!WkIe+DyKukd&^UGVf`zJ(u3%35+(qO2!Q&yCdD z{~9qbL$-3`;J?U7jYdI zJ7_DUo0%AXJI*JBSLwQd^1jlgNn2a@3==)`hrXIxWZOHjFDQbA9^8$BIR0OLU)#!N+d2&c9=Zl%u4~<+tf?uNnUeKnUG1>5(^PtD*pD+E^!X__iMv}$ z=`2a%;Zf;QVh!C=_vWS}kM4gpA68W9=xI799v@J+GHxE>&h@Ww^^2t3&WO7Sww zH*CJ==*mU6K(uwuzL7_^tS3!sMwZg$apH^&sm=L2J)f-LUgc6AoUVYbv-C?1Eu{(_ zQZk2dT>~xW#l*WtJU$LTo}}s0MGS0%Snp)WuQ3y8j~d6FxXE%JO9Ju|5%7xFuhj_XZv7i>NJKM19FJMdkTA;l!H6v^IhW0@{o*oM@% zIk9Fb`-R)uQJTu$vJ?&!XR%LA1dgoE;?U|9>@HituEK22e6on7kKV)4!X^6O`&%|P zHqV-vnB?oIXffT)nooWGSQ8LQpoJIDjMT$N*J!tjzF}>=sv7wD@UE#F&#LNV$fH}< z6F1@3HOi47=BPTH6_bQ>DolZGY4BAQ-R&n8C8m0X>*{Sd%s|t51{(L#+aV_0cTaI< z{{g)0f;k`LCO|cb)`%c(#t7FHKb|__zHWs3(H1dQ{A>b0Cr)ODjTe7aQAv`c{us;2 z%x24%3;s^mCneOEWl>kQgy!<4G?(Sll$Xix)p^3AU!?Em=||1v#GYS1r{`uPArZ5h zGqm}{-qwa$iPK3;oXV8w1YV7cX4|57Ik*z7t+L29u!KAtcW3O$8 z(y%co{Z)xQ7N+!h1mU1-hn|XwTxLqv6DJKV!xCw%OCXE2wdKwA|Q#MIerQaF~QVF2hkEamfDCAZU~sw#)gW0 z2tURKvuQ#&qc!y9#m$eaR9r)p6Z`}2v=(L1P*Ff_iP)DtTEzTAaW*aaY4m;ZF$1@y zMa#z?EeyPM3cA1K%IOPen|hTE#<)%Po2;UvWBzl1j}On!c!?SDaYV!<^0yb_*}nWE z4hRQUy(*QR#cAv;OJ@u1sp72#CGx6Gce>AEiJP#|CzsU?cn@^ zrlG~p?ivQ0)7JTsHwbfYQVj?Fq)z#(Gnd(TTCcz zQGo(xEpq zu=gDIUrN^v4|g4AZEgFixsF*~qL@{#a`a|%P$U*+&P){!4R?2@=vbhtshuBhV>3b? z?XsRUdFz=ReaGIOiN-cOJwyZDXNQv#;?A`Vb9iu~jE4tT!?7Zo_pc&2dLmJ}x^%^k zqakv<0N6ya52i6PgjNADDS@L|xUqTxu(~PZs1rZCFC1BZ=s1RG=*cPdkE3jCeUI&a za~3~-l27w0sq=CMb%oNsuWWARXY=s%CVFlkr@!TM`npcg+x0oLofdZdDl=c1*JGoi zZ7>+)rekcj!otju83~ajPMxOc!aOrFo|PZG%(1d0_LgR`uOeN*E1j(+AF{7Fode>v z>Y`);ur#Xj<|`ogQPOP8?3{D{yPwCz%q88z(1e!^O(}H?Ak@^3_cZkh&@x6_RUZv? z)hqwtTm3~%$Ld`xebdYOhE}uXBSh9?EhD2LPMSJjXSujD+s%_;Ge^`%YGOJ`GX=Y52r7eH6wiJ*G=BH^>xDh>`hS&)-2**_$5hV73v_}enNzQ9ZkfKInTTBqY zBuwB~OgILHme{F1Yb^)-F_OK#pGug!|4-KnQmC(7!PU~`3V_v?ETgt4gP%7SGSGZj z0WR9FFmUrMeeIGZKgaF5%lM6-d1SE0PFL4*x3{ZQ|1g^Au``HCj3Xf;jlZM8z<9N;ofy$6FS^OU;^80WK+lV*xc4S)5p% zu7KC>;tb)+7APum>?}@U=h`I%Pl)f)9crfcKl%BbY%FJ(>6s7wWw<&fBb8ZfW;X{M~lTti1B zj@8s+sfQ@1+ZFT#?u%XBp^19me`3j3a8Z+9ZGFf z0M{eOQWxRR4e?rI+ywFS3EYSr&yR8AsGJans-{7n9O%bLqqNPgtW1pL=Ei((2**`d zx`^hAOxlZ=@L)@ka9=0syD6>xI!aIHMfzG#(AOpa*7rSyd8-*R#PXHF7&jLOUw;!5 zYZ4+Skq{e0bVLl1;SnUgk;vAPdF+&`Ye=nAN>e#ln!*0ch2r^Qb`?v-d!@^Z=^S61 zLc#JySXz2s`G4^l!|dGkt&HvWk5Shma*P4XtX!C5;fb264yq$mE6nuGB8_y-ch54m z|Lve~TzCYE&6ge*Uw(4)6*TrWzeu3{PW#ZuX*W%OLG zf;&>x`O^YkM;W+%1v;cli2`8vzG3=|IcWZasozhUESx-ZTx^}0nh;G~L=R>8Hm0#38>YH?RvOBwUN>~v2k3Do`8p?!%r$ID#~)C z9|Minaow9cJ(@co=W$gyuB&A^TrXeA^@3FHeo{z(^HF+lUZCgZDaAdofty$8?>a6Z zc7b1-zs7(3%XgiOj7AT}*lFoloeXsMC2?vz5s?##jhjYdcr@!4zR!VmSyT&$^;vN? z+sl&Kvr4)LHkTcxX$pW<7cF2%SvvbZUP@ThOW0}X&HR7;dBeiOtlX^KK2_H+>UR_n z3)Ir%Gb`b`JcHR|>&hf;Q}i?pSz~4iK4a;2AE(G*{MgQqLUT9qdqJ$V_2cQ$I=8&_ z^vvX=N7myiBWoA0;VSC9VrI-TH&>FJoq5N>i6lEm_KkI?BW5Bk0!ZIR1aKoNQ~)ZN zR^h;I2{(2lDwyk0(mk<2;mU%z5#h%VQa0k`v2==m7w6`TlA4x>9OXY)BdwyqGAfSuX2eppGM(zRDI8yu#(v>uw+g4Ve^sV% zVINUllFr_W9IA>IvPS^y)ADSryr=Z}YODOyvN$JOyIpV`twp7+J@`*#o0S{SXqup; zZ;#TmdW5MfD+&VlxCGPh?#X@!ALbc3@W9Dc{C*HA7EZ#s8MXx)84Zz-B3X~Ctjt`- z4@%2PS({Q@Fy81{t%737SnEJi&yq^!Z*Dm6_lEwT`m_cLF zQmz-S0{Sy6c!ht>bmi1fq;%?|rG8kiLVq!JT(afCb zF>#9Km5EcMiHexY!k1@KT`WOLIIUF~>?zG;N5NdGO48UOiJGPEPpdpyxSclMRYeS!#aA8iKeC_T} zl#v;Awoby4`GSWR@0+?nn1xXrAzYVu-ViB3H`z}(F@JuH4JAL&A2ltbH;1aJ z>Bok?6m6p@psv*`Vosjf(VR5D7+I4sMd zrc^jEv9Btf&+d{`@p?L2i{^0tGXI9^7&BXQIA2do2aPJOjYhnI8850!`f*K3aE{d?d+w zoMmQa_S{n=)oX$bbV+k{CEeYX+0M?q>u67olOub5T&bTFK&Jp$LyQ1e)Oc!zGrKxP zfJ?fJC;(SGC4d`Ke7PAD%9`=PSQ=VywA3+Zsd}R|IGOwoZ5xXDp+qVf zmBZEibXtoS(RXDl{dcYiw{@DHj&t;NoMoW>gaDY7#32Co+jU->y%Y}>lPQBSeq*!^ zz8UB3%!@N$CN4ga=Y%74w=Cs-s=s@{gz)#cqN~kA zCvSdta-+{9keLQ{luP%<{3lT7>dkdGZyG&9anUm8Sv56zVW+IeUdn3P^KCT7@Sdfa zVojI?v)MMTBs)2?!PA3pL;YzD_oFFhyl`TnT#pFlnw01voLFsSh+^GXmjKwdDM7ef zIP7sUvXUonf0Txrdz_nKYC>ayfL5j0DwcDtbUDoh+1%e=E?n1s`tE&8->q}>x1JIp z6YlHw8G7%02c4(*rSn??NpsF~P?PUwtQIyWEqJ?ZLoXy6H#W;+cg6?o#r+?<>w>7r8 zaK+9M+=9T%opm;z0$@+`-itBJ`J@I9yAW;}+wwqw>aL@U_?>aQV&=k13ugha5YD;< zU}j)Xjc}ls?0p%fVg9*z+o$EDO4j49Vd~nhhGVqaXIj{@%*~m_Zqj`*7e2JHC(p^2 z;{mRUGE!YqO+*2zI^oEqMb5S1VKm2v(LFVs^%KT1T2sGjsEX!vIii1n9A~^BT+_2; zPxRsLhFrcYma1+n=0>@+aCs3ur?)fkqX1UN7xZ+VrMKn0czlMwyQk>AB^=nT)BN!D zMV$O&?nj$yY7Dmc4N=v3#m3y27viIckBTE9A(5!4C>Ff;D%HjF*p@F<;7C&32isAU z$_BBQ%U3MI$~CZ2yyaj1nV(C5~XO zO5K`;1N%K;3a`6+@mFQ#WvZ$pz2#W`5mwsP<-oIl8BX<^3H-RRkn5$3xmKJ*ePI@N z)-9vw`XT5#O@E^RSKAr-yQCH>QuX;0^tE18RCGRc=qQdBlfN5`@f)e4zahZWjhCOF zNkZ&&;$q{O8WG9L+3&KuQn)PPw)T|Fr>0U$;>Z@yli5@tU{)}jouyJ^%WRHs$l%T7 zBs4Ycs{YxZ-@@2t#pl+JiVVZw+om@$>^x+u|{q^$ECF@T!5!KLrL3gxf|0G>q z-g0mv)!B{N)|Px^VaYNVN2&unxIA$z*TTmOh)v>dY#?`MMB-*)gN4qRsev|QxMFJ2!PdX-ix=2skDF)gvFmOw% z#Bq||_AlW6c{Xl8h=#h)#=#gvJuSoQ(G#XHb>aggNodb9TanCh? z2d;j?Wd)0E90Ois`Q1H`pIs&Q6~xajJ_1lad?P^iHw#xf>;=HQLwHNi9;K1mD5;q6 zp6(a{wP3~@dNOkK=ojUqOxB-8Mn+DfRrF1A4ApghjWM=hj;$R@u1+j;aVEvhlcmlM zeC+MP(I6jMrub6m?}eeZ_6a$1e~^qFf)^N!F=CpX71we;;`-`Bt`=ueTe^h1m5b^B zVw-SVU(nle7;aypPfFNm6Hct_9Q`+sG0<@te!EQCvNb$6)Z(MT7Qf+|CiWJF#>B@Y z2p%Shiiv&d8EXMB-%0%FF_t^d-tfFaMPTztHrZ$TEV9TuBQ5vSgUq>4VC#K0ZQ*-Wnj~6pjOVrfV+~p%p)}Kp(Pb;fx zzh$KP|3V@xbPkOE6OZfd8-khC- z@FIgQfkQ>Z>@81wM`k6?Brz_A__$cY!=p)k{dsogrLd)V4m*Vd+g&c;Rhq=sLIJR1 z;lN7L*;O)Ek-%|eZ8l3+%*WK)>4!h!JJ?vbqrwioONX83=9r?ahCxUzzUoLIe>w`RYEzOL1VKjJ%>n7O2->zjb9uW($xd}i)M zz-T?xMyfGX%ao_pjd0emq{P}uxG;AHT*nH?1rlrI#79OJ0(_oacJRQ*+KZ8P;{?ET zkjnO)v$2M;A!J&6^H*iv&GHc^OO~wvF{v5bRfibcVy$b*&Uas-eccMaEnLj^1(|dd z=P>Z)wnvu@yDkb?9TFh>T)<0eqat3rb)FvKz_{}b-K}5ZH*xy;!FQD*@M%Lsi>BBK z6Nrg_p4g}eLL(xW6(7g?ocGyXlEaR|Ic&{OVOK$tV$t&MibZ0d%;T@mC5CcDyhCWNKzHn#Wf#4U!M;7AWkJc`bk2+bh zWc{}_+9`0fzlrm`Xge1i4b1r_`$O6{=5w`pB@OwR++LRp^#|#_`33!5U(($n0M>Sa zzP5Apw4W1B?38%@DBSy=mak6W;2AOKT5D?>`FT27+3|c_1aWckBuG8LB4T*|r5RM^ z&lRpKhZ+H^T_tH$6(_N)D2;7}sfx>qyUVkv5&)|zOlI?%9K6O&#%9zXbO~17a%6?E z?VV4|98gl#V3?6J`W9m`u<%FQ*b`lIcMPq3#Lukw%hO7nGB*XUv3y|aL9D)TS)P6j z_)O##JzWB#|IQe_)OmcDNc3Cc-x)ecW70z@#eH001oLNkl?+ zH~Llq=$QL5Qq_d#lm)~_j^dQ1B}bhCFjLXyinXI~WFagvvS(sM1pcvq7XZ^_q>4UA zEo|v`58yWsAMo+#ki91c>c;ntgyf@8mMmHS`Ac6xQ^xt2S&=19C}RyAST!wy+aDKD zTav}q{N;3%rP6^OZlg#+trVMF-_l!jY8 zKbT@@6c{zy+ScXn)W{H`LsA%fv%}H z2G)V7>ew?<&6trI<|qvt%?@Kr?z;G5siMaL8z}{UELEn$jRsF7@|Afgjj%&$lqUJ& z_oVuYx7^c4x-4IO5`?h?_ctNing^e(44F7tUs9MKZgKmnhbMZ7ob=Yw;Yaijvt{ zn#s1(BmuKbs>x_h9mgEK+3n!MA}bdGxG@dB>Xvd3C0Vj${bMqD{&fR$6RW-qXIJ6C#$l>u zM)~v@ZhulpV|g~MMJxDyPZ_kHVW9my4_Z#s+ajD-%K^bE;l7$r(=P$+&N=!!Pr`$G zUU+)}%Fh{?45m1$D68a*6>ehcw3mnqpFm7xJX0d#S@h0J)RfFqtohnmnoU(flA`*? zj?(#T&QE4bK^oO13)o(e#lDJpY%I*c)id;_gQn*2Kl1yG(luYGqG=*rmm4}}o&sRP zfmwJl#@Lym!by!#)<;d-0wrY~T*heA;p# zl>Vwhh`JU(yZNwPxV4K;9(?cW%SowvhZuYFt$k5a(cUK?m9k{X`iG?IKK8XBJ#+GX z0{GC~7fW4p*1s~HJD(QORI!-Wl9lvc_>{g|m*{R6!0J3JfOYW^z?x6d-+D|qvU7BI zoQ7LcLdR7C#!r*hfIT&s;;3(Ad@&|CjJTK>qQfUMB`TKKs2Iu@yvyElDP=xMk#V@a zXfE4|)7f4;pB;tC>@CgWK-ogJmt=ByO)^>Ob1<}aKl?|2pAnj-DbEfWiHepn>iRaQ z>RK^sj3L8DsG_E0&KP|cp3$^JX|w^GEbYNBfCnytJa7%-H+LT%xcTz4fK!}`HnZl> z!#yz@rN4~EP*sO|XNO1W^gdH~7!b@ao?hH_@#ehOSf-e|@boC{mGY4(OO~wvP99PN(;uht&U^1;ZR?u#M}H?x9lKZlGGrKk z88(FB!ZnRhkv2_6sp+C)BHdP#R*ws8M4$Wo<{FrvROBX*az>SZw9O21_SqTiH@C-e>Cn*WP&m$8nx_ zpLXonjw(qIAUdx1y4UYeNdg220*7m;6iKlIL?Jrv4mdOtY$_~hZ0fQ^v4cg0w5p|8 zwiU;gq9~DMN$hG=vm&wR|2@083ANZH1oa6&j;fZ*p-*Cark~r`I-2)lc|m~(iKZ=DkVa`5Xq|o z6%`c-lvN;lOArS(_u$c8gV;YD!9!cS@z_`x6FY~5rBt5a`yY-C33I{@ZtKF6cgIk( zbQPouQ{bHdBl#H%!HkW~Ab$(`T4n92da&4QZ7jrf^#E`2tx!+y09Z)fGBO=QM7qXiFe4m_c= z;2o12aOB`U`kT&V1*Rn=JJ?amU@*QBV@`3kL#)SO=3GQ=PPEdOk0?=s?Y?51*}WdG z-r0?h9~c4Nd>mh0_$^87Ibqb{mD9h%<#SKstBb!SdC_ayKtIFBFQa@}8^8GBQ(Di#!2VB&pjLR0Jy#41|PjZcz!=)>q@i*jgOqhsjggdT3iO_HAn;c@5&ocoYYQ zqu9TF5C{3;^dzx~@op6R%fC{K#c6--eVVGWXh%sjFH*Y7O(dDbr{Tvp#UtV7WR#Mu zUeLSnu{jePrD|A`WoVSDaK>O08vee;WuZ@|!|QrVXYScpF4p0P^f#`bNdlajim23p ze{;>kNu3+-k=%F*e(9Klf8jFmJF^21X-#Mrs}LWT{(8b+`CcG{!T6RURk(I~WhSi4 znuTr>Sf@P)H&07Kv&W8icMRdxZ9VwYf!)A6PvI)xGK!biJI~|F+rJ`_Jqf(`JCfS- z`0}migh3pi{_C%iYV;xQZ+^IUveb~{xF3r}Y47;w6ren~2qk_Wic3lmoL7R;-sL#5 zdjs}v<3}KN;PA*09^M+pfh{qTR~HV9Qt}$@#>7|$9^ciA9k)kevE@JiZP>3H#YS1P zNDa6sQCU5BT<5_(8Vg?H*Z;C-<54w-tYj4mlEgTqG2?SvCZ02Jc;0Bjm)2}F$#n?D zCxUheA3O75h?8Q<53a|Q=_1TZmf(t>#O0ZdkL;N^Z*bsClGwdk4jl>$`ji|VQkk(? zZbfR6m|aR_Fc{yE98$#3ETOaPUe1MH8;8xgxkyP=BVR7V`&;|)*7yMabn-sn^fS18 z=2=Qw&*IwKPYZLwzC3#p*Dk(^x#eCLhPb@Uj;zB~B!z}hK&@yn?6(bkEl z_Y9)9rxj9@=UcOKu{T}w+MkRTp-mLr1wdvFP8;o5kt%{aPLBK37JO{8;a564)=Bkf zp{-S6!gE@qa4E1&X+=x=*S!(nw9J7%NhJ)qSKc%Y?~&->$^%Gt2aRUjrZwOU=fQ7H zS-50((Epc%H|YO$X6V>T&I|_QzwiTDy84Y~qXAKq12L-uTXXVYqcd%7N-AC(Y{J>y zL%96RUJ}?-xbhaIus5F+25WqE?gd;Ufn7cOq98SXJurOsI*O|sL4Ox+v9xEh6!GSp zQ~R9`GZxlV!e3e`tOHi+D??<_0z5X{hU2@|QPS$cgIl6Fu$^ChxdVr`^Gm0Mab&bt z7{qa4xC5sixC2X9FGu=JdF{7l-%JwCi?7Hjg*kI^h0^)B)&g&$6fJ3T{FB*(f3n)K zozhpk$cTCpSF4J{YB`CFwtqBRg!x`IQVxUZGD>2Zc!4B#U3@z7X2jzQlG9Ox1yAX9 zIBRv|SDGw*$p4$nO#F-4jlD`Ou4HCok<5JUrub9|J6stI#=j#nxzckKHiS)PbeOCN za}EsgOJbP#);>u%RlgV?-nS87K7RmL-#JC{dPbNB#$QUj$`7M|_i14`{pHh7le~V1 zCm(+tH>cPzBS8XHswgsPQf#vL*^+|UsIDl7pX9Y5SPoyA4{Pg|;?#H;$Hv#;;7E*Q z#dq7-gyUm9I6TaYs~Z!;F&w6!o!k+@6OY`10{R_c8$I*M)iDAeooCPNK>mLy5lise^pLOz5jbyb#EU_n(4 zf+Vo*(Iy<*)q{OwgF?rRM@PDGWNa;t?dZmd@j((<6bHBWklgz4{9V1+Gqwrltio5m zP5YO{xfh02TD)d;Vy}HR{$R<%FHANJQ4(vE8qlt`phwA(Y>a4?>IH#yD6LpS0$WKx z-=XG&&h)>vmcd~BJBd1LwKH9fUOG$ev1g)-bEDVjK+KUvDN2gWq!fHS+ycD* zyf9(;$~(`I$ezRHKR$)4Z#|2vZ=d|SmDFdy#y|Z2S1=pq;QmYtTw42kC5p+>4(R6T zX$wpmBNi;EMorL-k>O4{7wEu&;Q<^SkKou?FAi^S z!@l7N4pItxdQSv((QdenwnN{xeaz6g9&3vi;W?uXYc)2kQCZMT$-Pa(p;Ko?M9iUG zVn(anj20c83{g^R6YJ2fbfZ?zVXHI48cOlO}$7m5Y{4 z{Dx%sKFRTOR}LNnC#GXWWc_clrpqv-a-oY(a@NSq z!ll9{xe=W*3%W^YEpiiW7U4cvyUL7aN@A;}CM;2yu~%ad7QBqozjMWl@ew~qEHf9s zrv&yWrLEUYnTV;3ctvl;6+1u5(M9jOu}ea-v%2a3(IYNSJdYi<3Kch~uMuIK;2> zwXFwxx3%KvXcQA;YjJ!ef{Br}l*YP+-jp6Z!Z$oy~B5*f-I|nQH=M-7uXDU#c zD5Vr;K?kMIdYJ*uQX@ULq0`_-3(2ZE!zkPTJnl5u;T5R>lLPk}-AGT->|{qRgTeS( zU@6K|Wf@Xza=I|&a$~@gg?@`0Jr)lJoE}6nJ#Z#z(N^TZrzbZ6AN&&d>_yNnk#25xl+t0$wl1 z!%KzbQ6A=p&Ts9-gIiljT3vW_#|9i4i{QkLeqj&?znJBtqY>;Tsd3r!-?vMpH-209 zx3pkh=G25V1mZ;))Y~at>Cqt43IjPBNm#8a8=5I$waGa|)HZbJEC_2{=#WuTQ|Qq_ z$?O#)hfmx&uqG+6Em0!0ntIuhg^Qj7Vc7gv_DnpXb7DXJ{-<^iPTSqMOfvhmXAY#P z>X+G3%V01BjMkiqSu;f#u)5I8IS{eA5#j8JS~Jl??;V=u!E3=%EYW4cPhUKJi%YS$ ze+eGnIf${_+Ogo)a_G`kcp}S%FKT@FxTX~Ko*Yb>HZwFC>UYz0Q6wkRi3JNNefj+G z6_;Rsu@5UNg1Bd01CH!jha=-*9NgZI{oA@IafO90^hYRp?HlREiLoy1-`ay?dj>JM zwiODc^~AS*pRHDR_q6FrSe`CJL}kHhnF$RNHCp8cw2;)A)lM{!z}BcuXj5=#=I@J% z4G5FumP^f8C)Np~`mJLYRPkawAyd+87tYh??Nk2Jq1A)Ul<11ml=z(U2*dZka%JLe zPd-07^O7+m<7Rf`G8l|0N~85~eu@l(W-EG34uoylXw_TM$+>BB;2w_)A5@g!qskEW z&zg;uN;?8l4HoK52+{Lqy&1omUyLsn1aLY~h)WCRW4dJ zUj7P{l$4=pei_2ct8nAMe2d+V%?bzoIy>wV$?j5?VK&df+xJ zYg&P%nd;W>!hUNE_M!Bt$!L+ODPcKLCpDraLx*MwJ<4rpS3A&UaH5rxRFjNkCb!Ug z97)cK)haXYG1-N+!tPXAA&yJKd5#0JvoWT1V69Att0b*gI491TGV!^4Hm>mLKBo|! zDm#)hl#AGr%V033OidKs6Hpql&hA3k#35pIpvRnvs4WXI`U08A%fxwq2`*Mv;?t@! zd|p$5^S1giB_uEpiHjE)hi>}f>9J>{&yk6f`8l`{EFysg@jeOb62C1d z!za}NT&nWnLZ}dL1m@#>1*Ndc01lMRhg@p7(93au_kFKjlH6R*>20X2C_{zci<(e5 z0)YUkgB2KCUysN4^yAo$b(k29;^63@FbZ-1c79E;9vs{frWDpkQftG>U47Vl_eNOq z=6;@#Ac_C3?EfOK_vRaCO3#-hW?(>L#u|wp?Fx%<$*@(X#~QH#tr8vDwH9<}t!U-% zfhjErlZ5J(92zB*-uXo=J+qJ_(x75y8VSu!=_?->tXaZkL%!eQS`y$kxt4yQUW_u zUWPNlQk*U?!8u9`A5{BszI;Aj_mz^!ih#v_^w07lDMfp5GSn_T#jtBmjsq1HeuTUw z2!*Oq>J6dkmPI%)+$^l^b$r))9N*E6iJj}d?mEAXBsSbnQj6g5NH3+aPW)oe00xIT zA=OyEb5jqDt~thpWYb5b2~tFrBrLfe%_1GzL`Jk`ki?`~v})~WrzF-+lIjra&?V>R zkJ+(OVL+$Ufb-5we9RB(NK|26x)N|@;S*~%9#9$aFBU6yaaq_VGXj*v;K-s>=fu>c zG&ehX8H`DeN}uB}r6>_KS86n#}Sg&F-lqoM!Ruv8;NThfA6aYhex~c%)RTeWaUcCoT+U2 zF4n>Bo>P>TAjh&)DLNH8G>J%Bv~`f6I+P|f$joRGbLf(4&@MNkMd3iZodYp$lJDPBGcOQ;W z0^2{@hex(_;GwM~ubn-@f|mQX#qi*rtt7E1j*PV7z+FQq@Yf*erlkDuYCRmrteEKL z1k`275mlH-Oj@+-IN?56liGq-sZ~f@9da|;H5N3hjcB9i{N(4AQV#1RBrQ)i9&*fr zJYIxfYt{I`or^bZnfSzJ!$p$~AJFIWD~B7eI11qss}HiHm%*6iFXM5+IJZkX1CHA*wO_;yorJ=XBT6Pa+g&I)Abp-tm}JRu3^O-3Ly zAMe|{yx}d zivzC|7k@1LOBdkL4t0U@Zx%TVq3;jGxF%&kc5TDJ^JIJ1LoY&@45fg~TRw z>Y(3kCc)LqI6R@HB$n+#wZe{qG&w+@!OuN;*r{>hu+oH2tuB(ifes=US z7?YeCB5fo$NrF4=Iq0@H(MDey9dxF9J3ar`c?Gx_D#E$S0N$-A#rc327eXbtNQvx> zkHl71fDg)j_;_IePMrmcgpAVfefpA`W=N&#&jMxh5ekG*R#JwN(h?Mxcrnyig%dm0 z3zL)|*%HP5+hTa=&Q2WMHc0a7B$;*K*ys?B4R_-xiR{S-`?0Kc6>f@?Z2aEHJw^M= z^7wSDHIcA%cC6u-MbUfEp>kl2oKly{iZv1g+7xEQ^e*&h`R2bI8Wr@OlEc${FGOc9 z=83FmNEZVx8_L8ctd#N-p81K+vv8Njf+^FbOkfPgWG7x^)+B322@9(*9~|ou#CD95*I|;{#Aq+>AMb<8Is2+AE-vwV^_jBfYBb5} zPgkWV(5oRaX^fP-Ea=qR(Wo>d!Y{)@LTjbu#a~8@8l7lSSka}nqn>l1+rZ(HGY1pq z9AqTQ@iLuI@lAj~r1w6{osCa23sEfAe5i>6X-0pmJr^;SgEXlxjn+xmRd1y9y@JN;i@B4~LSOJ_4@u@3BGAqHw^7+7`YV4U; zglVbjJ(HzK*Tp5b*lkuUs9uN)pC6&J5DH6z@RgNdthYgE8^y1Fr7Emg!sj5cl{2=P8LwI0g8z#mhI5M^lhv<=)+2PSX zN?cLw6Bf4Y!12*;Jh5{KkB`Q1*T@jmu6dJUBwf11-5*R5VS~nmK9wCYOAf-?OmxUd zUMdGVr6xpWCiLp8h>^hf#V{jM10^?pIKCCHaSr^PM3xXQ#W96exF2@OJqML4=f_jU z;+xpf%V033h|=`)%d{4(cepU*c4LITDBkdv;N7YaPFIxSTul&I9KxIaGPrdHOiN3f zGg)dgZJP8(NrvqGO5Z$Gmsg{T(r8s>CH&qXqKm7AWl;|9>c*k50X#YuCVBC#qIz*) zEF#PUJ2*^I8;jxbU2E~w?p|zKKZrD4!QshLKe58RyF6ZwA%3Y9a~2{hCpuJ=%J?~A zdYiC}PrKfNPGNqS9Z`dglA0B(BnAvgOu|}WeHs_yrit*n&IIJmLYpB6DJj|T>gRna`{>pt{0` za(_9>eO?5Dew3F6G0?aK6FYlwY-cx)jIJY@MR90b6emXdaAHS{q(-T1dlx2#qj+?@ z55K&35YfIEd3}}mOR9#Df`$_%V046U0=g0bSaHI!Ec5cAY9hA`c`(oSs@Z7_ju)MY&mNeCz$yUcik?hGOQUeA^ zT%8I7dil9vB(o@g*-&d09{Ed*omzUWu_I=5Q!;a)o>JK^dheV&2W46gyGd%V*z=H) zu0FwzSO$afpWry|$J5d!uIs0XLN~Y3W#H;ATh$YVI|WiS|wZ{WK46um^OK)E-FP%wb< z${JMGRAatBgznlJJaun3o_$~=esTX0j_=thj66Kb50@W_;qe`PIJIk|Fmd_t_81=9 z(U1QAPKdRZKTOtoCM9uk>U6_teva6XF%vCH4jo1pTD49@^)~dYIP|GG#3*@n^8FO~ zNzghAx)gkGMF*ZS*?_DZe2_f{ZixwYsk(-JN*N3W;~Tg!DXl)sV!^^iHSmYZP*hL^ zM@}K+lpyl0S*Z0Fp=rT<46mue@v$zPdLTwgYyd|ojh);T!&CR%j>F?I9NHGf)4SJU z!Ky~2r^@zB=9=m)Ia-TY`$ZeoaGk+{K7$J#BqzS*RLp1-=7#b2z@kP6x-=ZZYJRe_ z6|FiOdXy%-$vN?|eHOG5-T7Hc<#hHbWiS|wZy-&ie59|jpjC6?(3o6Pmwyqfu+|iDEH+5rTPXwp#UW+I9 zk*prR4YxM-V1}*;PLmmTwRrL5T|GEFydL|vgmGfD4+r<$j;#Fokj|89SaqjNksI^9 z>I5k|RSK*#xzK6wpj)4V9K}b z&{r(O)aiQMwYn0g?%OCd@O@!VKelWggv#Ljdsf;1;O1268fQWh`qd8fSv*2>-u)x?3>PUW|9mHp2o%ea1hqEr}#xSq44UvI~d){c$VTx>9Uuu{vxlA(ntIfL(i z$i&59Fc|+GKbaQyT&T!JsjC&8tCyf}%`)`V*P(0m*8=NnT#6QwT4&ud3^dZu>gv$F zyc$pRt;8Rn9Y$eYD=bnoPHb9+XZPI>Z}n1$r>0l2%Klf<7209vOa)rCMhuzVSZ~Zi z)Zj$9$^vn^;abvkX(_7`gTY|@50FT-sq%Eumo1C^h&8Q7c=b~BG_F852`o~7D~W6w zVh!}VVF|({vA)&I&`0mJQ9A2bT8-m9EAfkCJCNWEB35F@sfpX+njL`rh9o7c?l+U7 z&01oX=&?k}p;XR6m6Qr~hUSl)ob#~iFc=KR|Bwu+uGA`3V`JSdh&HcA$EszNycUzR zY7whnidfxBL~B=}e@z`?%`4Dey9lkdB(wU(=pe!I_sE_ZYeso<2eJ(o?CfuZOq2h< zdd7_FS#|$BB2%tGo~rzvj%uH$(?nTC7z_sE|B;z#il9y`$Ka|3h^$#f0$Yx7-C{~$ z%Mc|&MH*J3d-X~TG_Atg=2htC?~B#1qGWa}x|>#@lSDV%vJj)UuSH%?5LI)%5Xp>( zS!MrwOeWKeRk^teRtW}!!TA6B5_QZrD%I#&S%a?TdW2UmM{nbD;Zk8QNvglO4r|w} zKwrahk{G41H7n8ASd0Ez{$5$FklJFa7Gh(x1$t)@5>wSM%k?{0Wf=?xgYmygqRyJ7 z5o^%7%!i(~T6B`Yx`q2*s}OBij9yA!-6X7N-BN5IVQu1tRlicW4;E{xCE+bYe-ov( zmIjE7voPgHQ&Ff<_OQw_7z_sEe-*`?IZ4S$;(x0z&qu78zu&bSJ+&)@dtlMVrRXN1 zb=9pzq;Um?nwHW=vLd1J13dWO>8f8v0$YiJa3>V*Ik@icuKTRSWJ+R{WiS{F#{W9W zQse7YSw`H}MX77`3UoCrLA0q3-3=tJx)mfel3M)=gn6OWFGYW21A0hi5lUj+jjOS~ zVFd;vVMv{M5XYxH!YayOFc^%#2*vr{fs_<6x)ua5*xEv=i=@?1CtOa9)U84%$*W`4 zQrecFi)0pAU620e<&?bmZXLDgU9$`wZEKLKb3mUWTFNTQU@#brzX*GS!M~Nt)Nfd% zN^I<^LvKqxI%=1qtL|1IWrgeb;q$z_ZbirPr6jgGL@1^4lbrcWh@0E$uxQD0OiR_i z&xyr1v5GPn3$_?f z3-`hL8&_a`a})abq4td{u_4k1@1iOw6xL^01sMzmgYj1*cV3W7iC2D>rP8CJCV>97 zS`4(V#8B%pZ0@SZP*)Q+bhhD+&N^YDb8fL03XS>2pj!R6ta=OvgTeT#QZlO~!LG7D zqf^=8pF07*qo IM6N<$f@aUR3jhEB diff --git a/src/imagens/kiki_sem fundo_certa.png b/src/imagens/kiki_sem fundo_certa.png new file mode 100644 index 0000000000000000000000000000000000000000..b0247f02e40164aaa8529f371814b06e16081af6 GIT binary patch literal 165978 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