From 4186fcdfbc93a238885141bc00620f557b34edb5 Mon Sep 17 00:00:00 2001 From: Jessika Mirella Date: Tue, 22 Feb 2022 17:20:41 -0300 Subject: [PATCH 1/2] 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 zcmX_Hby$;M*xm*MDN(wS?w0OOfzco_S{g?8D3PvFDxFG$bPbhmk&=`~q(vIO;qUvt zYkzR{gi~56MrLL?1 zxPSQMcb26A0M7ub3bJ~B?|XnI*~Sz zSV5+wJRhD93ikpRtMI6$F9#k97Q7}%l}Ww5yBG~>w;vxl_Pffwv0)G`Pxw8o^*AS9-aT+@H~vF{;ulf*$rLK>F@@33g5%%V00mlhAWx~DGy5@_)pT1TNoR%kgsM1bMal?|F4Q61qd;;euoyeTdsh@gPOYQ9)c6E z91EqQq!&K=+p1#oZIE=w=It2G z4$3e;ER~fAwJrYL8IH{sy$B9M$K{eMN2iJ>YPAq> z{kLy`0Z0n%024#Gql;Asp*gBsj_#}>YF<|sb32RwH}v_7f`3Z;kz))IMSMV>@GblS z5QgoY60id$k!a;P3qvo)_&7d-FAPlN$RA{W691z8A(Oz}FUQ4Ao-ce~ZYM*kv)A7h zXX}HZ$d7-TsB=9BV z#k{d*W&0cbus#2S#Z|%Jw5-eem>0{CPSL@}K#pnSI*jUN>GKswBjED~ahU=jwh$)h zDaK!%b{C>~Ar}$$i<@quZCqkxiO%~e6m*BTA$Vi?+yL`S>5@UB3(awy0psJA^dh2%M9Xs>uJx+ zh$#Q5Td=b{tv~I##qc46p0K-@32I-p&?QBIxA$JF5%F6>4?Bx)V6UbAr7-E>9M0)? z-OSq`*F#lNMvq!eacDl9y!zPF%e29^<@JNs#gbd$TFHgA!9DfQzceBlp&B@z67a;( z3Oz=(zLbHhOrPHtOxHh6;HbGj(1pv~czl3L;LtR$g; z*c0}9m~-D=WcDbIO-JGbsvpUx@Rx5Aj{`~la9gliaY9q_jJWt7O^*j=&IE4XQBYrB zR$-^ZCpJUmA3Kf4SHeTbEV=&ahn(@^!N%Mshqn;c=o-M7|wjMsx~BWG36 zYH^*c3YvaQCl|yQ6Tmp=e#qg!=ddgb)(MV4!RjTIloH)?NB3Ag_x&4e(6k%iV4EYh zCl|%YnGUw+w3RuO|43vsv(f><@oGuY^}&Q6GjOJz7$03U#?Jl)NEI*U`9q)-M;QBN z1a`RfdQ$1%f+Ud@tnWnBHRbYTa|eaW09qR@xu|^-#-z!dFjcxVlj}(RE%$SwBa$Yy zi|YcICUEMnjHq_mT~M(92+~wLO^2Tk-nCzH5#9UB_U-ANknnQ$pFN0HsRV2dcOcRp zS7SDnQmr>Xaf~t;Z0xZXaG5??voFs3bgap1Z@?L~e6BvRokE&7c`xul5m-Mqv}+{X zw1f!(=S5G~0vdtNkX3p?)yisLlzN)>`%;maVGAh>LR?a^E2EWNd3zX1_V&+1siw4N zpWYv!BooE*C|vS~_O1v&>)pj<-Sbt|1C^#`YR~KxB8Yo^toBxqY1ziF$zf6BD*nsK zXYfpjXs*QN6S5d5;Db4!#g@UR*zYWGjBh@FoIhyUoZ9R<~R>`_Kh{{NF)&G^k75xNyNw-vheyK7DLHUha-`Q3mx`o za8jV{GsA}8L=wwydlt{>)R!d4M>?5wJ|7N44+0|dItgVT)D8UnXyfkMc>45|!FM}a z@GmvFvjEog631I}y>G?n&RIP-d+45_44eMSAi}}sKk7`D&6(8LCMzf>0dxkAr0puO z2z6jc$nC=z^FZUzz@^kg$n<1>0kjtJFWyq>{#{kt%zp*g#@``SRe;XTMw$dJn}OeI%VDz_`drUJ0AsB zt`3wXy-uHtv+!YhZE4k`*Q?hdwj`pza&2epF-=*q$TmOHFswZsg035337$ZiYJm}O zBx#V<)iv?WY=%soL!%#uA5}`J_KSL(qYHPX({W-6sm!(amejrUL*05O%=nwD}jUj<0oA(y#1}E;jX;9N*Inaj!b@n^-Sjy?g$(lGW)_c4+@Bc8zPuHuOQ4 za1!o{#GUvT!Oser&pB-yP%$5E zHI``0DV>d|CK5$F@>SFxGw%U;Q_aLi491=9pqhL!pKCf_=VfOSiQK%O6uJ@p-a1)M z7DS%sya9)Cc273f1yCk~-Gefjph(AwgepI7y|vUJ5;yw2pMI+fdJ%_v8)c6Y<#L|W z0BFYDb84BECrGx*@orcz+TYB$L2#LFuU?~8(2z%o&TG}S+)n1DsWm5Y9~d6s_YtmT zhv7&oN(F~EE2vG+lh>pfIRBJFI+u^FIk1h+vo}DvcON_(Q8hjD0H+Xy-p+0CutYA4Z_Muf*eg4;j#epN=2 z6W<@cNd;vjE_ZNuB9kCFJr2k*E>+U;$^q|eW!k05@=;Uol?^2k^v;^JS9$du@{`-2 zbSJ}63?`qOLlG)sml92g%8%HuXznli$#`8_s zxb&%Af%C0+LSJQtF+br|htpZ`gYV%-`JOvmC4>Cr;V?mm&awkZ<{8^6Q=TDCaL!`L%upczIF*e02#Faqd3*n4KH1?|) z_E^vi2Ft~I&a4rv4l@50#~u_-|GU>xCza}wQV4#CLmD9?v8J6#-;97eN|%^A&zrRT zmjjb~VSYoWO2>=|9B_t|xHg5qC5~?`^%-COsCw{>WK(@NG;9DTn~t$>1K1bz!Rlk5 zh72L!2B*t&%?v7|mdn&B7u}+u-2}C+Kjcb~FqI}ABCaVf^Z1u9Q1Wrq ztKIT#olUaxLCK+AM6aXAHKi3cA@7uhq=w zD=QbojHeK;Aq1F`ZeEDZNE_hfh3x70Q-wu{`U5~mv*ySd5Xk9 zstyF-f^L&6J=cgA0xGdhWB7g4k*CiO{#I>m_n7L!d74BFe>kgO_pv<031-`nNbVcV z3E_w)Oj~p-VLAt?jnm5TCaNe(p8%uO|d;M)!%P zeMLGZ_X`8`2B16D_1^cw<#XLIjgJ@N4x^pfVbMDkH^J|`1gxXcgu$n@xoaI&_2O0k zv04MuLo&8(ftC%xfj%B>YpI0hiy3g2DP`!lp%Mik8!z`R=jPcL2;h!tX;+Ikg zBb_Q-<|-Fb5=1qP8-OLvoOXQ@NvPss#$O`(lIaurxY?&?C{Dx==8C5{ov)|>=a~FL zLJ^JFzk(@ED(!IY%tdWQNr1UHTT%_Ztt6Ot@Kg;sCLuQ3XU)eSkTZYu-`KfnC;lw2 zw$fW@u}x+=>&6?)CdMp0cP#y1a{ujsBU+nNK((PqH_R$wCQmM29Q{Z^RM{9a@{J_a z2guKQ3XDW@dQ)PaKL6(C>*Cb`@T4#Ca#%GS5DZd?sHdVBIN~W3$kDk+^zuy`aY)@-iOg;NJGt~iK2j5$slZZ%hLwJnp_u9{24kK-A|7c{n+n5X4byH!T#0>9iz&ipA^Tfqw++;eVh!GfTDH zOqXOzVZG6`Qvtylv7X;0q23oB4h)EosN3Xci9k%x_ix>=_rv$4F%uQ*qJ+`!yB{wm zBG!tXHASCpLiFTo(M=u(^B#7G` zM`z?OOJEn}fTw@jH9mL@XX`@!b8wfOvFrkv`aBw$R<1CX`8L_w|4*)De5|SkY2`71 z9f`*)%^q>e+S~Z%WyIfMwSRW@nkve)lLc@}#Hl`Dgn*xr4-)VMKuGrHk!C8!Id2ee z8wje&N#wZc43B6beV!H7^N=vpq@t|P91()KMO4a{3P+|UCEgU4tV8Ib4f$sYD4(GV z2rTq#^;tK)vSXUH(%fiT3Ws%muB{w(Bdk8h+}JWJe@aIQHC%OoGTEea7M$Ob#XcfgR9ww$xZjc(F1I&@(xWsi#dB z$p+8JZ7bGsDR{z{9uafNSuUA1zkGdG?)4J$Z?w3 zwKJUPy?fru_xX?~^+S?Lru`1n!luL*TD#yrA$8c`%{AjICo=gj%+#YHOS-7F$G7id8f95f0)4 zMhF`;Xo|<_k62VytU_q!Sby6|jYRzJh6g~+B06$z&cDod zyJuMR>$_gZO0@UaJczl=lU0FSKqkY#LveN5K7WlVfk-S||1lgZ1sF2KE#&qX;b*n> z2nMEvw^G$Ixj*?O8ie^V+pzPX7`oI=ZyR7cMA8jG9wwiiycnAAjsucnT$@kk2TfOo zB}yW;X`s5!yANrL209L1lx1`H<{N7!JqDg3f^+uz&(v_!ISbia-&3fR-f#a<#9$z| zV}&8x3d=yfFCz>R&2=VK`Wr?YMfBy=1i=y?cmqiPmr4uLr_|bFT=P@BgVFpH>Q@e$I?WOBpO>`4Fk^Zr;pw&g%?N; zh{J z`g6s>W2rWBw0t{1rv-`eeP*}UW-B|0KMd>$92)3xawpz*moQvZynFi z`s&ko!elF|w_IW%rz&Ey8@L!(nIHhqE6g2T*KTi35&Zk0qY(hp@9cKVvAwZGM8`HO zhwOP_WSncA1|BH!nfb1GbbVZ)Db60Jk#zz=J;pNH`^Qvohz@+}Z~nz6du|!E&nBXk zg0zmUe;?HwM0wv<%W$u_GB_U_xPAI{cdOKEnp6P#fmx8@IZGesXv=9UQmu%^?%CYZ zg@T<%kq8`#ZjR`uBd_KoFwPB$tv6qh&FHUy#IJnCo#jsD(yrT1rW-gB1+_Zc%VEz= zaaA{%_pT6XcdU@J((u{vvgb7bhY0QnY9YKn^2S5L&8+_pN-Q!sMetP-?w0uzwh+tL zzh0D|_R8oTL>FXrTtecPXUe;ebCG|!Mi%5PgabsRl&bba&?=Qeo3CP7?*uplB=Let zACegXfDwoda2D{JxdhWV?V#lMRxp9_dkl69S=TwzkA0yIlFP@#i1e=L5vyPG!GsI_ldc@nmos!e1+7&-G$fA7HbQ|*)yUEUHb=#`IUN) z6|vXoR9XXp#PN6Jx5VQ=Z74CI4^diZU5*Gxq&y~A85l^%VPPAcD9JioDlpGWI2jyw z2uj2Zd9&C(8dQxs#Q0s9k8JFhCcJ}Ysb4PFqB>%(GD}=`FLXr+hYu9&i9+RN#DAoOnGXBkFe^0(TpHD+aDB@6=@oSXkSt25E8K6JUo(!;(t*m z@)6BQ&Y;K5I%?^`0Y2r7GmV{s%)Uvc**M?=Dic4;bV#Iu+9Q6N$$^W`ziyhN)*;jF zp=YhGM3;b9DiuKpWU+_|4%jrrrZ}y`q#@k6w-iT#7(O1ZsO9WrPAH)VvG>YoNd<|- z;=pd1TN@VbYOd|@v7FKHa_v8a2!YoYpt}SDl`S?6{s)jYV~=;%x+P-w-(gK31p>(o z8~2ZqAO7f*yx49asmJb8GbVo@EB4vw=|f+wEjfAue9yRQt*7jYQR|T+mo2vgGyspu z*X1#-dYdjxJ{%Rh5M5i~SK3&jp-tg4xU9-6Ydtai!=%bAnCL3?r~eETC5h-)mv#F#nkSEy}z5%uTe zT>L9W%|>H7Oe(lomBmui}9ytrF&$r)p|S7ICW|{A6ELXDvc~^@p-2j zO$#^&W`f#53;C4s*YE=HknIDL;DQsq{_jw!o!J+D)&f>%S|d?SR&DNw14K8)mx!^x z*SNw3HlfiJRRYEUeZ*`JT~~n#V@xxIFRRIuscBq{#~7srhYMl7u@4X7nqmM^ML0$% zWt!kSP#!%;zWn0{IiR^G#@0TZCQk(NQ6UQ5RQF$+IwE6@egrytlz1y}d8)q}Ooj8H z(v2a=z*V#5WOx>Em;xz@9QiN%#ziLqG8c`}_HB&PBMZukko%A5dVgi&FwSvIpk;eh2AUD(HDE*r=P(a0*L^{zD;V6iWyE3X>AG6f;<vz_Z4_l&lOje=(LuR{Ip?jK`>M1@~-@EjcG*V7sT#|=CG zg4}uQA7zL24k0~uuKAy4bsBj*Y<+C|#p)o{>`OpPTD{fz6L-eir?=u#BaeUMO6b?! zPLq2AsuhN_vC}fHOg6o4G*_SyAO!9A+sS|h@SdcMr)$Sq7+Vijs3wGaN;Dol zSH@)x1&M45{hGn{*P~S~D9NheY8-hbamGp3>s0Btwl5h^^-xvj27gZfH>6E{I|Mb` zy6vqrYP#vF5CZGQS;>i-tkPQv+cPTIDoM+ddn)^e$TpEj`ybUb%8o^JitnNqk~b+B>%y7&`^l|ZbO9c$58)$A8h(=O{{a^ z?AqkWx8hHJT=(8*JZA%0ruZhVf8}eb?%dlh@4qDSn+67$O&}j-Rl0i>%c_zHL2ebx z>SQz4%oG&)XjaXLx_?RaJQyr>UjdGN2}p#pR&m-#K8!lNnv{1wp@>w3rSJ$=CC3g*G;KVcl>Un< zg=RJuPr=tKKiaZNe2$dtb_%$gTlCDF>mGm^@#ZV8wl$oUtmfxm|t?xMLBf7-wqg6CySLFb z(YQg?mG_MFnzQHp7n;Bjai5tVN^-Q!HFCcXO%&IDT}R%+`C4o& zsNz3uaXu2D9j^%pk=I+OiCinlDCg@ZyCR8@5(?%EgOwhjUW`&3)E#gk^GUYuA-$%D zXz!YMGk1dy&@@?19zFOFoC6u`aTC58w}`9j5V%Qu?=g54x*D=UF%}MCB{}{TyN!Vs z2e5Xi5X=BcDwcLuflqux!|CbgrgT&g7FgRGQ( z&T6Mz*b+1&yEL_>sRhVkM8nuafUV9aZPmMfdAz8y@pw6|E4y2p`)QhOshi}CTyK7N z-e=Qyz{7$A`i1ZFGq@UwC5_+Y9?azB3HIgz%7fEFG$UKGyF9$#p;`inGWgT?VQO9@ zGaGl-kRU@WKf*ayrdEyfI^iR_`Kad)UNg#_H1?1ZM5TD&7T{#)OxYHOKWyCR_`2Za zxfaL*_4;#Ed-OA}liz_JlfY6RY^S|G@INX#oDj7ktK#Y{?9taDdTurKl|upL=Buuv z!(@s)?)0f=BpdaK6^0_TwK(o9Vl#%Q5(J};@5~R_QuT`Nf&HJ1@Yocl*v?PQ-u^JC zn>5Cmeio?9jUkEF`sq;4<7JXgwbli{JDZOA()#rC&mKGN`aEdMD9F2yK8v(4phAJZ zosufmHl5SxHEYwM(5f4<50xag!RO&I$guw+;isYB127?)^mg99ubxk@s^U?R_`$%5 zyOJtHLpe}i#NcNWhqkBxk=*2`oR{oEF^X=xfBvRnW4=1NJT3%E%I;2dFj;B_6FTk($~lkvMEN&s4bG%BD!2qy8& zAL(6yJN)4}G4)c$w-!sNfJeuXd`4|cb;uc+6gJDo0e20v)3ClFyY)d8g8!a+`WiS} z5I1LlO3^gR>KL!~P0jyv)kV%p+*V}|@q>C`inZ8k>)$@o@H-W8k_iaI`yo+kmKydj zieD-F1Zt>sL}rHs%qx+&fRp|?Yi#2X*^dHaB)IZ&*`sqZ&Z6L}8b4Bzf6qOdzJ1Wm5* z&}0hjga@%5NgUzwKD~I7MI~_#;%(&J)eweB)soac;_dwBIBitgIp9u!Yru-qra3cO zCSB%X0)j`!9=Hd<+2XOX`~B#B9Ot`!G`E7stfxTF!bDcLq9(s#peG%Zhs2R)?d=8h zT~b(5_Cun&0rt1AVSc3U^hYm*|VlG;aB`Xc=F_E|^zh8*KhFC6EF9A1hC4dt<{sr%$o(hVL0h00-`HgY;C9xL#s)`RK;62_I@>t#{T;hE{# zE2>S|BDq*IcwUs!_j1OZP<@L_)wGk3U1w)4b)Q*nElIIz72);$dPfUNDjbKhZ+=a; z*B<#<%$)dz=u1)0I_%;7eO7e|H5WXASNw>*UaHZPH2F(%$-XXBcWBd5N+vj-7EFVF zAUmWdE`VW#%@%%&VNJX`tkC~TQ@-CDr~a7~Mn^o?>-~`m))8nkijk#pnWtoUb+}kVHT=zzDuu3(E^|?#9 z`_bvVWxT;LcEhA7nmC`0b-S*6QY+9l?`*Gx_O8hDT9H*^>*Gh4yO@sxdb#+Ro2=H8 zoFH5W_dMb-9st8P(taNI%UwC9kK;5uk?t5rlu!#Oj?IgA_&JNN^kOmV`m3*2 zIlM9oaoWnO@oy+{9$Db@RUt=Eng1GAsKpZELV(DKnyK}@)(Xx<2$C9UzjH2xXY|Ys zh{@|&VACuO2-KI5#{Z~u#J}nJbJHJZ_L;Rdna1X2AVqBVW6_+u?F;V{;s)N=g~|CJ z$^-gaSrbF$*U~?m>;2#is##W=#^y$w88uq2F4Z+dS}0b3LzRC!iB7`br#_jHqfw## zR&9lQZZ3^5{)uRzwf)mY@cYyj%7FL;be#33t*2T}H{6JEc#&C02i@D zcm!fj)>T#kP`_T!6+rdlJ1HuWLdU$7{E37@vM8b=$I>ECd0}3PoWqQAzXK*BZe2OP zUp4u>X~_;drWXO4{6b#@k$w8(`%%^U=rv}#XIFy*tP}f{G1V`pHDvNmZKF{Ob^mNYT3j>@(NZ^OQLDC9k}18jf&?J1^)zKc<~2usse zElzgYy}zqWugMA~W5r&T{UhDit=G}@>g!(82B&q=i0nOOtX9gkz((F5>1yyPu|P)a zq?@#(^X%H9$0(lT=yi8i@W-lhMJTuy??O^+HIJA}1p`;v?jY|O$F?MKO@iDY$ywK< zspJaO)h0=kyo+k~(sr^$?8yFL;imX`H*p)wTtT#K17()OL)+(}L=f!dMB*A{W0%-Z zaFPI*zG{;w30tgm7 z&7!80Pa0qMLgTWXZr`{REth>7Py;S9+Ks(*{M}$bBBh%GGkX4jQH^vw7Cfwj9sw7G zTND&0{}L}v(iU$`Pf@?nxoS^PA9&$GsH2&YFHWX*Ed90oIQ;=>pyPnMOv3H!!bG0_ zQqFOatJi{hiEIOEol?6TRFI6)UpBFU3{A#DwxX#zksv>Xk+)2U_Z}kiHp=&WR-I~K zxAZr&Zi6z3&tuwtwiK?NnP086^b0;j-J^{xQ75+3=HB0)E;z7aRb>wNQX!qD0?T0| z+y#RFQ!-h9PjZN*$<M}OA;ZMTHn>4TKW>0-oeu@wp z>o6DB9^mvyq{r~!Oup7YjfpK#pm%o4 zw&Ja+Y%x&;k^G!80RDrAkbtoSoAqhYZPv5KsWf~l0v{!6B(;pZ5VW~~X!7gvzwZLO zr^U0CcTB<9DnlK<-n8p=m^(ORzi~wfsaP)A4J?3KtVaSG`{H&=>!$-!P8CLO>4M`J z3`2ah@-_Yr6?fCU7_j&*QYeS&YD9qD_p>ew)jmhw6uhP~PAV=jTjPZL=L&~BVfX^C z1B9p2$&hes^Sxw{lC29TElL}k)h17N)8_ubi)H)DEE08{G9}7}2Wn`;B|%T7l`nJb znanZ&T#4o&PB4at`=y-htTEGzPK7_zS3b{|=k3VUNan$}eP7v4UN<_8oNo6?NDG{-krS%(z|8J&bBNRi%%G_aoNX2D*)Xcj>z&9hSna5`-rFsr z?>|^OzW8C9?cmGTMd56+`s)0c1Z8=@|Mjd8ZSR!Aqk7XNIhA;Nzcj_eFYR#Hap%Sz zm1FeV(lnv@n*fyaSFS1foS3O;rwn79BD?c7WibnCqm*72d8dNi%P^9vrnulm+Ef8& zrfFgG)_-Ff95)4>fzH+jvfL|fMJ>tXhVw;I>*+ z=P#Bze1N`tk)mk37kg-j-VCXv@N6wnasTD9m?e<;qH(v33+re|~8z+ba z$!U;Lo0YlOmm_LDf>Oxa+k_Q)ry<{5#hG=-w~t-r5|gxXO{mhsXz4jtf9;%i1mlsf z`Q^eSY>R$RZG_|uV4ex@vis1BX{_ccgz`jB<}fX3U^^?W%zbiTMVl!eezZX^m3Ff9 za<2NowD{Rr0;sM#Ar@~%;~x8bJYR<%jZHkzZ0(RUY1nU{@007GgZFbCnM)kjx%;X} z&+QZmLgkc02afd(=0xvDZLRI$7h=xS)|t#Rs&Sh20HJ`XsX-EC&rWH6KrZ<}AZhQN z;LNxa?jsy13k*9L|D?M&Hcd=`L46BvzywDB(bLH0<;Rqr!aH>$YvT`aEg6#RFBAA} zq_#ANNmfnl!=oMWUypqPb;er1<{23b`t6@OR_63)$$Fl(zRoA>Y5z6SEl=p#Uq=y( zvlwsFT~o-THkxQhgjDM*$Z$UVZe$IrUo7tZpmGpJ;JTuUy()p%MVeCyaHSL&ci~$| zQt);v`kNj8Ijt~OHFF|C&BWV8Sj#WS0N}Yr`sWsz$!YNZJ60&KA+Q@Q7w;|EyujwwxJC#_{(WpX>gl2Vy$rJ&y}KXak4<^*5!`Qix9 zD>&77-&me%yzuJg-Ojibf5L3bZ#}U46KtN?xAxmv!6EwA`*;y9LJ9u2eHb?CI2>?M zUH@-)$~i9LDT>Jz-UPA3gH4 znXrp1MrapkWArU8VJN6V->+4lM9H_>!)Zl5D0Ez@pIUI{(kZt857-8r_jKeoj%XXB zx7=X(o_^D4)-l##Bh~;Q9{_nYaN2XDtJ=Kcr`P{xSLFjce^cXA8m6lTzqXiGF@4~T zWrBYpr?dJ*x4o}O^~bp}Y^ViBJm^Ajh&*zZ&eKDL+^3qQtfQK7( zZS-_!AsgYJEVvm|xTKT^vS(1Y66Pao#E-k;(`0U6&xw0w%S?4ow{+OQB{<{QXdFbu zQK(R?q(1Q7%62X3XLVLE3gHh$ATD`$>T$@slMeeQp`0GKu!R_Nuf(|2`zz+HJq574 z-Nvqi0EyN`4h(bT^{?us#8kz$gi$!y+Ppn=%dvRcT94P) z^fCc!z$DF%*{7+>sG6`fktQ!Kiy+L@PdU6zE^~C zc35-~=Bj@ux2&Y-7MjGL`d2Ok89WI-*4`j!rCN&mooIC!5~Z11Rv40964ZOpk2_?G zkGfIu+qF0v2H9s#9EXltvhEhO1skhiwOW3ARbrrOO1n;)a$+$!Qhs!%;$?lx^WD-q zXoz3%Gjz>5S&GFRcw;8C1`vyJONX|PL+nBrzIx|ga)0bT2g2%Zar_NpIkinIq}ID3 zAenaEili%|XlOQibN!Hg67>$RE?K!q7;`a1yEz)oJ zJ-+~U=iz9Ry^WEGs$e!L2b*WLOveX_oTh|D+NFM6vnz+z=dQV;F+3YL&2RR7ljdBp z+dSs!L=rpZdF4tCOuZc3t?{zi`<2}$e+<1tt9v)44yGhKCmT)4F*L!Q(rv9!P!EWJ|0YM3p}^1sB96u%&g8X49qIJXtk z!ToYViMrP%63_7djpi>8{n-~zf9OdS7x9nx*lL6`e#DS56;lcQctMBNK4avW_GX{< z1H-lrVl&%5X8^}(K=&)&R-fR;2O0-9xD&I{p0QrCa7`lH=@SdjBRsL~a37rGJTrm1 zmYhPs56owa7@)6YJ99*xy%YOD&d|{q)??>m#7yFPJ_SG3yW<}Y zeDPh4S{%v^f==R!z#H|1+mHQQlxH#PiHSLf&q7;bDu|IS#A(vRI)h-%%)dhTWx)Xtt6V3T74^S~Eco-iZWgW2SpU zn9ulBR8_@kTxi$O{*22Bzw?KYU1kbp6E+5@4{?^iSnNVh4-lS0hxqYi2VEctmF5oZ zj7r&?7YdM{V1IW&t#8Ej`xilPzJ-;0$S`n5S*^UZBxrlhY>QEqXV^erwWoP763+f7 zGr6LoKJYV?$juux#GDhkW>88ObqFhdZmw!f7y>AJmdef`95s9taBn~ z$r2GKtR?U9a@5O}cTM=~N|;&BHwqjbaUpgpLhZkPf-A~-m$E9BE*WS}m7SW?O$@s$ zB(;;rjO-%08H(SOe8p!#^%RCs`?MD_>`=29%5O&nx+-8k<*c&>` zF1e2T>tJb~P3>U!ZiHlCkF%@pVtCYK=G3GTD57vkwfIF9-Q@8xe z0iTadb6A|39pWBhRWE&B1EiU{8dNs@-n|0bDPJ+WbR=lbO&|OSz-8{5Sv^&_Pqb5B z>3$hw_$rmk(4>HN-B^01pkraH~FAi zU#y((CbsV=P7M>wVw(D#Rc{6_6;soxvE~ciLhRQWz9 zQsSKoGr%*>MQ=*<=Ze$LNKe`OT|~jJpG3}hIQ25g1oeJkQdGFqg5geN%-M1ogquHMN^UK$5kex{u$@RwT>P2X2DJ9 z7G!|yFUHlX79hh7cBg4cx5~I7c28yYCPO9$x2Aybn$62CGyT(C^hMghLhSZ*PNCXqz|L!JX^usjGY4u_z3xCzni#jNq*<* ztpX4|oqyqZ0V<1XPv%3cdoJe(d1S?#_86P&D4{zAkyQG#Touk@HywIy$@E_k!I~}J zAYNBY1|AWyceq@gDy|9KsujOfvw7nF;wyzfG7h(z2f3_uc8QzL^+x;4gy8${pX-8w z-l=Z_c@Ety57b`kwCgYDvQ?!;+LlvO`YYC&J;jC&K#PlK*eC0p)SQAF`X~;In02x?z8Sh`dsx6aZS#g5z!8~=86RB0JK&IdLD0>AJJ!hvo9BTu`l zJ1KKn(kK&LrPvo)M`<=x%Aq*d8ed6$ZsWbwut%ea1|8!z@pZE(zZWnaWLXp*`wiG- zM|bg!K!%p&dYTm3;pvsip^8U@-`KdNsapNkmy;L^!25DlHnl}B-?!%wArJe16B>y7 z<#oM|kRV3(Cr8($*C{4=Yb6+?8bLWNz6wfvHfO;OF^a6d)sOm#kuCI5a;|I2$#G7Z zR*HiO{*Vvhzj#JhULB^&`k%0@g_@?t91bq9;}nVSO}!dn=f`oBH{{T6huvg$aWADg zI=}Owo%7gXycTUEkAb-e4-u4qQeWizjrdHVN+!Qg8BGw|fa^dC=CuhPGT0Q*dD~z> z-E!=uY5Lb_ZJnj;+f^f{8`%ArVlPH7cP5j>&5)8C4G27UsO4O9H-L{gblilqF>|KTs7jSO1O0ma%`ubS9& zwlqPFV>dVu)(U$GaSr2$gHQCJqScvhn-_??jLRVpzp;AZFJ0fI`tV@M1*B}i#tpxy zyPTIlAV7_{r{7(3E*LLcH(%O<*Q)jeRLYucma$h29V?q1BRv0!9@Ift$C;Og(#`u= zlNJLO6}voQO8rRkj{_WLQ#9Y}kyN5}sGYK;7&?TWFRFd_xiwFXz>R<`jhY;8Dip5A zw;KZ`vVR;72K2_vJdrH#vt9Hs&Hg6l&jDYUHF7J!*scf7^HYnBlfpj{&Qva);7`wM%@((`Oh{XX9Qzbr0vv-yj(EY4gsWMN(oi(uz zjl$b8Tg6lK!A`o~Hs8fNiEY3&UILwhy7UFTHgyK0>+yfr(Z8XI69E`HR`89GQ72ygI!%gx%d=YVFfkxpMHvB417BMC0l$(d^A5zh_&GpXB)r z7|i`Uxi%ZW*`c#@%wh{@Ylf?)aB0_`wtwe=F2n?p-^!?$#|^Nf?)jKNsTu`{)CY+9 zb*DqbwYz7Qaeve_>hrLh>5f~a8+LZsW#P2s{5a7nIri&UBEyt0QGQLJhD(+T?Q*RH zgb=c^H7=(u?8aBCd+Ky&tgqmtaZ@|mRtggye1DN6(>4am!d#Ih?VAnjJu#P1ew`nC zm^Wow8OfFlhRB3e5q^F5HSdvcsgJ34Ir^PQ1H-HMrvr`#hsAy{2#6U8r1y`RE{ zW&_Ir2MLQMhy1)IAHy^zELi5vx*TW?%6yjE31EAb+V;6Fss=nqZ$9DY%l7F=_tl{< z$^@F&+bLO+oe>=n{K|e$?37Zuv>g1rl*+3f)WZI2-Skk>Khx{ihV7_fa%E%UCbifK z^69jv1Qq6U(K2ErKbjJdN^ZXDk7$nW><9fV1?E3Kco)KxzZLeY(V2)oAC*L&x@hiG zc>NT~wQ3u7PSj*Q+h~9Lmt#Pj?1E-6kjh>kyMQ#OJdHJfcEWGztEL{HpN{lZs@yv5 zM64k(@Oy(Ag91HBII<~y*}rhDp#;cN#;q^uKR|S z!2Ym`UPaZiswMrEx$x)LtfIxsi}uMDdtb6uwlX;A_Mqayq0tOUpW_&%v-4Dhu>X<~ z4QDF6?w&HOH+v7dP>rj%?^)ZClTNoe9K0@`(&Sd3DGL!%!CKmJF-VSgsN-&wZl8LY zwSZD~wIRT_#^g6WhSL3_8VQ(N!8f4>t(&<$_d}__0g$Hb4$BfW`jTCUF`MbgwB8Uj zOFw^{p`BqZ{+0hMALm$+QMdHVF}WD2ZO;j-D_0Cv|F@gVnk8c7eAun()~_n6q^af2 z?hNKum~{3J^5)<;qkI#*Om0v~>-5N=g(z>u`$AUv= z2=k)*Xy;f<^ds?K_P;ZTsYy)Nx`L@=Qu)=b>eDsT{}!J?VX3(lf&tM=XvR z^|ZK$?7PF-I{IFQ_M!pm*Rt}-dqcW1-39n|m0$_MmCtcE zFTC?Gf3cUBjbf=;72xiP*@k&p@JkEgUap-^QPSyN3ghzUXh}Q}*Og40n|FN?fA{JL z2gBFL3mel8B+7aHb=39!VDq1%1k;WvzvrC`t@@`LE2br$Cl3oJxu==n{j^~2w1IaJ zAveRi3qNn;Cv%FHr+84-Dh%-p4?nV@mcsH2+e+LffO;*5mm%xR9eNfR#mBbc#=1tc z5B$*s1nw+o{UIGlupSzTTTCRJ4E)3AE;MRykZn^L)rQ09y*B~~QTNG+l_VH~*+uZ< zqBY6oIHY2%MX&3eT+%Er=9{Ya5qZ^Xyfm)qtyHjow(_EFrXK~!)@sJVTSE3&@jkkc z@?c#%>`p0^GToYf2(gcDrzG4NIAzM(>sh|8N`bPZDIaVoMb+x#vYO#_6|dQI6Kqdk z95;}({Qlu%nd+v)LVO3NKRsE0$f82BREL}3+`rnNWdts&c|BO*V5LjZTAGTatq-}DdX)WDa9(~2Ei*648ix~GBcwLyCX9hS_Lxq z*}88Jy@`~s?1}Kr8S{!xT`S1@X8|k9{RYqFC-4?bSw*cAS3N9k9L!>8QXkVQZl@nt z#fU9f{($v2A%OfWMAetKN7Jm4a#ake^Fw?6@9A2{7&S zeXFEiKjKEmo9KA6zzSgf(Xk5PPb(&V36-2M$+-u;cLx_ONSCq<(KW870Vk0D-EJd{ zLROPXxjq2CSYw|#P!Zime(*DZ>yRa+XhN%Zz407!A#TCIEhUww0=QYsTGeAJx?%k} z3SH@x8`mYMpL8@0WukwzAQ>CsDAG{|J^+42w!bkefL*Kro*hhj3Hb(McMD%ZaVpbM zu(C;?1L&&^T>>mus6=JPQBElM6j{0IQC)03ZoGoxpXNgI{EdVUPtidwd9PkR>$ z&XYV9z&T^qdKoE2KSMR|I{6%bJpGUFb5#59yEGm{TO?niH6`E?;3wph&1?m*OBKLS z$Qx+CxQ|XEED!QAN(wRQ(t}R&r_!Dl>Xp!)___(VA4Gijg&C*~+e=}cs)J^vmm zbpImoG^*?PAikbt$^S?mN4^583ET|tpu+h{SqvEpYSN4XI1ke5drhx$=SG^*TBkJ+bBtW;cHRd zC*O6X$0*<-Wa`}*xrB`|#+XiI4x*Dy#-qfyW*CXeFjX@dx%f?n+=JYcQNi0AqE>Jh zlW$}BZekg9r|~K6SA^6UV~jBakhPEr@tLaU7f0O`Dzi-{;a<1RvISBAUk4T_SQcZ9 zF~$sFWcw>?Z0oIS$KCJkE zQ(gjgF^8h}a=)SlF~%5U%)nwJ`o{N72mT0*h}r%atN^CP5R@4_o`KsJ)fi)pF)7lU zaJvmF{{9%)61A0?9JBqqtq5iM@Hwz6FdI^=jWNa;V_G6fA?QU>zgkdI!uqJiOfA~6 z4{0a!5VE))2wVut{-0xWI0#2J*&}Z;8R^3&(avpkb=PFtdV~jDzbS80Gz<)yu#z`pgqfx?! z%(K(D_0ZHNd~fF{R0?B^F~)QiYak2L`$Sv+#v&K*$tdIUKPWb>lF^iF2F{zAqyv+E z(fhhl(SjIbj4`HrI29=vf313cUEq3Dm#!2seps>X5MV~|{AwA?JJ8q+y|3pLEr>D3 z7-PDJCy|1&dGP;NDQ5$Raee0l7XY7BJpT!O&@p8s+#QV$&FMDME;L5wlR7?TQ% zP*&)!0sdR@|2wE3?a+$tmj#}$*ydl9WBwk)3Sd^;hu+&&iWbBeV~jDK&&Kq1>wW;7 z0IW@XAKJ0Nbrt(;8$5qC`M7`=0KNxolJPq2#B#_Le__#r7-Nhvrt_$71s7(PP5}-8 z&Oxr-TD%Wz0XzsS4g3nY6qpd~`&e4SRxubj8ns6Yt&Z0LdjhXzv}U{T7;qX&zWE1m zd9mV{He@#7E5KU7JScPk;6r3Vz8Z%SnEng~Rt?6A^iSe@1GT2S2YrvG=PF(LERN#a zmk$0O5VekXU){nr&Uz}cO$C2ze3_uZ{x-;+?k;LB2#uFUMfjTP&?4qS^A z&hhBP)$NQ%Zut*@aRtj_+J|M(joW8LCu>!XyQ%*>zYf&{&1$S&vDS~!4Q1u{brbJF z93vyteV2SgOK;<0;KfR``(0O zBDw+Hkob~f?Z|wHjbG8v>MxgF=G3xYivI+ z(Z7Qi(2c>@x8T&1vp~koE66;HN3d1#&aLL-|W} z4AK3Ge?<99+|DPXG#CX;!>);e&QQuRx6O{Lh*kov0H!k@2DYNLb5fcL;7Wl^X@8z~ zAuDt{(F^Q@3&GYrsS)evKvMuK$Fs=Y-Y8Z8b6`L8CcKSIuI|z@b}}urqu2+ zTte2t?SL&&uyQwZE3g8JOL@6iQA`2s0&E@g+C*g4zY$%OXG5i)wgZ-r*nUUg7UbSC z*|0J?C;c9|?5E|t{$aoo)V4&vhLom<(1kXXaR{&|I^S%Flz}Klp^{*SqC~x-m=ATT zTB^o2Q&73H8_@OTmEied$Ys0=3T0ZK_%MlekwUQniYpvwOh@nAOz1l@YmIFO0e=DB z1g^+lG?RpHAjRq6q6Mj7EPd+`K1y=8bPvi<>vrW2WC184#n=oiW~Lk#Q9Vu$UXNpQ z;G>BBUZb1|N$~fuI%D&QdH$PVzhU%ML^{C&ctr5pOenj038d6*iEdUe0G^20FKXOI zbi2(sTD1TkUqhB@D298j2IgBE9q;rS^B&j0d}%Tcc&>(ALaQ_ui98!*Bq3^(y znE79(TyiOjfuI0ZvjfrZSJLy86~GMH5gq&t+9Pvz4Dbl$AM1~roM#qvSG#>ma4Q07Bm~ap8DA!G2%` zFf)2lFfgd>%N+&E0?KB*6vZcfg4~)XG&$FY=&m#>)~TEL92JBfjo!PYE)CQ9M18ma zfKFyf`75v_aB745nPikuJ=B$m|7_Mlam!gS4{$pDmAubTqQ-GCGBwH!WLet=os%l* zMM_aC_4AUlD^j?tc?Gp4y*;IM9z@F1(^bzujuc_jm%k&cY$b~Z!xTg>vKRpTsYpQr zPDLlfw}ZzUTAc4e21YO9%aNO9bz~)IraqPFEPBz!y_!ZZaG_b3O`uiSDll2y&Gj zgseF?V`TxoU0X60GJ|sB}nic@FFL#XELgpAkebfVs$(YZ@u z{-0iCDJnYl=LPyUrXP+n<3=EB*3qbT*{Z=}u;3@aQ|M?&n^jGwbFRk zSfaC!x|J}dBCcaQm{ZUAkS-Qy;PNhT1hVc}y|PCmMesc2a=Z??h@FAKQz(I;GC+PTiiJ)aAa8j? ziY)T~B=O{=eFDiIj_q13IoX;;l*-0>3I?ElvfUMK2%_vr(1( z+faYgaw5c5=*GIZkX04KW~INb0JabFkwxV$;t#_z9moZ9G_r_a4%|uc6#&|uZd6My zYN4G>`Z!)o38>ZHtJ%yq#zHA76Nx{^UI*R}BtH-Krg{j|U}XYIXqrhp3Fv*`SmGUH zoSd=JvIi>{BWpNLlbjA<`_eH9)$y&yN~8dK0q6lhtKIaUMuDZX zP#J{rrSWK~g;wUjs6&Jm59YK7OVDQMYSd$PCa`Ih_jaIqbUUFqtvreZI~&t&jHT_) z6jlB}_k$u`{TooN*Gk1;2wH2_)`g>tv1o^!EL=}|MYR_=Bj8$Efdfj%MW{FSEyXUU zy=gTC5Y%euWfb^64c&O!X-BvQ#eyA=9wI%p-|n<9uOLP60@OzFT&i2ck3|p8nfWZu zslc+BSW00M)*547NZ~3<2^@-Dl^}$oX5HUvS)dx_RMN*&e?&3`@NvSG=$XRc=msa4$nQy*FsTAJ+ruK|YzmS>w?O%SzxUC=>5H$l_2U(sfm6ndu93Q5XnU&G#UR=pXgt0bT-_t^|BKR{))U zx>1tUoxrWw1&6OFy>7*&In80bG4@^td2gd@zmgp&t{&ow3(mWNIMwJyVFFe;hOgzkmReXz4Qa6w28w1X@ffo= z$!0xTXp9|@L0(p@xve#(VI?X#62-DKrC|ozEY&-#jxN@^+MRomH8A@7-W51J|K+qd zt^l?s7X#1Z2_Q~wx={>Hl&KWcL)a=?(`*H>=wh_dI%$x-bI}vV*ijS{^3w?%X^cM} za1QHyLn(lN1|CgtSetFjI_apu`Ol2;6Y^e2yW3Q$J4ONL z1e~K5djMM-<3;vg9_ajs_=ax_21e{=+u#adI3}aU?!Tn}N4&Q5?>WGia$e8w_zkFC z7)iEx&!xs#5iVd$8JkEr*X2M{053Dfo~mQH+}4Eot}(_&1D7{pu1Yq?E}m{>*gG3zwS!ArblXXRD}dRVj&`4; z(ZhHTREYZB((6l+g7_3FNt0J!;?sc}bDGP^m)p>9=}ctN8HVkGN{VF}i^c`!!D`ej zK1zt#wGr4Gu&fCeY1j|j`u8v3_krfdPXk(Tq`vQL;-ma_}ShaG{^c^=4oup+vX?^ z+p=`0Wh&~J6TNnNQSWW1Hm4Y43$S}xJ59nB!1SDt+-`HxZaT>i_sY^=YuD&FNqKkJoAJq11(Ti1#&PQBGTN9ddV79_xWGC;WUDvVcWptOIsza4jS;prsPB?D|vasEOu6gTx$}QiLx+kA9KA)t+$EGOR zrP>;9C!1GdJnFe#P5v|F+l6Hp6ia5UWfj>94u2O}F)i88(%*-@8W$L!3z?{Lj3K|) z^JZV;{m<5T|9Ip5?<8E?5VX;;uE%bw{|0w7-k;S~JkOAsXOgBfNI4n>t1rL~Vy(xk z6xWp9X&uG^9}>Tb^&(4Pt!%n&kh{@(h~1Q8Euj^_q1ZR*J{14Bdjc85Q6fS$p|G7sO5*H?%4$`Uw*r*{t4BL3fRlhTPhkfMaAqF(O+b_3t89pLj7+Krgn193&1q&#JFbjN2CnhgYA-@ zRyv+7y=OLxeJ$V9M~l;2`yPHfMvEo|2Lt}D|$RcK1G=8u|LVIvE`$i>h5FfcoQkaNohq3V3wm= z%xEQ+1u)G~X^D0VAf5!0l%eQBy9vrB>&qak2gN`*PFDJW)5zXCwg+VcKbCn#VYwG6 zOQAAHA4V~OYXZq@g!h3slrR(jC0b1DiqaOKY#6zmWD zjoK#WW%RoR4y_{R>!tT(Y2D>G7Du9P5=q=4YmibDqUUe3T)>rdp$x*s#$45oUX+EK zw)96MF5vgjcmE(t6q$~)Z$lEo1#Gc1>Kf9BtF-dGucq{Rz)d1cEL*!W1_igig?71{B5U4g6d-*DvIO>_UFV$0=l4Zr z5zfZ$U+Fkm=s*^;Bam`14rPF@MAnLOU+M?Z%{c_aiQm}Q(wrj89Z0#Fj;sh1QCwSB zX}-77gL)3?$nZvnxkggoQoo-35;?{YFEg^7{v?g83_}~!X~3s|-H2!KEaU92SoaS-@Qudx?<9cSx3E%hAaU92S9LE_T z+=`UIxhU3RC@L80wE!K*aU92ST9-x~?EnA(97#k$RFq*T7`+b#OTSzCce_@NcO1uY c9H(IZ4~@|V*3a()r2qf`07*qoM6N<$f_MrSp8x;= 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 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

*xkCzBJPXdrso@A!5bRE z%h7|j_X3%zDoY&A-eJY)(OjKJH-6c!Nq0@DI(4sOO(s{O3G6ZE7T;EXhVWgXf8ln!+;%~P?FPrQ;Y#?u-K7Cg|j za`yPtutRWyK2s{Py)eC5!V%KMgkdQ<&G(316tQqFA1=A??3m9=8FQq=Ni*=?fl8ubv4 zQy2qy74eNK1&p{kZPGA~u_`z`EXT3@lk>Ma#OzPF(^%b8#_Mf63S>ueQqobxgFg~A zg`iQT#nTlyh5+nf3{}b;77i_Oqtoe3pl`(~nbBnl$mbB8M;G)C?< zFiSYF*=`8vVS5i|A({hbrUT+2Ztf@;+Bl}{ym0wfkgB(F2c}OK;WX@eDvKvdx@#cK z%V2!w*p5zNad^6vn3XD8DQsR!m)O4k#$Uy%eptCZ7xgplv~HG4bF%@x^%FB0thE$O zcU7g4?b_H(I5>EDTx&a_Ce_L+^VnI?h;sOSiQAv$oIeXLaWLCC(bF13-GCJCPfvnl zvA-)IonSU3?UzgY*nx-UVlb%ihIBUV9{CX~LH z52JqrHP3QiQ&=NX_vEurNud%+GRXs~;hy)_7qP-%eHAaZf|H_P@UBh<5648ne<^_} zA!58^bL)cFDACPzGseXjxLTlg>mPfx7sh~|_cPX!;uqjkXIyfXNb3*-+M zT|RknQX}Hpwe73a-_wS{s@%>1W&A_Y)-p3xu&6Usi+*jRp2+&`DP|X?edDXl=@*0_ zITv8%LM3w>iVaHza4kxtvTC0X1st`pMc-dTLisJibPDxm600ucFYYr0W3OcU(P{a% zS=H@n^ES&!;{dvvStC4@(|PVljQPq+-l&A+lQcQbBg185!%`cFCr(ng<8K6r;9TzjTiWZv;0=X+Y(^I#X0_wZ`ZY?TJ~mg;Dq|NxSWiNwS+Fn5&$GD|1>Qi8 z;RdgKVel;N`wo9VBF7yTtTvlhwNyHti`sLhm1^9^?DiWlVt7G98T@FoH-k7;tO~H2 zHR@ZZ>I;iI75;`|kbjtuPC)}TwRAyoCIydA6ar2644OWT`~k41xzC(^^;mmC68y~6InRztTF{gZ_mtqnTJD2#ljI*0ppS%o_E2`PQ7J_ezJ0AhnqV@_I7jdM^f>*`w+CIruLmS^eA=9 z=${VpdeY_38|N-Anc{*@qV=Ju-euSOrKYTsS4yt^tsg`+L>WD5Uc@13tHIXohwx9N zS=996Giup$mm2#RB}{c96bAxH^!H{b_VRp`I>)j5G+U+@M7#rO4#K>C4C5}gORa))^KVyUrim zKmFQbTlW3@y9w-v1mE*4F@Su3=pq_eo7HKdP2^ z<2b7coPk?HUc+V&bh@})4&0i6Osl{te|ha2;x)|QQS6lK2{INQBISIO31R1}x&XRa zuA)a#`!tgfKx5imKIwOqyG??CcokkK9bT>^1A^0gH;4?BrY~=@*zTXWe9Y!%L2f*_ zdw>HgphH7{gzDhcAj6`APaY>uu+Wu4>lCUyk;n&DV@RBk&jpNXvgj{8D zg#g$uUK-7Q{Y1nAi02al;N+w?aIl8%kb+N`a6EW1=-t!NrcJe;Wd$mzfRa_j?44Sy&_`q5%ch7?4ty$Tml(_pgpX{a{F@jRjheX5n*PoD0gw z;ZOVEHUK|4+IFZAf&z-HH@9Q9pu0`LuGGZj{GB<3mqXu5m+pCwb}{1wv{D2+M9}D7>k{k98y0A$@WC4pK3##5X;QpMc?mQxD+>!a zH?83xw4jq`(}hCU;+C5DPvt>`H0!V0Gau7uHhyff zD_!-9NR1}yORj!radF^r@so-_CV~Q5gxa2#p@_QL^%mcK{YNKK)e*XFNlZu9AN-10 zK2@-UH;)}0?9cn~xeMkjEN)|ut?2y_eMBf@cbet1Htrv*}IO9bl0 zzCNL(*2V~o1Y$OP%nO&}5P@v~*QO`2HaSVEjKS7V>aCytC*?)Qa8K_b?Ux`*a688# zNdnl?C;@buKsYdoQ(c{yo0vdbz7INE5T!~LGDH2(J55kSVzQ~q8UB1pr4m}T`+$5G zzY>b==p*4e9quInUG=7L&fvjCLqLpu;*cA=@|LVoEEB-4lRD!`F}d&Rsw;v^YyvU3 zNWpnAOP?(g_+Cxxy@?*KhiSc82fYY#Y}mMFV^{@nmEafEy5Lf&2`qlB*%@j+oHx1f zS#LygIEJHQz^}-D&#ErliMR3mT>Gk_C74?1xU2*&yOCcmxCwqt0?B|v=HS4Re~F>}|k-LV*A_Dj+w<%8dK0Nb$^(Qky4*bAk6ws)$w4;_w(jiQq>6FR-a&h{KK} zSeY0jFiqer9pfq59|Q3A?m@I>T5!0l182F(Ma&2k~7ik;k=~&MbU{^`$J$&>|q!L+ZJk8(lJN4ZA z)G%~hTiqD^hw3VJ?`r?e9_ek6@8VZTxlMcE)gDq}bM&xYr%H2y6w5^mD=-IE>;YWi zF=AACUM5Igvk=soxV?MuuK9f=b_sDkIdH6CL|3Ms^ckZU+Ag%@r* zJ}Vs$_YXNqiTDYyl}!fh-M0sK(6-+|(0VmN;4B@hy;hCVY9+dxO!zQCbv;&))K)Yr ztp37a!5Q>_V+cv`6dCa8vu&PGQ%on56X8Lg^Gn#}Ib6ul<>dnj;huyr zaY&Hb-kBOkfQtt<$0bw8IuC3P?+kpV&+pT6pVl4%7x&?DI4~>}7!L_B6TmDy4vf^7 zUgr?YSm^vsbUlr1T%pgkdM`?=>Iw3@p^Ww2Xc}DhReAHrt3uJ+_i4@VEUCBuevLKs z!AiaFi{;dSsHS~X8G=uhH#z@ppHjWOueuf`S|=<+2R(S8Ke=D7lsloH;-9r;_dV)|5&z;uvuKnVnXc((h2_GZ{aj>0K1XbMECJqpk zdSUbjQ8D(~4pV&m7w&0E<07f36TPDtEVf~RDrZjJ#O}X^kx8of`>;yezP)zkH<4$s79+)ik!|}MUxNsb9M+rALfK zBmE8r4k4O@C@HU%I=L%$Z&m7yn-z^Nlq)qTuWI0AsA#0?) zTq|y~C%#Y@8~Ma|B#KKDBe+bj1*&Y%4Ri|_T%VpohVGNwBKsfm2Rc8u&|Rd;nksfy zB5ZgV8rs5^0?7ZpZn)QJf#>6i&if0+u*O z0ktl=4wC||3k1;>Qe&41X3Jyaq{Il^wC#oQK@oOb9^nusT?-C9POvj_46CF_uT4%O zoy?#{Z~CA;)jLsYGC{Abc>OK4ta5y?;PK$t&?M?z&0m%8+*fMRj2=`gO6-x0?1{H@h!tUJhG9$+l`vDih(ITzyu zFdlR)ri{sobWc2ni$jC!LR}Tb++3`@*h#q^l^lrMocfBs6HY^RA#yhQbWUWM-wZ^B z-F_>Ukn$oXx&JJ+GfVZ3{XQ(99@PHlfCs{!~-z(T5xQmQU-(uIl9n;Ku;wJN+7yMvG*s4Gn4snv(6W5hjlM z_AlODOyI7eQS52-Lb11eYakUNl`~3eiYn^y397Ui6r)%nK!mBmq$sWalYAiY&HH(o zu~Dkf2e8cG8X|Dedp0Y~5j-yRcH+udKMs*nQB>EXymB9ow6&6=8^O{L=N)9X9xX@e zW}W~rJJ62{1k*)QG#7`t!XLz|W~R~A+y}kchUNZ2EYUJ^9L^gW5DMumsja!8PMjOz z{-#kZ3=qT!N(_-jg3Kv`>l`V)l`&RqgE&vec$UDkI5s3~?HRh~Yt<(Boe>OY(>O=R zbC#~fnV}AX5fi)}?-gyGp@{XE2Pheae=Nybf^pg6+=0?~B$$e-8I7iFRF(hf- zi(|Z<3A(03I7QdAhVFN|^nYbgTfSF84KuY$E#@`bXHUPo;BjGPWsb%R53Dd?kYZTW>30xx8b;;zy4SIitLyKA$u9^Y@YAbpN z)(iwLyY%-eLF_U??h?Upl^}M*?7|642ycf80xl7@%*Vy-%3@|{9$?Km8aX7$lKkcb9N)r&vq?c2 z={lJSFr1{9`@9^k7%8tf3yELk!3wa4HRCc z)nUQai7A3ZpMb&=sVTOtuTVw4NXmhR5b7!x>37-(yP*lo1fQirRzKV?H6(He z@_4Tms{EH}UktP5k#4H^$4OC*;rjj==-o-goeo?j2&|B*;jrSxQ3BNnhah>ZST}8B zTmXzA%CK1?HN<^n=V+U(^j3#E32I{knykte2)x7Xov5g{LqqpqGEu~Fg6rC7KQ4}Q zD6of)l~i6oLvIiZqm#64+6F;rh0{z8l0q9A7mmgiQeX^jR(T72-UP5q$ujJSK<71GiT`{uDI8i#6fQYM?D$-O=2rSXRp*MR3p^#1$O;^_F^k-s;31o+Pf~-<-{jnp!tjo2uch ztV2t!7uH%kRuvZN#b0DDgO%VIU;vjIut+eAhNckmR;@-=nF*x?v7zc({9If;`p1Dz zvL6AeL|O}nKUJ5ERs|bX7bc}%%>b-VWr;75Ggw+&L>y^8-f@13P#RG3II{F84*5xA ziSwMYu^yGg%kj@7)5_A28Z=z`<#?%_v4og2YT`tWf9^BSNXfOOQ!1@rQ%BZlsaKCf zHzx&dGAAj_4)A~1dEthW;N>7lyLf&j7v|tO^e7vP@UZ~dR#a7p9)E&BmVlGTsB7?} zlIO6Z&WWO`TAsri6qlP(Zf?+XU0GR=N^?DG%uU=HP+Q}KrP{--3H6OZ)HQ|m7}eGY zDlB$X*L%@OK(+9_3M#Cy_RSu-paCp#S9iUm9c}S8L=tOIUfT%!O^+>Bc6|PUD`IZk zx_%wHdq$8~Y{q;lO6J5sJuiX?2IZ+C?3-c$o}a;-6y|b*GT7qB;iYBl6;}(Xp<m3`d=y$!l7w{u|*`4MAfFrpxk-3v4-L$X*YbXL!jRP@WAA_C4x)i#9jtq)GxqER=+17RiND+lh6J&=8 zOmn(axM@;k`BN(P5auOIiF+32_5HRHv<2*Uh-_X!O~7qNN)Z;&d7qbRorPhnHOKIvSA{7yEIHXL#pH>?wJI|eiEY(RCYO{F_ z5sP$Y7HcWHs1d^iuOvc|HaN(bYit43@pr0i^ux;Ez%7kDIbm>n4QA#KWmS&t7I+{eY|)f}0}^9ADSes3mt<(CH0)OYzE7y5NzvUUDt)Dvdl96_DU z0n6ZqSF3wBe`_l2Wnf;!`Vp~E6nV-*RP{GUMmCM38!kaxwod_ULr*L2*l?+`Ekhl+h&?k>=f#b$ z+oh~;hAeEHpd|HMi%6wk>TtBNIwRK`t0Zv>mg#B&Tx~*}7jR-9WOyg5(2X)KT zn1bQX>2ck6%lwp~MkH8nUs=SOp$U{UdN@gnBF0JFc+UXekH9rMt2sQ$`ANQP^V~Ex zk!5X?IxunkSQJ(|t~OKqWXW=7oS%0_0qy#c5nWo8_ZBb~`zrxe*=H}m-<1Tsa*pGr zu2yW>unv`WpPm<&-GP1lY|<7cknBQUS>5rAQTyWU|9T6|o+zmHo=Zw$aH9=(5}58K zC>@Z3X32#ym`dJDSlE6B-hIxXZnFHim;WDf8EkB?E zuCROY8?kJXrjTOU)ZJ$^lN5!X^yg|D#$RQIaLU_?T#W~-%d7a>Qds$!)-j-el^4_} zx*TUXWQa)OZ2B{m;CU-2Q4r<~QN|x6S0%;PvVXiyLFiLa62_!~CZFq+dagkNRz^*W zwK!XVNNk_7{XBN3+DoaMJRkp;_evR{CHsoY{8?dsxlZ*uJR_`4KvJCc)m|#Atn4>r zaAlSzlvg(pB*>yT32^f~IXMw+@No81>AU}Y|8vW;JHG<4Nf6}lSXS~~4{hplwb&wlgws-Fyof}i4b=@c>?HskSYFaLCt`}bn+#_^+0pJ< z1HdGgw1dF6YjOnph53=OgyJbob*6B5-8zE73fb4B=9sq58j^V}R-PVHk;GQDh~jeu zk(;Ghc}kWh`5k8FG}m?uw|z_NaS4I2(&wR)*r@Lao=@=8fS`B5g)rE>Zk-^sCfdnqq38*QS&0Mq|uY&R7}L^GXU4skY!2 zPXgZwBnS#p?A)VGFxA3IB<+bTUrUf_6RW2l1rB9FvV6yVbeT_zi=~iR@>^}K>SZX! z#%Hw{kCmX{RE!UZPACHw|t1lJ3)dnRKU?B4>I1ne(<- z(l1Ru$JqqmLqL)2?!#z1^2@4F+2}w(fW<9&tq|;vAemNNmkJ%y3yc6J`7fz|b6DL9 zUT#hrJOnEbCkIYpXwHa&mQA|YIztL}BKmOaa${6Q9OCZb@f(tSmvnR%yDD|{Pw@W? ztil52F?T}i%>2GqRXUc|SyATf`(LYiH;r7#BR#+N(&@qq8zPsj+o1ouuG;8yco?+1 zNz4aOQExa~Or{dpGe54DPghUOVYzP#lU;qdWy0_lynez6=6lF2wvlOketJOz`4#~! z25>1FmK>NC56_E*)1uZ+?G``4rL_n}Q|JsOa9Fw|lVR;$UPk~Rdz+iZO$5NJhbQ>> ztS&q5o1G&o8&y{f0lO=ukXe@UB(F8Uf_=+|I6}5Vb4%E_uvWzxJEs=3a9DCq`?>AX z`Yr*%X=PJVoV<&md@X^;6Nzary>PG@X|lu7&K|Al+Bzw0lFUo|5vL4hB>=s7YEI zy0vKFL^!{=3O7s*;_i(bam(5j*g1J?awj)mjL{cw|L?cpwY7Qm!*?|{X3ni^sK-44 zAMO?rhux1o45+&UF#;H8e!|8$*rb5@D1+$%$%hfpZYRK{8eF^(3UHm(fxBEGJWhu3 z&k9}yidcrsXN{rY6SsD5zfYyKiRC|~1~F^%U{z%yX6hZ73zznCdvsu%tmHK`MT}t%|yJbn5#X0M@2ptnE`0hVk#G1UV6Oh{OK(q(HmG zghsayL9!lE7rNZiIwfMXPT|Br1RA11be{(}J6WgO9alFF5p1{>%m_$iYA%A2%^ueV zm_Gg<0%-brk8$7TYF1X~#Sptn==RfEJowrA8n$n0z5*QsAAoCa^3n;}zCW#{}%LJ)eGMq77 zIzEeVOAd=29XPzSqTsZBf`OL|Wbcf46B2A@CJa!Sn^Yy9xL@p)r8lx2b%ZCY*w27} z{lX=%`C^#OWYp1Pr<&YeqIF=m5P(MeN72hMC@vTKmZcDwz&1Oo`J=-Gzaz`*u|t*& z$@aus@D?6p>(rErC4>d-2VcW>|B|{_T@`4I52~v z>L%3I*^%aCGDs#m*VU!$TS2W-l1BV(qVLj7AN~8*_enjV#X4mf|C4yzFDR$FAAvr zAz|#NASI#=RSz1j@t-QVbr{Qq30Y3eDC_!E`+9Y1y_W%mMvD|tCMt6iMkX%vNnwam z@6}^;tQNq`^r>O7eD%LgVNriQA<|YL-$I#!0g8}sCI*0H?6FU31GuPE87iMXoLlDksEUeneZU$o(6~CJ2_( zm>!vc-5=+5Ye923jcB+PW@`W&2YOX}antO)wo5<+HY*QdyoK_L@JTMHG_Rx`?XB~Y}Np`odj@UnNn}IYlfebpe*8;oy#klpW8>) zb!hD@*7JOqHu&Ic9h?8`ce7ZXU4Fm+Vh!WP+yBQ~<9JJ)g(KaM zpR{C=S6K}=XMnddINup;!+w7PzX>$+HEC^vc~(G7{0ODVW};nP;MGr2#1sUlGh{=` zq$E!!f)27a@iF{F)rswfOS~BKO8zTL@M-VY#*nS2ws(Qdx@pp*XQ&h8STLO;Q=y%Zj5qrwMT57#%Hj3aRw^{wy>xbTjIE+yBGTjTH6-ZVhe-u z^^=phX>6RqdP;4R_Ay8wT3)B%Bo6O4lAYW%F^K(BVn4Nr;ejFKIBxb#%&LfDn<@qk zw~h6~Q)uS6?dQa4hsfs%j5}uy@R0sq0s`9>mb9Krj(f|A zA}${p#m4?&+(_`)G$G50MzhKr3Ai^-jS+Yku{bh}7Eb=8&a%mBMSI5@m>Z=S-hoZ? z(x`ILD6Cf2Bz0!veEp2pjO|-lBqJr@g@V}6`@*E=2iG9X@fPIuH$WzLv(&OFuuZE# zWy>U4;@q^lc8IIT7JirAd|cS#zWF7!!rCo4ytPZZ#9q|keeJW~Y;{@PmrONHX!4|7 z7X$Of+yCt?G_$k9eZ~GU*V49e*UZd-JZ8J{Yqu7(jB8#XR9lD386Xe(TW~Cx#U0|* zK?ZTi79_Am5NPrsQP+qQfgBEt^F7(dPHzbRQ#`3%j?anOPa9-rw2#<({v;YI%F$e9 z#!+XC$1@CupYx^Erw};-iB1D#+6D+(?Ye9zHc(QmEcIAO8!i~1sG)AoU}g$J9h$3B zCM7vCQ5i}*80qaL-iV@Rl;_gD>dv8s%;&pItFs0{OY&M`;48w7bMaQgi9^hK_4S>G z6knGNTM4WwqqR!gpaQe@63eyYR$mTzW}AYH)PAYsyq))@=1V*e9g_DVkl6@M)}S`C zbT}fgHThLqZ*TIcW4%-A#H87!6gkThq2$ZR%9PRZ{ELu7-R=1rDFT;fn6eBRXwD%J z$nbq*u<^I5s&S#H)(vxX-OYc@W4$J@{D!%-7}l9gMab6At>K)x-7#xX-k zX6Q(5cJ#M3EuDW?${AQ`jUAO%C(N!ODi{=tIKTzK@(PPkTu}mleI40WEv|F;a6FK} zNp2^6Etn^>@KsgfkP1JVvC9=wdHuJdNke^@Yu8*BGCBOuWMDOxI(X|EaEyWW00YQ& zX8_yD@;(T(XaVpUsiTSuu#nYc`_xqTQ>n)ia8tI^X|yeAl}41^1d|NTiYhT<)NmPw zx}EA#C|#5VY$T_4CY3eZGZJ0@(u`8~Ri$B0nc`Umu$if zBA_NLke^A~uV{Wx%ze{FL(IE8N#xZy2wFY`8D(Hr!<^US5NUjfz(dgD_ZFGFiwxIJ zKx-0~X7d}x&17F5X}jWXQQ?J?=gUd(4}`J?gA*@B@s8B`v1U~`y1a&%LmFPX`57AP ztT0&`QQ{tWt*Uj}^T$5+P2P2rb#)FD@wZuJX*wIUhmel;pr4bV>qiH%OKOz3?G&K~ zfoGzh%qZHbjHQobVaxasgYTls-N!pR(8KY#o9txo+=}6xF*Bpq#CSyNB zFxyGyv5su*^8}m21h4}HrQOq0syv)sGlWnogE+_Nn)ZH`n@d5ku#>%W6Iz3|S0w9G z6a0S)x2|80L+dZW?d#TKWpErFsVG1D8Vq$0@$%`zN*@7@uakzATjmzjw@^N#)Mkwg zjUycEMX{w8F1r)iY%eOT9+<5*%nq!x~?Q+yJ5HwJJ&72%(2)P z_T#}zSFn)`GR{d{jN?C=NFy1GFIQ?HiV z!vAclbD^}n2CG)BLVo@#tR_$u;{Jop@EbC&Wl%o3RH@k*PM2o7@FPayoZzZt*d?Ckeq&qNk8UvGt($GkNd z#Xjz{-R8v(ryrY~LA)M}Y4HD)7xTGjtFoz2GTrK*D1r_J3SnC3^Id1;IbmB`ztyg} zEpgH~moU5!6~NkhRB)lom+D9_!VEFu&8jt&C>%dgw|a5vXfsTIQ--;(*hih!+AqVg zUQK#M&M(iY0dV`j_$!LvqAYWsJOBEl_81vh0|Fv-7sf=kB+G?j7v**|!`kFmVTZ%z zSB52dFHsLV#I1wuO6syi*dYwgdWvTxaKjVD-xVgO?3?rq`3d$BK9u|vl}Dh znk4fh+Y%=fOjuwvnB3_fhUr5#3KYmvBomk z**I>TTEj`g0`{#eA)V?&9w!v}&7H3WeV)JH!tb5xn}fN1s{i7k{Ug6w;_G@$uC@;g zOx0LLkdg~m_+VSF{zf+s>rRFzj^ZM_}G z$SAhC1K7nNe31LyEc-ABBi5>oBUQW+$>2;hqq!~t3=v*P4VQL7jwg*JJ~A}z;U)E0 zst#;7ikqb-Ojub~RE9pxl9p`xQsNh4E{{-yf9b{wO%D&D> zUM=3HZ0#&xb1uTi+IWoiK~*biO&M9B7EMcsX{i@ukoa6<2zfk@-aw3?5+VBvs^G#G zNWx|f!QL3);{>Mw8IwDyjvFG*5P^r>_o&z-tnAF~i)rDp%PJrkFlxzcVk_k(XhqaJ zQF^J#eY?$p`g$i!RaR7Z2VeOAWBk-lU6*L+z5F&y>(a@p*x;X4G%kpM%eZT4Uah0{5EKrG;VnUG z&-^sjjZBikv?ERc6Og>3cK}C4=&(ot z(9W@+Ywtvilc)^G<5g?;dBieGTAFa*Lkm;5a(o7#tA+%quTT9CNj{;o^FC_H!{2y+p^uLtZTqhI!^G~h?+(#Y>gfQZ-(b5g+w%k zD}=!kkZzG0v~h9ln9{tUFu|>ArL}zCG?&^cdlE9jRdzm0;2*D2uIz_J78?o(F!|gBuu94*2~1@uHkF{Lq!?v2^(f_xv{dT2 z$hr!}8KbH~8%P$H6rreaHTNqZfRzyB%28ZOAS;qq=&P}c$IM&33ag6p6~t_&Vsutp z&||Jbf3+El^$u)kbYTyJ^@!wks_ZyI@DgYI9Sp?V-636i-0Y3xWfgt2X@RjU@u^H+ z1RSxfq5hM{CEq1%Cux8h5?#uI1k4m{q|0*B$WdwDOO%gfZ)ai&L$q;Tym2PlrtTb4 zGbZ(7l3NqC;U@}ytw!4yzK7($L>O{LJ4m1ZOycapP1K6Y+@yF~HhFI;oaXUzHFo6H zSm5@AR1N4A*A11t3u7V>Nv_N8gHM(Tbty1KHWq-7EL5cLHhVyoiVjCqT|Au9AB>X$ z&2c%5f@sNs1-uc0Vn%aob^HxYCjLH6*}t)lZ2w$_Y~#OTxU8xjxjfS}cXg&|Vat3) zbm;bqK+kI>_Q>x{_Q)Tq>YLGMji9DFh`d$Run%0@_OJE2D6!2AxjAvDwYQ+Kf&dmy z5aXU z5x^!#RnmUP;tcw_hLKFfad2Kl8jG6O+CCv}8PhnrxQs*6f`t2Zw|67Su_y)3ak7{z zhK6xa)Oxd1Dn%EU_gFNIRC54_77fSuBXi?8x^@HFGC5S$+0flK$oI+;2y+fKQW5y38GskMzkf& zmh+~+`w8;u1~O&1lyWMF07Oy>cs2qgqE z0kaab86{PfC?R+i7py{I37H(3S22NWb$*_Lm@qSCXsaZDMxZMzf{VYbHUhrg)@Z|iopWQjnE_gs|I!?9 zJ+ZJZH(oX|iLq=eZXO#Un2h6d!)w&UcX4nMEgUQHNLKS-8BWBm85zSig5ZXMUhEj6-qkRn;oIX^U%MppBF)ZSe*;!maHH|)kTQrg(Ad=Y;T>bp* z^EuHSPbHDg_9%EYdjja-WH7^VAB$$O!1vuZH=(s?(yVeD+30o=bIgc8;ym_>^M`mf z640dVV23!;D%W-Kr0f~&O%v{aqOHe?tDzB;2CBEc%}bq8Iee?(#*r|9N=Ru$NSo11ObV>CM!~ea-x)O%&fwb&BzXh?dy^Y2;v6p~zS7XrpELv) z1Z=z2qfQ!jr%~K2fF&|`an1<1;{>KSflu;YQFY9afq zZQ~-RA6H;;-#yK_<981j{e*@_p zHV;o>Y-kj19Mjtgc2NRoeVrA12nx~(Sxk8kugqbfV-Ty$YSGJUW2|qKOmPqij?LN5 zPVAW=h>AlzS>f2g8pQbBQUn{jKZwe@dIid4rjuZHUdX}chB!G}?CnOD*IXc&Kub7< z96wikt`}tlP)n5=?R;IKr2n>z8QIGKw!r+8kXxNew$J1tAFqAr{!^O{rHy!0{K zGP!_Tq+~!lLmP7X{Y#U$hWoAJB->J6kG(VVxbuoj)orG(ZROU_ey6%j|6NtqW`u|4 zwq1%7&tXJd}z6!^By6iG=`FL13|wdGUS~nN?*uA1j5as+u$HYRzkv z5SWU~1i%PHrb=BlEG{k3$BK&c30lJB2u7s_U=?vQ@wuu>Gpc!k)i%1(Xq9EJX4uHA zoU#OF_roeIqA37dy_^5HAivrMZ*>iJ2eUX#*0rC(T*Msv$SQ7j_;Ab_#y_;ARE;QX z2f~abza;_-VN$}F1Z*TfCg7zG@)-p%mDneZoR)|)w0Wf({u+QIK8c^E26&t-!KTgF zNAqpHWPUm0v8>_LA*w@t9Rc&xW+M-#{lpT6phVp5KZ#}x2m97;6?te0Kx-c^CsWEJ z$b0zR-TZ#yF7M&@3aG(uvj$9cpqKoXbUcYGM@DgAdPYrbC;HYP#mR~|pENYt$+j{CnFKz+W*DQr zBLtreqAgkUr?R+dbd4J89wGahA09z1f$^69Zfs_-PH-YLpGo7$!V;F&jA5jsA9FqZ zWL;^rauSx~SdSBY7Ta5K_3$Vn99MnOIIbO=go$INyCsUlOVX2Ul)-;eReM%v09Dm> z=;zq$Z|^}XCub>+>njI)a9C=r7ACMrkc_9ZXlw67TW$d6+9r-YFBw}mY-CU}p{zF7 zpuD=C_f2F%Cd~`V{Z*?gQE9R%c$QQaBNpP=4aONSEM%f>1ic)xoX{nCo%Hg5F%#Y? z`Ll@$Edbvyb!p2>+Ba;Ibc~*y($a!mVtYmAb$G)v{4K4z8gvVvyYI5g$yn1U36KBs zv)`z!F7o|yvmJS>iV&W>rt@NizhG~NR#$}vpDZY?R+c5pge8?VWLjib<~n6xrIj_h zWLRP<;$K-7EJcwl|MCAqVOiR`q@1tMM}EGrtNi~ATpYCd#RkAt)>~nzYd~Y83${kD zD(d{=3Skp@cnjQ|y~~nWh(R{U=R(q5S(ac3PysFCP3tUvxV{1R1X4IaX0nYze!Hs~ zJ6&OH;Xcp$BRCf&!y#DxLGx7Y3NYe&A>M>%&kH#u=Othx04H`(vOFkxDUs}}a!{5S zIrD`8oyzFR#&Sc((qPhHTW5qtCAw7(|9f%v5T_7vpcgY>5s!!%L~Fr}eq*9ul)T!x zSi9!k#GylueKwZV+O)qSGc4!%Dy?pSuZcip55nsd&>~P+dA>N4_lh)L&Xp^q4)to_ zD|KDER4BmjB`cHWmtlfj06tGd&3PMbK~z*$6Sxc}D_e0z;kh!i`S+&sDp)FO(ZorD zfK(G_woU?6Fpxu#K%_t_eaXB@HT@Mah==dx_YfT22?Z^eC!wGvX24=O<#5GSmfytR zEU(yvx=7!bFPKZlzp1#!p8H)Be~+35Kaw18QBIuJ_w{2hS%S1q8SY+#1X;i28>`F~ z-jAc3V`F{qAO;8u5st%nB#riX3fGaX?U+ix?cQ>Np7*@L5u!hX4z+%VedV6qWc^+HI zU=GbMV4=Ss1-!1)Epc?^I>?N2=;SzV=QXmKOz_yHm*LW}VWg8OM576W0{ktlVFFV* zR&&cQmoDK}6mard$!pjeOd`(rYa5(G@5C6U2t13IugAp3_1w>cvVu~Adpp^iofA|q zTFJ`VvN^QzI!J~ySlcPWlSM6BmLlxEWSP4NRwDlwtE*c$8Q4z-Ciy%m@;fX^>3 zAVOfjoagQMm6u}U*c^(>YY^V@#aP4kr^>1teSh5opT2NAI!c~nnJnU=1ZPJ#7fpQ0rCEHGK0#7oi|C2AG^;qhK$ib}L zkF#Bd7hyE5#=Yl6ttcQR?(&kW;>G;Wy40667*Q;tON?g-ILL^sen<_3&&9j&2PtqC zi>SB=K$0r2SKmhQR^+Tw-0h`Bi^}Q~Mi*z1+RM_SurpCgic#=cVPXt!QYIkA$9bh? z2=bixq_CK?d$+jFOS=@F8xLpvx|AsWzZ#u9mwtjvKx@RD!pQizlg!QMi5Vuqu7En( zI|wi(<_4@T-qX7VYm!VR$GMorq25)irH@q9HLhAC3T5X^KP6_I0QU} zVG%sNzGhvrbQ7R_!FGaMM&lS6+7+_U+$>Qzwq%u?LUhnJ+(pcfWoD@4fmc-ud=v z{N#KoqVO~2p8Q4EfW=jx0C`v@`d-L2pHqDEn?;>tqSwW-JIF4O*o&AzK{Wgx@ zwS7GZ^ZGU?b5~pp@)zi>EIQLrY;pa%pkOufO(MD=<0>oD993y~ElgFl{A(g3BO|cX zp|H3Ng+)aQR{B_FCATU=I&Ui0oK-nzc4gf3aXv54)$k%x2Xx8N5R`lbE3YG>bw|Nq z2L3=RSwvXdf+(Aiw)ggcc3BRHW4bJ#dEyM}+}|a+l@v{nW)EXK*s3U_D5OO*B8Ul=0Tz1$}#%ajB;0W~iJwy-XBs3-IC`g1Djw+raWlA2%wCl&@ zUw5dIW4)otLjcPm9BV@_8Tjte5nRi_o6UAISho?}Q>dwHLaI51euB*6&=?sA8IAxL z$4yVB6*mly;Lzd>wlA;1>hNJE7RQw%vj~Ty7)WQZX=(zay~9Xwyd)zT0$(dKoD5}R z!kk(a3}PI|X-=NHIoA4e11PAqVkHyC{TnY;H;jiaTZVc`O z0eP#<+&B@fX@Z55rRH=Rlj0hG%guP`_-?%T)C2hFn-Ak>Z+;m+``#)1__fpc)9*Zj zkG^#;e)!UT_|fxsk#`W8`pg$SIFJFHY(>H7~boWx=004jhNkl_GR1DS~^i=*onYI-l-=e4?U^Ta5+x(2b@ojGzb%3q+j;=1NQesTHV z78H?T5o}5;sx{YDLQp8Fs8T_NsmhEp&Kyl-X0og(-A@Zjg>@C9s7Uf;g#@cczSg1w zj*==K$5h1&qJ{ugfyx>SXZ8dl0*VL=1i;+V;@)l)&ISO9Kz6?v1VdyKqMQ?zoVzKg zE)#wRU7yQXK9u0?XCMzcg{3ht+r02I0Q>oxk~$ARQwgqfcyT(?fjbx|cJsOI_8>Mh zFiTGCAx{v$6=kC2#Ds!kV;TIoV}^3um%t`MfF&IXe~xCGz)AMc^TfO7m15 zhFgY8;M*0bpvB4E#&IOyrK-eMmCK(?8ghPZqmn+~rbXJae8vhz6{%*yJZ7>N!_~FO zt1O3K{0s@+avmhFBuj|0Z0I0}cnDAe>>jckX?G$@LbpAtIVYE}SOGDW&CCAHx^!r_ zi;D-(yDP!{A_mwAklD|RJ2VBUva$w^2;V@+V?m!L}vjc@?u777)v#aWY6g(w9*IHT^LKOiaN-#?CHd80A16vVj=QV-dU5O8d8~|2qq3?- zm5IZhLx@L`m}u+95*bB`<0l$VXznY^an`|clp!1I%66l@qZ>H_T`tp(@t!qEM7vN? zSAk8F9k_9P5^I`UFi2)5-j}OP4%9eWV6rx&DcFLk#VM@2`Z`>7<<)rN-ko^uE2r_+ zHy*&BeEUiK>h;G7RQKbDuRM(RpTCdW3B2>-eRzjJ_5KUT@q-uc#*bb)j<=t?6K_2C z5Z-zIUcB?2hhgKGzhp3i-@W%GeD(Q9V2-xK${5m-6|hYs%}HB|;JdE7U0bSb7#t!4 z8^t#5T0N<*_afLhG&iLM+2VyL&h={COEBI&H>*9w=0@j{XR1V=rSU)JVyXYMd3Xq2 zZG$KckDR<1kw-77-$V`NZE(?2#Bu z1*jsyv@$KZ?~Q0@K#EMP8T$e) z*u`Lfz#YcUP!>o0X}sn0<4kjcjHp$uq$JlRZ0r*To^y$`A>NQ&loTinCyVoKAFi^`nbmmnPc_dcr!vtEzM& zZ&e}81lN*=AR7Gy&z=#iyYw>LaoY|&_ULgu{P3-K?Q6%CCH?B1$MCZ^p2DBK{vdw& zt%vc^tM}vmmrmmSuiu9seElxG_u?u1;JLf;;fp8mqn97R8&BU)&^mz+UgBdfox+b^ zxF2u5_%MF)ty4I1_pLCKtv`47HTd9_$MMTIAHp?<_9EYGN3JD~R!;b2`7_trkFm}k z3}iD{-`U0QKZRY(Yq4WNd>Ci69N_T0_(CpYo7A<cMDS0nBiV7q(&ec>4bjLa3GqP8 zYHgaR9g)tR7myf2l5^Qs{S2>>Ip%TVApUwHT=B{GP%EdKNaxQlAJj$Tl5z zFPV;CbB6+4PESO;ElVEEPH<9dC|6ufc?IOee-Y@M_gf$6Z z3Q)-sA%6om&$C~p`%ztrl)viap+K2ZFGc|}uQ#VaCx93XwV}q^g4Gr$s=C%?EBfX; z%6!RR7u7ZYyfT>nkI5^pNnS|TQ-NdQ*8HM89p`CId}5q1&9!x4u&tK>mP9)zDa|b% z1d>`r!a;NpgxU#g-I*S=W!sTXwGo)Qaox}Wj;t&pK*m*LwIeIy3^KDEfhv*hMTS7t z)!K&)nM)#)KrGB_#~UPD4x+Nw#_Q0A@){o+I1zFY$U+?h=$o3u71v*Zy{pM->fDG!r7akx$5s+TI4L^AH0sQdA`}z1uy#3;F zy!*nP_~_-6`0(ow;DfI}gb!XOs6BfO?>uX;v3Fm52=7049PhvUDE{<~N71)&3Bw&p z{KXrm@HQX&+1KyJGcP{`OZzw+WTG9Ze$Cf)k|~M%M>y0>0Pn-$m1*o>*`P+p(oSWI zbYqro&eO}dMf@ejW@~8~hX``J2x4BjZt{vSoJ-;O=WfOTL7d?Ala}Q}MHeIeg}7{3 z-+V)1X*o*Ckjg4Wq+!;)m*lJ@UnQ)o+x@j?9buSITlDL5~-z)Eh+zF3sK+gtWWwc^NnZT*#YZfaWZn0Z{s zYw*L}NU*XK=oq+zvYe=H5lPL}1Q=Mwc|t`V4B(PilX@p9#%*+^I2&s~P3dZUuHJ#W z8Hn%VdmnWAafGjt=9xRB^D{5_Z}PGK)Eoz-c_c4%wVh%>IV;7@vc$*$^GPIb)OMu| zTPh?vwHR52ASpwwsO?!8kYu@0#2S)gQ-MaNj|@xlUIZ`&vYc@&$(LnBKA$x}GuMNU zBdsu%nUKfx=U0IXfnJ<42t;0S;E-IHco@18%C0;v!{<=)R+9U2pO?}*1zfC#6TL^2 zfli~(m)jmz1(}QIL+Z0^DuWN}QlaLyq!Y6zsmp&N)R5=wO-9a3jw`>Nlr_i_W^*`W z^d{qHQI(+prZ+=LC~gY;c}b<6j4y_&G6!nI!++yGbg1Nl z0x<8j-G#iKLLNUsr%jD%TRB;2OZOlpbx@fOgqqt3E;VG;Au_bA+BGHPhILbn`=kg~ zH;=Bt;pKH`@=9AAEBYDS69l$40$euU!HHV}wT(fPR5?*@@sXu@P(h~UO?RPdcogd{ zy9zsZZ^9!F-i?>Ob{gM(Nxmk3y|Jcu7X_Xys8`VQ`M67M{J9B)4V0JjJ6_Oo|#{|E3R?)Tn{Ckb>9;2m!7 z5fFd)4T9GzkKrfZJB5Gu?pN{pcb-C^y9Ym_{<{iT(=%w zZPK*ThUt!O9K8He477Hm+|~9Q>-1sM#Ylgl-P}oYK}GdTrQ(2LsU`EOJFhUTMp0RX zQD|IVsq%PJ1wpL30cCYI6cN0{iM*7L3DXjgDkor7)-~zATUItGUc*uTaQvpXn)pQ~o z_mDXR{i4o`7|UBCFXv;DBWe!h7>pCh=XaFv6E&N$Qqzb%eEkUq=ern)kMeUIbVPA8 zgYKQK0N&;-_OBC08x?86BKa&?B2>_c#?;tXa#aFcsu+~KRa+mDx(%kIgXJ;ETcYvYrETV)zk#aY8y~dR;&HpO3Yqf zt4^3}-DvVhknJ1A9-!mPrrT& zKYZx~-hc5?eDKmSe2?ttO#;pjp1qf#MHcnqJ!DO%2~_vv$1gu{9-K}Ps2;|5zIH2q z^zsS3_cB=-U-Qw61h!Z1!$+?^ijTi_8b5peDg5@G$MLJzAHgra{{-HA_HI0Rau1H* zeicsax*Sh@;Se_M-Hz8DxgBpja~EFc`@Qwjon&G6;A_u6iOTdKJdJLiE1m~l6RBJu z*;+rgPYdH3!}hs(Y@VIRbbmh?YzA{ZT{tkigncvOFFA>$>(*l9s5 zrB0cc=y@k^G+XEJ8&aJ_a}ubF}Dl5(sta>^#$Q zTHRzMK2_p58{7oFAR-K+&HjY;u9AQ+0o_O7(!N(VIbI0nIxkjL)}xS&(N0!5Tw8~0 z?H=sqdmrO#j{DO%#2~)i=EALfzo&gI_-!PLe@q#o4rOLZqb^Gdl?}#~Gn_iwdW`ld zF@sg za^Z%Z$5#ViXGB3wd=S;C-X7FeEn@s@EJ?N)%`>^Lc6cUpc1vzel!^R3ePmk#a>Bfv zo)ii>(OFemhN=b^tfFxA<@j5qIQhuHLSU;6cYb`qF3Z=&ejNz~$htZ>2kJzUlNs?1 z%#dNXkr}ka$iO&BNkvlVXl++xU$KyKa=cbo)S;rZ2Bwk*lsAM>;qam{$m=E3gQ3}J zT>kkhaoeps@Wd0h<9pwD6u*4?F*2Jk<2P@8k%09O-XbG<`}w=cm`>uY=k8E2djG`} z1hD(bo*u#vpS#m|?s);JllbtZ2l3%I?!^yYeh5E)<$iql%1ONW!g0Lw>@mDf=JnQ# zx8dXOd;vdy?@|2x-7n+kuRo5TeCHSe@EBfrbPG=2ek1PLbqTgzyNIRH0kmd$t+uA& zOC_~m+3njd$BR$y#Sg!G0`EM17eCJ^8Kr#`e%BrehZg48|Dpy8UrEE(S ziscr9ouyjAu)3y(Od^D^CZ{?au16~w&q9M8H#h^>NkBL%9ikcFkMc7;K9ah#3Cj3Q={;EU~( zEH6q66)AL9!AG0ce0`Ekt7C^OA!_lnwoWmcTb?E0{UJvNmg_m+CM6BD4&Vu27*(aK z$-HV24`k7zRzo~jHX{${(b_E$yo6NpZsYfMFxc4~ZarV(izo%ka*m{>ij*J7QlBpW zNnMyXqUXa(0Ba*82d{RF}46n^~8hw;%j@5e{4JV^i( z5Ic>Jzx^=&;>{=V^LL)Y_g*}LS03AsC-1l!`w2!H*3Y6dmqK%t9?f zvb%p6mtC?RTefY%p<8dkg~@C?c1y3Xg#}FX^rN{sfh4b;Yez?L`_eqN&M)D*ks)=Xk7NfJ zBcix<;{vXjoPwp=kHM>Ne)zJx9@-F2_Wt|orZ85O)SsF8+>N~#!Qj8uZG2O4)0#`2 zwxP>v{!6=5k8iAW3}0n!=$xn-hOUnPgpu~jy zftp>c&t-7yMF3KYDgAX%0UOSn%-sj-i#iU38nCOI&%j*?B59tF6{ zEcLqdSW+gQg|%uWB~p8-2P@;_u0{u;k_;D<{-c%{(b=! z4g}TZK|~3nIt3qA<8~S|64mgX3%3`hc!coQZbf zmL@y$DoU`Lpem&SL9g`tYEfqCRdI!n=SOl*asAFNb-*x06?UhwT<4V>md&ebMFDSV zt>V_aR!}AJ0&>A%N)>@lVO%yty(mkyk_)p+cW0hIqcd}hE+xuRWhj^>P{nn^;g|Oz zKuUg6CHwN3#D&9k-Z90SL3N#-!J-%@OOpXw&X~G#*aRHq_`z0`*EmtpJo55|eEHUP zT=&a_tC5T%$MY3LO}!WSrY01UT@_VWQN`b|F&sfO(}l^!S!~<66?fdZACGAT5r9wi77w4OhOcb~gkm;XNe#v=rb`|;zipTXn;p)k&YY28Rd!cn*o~4h+xD;nM4_ z#om3}aQvQIaQgTzeChNZcb`0|5$@Wg`$aEy;xB0bnSHGtoI{{g)HG{N-M z`}tmEgZw_<{{G|ejbDw@q8fB?a+gT-;*#Dm>{(ok83K8f=g`ONZnm>mimm2t+Y_#Kyxas>MV}BV8PT4Mk%74R~6cm^H zT0b>A(kOGsUo|zkm67Z7V zU0MfbxM_$bRIw}>3P6z|7_C#P`PX7d?JLXGecsHOy(}S?REVOn2({I<%CdxYg%~6w zWCVWo>GP?RhSW3#eZsI}M)9pApe5g9BY<({E;%1RgJj4f^7;gUDx_c~D!i6J94(;? zeB%0G3v1rTY4;i|MHF+6^UIPd?%-c(%t&_N_ea$&!mGhJpn&F!vScc3DWMX0mjH@%Y8FMHd@lhzhr!CEf0)`#@o}HpKSd2iAvbA#A?iU} zV@Q7kk9aG(48|Lj8ZSTDpxaPC`Uqrl-{}shV~W&{$$9p0f?#fJMt(^JD#>a^(jN#h zc<}WO{zeXm0c3Uj4GYZ9PaD=;8@r&zQR(^L=H(R-wCYe%?Sz*g&_6keO*d}Dk)wO? z_(S*Nt6#nw-+ulv{Pepg@msR0Uw-!s_{q0U;=`A}fDc}}mu!hl>V^C8#@V*gZen0&V0g-Iy zS8o%f-aLtq2vqMrcMQ**xCM9ZyAnIDpT#92l9(LC(3*ZEQe=UhZAcGIqF1^;Uwa9G z>UtcxbvqtAaTH&BWH+9E^eCQsbU&VX_z1pwir?wco%R;?y5l~kihK#Ksi z+Ej|dGBfuxql65pPyx)OfR$fdL=Y=RfvG@?k5?BF#7trfMNl)9p`b7ig$1h&55p?S zk6F}(Lwa_V2=g*Gp;+8GRGcBKtHMw(3NsTGVwL${z^{bBCx)heDUKBvjV7PgFg4cO z7${vTG4?Y+`ZS0}j6lj@9SWvZfFa@mpTlr^a4R#5XyA1aXdDeb1-O6!qAzJE=g87T zxFG(3QlBLEMVw%G1qO|_BAym?t&p6UM>-k143`RFge~3_0VJmH6LcDRIq5Q6&f^sE zvuj}_&rf+}F&b+cvAUv`kC~Cr?_bMv+FR?yR9yoOHP+(`P8UA%h462iBiv&6eI%)Q zF=RUM+eivW`8}I!tUTUob<}s*rKYV#y&VPYr4G(3wpvm)AfAQJn9(U&`*pQw|1JSF zhn@SnQiiOZlLD8pE^#RlXAYl{b5#2+cR-byBBi&JjX7;D?H}foWmOS>cv}<%<#p>p(+`M#(GZ^KKE@53Ya-h?B2uEomI zIC{IX$Yk5#36dEHV(_I>=G8dI{;@-N_Q^wd z`k{k(_Thv0^6AZZieUA%(>w9h$^CfZfgSkr!@U2!Vr_rF7A^0dpTX4&^C)AC$t$kJeD4}uJG+QPrVYWiiKi~2 z$baWsk!Qn!f=VBXq^DA))M?d|HPxb^td_IgG8C3qqqwSxAXcf%gZZUZob{EXKvpI5@*^g)?EgWiF`^jss;@kM3%(>wiFQoi;Wh$lUwh$B1*vbyV}0-C z#{{hI#}B^z0KO~F^Yzc%ERS(F?%a1FE<0xh+gDTQ8x)2f?Lw@r8@(fQ=-RpknJ#Z^Ne&239fBy}5{?UDS?%`|j+=Kh^;5|F>;GNgv_#Ic` zwi_?T-s{iDt}C|V$_vg^MtPxJUU1HK+;GK7IDG3)+;PigICRscxMS~y*nh)CvM=Z1 zSpm2mS6rz^!?*6d5Z2%zZaViA{NM`@t2F;xpMMyOmtF}|l^X-SJ?I~u#?bH#1_g-v zyGAhDH=3*!Z};G`1)Tb2B&_M&n&FFeWZn%HmzFLJtAQs!C;PblISw zqq?D4UFcbIt0rjHG@wQnb;{j4f?Wbuy~4))%Jyt>dn`=(wJ@IW5CX0amAz|^$6a(< z_ZqB-rNMwBs@GF+;8TXss^H|)(xAb(0-C?nt_ntv9Es7@Ud?A^0i~@G2Xk2_WG{&6 z#VTH)5w6=%JhE&T;zCZP97|;CM!}v^KrNaG2r*fd`TQnf!Py2IeoIB-SR5E0!~f{p zf;YMb@lU1mgd|tr#xIEr{p?2IK?!;YzHe45q;CO34e$?It^cqro#-u#oF)KgX zCNwlT&=KubF!w534H>y#0`|=JQs2msp+KbF6Nk1vvVTE!;pk9%C$ILgT8(mHv5)1T z(8CdweUGTv!pHZ)5mr{qawBE+E}ix2(D^S8B(tYRJ1W0`ms&~5d&c)pkb?i801*e?6 zfyKpD#B&+Ur>2oe@pSvR1RHs3SJe~ zIKKTXm`qhTWnmJ3`pSLy)+g`9H{?Bf{gop)_S6xSg*U@%cVKj6Ou%a^2I)4^yG7ke zbe>LFY{^~T)FJD6QJ=QQJNdMV4%tsf27PY ziV~I*g;|wZgc;cy&jp{<)PkUp0eF0-cfrHTW zQ}oE=y4~&Cs1NufhBF75txx{u9GKfE)2i~&-=i#yo|SYyAlu?lwM!00JaU^yBW`*W zz#^ehIK4gE3$o9gbLI#6_gUYUeeK}sr{IULK8mjhd;0p*hw-gX30QsN7+!n&7JTig zyM4R zIAK$A-{&8=2_HXxEuJ`bGafyB1s=QOIvhWECHCz;54*2E2bWyBO+e~YtZuAgVU++> zz7;V8cK!X5bTCy(NLuO3H&CckA43^LSm zfYw;!7?A@#&VLQ`Z^7y50n*+L#hlSPA@mvAG!+EGS?fY<8+T#c*Gf-fn2V>Fk!>1w#Lvl|6NUS&% z9MsZXNI^_R5Cqj=r;1Ow_?sHMC@VAJ^`KLLXbkW5kKn!GS-dqohc~HC9Gu2G{iAq` z*USI!sq=<01kDUG8v1gGnNs{;_H9Lj)s51+CUgkHq3oXn$tsKY7DXoVUJ!@~PG0Tp zMRZ0>#V_h&(ymN2L>A;X29jxl9CjC#g7Us7Cwq%wa8?zWmH#{OM=z#1o&qAEk1;v%!I}p?Pc_69AI~!1h=# zvg2`e=D%h=hbtCWaQ(LJxK#dkws_#~nf=Ap2ObKYK!^9$X?KaKsbDKXu*khC$ zgKDGHq2|G@vW>~%N2R=<-v~v7d2PnqL!*YPeBS`xmLIEzQqqNfi0<>lc(Z#<2cF*> z+FFce8POzY3~$AakzSarP0Bzc9z){Jc`qZFG77idBd;&0{W>o#pX7ZakaB3*t?vG9 zXp0&pN3tI+4GIYQST2<9DR>ET9xL2y3^$YA3OMt%1;bqm^z4th`Pdvz_6oao1{KsP znb!jacgQdX<_wtTe+kYu!{oHMr zE#l8#dkUX__AUXVJMroZ5977Z+>P(O@-Y6(YY*f5uRMxxym%O|Jh2B)2(a9>=Nw#j z!Kt`-#}eY>n-T4h?{0S=M!Pp7o|?z(LLPZpq?gV(8)sc`7WUkD3GTe(YCQh%ZhZc^ zyYSMJd+~|;_u_#&K88a#Uy9rId<=VcosAo>z5o}Ty91}4auQZnmyr@Cl+KYkr7$+1 z$7DQ#=~NmMiHxu+xfE72oyucE*wl1dKq`~L{PF_QD@#Z(u47I>EWNmZxa?0_*i~+I zNx&>CfF;`|iYQ<5u{jWr0E*;SxXSwmNOtEv+#>kLq%I?8^MlwBGOGTpn28ghP$P{K-xLYaJ7I08Q zUzWbO&{ANa%DITam|O&+fX;}y9RXz{6kHIP{PY407=zFrmc?2kx=^dNlFmKFG$4}; zdYD#JoEekty14Muc|u*-jSxt$D=4h6M@wpa4yqo5{#KQd2VCq?wF@W=!qntLQ?&)Z zh_q_?@GaU%bsJ6`46CHk?_2ak6ySPSSlN4n0%)8SV}f%R{SuiEHi&A2{e({bv?Di&84kY8FuBDaFA^Kncj z=7m))VN{saR5FQ4VOf*uImGkJm=X}0iYGCfN+GeZh}oPlt=xkAy&()Mi>ZvTE4i+) zx`_PZhJco^u)?B%TN()g*12>N6Y(?#H!~noemn9#Zygv#-|#rPx6ENYGmmpFxB!Rm zx*nf+hriApCtZxbK=B__MD*itj#uJHGzHF#+WR_{K|j z;_fHzLxmh5c^d8Vm|M};KZUb0dF)zW#YKfQu3cZmnW?O-BYw1Q%{_Z!)&GE;$~)qH zW@pc**%K?N6u>f93*#y?N{UtGDwVIGWZqH^GeJq15?LC{jAa$2ny^eDqNib{%~BL} z)c#MEVU10JPi68}i}u3Gs>`&ORw)dtx{fX%R#*iHV{)|K(b}UPidAH9^@hnWO@Eu2 z8tm^ttB>VDVG16W+_+H7 z_8tP3me=UDXt>mSyCE4XSgcQtcwH^BPXzX2Ka0c6?3b};NG9Yi z27pE=)$bTVBsQk(iEbQz&dHH^$$R6H$8{^P#{`TGGl4 z9>5F7ufntU?Z$(5?8H4cU4?u0UVweqU5t+kquN-_30N&+X=z!Q%`)Z^X^bT^7?00k zI+4O`b`=x3f&f@r04yOaY8A=lWo23O*(Cv|MZ^V|W>QIETqyyntlYMUIbN3)FcX%> zlHhz{K|oC|vvFh!Yr@`g0(J!ju(Vt^F90~1$YIN55;MuH4m8g%t{^4%&&l??EbNW zZc%%xZwgx-JMC;a2(LxAY?GWw;^KT3yVtkl+LKPjX~HDynuBm`P9Hq6>VE)Ek@Q8C z)xpglFR?UWlQ1s|Gs?|1I=oz3UW&3xmI^J}(<-kjF+hkcs>WgjQL=PMH;zgJ#460y z+T)`CA%~ZFKLV3cJ~RNW(qd5=zLpZ{l~~`bibOKH`o?Bu4lPdh=j3?>B(+CIfU}xW z%RyHzmRI0b0zE%Jr7 z2VuAS4JJivBu0j?yeNw^L5=|D({$mm%GFgcp^3v`RUPU;F3X;DR+sBsEj|T@D0^!h zvewYZ0a?Ta5IGDiY$hfE&?YR%BtYq{ZNx9yq5w;Yor8w+21|&&Ljr2O8mICuy%Raq zOe0_#1T*cqe@OrTo35>>x3yrCwOU0f?A@_cNU@2J070dolVXfE^+II1&*e148Dv9L zE2>yS9ZWjab1>98pbjPUj|>XC;*48sq+3mX=|a!XAgU$8sJsuY8hFXFu1^Ia^8N{f zWBHZu6K$jDHt*72T*UC240LJ#jKj`uxwKgwI@-}PvGUOm#c%K2Lmj7{d=g%L{1DE* z^m0tj<&are$LdKZi2@W}ScunL$>=ag;DWfw3*V9R9WQUFX?)tmrY zdTB-2*8)-kN{KvgTf&5ZtbjP5&nb(W7JyFWma!(FnG$A~ z$tLBwWS?_sjL*%ZOTOQIy*=2nWdgOKeid`vb=m@6e}(40_u|VhQ1Eg){_`uxaNziz zFnKnkucH;`F0SFSd;&LaoQ%AHS$Vw&4LuWQpIG@n0H>PHwT3Eh`!6@vcUo6stR?-Ab_c$qq1CkW#zJ1QkhsLz*C_E%ylZFdqhiu zRM}BF?r!#LJczn*XsNMN7iI-KS^mt zI8WzS#@V4>it1WVK%y;|ydDNyGM(A042z#lzdo<35ao073RCt5y7jZ+{1*q630@w5 zpD=g%yz2wMZ<#%3>BI8-YY5CIFFQGhr|&y}gSYI&(L=lOZo4_}L0_g{oPyUxKimwW^l3ai?-v4LcA7PD~!EVjne*fN*LL@I~L6hS7d z>?SL~vaqr);IfQy0j$}4K>#VIJu8AzT-X)G6_WxYGXgRRmIX7*m=e}Bn|+*_^7wIiyg3R#vI(RYR#av`Ix~Zzu_<(P55p7E67u*@+2NSR7R&VyMLq^LYBuc#Du#hEW*O9CS0=311N7)*`w zcd7|lGBo7yRwGJ9*iv<)UDbzVT%7f)tZ6}YO#>{#u&V0nwS=ex&9s~{Th$b}w0aZj zo7`~9Q9q4;*>kI^HLRyBJU2MCtjK;!&>>(#S-8%2MG#@{h51zMaj8_iL(5{JaEBWD z(mE;NV+pTAW%uk$`BY68)9uwZiajF*7Q>QCojX|Ka)gcEkKZU;viwB>2d%5jKi(WD zy4LrO2~g3{mm&_vv<#`C?|V#p?lbJB{;qEv&2=p(llMGIPe=vyE(LWr`&k5OmtSYu zLX0w@g9behS;})6A`EY!U3*y+$wXR*wG>E2Azza(*lN5+XH2~l6~O)7>PJa4UNT#P zm+KE~mqHs~mx7y?7FA)`t%J|e2>m4oQD1A9??NqXk*Ti*7I)Wun0|w0H8aWcHkR@7 zQ@7yB2d=}BJNM$Q+pfSZdq0L7ue<;^>^vP8oqs+qJo{8^KY1OwMPX>do+jc8*gTcM zmf5_3iZGkxf-wMgE=OuXTzCC#9>6>xsfotLH9KkbtPsjJa@HD>ihVP2L7 z1(^zANo7`>GO%*abXnzWtI}a+#-&u!YD&&zU3BL#N`pq9tHNBSCBq7p&s*j32x?Wz zpezk7hLFR|5KN2FOJl!G^T8ti&O^(mh^7li|JJu zF?wZmE3OH53Ja?ckoKxGh{nsXEJ)QQ0aL&!q`j(6Ef?xwHeE@0j`YFL_!9z{T!tu? zp<9N$27T}77*FM(0KeN|^wacyf#N7ZxYz?M&XN)2^*vEBOjH$+Q5yUT!}B`4u+_?e zO-t+F*Ysq!eJFp3Ymd1T*`?pzbLHu{^pf*&@@YGSDG8Y57m${PeKwKAtT3VRL;>S- z3Czrs&7=iv7M1lBR!&A?by>h+0rLW4TPCNlRlsUuY7%{e69{(W&YgipNm92{c>1ZrF0>z@8k_MU|0#LE9cP#X4ZoL5rm67Z@y(F6BOSs^_*8 zebm&~84l+(jAf*XzaLRI6^SkZCk_wyD$DXX{OX(L~?~r*3fW6y4ZuG-C`|wV8pOMJi zGm1AUx0f@oVj4bdo7?>DEhaAkbw)ep!@3A-9jb`S7IlTzB4WPAi6kVIQVqkJw zL1rqI#^iil*jL8rd8OHR5+KSYF;`ecYH_C+?Dh+B`Rxbc4fo^48&Ai# zUp=m-#mp-E<|l8(Uwq?9ES-NPOeQnB)7z&`to$DY=GC_KKpBH4g?Uvs2m=$gMH{Iq zTeJ4O$|@+V5P+%?cGPG`xiGVm@=b>OJcpLaz^rCrXB2dl%KeOi2G8P?PnflxrLNf;U#839cmhpdaK&1L~w4m>M+ z<9%zYb*_k>ddvcg$pXu`4=)!|O%;wB)=xz?Z z29_n=EHTDZ0K#G3pw3pc>2NgX$U<(4Fd_yRkx}`B#a>Z|&VkYW-773nCFYujY*<{e z!g!6RK@PL9ojeI>EJz%MoeK0av4jgOnWk}1FK6mlG^mgg|908IuWGqWMA2DFLhP!hV)8pAcpuU@?`9V`wUck?|RH zb`2uh){jWX0Q{{qH|~Ht6oV($g;3iNM#iQvMj%muTE*hZb}X)~pg_P7KuA((A&)(g z&T4OrXU=b>g%KqS!ioq|!mP&U<@(H=0bX*Br-XsAr9%EjN41qIE0a@^a zt~Ld{5WV}z&YVS&gD&2(z=zw^xx#O6HFCC8rqBGXHiN0iw(gby>@5y;X;(EQ-Paiw zNpN5ftjNMbDrcAb2=MqR!T0sURO`WltrBSK)Zogu`Z*^yiud}907j{O&!8|gf|`I_ zXRnqO(Kmv-gRL;h0YhzFEo#)|-y-j?874Upu~=)2J{$*#HR!WjfmwYd$z0{Vq;k+B z3|8~NIJjLjEoNU&fs6+S6v`+FwrN?>LlD!xAYJZz4GXJapS-_8n9XIdI0AoP-ygr~ z|L^ySwwyYT+Wt%I25;BS6W7)}9w!&7MQ=|lUlFsae4=-WIaKsJl9 zSpli}j1Cef7M4*E7L!>Jpjuo-W>ElSc?DVdKSP$4iVHwwRUE+{6cvus0&tx5if1^# zwJJ#4&xSC%B^`!N2x!Ig0!WK%!qDV)Wo9{Ju1tV5zaq~iOi)Xg zX)-`sPGyy$r5EK=*y4nM@fj$jWVvn*XKcLC$pv zh_D=3rp_64#+iyl&V>oXD&sJ7brIZn8~bDOKTC(^dP7EENf44n)KpmsZ*2pnwkA<3 z&s8nk(shF>L|dZ+mS(4_4mr4Ncp}yoBUY-^a>^o)XJH?VHdV4;HUU05riVSoELbbm za~u$+BGGHO#p`e`%U7DfYNd{>p1q%Nuvdp`HSE$; zRO$)P@V-ofZVwMBC{nTbhlN~wWoi=Ks{JmX-J=mKd`u5#!zf1&vMe{GGg2WP$QJP8 z@UyyHu>2T>LjcB9UXF+CH3CWkV146wo30#vLwKvBOWD`EJtKIhvj^|UQTclUY7D@H zFtQ)E4a(=!2-7ALDk`hB$5>vu308UE$OxnEPGwM$aF?<|pAI><=}LsyZBo9dcuQx-=;<{%vCiy6klqwyRGAPPI?<+e&NuPis7&7Ght!X^~@!!Q;){#S}V+rjVcsTfRpFs>=s=(=r*C@mq8{H3%k-et5yXa9WwSA zc2O)7hQpo8qWC|plGJ@8TrA_c4f`jZoAR~&8+&8$BW2}AU}j7olTv!JJhB*;Cn+RR z={gmN1WI8ZDv@V;vziIV)ZR+x#Z>svT}&kILMz=cggv%J2hkQARe+`Z-sF-?VNSn~ zgcO)K$ox(Z2blZuR_74j>>9z_ZC!XL(ye}pZ}l4k(C_t5V7SpQjBAq$a0vPqTdjgt zSL={GPoKKPhl=xS{y?ktywthGYYcCzqlk_h7}9uJNcq)QF{UCI^-}a3!^vI&FxpsA z98zzO8d+rmp8U*BCGwrAwY*c^*z%^isRcE%t)(FVTZ0$2mJn*?0Ki%w7KZIci@aVp z%a6f+O-?8^`{0|sEdOEnoi>f0{KWj!q%81D>ItZeILm5j3N(_KOXe_@qyQtKZtWQg zD}-6m)+sH2X9N(E0v7WEHgm#el6iv7swxF%({aqt&LfdsKuQ=|N?6R40K%j&DE77} zagXPWxvaE+;e484w}e??RP*wjbLmB8KvWFIvl;a?R1t@O;dDyCM;?1RNjbjJ$4W1) zX&Eq{+YpAhu061Xg4(Lwb`nxcEAm=6(43Oz;cXO%EX!+@*CmgUlJ_8QW3E`0AB&tU1C3t?#q zBu}8g`}Gt_SC%z)e4le%)v{nz)wT#Y)S*m{&P%GzD66Pa3A0g3tS~@~y)b5bRhUpx zQ7T99w1=uuiM={=5M*j(yE4v=ZPFPqGO-GcPBE*ro}gu|r}SOGN1oGUD#7K68Q`;z z;p(eyfT_wO4606;SJS^q>6z5bL}uQXromJ*T3XyNH@j5`!hRcjYi4Chc z*?oowAVn6k@GFQ3C`1LQT4O_ol$~k9I>a0^Om4|E=)gf&4|)NTsd?H|mamr-BsdJ0 z`&fu_?_LdpWCVyZH2JG#wAsuq2C*qp|U~dTk zzt=H{cia1nsFi_ne8e78*2~X?@3mW)9RoMpC@cxL8=%b?8IK{xAdtItz&NIUlRByp zG*p(MFo&1<-u0kK%c345=Zo2Cq0XYRlXg&D0zx6w)Y;L{;6Q^gxW;Bb?Di0x_Exw& zJeV+M%iId&-D)cppjV~*9SIHUAbNeh6E?@-uNpfyhCeJn)!Mn;p}yY9cQXa{uoh&| zUl&%C(;m=FGNpa7RCZYy2^aLdvXXfLmU-SDpF^4@x@1n>-c<#tX1WErPeFiy^Hxc9 zyC9<>^O{ixl~!qdQvOb5g(*?yp4)~5`&L4&o>zAd3PC1>{VmA;KDhg%c;LZ%U>;24ocK6?{OaTQ-i!C) zm6xAEEWU)QDtqt*5WHX6mw(IAGGSg7HoL~0R5iFzQPZr^DW&QTFQCH`Vug|QRaw_0 zmknC>W1bhoCDqTcwo&6uSVGj{Wt*kwDlhkCu%)?D#TE>#WKYamUn57@4VuDC@LC>h z!|$KI74N=q3Z54pESTI*C1SOz z7OT{TircxHyedHts~ntOh(8VfJkPDsYpakfjbR%eR*tOix*+Kyc5iX5!zgB!dR>EgHX`0m(uyLA-vZ< zV3ZO2=$R=0xAn_){W=7Vp)Ghsp2H*uASJ?NDX55eqbhlCWomS^UxgdS>{_b=m&)Q* z>K;+QMlHF@fdK8KI3LzzcNmd5wt6@O;8d*QH?qd`0D<#xI$qGBV8*^4bHP}erSD>d zEH=`s7F+?%9qZ78gJ^WKvOo3}o0~%@7ba$jO~2SYz1#X>`@K55mL5w?jbL$|AhNFI zKdKPtk^&gQmeN!u3b;%qjq+fUB8j{KX444{FsGDF%?V?hnNKMrqZni+ky4p@TtHxk zb7OM9`Al9J5WNnk6A4v5P6!(#@Sxy5_RD;*4c{;-Q1se${obyJC2G|AqL`Hy*{E zhwp|pI`#b%DDZwgqMJPTtjgMu0++cdf~tCt0D=$YwJgmv2&gq`gh{1^ZtrIGG%R5V zWxY$TZxP_A(Mxla8|9SN3y@IIQChjlU|MvLua)~!kyu%ds_II^q?fZ_R3X+i3wTwa z(__akkKBmgJ$@^G^Wbebc+GV%)khSxs8Zx$Gb2~{Kb`H(9D=4CpV2EeO8Tp1KWr-G z&~0VA3bM93!`Z_oAn14c)$SyW5LBgxOuuiyKtt!Kh1Ps|cLoCCxaFaz5$YQO-@>m0g(Jk3l(T9-(!<+~6 ztFdoHhkj`y%)gln7N$KD%a1-|=$XB`i0r4D1+)KFynjG|r`^{LQ?m~R0daH+K=p0G zJ6!`nOaQBUP*sUkAHLVoi}yPF1kB{No)P>}-#AP)au8u_R)(kVO`uEIX`AeGzkp4r ziZd9u;`4@NpJo4qDS1_764Qb2CSjm;&0aZ>sh7{)gmQ}sEloak{tt&^3hoRX^@mu7 z?NLV$Rci(e#|~9o23xf!NOylmuQ2?QkvL?7t^7Pf188!1LYhy8yx!wq?v^ikfvUaj_@HQXxTv z9*8U@R>)-)<5cASbk8tZYf)+{$7j#q27Kx<{P>>h@sE$(f-5h*2Bs<}ss-?DJfg2L zVpcfoMc}Hcu^0+Rv!QUbG&R8@ERD*;Dmh#0n`JRAH5~6L=#b|k$Y^+^ES_|wZx!%j zKj{zVx$0FYz~OPzslHEL+0~2BU6hkkQOC#>Zp+16*a-V!n)Ovw7ph$q=cL%b@^)yN zaa08xM$&PR!@)%cLolFiQ$S6D+q8V>bNK|o1PlpWbh2>8it_nZ?M107uxNip3n)WP zX#`@n2$L}hyL~Mb5Oy_<6N3-jAca5ZY3}kH$)NhDXIih7?1P1G%~pyW`reqTjjHhv|-C!Qdm;~ zit19f6ql-o^srFMz0V0+HsX|;>-4G_ZLx5^kuH!6NL3>)9 zXUhl!qetU311<%?W@X>mcVo{kz9`Hqzag(9srO0A>rWSQ$S$3P?BXJF3yfo-Etb3n z0kMoQ%>Cz|gO{GX4u#7vLs>;LzW?wQxM1H=0kH7S6KL>0JXO0UKT}a9;8Jf#r7*7Q z#(;o|Qvk~Vw2C^1Mx>ON+t3i2eWa%U^y^KP0%R2eU>p`UR~tZ5YX~OT7c1o)SXH^) z&tzCU{lT1rbDpg8vw$*6^|E$p-{P#!i#Lw=#1HU+a1AhP5ZMbXK4Z^^J z3WywRwzhb50Gj=+8aWcTH9HM8;~$(nEF5SiQ!`47wg#q2mnajoG}I|Gt7~y7sI-TA z(cUWTiYh-@_?b!^iS`=e3$hLNu3T-p;QCag(XK3sDnJSx+$sxiEeb8VRG2}=MFpN_ zfw`l~9F&F8Cy-3cYxI!9p_;haUM4*D!ook&HZEcR!#G#O{HBa$IT8F3S(m7#iMpam=wrv&bC#_<6 zZ5gZESFr8Wv*GU-W-n{SfUtfFEoSmLPrVjL0EmyMtRU@}sn(b(CHlwo9r@%=kd)ig8Oh~u% zb^)vydsY;62*|WXhtxTPz!X;I(5~e>^))1zX%8%_jEim<>KiBvb0FBO3$KEomJC}B z_QtF&mFRbA&nuu_fQH4A=43g127pmYPZQx#hY_q@@yF2mbz^Dp3$j06s99HmxEHozz z2%9W*Xpr}~zQF~Xuw1GUtt>6dK>=s?IMiNNX_fYlP11AAkgR;M?hWpIS}r3cW4T9lU!FXEV@pZ9lw93%3A&W zt!-Uj^=5Z;1u|<6Q%fZ5a=A_f3(BcJnm;q%iZX{!2UVV@NCHN(i11P7EU_Ml2Jr88s%v590_hmqrajE&Rb>KR63 za|>1$(pWoryUv&uRu{0kwhfD`%UIi3N6+RdG`9|*$r;4ZKtHz3C(+fv8G)#<>ZttY zA`s3X{-43vFmWk6*s}u*dyOh$D3E48F!ud zHoebI751SQ%LPEnYYg^PVWHEz09TW+9t&r;Y_Pg|zHe(AY1BJ(oH}AE6L2z_)FHlt z?i?C-V$z}JQmPP{u1w`&k%g&ro-B>78CI(fBOCc&WMxgdI9)hDg@1kG4*c}q{rJ(n zH{-AGyB5EG@K*e%$B!a7JgeK();nNpv}>u-(&$ikdY%6g;9`tQSyhRES_5oNUb(Ga z7(xw71;{#l4aiKVg~@fOLXzQ`47!Z@jq+hsMG}Tfz4m437Vq@KD{PN08)R6%;2&h- zVFfUX4%mnC36RyxemUtR5o%ZEqE|f?TM-NQE7Rhf7JU@?JQ{B4H&l&OIC|A_!;qY_ z??yJIjvU3@GR}SZT*cenMg|#K79H|gn)7MD?hpB7Ayo&4{HJ%2% zJ!mko;VpQ3bOLV=j2SNV0%#bU$4A?SVY1e%%Ri%QSo$q3C8H`gQnuwi-X#B*aBM=u zN~?tNR_ojy$0*9J6&hdTwENT|OXupe7Z?@r@@W)}hp&;$lFT*Grv8df2g|W-Xl!(< zdrEDSM{UAv0$_GIXlQb@>*sFcFgt}j^0`#i`(bJF{n8fb__{gN`z>>@laUu6%93K; zmYe;duJO0inQ2+HWih9moh3mst5i~$SPJQ^;We1ZE($;tRDM4#U__5Y4h+YISajFt$aV1LM&0TxM0vpPYA#FS4(;hLkY9ECV0d5w!qLy%!a-D3qH8 zT)hMSTk#Q+zvz7@Jz^bZMI$v(#e3;2#Uq$B) zEg#kxZt=8>s;;BcMkRa#G=I7O3cT^uUHHYZefZn^4&v|byB@!J;5PilV}}tK&BCBLJ@O) ztt^gCSu}$xXQz2C85d{7=-Ho3V|ssYs|(ds2LST3FE_R|6o!MFpWJsD`)!mF;&Z7^*WqA45Qt!`1{rDk2pW zJyDHx;e46_0NqC5q}{I!jo15`@=PG}MPL)qs27m=dBCr3_3zR`s(%P?_KnFU9qA2$ z$J+w}Vq0c#S*#bPsw(}ws%qt+h6fsZ95Y5_Sp*VQ)| z;{xt*F*mGB!Jlp-4q=a8^*D^F-4-SFZdm}Cy3C#zeHERu|8CCYh5F$2%j@=b8U3?J zmtiIxlYxocfpb#u5r=L!9zACMb z@bTpZxtvFAU@KbuQRIZpM3Vn;iOZLSy;yAnYb{)VT_G$ z!Nl_R-`soe3&ST6;eB>0Yv{R~3d2%M6Uu5_D6=_bL84_;18O~kziJsc`G3h;Dh$-vRvc*k1h2v4i-fu(I*&4w%ZDVQp+gO|whRc37xB6h^0R z^vwcla(%r$C?MxjiN3Xtb7OTVqwk^s=_}_iJ-GG!=O>=n5~#*COSv=Hr<=+^FJIWc7P-PD~UQY<(2 zYU$I)C2Xw2kkr4;xD{bzHwkd+ zd!wex@|`Fv(A9pNV}?0kH=8OgyS2G|YSbWLNAN(pOU5 z<=Zu&(kLy)3{OOsKgm!7oR{m?e6)b(e)VW@rB~ROlf6e}%DpPRcgcH3+bX{2PESD2 z9cZwJP~Xxn-;XZT1;>BgxwgCE!}eRQ-Ev(x*ghugWl0%HA}K(S$f-dQ zW$!7=fXW@1O)_4EEGwt#!%5C(QHhw!sydM+x~XIe?vCbBuTb=o|iK(icRxI=y{ zt*jxpA>gu5z^bsCrIjTttgYdsGfzSL*fiR^JFw%79cUe#L$tFG%PSm=7Vx1(lz<=o z6w`}_Jf4cfq|S};f4YbW!&*C8Ksm2U$BY12N8G;`0!n!-u5U*{ z*i~+gviei7x=vrmRZPrGWAo%zjLfFd-8+Ry@65Y_;l&>{M$=E(JJ+|LK!W$9a3hlT zl-7IxN13HjfveQgA|TU(5@szqVxQ~i_}`CWOPV^KAV?{I2?Hy$Sy56=psG;SS((|Q zDnAYl(zde2sKRL1oKRkL9 z{_5Cn{QSs1{L3?U;Npv}hN)UWN&w5&;uIFvjM_%G8VFa{G{Po}r>V9P$>AY6qRI%^ zRluU5mUV`+hk)eHes`vd^n z;j(*Wkq+v78DmUZ!$uE{5_*;`4Ut0>_GUkv!d^n0UGo|qf|RreTr}S8Fy_)&awLG! zThMQS0ND@cvP_K*wAGmL-+Ow2!Og*Af?nu)8^1Rg&Hc%k^if$s1er1Of~Hpa{pnz%0ao=1qRT_G! z_T>Cmq*vafK6&p470A7gh>AGa&+}1@=CB zyb2#^?=+XlYupJ-hm_2-Ovf250>mtBndJVQBcs}ovi#A>X$*{xqec!QqV26%Srd?0 zURDKUPFPrBSpaNh8?q;DgS%@O6C?fDIQgmF+){$RfDN#U8Ky35OJVr)` zF*-7bzAdu|Z_dKroqpRted-Uqvmd#mrSp`PSYh{xUf28mWbsX3RZ+vTpSmB#?O!4fS<|b+fUz)`wtw1 z$=(CAfM0F1T^%`W4R+Kx1H#1Wb#U2KYQ;sPAzXjf*)W-X0+N=Z0kA_@MJ<*G!}$Fp zH{frcya#j3vQ0&umNQ+#1UfoLb!e95z8GES=_2oM6Qf~&1s6fYA_8c!UZX@vdnp~>4I3p)%HRElFoW?U zoPi?CV!z8N?8?p5X$Cxc$j;hSHA#;_FM-X~rXUt@Mim&<&7M6qG8sBrI6}h0Ecm#u zMFEVAi!SwV6SxL8r_s1wRfLubg}`MuqX!$ZsQ)Vf@MhLhXGRo1BoxTGxHy@N=9# zii?bY5dg{w6IQIX-@Jp1-*wMi_;Amew_h4L|9GPP(&Nq(-;NKOc*8aHM-{euRMfapX7$KI z<$^6Re9ixL`{uFz73NyQBeBLV+jG9ES|#%pnviT$Q3r(-RKJzcy@TLIi93ZHX2XSE zXT>ZQWl0THCVczKv+<9Q-G-muvmZaZcMpDXRDkQ~LAksU|9I>W{{G>8_|CCA;2l^| zv)Z~QyMUNSCG{5hTiqUNZ7^-Bz*(JceCzg`P}i3fa4c7FW69AZjIZ0-g#U8W#rXZx zhw%C%M-Uue*6g2}8mj3w! zqHiM0mR_%6FBMh+M7z$81u5nT7$KS=2XnTf%3`RnOa zBTP)#*IPY`y`--&9?WO(ljTo?;h@Y|3cZTv4vfx~g z59%FZY$~tP1DyJO;fALKkfx5~gF6;MEmk)`|ys)he&Em=w@;KwnlW_g6 z^KkgS8!;f@)6+JBox3kXZ#)Z6pbIHFe`FbfA`EP4MZt^1$Sis0mguW^l18g!R@Zg^ zDdeDZe>OLdDFNb<$$9jTO`~ma3ZcP?cUz(}e`|AZeyK8=+gaDYtq@+?*L7lL|4`J+ zPYahdcA$)s`8t;Xm>V_z{_Fo;z-t`%b2@L7RncXkMq^dVEw%D@g)VUA#a>sr#c-R~ zSud*Dsy2bFjX{={#uk{FmMn~oi_^B@D1Lwco%q%9efY(ZefY`Y8}XB)*Wu^K1<;OM zk6+$(6aMa=-M}-q;rz3&6_(WktFR`j)Cf#g+DbLrb^eU0!n2Vee*5TNY&+v(d3^T4 zY^agNwXEI=t33Y~F4~5Fc=Q(h=8=7P?v6vScBXVc8XD^mi?Wo}r;9!X5TT&KcqoVW z1^UqJ2x}RyO%~g>*dT(@!D2i}L~W@&-flDth@ZW(4X*waoC2(^vJLxYw5d|lUe0$> zzR%n%dA?9&P?eAL9rP4?J?ayvEQJZktp=;2Z53tp3SPz>nZG53s9Z;@CxU=qm5%~` zF25QBGunmoU{L|MN{3u82Mzzw)dmc+Y`8_3*f8Gd90a=h@Grv39&aDQvNMEDEDdu6 zqOwF21{h_du{m-u!airYrAif~JQ(2!1xv}5)$(^$nT|-%pVBIyzm0QvbynEqAfmaM zU>213NPw8>*YdiYF%`Oscdzt>(VMu;l;QG^0I!n(b{PGw#bsq+*);*Q+=^O5ZJnFJ(AFt* zj*KEUI*-V3{LR47+MhLarJr$5op+5ZetDr~_M-5KmHfk6J{*`kxw0XIGP4)uRt*h2 z`tRN$lCCMQ^ZvR-fQx0ulFC}01tKFWqrah57CCM7m#aFFt{WU|rZa}B)#wf{?8Hz8 z)}WkmDW(!Ud~yN5d+G>&eE2&2AH=Wj+J%39^d9`~rN@C!-G`TN zyBF2IVR_za0VM}&?Oxaf#ApvyRad8ZR+0KT{O;B>@y+}1LYZ%ixn{B3BRAvjJqKWNkI2z}8CoNqXm1_V5}m3Dy<{;F!?-rwk6Hn+n)()D zLP502k!3{fmD&_w$jV~EAWAFh@WR;z?7jIB0b9R-oq!0fsWkl3kj1k+85OXK3fl-% z2of1l!2+X4==ecpAx(Q}60Cun^89Y96MaFWG$=sHG-SGg&_arU=Jio_A2s4$RHh!& zSQyS&1sr~OoH3Y6N^#t87XYIJ{W#w38^?RyBS2>_zTMu9gW-0Z=I@fv#*PvJDfTaE z3C8kpX<3OdFq2`LTwRGueugX)3$T@xm&*5{+>qD{$eGGYv8im64v({6%DFHOq4RrC z-O!+hy>6!wKjUQ{8b=X?y}ImCji;fHqQ@20h!u~#cCW8POOj2(IP2uVrM9*iH4S9m zZejYA*1J$6=emZVTzb$@??V4N>cx)8U-h2sO`uHJ?rjxS$1d_`e zI-|ut9J9wpw{Ah-uz=#|1frdr5g8bN&)zokPjzjHFV(xck2FLQXEi5xPW0@!&2nPZ zK5^1hnKwI8ZXbKDOcwqUGu;%tKMDk<|J@QxrFZtDRh)Hu`|vBDzP(Rp4o zzy!cJ%t~oJdt%i_%nBDg4mVTvX8;-dRb}XEYQm5AUVvXccsqV_=e78$`~ZG+c&{+8 z8}Um4u-|>^2=Mc7;=N!03Gm~uOnNp8(=_^RpWh|7{p4Ht%j0+AC%0XS-#&I5uK(CgFj@R)5KxV^ z_977OG0c0T{f0u2JuCsAMtexMGpkLKj}rGtpAI*3(3qkQCOn%gPMp)xjCWsu1)k}1 zQL?E@fUZ|%^I=NLY4oc~Mk6kTy)1`43>Uo&Sr()#hp@f~)qBpErWN}I)V#hC?UHlM&OiH6$Lts%@H8uTpvHfN@ZrHhTo-}OZfRSecNn|Pm~ha z%F5JAtkf*qX+~SKx~DX;&qwf5E3K$9S*L)SFVI%(^%+k6(Qua`?%=Dpf{uOC(Gz(x^w?lbPNiB4Q@gE$fN*R1Y4)4 zkXp-OWg(Bp4qSv!Ke883AGsD^c;;rLPd@|ksWE)>*#kIo?+s{a>l5}JKx@BzHmw6_ z@1KWvVD6ok?)e`&de@$B*>dLY>QG_1sduT>bRrG;#OdEH1$sAclsS6-Xp^-?7AxOd zjXmR||DX49jy_##X8sr5=UcS@RZ&Z0-$oq_F0)muFQU3LRFvxxc`0YIIJC^9W&&7E zy_WiP_RCa?le;7M?Xj!y(|Zr$7e}tcPY>UOzq)H5es<3u{L7O9UO#&U@Ba4B@$Nsr z4*a+80>Aq?_TBoh+}9`R!ck|}IkHHo zM=hY}?!n<*pEs;S&h^fq&bR%)?7atcT;;X)KUSS4X^N)zKI+9qvMt%F?hQgSoj@o7 zLJQs4V2lA{aIct9Oosr0B!DS4?!6m~ZE!EDmTfRreg1pzt*`VtAL7u8eogQPqE{(DrA+y`HAdqjL5t$)UyEawWhDlao4vvUcW|)RSy!(-I0Q%`-VHS+XEG)r3CB0C%VM z7s}MG<9u^bAGcVE^hAIZt=(Nn=j?~pSG?kX?1gI9qXVMx5Jp`%6oW^Ol{`dIRvZO2 zcsPcP{so3yc%cBUb{LyEE=I-3(UN({MZ*=e4^J1y`jj9-e=E7AWhg2i3~Q_aR(Akn zF1!qbE*Od5TyrJfoBt5reEw0qHv190_q$1`7=97%y>=Kj|9LKcdFL%qIeT`*%Em4) zuDpHW&>LspQgO@Nn!eXBGIfu}-P`~1mKqv3CE1pDE=l8tv)Axn{%@Z^>MYq5Jdvo$ zAoXP>2syzmS7h+gXGlvFh8N$Ya9NWiMa+C<&R6kTPTWW{N)t;psUdbQsuHxAeqj|( zEqW4rW=zHR(;vp6856O4?nE4%c|Xp6`YO<{3T;O>ptWu-+8WmaKkh+W!(J2(xn7>1 z;fTZF^us^^(3q@H=}j=Hb=Y|4HRyV0I^E{uzT566+4O0UX0Gel>;mv(xj#vIfRAVIhKDgnMkUjhqH=hnJ`A zOt4y9O8r(KTj|71Fk?5K|GZ;QihzBbMz18$bK!Hqt+*q-oDk0zbZb!Djc#{9T!0L~ zpcp8!rQCoaKF^y8lvV@1`=Tzd4<4fPzJ+d&lB&6kj**~I6U>uj3X$_Flj(Z_SX!D) z4<{y*qDt&R-*fT?scW-YIuB^LivcM!gULd$4~uo4VeF;zlh!MA?%rUQfY?PU(PsCH z!;)LW1S37gh{D;D4z3xKgnA`FnUBG>WNx=oR={h7yiVpPwdE$5IqCQwQnx;TPrADA z3$ryqe`i*ha|g}+pZ>p|8NOs;Raq`ZUNBZVA#*cH&Nt*-Lk{Jw7)JMTycBn99)2+@ z*@-xExU78@^shp!S6>wN?}vi2!6+=NM$d}D(6d7}9L7asuaJ7LX%F3j-!FIwi|0+i z+w;d^>eF}P(#x*Hd(Yj8C2!Bg06KQXg;!tHJ@R&M|5vtTN9n2*Yc4V@S(pApPjFTD zP2_1qT?TYCFljUWG(eC7)22($uOu}MUS=PXbVgBJYEGBuC@JogEXB+T^0UUk5aVPF z9h?NRRkvS@=J`)!->fOvKVt$8&76quW{pSv!tvmuDl~Z=|fZsdS`rGW0n1 z!DGPLUFbUe6}pc1% zSn<+)sAFZ&r&xZEMd;U~qy+*&0n zQ*)g1&d_AV!ZmEVbS1LuDq99nQU$uC#ykSb4Fs0^NX1R`=VKJ9B9(@x`_u#{i?~Zu zbjf1UN#rnRPU2voWw7fsMJ`s7QWBvj#pdKB5w4e$H7hPw4h#7C9Bfvv6nArHYEI%{ z(~8~B@lp{9N@i0G*Msr%tQ_G*=M?1gW)lmi_WQWFSuweAR-&65T?UFs0T&ava^a7b zkgCf?T80@38KlZ{YJS!IpRQ7AawmC0vHWvY!)wI8UODt4F;P?uAAz#Lqa{LW&;_KV zelc2{h8! ze+cg_7>75eE9&c60@$R7?!%X_Jc_wpS$P*L(2PUI*Z~sM`&Nb|+GlsgB&#XzpE&A^^H&!F{YbM-ZU_ zmm$S9U(#Wjj-6dp4wEAUogrPEhHT;pa05whHNq;29f#5%D}3IeNCSI-VVN!Yfvna% zlKhb^@blO?^jGO;CaD~pyGYN|8*HRpRp_0j28#RRvuFXXwR!Pddi*|8f=>o>QO)ao zyl%<0UOJOfB9WFNYnn-ilFD_#M1Lc8tB+KaU*O6` z&3t}5J;;z{6~#4SE>~2HDIS;7`C9s&5s<}#FXow$QWM4r9Xwq~YS?!^vBOEvvpX1! z1&BpT;qe#K#h6C|sMWTdJ?7G1XLbLV|J#-x88)x9XQ9+m4IVv)ATc;Q1bxfO5$jzF7q3_Odv0H6)Cg8O>kK>h@58$0SkK*&ilW^a-hmc)X-Q6Uzd;9q|wWs`d zY~DyU(;#6WrNvj~Y3xMQLu-eZuO9#afB;EEK~!@7B>yD2HNz9s8X4r0*qO*ij=!Wg z@YOu8pJ|e%FqT!oeP#X7ws@x0e0?|TDeRs`Ae%M;2d7WKxj)QC$8my6!%70!X0$bI zM90Z>q?UG~t$qc;XE$DW_j3XvsX?6{X%-7ItWIRmU`S_+-(6h^Z2J&L=gh$2Sr6c+ z#ZxhL(ln?n1@hXHuc!rn+DuSfgRZ)@=s5Nz+Ur&VM>hd$KE#zbJRs{~+>eWuSeVpO zgcL%Qu0XX`0)o|yZ^qw?Bd;w)$*5~cQF@Tg7JM3Hv$A@VI`rV-L2)|X`@oO8u=CsX zqzHx~O`R^*d4DKJX&1s)dQSQv^^ob#Cgqw*@Cix(EM70;{#W8UWJe@NTLp7PZFsmN zvM&UeS5Yrq?Ci4pWgUp872VPxGbk}u(j=1A7(psM(?g$`8k!Up#(DjCn4oo+HG~Hp zbiRQY9t-uvP%Np2FoGBxcu4Ukv2C7IHMdKVfM&ih;eck71&Q>#?~&L; z+T*Z|-fXcGY(k6xyLC?`<1_aEu0i#~%{%`%;Ev@H0ad*~`-{DeQ9wO|2{KZb*ILXcU!u1z~z~-QBFQ?39!`B}vb z1s(O9&`xTsy>S=Xn%9sD+W@p5N1rPmQ52xVjx?KtRG6QBPR9dPIl!?$Nudg8^#;Uq*ooMO0OrGurD5RvchFV8m4N#- zZkzO~)TPBjK^c4*O5spkYR@=h(c#XKWD~p1B^iS3dh|%M%BZ*?L((mp)CjMIaXb@; z<#J?`Crg?^%JiaSCq~4PC}s~D_?)vNt7QssAtu?ripyO6N>F7Zh2Wg?)ZHX3VS6=Pt`Q87ue`h@`HY&|ha&N@i z^O}&>*VCcO&i+51)=LQw&Cc)H8>23}5Z7Eb7B5e_4IjKn0Gs^?UY|LhAodtuob?di znDr=LTR0B=E*y*L<9;=w`_u2^Oz%Q#bHC?r9(lV8TSAB}~n&Mtv@7**O#}++}-805v-}EQ({haaA zM&PS|n$~2?2SCRb71OZ=AXgo0fWf~bEX|8s{>}M55`O{ z-RFeK=7ZT0hS3(GuU=AEVd*1fpnddaAHmRrR5qi~1ym1>89nH4Es0~$j4t%hW+KT* zDzEI4k=_5e|23O6+V85e0sS!K;xV}Amh17}?0fOn-0^tt`SEyX?gYFt<59dh^I^RI z{Ns4++3_eEJfdaplb0L2Ke_Jh=h?zT)76>zEvac{sLdXNm=mdV<*Q0aM!0m$yMNg& zAyvDGU1}Unl}wOI=BXvRI_EYge3QOXDLtS{qUU8=vGJk1aAe_B?3pnhduC3-zPS_W z>m=08n~e5#ZxUF(K}RD&tC8S!ax2_&HEu@R@m1)kV}-W{?MIfP z?HGMM{1rMHHqvvq;+=Pw5D*JsPd6eG%Ts!V`Sa-Yj97fb7y=|IwjW4g9sM5thTbac zT)EkKP$!n{honRHwh7haCiN`>8ee4ngyg_V8TG3gFSurIH(ag7?sKItW~ zgcPtwgCHrQdxKfHpZ0yw6Tu^-;2vh1KiAVq4k9TpZlRKOIgN$8{sTuTllAeYndJR_UyzZ8y=i=ye zQSUtnjB2x&j$u<$UeZnILFzt%*H=lYa__nnqZ`R4H+}Wca}Cg1vb#dV@9x+APy1iD z*~101hK(MDVZXQtQy;n&AN_8eq;I_a{6lza{$qG~_C&lg=U#mI>J;4e$bG0Bb;-xw zpIZ0!GtN8oPfImrolMEF)0MB2VB|wGDX~BGv12m7BJhl6vU!FO{X!*_G0V(;|FvG_JD< zT7g)5^Ja9mY(#tGZnQP6CXj7HdmTaM%ovK>Zk`QFJcda+HE#AKm;BrN0@QAf%^R6h?bMx&W{ z<$LHg?sfTaTR0A5x>n3C9L&s$nY#zD;*y4?8g?Nj3dj-}UE4-hhiPxnx}Tr`Emwe48npt~N(nQjIZ@@z+Uma+<3)Spy1!cM z(N6m{evN*^?-l!cn#m`O<?~*bl$eSG)9gmRWn?uhhfHizY?}LEbwGY4i?M!hgW=FCS4d)|53Mv-J60?Yz zi?R)A1S`%4EKmxO-5~*3$fxuQ<7q**m9smKn_sfgAsp%{DofmkcCXTv*{5`d<^pU6 zo1Q_y$|sG~jL}5kFyV5W2Tu?rA12VbNXx(c?!*Jt#@e^p;bM|q0LDObswOfL;GG|=$6 z7q^<{P~UXDs4-QFRseQKSuZrrd6u9x3E$1QANyxLh5hrMz~LDaaO%AoXgmC80?bx| z);e?vyfz4II_tkdR}&XCuR%vMD>8yk-F5=QdYm}C89j&mmX5C%fc>^43plWh_G3`3 zB^5{Ns(BTuu8s5@0$B4_f)^>ghOP8ks|iG;yy{5Vomhshx((<$_ys!luObL;!NzTy zkQ^QYdqz5P@=Kvga$)M|p+FNor-_bVzXfPnjn4ONipVnxTj@WF~=P6y4HWkBcPCQQF z93LshMB1m)$`>bG@{kBk8h6{)iy~qtDQ8=1*urWJX*FhOfWda&$-qwm!hbpMzBzu9a#gDxwpslf0t7vbUCuf(5Tnv4&h ze;98pn1pxcj>FsYC*oa#+9xlM#}hLrq4%(nM=pN5I~J;Y`x!T^^(zPzI|w*yWQ|I! z^$f5Ey02+D(76rgPJV}yk#~#2@e@Q&zwi{$@h#2~>^e_wqy5$i@H$VBBC6jkVC!t6 z*Qn#Qu;rxa)++$x^pAtf=ti&6uuayl9$NSj64J6!oKuLTbU%Jm+LM&x$H2+0bgXS? zJ4%YJ^=rKU=?Z%N5c;L5fDO+R0QbvOWycXxX-&)Mz3oQnh2z8xnH4S&dpJ)SMuXXK z_~K%7*Q)i1a~@;pJirJ-+-W($7IIcz1SgL>Owh`aM0bu<^3i>==EW^s{4q)5aJl>h zK~i9JpT=w=DCs3PGL;mVN}GVI+%7yDF2rL5(Z?e_QN%WT9TzF9p=RqmHzDOUDm_pC z@pNK_xDvTlj)prJFvQr@!JtwrQ-BGa(vh4hA-~+>Ce>gTlSdNQ1xj|JvLC~d9g9h< z$VhFe^>lve2I-`&CRl1S>2JvBrRP`)W^Q`SssK{Y>MMLw?;dn}cEzvt-T$Hg_*OLZ zVoS8FvcMe4t8s+$AGE~^U(F0=f3LSkw`bV>`g%uQ zUD*H1D`WEfqN)!syYfDZr+8^ zz$;VhcHk@Er?1iHstFkA_5%C(ee5LlwG8e1R}*yU z@wUx)o?xibaF`S+_>~1%V{%qLn0Yo`pk>M5MuF(021Pa8oA#GK- znWZO$V7ORRnfEWPS|rgvTl$Z2o0lLR+v*IG>PaPdS;SX9TW(Vb|-9i-BxWfkMm zNN;$|Haahr#6hWzCQ0~D(WeVIcq*7xoZ4uV->;f3P!b7X;w&UECZ+U1vN}Q1>$w&% zQGQM)HATl@RYk{1()0bvNKQ=^Cu%CG@?`q^V8z83Je;qYq~(HXo@yiopH8Y?&o?W2 zsEtTAWF0i-Uhr^c|6itc|5yHFTSja^ATqH3L`Pw-C(?cSM~&`Wq}y{~bmzn9?Fpl^ z7@59O*dt}Ihe}}!l+mp(tl_?}1o|M;QwX!apex1V{KjHR{h?o3DSmy;Xe@c@Q7n0T z4t~FA9NwBe0k6%v8?R2gAFs_BhtFQ0gsbnm4Z)uMZt4CFbZ&bc=hz#ud z@*}I}!r}k^ah)svtlkKj)!_l(% zIqaVQ1kSwjG?q-9fYFs@$aL7CPe@0B*@!WD9sDkomViY7tKTToknQzbNs+A)SfQQ( zRJWQG*-Eq>AyxL%ZYh%PI=mA5{xl6AOt~F1Zn_Y^9#(=YhLpn`43N@L(|hpXmi#vtlBK?j1DG{*;~sCkcE##QPZub>#+k%Qik*i#CGc0B&if^ia?+7%(DglhA2?bEnf+t-J9Vy%#HN&pB4b#j>;I%jIaKO;whL$~4NFtD0de=T57<^Mf z_kZJmzV#e?V`kxqnCF8osQ$;?1+aPxbu=Syz<1a@rT9Z z@!Ibu61X0~YxBnArP<^0*308D=9U{VuzGNL_ivih#p*-LYOMuNs4R0k=)@pr6iygNtq^FfoYsqO)Z)0c;E1Hjx@55H)>` z4uXcPm7OFwwX8$?*&PIyZRq@w9^+!=rj2MnxrJ^7vc?@!3@tf}Y!W$6%8is9uo*w@ z{|v7_c{_>d3D7|fD3 zE_$m|KHol(TzvKXLf{C2_Us-~nme)ji_ei$b(>6SCTSCp#!6e4Ldsby3W?XWlJy!= zaC#|)P}GrGpq9i6ircM-$-}H9b?`J_veG+@lUI_(2%?q54*q*!fJs+_Gy{?|tn_!H zWNIeR=PC7KDJfDzn5fZ8Eg1tWk>Fm>#2jJoy#$colrvye~m7Rt-yJ08(td>2KEri{6gkjw-{S7EQpruT91~3n$R` zlkxn53FudI(b0;Eilpw}O!xM)Z)uS$MyO3*sL~zC$?Ey?-vBQ6su_Hh&C^OLe6?-l zD{6}roN`xPRjLuWRx5TraVx%GGy}V5JcX0 z-5Oat>#ARcu7-7D`sgH>b&vvUqpzaiNO|GhUZ8b1UY>pr%qD|mCHm=V^N#C&iRqK3 z;jQ`eu;!2N;f+Q(a$;o0CVK9s}=R9j!3RcL&r|6-LM>q&i?ROO~@f-6(=Q@XbGaq?Vw}5h1;gRFKuHYoSVq0 z_@P{c{rL#e_dKP@DfT{ZL=rtXAJI=hlWx*{^X5n+&JZay&Qs*~G%A_{?EIL{@i@@3 z3Y~`uq$fxbwywtyjr);TdzZWyU4{-Cf|Vwn)91BPjLeZ>oO{SMUToS(PBV#ZK9LKY zxgS`nO5B2M-bqZ=NMeVC{L)wM2bPe?h0z+Mnrw1mlfuRg9bM$e-$=%JV~0hQnLM8} z7r7?PKo>zqE4{WsxtQp|?OIIG+WH*nd-Eh$_kSj*YxGakxq^45xneLlijii^L596p zK;+9Fgh1{vfsi*wV2TWcBQ}sO5(mN=?GGAMaaLHh6>Z~qjVCHvQUy`%V)!4`(w9US%_A2$?SJ5!Uc1v?d!^b9aw3v-I)S!2p11!hE6 zrWxBN-HfI;W??_UtMS!oxcu5*%b((^{nT-mNy6DzQ3hf*x;q$Etfs%_+ zXtd#z#V=yul@HT%!^oq-ee)AH(d!W;T6f|nc01ND1?W86>73g+l(7cxkIN6N`&8Bg+m5bB>!B~uesrBE(2k=kfc7o; zdh2@VW1~g!XbI%08A?~}GQ?_t5R%sfG6e}Ct#Xp!s zqh8X4FLeKphgSblX~vvhW78bA_tV|k$h79d=Ice^sYQTPmOqccl{bujE{BWMlsjHd z@T#O+1#IE|um$_W5$Z3Xa>wcWSUYCm?a&~Y3JkyB5K}$@IFuUBW z|M4+RDn)^@?Y?mfI(SO4g<#UMg%lc39d0Gyk@7gV3mccd0jDp9KA~c4 zqI1BhJp#3^AK3Z0RP6O_$Je6kD1X03>bcOd7f(Gm56|Cow*t7IzQK}@*26R4R|K+D z+?$sPY+gW6*oU8vvn79{6i>G|(pLsp{YtcvGDQ1EOk4DktO;gCV~A%FY}9t#Qb=m< z+YiP0_|6BPLzPKa)3$(gb!LZQFv1<9b0wtL&n;9u+yFB!ort}`JaHffd{I(saip95 z&?oA#_04Irj@W+iOSB)S&*IQ$q69k|>9ab%n%*BLh3vzP56+hh3T-+;BqKxCF}Wji zYKB2kPZ>64?TR6#Ng+^ifwPwGSNega=ry9e5>k86eo7q}-zS~8)3{%lQCS1yLS#Co zIwKuAvm1%YX)<-ljWmR3W0*b^jIYUs~ z$&Q}%|LpZgQ81|T#_r!%_x4Y-nS$5drMHA(^MrE$W{NTUmU5jvB!-P-gYU;ggYBf& zXok+Htb?giG>BR(*zx#XXnAcenqPPhH(zxlEJiQ(JaH?ju?09d?+F~A^8}jaKZA2$ z{0?2mH`4&SUK#XRah+UAUw5Iig_IWos!ae!%7!x&8&?Xv+MBkamA-be^N)=hT;s*H zUQHXM?yHm6z?!zp6k1oqPTX+iotS>p?ZA&)6?JuL3%b~v&xVh>Wi+_2M_V1c6qnO$ zY!nkl=b+KlZVg0$Zx#b*34o+@+8b62Owr88 zrT0@u06VoDhrj<8-qI^z(WfIfs~9Sc6Zcn_0rc7+NaM`6_{DD~)4*Uu&>Kc1R)k2r z7$Ir08KE0@bk0J=mm}GVzF@Z4=DCY>*k2%1oYSwp3~2kB6zE1#TOABAPTxO7pXZ4c zXg|CRt;e_wVH1{pz7{IIPfQq^bcsUBR8)py z=%5Q3$;706#h9TrD9QGzT2gZv(myUajmd2_)7>z1e-Xi zr#Pu70*{Xrn5Wha&9j#ZLk ztAr~`aEw=zQX`1bacw~cV1EJ`9fyGEB2aqsDqxOQ(cf@HrmRbAYwzp+&2?}8G@JXb z)f!vD6>D!VDH!xO4^~V_(s>GwBxW5-F1?@!EsNW4K&y` z>_S)bCIwauq~^5*hMjby!B~o$w-M9`FsE3(trp01F*JDa=E$g%>{|R<3Z#EHv;qyA z|0ru#oo880D zgWyCe@W*X9_U%UW9dZYrswx4FzJsooT?9W;hXh4Q6FI&Tt#t&my5%xWdd2-yNuj#M z#F3h0!H4(WB5v#gK9E8zuNSbSgLxmD79PwvM$LL^CY4+&xL?wQT z)9v+^IP(2LoLl`S@WVDKq;5a73~k5O%hYD)QG)6*I%k4f7b#7UD($F0iu|gvqQba? zHmA-f>DB0woIp2a9gCx!lFr-WIXxpemHUAuOOdpwEmCjlG`-Y{sm(4VX1K++pQK5J zC8y$6OTT*ywb{3hPV!#et*ZW$t>lW^(=%+YDy`Eq+vtqL=IujDiGV@y@w2%ie+1l- zYItH*a7PEh=`E3)pCA$}s)a9B4o|pDRF*r^mlV?=*m&)W6qhH;MvXE!0t_#nF06us zfaW7L=M(ic5N?JP!O24V*#o@@kY&pKF?vk~AboES^%cuKuc5g~k$H3Jv7%8h_)r9WfWcT(@vw6#&G`?L?@plIuU8Le8jnNK=ElV0@CYy53@D;n>=7-uIMyfUw zFJ5&4&b;&-mQQ~MmHle*V#|pn;x&)U-}f zS-hsj4ni(A=GrY%TWtiLwq^oE6DMh`k^2~69Zfq(N%2(ORjzNj7$Ho!2gD z&B6&9+!L&oz;up|$qqp@Y(!Tbf${_o@~h=5M?iJfuaRSQu`5^)+3*z^9Zjet;d1=oAB|B`M}mU(b2MlUXKkO^xBQA3V9uDJ30%tA%A!4#iRo1^-rwCxu*4KCx8jamkI3 z$Q3lFbtIFLO44yAp-GfeA}c8_XeOn_#mSsjpOBOw(NYXI1|DY^N`#p1d~Z0T4XWf6 zDS)aCj;(Jb<1zfSzBWK#)M@iV}cG z#kuJ*M`Qr3ffD7|ae`N{oNlFb+zJHphlrB1hsp(z4mz$otG|HImp=%>UW1VltUx-Q zfB#XVuIc`bc5namnG4g)W`A0 z9rxiNef@snqxgQ_R2-Q16b{aP49Dg_i6v|=s3Gm)KcfkooGMF5ZNwDhSd;* zq4N~M?c_JIk1|!bUAilyaSJIQHgRkr!0|LA{d{UCI=GgMA=gaGsd1}JPj)q|mayH9 z`emZL+UmZN^)3dPB!2K~HFA3W7ExtVw9G}-1ci2PhIwK+fo3z^$F*o{Z6Jy|sMVhy`Py3~`7%XYm{$HIPxcDwj z&nvHVSW0RmzUmQuU6q3ioP$PtXaKh9bOD<+kZVhe$IY&IAG0Mp`=3(v1*)&kkCYF2 z-R#dlt4hd#$(BoS83JFt7Jh<@JEw+VL2!!J5JU!vslpi|MHH$OqlG8l53bNaF={vo zO01sPgkdL@PQ`cgrs2Sx z@dU3aI5ht$99cLCM`lk&-ONYuOt@S&UDa59Y1PD@PEu@qh zw@J5VuI*xDM@RDpfY-tpRws8TDfTBh&7Msh+=^wJ6hL=1ZB?cx>()vdM{CnEIzFe; zlR7y@0OR~Zo=R-oBvX_O6n+f#TjV+1ibYa9&PQBvntjLd)k@SAfdVHsi(=!~;q^0q ztdk*0;Ol7Mh%AQOW}L0xjb4Lqm1(>Cht&ed*8ry&teXUqZN~_7q#V(@4TElYmM#Qb z$c`5vOzKN%T1nr>dWs^8c(V`>a}8T2p87=zfr?|Zwn_p?JAuEQA$4j8j(qVvPA-2H zZD)2$FEn1uYd=B??93KyUHc^x9Hih9ScO@TlCG7uDFQKe45sO&PApNIgd~ZUQr5;& zxCfj@Bb~QXQh7=-m45dbvL?prjU%9>B}$4~nq6iZGsph_{#zqZS&B=qbrn}!o0(O0 zLxv}RyCqNvy{oV*&6bTcXFjx!+)kY}x6R-zY%_WaT8;j~(-vRp51HQF26w#Ir|#VH z_cJ2}f7F`&AEq0^ANljkejn=D=XQ7Rf-8I1j;QY2x3A{^#s5vTdSq`;-Lq zVHmx=MAh(AAcKX$;3c@QS_&1`z@JS@j3LD)44&R2IPrRwH^LCBC7@KnPWxN@y?MN&tT8oiTIiuTF#t^@8(P*kUfjW z`H$i!QX*{xfVMN6NIiXnc2ZmCns?#c=}l6QEJlvgYo$QB^GD7)+(3}pE{?-azOQA4 zG{S7B!JliyI9IW&`7bJs)!9a+UCZ(Hl0M(wyj;v1Z3M1%`k7T!djqe*Z5HL!af|?V zY$@%tO{pQ{7Ayp~PHDPH_wl+?{b~Zw8fnkc!2qiJoQ}6fqOW-Bu&t3494Q{Q^0zU} z2yASyxcJUz1z?+|-!IO_&W110d3YVcP5E z0=g9=K7ZqzS;&F`c048fJ) z)pqon5 zZ%(Ga_(N;7-%hiy7$$cf%=Q9gy86J%(^)haduecYhpWU*C(~q69#{v%?q_8|gEOlZ zFAc{2T3FqsFgtt05-5Q&&<7ezHguM_#4Kf)V=!65EzaDM&kWAu_tggX^Ny@uce(mh zUhOI#dsVM77x&?8!M@jDZ&IlyB>bcQBe`SmumyY7{K6P3c*+thI+E!SUKHC z-_!GL{=THvNHJy6^9fABf)ViL4iZ4QqY7|%O43JaD_As0R2Ez7o#BD>dD7#&=0#BS zW)X}?UGZmZ<=3N|FKeIxlaJ#i*x8~La$HAXpghl&!$2gc<`1WfATP2j2H)I0LUwQe zQk${oHN*908pNz&sPrym*`3%p;nz6y;xpJi=Sl3HHx+xiAK2Wduz%L$*gu;9wqQDr zFPMO~H)f*iz{hAm&6f6^1Rb89+a*aH{Cx)(EuUT^(CRqNDr=L#tb-I==V^|dA^D$*Nr5$SS7)WLnN#iAxWNrF&ygZ(tKXtH^G>j`;-9%68TSk06#ETmJN$)& z`?m3v<*^k4ur^X-=T2;qT*dY#E|T7KeyxjM_t+8w&^lQIWA`DOI6B#p*sxPn8c$i` z?0UTQ&YyABkn4b5Y`7p;A74tZMZn|f$>U2%MbUdE7@}i4X1?|bRE8o%y)nddOAz58 zV9rY9F3;ftBwL~=ciDiozXQ&FEz^*lCrCLG;5$xl#Z{NxjL)CDPipKWA>c#NFFi8mMSIqzSF5ro{HLw#!&ls%?j3sh{r3E!tJD1@T{>enjHC)P zNm00SXwc-rJ4_0J)PaZVoN`H(!4PD62h!`1;>jI`On(^+uHG>FN};#sBh3_tfz+MB zO8^b_L58cK)0$KKqr+eDi6@x-VW_xdp*|eDB>$qys|zl<;Fl#g-0m*BXh!Gb= zsz?9EQ!wCdgTLrRx+@Q9mIy3#UhbR`1R{EEQZxRXYJrK5-iIs9AYzk64S}ti-d81o zxLnkik5rE1yv5xSDknHqi7d+Coj232Yr7F<3WO|Q=;fK4J` zO~D~jVEgA!#rJccrthD?;f2$1Y|&$AS@;av*S&=@-yspM;R0K1QeLBu2 zj+H>Y68y_+V{CTdHLx}|VH{aXK-eyZj4oNzS|^ZWAfaxh*yGz8**&-#kdDuv)BYRI z=Pj<55eq0u@f}<($@iU2U*X(A0?x7JN|FbwHqLou2jh`1fn#j6_!i|? zKPXXG@lXyz!F|ktBJMv#M^|@{EKk~O?tNcZY&Y!y^-5c#P+T#SRB3Qir;mE3$ z{601fID$0L#;W1UI)Bw4Q`~gos-wZy#gDNP@edRT_`)?Z#l{1+FS|kp=}_J<`o2o0 z&ODJa0!J+Z`2>($0tF599s*prXe1)NM#5h(l=dA=pd(1;REgqoGB^m7CQmPDGoqs2 zk_kvUGXc(31THStSwk>6<3AZ(;U5!8rK*xOQ1wVbVv-&PdsvEt84T>)a}sEH+Rzy# z*bp2%q{5tBgiJ7T#LMM<@YJ1+lotbnr|WD%f)pDzSg8?6Tm)usq*@^DBo*d}@ERAZ zpuw>6npa?e*z0+E(e5p!&#_e07Te%6eZ67zm(Xzrh;nmyNx?D1BT6B(D@!qa_-X$@ z9@m^zNZ~XqMSm_^^65Q9SONAGRp_SIw+7hkF%aS6p|H~V8Ehfs^&ODcJtB5*|5BUN zIZ~@J1rMfi(z(Wf>q|;dKW7T|&z+3@b0%ZYg2!-Z{&V=2e%?2K5{}QGf)md_igSym z0z2N3ffsFu(0*zosiYmG$he+sy{vb2o?0twV4bHo)8NYh*edD=^jO#F_0j{Z^UO9; zaRM>|7b`J#FLF~%b}w?MFSk+YtoxFHvQcTLa$=o04>_``qi&r{0dgA_4&`k%56cSGda%SUa%Rfh=vkHEj0|hyKkegG2+VHTg~{)^25>9{);`^4aF!b@WRC*t!+mudGnksZ!Im zNXa0jWiZLwmh|+}D8P&xj|#{5b%6ZlRDLAI;G%WYx2r$h0YqK<3{*_8{2fq#%OUJ9lP~wbMi5hf?vg zAc#GI#uw(I<&A0B^xOojed1=E{$wUPcfLyl@>;aF9!FdA4q1b0Zy|u4R>FC^xZAR* zu+3=Yj?K;A5VSVa{p?iSp(J{6z1Jy%2^%{a6|+TW{a@4;gM|RrK&nLQ%{EFAHD@FO z-vb@nB!^L=tvU}A9Cwo1qSvZd0(!d|=rtOaN#-F>DKa=Z*fH6(f)wONQEDCan?z0W zYjOZ_J3*!OI8P&fMSx%O zCF+qMEk;guZ{!u1BheVa$m}Sv^&{ZSW+^RbBbA3AHsaNf-p4J&sz`m2+B&yYUbB_J z+ID!EsK~ApUl71HVdI+RNDh>eVn{_Y=M<*1NrRh`o(C7Htz-@N4C8e#H7SsE=!^zv z^qjuJEp=Q3G_&*&OHS3(;2E3u_x>jGE`Pvi$}77#$r@UjW{tt-rood`L?AYd2E0M= zkzxw-R9Y6nh^NeCO{N^dq9JhPRLV3WD-(tkJM`Q3353|cNHMr znNP~C5H5j8nS2&}E@nSL$ln`IQlx=snY=eADN-*_@kJRhq|W?wznC)yC}xV-K$-4i zGlrYM%&N*uzzP)9NEV_@CB_GcjouL`SBjUzm5Tj7##5F(#l^_$ZVWR!uWxZO2dO$w z9-B1?PV`(4{oZVW5;``A{tl&!jY=t=W>=(_KFRHvTQ0(#q#?}+dmAWr34km!L)vpm(VJ9iDpX!zpIJSu@<2o|1t^R~k zFx@5Lzx1B!306EE$u7qupAyVg3)EPV@zf?d)?wxgZ$g#ghTrN%R;&m)IlZLz>(zTN zC&+$}bH|noAO&Ff7B@UF0X}UqntnflfVLcGNoAhnerOz%b&S>6QUdla{NaP&LzNyv zB8TrvXJl@VlZI3Rl33%V3$s?*tR!m^pp~L!y|@&)ktuf~NG5ibHK7YF?Ev>+=bPqeR0JF?<(%k(9^MzBm$HpH~S zHC=Q(Z-|cJQxqLfojQ4qF{-Sku{GaMp9!lqh9iHD;ljc27b?FOhPaPDLw~_wq?%%M zZux)i9tpd*f7wm%shG!h`s;e<vP+QC8TV&D3MZUzQw#}CLuLNr?h#ITMwnR3VmPY z$;3O?SD|aw0#RihC%+X_2CrLnH1N9EY6261v;GS)gm4z3w0n`7w3P&o?E*TkE$bj4 zb#fgVPk+|28skFeW$2Rh5Vr1rPRC_^yACM_RUIXK`xc1{4P%(@KUmB1KUA=L9{%y3+R_T+*HDc$E6EqoM9p7Nq!bS8R zZL-$IEmBfBk%Jpns#TJ0n50wUrKHV@HU%1jmDcE>0m>rj^gU8|?aTs=DR9Yu{QVmW zD=KuJf+adj77Up&8YBl3jE0^!6x2uvEl+3JX%OakBWILUL#PiuUQP<87QviB%5&JF zO+R}{dH8v1kiKWNPfmsJx1iNPI|Y0D}Bg*{XW3!T4}19%A% zR)1gmnLZP?v(xdd!QS+~|B|l3)1GCDDrIHGwOqU&816;yqe`5GtfE*U`m;%W(dWx+ zT&&VKLy@NrU33w_?;}jl4d>ElK^GAWIzPWpQoX)-wJ0)%w4Z;@r_U#+R@M#WaqcOW z$2R`~$}OgtN76~nxubYlxxlnX(kb&HahNH@08a}Fan+T_S7E_Uvy zeY*c;~(hr*r}8O(CgvH9eDTsH&B|D4}9|hM&ADt?kO!G zA^Qp1f7l^waNNVJ^%$LN*Ivw;yO7?SSpcRrD1F^z`cTi|yy+4lr8d~b#KDR5Nop-A zuS`;98AwRcLTk<5sByX6e>;s_`eM2x7gkq34eUe3h~ekKEq{m@6?hGXLBoasHZRy| z&}7Bn$tsgNB%bC9O0M4^Q9lwwOX`P#=Hfw?6a^bRq(GP87cLxz0A2mFim?SsMI{Aj zAa%)f87UiCAFGjQBv&4N%^fV$m7LVhws3|ULxCaUAjr7={RK1%D5_=3jsX?StC9wg zGG!L;O9S`_aRR#i0}$kd3wqotcJ;mjLU(>OtPCz+xw4kWQ*e!m(se$7*XHjpp98BkR+#+$S>-rn3XdR7pCOwp0!8$ma_Rn9g(xa(pje8M`Stko z;My@CubImGFB6NrSJFHNh!KVzhe5i}&nhrHP}aM+;91tTB(c6+0Li8iUJG>c8YHP= zp1$O%URKSlZdtjy=p6XHWcmx~I5{i22f*&_zr{9xyaG>ua-lSz zQ`1_d&5IaG)`{t&la*K8Se*X!{n^7Jmd)MhLM`j6i0@3)fvr z_iq!2W+w*_pI9OL-E_wtxTT_&&U`Iqz4HmK?o|nFdjmMVP0~4dDwQ3OXg`eWfAfHn zNUzsJXS5*05=4gC4=pP(ZgiQEMmMD^bF#sTgybaIUt@7MrbkC!^*5@^pIw;l%-L*q z=E}e?gPlYiDN}b=QZ)8xUok}3eI=wO`pX&&gM>{3tPX6xzOuf>11Q_Vd9B46>M!d{ z+}?vBAkMoGfkN7Ul#0tt801Ikt({(!?fTDk{&DH$?7}H8=vkot30G3CrdE zTLQgEnUQi0_eX%=7f(IXXT;WfRI+o6uh9RSFr-9IiUyr2073TyNZ+*A~7Y`eP z#p6klo&H|#+tNx93*Lkoz1;K@DTg2Soi|OaCMa!}-dh~w)Ol*X6f$#Bb6e9IaVxSi z>f#XKmbGG^hoo$5B)Aa3PA$cO13O@*f9}OI=i%>fUFUDgw(Jy;arx_#`o8k!a+!Yo zk(6HN@fGx1Y@+x~rWL!mi?kRx)=Fg6If=1ar%YXv0^{Q5cA0V{NHx&8aKZDjHTa1O zr5RjYtJX-$i%SZcH{l!ujDUUkz!pRX{t_t$2Lc)k4lSA@Q<`lI_@Lbe+lzVN2<{Xy~Pb(1}U!8 zRH#Xbak5H+Ml1UyCMD56VWjyAK30XpssGC_xS}E{*%+ObZp((3l$D>?S!lo%n|4@P zGqFjn6Wx5pQf$ix3M;7$r@x;V3>;jP96di3$5;1}elqy-SFy(PIv3mMd0;=UMA(So zI$y8E11Z-(iF=SAV~1U+m!jm@mLI80BRLyVL#;pAT&@i3wh0q zRjoINO&(Q}%)yFFDU9wz?_-E4CBK+V2FnG5QwovKPvLSTRgm5X!I3``H-XVEaa5!R zeQesOrq8lgp6j63=7=gR;GLlhQY$76R)QmVBOn)lg(7&eypnOZ1aMN zs9Q7xr{7qBQ5W8XkyX_+(6;0K4JV;WbpLe?>hWRu=bKytZ+r*n(ne$F{k5XP7*4FX zI@qDeIfpG=BeqcrnK_A`3y-^+b}EL6=3Qt%y-AtwV*>{l8rN;6V{gU8agX7KORoDX zs$PBNW!!Po^%#Hs#rW=>S#(buI$4EvcA~4RUG}S|o9Cuak*G>U-HUh8Pe+unVP1P8 z=x`1r=P7n^ixxI=aMofYDYbfD>)Iwo&aL&UB;tx=siZiX;M2yfTsR%SafPxzMj!*P zu@QKGs$Wjub3@KOxa7Cb$=ckFy?X)QFGt&t8wg07q!62U z)bo1{@3v)|mJnbE#`t#`;d_uPA*bD#VB{RNtbL9#TO`R1FMcfD)xwbx4b zL9ozZTr|kQ>cu~4D*IGekO6!)1qD~2Mtqn{BHL);<2Vwm$brW}Z^v)?RA597UHEA25=gU`+3N$kRiouTfK4?mW91!*?AO@=FH^|&cp?$6aXzG6_cylo{dL;nCxCDLCRj!4jdubTM|tlz+Vi z^@d^QPLX6+iG*_t?-^eBhA-clORlTz!7YFMh3tOfAvyBoopSddu8@mADM)%@0d7@)^Yu=zYcd*3k49OeLah3uQ%9Due~p zGG#OR?|uad2sjYI0>OpePNF;Hq*G6qmuJu7{m;DchW{ksNRkuu`j<<7tiL%*aEru- zWH25j)a}v#C)M96wR#)b@ibGM2jRBSx0K9_vtjLP=;0Xe0i)Vv2AaD!7-xJqcO>NV zh>*e8C}ziu3^QTBo&7Y=)4R8x%^p?^GJR!WFc+5Sc6n;v ze7Wf-KVmeCL^sJFuen$5Jm*|xXK)Z%Mz;@0_+?%xF6%4F!tc+0r(lNl(p0#iWw3akMoKim$bD=d^&1vr3+6DGC(MwT8SWp~q~ zuZ2oLD;(D`>@7j4p$ofP7h8W`tpxOVY{6=l&pZG+^w98_xV_$Ipm3@_ zW)nfiNCi-_}EK?e* zre+=k!86=KfGd$s{E zlt%F!IkJ%3#PI_wHw<+geQ@Y|z+W&`{6#Zmf+JT-8h>>1@Txa_`OaKU^qpPs$7yA< z=aCy_*Zp&3?Vo=yn_qp705bjhmzi+P;n=hcNjfoIM(e`*)j#I(_eb?Q?fj=@vvLSm#C==wHov5n4X=>f(K1i?WsVa^VG6%I?KW z;W4yhs1W`3rftIZG+p zIvF_l2^kn&@)@DBQUP_1M4%>wAu#+EI{;S8&EPW?iHm6(Jfwezc`_&(?V;re@03u@<$FKoTa-g4TNg}=V@ zXE_($c}l^r|CE_dqR6c2=^T22=V|(6Y0qQ^S%MdPyi#**s0go(MBs9yp`dQRI<z|M$_MMruyKI`kFQxQ9!Tr;s(^>SksXrud+kbf&c z_y9tgZTh=$$%4v{*4=Eys(r40AVI8P|gyn72*`Qz(Xks zrJ^2BMyQcs3m}8jhn?aNWr4bhfMCU{8v-kakbR|k4y(kH2e%IN;oz=O!*VHOR+uAJ zMK&uz3`a9C=fyt_1r;Y1dacjmEuTe|E6af));%1I&2*%IwD2@@1?qa~Qye zFW;?8mOcOJZGSpfc0KZde0j%JBJa*8AhiDBMI$Ciu}}#&E+bu%#+As`KmX;wSl9y} zbjzdHJ)#Twa^tGew@rq6k>Rz4M!m=a1AxJSgK9(sN-|GuIfr~>970~j-qhfpcVzF{ zwY=Y7Jorz__D7CSma!Qw8E13JaU+bo#PpCw!Jyj+I)>s3VnZ@86yv|Ie6LG_V<(9$ zy+hg17ka-7IpY;qmIVPvRKW+r4wwfIbiA)DYZcu(koX*j3rH6LPjAz^l3#KASjT(D z>Po>^@NfLC>wRTZn?(AT$rn3T%Z9%#P)4Re*Q0>lyMn4qGOj~gr&th6hOW|jsAlWBtYrs#$pU#MU=;AMFrtVxqjbjSPL0p zBc=HOAFwV*_6#1kHw-2=O@Ci*dTst%ibSw*X8^1?{A|P}js&ALf|D8wM4%va_`xV^ zSbl_MR)(*Hic0kL;F@6rpx}I=l=rP*1=4ywHcx1Z_%fS$9^e;g%7suVR&l1z9x5Y) zqDx57IBwYeWjvQ&jvzErrHRc1`iFKnbYx<9xr8Om05ZN5w0!xk9O|}X$UDEDA{AGT zd7g+*v4g=Wm^!IGY!n{`$rZS*n8OQ9mdx52(PV$cd#9g%`f!lx@Z~#lu}rCY@T4X= z`qW+W*+Vx<{{y<%4tyym-?f~Bx#+{NeE6G_WWynmlTP`w9Nw~!fN@N(2YU`vavnno z5i?#;^!1p5=2$;woi>@M6_gTtu=qnvvCO#0Ljl-hhK!?o|M9OLTh;kW>|EcFbE}zW#6NiV7^?o1`1&INO zNV+!aaVYcZU1k6YN<;LsdX~yS=MoMsqtAukQIMkSD+1w1&vN=V;&v=YGN|)?y}}7( ziGtW#8Ttn7Z7HAIpaLW#W%`%Mo{yHv-)7H|=+*@kjKuaWHZyXVH`@c1;z|W_1x5wD zgP*TdW>GgZI+(M2C&U-%p8*Uh{%GN%Zz0GuaG2Vqpz6(o*Wbw$VE9ogn>2%9f-)xo6hqfR z1v&jY7ui=e2aK_xL(cDlY@R}mY6@F0cLtF0BmmVxCaJ6_ln_n8o6wKht7*!3rjQAN z;biFZa_Kqr>TBT$Po;wf)SYnXFu<+PA*YTrZeUYjxK;o^dTR=ZZZJ}S99%p4_-q?4?#q!xx_sLgx-zKu{HM#S> zc1aptMGrpoc%Hp*20`Qet6q|2PdxS?!oWfOuk%BR^eva6LtAOk3nm5?A{ZDJdbrLb zr5Sy)Xvc>%*M*1z3q8tmQOuITN~vSLMD#Ape)qT$GNhzQ()bjy{BVpMT=q{sT>X`A z%de-NPNB(v)+R>c=HI*b9+38R%5tb~Ttv``^sS|QKhmqmi9S~k2ANmMkp3)2H6m=S z6nw!56>ww9q9V!=BQW%(!^ejviiN5~Bs+sa84w&of3JTHnH@5}1^|%gwdwDUezsf= zZ-%S=5(P>0-_S?f#9T0f***+0FQ-k`n=d{qNn^Z{oa`3AE|`8@H>6{go;m= zpf1n>*awA8|HqARMO`fY1-e)lw9=XgeJ8kH*t``61hQ&P2@9nuU3}@F0T07KD;YvY zsDiA(%3e<`6@(rIDlGbDcB_SH!03lzp|RbHdmFTE4#1;&0}Lxhw9FejoGYvia6kO54K}fMgw&nRd+$d zC|I83Y?@(F#?8IO_yQ{6*&%uenz#~5;t@KD(wzbadRzX2X4AW4@2#1=rvP%kAg71J zJ9>L4i;_uIO1d(zG*<=19sovPUK2r-z^~^8YDYUuwhEfLtqBGRfG?$Z1tJqzKLJ=w z{+GTcnF*yQ?5XfrlBE9GWufklt^&P~RKH zGxeBS&Fo$-2DYcrF~pIJWCOeW?N8@W1&fVc>6urGqo{T`US;_5-MCC}om2P1FMlkD z{xV0l-#c66nHyxs7o9Sq_Btb?NY0Qd>sZc#TxA20hCc*LVaG6dhj11p%) zJkYy}GWwyzYv@qV`7bze^lsJ#e5nD0E=bhZQ0#zV=7|1mNLi44y^3>QwO7BvfogdB zosj0x?@y3duR52H_lM^`kmBsAB8T?>Px5*w6Qe^z1h&}0ZN|O6eUS_yRT-($cpM5k z7IQ|7^H=R_*`I?AR$KuVkt~=Si}oT78f?qR=b>mE>|JUk`6x&BE;c`dkuZH5(f3!GV->J`U1#PJ?+{}a6Foy@r-cOrg+^GaY%!SY0Ea06$*U<2jQ1sT41 zSa=;68qSx{cRN_>-)5n|Q}GJPoZLZ;LPW@qy^u)OIB!@#!2M2|p02r&rc`cO?~n)G5Q z?a(KKGcaNbo}~bnW-RfgU|d zcs1tM(N4-cc^dB5CHVm(P!z-%%0x*O!C=`ldiak(D!l`2^6P&>?2k6+bT!HX? zy?^}eG6r>Ggun^o*eIk=;ej+K> zG708S=RA`~nT`)-G^Fe*5Cvd^lv~eI7p$Lr=tX5gUDqOkylG?waCCPDYT57dB89@XOE&v$35MzCCy;wt#8t7ZWe$o&Y_^wR^FR+v-XTlaS7fWQby!J^< zlKf}Nh*8JO$W)7rwm}TuiBawEKg9DF$6*N|ft)#JjPS{&s?2rn@B-2E=4^@9pv zoO4S6Bg=yng5Y^U2(prKF46rT$N<0%{XwKu_afp24)p7(K74%se6laEG7NuCql6|a zDCtf+r~nnnY89XUJgn@1y&KFT$$u^g<=) zC3C4w?C7C9tl(mu?k{Jb2d1$OpK*VHXCIgmY>%K|bkG%|gn;B=R0{e_y1<6b05sh> zvg#>_Tn1nQTyNM?C^46X!DxV{PtUoY zI}SOcREqu@t*uH4M4s##vO1a|hpKr@0CPzEA?L?y>dURx=h$ZE)3AA9wparJ7$(Oq zW`v=aSS^7f2xOWJQ=2?PKQC$W*~NFs369*k!wcW=jYx0@KuIRwAQ&ei6z2+k|XE+hJNsDB+F zYp}}&@cPMJUPScgX~cOVS;Fab}itmMKdYtq@FZ!KSiI zvv4Ew^-Ji}8> zqgpKBOb+(fQi114$jMPIw0djIJQzUET}jY|r=K-w9Mc^h(*T$!!LH6JBWZyf;`_DqfiiNdO-dkO;#B8w}(&QFhO?W(ZBP zjaxo@c>x7RT2&eELx3O#!9DqnR3aj4&6k)(WBd$`B@aDN3@f8_sGEs`HgV+{KgLmd zTsav5`DWcSA_JQgyb$ubjGLyL?s!I$EP<87tKRVCJ9Dwvi&_?4_FFmf(u4BVBeSJ{ z?u|0IbFrLx#}Y|$&6E-Ddb#Y1S*GWN|HlSop#Kxje8Iez%!>?V3x6hJ_Co+1v4O!`-Guz9e5 zgu0-xKCh~jNW_Yx~R4p#-q1EKL;vD^EbL6!>|?u!+{E2Y@1j* zboq@4goeRT($XZo0)qG>D-qMQmd`J@k^C=&sy<`st^S8eaK^FW;HVeW(6-{o!Zk z$j1-gE}z^#TMo~?UIv%GDNp`miQIAb0(tk9zst_`y7&$pmBAw)Df?K*7?oK6T9yf8 zU0^uMG7xg93?;&a9`jZTQYazz8YU8BKWG)zfc!hi)4A~Lq7ML)UU_Mk$heB@5~afv zIOO}Avwrh0<~1<%AEm>HvYu$i2m1G0nF~ht2hm91MlvwCfeiL;*4r#i0Ol%2roh7V$WWe-j^_ZbA$0wgxwVK%ur73hXV-&8)j}S+N+Pz zt*i`vw{E0I>+d=@8R`5tu(jGLy6&t!-q zgb?uE^FUpPlwSai$0!CJ%A|t2NaqwZODM0&sPZ7((Ay$Rk|F?o7tIGpUIS7Hq_ zzZ?v!tfyZhL@!{DHpHz!c8~s7_B6enQJcc^(1o}Z-Oyk(0C6xbeIJCOQbp+yL(v>D zP~a>&Stcag<>SY1&`-!065aDYOW?@7lVe-uudlr=sfE)&R{%SHc-0%ed}l7dYplP# z_u-pm_uSj%(|LEvr^><(JU&M@J#nkdx#&Wfb=F0)^r1TyUp8^ECNTAGXRzcTm3&4< z54)%+qe?a!+a`Ds>Vh8a-Att)Voq>dsP#~0Gct6{QLR*#vYKp7wGRmV1IW_dMcP>h54^=81nTxS{*@+h`tpTb1bf4JWejQrBua% z6#-b#tFi`5xsYRc7{kC8w=T}EQp&eI1@*@1LKkGKPr(KjQrV{81<`<07flEcyZ|Wl zc$CfHG2wRz#sTLG^u(YrbSF%DvEaLdM&NiG zIr9dpD6uz^e+((>bIhtr7!n(`rAL9-svtTM`CxiZ;MHiO&6WxB1P}uB5&2?e$Y&+l zDjYc+x-oDf3MRAEoFDY`DAcK7AI$!3B6HaEBN_Dqma3Zu#G>E|#}F^T4k}GwscsnR zXvXX>YNitjX77?xvt?SAN95zTbf>pdH-(G!x}K$OIk--?Ec!tFRjqr1|J4Ng|EG&L zDQRR%ir+on2c&JU6TJ-VZtd7Ln*q*}HqO)Hbxp zMZZ2rZn)-lx&4~!4k!>HmA-i6EQ@(ocaoO?k4YGIMy|QHfU6R#ux*V76HtdF_ zxCXKhhzL-EVu&LaPGw|J>-hl$bg(c{9A4e&yLFNDAyx!E7+<~k6-4~-3C!28C@;FJ z7_9<#3x~6eJtQdHP{y;flvqX;p#y>gs0kHZ0(vZ%Sp&lZd!vF8l6I8WGR@-aAUmre zTO;s6p_gf-_+GNfR%JD{bexB2Fja%_B+RbieSrzVCEiH^L>&RhPHBG)#Uo5jW-4*9 zf@Ce{rJxW5xVxdOM2KXllIFlDwYrgB3?t&gW+TzZ`6EC!Buaa&l*&8lsE<6aQt_j7 zOUM1XM6hN(0SlrEhXN!R8qPiXUm3wF0xLEI87{mglM~J+CP$6opTSBKs)<=KpHV#G zF(JNjqOTW(>2d@6jrciAr4DXXswG(1LKP$a&XL#*1e6g6ixs>IP7!TR%^ss+qmzXPq_f|I2zY)-iVCc$=-{#FXG!qtXMv8=2~U zbX1CO)u>c^_n5S78D;ays0_c1bri~YcabFP*HP(NGCCt)Mx+I0)WooiO3Rm#6a6wO zB}a}Ml_ozJF-q*7?DvaLo^g88tXanmugb%h|Le=osxI-+s$W@+F8m)aenlR+^)|Wef{W#`n`g=9R~JZhzktuusA5pn}`M&5Sq!TcS}fOos_zt0^quW1* z`j*qd1IHdmZ>w(u*;KSEp)Blrm+m7`!Mz@C z_d^G_(=q?F)6bM^PHCf~y~sY1p>0Ymb*CJIw0@^_zx$@FoO8Wwdt{CrU2vzo`@{oc zpWGr7^uzASZ>H4{dRtyBc$sEa2#P+45uEzflW^o9BY+p6F1TJ@41Fk%rl?i1FWY4lUX0uO0DnPsSwU`MY(luHRr)dU8ISHVh; z$B&sVcr|+KIQNFzGusRz6TJ-uDwOq?D99KvaMIZV%8Z~qgmsp?P#NXq zDKyH3m6R6@GQZWhXpp7W7aGCfZ#K>zVQ--3DDa;;-W^jx(;-5TKHxA0U^m~M8q95o{ zMv0;3q>KXjc|{$=SL27a$Y2Nh%pdSG!FkL6O|tKkwNib``3D;=oArP1$kEX7!!%!J z=6GMu8DlNsdnVX2w~ev-hQ`{1GQpWEX*fR^8vs~?;Unx+H#Zq!eQh(R(T)pVk+#fg zT3%TZACryeH=Q$V*6gX0u75Y)Q%+zTn-P?W&Y~~Vy_uJ06cmgZUY&<8|LvtbIBVQ{ z7ybIck!!Dzz32W;I(~bJ?7jFZ>AmO@8BkU>2oQiNF07g0b=dcj3>?}{aQbHFKP9sF z14gHSk(n8=F4Yg$dZSdt92W#2eM^*Knb;MH zeX7^>%3gHAKk^ZkhOtfs$%F7Y+%B=bdf%VEC$Y`%NOaX-CA#JviL6q<-SVE1ydQuw z$OdJH%L!mShR(GHd~ogkNPoVHIb}mAU+QrW9n=s1fyEL5z`_oTpayr2g)AFlmJDS` z%!kGLml>rckYE^*?IEu+}ZNkleb9Mi*x1VpPeg7WBj^cS8;K~td|?H^_VS6l)m6P z;Zl~tMVEO}^%Oq1bpfZkk1DrDiZ^WTGWM9T$hz~IsbqsV!k%du0xY5&G_q}?%@XFI zz%=Y(W4C0Ki>1bm0`pvCYPCkHkMd-$38wTTIaz_xugB-r1sq?&0%3*3G8*Q+vZhd3 zX@&AofxwMHUVpV&q$jmeGM^5B1R!}(Cahpd5YF=GcM${wC8n=OMpI+LC;?blC__ex z=u8A@+QY^PA09PU$dZ%CS(+w}hDhVps+9=4VrNfDXroDAkX@cdl zG?{SXN3V_wOZ}O}WxyEaUOU;a{@h*4O#?O`EJw}8|96v>+0#(6L(5^ecVw2qNw_oMfwSasnYbB(EGdfYc<%*?eY}v$!odSjCT`QOuz>o|C@3K$>G_Dm%E%5I>|4XW8T=au z`DvFdH(n6i z7?5>z6>Coso&^npz|U_BJB z;^KnYCCJQipRk~UtQ~>{3p^76YEU-@Tg0M^b%wi~?jGL)7!-<3E{1Wh?y5r&9w@`f z&Vvn;aj8H*4nW0Y#=kjxR!)VWOMmVU8;d8D7y)2@nAk#<=q=&%LZ6GW{ZMVfud$L~ zltH#tMllKcN|3#?)QaD8eyzqB4d+f}p9#uGh-2vR0f!UJTp^AG3o8H`jvM|`mP;`| zW&t~-Vz7aZBkXepjj}Ns4)=fdR$tP1_pwVxkey<>wG%inOzcb#U{?CdD&pin1+Z#GH=v2Jwr6v0VX`D$G0suucw{*Kv>@;i>69KHMx5_|9tiNE%O#CNg7#Q05Kw8oQ-P$5M&zH-o-07~}SAp@NSVR1}3MlWJef zl4Z1Glf)J-koXHvOXTJG68-CwGVuDdGWhyaGW5EF)|-#>XM@i_t|0cZ0tA@SatcY} zl-F;N0ZRG-tUE;dSL$unbCzp}ObV=V1*29XaG{4_1MVEXi`nlIiayp*k%&3Aco&@a z^?v)eF?$SRjbrEm9>9QhhwS?FeHm{pk+~OLz^t%i2jNt*#>~WFh`MJJ)s9g(grNVo zZ-unK^oo3P|8>&2;7<9&C4Z2l2?fStDP&TWu}ISGLD^B7Ym$OToi1**5>#OFaiIkR zXk>Yi#S9DwUY{uy(s2U|xGrok z3r5zKhryJ!T%5r0FrVdtqdmZsnOn64C3m2i?1&0V-dA-3T=aRcXH`jQdaz&`v%C;4 z>Cs(1oI3E_orrcpJ{Y_k0j&5wgjqKQUrz&_MIeCi0#LEr*XIv#qy-lkkDjlfvY(vE zQzWP46q+Ps#*2|Fp2=iH_}&tzN%Wv4o!(0t9Tu;4b3Jt!2uz zU(ZiSfjxkYfu5U`%w{?MxOCa{)XgkY$8-ZFtT3P-y@;s~k@kf&&z8fV$Tc@!FTUwh zfAOE$mc8yrCy%oFmVjlY1)BKU(4I=)PeIsK<+e}->d&1)l_%Xma?q25*JBHfnQbs; z&VqfI-oB_!GQudM)-p{SvwRS};5D%!o+gah!)g;z1IH7lVb{_E%njFlCRGD4m32-& zMQr;18I_(d{*tm;!z=ah<$rs*W%|??_RhUY_RP6kIIriXe8T|Vz zGPwO8x=?SHV+trTuuFD+xK_?>GenrZ0ynmBf z;89M*g5ABD0tycMg4KbQ^%#R(fCob-!Mb{uQSC^k0u)3@&b0I19=er!9zE;jHv`&`@C zy(ocTu{?0`dHU~NGIaDq_V?h}fpE+rNb@^4FrRF&W1WJS{#=js@S0`v(WA3v|5J11 z*XR9KlJvt1bsZ%1*s)T;0G1J|B0I_OR&$Z3_DkUfD5}T5j8>&Knx4h zZ3F5?WrlE;$ZpePEN2N5eJ2O)qM8kx^cgEEI9>R4F?1K0gyIZ+95>@xYA62M3!=3<_`(ET30JtG`xStD{}hy4Dk%f-<+{S18OM|pF9KhBx+Wh#1kx{0t; ziD_OFC@eGF72I@qm_^o1$B_)WoHS8k3fAb(pTd|MlfYfe0eeSwGkcHeo=UP+4#9_z zHwV+@R&Js!-YTkGEnv?+GtywjJ5Z{{@b*-FuB~(%@v%QULq@0Mi>tJ5*_0cvune!* z!mgw%4%9vJCc{tR+incVD{_0Qi z+HDtcVIJJK#Mn3CcYVuEj0p3%w&{Yrh9HHZ;vqzw^sO@?kBOksb^3^MPJ`~WtTrBfvUm`z98ZQr=cNW1cK49EQV*MLwV5tyyQ3=($# zU{A^l=<%mJX#jAW?oz zSUj55NpShK1gfaN3|~LmwMz z$aFmq795AKlrnk%6BrlVO<<1fgQOpiAFAd&o)40EWmSGX-auX(gE8Iu_rZcX3Fj*l zLP<8SN?A!AU0i(1B**JxT9O^o{9QwR0 ze&hLQ_Ztxr&Vj{mMjkQ{`l+u|hMs$CxS8S~3w$E|Wn|>+EAq9g<6NODd#Z_w$*$+- z!Hp;&%*g2mXN;vt(!%*taqhXpo{qzp|G3oT*8lY5+pd<5XCIWkPtKOTPu(ls^KO>- z`WKW@d?v>ZY^3a5j&6`Ic6=yves!H3+wrWjvE6jRh|`f`17+jUgFEO!7=^XdLAbMT zHflihl=N$)3-ef;WC-pQSir%6dW=gwvb&Jug^aO5cn&HcLa`X>-7Z7B-jl(Px00R-{<06Ls!Q}%`wXOvRs&bvn(wxFEbRxj87=EqW` zAFv6dz4Fraf7ah`)rI3@Gw0T202>O(A-(^I0@pzMIvO6ElA;-?mY(f$XwhG!{kgm4 z?DH>{q)}OvPNS@np&xR(uZN}>88#Jg#_JGLbM&H+n*|XA{_UW^qQ?>5lG90DpU_oF}7&FK;{S=h=T>3YDeLNWNV#paiFnidz_oJr=KSnr-;5kB0?+Ue= zlxZyB7-IG#GNzTjhbR@=Jr!oq8)`xTFu*-jK_`1VgE4F9%t3%ey7jlpP`pN9$jor7 zr(rXWAM;%veU4B=Iuw9$PW+Rmu}_KKS+KBCG7DR2AqIC4zcQ0>$qY$K$&zbMQ}#8e zpG(-XA-<N3OoUlV-?RTaBEM?2+v9$rlZ;+`|`M za&;T|_V3S;&SxH!J@fu7U(dTkx*on+VjEwS*s;$jX23A846K(=cC44#zqnc%>Nn^t z004jhNkl@NkNqG-i!3LDiX2_bsFNsNGgi@+18P0U?xXzBtz*7c zqzkSYW+<4MU2yk+<3<0fg#FYOBT3((f3xHziT>j?8T#j|5?}p>ets89Wam2){dxmI zCwf%x=g=mKLm-DA>V+HqR(+h+#*>ijP=WElM+7xQp+pbrarEjg^}r663u9eoWMB}C zQGpcd$Ow92V3@s7Om0wMS|#1emVCMh{j{-JuDI|jIl1v>SQ&0*4iIHvAqN`)zy!)zqJjF*P7gtV5nS9AXuS2D@q(I;;s*ss zs{SBbPq?h32@fFxfDWY}l*dq-1XHsma>dZwaYB+FhOE58fE{C0>gnO<{MHy3Cc)^( zL3EOB3~4!&2*BGAibNMpkEv5N~X}%8B8%t*_XR;x{UqdMA`DtAN76KqnjfW^D}^w zJBRflDq6(Z#pqrrdlkTjK9%d{+$TvHrR<*}V~$o?*j3jY$`Sg*SWbdPQN!J6jB)V|EF7!LN@C!Z^hjl?evRlqO>n2$|>la+4 z2VkD7i@O}&q5!gnR#TXrG77zw{9WweCW%841tp)}*HDiMyMzi6()(z~Mp{7)^&;{F zgV3w>d*f;!rO;!eF%5s16y086X`%w>lR^seNPGNk;pasmiKoN-{A zk@N#R0UkK6L!Yp32Xo$-vNg=gU=V)erl!32_=J=;w#kW>TnQJ>q{%IO4=ENvIga9qa@ri($;PTEM4%xre$E-4S^^mQ zEMQ6~;km+7saynDIDNG&T>(tMe&9XGp=J6S))`TP3q7j}3K87FsU~7X7ZXI87{A3D zs_j_Q^6P%_}1(SY`A?myAwvN{S_*%&U$rA`rm1v&(qoI(puSdmWu&x-c)f*o3<7T`2K= zD>-v`@gHYN()e7?kAbZsQ_h()C9x4vK!VsN6M)k|F$y;muqn%}yJUf2}lZ3$mU#KvSzlN5J@oG`*A;l_rihgb0L`z5)+^1?5Fc4Xk0hvbuoZ;@RO z&ylb0y+#hdeZMlF4{5^$CIS$Vfo-yM*&1opH`|`aFV}@!fn%R8=sVs}aCuvfbsA@j z*n#b)??d_dCV~>3Dms_5uY|H3&3F}b1PVkb57DoJTwZsSaI%P@CxqMZ_sb|(k0&Bc zz=VXeTAQeLgd#9XUq&Oe-~cjhtroGQ0$V5a2Zjht=!bn``eNNCDOwJI!EIMST*@95 z!44T=xQ_!XSPDfi@RyFymK^o(TWRmhmsY$he6goF~D zN%e&?P8UOu$-}Z!Mvh!8sOXyM;EpmKB;9aC=fVw!1{r(EST$J_P8pc3qSPL&&DTIz z2uQq$dr2`2aKthE44 zUMS%*>x_XfN_&BtMEWrpRZF7WTEh_moCiAuCpdp#a8wO8Fwz9&u!$b{LndVLdOQ|) zH8%lFY$g-MJX0g*pllpBfY77Zj1|z1$_O&-oPDZR#+5C}3S6U8Ju+f~Lq?`JWK6nS zMvr&MDE&8pI$SV?3d7)}1_>0kNT6^UojQEEa6qY-%)%KGE}be#WAo&JGiHb!(Tx)3 z8Qb;!-@bw+=xE0}&TL}j1Cc?|eIMxNQ8!1iUGmEd{~$>t{o*g4uJ2tvACUGZvd=PT zK-^;dDvgDDe^XAU6(a&EAzMPp(30pS;(VpJ zi@EuM(Xj>RoO6A(90_4b9KstI8tdyrmJC@vMJ_EYpTZl`f!-fQM#_x!y?6W%Y*N&A z#xRI|zc0ZNx1H3s@90za$mfsFmQNm>EnnStlN@^UK4k@KxzG+!RG}Y)_H~RYzh&+- zQl3&I$DY4jjt}3rlbVaPH{ZO!@kNg32*nq#+1FiH?E~ zssPusoCs;TAO*Q&g$(Rp&mhPl%!jqZQD8Y)+F-8{fndSMycq|qdrdYMQ;#9%XJWGP zVMM|*#QD>f;?#@Pu8@ z)wj-)nqYyluA8OnnfvAA$M2DSkKQVgcNb7SNf-Lg#k9L(-%P)L({21Bk!X$MiU645 znMiZsb&O$&0KoLzyz|OSa=bMx6Kn-^F|dcqxiiK>Zuc7if+QUhcnCVs??S%`DmTc@ zDL8nVF+e))2#vv4|d*qU+xl?%m9=CP#c97 z<$PSo!aXc+*0N^=z=TwteKuXp*tZKLTs{28;1|6s7!m{2d~gQ|8N*-3pji0O3RI3`rUd#N;u$_fZ{1M#==@t_C=^G(x5 zJ2@ju8JC+tm7EcjkrTa=YzfKOjIfMMbxN`_F;_S-w44KlAx0ghGHDqKQaJYe71Tm7 z^;Hl%@pzvs`O~lTefW_a>-)%zWMGz%{pI!gS=(xc?omnDZ$48J-7V)|dbK2-=%p>0 zvp_*Bw}Ald2~8DeuGz4#WSl#d;}m#(IeVCcGVOGNvSU(oAaVb8jpZcSlhu87%@#UJDwzm$)4oZl1K9LHvRByk{j=NRc@%6uHU{SOE#{PPu_Zt9~KTE16X?CPQTum-ZIEi zuN}He>{14DU>(bIWNBbV?JJFcTbHsGSUz=ZG@+SY$kKv42Uykyf)!PXXi#_Iz7i(G zNPfoc;UM3=nTo1| zuI23i0o<5R2B&`9H?qk(R+I4!>2r)A^fIzu-gxUBNwS3X17D=OO^h&ZvU%9b6#X5`s?@)*Pxdi=rsHZyC5vJsStSY+te zSI#mVCD3$luQpaz=XD0(eXkbvdQ}RAfSwffAp;f{V463c@N{Mxp=Y*2NJ$FZ8(pL zVCIww)*yR!m`#JCku!D*5TPQJ4;z@e9L%dTVU|TFiDk4`w$Hng3fIWqO^Npz63JI{ zARik;#HbAJ#~|}k5#6N8v7PeMf4^9gMhB>54NYq0teF#TEqcyzzF0DZSfp?!M+?~N z#0W+%N}_H0x)^1tnU$-evk3r*b9XQ={?>IPP{s`aONaWJO!O4$Yg1wRTlzH>uM6D$ z*&C~sG#4cG)dVmrveqc{DCclDle!tI3eU+pzCRsIzi#Gn1dC_L1ZRnyaD2M_+eN=V zXLu$5o?d=mR{88#58NcXAN{i~#LB=PoFiRN+$i$-YRbu@%=21f6oXv~V3>pYX19F4 zb)kH-dntQDv4IT?n3N9VX&CKT#xfjjrs#g5Y@-81&ahH44)7>9(rXc=L%6sj-;2>J z8)!)dFhd!S%&W(QP(lPkK*5|Da=^g&dbhLG8RrLhhw*Og-eTs!IN!B_Wk4tZ1uDcY z$l_NThkAf0m|)*7x@p9F{v!g0eX8CiEX`1oEMLeKx7;h$fg)*Fpx>*&_4#9Sr! zD=LyKNDqXA%)2UfHH1|bT{l~7j3DK6Q{F@nMN^?dvxngFjguKMj8m{R@b+iy!! zYFMm}B1+`3%8uUSGtSkyZg83+~f)M-ynG*&^gkfCF80Al4Sr6qw7|^1O z2elxFjBy_*{rSv7Y{Ut*R4sa_?3+TxoA&p=>eSa8eM?8!C^R95r>F&G$3PQh@#%OU zW=&)75yRn-(1U$pxEUa5p<2_}N}+!UMJYBO%)HaTL*)SG&FFce98LjJu!xvf0nL!*UQkB zcensYP|E9E#$Hymd#i%bQVJmC@H)!l2RheMS%{KZyi-3s?Yb!MPxu|8oYB6RY$JkU z%T5gSDo}JRCo_S`E`bELH|+{AU_Ox86TlSoSZY-8=+}i`8JIEu#m|?Uaw3EqJw_I9 zX0X%6M0iymiT$a`@#(WamS(WcNe2%cqacR_1!099#4p)szsk3<7L1MgSFN-x|vM zp+^aO;o?qX;CiwQS}z3^ zSQI$CA!AN!rG->A2aRzoU{cI0LurRhrIxG)aV6-DVO9vr$#h-Z?TPs-fESpUH@A@s zDTaqpvLvvD3}BG~Vi5})Q3RNj8Fa0tZzD>g?%XQ+1wy>x#IUyq;)fdXDx+Y}EfITS z^BF;ll|F`bWLy9#_%Yi2Wn_PJD}l70n}T{ei$MMjW&t*f`*3p32`Wx~EnMYfA7CVD zdj67a*)k%m*##CdZBQFf7wkFjH(fFxf>eTPtU>EKc*Y@hyx zO(twKXe9HP?_w%=oJ z;ilh9_tSUFM+#n_>%!do$n_Fk^t@p~*wqnmAjW_z#WERyLk0vMT~G?H;mircCA*Ac zJX`@Ni-%ZY{}SF$Tv=J1A&-kp>5y*p%W3o*Q2^s?ROfOk2nYLD@$n)UDDE@NNN8uZ zg^!8H5xV1>hP813Sxx^$vKjR4`j#0G>Nfo*Fv1Auz_!!*0;M}+8?~M#N8~3(^gbi# zx#4+tZIOX4L{e;K@2mK%^QF}vmca$L$o{7ukgp!UUA|BTw)Y8TtaERWZ{B*sNa7PY zW0*l3f{eb;IQrwca^wJgJ08m__VO?%H`KmdA`ryLPPzH6hZMkq>@T4Q09J#@5=Pp? ztpT!ex?0rH=odkXP!J*~%9A^tPUaj2R>tGOT#*780Kx=FR&tl?<`8g$q$X60K3@}O z$}q>}%bH?<%4>#<(Tm~2O)IM!;}{W2xN*>asDTr1fA*Y2ml=X#cYu- zh8d1Bra%XkVFU|jaQGNQ$S@Li(j}yZj`YSf*vtdj6PaSPaROt2WZzqE2B_fzqQ?`S z)GS%JKSawwP{D!PQW^)_8JW^Vc9xz1GlpRzof(cL7#=Q$n50n`RO8i%888Rpae>IkugV|* zOy9@x&L#XTF%=wQAbu8>n2=VKy^nq<+cvD0ar*ivr-xXU^yW=rFAQo^d%{wTia|uw zASg52IHX`;*{$c)rW+BI16eif zI0|OyYfvC5zOrkFSM=}MCC@YYw7;JBOX*Pt_T~L^WdFmrNyq&+O8<+GvW^~MA88fK zXc2%D!X#nr3-;0hHl>R-m`YC~8>??S`%!VqdRJ4B5k0WUWMy@1Ffk`6c>r`U3=JjT z{tqP5zFv2dYef!y!X`CTjuP7|L-FkrLFzJ?9QtbjI2z+B81ygGUFH_%bq&(fa1&h# zAi#hu9!~RS)@rT!N(uW8ddI;^ib_FB_qVd-NYRHrhamzTfcpcw%0K(oE0R3cBCGy% zfpjmpQ})ikOWL2fUG~hoLq2=t&+_F%H^|`+o)cktbRF4X1V+F88@UU{7yy_n2c*ID zP$tFjcb5^7#C0b=5P092mqlQi5;s6jM$QDL;Bz&QQXz zI8edfpOriGa`w5{@(P#k}W5kfihi`BPJaZrm0cbAZmB{M>zO#TIQxuT|f(UGJGpIxw(- z4f57of0ranwoLREiU)BldUZmafu0}+nU&#Tpcvu}BuDc#_nV+kxRZFZr}K9c@!Etc z%z!f)Kgz0&#)$;#R%~jh1Z_x+bC}l(vxiV5qFjjA0w4(XH4*6s7~MeHHbyLbjfr9N zI*ve~oa*FwM;T@Lu7Xy&!&uR`4K{JZ<;L@4$AqWBMfqY#vJPho%I`#RYY`X6~k&d-; zXwNzc*3Og@M%dYhKoT(kAtSM4wRq|%gm8u{4YP1pOCY;dLNMTkpn!wJx^vB`6Q3>y zel)$2$%VyUck_%R!5o&?I6^?_<>G*E6WuS+e22^(tOvpfi?>)GyHsrMN;c>*17>j- z8EYp9GQx%}S)C=4?kH#JiNnDD29`HzGlT(GI4+=v7cx#CR#!2dE9^njL&2`!mpzTm zdq~>>(f}ItqfpvoFG@iVL)RYtdw-^abB@Uxvp^VtfoN2A+X6_THy6mAno!S`(yTb$UnCRkxiZ0$DdW?#6qwvHCdElWIzd_1h=~eZ69dYy zT*|Qg3Q_@OTuvF2=1^AUQvlQ7DbpF9?$@gV8@{F~sEzX^ZXcEtC)j0dx|^j|zrH5! zf;RR6;RfQ*)ANv3BLRT1e)Zq-4pwpZyz4_Yfw3d5*0~4Ip%EX-CSeh^N4=?QB zqsz|=OP2OMaI<_d{~r0`5hxOGlb(m?$l&?~5H&nCsZ0z_e5blt~RjCAd!k zV?VO9;8d~2_#Ad_QsT6TuJqA<1ukW11MM4?VPSw-7xe*UCGlN`WgS~9$F{#NE1$hV z=3RG@TygfP(mJ_V+VoAH=MG5H38N%;ltVtf?{bmoCK=qjUfJ3@ql!fDi^{$&=EDn- zL?SU7VhQ9T!2twOFLd<)`$1o%;c zTw%rt_;~2GEn~khu2LOob*jLc>T2AV3(#WZ-O->Y0i8Zo2DS6z=WREi17|NalBKRl~YCmq!g?$!a8jMJrfHINoK;@^-TC_2*+CIf9NBo>D6Tfuhc0}+ zKGe^0+e!TSqA451=IM!4z(|YBU*U1t*h$afd-93+%Kk+>DiyS=%_OQOcP@ zY{s0Z2tb1GEFn|I=85l(tSZiax${v%Y^3`N0!=aVhcOG)In`7!sHrpf)149JC{t^^>9<#7u(cvr> zdN-Ms#)HmRWcmfV({*D<3g-)dxtX0}kEx!rWPpInpYTvbQ=SeT)pUYzu_R>7c>z-B zgP?Rrr6Ioe7-2&ozeT~%EF1s{8ok0T13-yB9L#UAKtUmi88yrhWf{3O?w`Fj3@T$7 z7|tI6tdN;)GySY;BbdPM+-HOoR`iB)n#e5e^jkDz0!}0`dkSQ{qd>;lausZp{lMu$ z-%kLTF$x}IQeAYwfQVuw!AaTF_za3IM(XcIaKPBb??@_szLQW~ z>N)f)1H=3mp05+7QTj;gYm$%OwMbTxf_Z+Mq@S2BAJ3aZZ$tEX2fMfEMshK$AP@>M zUyoL0@0sxoFtBevlAoP-l_ZUD==pBpMu6-kT+Q=}QZWKG;Xi5h8D|%GS7Nh6dohSI z6j&f?K{WtsRon-ndZ;7>xS^b^V1=wYTAS(XWK|%`fcle`Rdp0}fc2$wHmuyZb0A{J zU&2hWbc`xM1)6D0pOJ=OOqc5oyMjxJ0%!(&JHuvJpMA7I5ogQby=h1J8lkWHnfYO| zOUBz>KN()xzbBWe&dSs`e|_e`J_WEZ=gyHYAG%q(AGlABJaenWK3Pas6>rzYy<;nf zbOj1SWmJRvl|38+Kq;#l`a&1s4f=H#y%VK-p+vu2EPMZXpDcOoDtY?03+1MBe=gG} zm&;^lSV|{m$xK(dTvu_b%$t6OynDvK%baPaNnt2UE-9;!_6x5Qxow_&bIV-$d3dI5 zz7-Z$pDWOONLP9E#h_4(A(ITHO5K%0IANSWHtTf>OP7e4fN^f5XM_F?7}s`2ti&0n z3H2h>hnr1lRKaIpuYT}h@~cd(vH3?b>$KA({@45Dt4HsW&yMp;5Be~uOD7IpWOQ*rnb6^_ zV<`&m;z$DaXV%fV!cNm)1qR(g`}O|)!3vh#03=Rt5ofvVj8xIZmU&)fOl9_ls+j-{ zwH_SpS&Bm0(pzgHNpekp1uW0*HFixXNg-RyN|$`S4*)4mb1RM51HcAlW3DlFrP_>& z!3G0vFc5|~LqR#sp0DgFAY)LzQvexd@yLm(b_F86riApX5mJl-vr6|SKqrHxyAhDM zC#TB^V=ek~n~bppWUMVmSyQ6yXVKfIImwhpr5RQ>HY1-xj1j4ZVX+6Mk2OjG3Tz5} zFgymzj9_MDY2$qcxH8-XyOHDUGMdNbQudckZ$l3UzN^^#^JST`C&esqC(+l+SI{h( z`O_u4cq-o$)%MXMTi>KfG&W-F*D{-KjfqZyWw+!_C?C5}4F%X4~{N_vEzE0R_MVMr@RbmFy8hO$Y}SM5%a7 zr<>6OuMu{@T?M_f3?>0o@O4EfYFZEmzYUb-gJoHLjf}uS|BMF9StvP|^WV;3EBm6b z<^q#TqkBpwV}}+4sZ) z^2KAfNXLVBN&h3WB(nBpIo7*Yj&;HgY6soqA=e#J1|f&H$;Q9EB`;rjmb^XpT6yH^ zU&+(goFmu&>MXhH)E2qsd8<(E0Na&O}q^2D?=<+&L@m6uOB zN8b9;FXVUCQ)HsWE_14oy&x9pSY-@#yL88jFv>0kt^Lb5n+8!yjOxavEWt?UG73n3 zeZf`I>JLcd+4~i&?v&kgZKfAmfr(&Vc27#L}_AMARfU^8EzfYxljS@Yq{!A*Gkf8kN6PF9&AyTRZFE7 zRCDO{*xlu1HtbKqUgs&V7cwGuaeq>W29>ZHk4?u)7IyVZjb!$MOoq_VM&rAfq_Al=wFVbsuyiH;leOGMeIl^InQeZHyA$udD1)>sH2 zGBU|*PD};>ISqSKU>KRI3gC8XD#x@&eiy+c9^3C%($J@lg3 zj_s&e=+YDdAqiFNih`)eV+9lu5u}ISTj;3AmOg)Lu4jAhxZ~bCZX4fUvd7qCL$b@8 zLSojX zz4?v0&!{b$hQS^{!wuPBvbS8n8=Jn_f=1EuH;ZivEBk8fjq-0POeKO0*kQ8MRB;$@ zB5`!IK#n86_1&6;z_KFMno*kj*4tP~5dc+0)Lq?R>`8PA>8p&**nb&TL{|>pDZ5wk zhHS_vo!8A1ZNGR#{j#GfCmK=q}~ z_*2+IwJ$V7$=zVJSUvubeTS5)sQYwYZLcya(1MCG@6U|-acmi#`e)(X%9l~Oioms49v9%E z0NJ^vv+$ocr=$Li0OBvZ@W(Y8APeKW^`in9t+1$yBhO@|BiK6j z|JVJ3?)u?Y0WDAOiKRMk8sLV-d%(!1phM=Ma1NroEvCNCO2_BZUDw$Z%R@AdXpI30+jUqQB#K z{;s{{G!?coec=@{Iy*sKpP}z)Uc8jhp7FULTon_)^Vck^r@f;zWaZ+4D+bHdgc9y?M znuc342hEY1rF~e7wX@3JIa3xc|E4V&y$qu~1Iz50hU*MimWg9gb7$jzLQu1)L3B4g zx5KUNjbfGlj2b&*62)WOo%CxupszCguIhkq)xgajrdQ12YD)51+N64wsz^DmW`QrgX2*T^1ZasK@j zh7~@8XXGURHhU7*_8Ws&@5;s-_Y~l@fw{u8vQg4!I96s3MR`^(7Gw@aS=Lazbyprf z7(5=s+x104j0^jU9u(%a7tfP|i+7j^cms}A4ljFfz43t5npTJ?vE zYC1~Uxf2$kwF~gk`6EV~?}icn)u5*+C0v+SXiQ54N6BtkfW@DHLMB5tMe#&L3Yv%7 z(Ig;Dg%wQ&y!+b`E_Ak zS}qKY)e{4MPz$l9!b?~t+1KXc zMRIOl#GhBb)BZEhZO${+T#?7h?V4^*2bmgf*sgvFP#9EOfqwTr1h1yC0-9<1H=y&0 z4j0oJi$D->%6()uu~elBI58$AHmR2h0F_M$MimgL^y3f*0Y&{t@GV=}S=m_%zf$ zIv2J7n1(vJWqiZVG^1+J|oaN8(Q3WHokG8GT$Il_ay?AL$8BjCQAaj8c1QX^u`CEE|Sf z+sQ&?m=YHeW??zhm^EG1fAj=&u+KpIBMw44%@8wP;e#!$RJ_1pTT=!j+p(zvk3+Z3 z!xG^q3v#e9nBeGE2#HEWcvK7d{B{CDt%Zf9$_~AyFt2v9*ccH;gjII^vF!x_+o}>U z)Yb;U6kCKRARsbP*${!nJJ8ch3Z%V~RoM!?0)0XSPz6-kiz2&Gkws_>{3GO;y^8@04?*n_*pYUgYLb0H)9rIq%0$nJ+Tj`(JU1IBxM-a`B*dTOix6X7B!Z|(b=Pt6rf9GJWHkt z6s6)(ey6I~(KR)+pGKEvkys{-t7Je9 zN;7j%)_(-bGIO!C$53Hu*_e=i7hG01_KlbXOkIeYN9UmW(dSX~*do+FJRNlpP6b{l z!82(&csgeoP`%U0_b-__FtvT63h}zJr>ecVRWD>3oN^vUZJI8#eE5xVE4aEtm5FMk zOY5dUYEN}E?rx^vZaybi_Zk47V8ls*mRNi=WuR_Q{zCmfU{3T zkl^>&*CE^B0^U3z7J>5G5LvhbX;>?ZwvU$nsOpo2Jt)fD<=?&$hUGL3h*W0OJj|lz zwv?-@x-ZCX)O=xPaJV_$EW%^8WXDJniXr@?;^o)~R5k?(mJpkTTF}HlMCY^E%kmBk zS4PFzEd?;XpMVdA7QSIl1tu*!GUkN;R}i!-BWoU>C|~2;SF}+b%KOm*%2z(KiEjv+ zH1}7vWAh*~t|)c7@F!rYz#~T9Lw*mD$qI5oQOVkCqz#xe&e(j#wY^*8QYf3J`jE~e z;ju{wjEP5(0GOATFNU^j2UKp6P2zD+Q0p$WIjd*<5KH0QeBCl}K^%(bI7r>qFJv=z z7;nG123~|2I~aEsvMtW<(Q1tHc7hd!8C0^m+G*)mH#hP%b#X~b*HRcsMsX_D<^9 zLa~mPl-Zx7Kc_8C85bjb7@I>;j}9`kbS?lFok~@r$6-Z2H-ahM@y6*RLcq}~z}q}j z&c&F76Sr6PztQcvPVG1Tx#C4!d1VQX70<=Fh0{^>;maQ8uwBbu3SgDO!YcOw*S`Y( zsKni4=U`~K8|wy)z)ArvmJXK<7%7kWSURvk04y7C4k$!%|03As;{LdQHt>82Fy&cP zJu(ZmPs~8W<78lSfG6gl@}ULj7u^CCYi6ngH)qT0FYofWx9?Vmca{XnW;kzEcV(9W zEcWQsCyvZ(yQV_dk?maBtbnI1hyYT#Rl!4k02CCBMs$;499{eZZoIh=XG(=-l~2R* zW%Gn-&B5ViGlYRHz=hHoI8`d(RrVZCmdwT#0X0;-CyUDwSxmO6>QNm@G=+JuvO~J* zQ`k{^^PmoStL=|$0;(^3YocoEcH;2vod{rdQcMfok<)pd(q}bW^#o4Z)nAalg~Gz@ zXlPZvuqUW?%{ElPuKnx`(_%4;p%~an6_vd!d{I4 zNF-T=fPpZtW}z&Zky!|Eg;4e9QYQ)1dx}z7xUVp#<{rtq57l?VfSLw`dor(_+Ph-^ zhzzKiJhvHvE}V`Q37&FZoIEC&`6zy#mieqkph0PSm?_&4Jbf$zG8`lh5&*QYuSCP# zPz5|+_QqItROV>a*(<)@mj=3#DW(TTkh9RrDOu;UIQ!)*|L1Wj09q1^K!Z$7?o>CD zg?a~hdRt*}`v1m0-f|DpuT#ju_wWv~ARvN(D$n8P^5-Dv%kL^cey5zJvNH5j7JPTh zEV$cesRMqLEb4(#Zeg{F2#HNWSWGHHt%(X=t)k-a=Ydak7`g7^cbe@*mc?_tj`I0y z2en*o%mlXSXb7#OaG4vjGZC6fe{QcR+q1%)bRq9Sg zrv0$a=KQ18myT?hzGt+Cn;K@t{;KvxUA;|}fOct4k7;m=3>|K#%%8_hm29Y-!=ZA_ zp=AB?IS$J1sm@K!ghc?Zv0o$tQ~PGzUfKUfx3%{S*;%!A77j0;k8>q+@oU+1)bILO zZKY^DOV&fnni^S@*%!kf`*7^|Zp5@3j>jA>ymfCbUKR$nGIJQp`W2wK??^1qEX3M- z3gDFQztA>KnAgh!R*QsfJ%xscXQTennW%kqh5*?t0k*|>y7NdBW~2jG1ayA=QC;kr zd&Jo-4lUOR>!PKUdcS!hNwkD_b&r78m&RG1l6jg7U)rHrT(x|!EArfna?A|s#A!S? zf1WHF-q`-+L#W!Y7$=uZ!$|?K(<^7-WZ7ICFP(!^%Vy$q`68Sxe->w#Ps5qzvvEeA z_w&2O@>!pw>KFMv{Pe8}(A1a~Hrw|Z$9*|wjap#|@#+>Wb2i-CsV*SgL8D;@zW@4b zG_|%vP;@ID7PYFmY#+UlRZebi4~JajaVdS&kI*D5cZQQ8fE)sLchPw*%F+pPbPl&C zm{}wC7TDQ)*5(lg+}P7nNxb&C?50P?_m5y{F;xMpsec&m^!5Gk^Zevz zR=X%UPVIA9Tj<}943rAQrt%&kF-hu(Pv*n&EyWMfal$-eTB)!jK;9!rfG;R21wK)! z+Vkp}9FO02d@8{HhC2}xTf4f?a@ttB|KQWoyw=W*-RMZlR)1R(aS`UzKdsH~lHDbS`}ebs4bN?u64dkz>G6h zbiR=17=vLBCJWeAQX;?8l<_X_);?ZCCA|mFVM+OP`1{zg>B({U^_>!7Rnu@{*)*Ik znI|mk1)N+lALq;G;!N3WoLK%6&aIe^bLF#fYQ-E}DxQTuHot+|pT1Ql*uWSS%I8@^ zEwu<_oTFR&>N)7ZtQ<3e~!?3uP$m4MA3#S2xZqx89iM) zXx9`di!S>646<{e_uud8B^ z@2}-Xr|D7g`BWrQUQfWJ`vn1%^Ia6DL?#MQ#mmoRHH^w)*WQ&66^ayqgnEXM$pSg& z6%^%>)00B2SA z6plZ%(=bc^?t+AM1;>(or64G_CA@q>6};~0l!0INf38k7)s;I{GGBLNzcTwO9f1GA zC|a){)$4%gb;Avl?C|Hc3fT<(h)+LVFXvL6vUV!#!{ojValGigl@1W_tPPH0vU~| zxw%t@XK(8nyXY?8>!K2UEt4nky^ONek=!4_wlp*fuvFY$)&FL<6i0lU%~Qrz|Nh!S z92O>W_QhHF?ZbtryFh`2TwE8odl-%E1kddfKoeF|bsUpsz6N_x3QD{8Ru$r+-osFm zH57~bW+OHx0dHiE6!x{qfYuaYT@Ot~&7-r0jZFuhS%ixZ&cNt4y|Df5RqBXQe`TlK zH=+KbFqSp> zTOYm#FW(4!df!CgqjDT6osFXcUWWy^4h!o%vuvs+RbN;+2WQG>;P^5QGSAR4gQG7` z#f=rS(Qx!*SwJ=mFba_WL`JpCI=CI7Y8zmnZC)sfo(M!u_q_;>2WQCqoHKyEuw zyBGg_{v}z&Y`SnbQGN5K^gnS1kilMMzU!r(FDT3B8R3TNVw6T-a7;R~;;N zs`Gjey~x=wqjFG_jN^Kk1%@+TYT(<}d@m&f0a0ybF}G_^tC=ePViZ^i9)Fb-wS-8g zix7vJ(Xw1dAYp_^^Wabczi@euFeR4j0%)BiUsvBhCjy08kohzXWwil>I@Z=i{%(}4vavgK$xg~GzB;g9`keAj|z_U%x1+XAgee-OO)(? z#Th0RZmgr!i6hi7GM}(0BghCbz~&cW=ECmu34m84FL>SA2u=KhJ;&fyF^Pg0%a5EH zi;7oZX0MFL;u}fzpcb`;Z+3JkH#(7SQ(9)Jk^MM2v(N;Z!iY$BC$+rdK(og3 z=wNzl^)b|WKl)+DnSphdrNf*Zl?`!t-6F4zpoCulk3tK^q4^ z`5OiKwz<8k|IKd6VeWQY9~@C%^UljSzwBjPFMb+zTVK~QT+KOQVCMxSSd+i-1FA34 z15lV)%`pslUWYPDgjGaTu z{C;?>rX2@HrzmicP5B6L_z7zY60o6S(qBGTg&+iDGC20;boe=1*%n0{%~c>`*XIzt zy@h!;y7NxlA>h@-$6t@1EU!6Lnw0s6$j_+8y;fzY{!~>`g70B$e7=u7$Dfk_$anusblUK! zYHL}IxKZKp^4z0wMH*oF`w?6^{3Wa@Y48b3)*hE;mkE&2#Fz707M%m^ph6A}6IIJ5 z<2=tzj+*i&n1llDmnHU5(4&Zhi2@ok<1o2u?1@>lx7A&vd1$m7o6=7~N<9u$f!Nv1 z|G7Gv}qlHYZ}v$t3Dzu~Q8WNOD1!~0d;S~DLv zS1rJevN@=$_|OO{ zuk6#@t!mm?5!5&bc3CduD*_r<>48YIVS>pPWncuc8oFW7_Ue~!be`se*URD6BoK|f zyzorlPADrJgfISCfU}FI;`-VbaqF%5s9e2VdtjGWy@X3E=Hm=q=vS8Dc*!)JoHrG} zzF&&kivq5{?2|=gvw)I-?5*!Lppt{u^=fOiSDBWUS%pDr=GhICfmTHy#0%eQf;CN7 zAAI&jS$d$3&D?OxjH|?@}b)R7@O^kVzDRmLtso>Wj+3pEtFw26(-i$KMYO%B2~oU zAMQ3ROv{9J^%?Z1)LzSriJqk4SY>G5+9QfFKt_f`(T3VJB^Y%eK`uNI&Ez#rnWaS_ zBbbCaJQDN-EyMA#DW5OQN`W&XPGd}1ay0!c=YPS`Khka36hW149BRUw_+QrMt?n8G z+&JS~NCu^rQBDOTeLp###y){s%Dba+6Z5$O+P*68FkzHFA!L+`j3DeA;S?4cA?zp+jhlyIK=*X~>xCEa%bW9ojZ08>>|Yv{QhVhG zmBVYeD>sK)mZoymGk!ral5FbgDF~|EF86PZDKyUEt+!UodE}A}O(!+!H7uor_ON1G zF^Svsw5*=&wJ1k>9owLBuli$ZcxM;Q{L(Bobs4#S-8IMe1QTla?Gbm+e zdN%t`jK(3W;%t}846BDb%rR&cK+BQcG*nc9h8rt=eK+;Tlct^zSyuF(LO>e$lmWU-; zeSWyO{8`*s^&+ml^`c&IxFtKm3tyw|qU;VY3D}(3hPrcGf!duofBq1m{R8(21KVcA8#gx#IPFr$djeNYNmioLD*=XG>?`#HwN( zfB9M5dSwZ4R(|GNKbmM60Wg9Uo#rXm=RmVYT(ESg{fZyebFu2u_a3&kLl&LyQB^6x z%gnGpcH`chaqwyu4i{66nUR&8r2&xa0dN2`Or^%%bWoTQd8_P@t<1&}md4OYXL7na zBoMf`aM?NRY-?}qf+#~)*Y};nznhRXIf+7VSVb;z9LPi~^Vhvg=Q9T$SVCEA9 zADz>(YsrjdMS_!mm;n&={8MG3k-~FW*vRnhMnxz% zF07`MXi1RwOVTo)Uj*OVt*lA=URnZlt3ZP?_<#r_Drv6H7bW>rEh?^S5o6x?>F!Ijomco2C8bMRV$Np%vvyYxPG~12P z;pH?1n@C3ba4w5?3NTm-RKXFMTc)NelYJ4CXxOX$t~g^crOHA9zz9_l_RvsI3X0gj zVysIf2dU%Jlr8c->Er2WnWaX-RsmX_b<`o}ZYuHD!FspHexaf5_0|$rSk6}@%NQ!TVPhVLGRGmV@ zFZ*SI|JtO^3fm%Z)m-{YrSCNAWjV2mPV-duT`(b+yuklt+{)#xT4vN_T83&?vd1JK zQF8_pMvv3o^_@Nzb(#oL`EnAPSyIrXxi9X{NXK1w4O1z4j4V8l^=yknPmf3S`wMXM z-7-`xS%}N8%@^R_it1nG^B56x<$Gmd4Jyyys(y^Mw|1GNSbY|2!w;n_PCB}zDt!OZK4QZn%iaXsP;dUv@;eYC@M)7 z;1pHUv0T{9FHCc>ngv>fnF*MM#2DE)!6hu(2tDX#As`bVuMLP!)-s^_2@31-35i!V zA^TQFt{$t5EkKwFdscoPCZ&Q4O4uWu>heyYB#=zhx z@bf#RxVZKu94~tjSC-F0^`1}Uoc+$6L&D~nsI2*SJa0G%PXPPtPKTK*6e`JP=;96) zF3B5U@8(a@G%QIIkz*(~7jU3c3j;F=EEH(i5|}gA%Xn$pyQ-*1Qx9n9E3Af_A%cQc z{Rn%*>XLi1F!`3fHT;uc7EUmW>tIr^)xfu__PgktX=VS3&tWf&pk?RGVlM@=Z~?jq z#_c3^H;PD>0G&O}j2c1oFA)bpQI0vByuESI3-lj5apv4n^cpu6{hU3pu5&MJ=$eVS!T|E*B8(U@S(F(TeM_Y%>}TrNOG}TS&)@dq#+mJiYugu1d_skR4N!(f%OQt=7=g%2RUzHE zJyGjav@vF#eGIFkmu7<56FM79ATB(v9>zm4zKae*)0M-PMmz(O8vg zM7n)zsgGWOq0xp_uml%oliyK_EdI#?V9{uFXER|dO*}3a^cS@0Mj%kwl%L0C!#^@! zOJ)I)E|0`MK?NFtvgijyx01U&hf;Q(>$2+17L9uOy5^QBEjy|yFF{G&=3@+d@%BR_ z|7dvmM99AbaEDKT&XzR|vgqs==dP%5y&*(>Gkt zhsNH`gwaK-+}e(zt!{n>8T3@jHBRSz+_yS=D=~|qcdHJ z#-osBxR@0A+cW0I$^1Anb~lv>}VpB!r&k zcv)st!ATEe{L88V`@;<5jPIr;a?|teqQRwf)n_S@Jzy##6$~j#N$P_TIqpV2;Ztv~ z;J0sHnf8>n3-0cJ`s%`|!21hPvumRcH&lvE3{u#Pw-I}jV;2S=k%fnMSu7h< z((N6F_eSO5k2mL`>XqsE?X5B#UAq`hJ~9=-@fiqd6oSnUWC)Y{6m`EG!XH=Ici5_a zh7GciG+Z_2z04G=S0yAH>+*9eSnbo&5C_1k=>|f_eD?4z$?xWuy*PJx3nG)VR0+qK zF2+hYQZto#Il1elxv4B5EEh%zFwstj$;Nbah*co#seLb60?|*;(XyX{nT<_x7n|Z; zwR9BekrmTDJoc|)Rt`E-p=j@9L>UCJ(0DWFB!EP=!LLzb?!%m`Kv|r9{L$1uL}lgP zL174>SuL4|fK^~bs%Hkg)3vyF5_6rgAnTYN^`=fP_zQRmf%c9g87Gcj#0t1DC*>Is0A6e$C4y_RkE?6 zWmNzHiTx`Axy1k&e}<440qiLDz=YKa7;FEFb7BIJDu-{>2$tYrjOd$%vPUN1?Al^n zUHuYHmrTR)<+E|JGzptR3^Fi{SrH&&MjJyc>1U`tEgdxOs$vRN zBXUSuRe|j_K803QG5jC7)3vY_W2S9&63bO*+(VvcG;r!wpkfr2BlW4w~*Z()wHM zi3z}R3_$x}Tjh7L8&{5gqjB#6vg1!^br+lrjg*VjDT@U|DJj&T^E@whO|rEc%N+-! zQW8vHCBp=%N~F^P8|4&qI0eL3c6S2M$J2 z!Dw_y?~1l4VrSBHG?jm$>xq}WYM{2ek zV|RL~pQ6QKz=w*)7zY8ZE39q%tLbopU{qJt=BNE2Hkuw-r{w(mt z8dRVD64f`Uk~)a0^Kv0x{!!i7Yb$r_MM$YTXQHYvZPRGY zy#P_IFtEBy-=V7V2ki||F!3h=kB<14cBl(|&DH&~BP9c)BCtY@Pyalz4Pyom(Y~8k zvq%A~6oksoKRhN`-PT#Y3Zg7KCRG+IBMJBN3d5ANHmH7m0nW)T`P{OX1;nP~=#p8u zS~?3g8;kM$b4z4VY=KWl-y`5FU`u96r5L60w6W4i7dh6SelSMC+RKogG`$bmc)zs| z4L844(Mc6cpu#lq`(EtZ`U(7Ex*#~hh2-{w)yUMMYOi#;Xgir`63%Z?F3;iP_>QLh zA{Vudwo+UexMOv6GZ{-xlg6yh8?qQtfyivFSXX-;l#a5esWSw>=O2}%nOcFdDH`sm z9*5dra;x%ALEe%ofaO-l4wmUSi0elwJsDR_D-|+$2ZyUVk+W0&A%U{fZ;JqH3L5!` zn{r(=6pY3A z!ciz3QG~qgk;osKjnUcnVp2hlJdVVKynKw#DZs>n;R0@xFnP=vJTiGQlDiBN5DiA& z(2;m({AAo;G!~Nz3vqwm2;84N5k(^hV|-3Nri{4{!wbitWw$}Hz_mc5U}1jVfpTmD zO3iuq6<`y9^$A4dz*sa2vbjQAUGQB9Z>RQ^>mW-uW}P)Ih}Qtkt0_RC z=!DG5){;UK6GOvZu!U+xcSjXMQDqse<;>p3jxDaY0(A4Rq*J$7?Ay2h!_DFAh|F%+ z`up9F7XhCv1`cfy*0l{)RN+x#eok1*dASfT$^w2~c955U0EC_4>?Tz1SdHaV$7BDR z8Ne^H$lv&@OtM#Yo7?2MJ2XO~p3Q5{fmLo%K}0Pb-YfTNa3y!4sM(KC-inYcHa$TK14-(eXScu9Gn|6(+|JKnGu!&=GO*J=FO;HYrU9OdE$Jp|O9Y znT-lIF(N8WkMPVc(VUlJ28+w|sUlJpz(QjZ)W=WNf>ZzsL-DpG2!Q#ce|m3>61FsW za2^Kq8-gBLccFV)AEdVJj20a_pnLZWbnMm_UApzekb8zdC4#pQulCKRxk-SIV&>`}@5qNCugD5J@LsrIM zv`_CP8;SNvY26V?ZDiNqn*Mrikeu8R9nyLtO^&}$@BX;^?z=IDpg6h!PmG#~M+H>x z8#@Y?mYwlr*Eaa&mBpx#P0;bBat@Wv#BnNF%VyyO&ntPnwPGgfD?UQ)FC4qrZN@J+ z_ej^68=H)$<}H)&RnJm78P~P%wenDR;{d9zY|-;)=MP(PhmEE27P5Hvg+mr_O4;e~ zuFe|?UDQXAeuWfogbIUay0H!#%lW0HHuj*{FJ&%V0?W}RDOqLjWJ+XFG|W{XG1gGw z>`^(p7;|3&rm!}PgDx>W?~8*V|(4uS(w6*D4VvFEX^TPXAioL z@Mq(&wOl{Ue+!Ovwz|Dy-@g5y-kibC`D=&u!ms6z0H3{qx;^g;ko|yK%6(4>}Eg~_wPPik3Q+ckkz6SCS(o5`HicA|LoU+WlG=cbjIr&HR9D_WR~f!>_at;gc+kk z33~k*0j~=<^xaAfxvP(n$a{qfGZ2Pl5uge)JqzY5`Gv=*GX%?qemc`*LtvP&v8Y6N z33~`?kpCjx)>V;mFcCIJ{&!PA^*oy!R3w%DW$n$BY;Dv|m`` z0Rh=fI(t^d5+aY2iw&6=6QOTzQzlj=KwPJxn)FMg{C*E==;SZ&vH9N{;T6&f5yBK5 z@tJVZ_%$&@c9B`ypyog(Eq^R@<&X=JWkD`5F>+zk8_}6KKx_ZB;9=|vpG%*+7`xdm z+Y@`j?WXcD4e@fpr?kIE0~Mp)83?m=K?wU_WMYAo!^i1-l($Odt!N$?gQmXGXciDE z_dt10m^>#4z9AO5hoO0Ji0o>kRH)HNn2Fut!Z-nn`$y&Ak^HfEupl3gj2(@CPJRIQ z%kONGu$}wI=HcOS<1ksiH)YglOcDSXE3X+lGFt#?Byxx6p>WVW!jN*1pDh5DEnm+a zjZq_nb&V_#AR2}-!n*Q?C;Pv3>Ts&Af8jnsGj|YXBJvx3O9vLIYIc5UJ z%j39$ad=?dD0$vE0jkk>a6-QP3`H0>as(!h7=ww~d6-aC1bh)W|*0! zbyd55uYs0YF2^Z6J#&$q^U(sb873wrxt9?{xEKyeX4FA9L^`YG36_jhLtQhA#YYYr zYdKFdzq;uNM+Aq5Ij`k5b7A3fK85q#a(dLOj_wA`=#oLV7nUpIGSr8Yj7Ke=D2o>` zr3{~QX0a(fP41Y0Rb(R7h?y#*C#Y$O+}&OKbo5qa36Vy>w&XtgHC7d(SPo^bnUl<| z18gn&XfzAON)&xq6HIT9Y>%I~kxV@K<@X zQ{~`(ER)eyfoZuO!`1-K=?M6}Jg^(;-(P^E%jV;7@l>2zIvuB$%utWS3(Jdfea$Q! zdU+;}mCjWLS@#o#CY#W}a7qPPO8vi8hYk8RR?Cjsu*I)+m(6k`chPD+b@6N9&pr6+ zqj%9XlKq3$I=e%~U@RYL!b%qnE;gE0+|x9(x$ro8>5!(KDl;w?9?*)`a-;EqvubP# zRaza)F54~OD2rQ4>;C#VY`BxnxmymDoo=Sif^k7&0A`T26M|#fBP1$CHUO=)=S9O` z3N}K8b%j_`bV!#zfa+2o8n1$h^tNqeK`+9np@RibMj?0b2;>YJj)I{AFxff6kP0y- z`yOFf!!cpRP+?B_7$aa(lwBlWFTljyVe;=h;S@kCE>QkP1^AD?m9$z|B|K$rGJZ@$)P5ac(u))(jk3@;pu~dlqNP z=Hj$4v2#mjqw1^GvZ2|j1Nn6vL!pR+o|(+GlkmE~7o-Hz&u0$8$9YEXsk z9^l3n{C@FABy_u1m~S+kt?trZX;i$KgJRT3B*B53o4-nUZWDh(fQwD&V?rhAI4_Lc z${wnf0M!vz0R}bk)dc1C>Wra-#q4p#XQ|>(OOzavcV#Hkqk2)r8&o}V2Fuk+fh#(t zx0W(h$(Wd_tSllqL&X*hq>OMHXAhq99E|4w!|mNP{E`9`f}93%k~!Mj%6ZLFBTJm! z6nyO|y;Oovuydx$2Crp*9nhzch5n0Sj&{0Pi%#wfZ#i$hgCcw1UZro}{%>xv%{v7q zjGx*w?aH}X_W@rl0EC6r{aT?}UbQ;-%mL#H;8$a=TYFYO>ZDw_l;g9!C>Lq{C1Gx7 ze-MD9lg0r7uB*D}AN!boL)2yC(B>NkuqUmTirQ?a60+r8 z>a7?^YeK+%!D)z>^qV zI0-qzq(+Yv_A_{pfYTrWu93p7MhhbviJYN1$R3=Hk@pN#z#BGb5OPNpVN$^)j4hgo z+}tt9A6kH6cjw7_3{@tU%hIBN4nZY*WFE3I`(x;^p$N6bqj#%hVN0V?lp}Wmr#xX` zxdM!%ge{F1aAH4ftT4Ap`30DimoLYWFN|*p?k_0B_@oXG-wpy-SjZYpn)EqS4`GjE!BvXJ5}9E^Jfmg z*HwOrstbGN+}V$HZ?Be(LyWNnOTAk*Jv|MRqPj0NLl>r8iepK#rex0z+L zDNyz>aWIt5yF7pz*GbKSH2_oYVJv$(I;gVI+Oi+~qr0GaK+HdGug|w{|IbAp(J7Cw z88#5VE`JKx`zFBtmRz`hp5x9_SjnZY1iYBp^)2dHYP`5j0PGvNkSo-s0(GZVRru?U zb@iP=2y1E2jcSgb? z7dZz>xhvK|W!VuslMRSOstbZqmc>vN=CR7*4w;Q{^^i;Lr%nkh8!{7#K*y3JQ<81$ zeKE<_v*Tr7&7IU&z^%JVsiWn>cTtw_66WXXtf80eM{q_c)*(zSp$8nYFtF!FQ&sjC zf~@V-dBWRbmE-rp<3;({`+ga=zgva_AC=?qM{nWC#+CT~y_NWQMG0PBFbhxp^LbhP z$6@%r0w_a1fEM8;Y%tZ#o|Ok{kc1e``9pNvaDj^(~l zxkZ>#R3!h;6^1oZz$yo0Mhbh%8-@vaV}y|jmna0rO;7cONqi;!I)+v+M+HZF0=1-8FJ1M$?(olnwIpDDZH~Yi!A!N9!h=x=h$o znS<94_7(!bNxhVD(OSx)ro{xcbdNwp&gT|cu(s|G->A0m4hVbx_NsjQ_W$aZ;GYnd zm(q3VdxP$&`Kk0_$jS!%CX4+qht$&zmno^=rM)ryzDFZQ@W)a7S+N1z-;#xITpnzZ zaq4Qod(%KCLaj-{qLS6sf%#7U5lJdKFv>Z%vMdg=suY~LR^ibCUJjLk`+CxUebovm zUK50a1mwJYtVj*>$I;o7aN*6DaHM#aFs}tTEWmZVWFby0c>!mN=is-U>x2vnYdp`A z&ljFD&sO!ZtGl(!xYFOK(3~cf(O>;a<6w+Tnqvarq2|IS9Y9^Yv=m;AYyvvn)CZAe zKLU|PpiosPyHxIQW7&jfwvwZ@Hq==nbjnWDN*8fiuv}DaX%cgHmCZ*mg_(*i0%IIA zmHO*IC)t@JwU4l<9*A$*OM3>f9*I3?$s(O*o`+=@Ui@TzbSAgbo+zca0%VA_z3gV= zRqWx_C>&iAT&VnbCC+~NI*xqw3Jz~vj)U*7#^H}wqvFF=IQ7vQocweRwyl31AFf%7 zWpn1^`DdQQ^oO6o(ifh_+r{(b>*e@ioq*r^wK(zFDpYKI9Tgvy;OxIv;P^+YapL1L zeEY%cc;wMXkT*0NV+C9aN9G8dE5PK@!_mI?y>f0eMv~JhU^oGzh7ZA*;Q~m))Cz_U z*K*)}!m^5nkH$n{RFiT9wB$ZknBW*?hePB&^KoBM9v&V&R={W+CJRHGl0Qb+ST3gI z34o0f##NY)hl+%8QO+;mHZeaNQwm4n{vx?g7>AVhJ+W{^7JhnXF-|Xk0f);e;+QS} zo{kIUb8v3aKk>`ws{xww%7&+kebO8IO~04rXm#HB&N$56+@j+p;Q2zs>Pq>y03QB0 zj1xOQN0_UHoX2kSH*GUeLnzg+kW9p#uKgnwGEfA>5J-0)1-WPr0lPh;73@a|%V&Qp zO3RGhJo#Up6_{cLXkuL*)tZUV(L``pdjUBLIJzrS*PO68(}#+T&oBV0^I!7Wx&fnM zF9EZQoBMrY}){)#Q@Vq*qIc zYWcHIcG2u>>{jNbrJ&1OHBq{OGi&EKPj(m!UMiNKElI$rlK@MGI&ehWW%013t0;pJ z6&j5p7kQ|yv)o(AZdO>AqpR$Ug&oO)6PH5uS1(nCX>2chhUmmdJ&Qz-Jsj2z-$qV6pv0)X?e7F=xKU|9+K9ujhzXJO| zEXTeLW!NvTJM=+`d`(`rz7z-7ufqQI%kbkn%dq3!5*(F(AK3T`ranCt!|olW>cTN( zK-r@(S=dw8zQb{cj|Bs|W(c57Lea3n0(AK*;>a610;5L^7qA+F(bEsvWKe- zf2@GmXnA}%cQ_s{;(O%?`x=AEMfa-$vS@I&+y@IF=A$S(7llKI;laE-Egeo0HaA&b z|4`95OeoC8#4)2~ac_+m(%a&vwJ+n0fY$M4b5Kz-OCFz>|Ifj-WzXVI*#Ontlym3u zHXX63zp}>+<6r$k<5QU2P4zDA(rPYk*HU_|y3sRz;cMCW{DNnv&erjd_%>O(VQ~n{ zu(itc09I!`7bwbLUz2lM1TBl(fCgE-rgGCqkZM6!F9S^MMYZgsEQw{mC{OY+6|l6U zGJ%x6wIUF%!^mk`zKcxE(tcOCy}OnVIR?T3Y26IP^)hiQDVbW9)UsbP`*U5i3>iTn z-v-mSQC^G3bfZe|R|GM4b__TNiqH1>f)G)vVGdvW1+)Svr&$pn$}ClFlpnhs7#@1yknDvSFA2QwVdb zTq^Ajq%WVvqzxOUWjySRMN*ua(-OQwnT|_qpm5p*C81diojZc@&$L$fdF339Q#mC} z>=4z6#Z&Rqd&Q``utlZwOoOhYP~+lml{#}KjSEn{02gP&YAB<>z8BRTdam4|Y0}lV zw#(Oc>8u;7521MBOYmx%BJ4?ain5b*$PU(}i%h11l3D|`%+P)Wceo7p<6>e}*MxM< z{jyPZ?CPa9JgPv9@2U$H7Zi#;2!L$FGn6ov^JMglV`{T3AaV3vlpQ?ZSF@cw>?+W}xDLD`s;Hwq6=n25)w zJdTA=Jc_k*7oz;78JPOmBgoI2B(EQZNh~o65Kb0$_Q)tXmT}|Z8`}nR26n@(w@L)K zp2N|SX*gO&72QH@`}ZdEj-sE-be>__ z!gc|%9|gOFv0XlegbuyY#McH_%K_?n=%g>8Y(ljE#XhF1m#PUP?VXgl6GZ5ELGXxH zu<5L&U^>vp#F+$SI&L@x5N$2`YASQ2Y<$A)9b`jg`d2*HqVyc;sGB05kLu*XbB`>` z!QPeuE=t+|Yc-|n#a`-@$dF6+*sLu$bJkBm)DqvtxW^NOVmg_*wB&THCJ->AlUNPl z@N;*yO|!bFmh7o!!0Pkp>f-r~j`H(%_XtC}s>p-DOj|6goWp+6ZD}2LyM%cA_CJ3M zifpyNMe7W>+YC_8LVq2mP4*b7npq_(;R5)7I){hKBaK}dgcua9Juu%ex2EO#3G>ph zLcUI3LkT?rkIozck;cQ1tRmFfN&qbtUcqivHBRr=8o#ZYiBoG9;859ORV7|~bv_!- ze`R*i>~meEhn=voTR#{hV=hQ)yviB1Z_sdkKWbPyRNus{sMh4@eFAvj0S#yH?DNy$ zb%#xB`|N?)ob*EM30v!d0%Sd5PwcMEYinFjRV6ZIm-T)|zQ@G(RW+IR9~hP5GQ*xM zAJLo6(eiG@wUEV44S_vFt#k^fGlH$Fe%;~j16zDA-Py8)7~wFzHEX;X61Amf8K-+$ zkf_%54YkO|AxS}>E+lgh9O`fVCV4H?Gif;=XrE zaQMU3sQ9Q9hxmVCRNo6g?O$Jvo$~LU0$lsomtpsNYXq!{vG4umI3&;A_dzN4Y*>k1 z@0H`oM{DqQ`2vh7nuzfQc`BnHBj7~Y{?Oq?h)QUS;k|odQbCb0t6?Y{Dc>u|$Ag8V z@IcXI+%HV4Kmg42xeA1V6`^2g4hG$mjbX!ud5sy5>5tuqMbA8gjiqz(-J5cZ>*RPg z7UT36@8SGsZ{YAp%kk#g<#_nPCy+n90HgEo6=qk6Cr6LQqxVlns4Sdw1_*$?u?WY@ zpT~)nGjOzY7EUagi3=t3@bmhG!rV z;uo?Q?MB^CKdR*q%~sWo{?>j?h}P8Tn{?^et&5f}M%Rox32KjH{G-pptFcqSs)yP< zv0OqIjf9l`h-<}}838l-9XJ`C5}&EP20DvVWk|TobQRScU3hP*_Jxi3p=BLgtIr!6w0Q%2;+_OYzS<^ zzJ#R;)3pW$Vbkm>IP>MJI3~<%?|K0)0h@~Vg>AjJT3A1fNHTYv{g9xVF`A~_jbHfDr{_-0NYv|{Gb?z1k8>K`0d{)%uJZtkq^po?4#H4 z-5X_iSY+bto6(5x0^rx@l+83|m>}M-+>XSEwU9J=` zT_cRJ3@1K*1y{GM!`6>i;fcp)V8YOBOcoaRSYf`3IGPDyOzqJgzrI?6^Q&LP*;R9K zyi_(p%VsD8`}xb2>dI1c<6Cv6(Tq46KVRFX9*8xZA-o}9zruVw`fTpd@eEo=F>-~% zpOHn6sd&Sg#O$~X?N7#}Wawh8?ich8bQ?E{7?qUEbwpL7Y=9yuZ718J0+4@m#-F%M zTnaZv%7O%xqBsEU&eY`P*u*q-h~f8b?hG~5wIr~N*UbnuI8*5CpbU#F&wx}9wRH-2 z(pjdXx^3`IK%%1uZJ#J6u`s-nB}VPd_0RxT%@K>^1}#lvUzoy7lVJWF#yp(n#f_Qq_FcJHVoze*W~@BetYy&BN$)9jW*MkU(JmeyG#`jV0H+zzY zsp-sEA9b9kL%q7!Gd?5E<1EhJ1Q$E*#JSLM7*#%(E(=sGI%U`EO6j9YHr+UcTJ?8J zWhXZZUXA>5e`YUS{?|$YBVkhSuR(>D4h>lCeoq(~OM`DO(X!w{0j+}{yo$pDW{2Nj ziM{WY;Kz4Y;^2E_I4q#I=ez8D_BAqJKq(tj@&}=?XuRyyJEBM1R(LRfEXHIH#pK*kDto8vM$rf}*F|Z4 zz5rkDJtHye;VJm6e2%ciS5f)d8l3#>bzxX5adg949FosD{9(BO+G{xWVHpm5xK==U zF^&q0JSsqZ=CcxPdUrXVd`y_w-~yd7nkBf*=v*Gy})6iKaAX#2O|%GMsEq z7JpldEG;(@jG{OjMnMQSKb%iwfF%1)$=%J^1_zy4GNk_^Lou~f*-aCa!*p(}qX1BE zohj2SF--+$DzhmoTHL1hrV%c(c_PbW|BTKZp)nm1E}tDH#}XRb&cyyWP2eWS0%$uG zOLv-tG*w(i=qy=hWt%+zT`l_yU}os=gy8B3XQluEfB;EEK~%`uv`|}5*@Pv%eS3wy zefysUus~~vu;{k3kak0;2fzZttO!=e^JHO3iRu9EBOu1e4-*Mb5Q`Be7J-0Z0lUz6 z^+EKHYzd#p6wR8VaDzdOsz3~lLsS1?4M6l|`7z9xwFX8dDo6%$Ml8|^FaLPl;nf(= z^-RXEt6#uRub1H3nz^Vw^selpcWY`c6LA}8n{|=VF58TXjH$WuJpveGGU_ky)G`ob zSQwSTDqVv2x(OmEZFo$M+ z^;EkYn=BM`u(!)%VWXl@#T=&5&OztcxQ-^IkVDME;P^Tk05hA3ku6;G7;ed?w?VOQ(rF8@FD@p4rw9@(&50Be;1*dpv%SE^!;-2!6U z-z~wex6ON2d{TlHOI{Wr8i(;CM(WJg{RKnu@Tl7$@xPZcHi|kMTw0 zjPu5bTzT#=jL993af1hA<Xt*fn!;LL+PVCTrq$Czt&-lKOgPxA zUZ3M1dR*C8LQ9S|WFk%&m@CDYG{>c8>7zBy0G4i0+?|Z2lV_&N!l7cS3Mpq-p+h&5 zwj9TtFeV?TYbvru4SBm62YCT18~d^Z9(ox%+Ni*S?iv=iQUArXkpC+K?5JPkATp)% z7MF44P}WB`5G^@&)#I>GS!?U66@^G1i?T;E*G1M8YHKS%+(Q}L|6=dG-=jRQtzj9A zdM`7h=|!4Rr3eHF^$IT7rm9y!fN_mu=Oia_%88Sl6x;M7(QOO}2}H5up5jXH)jhFs zO>&ZR-V@jL?X~a8`~3y>`-=dGKzG09y5^FYKInPwb+5hGUW@NxLMuzu<52ruoPT4g zcy5K3EGY=FhTUga>g4CwK3dSYK|3;fqxvvJEu=0r)VZJofDBg{(5ap`xx=AxnAY) z$Vux}3B5_W^-=yFoC1HS8eWzUIUhswR0dbd{mSCFqowbh<|&mMGgHoZahJ$v!{c-ECgAGOCR}=4n2LbY zg?-y`S=h^k{oAz^czS>;LIEaWUKjTE;|#%UkP`dV0s_Kn4s4O%Hw!5A;posB935DX z%X{SUdxhx?t(3>h^9RVtR^o^-x%0xp&It2)`-wGpa?1v^w=5RsbEB{@4kORSg7!u5 zj-84r;|tN-)`dk>DYkTBaYq+=TIc}Mjs;C~(LAdeE53ajF34xTw4aPnKymj*9N)QI zKEnoKd26)fd0d#^*};e9vu;&2iyF?w5_t2>~(VF#jnxK*GQn zqw)p&sULB0S%8ZhAWH2uZ9y3O-;Uy=53V4+s9KKs5Zrkjvk>6QyFLs=Q}y^EWA^As zMXi?j>;foWigdJmXuJ;TKF<_mr+R5ts_K+IRSF$!%Ib@aBRxyjEax#og(Df7;4J{+ z9%rnm7=JQuhJp>f6K&b-ua@iV7yD8SwNy8HvMs)juqDo&QGH0~4$h=mXjttF_tt3Y zOPPGOFe_n$T5e=1kpRRVm>$z*`aYSV$>9vK5(QzF5naI&b^OQ-kA+YX$(~-IXoj3W zHArz5%LdjlII_ZyT)x&z?3koUP64p2{2A)3!8rL?b=UBk;6wqUB+BK5HSxZL45kEo zH420oRzGFs^E0U?pbP>zxF9 zPNha**gcapo!K5P_xVC}$Eeg^q3*QRGf{TUA>*jQcbn9?umuRL~y1Q5fF;T*D(`|m(+>Gm(gcRBJMvTtD&hIV3-~X@&=LD?I z4Xl&JeG|?I@DLEr$>M)<&qiDn_H|~@N}Lc7JIC^(fY_zs<+yloGma0hm&f+w(hzUw z<2K39RXDSIGfoNfIW1szUI6kW?;9ep2}|0!3Fn4?jo-`fy|>J!HI zpaSlhA(k!I2#Cu2lN}16UOXslP*~cTfmJxRXN3T3Kd$h(Lk5sPeEtzU^2la*3TqLS z5RV@>OvUHI7~kCTGrYE*KAJzpTg!ipzdXK1*tu+YK0a&Y^B=yfy{#|beF>k*ria7u z#&YaAO<(xu)u-^qp9Iw2H?b*?Jh~eZ32u1EDsqh4luqm{2WQarLJfAO>4rs1cFJm| zz^WEa<;t?i$aK)xQ?5NT{;f53Bx|ZL*m?yqiZU!}l3Ss(Tw3;1c3!L-BifBoz~Q87 zmd^>+A%iSVoi-}WoFcsr30R&geLboZ8Ly(Ao$8D~Ss9ULe=)8l7!JAAsFcZST$=NRjdnO~!-T6!{J;lt-$cgXFs#8aBl{#lt>Q0v2i|?6d&PkptWCwtM+kn^hZxE&>pXG&ZngASWa zCjmM9Qldy-{}TZuo)?@cL*>S`JS^t;&@>IrVVLB1JG!6&WMqxxi@8qT1L^ zvD`xi8B0FgEpzUL2Ca1GmK`(~9=m^vddrcSxdO&N(J7BJvt4DX`eN*gmk}Hkd$5$0 zTd%zXXP^ka-0AAa7?9nsMHULO(1#Z{|QOPwia(5+JN)>w+R3&7f@Owx2+Vg>QjI^CSY=Q|5gExwZdxp@$$e*0T=E7o%ppG`tF@<#itT_a9*H%p0+|y$y?78`0Ua81CRWRF9v4#XY^~Ze`3$ z4>}tg)hep%=Gj@30w1gaw|H z&q!4z1t%xuy)PbIjn@wL3#e_uX#u>m^1Rc+($2{D_~40kc>3v`hzQl=N0TSuvqvAs z>znS!I~#w7cQ*eFSNs11pB>qOul_3R{OU`48CHY^u6E8ZA>qC zPRrBy%MrZu_KQduU!!(s8Sb&#*QAG_%`bmvcaip{$W-W4sWX0svamDVnCd|76P0VZ zn6qA)>=$XdxJ=8BWJTHoV|kA$%03fxX)Md8m?39cMA4~(B|LwTZh&-bgD&)Rj>$G) zWmBagpJz&kEFscRH`O~)1sD!hI#z^59<`=KNmJgeY8_POCQQMXfb5(o$0?J>4LG^; z>r@iYUKoLmZZRyQ2RUvt;bsLi+D;h@H1i$Yxil26)nh$F04%|g_kn%l#MqHlcI5JP zUaqm&C%@(POhcTopJ)m$QrM>oAU;K|sR83ApX$>5s^}z(rT{Z=F@}*K2~Ghhx3V#H z<;VzV36j!z_Qj$TnW!slE7gWrVQ2)usH9AJj7QCWqm!-jI#y+22^q#5ILY?^&z(`F z7?&B4#XL=S+^u8%_|wC;18+YrKz0FNeQ^%H_O)tMM44JU zu_uBnsX%ngLgi&|AXFTnP=gRg1=OgDUn3R2N1 zEYL5E&@Z1UB4aYD3X1W@?u|JAL?2EM8isUyU_FivY{Zp)YXu0l;o^S7#Mu8j#}Xld z=Kz6YhX8>9+MYgPUh9NeZNO1V?}Y_j7SP~*M|W+N*II`oyEYi`5KucQuYdBf6*#_g zqX5QooeNv>(+AY0eo1R5mUT2?-kgQ9U>2aZv_#8^i-nafZSO@#b2}PunTvacsU6w$ z3tSZTMAk)B-ILU5*L3oeuZ0GH`Y9W5Bh(G&(H4@ zW+fY(KOe@YSD!M`Kpb+Xx%JhTbhsG|bp7BteE!Z6x$ha-_`Cvqbpaco<^_$snA zNP8;Ayim?>6{beTq9trX?aHoGRis4?s4LWwh8btR{CZzgQG_OBBSZLUd$JRi}HWynmXr7%|qY3nRsBwMpFCY?jiNsuiay7E03 zxN|oCvi|`yvxC#XKQ9CSI1c>RB{g8hm*>#`%li=#nS$iBJUKz9>Wr5!w_43g9Sr%) zZ_rRcdeCW^kfy4xa<%l~{|Vg&xI4Bn7tCF%PT-U@b2s|09WG_XEUVag0t?{zLPq4_ z&N6WqoVjs^CnHY(*fV-fSjy%78*o-Y>XLxdYx`Jo>&G#9Je7tQ_X*Qs z$xztXS$Zc96TnvD)q#yV0DXM-dK?}S(Au*?0Bi#e?_Q3x!jMkvSuWtX0o(f?Mtf@q zI%c(CN&6f$&ud4bGlYiHDY&g`0lFIJVG;Ak+B(sB^IUAX{~nw_NS6=!Oahu01Q?I* zqQrlN0M#a8QT(}Hzr&fGeJbBSN5P4Fc9t#A34om!fadMzDMmT4MpcuS_6vg?qVjSb z{&Z+Po*EuNbj~zvm|X)L_%*I>`3+uM{Udz1>E~+TOUL=o-aD%0mhpN=J3Y-pqsrGCs z^JlM26^5KWWAcHoLMspK!8&yuL_Ry`(-?rs8LvQv3clPqQ*<6uhn@*!6fv;^A)m=9 z|38V2B1ENmMgVN&^7UU5QnOB{%fUymNKmV&fUqRPxTr9U5-^J=BeE9Azk}M-icWC~ zo3g9R25;ASF9ESA3OVE&lk7IiMD;|>Rx2rrJL1v}t4gv7fC;G4AXo=?nNBPK$v#+o znt-Q(VzMwXrV=L#s4jM3NTvdI73qud|U!5{!oL)nXnAx$ZAkK zAj*lUE_2G`>8wHb1nmvv)@b>}6{y!f1kHIFLqV5$cc4a{3|w-;=ZwD|A=#Dt#?C}w zT(tm}FtNf0E#r7)VG0$L36Ryx?d3@I)xhJ(!t={-!}&wIgvG2DHq);Q_+?qxPw&}+ z2=f2%yEA18Ow6Y)V@B%6`P&?oWY0RgxJeL5g)REGj; z0$gYIu^%PR*|}cJcN~B|Gax`oE2@KA@WhUdSh936y63i`w{{;}1#{A8a1WWRu-faV^GP1b3N^OP{DvjV7>`BRt`ho{N3 zF3R^(<>V0O!8YO2!3_$!=Y}50k@V);)fpY@>x}pbv z+a>=`D;~hd0}l%E7Pj^A@9_Eir||^`+9{p?=nrAx1_ze^sN)ut%zygvDU%uZ#YsH% z#BYV|rz7H;Yh<&Pj>zOxjEYLYn3!}q-ZSNR^&rhts7@=++&X2_9F1@ZICzAKdB)B_ zCc`Aj?&Wq5LnVVeHl~Hye6cB0^VkrOvdc!sqHY;9Z=R|pNR|#=Dzc~&fSRNL!{g2& zuj|Y=$C;hICN+{a{VpD7)-WUDtRdrDGEb-XRx$lF=^Bp|t|qLdAsMx(IQNvo*r zdSP3Wbq-7ipWWjWXkAq2hI7XVumn<9)lot8iWb?6qN|O1v_>My~7CsQ1KPVeygst!CdKqe-Dvv)aOJJgTo zc5J}i%NAq7JjSEU!|diZ`TpZ@L)m0yUW*w*+1QHN*U!SxPrik>pLqnw<+C0hkk=Y~ zSUx)yhIIL$$Kobob`Qz>^eGUX-%qJL6^YCBK7Q8I1ZM%!vj^8{@9wlb{ybHP!)ujc zUJ@31Y+oNzSMlJ`8i(U+(%Cg-NuAG3H$P1vM>4@FaCQ?@XJAxmS9n3kkn@;n8K zQUwk6#B>aU0+J9V`=)fQDnXXKSJ-4i%-DztBBL8O0>}kdPWQzw^p6AO#w- z6OER~vAhzks={mmC-$@iz$nlVFp8Gfib|nRVnF+2vFUuC>7zxnbZFsovUM?tW{-@D z#ss@EwuH<)1yPmZlL@B#v@Drq4GGW&jSGm}mf_4dnMH*&5#ybXh~!BalQsdV+{I?s z%0eK!)~sU9`eLH2Q%fWQ7&+y_hUzs!-5s2+OzdAfR7#q;XgC?r$Jv;i3N7RKWszZ& zip^W0^IQ&>DWkYU)6{XpIC@v8l97YX1V4&IsNUkPlu;9&oC*ai+Dows&mIHIIi8#n z1Pbbesa=PN=xi*TF&XbZy-uAf&I&s@I=oR>*D7Hv{W!OOi`-7I*`)01vRsb~=o}xA zMSl?q0%m9SZN+K!#|8z!*gs*d4+O>6ENw5j~AA^W75x6!kS~p(yu)sn~$OMj1nX-3R0Rd-<_QD*w6=(<4EHP(llu3y${Pe$M9v4L%95&9>%r9X-A(c%Y|{tZj<+=^7)|Ve8r`*zm==GU$GimNuR?IVpB}Hk>D0h`zSe~qf;{V zHiB1l5{IAt#tTuN6K~5?Kx6Dmg4L%b#du*|DFRIDexKr2w#K1qb?qPvOm~@?GxMJWn)4*!!(FY<^e^n{R8XP!*;RE`ri%_4AC-o#K$QSf zol2LP_2iTH%hIebxy?iCAz7T*j|&p?rf85LWyoo19_;*KFJ6CkGtSU8Ll$I;DNYK5 z(LUFK&B8v`37BmW*0n)c62%X~zILoI^7A31*1NP{ehSmNNB|MwI5E6NO?*%6S}Tu# zP^InX2dVz+7pBAE=ao3Ta|Mp>T8^WSZox_U{hcQ_?OU3~M599C8ZV}LW37`GtkNE22lfu59#aCBf#AnO{`{*dXqzB@M z&uRKHEu_Bq^Q*$XPT`&(d|#b6QkcJ%8C0QCoNVM0^mub2!I7(d-l#MmB2%0g9h)L7 zKNiu6slrmS)wv}wcBX7rYE|ICk|Mnm)BGm6+pfZoQdPB5d1?(z)?+j?z#-(R8qK0J zR$3J(SGHvJ7Ai1MEvQZ}Au^~*Y7zB+H(hj&r>S&Kx#_7fqQ_mVLJTJdi-ieh21`|4 z$a6rm!|33_ssdBLbEoUEZT*)+2Q$FvuCJ!lwd%-`?h=3#kn_+8oAYO^RM5|p6$({J zmgslMa8A-bcBHHsk@A0LEi5S}MjSGIJfSzAY+)1)fG^jd^OpLox zPtcg-I#upoWkM^tVE9aSQ$W~|H@{kUvG%YdhKG?7WNa!SuF*w^Cq8`&X;x}e6V~c* z60`Bas03c(xYqf zs=W7!-2#BWU5l4?Jcu9PdpDZqwxWGrD|*}JqvnSBu)A~7HFG9fT6(agr4f&>{sk^R z(XU>O$9KtRV1J8XHndWJaIJvVCY(F4K_&Yf2e`a{o0db*>}3$=MgcVW92{Vl?{#Wm z6J8aNJwaFeecR==`pm4FeD=$n3lql1??Jba6FVQmhrfFiJ^%i5xYL99^UoGT&|bwF zU(m$&le73I9a}zl1)u%(Wqd)OOf~d<4xfGWibkm5zt7^$vrh_Wjnmn$xXh5wCnjYU z$fj<*9RIm`Tt@3AN{(3$_;XfKj^}7OHY1a)7!#L>*yMECm=qeLU)|75)_y4Gth84Z z2oDh}%P-drkX2{Brs`M*fh8kgQoK1-Pv;DqXRIbMlUdQeN&9WNB^riFu+w2`ZlZFi zIII#DRvA_^7Rh5vwP(h;GYj1^m?j>PL%>2je_keCNY~XPu_H6 z3>;>bWQJ5hdTD7DGRjAm*Hw)u08R%Us**=1*byb0%n<+^xqR)HNb976Bw<{sR=Qyn z$N`wG68S_8tYmbGUl|$gqsWkA$gGlG>W8T6!gQ7nJt~Rk?YuwULMgs5F#)lt6qlA3 z6D`@M@0A`jfJBf|17Kls1U));P=T0k%8C?uB&KJn!L1R0WNRNTS|eI~ND-E1^NbT< zsMldrU%_-`Ms9zVGBRHd2bHI*ve1P2P0^jL$6u-f49LoCUryoGftVfGa^z&oxMe#+zJy|_E( zVx!LHxpgM4h1p*m3YC-Jn==Cu34YvnQ#C$%VjGU{7NFU^RT63`pkh^@c)HkP$Fqj7d47SErLB~1<g{t0H_n$uFb7T3 zZ@{fB9e8H__i_HvHXPY0ASpmfRpUuvUFx>M&&e6Iq4hW|%<8a!)46>s^s}F#SVV3= z#~@B&W&Dg(Po5G$epLYN!p=3gz%uDx`Xn;nOu%|@n}F*YWoYO2$ZN^>{p5*9@xsB! zFxpp+|Ew1lc5cXk)JK2B=O0tVK`W`3@ae}dDg*n1jx8VkPKTQrt%5KAjC;QSfGQ8! zGfk&6I~9Ud0g{2!4^aNb3HBnSdM2vrZL+Hv@%92?8Xj}}rUr0LbOuI^8HMzS% zGX*z19)bsFwO9!dR>K}vIyXBs0%o?C_MuE5rj6=Y0XcW}6w_B?C}pr-8I*$(b=^c6 z>Ab}|*=(!`j2tGWzh{U8)TP?*;-GYLn+fxDYV$Eo5P~uEMwlQDoFW`Y4W_NREF3FF*+tuU3#2F3$jL5*pbWE zeo3+v9%X-tyU=)HU(v}d8@e=UnI4B!9Wqi~nN^Zq*;Z77{LTbstMN9BPO)lVjBe_& z=??8-(fBt~SQuS8V%4ofz>ehwGB;sSNd%`fSpWp!w9mz|WtthJX0I$Uo#B^bO&`rl zquY=&Kn_wfP}AleFW^w8-gKvWiy z1JEY~I4%poynb*i-rm0fSDsj>Y;E=ZOVK{(X3W1~I+|wAMt4)ATxa91=1$z*#X!sX zh_-mq)liA2SN;lbK50sW1X)^D9of^5`Hbrb^#w0ha11l8s#fVl#z}$)+q)HgKckk`bAZh?ERZ z*ypfb`%K)x&=rFs50%}kt45{H8}fH!O-18i%G4{uF)4D42B*R)pUECF z5h!GI-aM8aYqf`F6*kYL=Sh>uA>#1K8l`4zm@$AcMK$>fk_Px1IjE+t~qCM-gV9DK%k=1qN z^0i;0Q++?t0c2~g23E!-`%M{-gT!gsY8Mrq=+q%(mC2_NfZSSIp}ajV&93Z=B?LP@4QUM}p!E8|ZFuc~{4S4q`^l|%{lHdSKClHJ zJliL)wGoFO`wgC5{Y$L*(e3DNY(Q~AK4Js}Lb-)l)G||JR63hz71e^C#!lSU-HhrR z8j&oE^QyZ#@z#?A@_GbFGiZI9Wy(QejRHhx1~}Kn_?LC6Y&GI}Z<$+ieW*5DL%1fg3=I>rRsn1q)5o)n*CJUUXUYQf4V7~$F*BsmNC|Qs6`PD?XYl_N)ZS?wSzSjiUwgzAxn%C1>Q zB9ujXx8x`X%W3Kk)jfFV-)~3btUCAu9z@836B%PcM05r$$!WN&wF!4G zU4X@{ZCKFSja!>L(9_b5rR|LsN+#lx`b4R|xQI6A)Wv?4jtWKO|S3>so`0G#O?-*}!`JK9`vdCa-Zt9)IQF zW&z`M3XX?&Gx|l?q`dYOg8R@GjbHieD?2g0=Qez|z8?6mm$mox+f|2QSA>=?2q-GGS540y-QFlo!&1dXdxgIil}12S1Q)_!VMckae5sb{$Wqc}!<670rOLor zHy*=0Hhq)T*~3XzMHM4UfjSIbX5{z;BMwN*@tYQAR0JZrd8j&(-yvv{#R<4n#JY6D zS7{hth|j51r6CoPoa@T)j6;U6SWAgfn zvLmJhS>D%Q(4f0y&fd5~bktzeyH)|w6{yjYrc2d{CP0vm3XHLE>!7splJkzg0U5Fw z#YS4O?Y=g=^ZXuR9$STl_2GrBeRy)!_c8e3kI;Aj-FWP0_h8Ed|AwtUyd7J9@Gb24 z_odkN!2Q_vz<06od$-}?dzWDOearCB-OI52?r!{aX)o@-tr!2XY$5LNYQ@s|H{+)2 z8iazmCT}b%N&XIYjGa)7&Uy22-MocJcjsVyb`EA%lwnp~H5SZk!Qv)5&Uav0X9vbr z&p~l03vX=v51bO#^XjhUIQ!TJ9hN?>0h<(J2z#UyfBz<&p_SA?zW|sKXj~XxsjA3h zgBx*780LvREHBcVal2gCYr-_miYe(oJGfn4@-GZ+!W)O^HnJVZ1uW_1NK34X0)7|e zHp=!td}=Fxy?QIkf|KyYBsDQ$r#q*axhn00PSfMlna94A0FeMkre=2uh&TikIJyz4gKzwFlYs0iR?8|I6AYLw zC*VmnphdI0j3=VIU^=VYF{ZvjL<} ztfd+S7`iFs%uuO4VG3UTbwpW)1b4ZU%{QWZZZqy|X_0FWZf$E8rqqhgxs6yjXC4;J z?L^ltx1eR_b*L{d#rUyBa5=MK5eA!Pwad=hhq05&a6|o#=$zkXSkm4JUg)__W$&(ued^n%>8=MqYbbQB3T-r-( zD*@l3)i^>qJXM9eRtjTcPmF`qTjlnL@CxVAYnU+ zRkqTR-FRb`Xks#zd}io)sxozVZdrJ|VwzznEX8>yDPS=8kx?nWLODLQuQo-8m31hY zl&RWKbGiak)G0<^o61_w7ILnUxnMq1#-wGH%HkQgD#ttXxm@{m#=(PS?w}dZ zpm4*&N&`1ioLkGT)$tKJa%jRbfh@oc+%)**{aG%jT9^0pJ6b#wkmeevfU43+&^w)N5^I$I@$J4#JqWVR8b5lqOSM zn3Tczl!@weAC=%Vz?GU~6pnI2#LCW&GidQ?X1JMd_VFrbc56;qk~N4Fd!9D2sY0}J z$XFN^CG`|cXvt7cPJhrO=yJE~U~i1`SOQ#j`Kg|WEYWCON|~}RDiS#(#xjdLuU;0D znR>gE(rCu6$n8#MGPz6C+1?qb(+o;OZpG{y=b>x%Y~0$p5K9DPdTyGD)|s;~`-TQI z)K;Ueq5@OK7i04H@hC1R!o}hF4SEDd3xv#5nDP{?1HO`%nC2hU9v%4GJ0-~;L*?5de z!c)Kg9xgxrC{752qT-MP)Wy>Bh99C%C}G|mk%NOKd;hXp8<^dH~36~}i!EI<2j zdWgL*VO9r>!tmta7F-?{RyDjs?WNv&ViPVM+M$7$r}xP3gPYY_>Nu5(?6>Xi*IwYs zJzMoBpYuO|+=-@pzK>S3z@Rw;##;))Q{3hFf7m`)n*d?p@^iX6XV%>E3XUi8*q@>OHxY%G3jS(-172u02`ymAFyT2p=-FAbkpJv^+`C z1d|h7`Em>u)+hpE zH!?Zp=*X%%a`^@uVG}dQ#5w-SGF>8#eHm|}GcY-b6jns_AQ_da2^GLh=p`+q$kHfp zr&pp5fU+zo*XVS++~-my;;6_`7#)2rqS6@NCSF0*S**UU* zz-GLYsk8(mmQolw;WIvl4*6Y`S4?hZFHN3rQ^)OT>f){C6OVDG*PexdnfV8F;OYB`(dCZCHr1q9ej+k$flK5v4CBr0&2vlbo^#fBR=~57MwiTj|U(4F6Pa= z9t-BT;kNchG|g^8Xsj%P4mWIe2b^wUQ|=tu8T;fj2u}UZ;VUCz<%XgZ;3F(!iaJz)Cq$ghMG;5U!f&Hm&)IbQM85SNC7EpwkiDu!mP`ZU85nFR_%+G zDkJ2v?g&g(prs+T!{4C74Vw-_*BUcn{ca`dNW+j<_SEPy!i^t6j-^K$8bl^JG%|_j zIQ!kP7L!ClLxeH$NxvIeR7Wn~=;hkDtOJz7)4Vq(C0ix*l&@1gNVkp1M7x^!>Tq(p znH5X4<_LS@?IxfyHhddhJP1~?8pq<-{@Li*L|F*OATmA;@yP-}78jD}c0d;ndLqhu zF#VZ+iZOC>FlQ{8NzK+m6Y*j(mQ`eNEFqGSDMOUsGhBt5cIz)}&|RnY8oaXbsK|pp zgwvFT5y;dHK3FFpBMd0mU;u|ZQT9MQ>@`&Cj+*fhZuY{sd-YPPEMUY`TQW7K;Zg{a zYXFNLhYDbfMk%b(euXC7(%L7>IM};G^+p2CXcYl9e{LO8W#LJR%fP{(-iHrgcoh4# ztPqfCNB69oaeG@2ZW9p6Dkwv`B@-1@HMp+!Cd`>N7uU^f!_8$i`0k>`xMRs3Sk@(M zO4!m}o!yu-uM@dBlW*da`;7q>0y z!JS=;@U5N}bj)u?(fA_S9QY9t?-YhI7Pl{1h*t+z!Sc=^%gI6kn&xXRP@ zo^dC;2x9ATYX3?dLO!p<*y}Z5^E7*7dp4^Kp6u+bfZ$hZnTt=*Lhu78i$|h`$(U~6MN)+_N~LkLx!cDe)bVenz;ZQyKe%% zyn-+P@&^q+{o?)S)%Oq|zNF%f(9|2{SWHKD;f=!J>s6RRu;B4QVS^bkE)CD`)#|(< z?V2p!DrGASIL%OtCC)?1bF#t~Pq`)^%(&Ha;g{z!ZY5Zwl6O@zQUyqLqOdMo4poiD zn^TVss%V87*{F&Q$>wQnjS7cs9utK^@XX9ERmXS*Pv&;f^j9VJ)AaKP#@8y?u=LG- z7B^<;?nyfLMTMi)JyDLoYVC_@s3vWr^t)ClfTerNbTgRYp*u*Jb+LS@GmzDK&PEZu z(p<*lRMvuM?SHwn3KN}5XP(SgMpo33%Qt$7N||&$`(2c1hzMJ;qN>o6?8MbKqBuvf<;o{a`Eog3946iIib4$kI-xhb` z&el#Wl517P49u;)9@B5US$58O$O~kl{rVemclSaCsAXMC(9<>>3))+7yS&b=!p0WN zZN!`#8ZdRr1dPkemhU=Vz;-NV&T7KS|NJG64sXKi&+Wq7zg>ePkFL?-=)*f7R@30~ zdspMc?tb-YJUPfA=zg3VT#k$K^UXtBRVIIe?iuWl(N&&~`uqD;eMrZR)58Kx2RQKD zk0X0Ir`E5`?Zn;{xODJQTsW{1m-cPImB%;Y@}WoY#^alD?!Y?D2D@@#gPH(S81nid z0mt2I@aHGiqU}5XiQDR`fwzY7)!&cf%d3CHXCM9^|9tBuoe_KL>8%3H0a%?y^7pD& z@G#Eo(~L_7*-RGY<)yNiPu3x0f`v&#o z%CH5BOps-kDHpQb?a%>cI%G`M_i}PrIW$$P20Vr-V9Jo6X|ma)Z=pTMs1aH6Om~|^ zW`|~%k@fNWP`W=!$3s|h%#g>$*$WNxVwf$@S7lvZxh+$L90ap5u~ylDreAfIl*Ejz zsw0m#$`be@FzeT1u^K&E_ zBVht-G+jQ@jHeX0iO7?b?i;jtVso4(x-9o7qsppP7Y&Lw z%&=&cs=U}&Q0Hzo^;!1eps6eX?(A?HEtQP~tn6ahoy+eOc`(2-uUs4GHhRs`Pmw#< zans?-uhCwM$8QpP$;wz(jJP%%cimKrcYePID70X%#n7TWWS9&9g z$LHbR?iMWTT!y7hO~TT8Fm-wpB4X{BF?p;2T^qjDCAU?`_p|vht*B4{GFOv@6URiL ztSBFq)25+%N(m+v3s8*>AwN3{PPbpZB}d03X=o^~_0y(e*Dt<}H}|f>C(rib!)I3G zt)~X?`ZJr=5uWA2^BkDgzSJtbx|1frj7(W2fF$=ZfOGFQoOxm+E(!qAZ}IT1HQLKM zcW^C^%VUlX_UX(T{TfdVuU0X}@x6UI(0qP>A5IRFnQaje6s9%&sDKtDVFb{InJKnT zfbCH=^*u4TQD??3%5$y^_u+kEVtw0ppsa8*{yz8<;H%5{;_A!z{G&hMi??6W+_;W~ z-8%b4M-)xP)XhLzVVCZ#63vavBv@q^Yw&5Nj)PG6 zA)BmR9@|v_i$HY0%HY(ykP5>r9;emeO;VLfc@FpDC^Dk5(y44~nlTJ!VmKpIGzP_N z=1l2ws-6=B(+mNw%&dAnCmdSxELA0OG+PK1TybVI$!$yy(j5X~K4oAOVvUN7m7htU zImV84j;yF7mv8hkI@Z%OCN>>08lB?QgH{Ke!_M#;x02>lRUl`)INZ$qFAgEAYdvSc zEDQq-nA&)XPwl3RXQG)MBam^xdDN(Aj2=Boo|B=#7AuU4LJpQCqLWP?naL;1)RLkC zYqB#8qCPW+mSG&jHIppSg?IrnyL+qx40D=T3R2;QmJDl^p=koHT1Hi=i-7hjbda+` z8}!CQ(J(M=$g{D}a*=0}+U_uZU8VZ$Daaz_r_Uj0yYhuqNN+UL(h&zvSKZ0^7!`Te%mcKo2X8zr?jqo5!c zcQ?<*y&X#h*jli#u@$#>bzoe{3@zc#X{f>V*UyvBpDUj&S6E^mT&@CPmm&E+`DzTC z>B)u7lP`wUUb;t;ohG&~fHE)ak&P)L?i@#DG*RoQs8Sg{H)RAZ&FIpU=V{ve;zo>v{3b=ZL{pgwVisSSx^Hkm zUuWD1V1a+Ra+I2lU$$`!QN^KqLO5+ATp6Kt9M4Vpo$Ew=ILj|q0BuZiI>sc#!(z$y zkF2O8mv5YejfqWshhBtq%!uZUmo;emPxL}mps^#-mZk3W?1|9=ioS+XNnUm2NVK|< z>H^|s z-%NJiUfE%D7p}bymWv2}>}k;UXF>yf6K2RRy8`K1GvJgH|Gv(dSlW4;O67Z7JF$c_ zS8a{BtM_&^$!!*24sM)QDJ-iQcegFU9nA~TI!72++kAYd`&Q&nnThd*Whk$>4po(P zSlCLTMvD#~ch7G|PjfFiS{I{PfU&uy2TgP4qj7FKZtrfzZJq5{(%yyM&Nj5S$m=$? zVb<(+RMp>ziDlO#RLp)3dol&c%=BS=Fc)=2LEJH`1Oq?69mgO25w09uhxdLjZ0Wge zc<0$YIR7}ygWJ>_@w@=oVS*Fc*?<7iz7;y4ZNe)z2qP1a+q(iM_w?f=-8RU~2FTXv z0ojMkL#yz*fYZ4HYc$cB-ij9ojluB+0lo|Sw&BWwwK#u}>CT)ZTY*nr7{K&}ci@J? zV&JvC`0{Tj@hRo=coV<=*~4nutAG?F+o;vPrY&UpUE0rLgo!2%3%F#3`%YOV4~wG} zR*fpD`@ciOY2ImO;a6j4Dgr65FV$m+JtIDb$AIf!1MhhhhSceMW>D6+}9MHUu5F3_T=Q4p}53C;Ng%w!Abzop%zrKDGE(i_Y8+--j$iy9MwZi&%Qt_CPW>Uxc2@SLg%!yG9xbdbD%oOUS_EujEk11kbJs?pN35O%Rz!@t24kWk z^)+KtvrM=plbGpLPjN?@@jpzo%~)#VUYl-0%}*C+JkkZ-owG zQYENEsoKLR)tN8mDLDf*rgtSLZ&pq{d?8a}J40=z{P`4>$mjCOLg~&y_f6FTSc`FI zdm9!Iyc#=kS7$TEPm~?IHyf4H%CWSy8Mn2!5HFx3L?X6fQ;Ipt@z-e|f z7R_!EFlxr)rY-@x`MA5M2i?u>D$3}U=l8TX3VUnEqP7ln&2K^X>>G4Yc|lu~GQQS1 z&BE-O&@;aiOXar39bH<+Tr8ify?r5O&6^Z507fk>Wnb46T4R6)b2iIO?1+y4HVUcCkF+51k}z9ZdLbv zn){yJyI!UEXVjQ@jWDrIcte2h?I(8O@`25`C}4GF|2CXI(2omyx8n`wjvb(@$0oI| zdh6-Ucxe3^q{RnuweQ=&XBU9Ky?}qb_A;`^&p<>}ru+?Q?NqB{7qt4KuO%Hbtm+3? zqoWUYmXpH?1XSj65ZUfG5jre2n_=Fm>XWGbGcDOoQ(*+f8}!%YjG!&snDH7Hj4D+Q zYI&PJgEY&fB9^mNj92lR8APj&aTE(Xtk)rHE%W6Hpfa|^TcO^DnK~O*roA#Z?anx} zrIPn@WmVq%>FVFf-j~icQh-E%Mk)>E_@rXdC7Ug4&J^v*5&SsTV)Iv+@K!mF(**z- zWfYa*l5@*#vH;T@d35J5eIFqRF#;kSC%uW zNQ_c}iPNM=%VU%2Snn=UyB|+(i5mHmb=erJo?~o-Xsqj^axk~v2swP^da}DXrzML} zW_SjNszRG*5;7bnwV9rZv>0;uisiM;V#XerGdwJ9^D@JU@?^7U(UOYp_5@3hze3qy zoOKfNv&Q1C_M7qT?uEERSkNK?k7WW{+;T;bLW9i#crE*p3CwbFi$n z0}Gp*)b8n9t=$4{E$D4&6ZR#5Hm?)C^4QzkyV29sincidN^|F;n}g1cU0B*BKqa?# z$!k+y-_y>LM##MOc)u{Kt?EX9Mi|(c{q#lLsNi-+2c|b_Xy>_ojE-4@ zi~HB(%KnX-==}Enempg}5s9u+>|S&o@IQxvua09?-!@@iHaHxG#yulgrKLb_Kxhr6 z@^{W+v45FEFsl}(GD$Zxe7yFMD7v6qe&`M`Nt>}j#|)(!>9?XwQOneO@xI43>}0oR~dX}u-FVY>wA@` zK*J@Vrv8UnQ;ktD{S_(G=eP)&oqMWD7S|q`VTP2@t3wPwH$jeadoLA;Q&iBRN=O07 zB==YWCYK4bRqs-tt_M*mCd`&4#prbQ!A-B4CH=SzVPR2Ykm@a(Ijr&B2!-; z6PsvEb_rJLK8;3+QUQlco4D#psHMT6&V6x~i_9tBlB0r;f63?*7)nVnOQYwZM|)cY zKc+y_=P*{i4}JPtV`5S;Ix+%LajA$+@+#Bg&~&Vt{`!>R5u~D3M(@)ZGMWnWeWDZH zD#KS`vlgftGEG<-XR{dV&N-YwUW4|-=xN6sCeC=NOqdEXRSQb%&o0m|vusayRex$WZM8eD#S3obmq5f=^$$O+3jI9 z?i^%pbnQR4cZ0ftoPTNuycMljIH?f$kk(P};g+`B1;C=^Z&wk{d=pThWmA5YrWKQU zsQ@B}Wx@)T&D&HAQKqUystlPzKzk({CGZ3R8r^bcisd#1g=s3B2ozSSn+G>A{=ynL zMyA6-X}k8N%+N7Ss5$6tq4M*28)*0D_0k5s=>)WnewZ$U#Ca4WPQ#`!dhw^&^~=psV^Pv^ho`=mOH z%$yg!P}2-pMJ2HRl_{H3zpeuuV&=bN*{7zA-WpJK;+U9dSu>n1BMa%s<^Rd0AT*&T zB4Ugx{u0QlQV2voB+{WHHK0SxiIlsuTql5(tZXVv8C!IM$q9=kSkb(f~ljPlx%@m7o)6R#@8m{glEzbtc-BxeXfT2xxkq3U=77l*79 zYW(4~N}DI9F2YK-wL-g3jx z0!Cu*;^Ic}29s(1hLzD~hfK~Ti(rPUSe*{In^)yoHtnZq?=x9TLoNYJADJDaRb-Kh zwU#2=?!mvc&&2J$_h7;NCIO9R%x~&~r$Bb`{vhU67URCQ`M6`z;&3ikhk)5!ER@GC zmB%h^YDZU_ur2`G;uvj`{5Zcmh)Mn$S9LCOYN!1#?@`A#AIoagN+KTNt9SJ^|Ej0nA?cEWM3Q za_z*eou=%0--2Fzd&vUy_AJAc>UpqIq~OX&s>OmCMImgsXAVyE{{UB?-;7Jo>`+DF znW2?9@z{DCe{2O#FxXN6?c5$=X1g}v)X*AS*h4q|^|)|gn}8f=z*cHR%Sn0e392H8 zR^ZgYYVEmQ9AZgwBi{eRW;EXQ9h5p9z?HrD+b6HVk~={+KHj1kCcu<7U!iK1rZb6K zrRCZ?YS6ME-7zw?EXO&j5)+3)n<$-^GR)i^&WK~24@V~~8VET>0f}Le1PZqrLJI>A z&zWUr)v0L15w@G+riO;S7L~D=stXLI`_6!I;vk6WXh>F=U1il8%d3EF%INLMGB#%n z>1Rmsl01jmT}DAWRaKV!oq$E}&`kG4Wn&DaWS^G?!2~Wf>h+i&8`BhG(n11I9tEn{ zG^b{KvBwp|(H2!B`VbjsmGd=2MIA9zBBncpu{jYDn}P|Mk^eTbl8#)y(aR5i_`^|C zawjy|9NC8>u8qO9QISS%m?B`6Y*PpL1bP|Lke42YsSW`*pZ2%nZ9!#8u}N;d+^YT)49n1G)me>`^q6CcEf*jPLpT%W z(#Cw1S+E4)Vp4*r%=h4X3l`$`o<(RAcC( zP{6RKWr2XHyf33y+7_U@h2_qr=W9_AWmNjO8S^k#3 zaq>4}vbWC!kY>u?$?`81s<+fg=GmJHmMi0;Ktc_g=}nl$epppF=&{@!UtUvsWUor& zb-1Bn1d6{}6|7!ifpp^Vs1nemE<5Sik!?WErLikz>WuHAy&2hkutZCa4lM`Dap+=O|G)T}p?;3|*HknfV@ z$U{_y1Cc3q6-M!Vjn=tL8<~|{8I$By5TmdwDmh)-2n4X$j7&sa6OE;X_8*U|s3Vte z?2_Z1R27?Se{*!A6;}6Tq&kY^K)hDNC8N`G1t{!#AjcB07>%O7gkGKbip_8;KqXm> zI+5nR6o5pk9N(uVzm(V}IdU|PeROO(Mn#U6-CK(8iV0fmYsD~@h0k zit*_xuV+b-O=5Mu*V1FaxOh;7NLLU&xw6#yN>47TAmuY#Jp~Flp1e9`MksRF1G(Kh7ztXMqn24PPNg%Ne?fbr7Kg_zaa zfwcT`1nge)-cpC90uWuokQTJIW6|6>=)8G0+UB&NbM`!8L;_%PU%RlXWgYCNbqD~> zk;gZqrLhrRO>+di+U2%e&^l+XmJ1in6E-z(uClYX#tyX2osIT60%CJ-LdzUJrwhH! zjRJ%n0$#JwD(}-eZx%Y_F}*E4Sk&IApmTtx#RMzE1H{6zL# z7yDe=bMk5C7YCRLXl5to(SS?#xnemlqW2lc4yp&E!_SYi<_ie91i%t7Iyx4ke^^TC1n@`VF5Fmhf-}AtGQv>h7sCw^~8%x@tFp5 zqJUYl0BO1z0m!fysBD-yV15pk=1!M?&rmkR+h{q(G79C>J^>i^NmRkbrZ#2BvcLpF z4YF9(>H@|d1Q!Aw2<48Liw+y)^8e=xgv0*)HOk8TG-3_aB3l+YMs+aw(wEQNsp)E{ z8W9(S+nS8UH(!Tk3wzPqE&w&3SzL3`+}erB({4n|^#X96!ng!{I_5T_vvC&MW;dg2 zKIQf8xU-`hOPd6|x;pVax^u|uEbZ(@Z(ElzApxQeVP74Ku~1l7yD+!r)@A`33O!l` zl;)_l6xE1iZk^5Z1S~tzF|Ql#a|vW^Xr6l`T4y!t`?bv$&}-~g8UDhiP65I;dEFM= z+1{(UVN2RO1w`8gQ*F>=cLnk>b%%H~%4mDHh7YM5h zgH!NN zx~Mj!bA7NugF7?n8p6n+>}m4+YIyQZzF4ZeSfgW-h3eiI0+*b(k=#()0(uTd z(lp@zWAD9#>&&k!L1f_J1%#J#en`v-00{yhL9(0O&47%T@erA*?v`ZPvgIUcoFz5c zk)7484kVi$6vrOfGqQp^XQ}0&v8}1~*6u%3Q@dNWv%7ciIlqtXsoL7w+Swh48K4S9 z@Zp8;J$&Eq{La1Sp3@N`BSV#gqcKR5U{xi+@_w^!GP`Xp*Ed$zjj#WrUv6*o3w13n zadc!P${Z`*C8AsrGe3LvVyUyalmWRYr{@qeKn#i`M2L4KdAlnxzzi_Xc(GTO5r_T` zuJd41E}z~O*rbn5Q=ND-sTtxBUI_Z#tl-tytbo>RQ-JDb6iYjYmHYH}-O2{**ki-% z*%Z7W*=>WE1an~A4QA-a2$f>9-7hu;NyNk0z|8dbc&sP7n@lXhCigyTNOT`9q(YEY z(?fBTX24;nz35K9kKlwIH|KRy#?gRag`NTub@lsED{`Thm$QX=In8n(dSH23 zDb5mnmi4yzBM0T!z9E^OI4s8}j>z8aTjb#I7=J!~_<$@NJ1mp89+asgcSz~P?NT_Y zKs7n3tZzovAfcZ+PG(n~osv~$Q7ag#R@Swutn7@w?oy$ufOSGyUYV?{s*l6{SCuJ( ziJekrw@x8QMNZGp${7X2T0YOR=i1!7Ea&Ga-$$7d@i5EziaxHafLfF-`)?CpS4JL~ zo{<0W-N)oFzx#~5qwMPK=bw~!uRkR30ko8nef07p@>gHKA|HM0ae3>-C*+N1;DrCE zg4JdHet?!$@4a+I-oCCNcJ)j0@BYmVS^LFbqq|63tBZbyEc-$(j~-Xn{EfrCdrdS> zdYt1B$nS!)2FiZeq=1!26|~^mPE+UHsBzjz8^s<5fQ_PWAIpW1*`xmjTP6Y;fC-jV z>Fo*_hK=J~36Pl?*A|p0@g1T0Gn9~4FeSt$NO4AW0G3sBsvl$D7FJQ=zA+=gPny`3 zz|HeHIjF}!tn6+#hpmJ9e&Rg`O?eXPSlmBrX3~N=eH_Z%{YGio=Iv!Ndb_{Z2sd0o zQ}OU6j7(myy=GUJUZXB}9@6Z)m77U3;B0e;q(Sf3ZMXeoV};%L`Y-b3^+%TL9G(AT zS0Km58Vn>ppt~{1!oe)yBoN-NJI8HQ`Zcz8D>$S$iv>`@;4&CitHUq$ZZNDq3NYHB z9E6`C0InlUu?Gbl-hhJHfSDx=WI1@;#w6yff?JLfd6)+S;94Br`g%>$(A=c#%O>r< zGy$l-8TM0c6lfrK$kq{K+zNaeIb^NhH2YO>Y;lHZ^y>=tnXEFsy~P>iJQ<|&VfrEN zqpL!g!=_`j%t0wJnwnsPJU|EU1E%Z}AEwlpjqv0U1s@SA)38t-G@qY>Sd`gJ!<1)p zC=}w4q$xRKehdmQZx|LqLz2jvv}b>ISh_=72*h2YlqcRVNQ{@s%3-zBZ~fHXC= zh$j$KX1zs{+0A;aX~|}LrAO~Gv}d2p96KpX%A)4yjw}1Bupd^`?{f-P7b^vQotmr` zW|Wmds$W!=wW#1!Rd#lVEGnBjmoHO>UsN_$UeIGz@I$$BMFH%zGQf2OHk2}#=ZjL% z`&ab7)#*98SSZOaEv?FdsU_(QZk5j+9+sbf`w!&b{_!*N_Op-5YtMXzftX-q$OnU= z?}uMU((_m4#|m;EzW9{<_!R}O7mzJ>MSlnO_Ncu2+&%KQ-~O8X?w5W?>Ks0C>N$vL z9FzwG$~?S@{ic)%FT~tI21LgCZl&wIH#x-E6G+&-P#iK_%P9Kb`p%p#g4Gy-!sLUE zuz!T%cAQ64ui`$CyJsQL7~|##5_u#a;M~9lh#7R~p@Csh62G5-#F;I4cMcpT1B0|b z#Q|tDgGPafJ|`kx(8mqL53=v&$1&nOg%woFB$EU1{D^%?nHk7vZkXq+mxJ~r+_*x3 z66-s{_udSjLvO}})MAs^8Mek}LZPSQyovl&| z`SxzCwi{pnzkQt;9^KpO=>BO#yGIvQEN1&@xrAnK3^q2{;l+38g1timv7L-HM{U2k z-6u`97I6l120&0cfC`BxcATmtNZpy1jPjq?SW%IwdG&XJB*6(%e7l05olGfBHf8t3 zjH5N4$79482-j?~JJ=_yZ*Gxhr<)f=Lqm%+G&bt}qa3hAPMM7||1C&mUM|<`uU}Koor0y~<0*e{TG-G5|CR}jL09AY+-3g#xgs=m< zXO?-e3kMrRuq75CdgzT%lI_9bmK2k;aXG?t`NSkRx9IYF>d zUXq1{CE2|9urzoeeo4ueP5pB8mT|e|L{awNa+~ZOJ0wSroRryz7TA7-q#@yi6AM;n(k%_g;Kb-hSaSGsTeT4CeOzs}ISaDm(j|Z$2T9KXJb_#5Rkw zGbu?V73km04T-vLVq&z6njj-ad`So*AN{+-z!{}FsQo-}s7MZym0^(CpE^J`#lY0e zL8AsFQy-=bo#2?UVA*ZK-$; zW{p}k423MjCh$PS*V_N(;_Lt#d)`0oLlsQ z(OtY=B(c;!OX54qS+BardhWt7|Ajda8vJ6A(QAAUZ7v0(&bT$ioTg-+aVh{B+=c{a zx9LxD*w}5{yk#BLz>z;71Z3)*xV>B?M`|$;_(12 zIC>z6vju%G3Ojn43XSJ(?KCPy2u@mf(S^hv$ms5Sl=()OyN(O#)jw%F3rD$@t{%K6#~^SUZCC!{nvPwOX?_G*(S z72K+_r~tMC!NmN6oYVWQ=NDzIqztICs%$M!CUj!9DBJcOQl^}fSTrn0caO;Fsblh~ z)g`&Gvc$et75%i?lLVjj(yW5dtdwT*azcmoB!7M+e;DxxB z6{#xoI#)W&h?W`@ka>N+nHjRKWiUuR*7b#xjET8WUXjxP<6=qH%JT|jD{`Syl=;fK zg4k}keREcRe*O34fB61O^7geS<^5;>K;Hh^L-NC?ACgyL0{n`yux~v^Cyt*W5c9@E z^4hhB<@M|LQ|$4E0^Uzvd_ul;<0;9EO-X|-!afh#2-pith7jnClWo!97H$-YU9^Eh z*km|+M10CnSh;>K1KlvhPY6=276Ez9Os6G z@hcc$R?vZuAsAjLd4K@L5K7olB@E;8Mz@o-!L|%aN%$v*&>zd7$2Cr7M*l{Xt(k+j zizQ3+@xTNDf)svWZVY|7$dIu$OYY&kBK$x-NdWB*J-_w-3XpKeZ^w1zja$8~5ZM=I z!QjBb+n5l6nM`E;#f-s0x8IDnC|iS=3sFgUY(tw(ZjHx>H&)<{um9|?(XB&Mj*ig( zT-WT;-R2I-ZW@;)B0rK_l{KJbILNv?*hd5u^#*Nd5{@d8vDvb!nwArM-sYP1tUAjXIQ0WK}Nh_11jT(`CHmDJCyE96`hv~P) z>2%NXr3b=}?WSji;pQw1R}XT?*@u){D8kT(=o#UzHe${7aMv9l5>I3gm0VanVn}Po z{Esp-#L7d84X-&2G(!R%?$O=6K3_N3mIeGUD#nNbR9paa9D7%2vvh>}=x|ck=8;fW ztDIM$xlpS~d3sXHvt@!()f!fYn4>nIm(@a90YVuQ)P@jgD3e;8D(GX3;N#R>L0K7q ztR_8!hs5pANjwmjZOX_h$4BK{ZJE8T<+&4*pI(r>GQP^(lq@e`-fWHzAJzFe1-NNt zTm@NKfO`id`$btQRq3Hvnx2zW$_Q6W$_D2b$q>1_Yu%aG3_AM9TC%6|Ct1M)ue$sUroUih+nq`&){?>;Yw7uJ>4`k8DDunEy=Wt<7a zC>>&+3(+Y4^cbBsf>u@*9NKB%%K`NfV;cp)fZ`A3MVk2z(HGGR#t!K`JT$QxM9Mcx z@v%XDE~5;LSmw}t4S*T?usF9k}$`rIwL@od)X z67fmRPA|a-RTgYM5rqULB7_{=bfORLiLlxMTR6DwxPrY*T(4{G5}&QsjIS0uKL_3v1ASQ5G$O<;GJ+{Fvl6WyvHW%^pMh#{lt z&PaVjodQdjF0cbM?uEypUBRaf_vsE9XAX!s0zJ}+!D7sc(6KsZ01e>PWw~q6{4+uu z8Za*~I}9ziIOC=a=#E$}8#&`@kC_ygSDM=GQs3Ob<~)>(hQTH2U~gk8bcSGsf7@w) zW7rp1AsW-|z7#zc31+Ui_`(C+8KYT`0Ly?bav11DBcCxEFh#}u3>@njlQKjQGiJYL zmdr=_{3x@=lKlr6VS(XQglJ+B>@uBIN89Sy4bJ&MMoPzD+@HPRcV2 zGBY_zH;wY-jI35_%6JMgqfBb}$Ta(d4IN$??#s&R(F1a>Qj$~E)5@L{gp`3TL$smK zS6R^8%VjC*Yp%}C$vWr2l$90rdFN2Z%p1$8xg}+QGYX;=sp|dK6!g{<1W)PD=Vzc; zoFrRZMf!8OrvI-fnB`@yx=Pm%0On^F6^NG>rOv%Ywt8CS$B+Dq{JZZz&lnd3Xuf;> zl7iRc`h71Ag5QM|)k_b`yU*P(A3k@Fym|E@dHdNf$wxPyl)wA#Gg4SSqnm+l_93HC zA@+~am(cX2#yB`kaSmp^(7()p4Jqr+S}`fny~ZC9b6+SErw$Of{8Xsoar^oA2Oyvn z>Epn&={La>GmseO@I2i#urUN1OBm5lSg$plHwdXj{EA6O)^jgDY9#wsuqIwN47U%w zW@4Yk^oGn(KKvIsL_H|($RM-5=!UN#ce^!Ab zvvsD8J2w0q;l!a#&;=1mHzdIk_U2G(BzSmDo)MeW`kvv~fpThud0)D?CH9&=19}PR z2{!a26u0cNvY5;;bRfFRQXP)d{TqX%5W_(5;nfX-TNeU|O~4ch#sE|R7hFpeNHJg2 zP6z!Yg)xY&>A+`=Bmf9h^z*8#Ym~ukP(E3klM4z^>xC&<$(IyhtbS4f1Isf6o#pvi zI&dr&jExI|X=^FREmeDO

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 c0f38a378f6275d07b904486dd9fbdf3df47f9ed Mon Sep 17 00:00:00 2001 From: Jessika Mirella Date: Fri, 25 Feb 2022 15:42:22 -0300 Subject: [PATCH 2/2] 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; }

E*c;wU89SH^Sam1? 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 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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