diff --git a/package-lock.json b/package-lock.json
new file mode 100644
index 00000000..6a73c1b2
--- /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.1",
+ "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.1.1.tgz",
+ "integrity": "sha512-Aolwjd7HSC2PyY0fDj/wA/EimQT4HfEnFYNp5s9CQlrdhyvWTtvZ5YzrUPu6R6/1jKiUlxu8bUhkdSnKHNAHMA==",
+ "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.3",
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.3.tgz",
+ "integrity": "sha512-TolSoY0D/G6/e5bufjUK7wqQeHdcK4NbdxHg0hrhx/zN6boloG52oNpxbZuil/GqmAIz2qEnJ0s8ay24j2YwVg==",
+ "dependencies": {
+ "@ampproject/remapping": "^2.1.0",
+ "@babel/code-frame": "^7.16.7",
+ "@babel/generator": "^7.17.3",
+ "@babel/helper-compilation-targets": "^7.16.7",
+ "@babel/helper-module-transforms": "^7.16.7",
+ "@babel/helpers": "^7.17.2",
+ "@babel/parser": "^7.17.3",
+ "@babel/template": "^7.16.7",
+ "@babel/traverse": "^7.17.3",
+ "@babel/types": "^7.17.0",
+ "convert-source-map": "^1.7.0",
+ "debug": "^4.1.0",
+ "gensync": "^1.0.0-beta.2",
+ "json5": "^2.1.2",
+ "semver": "^6.3.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/babel"
+ }
+ },
+ "node_modules/@babel/generator": {
+ "version": "7.17.3",
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.3.tgz",
+ "integrity": "sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg==",
+ "dependencies": {
+ "@babel/types": "^7.17.0",
+ "jsesc": "^2.5.1",
+ "source-map": "^0.5.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-compilation-targets": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.7.tgz",
+ "integrity": "sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==",
+ "dependencies": {
+ "@babel/compat-data": "^7.16.4",
+ "@babel/helper-validator-option": "^7.16.7",
+ "browserslist": "^4.17.5",
+ "semver": "^6.3.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/@babel/helper-environment-visitor": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz",
+ "integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==",
+ "dependencies": {
+ "@babel/types": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-function-name": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz",
+ "integrity": "sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==",
+ "dependencies": {
+ "@babel/helper-get-function-arity": "^7.16.7",
+ "@babel/template": "^7.16.7",
+ "@babel/types": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-get-function-arity": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz",
+ "integrity": "sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==",
+ "dependencies": {
+ "@babel/types": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-hoist-variables": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz",
+ "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==",
+ "dependencies": {
+ "@babel/types": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-module-imports": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz",
+ "integrity": "sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==",
+ "dependencies": {
+ "@babel/types": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-module-transforms": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.16.7.tgz",
+ "integrity": "sha512-gaqtLDxJEFCeQbYp9aLAefjhkKdjKcdh6DB7jniIGU3Pz52WAmP268zK0VgPz9hUNkMSYeH976K2/Y6yPadpng==",
+ "dependencies": {
+ "@babel/helper-environment-visitor": "^7.16.7",
+ "@babel/helper-module-imports": "^7.16.7",
+ "@babel/helper-simple-access": "^7.16.7",
+ "@babel/helper-split-export-declaration": "^7.16.7",
+ "@babel/helper-validator-identifier": "^7.16.7",
+ "@babel/template": "^7.16.7",
+ "@babel/traverse": "^7.16.7",
+ "@babel/types": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-plugin-utils": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz",
+ "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==",
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-simple-access": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.16.7.tgz",
+ "integrity": "sha512-ZIzHVyoeLMvXMN/vok/a4LWRy8G2v205mNP0XOuf9XRLyX5/u9CnVulUtDgUTama3lT+bf/UqucuZjqiGuTS1g==",
+ "dependencies": {
+ "@babel/types": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-split-export-declaration": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz",
+ "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==",
+ "dependencies": {
+ "@babel/types": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-validator-identifier": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz",
+ "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==",
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helper-validator-option": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz",
+ "integrity": "sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==",
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/helpers": {
+ "version": "7.17.2",
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.2.tgz",
+ "integrity": "sha512-0Qu7RLR1dILozr/6M0xgj+DFPmi6Bnulgm9M8BVa9ZCWxDqlSnqt3cf8IDPB5m45sVXUZ0kuQAgUrdSFFH79fQ==",
+ "dependencies": {
+ "@babel/template": "^7.16.7",
+ "@babel/traverse": "^7.17.0",
+ "@babel/types": "^7.17.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/highlight": {
+ "version": "7.16.10",
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.10.tgz",
+ "integrity": "sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==",
+ "dependencies": {
+ "@babel/helper-validator-identifier": "^7.16.7",
+ "chalk": "^2.0.0",
+ "js-tokens": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/parser": {
+ "version": "7.17.3",
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.3.tgz",
+ "integrity": "sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA==",
+ "bin": {
+ "parser": "bin/babel-parser.js"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-async-generators": {
+ "version": "7.8.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
+ "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-bigint": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
+ "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-class-properties": {
+ "version": "7.12.13",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
+ "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.12.13"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-import-meta": {
+ "version": "7.10.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
+ "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-json-strings": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
+ "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-logical-assignment-operators": {
+ "version": "7.10.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
+ "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
+ "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-numeric-separator": {
+ "version": "7.10.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
+ "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-object-rest-spread": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
+ "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-optional-catch-binding": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
+ "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-optional-chaining": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
+ "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-top-level-await": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
+ "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.14.5"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-syntax-typescript": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.16.7.tgz",
+ "integrity": "sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/plugin-transform-modules-commonjs": {
+ "version": "7.16.8",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.8.tgz",
+ "integrity": "sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA==",
+ "dependencies": {
+ "@babel/helper-module-transforms": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/helper-simple-access": "^7.16.7",
+ "babel-plugin-dynamic-import-node": "^2.3.3"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0-0"
+ }
+ },
+ "node_modules/@babel/template": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz",
+ "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==",
+ "dependencies": {
+ "@babel/code-frame": "^7.16.7",
+ "@babel/parser": "^7.16.7",
+ "@babel/types": "^7.16.7"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/traverse": {
+ "version": "7.17.3",
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.3.tgz",
+ "integrity": "sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==",
+ "dependencies": {
+ "@babel/code-frame": "^7.16.7",
+ "@babel/generator": "^7.17.3",
+ "@babel/helper-environment-visitor": "^7.16.7",
+ "@babel/helper-function-name": "^7.16.7",
+ "@babel/helper-hoist-variables": "^7.16.7",
+ "@babel/helper-split-export-declaration": "^7.16.7",
+ "@babel/parser": "^7.17.3",
+ "@babel/types": "^7.17.0",
+ "debug": "^4.1.0",
+ "globals": "^11.1.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@babel/types": {
+ "version": "7.17.0",
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.0.tgz",
+ "integrity": "sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==",
+ "dependencies": {
+ "@babel/helper-validator-identifier": "^7.16.7",
+ "to-fast-properties": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/@bcoe/v8-coverage": {
+ "version": "0.2.3",
+ "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
+ "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw=="
+ },
+ "node_modules/@eslint/eslintrc": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.1.0.tgz",
+ "integrity": "sha512-C1DfL7XX4nPqGd6jcP01W9pVM1HYCuUkFk1432D7F0v3JSlUIeOYn9oCoi3eoLZ+iwBSb29BMFxxny0YrrEZqg==",
+ "dependencies": {
+ "ajv": "^6.12.4",
+ "debug": "^4.3.2",
+ "espree": "^9.3.1",
+ "globals": "^13.9.0",
+ "ignore": "^4.0.6",
+ "import-fresh": "^3.2.1",
+ "js-yaml": "^4.1.0",
+ "minimatch": "^3.0.4",
+ "strip-json-comments": "^3.1.1"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ }
+ },
+ "node_modules/@eslint/eslintrc/node_modules/argparse": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
+ },
+ "node_modules/@eslint/eslintrc/node_modules/globals": {
+ "version": "13.12.1",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-13.12.1.tgz",
+ "integrity": "sha512-317dFlgY2pdJZ9rspXDks7073GpDmXdfbM3vYYp0HAMKGDh1FfWPleI2ljVNLQX5M5lXcAslTcPTrOrMEFOjyw==",
+ "dependencies": {
+ "type-fest": "^0.20.2"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/@eslint/eslintrc/node_modules/ignore": {
+ "version": "4.0.6",
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
+ "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg==",
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/@eslint/eslintrc/node_modules/js-yaml": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
+ "dependencies": {
+ "argparse": "^2.0.1"
+ },
+ "bin": {
+ "js-yaml": "bin/js-yaml.js"
+ }
+ },
+ "node_modules/@eslint/eslintrc/node_modules/type-fest": {
+ "version": "0.20.2",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
+ "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/@humanwhocodes/config-array": {
+ "version": "0.9.3",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.9.3.tgz",
+ "integrity": "sha512-3xSMlXHh03hCcCmFc0rbKp3Ivt2PFEJnQUJDDMTJQ2wkECZWdq4GePs2ctc5H8zV+cHPaq8k2vU8mrQjA6iHdQ==",
+ "dependencies": {
+ "@humanwhocodes/object-schema": "^1.2.1",
+ "debug": "^4.1.1",
+ "minimatch": "^3.0.4"
+ },
+ "engines": {
+ "node": ">=10.10.0"
+ }
+ },
+ "node_modules/@humanwhocodes/object-schema": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz",
+ "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA=="
+ },
+ "node_modules/@istanbuljs/load-nyc-config": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
+ "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
+ "dependencies": {
+ "camelcase": "^5.3.1",
+ "find-up": "^4.1.0",
+ "get-package-type": "^0.1.0",
+ "js-yaml": "^3.13.1",
+ "resolve-from": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@istanbuljs/schema": {
+ "version": "0.1.3",
+ "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
+ "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/console": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz",
+ "integrity": "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==",
+ "dependencies": {
+ "@jest/types": "^27.5.1",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "jest-message-util": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "slash": "^3.0.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/@jest/console/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/@jest/console/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/@jest/console/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/@jest/console/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/@jest/console/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/console/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/core": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.5.1.tgz",
+ "integrity": "sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==",
+ "dependencies": {
+ "@jest/console": "^27.5.1",
+ "@jest/reporters": "^27.5.1",
+ "@jest/test-result": "^27.5.1",
+ "@jest/transform": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "@types/node": "*",
+ "ansi-escapes": "^4.2.1",
+ "chalk": "^4.0.0",
+ "emittery": "^0.8.1",
+ "exit": "^0.1.2",
+ "graceful-fs": "^4.2.9",
+ "jest-changed-files": "^27.5.1",
+ "jest-config": "^27.5.1",
+ "jest-haste-map": "^27.5.1",
+ "jest-message-util": "^27.5.1",
+ "jest-regex-util": "^27.5.1",
+ "jest-resolve": "^27.5.1",
+ "jest-resolve-dependencies": "^27.5.1",
+ "jest-runner": "^27.5.1",
+ "jest-runtime": "^27.5.1",
+ "jest-snapshot": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "jest-validate": "^27.5.1",
+ "jest-watcher": "^27.5.1",
+ "micromatch": "^4.0.4",
+ "rimraf": "^3.0.0",
+ "slash": "^3.0.0",
+ "strip-ansi": "^6.0.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ },
+ "peerDependencies": {
+ "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
+ },
+ "peerDependenciesMeta": {
+ "node-notifier": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@jest/core/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/@jest/core/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/@jest/core/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/@jest/core/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/@jest/core/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/core/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/environment": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz",
+ "integrity": "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==",
+ "dependencies": {
+ "@jest/fake-timers": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "@types/node": "*",
+ "jest-mock": "^27.5.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/@jest/fake-timers": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz",
+ "integrity": "sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==",
+ "dependencies": {
+ "@jest/types": "^27.5.1",
+ "@sinonjs/fake-timers": "^8.0.1",
+ "@types/node": "*",
+ "jest-message-util": "^27.5.1",
+ "jest-mock": "^27.5.1",
+ "jest-util": "^27.5.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/@jest/globals": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz",
+ "integrity": "sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==",
+ "dependencies": {
+ "@jest/environment": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "expect": "^27.5.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/@jest/reporters": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz",
+ "integrity": "sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==",
+ "dependencies": {
+ "@bcoe/v8-coverage": "^0.2.3",
+ "@jest/console": "^27.5.1",
+ "@jest/test-result": "^27.5.1",
+ "@jest/transform": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "collect-v8-coverage": "^1.0.0",
+ "exit": "^0.1.2",
+ "glob": "^7.1.2",
+ "graceful-fs": "^4.2.9",
+ "istanbul-lib-coverage": "^3.0.0",
+ "istanbul-lib-instrument": "^5.1.0",
+ "istanbul-lib-report": "^3.0.0",
+ "istanbul-lib-source-maps": "^4.0.0",
+ "istanbul-reports": "^3.1.3",
+ "jest-haste-map": "^27.5.1",
+ "jest-resolve": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "jest-worker": "^27.5.1",
+ "slash": "^3.0.0",
+ "source-map": "^0.6.0",
+ "string-length": "^4.0.1",
+ "terminal-link": "^2.0.0",
+ "v8-to-istanbul": "^8.1.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ },
+ "peerDependencies": {
+ "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
+ },
+ "peerDependenciesMeta": {
+ "node-notifier": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/@jest/reporters/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/@jest/reporters/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/@jest/reporters/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/@jest/reporters/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/@jest/reporters/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/reporters/node_modules/source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/@jest/reporters/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/source-map": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.5.1.tgz",
+ "integrity": "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==",
+ "dependencies": {
+ "callsites": "^3.0.0",
+ "graceful-fs": "^4.2.9",
+ "source-map": "^0.6.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/@jest/source-map/node_modules/source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/@jest/test-result": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz",
+ "integrity": "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==",
+ "dependencies": {
+ "@jest/console": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "collect-v8-coverage": "^1.0.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/@jest/test-sequencer": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz",
+ "integrity": "sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==",
+ "dependencies": {
+ "@jest/test-result": "^27.5.1",
+ "graceful-fs": "^4.2.9",
+ "jest-haste-map": "^27.5.1",
+ "jest-runtime": "^27.5.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/@jest/transform": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz",
+ "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==",
+ "dependencies": {
+ "@babel/core": "^7.1.0",
+ "@jest/types": "^27.5.1",
+ "babel-plugin-istanbul": "^6.1.1",
+ "chalk": "^4.0.0",
+ "convert-source-map": "^1.4.0",
+ "fast-json-stable-stringify": "^2.0.0",
+ "graceful-fs": "^4.2.9",
+ "jest-haste-map": "^27.5.1",
+ "jest-regex-util": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "micromatch": "^4.0.4",
+ "pirates": "^4.0.4",
+ "slash": "^3.0.0",
+ "source-map": "^0.6.1",
+ "write-file-atomic": "^3.0.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/@jest/transform/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/@jest/transform/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/@jest/transform/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/@jest/transform/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/@jest/transform/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/transform/node_modules/source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/@jest/transform/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/types": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz",
+ "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "@types/istanbul-reports": "^3.0.0",
+ "@types/node": "*",
+ "@types/yargs": "^16.0.0",
+ "chalk": "^4.0.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/@jest/types/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/@jest/types/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/@jest/types/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/@jest/types/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/@jest/types/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jest/types/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/@jridgewell/resolve-uri": {
+ "version": "3.0.5",
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz",
+ "integrity": "sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==",
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/@jridgewell/sourcemap-codec": {
+ "version": "1.4.11",
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz",
+ "integrity": "sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg=="
+ },
+ "node_modules/@jridgewell/trace-mapping": {
+ "version": "0.3.4",
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.4.tgz",
+ "integrity": "sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ==",
+ "dependencies": {
+ "@jridgewell/resolve-uri": "^3.0.3",
+ "@jridgewell/sourcemap-codec": "^1.4.10"
+ }
+ },
+ "node_modules/@sinonjs/commons": {
+ "version": "1.8.3",
+ "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.3.tgz",
+ "integrity": "sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==",
+ "dependencies": {
+ "type-detect": "4.0.8"
+ }
+ },
+ "node_modules/@sinonjs/fake-timers": {
+ "version": "8.1.0",
+ "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz",
+ "integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==",
+ "dependencies": {
+ "@sinonjs/commons": "^1.7.0"
+ }
+ },
+ "node_modules/@tootallnate/once": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz",
+ "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==",
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/@types/babel__core": {
+ "version": "7.1.18",
+ "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.18.tgz",
+ "integrity": "sha512-S7unDjm/C7z2A2R9NzfKCK1I+BAALDtxEmsJBwlB3EzNfb929ykjL++1CK9LO++EIp2fQrC8O+BwjKvz6UeDyQ==",
+ "dependencies": {
+ "@babel/parser": "^7.1.0",
+ "@babel/types": "^7.0.0",
+ "@types/babel__generator": "*",
+ "@types/babel__template": "*",
+ "@types/babel__traverse": "*"
+ }
+ },
+ "node_modules/@types/babel__generator": {
+ "version": "7.6.4",
+ "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz",
+ "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==",
+ "dependencies": {
+ "@babel/types": "^7.0.0"
+ }
+ },
+ "node_modules/@types/babel__template": {
+ "version": "7.4.1",
+ "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz",
+ "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==",
+ "dependencies": {
+ "@babel/parser": "^7.1.0",
+ "@babel/types": "^7.0.0"
+ }
+ },
+ "node_modules/@types/babel__traverse": {
+ "version": "7.14.2",
+ "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.14.2.tgz",
+ "integrity": "sha512-K2waXdXBi2302XUdcHcR1jCeU0LL4TD9HRs/gk0N2Xvrht+G/BfJa4QObBQZfhMdxiCpV3COl5Nfq4uKTeTnJA==",
+ "dependencies": {
+ "@babel/types": "^7.3.0"
+ }
+ },
+ "node_modules/@types/graceful-fs": {
+ "version": "4.1.5",
+ "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.5.tgz",
+ "integrity": "sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==",
+ "dependencies": {
+ "@types/node": "*"
+ }
+ },
+ "node_modules/@types/istanbul-lib-coverage": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz",
+ "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g=="
+ },
+ "node_modules/@types/istanbul-lib-report": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
+ "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "*"
+ }
+ },
+ "node_modules/@types/istanbul-reports": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz",
+ "integrity": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==",
+ "dependencies": {
+ "@types/istanbul-lib-report": "*"
+ }
+ },
+ "node_modules/@types/node": {
+ "version": "17.0.18",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.18.tgz",
+ "integrity": "sha512-eKj4f/BsN/qcculZiRSujogjvp5O/k4lOW5m35NopjZM/QwLOR075a8pJW5hD+Rtdm2DaCVPENS6KtSQnUD6BA=="
+ },
+ "node_modules/@types/prettier": {
+ "version": "2.4.4",
+ "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.4.4.tgz",
+ "integrity": "sha512-ReVR2rLTV1kvtlWFyuot+d1pkpG2Fw/XKE3PDAdj57rbM97ttSp9JZ2UsP+2EHTylra9cUf6JA7tGwW1INzUrA=="
+ },
+ "node_modules/@types/stack-utils": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz",
+ "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw=="
+ },
+ "node_modules/@types/yargs": {
+ "version": "16.0.4",
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.4.tgz",
+ "integrity": "sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==",
+ "dependencies": {
+ "@types/yargs-parser": "*"
+ }
+ },
+ "node_modules/@types/yargs-parser": {
+ "version": "20.2.1",
+ "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-20.2.1.tgz",
+ "integrity": "sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw=="
+ },
+ "node_modules/@zeit/schemas": {
+ "version": "2.6.0",
+ "resolved": "https://registry.npmjs.org/@zeit/schemas/-/schemas-2.6.0.tgz",
+ "integrity": "sha512-uUrgZ8AxS+Lio0fZKAipJjAh415JyrOZowliZAzmnJSsf7piVL5w+G0+gFJ0KSu3QRhvui/7zuvpLz03YjXAhg=="
+ },
+ "node_modules/abab": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz",
+ "integrity": "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q=="
+ },
+ "node_modules/accepts": {
+ "version": "1.3.8",
+ "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
+ "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
+ "dependencies": {
+ "mime-types": "~2.1.34",
+ "negotiator": "0.6.3"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/acorn": {
+ "version": "8.7.0",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz",
+ "integrity": "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ==",
+ "bin": {
+ "acorn": "bin/acorn"
+ },
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/acorn-globals": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz",
+ "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==",
+ "dependencies": {
+ "acorn": "^7.1.1",
+ "acorn-walk": "^7.1.1"
+ }
+ },
+ "node_modules/acorn-globals/node_modules/acorn": {
+ "version": "7.4.1",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
+ "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==",
+ "bin": {
+ "acorn": "bin/acorn"
+ },
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/acorn-jsx": {
+ "version": "5.3.2",
+ "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
+ "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
+ "peerDependencies": {
+ "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0"
+ }
+ },
+ "node_modules/acorn-walk": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz",
+ "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA==",
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/agent-base": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
+ "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
+ "dependencies": {
+ "debug": "4"
+ },
+ "engines": {
+ "node": ">= 6.0.0"
+ }
+ },
+ "node_modules/ajv": {
+ "version": "6.12.6",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
+ "dependencies": {
+ "fast-deep-equal": "^3.1.1",
+ "fast-json-stable-stringify": "^2.0.0",
+ "json-schema-traverse": "^0.4.1",
+ "uri-js": "^4.2.2"
+ },
+ "funding": {
+ "type": "github",
+ "url": "https://github.com/sponsors/epoberezkin"
+ }
+ },
+ "node_modules/ansi-align": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz",
+ "integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==",
+ "dependencies": {
+ "string-width": "^4.1.0"
+ }
+ },
+ "node_modules/ansi-escapes": {
+ "version": "4.3.2",
+ "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
+ "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
+ "dependencies": {
+ "type-fest": "^0.21.3"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/ansi-regex": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/ansi-styles": {
+ "version": "3.2.1",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
+ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
+ "dependencies": {
+ "color-convert": "^1.9.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/anymatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz",
+ "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==",
+ "dependencies": {
+ "normalize-path": "^3.0.0",
+ "picomatch": "^2.0.4"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/arch": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/arch/-/arch-2.2.0.tgz",
+ "integrity": "sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ==",
+ "funding": [
+ {
+ "type": "github",
+ "url": "https://github.com/sponsors/feross"
+ },
+ {
+ "type": "patreon",
+ "url": "https://www.patreon.com/feross"
+ },
+ {
+ "type": "consulting",
+ "url": "https://feross.org/support"
+ }
+ ]
+ },
+ "node_modules/arg": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/arg/-/arg-2.0.0.tgz",
+ "integrity": "sha512-XxNTUzKnz1ctK3ZIcI2XUPlD96wbHP2nGqkPKpvk/HNRlPveYrXIVSTk9m3LcqOgDPg3B1nMvdV/K8wZd7PG4w=="
+ },
+ "node_modules/argparse": {
+ "version": "1.0.10",
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
+ "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
+ "dependencies": {
+ "sprintf-js": "~1.0.2"
+ }
+ },
+ "node_modules/array-union": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
+ "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=",
+ "dependencies": {
+ "array-uniq": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/array-uniq": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
+ "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/async": {
+ "version": "2.6.3",
+ "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz",
+ "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==",
+ "dependencies": {
+ "lodash": "^4.17.14"
+ }
+ },
+ "node_modules/asynckit": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
+ "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
+ },
+ "node_modules/babel-jest": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.5.1.tgz",
+ "integrity": "sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==",
+ "dependencies": {
+ "@jest/transform": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "@types/babel__core": "^7.1.14",
+ "babel-plugin-istanbul": "^6.1.1",
+ "babel-preset-jest": "^27.5.1",
+ "chalk": "^4.0.0",
+ "graceful-fs": "^4.2.9",
+ "slash": "^3.0.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.8.0"
+ }
+ },
+ "node_modules/babel-jest/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/babel-jest/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/babel-jest/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/babel-jest/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/babel-jest/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/babel-jest/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/babel-plugin-dynamic-import-node": {
+ "version": "2.3.3",
+ "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz",
+ "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==",
+ "dependencies": {
+ "object.assign": "^4.1.0"
+ }
+ },
+ "node_modules/babel-plugin-istanbul": {
+ "version": "6.1.1",
+ "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz",
+ "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==",
+ "dependencies": {
+ "@babel/helper-plugin-utils": "^7.0.0",
+ "@istanbuljs/load-nyc-config": "^1.0.0",
+ "@istanbuljs/schema": "^0.1.2",
+ "istanbul-lib-instrument": "^5.0.4",
+ "test-exclude": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/babel-plugin-jest-hoist": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.5.1.tgz",
+ "integrity": "sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==",
+ "dependencies": {
+ "@babel/template": "^7.3.3",
+ "@babel/types": "^7.3.3",
+ "@types/babel__core": "^7.0.0",
+ "@types/babel__traverse": "^7.0.6"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/babel-preset-current-node-syntax": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz",
+ "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==",
+ "dependencies": {
+ "@babel/plugin-syntax-async-generators": "^7.8.4",
+ "@babel/plugin-syntax-bigint": "^7.8.3",
+ "@babel/plugin-syntax-class-properties": "^7.8.3",
+ "@babel/plugin-syntax-import-meta": "^7.8.3",
+ "@babel/plugin-syntax-json-strings": "^7.8.3",
+ "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3",
+ "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
+ "@babel/plugin-syntax-numeric-separator": "^7.8.3",
+ "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
+ "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
+ "@babel/plugin-syntax-optional-chaining": "^7.8.3",
+ "@babel/plugin-syntax-top-level-await": "^7.8.3"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/babel-preset-jest": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.5.1.tgz",
+ "integrity": "sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==",
+ "dependencies": {
+ "babel-plugin-jest-hoist": "^27.5.1",
+ "babel-preset-current-node-syntax": "^1.0.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ },
+ "peerDependencies": {
+ "@babel/core": "^7.0.0"
+ }
+ },
+ "node_modules/balanced-match": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
+ },
+ "node_modules/boxen": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/boxen/-/boxen-5.1.2.tgz",
+ "integrity": "sha512-9gYgQKXx+1nP8mP7CzFyaUARhg7D3n1dF/FnErWmu9l6JvGpNUN278h0aSb+QjoiKSWG+iZ3uHrcqk0qrY9RQQ==",
+ "dependencies": {
+ "ansi-align": "^3.0.0",
+ "camelcase": "^6.2.0",
+ "chalk": "^4.1.0",
+ "cli-boxes": "^2.2.1",
+ "string-width": "^4.2.2",
+ "type-fest": "^0.20.2",
+ "widest-line": "^3.1.0",
+ "wrap-ansi": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/boxen/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/boxen/node_modules/camelcase": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
+ "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/boxen/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/boxen/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/boxen/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/boxen/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/boxen/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/boxen/node_modules/type-fest": {
+ "version": "0.20.2",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
+ "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "dependencies": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
+ "node_modules/braces": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
+ "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
+ "dependencies": {
+ "fill-range": "^7.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/browser-process-hrtime": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz",
+ "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow=="
+ },
+ "node_modules/browserslist": {
+ "version": "4.19.1",
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.19.1.tgz",
+ "integrity": "sha512-u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A==",
+ "dependencies": {
+ "caniuse-lite": "^1.0.30001286",
+ "electron-to-chromium": "^1.4.17",
+ "escalade": "^3.1.1",
+ "node-releases": "^2.0.1",
+ "picocolors": "^1.0.0"
+ },
+ "bin": {
+ "browserslist": "cli.js"
+ },
+ "engines": {
+ "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7"
+ },
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/browserslist"
+ }
+ },
+ "node_modules/bser": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",
+ "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",
+ "dependencies": {
+ "node-int64": "^0.4.0"
+ }
+ },
+ "node_modules/buffer-from": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
+ "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
+ },
+ "node_modules/bytes": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
+ "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg=",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/call-bind": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
+ "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
+ "dependencies": {
+ "function-bind": "^1.1.1",
+ "get-intrinsic": "^1.0.2"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/callsites": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
+ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/camelcase": {
+ "version": "5.3.1",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
+ "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/caniuse-lite": {
+ "version": "1.0.30001312",
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001312.tgz",
+ "integrity": "sha512-Wiz1Psk2MEK0pX3rUzWaunLTZzqS2JYZFzNKqAiJGiuxIjRPLgV6+VDPOg6lQOUxmDwhTlh198JsTTi8Hzw6aQ==",
+ "funding": {
+ "type": "opencollective",
+ "url": "https://opencollective.com/browserslist"
+ }
+ },
+ "node_modules/chalk": {
+ "version": "2.4.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
+ "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
+ "dependencies": {
+ "ansi-styles": "^3.2.1",
+ "escape-string-regexp": "^1.0.5",
+ "supports-color": "^5.3.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/char-regex": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
+ "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/ci-info": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.3.0.tgz",
+ "integrity": "sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw=="
+ },
+ "node_modules/cjs-module-lexer": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.2.tgz",
+ "integrity": "sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA=="
+ },
+ "node_modules/cli-boxes": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.1.tgz",
+ "integrity": "sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw==",
+ "engines": {
+ "node": ">=6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/clipboardy": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/clipboardy/-/clipboardy-2.3.0.tgz",
+ "integrity": "sha512-mKhiIL2DrQIsuXMgBgnfEHOZOryC7kY7YO//TN6c63wlEm3NG5tz+YgY5rVi29KCmq/QQjKYvM7a19+MDOTHOQ==",
+ "dependencies": {
+ "arch": "^2.1.1",
+ "execa": "^1.0.0",
+ "is-wsl": "^2.1.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/clipboardy/node_modules/cross-spawn": {
+ "version": "6.0.5",
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz",
+ "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==",
+ "dependencies": {
+ "nice-try": "^1.0.4",
+ "path-key": "^2.0.1",
+ "semver": "^5.5.0",
+ "shebang-command": "^1.2.0",
+ "which": "^1.2.9"
+ },
+ "engines": {
+ "node": ">=4.8"
+ }
+ },
+ "node_modules/clipboardy/node_modules/execa": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz",
+ "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==",
+ "dependencies": {
+ "cross-spawn": "^6.0.0",
+ "get-stream": "^4.0.0",
+ "is-stream": "^1.1.0",
+ "npm-run-path": "^2.0.0",
+ "p-finally": "^1.0.0",
+ "signal-exit": "^3.0.0",
+ "strip-eof": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/clipboardy/node_modules/get-stream": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz",
+ "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==",
+ "dependencies": {
+ "pump": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/clipboardy/node_modules/is-stream": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
+ "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/clipboardy/node_modules/npm-run-path": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",
+ "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=",
+ "dependencies": {
+ "path-key": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/clipboardy/node_modules/path-key": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
+ "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/clipboardy/node_modules/semver": {
+ "version": "5.7.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
+ "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
+ "bin": {
+ "semver": "bin/semver"
+ }
+ },
+ "node_modules/clipboardy/node_modules/shebang-command": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
+ "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=",
+ "dependencies": {
+ "shebang-regex": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/clipboardy/node_modules/shebang-regex": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz",
+ "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/clipboardy/node_modules/which": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
+ "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
+ "dependencies": {
+ "isexe": "^2.0.0"
+ },
+ "bin": {
+ "which": "bin/which"
+ }
+ },
+ "node_modules/cliui": {
+ "version": "7.0.4",
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
+ "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
+ "dependencies": {
+ "string-width": "^4.2.0",
+ "strip-ansi": "^6.0.0",
+ "wrap-ansi": "^7.0.0"
+ }
+ },
+ "node_modules/co": {
+ "version": "4.6.0",
+ "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
+ "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=",
+ "engines": {
+ "iojs": ">= 1.0.0",
+ "node": ">= 0.12.0"
+ }
+ },
+ "node_modules/collect-v8-coverage": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz",
+ "integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg=="
+ },
+ "node_modules/color-convert": {
+ "version": "1.9.3",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
+ "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
+ "dependencies": {
+ "color-name": "1.1.3"
+ }
+ },
+ "node_modules/color-name": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
+ "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
+ },
+ "node_modules/combined-stream": {
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
+ "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
+ "dependencies": {
+ "delayed-stream": "~1.0.0"
+ },
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/commander": {
+ "version": "2.20.3",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
+ "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
+ },
+ "node_modules/commondir": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
+ "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs="
+ },
+ "node_modules/compressible": {
+ "version": "2.0.18",
+ "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
+ "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
+ "dependencies": {
+ "mime-db": ">= 1.43.0 < 2"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/compression": {
+ "version": "1.7.3",
+ "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.3.tgz",
+ "integrity": "sha512-HSjyBG5N1Nnz7tF2+O7A9XUhyjru71/fwgNb7oIsEVHR0WShfs2tIS/EySLgiTe98aOK18YDlMXpzjCXY/n9mg==",
+ "dependencies": {
+ "accepts": "~1.3.5",
+ "bytes": "3.0.0",
+ "compressible": "~2.0.14",
+ "debug": "2.6.9",
+ "on-headers": "~1.0.1",
+ "safe-buffer": "5.1.2",
+ "vary": "~1.1.2"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/compression/node_modules/debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "dependencies": {
+ "ms": "2.0.0"
+ }
+ },
+ "node_modules/compression/node_modules/ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
+ },
+ "node_modules/concat-map": {
+ "version": "0.0.1",
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
+ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
+ },
+ "node_modules/content-disposition": {
+ "version": "0.5.2",
+ "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz",
+ "integrity": "sha1-DPaLud318r55YcOoUXjLhdunjLQ=",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/convert-source-map": {
+ "version": "1.8.0",
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz",
+ "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==",
+ "dependencies": {
+ "safe-buffer": "~5.1.1"
+ }
+ },
+ "node_modules/cross-spawn": {
+ "version": "7.0.3",
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
+ "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
+ "dependencies": {
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/cssom": {
+ "version": "0.4.4",
+ "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz",
+ "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw=="
+ },
+ "node_modules/cssstyle": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz",
+ "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==",
+ "dependencies": {
+ "cssom": "~0.3.6"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/cssstyle/node_modules/cssom": {
+ "version": "0.3.8",
+ "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz",
+ "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg=="
+ },
+ "node_modules/data-urls": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz",
+ "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==",
+ "dependencies": {
+ "abab": "^2.0.3",
+ "whatwg-mimetype": "^2.3.0",
+ "whatwg-url": "^8.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/debug": {
+ "version": "4.3.3",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz",
+ "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==",
+ "dependencies": {
+ "ms": "2.1.2"
+ },
+ "engines": {
+ "node": ">=6.0"
+ },
+ "peerDependenciesMeta": {
+ "supports-color": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/decimal.js": {
+ "version": "10.3.1",
+ "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.3.1.tgz",
+ "integrity": "sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ=="
+ },
+ "node_modules/dedent": {
+ "version": "0.7.0",
+ "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz",
+ "integrity": "sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw="
+ },
+ "node_modules/deep-extend": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
+ "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==",
+ "engines": {
+ "node": ">=4.0.0"
+ }
+ },
+ "node_modules/deep-is": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
+ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ=="
+ },
+ "node_modules/deepmerge": {
+ "version": "4.2.2",
+ "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz",
+ "integrity": "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/define-properties": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz",
+ "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==",
+ "dependencies": {
+ "object-keys": "^1.0.12"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/delayed-stream": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
+ "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=",
+ "engines": {
+ "node": ">=0.4.0"
+ }
+ },
+ "node_modules/detect-newline": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
+ "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/diff-sequences": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz",
+ "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ==",
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/doctrine": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
+ "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
+ "dependencies": {
+ "esutils": "^2.0.2"
+ },
+ "engines": {
+ "node": ">=6.0.0"
+ }
+ },
+ "node_modules/domexception": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz",
+ "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==",
+ "dependencies": {
+ "webidl-conversions": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/domexception/node_modules/webidl-conversions": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz",
+ "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/electron-to-chromium": {
+ "version": "1.4.71",
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.71.tgz",
+ "integrity": "sha512-Hk61vXXKRb2cd3znPE9F+2pLWdIOmP7GjiTj45y6L3W/lO+hSnUSUhq+6lEaERWBdZOHbk2s3YV5c9xVl3boVw=="
+ },
+ "node_modules/email-addresses": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/email-addresses/-/email-addresses-3.1.0.tgz",
+ "integrity": "sha512-k0/r7GrWVL32kZlGwfPNgB2Y/mMXVTq/decgLczm/j34whdaspNrZO8CnXPf1laaHxI6ptUlsnAxN+UAPw+fzg=="
+ },
+ "node_modules/emittery": {
+ "version": "0.8.1",
+ "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz",
+ "integrity": "sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sindresorhus/emittery?sponsor=1"
+ }
+ },
+ "node_modules/emoji-regex": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
+ },
+ "node_modules/end-of-stream": {
+ "version": "1.4.4",
+ "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
+ "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
+ "dependencies": {
+ "once": "^1.4.0"
+ }
+ },
+ "node_modules/error-ex": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
+ "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
+ "dependencies": {
+ "is-arrayish": "^0.2.1"
+ }
+ },
+ "node_modules/escalade": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
+ "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/escape-string-regexp": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
+ "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
+ "engines": {
+ "node": ">=0.8.0"
+ }
+ },
+ "node_modules/escodegen": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.0.0.tgz",
+ "integrity": "sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==",
+ "dependencies": {
+ "esprima": "^4.0.1",
+ "estraverse": "^5.2.0",
+ "esutils": "^2.0.2",
+ "optionator": "^0.8.1"
+ },
+ "bin": {
+ "escodegen": "bin/escodegen.js",
+ "esgenerate": "bin/esgenerate.js"
+ },
+ "engines": {
+ "node": ">=6.0"
+ },
+ "optionalDependencies": {
+ "source-map": "~0.6.1"
+ }
+ },
+ "node_modules/escodegen/node_modules/levn": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",
+ "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=",
+ "dependencies": {
+ "prelude-ls": "~1.1.2",
+ "type-check": "~0.3.2"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/escodegen/node_modules/optionator": {
+ "version": "0.8.3",
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
+ "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
+ "dependencies": {
+ "deep-is": "~0.1.3",
+ "fast-levenshtein": "~2.0.6",
+ "levn": "~0.3.0",
+ "prelude-ls": "~1.1.2",
+ "type-check": "~0.3.2",
+ "word-wrap": "~1.2.3"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/escodegen/node_modules/prelude-ls": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
+ "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ=",
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/escodegen/node_modules/source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "optional": true,
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/escodegen/node_modules/type-check": {
+ "version": "0.3.2",
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
+ "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=",
+ "dependencies": {
+ "prelude-ls": "~1.1.2"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/eslint": {
+ "version": "8.9.0",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.9.0.tgz",
+ "integrity": "sha512-PB09IGwv4F4b0/atrbcMFboF/giawbBLVC7fyDamk5Wtey4Jh2K+rYaBhCAbUyEI4QzB1ly09Uglc9iCtFaG2Q==",
+ "dependencies": {
+ "@eslint/eslintrc": "^1.1.0",
+ "@humanwhocodes/config-array": "^0.9.2",
+ "ajv": "^6.10.0",
+ "chalk": "^4.0.0",
+ "cross-spawn": "^7.0.2",
+ "debug": "^4.3.2",
+ "doctrine": "^3.0.0",
+ "escape-string-regexp": "^4.0.0",
+ "eslint-scope": "^7.1.1",
+ "eslint-utils": "^3.0.0",
+ "eslint-visitor-keys": "^3.3.0",
+ "espree": "^9.3.1",
+ "esquery": "^1.4.0",
+ "esutils": "^2.0.2",
+ "fast-deep-equal": "^3.1.3",
+ "file-entry-cache": "^6.0.1",
+ "functional-red-black-tree": "^1.0.1",
+ "glob-parent": "^6.0.1",
+ "globals": "^13.6.0",
+ "ignore": "^5.2.0",
+ "import-fresh": "^3.0.0",
+ "imurmurhash": "^0.1.4",
+ "is-glob": "^4.0.0",
+ "js-yaml": "^4.1.0",
+ "json-stable-stringify-without-jsonify": "^1.0.1",
+ "levn": "^0.4.1",
+ "lodash.merge": "^4.6.2",
+ "minimatch": "^3.0.4",
+ "natural-compare": "^1.4.0",
+ "optionator": "^0.9.1",
+ "regexpp": "^3.2.0",
+ "strip-ansi": "^6.0.1",
+ "strip-json-comments": "^3.1.0",
+ "text-table": "^0.2.0",
+ "v8-compile-cache": "^2.0.3"
+ },
+ "bin": {
+ "eslint": "bin/eslint.js"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ },
+ "funding": {
+ "url": "https://opencollective.com/eslint"
+ }
+ },
+ "node_modules/eslint-scope": {
+ "version": "7.1.1",
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz",
+ "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==",
+ "dependencies": {
+ "esrecurse": "^4.3.0",
+ "estraverse": "^5.2.0"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ }
+ },
+ "node_modules/eslint-utils": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz",
+ "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==",
+ "dependencies": {
+ "eslint-visitor-keys": "^2.0.0"
+ },
+ "engines": {
+ "node": "^10.0.0 || ^12.0.0 || >= 14.0.0"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/mysticatea"
+ },
+ "peerDependencies": {
+ "eslint": ">=5"
+ }
+ },
+ "node_modules/eslint-utils/node_modules/eslint-visitor-keys": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
+ "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/eslint-visitor-keys": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz",
+ "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==",
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ }
+ },
+ "node_modules/eslint/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/eslint/node_modules/argparse": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
+ },
+ "node_modules/eslint/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/eslint/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/eslint/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/eslint/node_modules/escape-string-regexp": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/eslint/node_modules/globals": {
+ "version": "13.12.1",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-13.12.1.tgz",
+ "integrity": "sha512-317dFlgY2pdJZ9rspXDks7073GpDmXdfbM3vYYp0HAMKGDh1FfWPleI2ljVNLQX5M5lXcAslTcPTrOrMEFOjyw==",
+ "dependencies": {
+ "type-fest": "^0.20.2"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/eslint/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/eslint/node_modules/js-yaml": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
+ "dependencies": {
+ "argparse": "^2.0.1"
+ },
+ "bin": {
+ "js-yaml": "bin/js-yaml.js"
+ }
+ },
+ "node_modules/eslint/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/eslint/node_modules/type-fest": {
+ "version": "0.20.2",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
+ "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/espree": {
+ "version": "9.3.1",
+ "resolved": "https://registry.npmjs.org/espree/-/espree-9.3.1.tgz",
+ "integrity": "sha512-bvdyLmJMfwkV3NCRl5ZhJf22zBFo1y8bYh3VYb+bfzqNB4Je68P2sSuXyuFquzWLebHpNd2/d5uv7yoP9ISnGQ==",
+ "dependencies": {
+ "acorn": "^8.7.0",
+ "acorn-jsx": "^5.3.1",
+ "eslint-visitor-keys": "^3.3.0"
+ },
+ "engines": {
+ "node": "^12.22.0 || ^14.17.0 || >=16.0.0"
+ }
+ },
+ "node_modules/esprima": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
+ "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
+ "bin": {
+ "esparse": "bin/esparse.js",
+ "esvalidate": "bin/esvalidate.js"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/esquery": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz",
+ "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==",
+ "dependencies": {
+ "estraverse": "^5.1.0"
+ },
+ "engines": {
+ "node": ">=0.10"
+ }
+ },
+ "node_modules/esrecurse": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
+ "dependencies": {
+ "estraverse": "^5.2.0"
+ },
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/estraverse": {
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
+ "engines": {
+ "node": ">=4.0"
+ }
+ },
+ "node_modules/esutils": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/execa": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
+ "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
+ "dependencies": {
+ "cross-spawn": "^7.0.3",
+ "get-stream": "^6.0.0",
+ "human-signals": "^2.1.0",
+ "is-stream": "^2.0.0",
+ "merge-stream": "^2.0.0",
+ "npm-run-path": "^4.0.1",
+ "onetime": "^5.1.2",
+ "signal-exit": "^3.0.3",
+ "strip-final-newline": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sindresorhus/execa?sponsor=1"
+ }
+ },
+ "node_modules/exit": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
+ "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw=",
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/expect": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz",
+ "integrity": "sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==",
+ "dependencies": {
+ "@jest/types": "^27.5.1",
+ "jest-get-type": "^27.5.1",
+ "jest-matcher-utils": "^27.5.1",
+ "jest-message-util": "^27.5.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/fast-deep-equal": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
+ },
+ "node_modules/fast-json-stable-stringify": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="
+ },
+ "node_modules/fast-levenshtein": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
+ "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc="
+ },
+ "node_modules/fast-url-parser": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/fast-url-parser/-/fast-url-parser-1.1.3.tgz",
+ "integrity": "sha1-9K8+qfNNiicc9YrSs3WfQx8LMY0=",
+ "dependencies": {
+ "punycode": "^1.3.2"
+ }
+ },
+ "node_modules/fb-watchman": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.1.tgz",
+ "integrity": "sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==",
+ "dependencies": {
+ "bser": "2.1.1"
+ }
+ },
+ "node_modules/file-entry-cache": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
+ "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
+ "dependencies": {
+ "flat-cache": "^3.0.4"
+ },
+ "engines": {
+ "node": "^10.12.0 || >=12.0.0"
+ }
+ },
+ "node_modules/filename-reserved-regex": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz",
+ "integrity": "sha1-q/c9+rc10EVECr/qLZHzieu/oik=",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/filenamify": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/filenamify/-/filenamify-4.3.0.tgz",
+ "integrity": "sha512-hcFKyUG57yWGAzu1CMt/dPzYZuv+jAJUT85bL8mrXvNe6hWj6yEHEc4EdcgiA6Z3oi1/9wXJdZPXF2dZNgwgOg==",
+ "dependencies": {
+ "filename-reserved-regex": "^2.0.0",
+ "strip-outer": "^1.0.1",
+ "trim-repeated": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/fill-range": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
+ "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
+ "dependencies": {
+ "to-regex-range": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/find-cache-dir": {
+ "version": "3.3.2",
+ "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz",
+ "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==",
+ "dependencies": {
+ "commondir": "^1.0.1",
+ "make-dir": "^3.0.2",
+ "pkg-dir": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/avajs/find-cache-dir?sponsor=1"
+ }
+ },
+ "node_modules/find-up": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
+ "dependencies": {
+ "locate-path": "^5.0.0",
+ "path-exists": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/flat-cache": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz",
+ "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==",
+ "dependencies": {
+ "flatted": "^3.1.0",
+ "rimraf": "^3.0.2"
+ },
+ "engines": {
+ "node": "^10.12.0 || >=12.0.0"
+ }
+ },
+ "node_modules/flatted": {
+ "version": "3.2.5",
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.5.tgz",
+ "integrity": "sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg=="
+ },
+ "node_modules/form-data": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz",
+ "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==",
+ "dependencies": {
+ "asynckit": "^0.4.0",
+ "combined-stream": "^1.0.8",
+ "mime-types": "^2.1.12"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/fs-extra": {
+ "version": "8.1.0",
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
+ "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
+ "dependencies": {
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^4.0.0",
+ "universalify": "^0.1.0"
+ },
+ "engines": {
+ "node": ">=6 <7 || >=8"
+ }
+ },
+ "node_modules/fs.realpath": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
+ "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
+ },
+ "node_modules/fsevents": {
+ "version": "2.3.2",
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
+ "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
+ "hasInstallScript": true,
+ "optional": true,
+ "os": [
+ "darwin"
+ ],
+ "engines": {
+ "node": "^8.16.0 || ^10.6.0 || >=11.0.0"
+ }
+ },
+ "node_modules/function-bind": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
+ "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
+ },
+ "node_modules/functional-red-black-tree": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz",
+ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
+ },
+ "node_modules/gensync": {
+ "version": "1.0.0-beta.2",
+ "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
+ "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==",
+ "engines": {
+ "node": ">=6.9.0"
+ }
+ },
+ "node_modules/get-caller-file": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
+ "engines": {
+ "node": "6.* || 8.* || >= 10.*"
+ }
+ },
+ "node_modules/get-intrinsic": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz",
+ "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==",
+ "dependencies": {
+ "function-bind": "^1.1.1",
+ "has": "^1.0.3",
+ "has-symbols": "^1.0.1"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/get-package-type": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz",
+ "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==",
+ "engines": {
+ "node": ">=8.0.0"
+ }
+ },
+ "node_modules/get-stream": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
+ "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/gh-pages": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/gh-pages/-/gh-pages-3.2.3.tgz",
+ "integrity": "sha512-jA1PbapQ1jqzacECfjUaO9gV8uBgU6XNMV0oXLtfCX3haGLe5Atq8BxlrADhbD6/UdG9j6tZLWAkAybndOXTJg==",
+ "dependencies": {
+ "async": "^2.6.1",
+ "commander": "^2.18.0",
+ "email-addresses": "^3.0.1",
+ "filenamify": "^4.3.0",
+ "find-cache-dir": "^3.3.1",
+ "fs-extra": "^8.1.0",
+ "globby": "^6.1.0"
+ },
+ "bin": {
+ "gh-pages": "bin/gh-pages.js",
+ "gh-pages-clean": "bin/gh-pages-clean.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/glob": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
+ "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==",
+ "dependencies": {
+ "fs.realpath": "^1.0.0",
+ "inflight": "^1.0.4",
+ "inherits": "2",
+ "minimatch": "^3.0.4",
+ "once": "^1.3.0",
+ "path-is-absolute": "^1.0.0"
+ },
+ "engines": {
+ "node": "*"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/glob-base": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz",
+ "integrity": "sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q=",
+ "dependencies": {
+ "glob-parent": "^2.0.0",
+ "is-glob": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/glob-base/node_modules/glob-parent": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz",
+ "integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=",
+ "dependencies": {
+ "is-glob": "^2.0.0"
+ }
+ },
+ "node_modules/glob-base/node_modules/is-extglob": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz",
+ "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/glob-base/node_modules/is-glob": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz",
+ "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=",
+ "dependencies": {
+ "is-extglob": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/glob-parent": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
+ "dependencies": {
+ "is-glob": "^4.0.3"
+ },
+ "engines": {
+ "node": ">=10.13.0"
+ }
+ },
+ "node_modules/globals": {
+ "version": "11.12.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
+ "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/globby": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz",
+ "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=",
+ "dependencies": {
+ "array-union": "^1.0.1",
+ "glob": "^7.0.3",
+ "object-assign": "^4.0.1",
+ "pify": "^2.0.0",
+ "pinkie-promise": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/graceful-fs": {
+ "version": "4.2.9",
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.9.tgz",
+ "integrity": "sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ=="
+ },
+ "node_modules/has": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
+ "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
+ "dependencies": {
+ "function-bind": "^1.1.1"
+ },
+ "engines": {
+ "node": ">= 0.4.0"
+ }
+ },
+ "node_modules/has-flag": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
+ "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/has-symbols": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz",
+ "integrity": "sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw==",
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/html-encoding-sniffer": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz",
+ "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==",
+ "dependencies": {
+ "whatwg-encoding": "^1.0.5"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/html-escaper": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
+ "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg=="
+ },
+ "node_modules/htmlhint": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.1.2.tgz",
+ "integrity": "sha512-3rUS4ROXjyRidMiThTXhwtAotmGvOOof3uUk1X0YWjJF63qOP0sorogfgvo+XFcp5Q6IWhiFcZqd3giCrKHg+g==",
+ "dependencies": {
+ "async": "3.2.3",
+ "chalk": "^4.1.2",
+ "commander": "^8.3.0",
+ "glob": "^7.2.0",
+ "node-fetch": "^2.6.2",
+ "parse-glob": "3.0.4",
+ "strip-json-comments": "3.1.0",
+ "xml": "1.0.1"
+ },
+ "bin": {
+ "htmlhint": "bin/htmlhint"
+ }
+ },
+ "node_modules/htmlhint/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/htmlhint/node_modules/async": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz",
+ "integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g=="
+ },
+ "node_modules/htmlhint/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/htmlhint/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/htmlhint/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/htmlhint/node_modules/commander": {
+ "version": "8.3.0",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
+ "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
+ "engines": {
+ "node": ">= 12"
+ }
+ },
+ "node_modules/htmlhint/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/htmlhint/node_modules/strip-json-comments": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.0.tgz",
+ "integrity": "sha512-e6/d0eBu7gHtdCqFt0xJr642LdToM5/cN4Qb9DbHjVx1CP5RyeM+zH7pbecEmDv/lBqb0QH+6Uqq75rxFPkM0w==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/htmlhint/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/http-proxy-agent": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz",
+ "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==",
+ "dependencies": {
+ "@tootallnate/once": "1",
+ "agent-base": "6",
+ "debug": "4"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/https-proxy-agent": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz",
+ "integrity": "sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==",
+ "dependencies": {
+ "agent-base": "6",
+ "debug": "4"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/human-signals": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
+ "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==",
+ "engines": {
+ "node": ">=10.17.0"
+ }
+ },
+ "node_modules/iconv-lite": {
+ "version": "0.4.24",
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
+ "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
+ "dependencies": {
+ "safer-buffer": ">= 2.1.2 < 3"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/ignore": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz",
+ "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==",
+ "engines": {
+ "node": ">= 4"
+ }
+ },
+ "node_modules/import-fresh": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
+ "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
+ "dependencies": {
+ "parent-module": "^1.0.0",
+ "resolve-from": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/import-fresh/node_modules/resolve-from": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/import-local": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz",
+ "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==",
+ "dependencies": {
+ "pkg-dir": "^4.2.0",
+ "resolve-cwd": "^3.0.0"
+ },
+ "bin": {
+ "import-local-fixture": "fixtures/cli.js"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/imurmurhash": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
+ "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o=",
+ "engines": {
+ "node": ">=0.8.19"
+ }
+ },
+ "node_modules/inflight": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
+ "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
+ "dependencies": {
+ "once": "^1.3.0",
+ "wrappy": "1"
+ }
+ },
+ "node_modules/inherits": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
+ },
+ "node_modules/ini": {
+ "version": "1.3.8",
+ "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
+ "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
+ },
+ "node_modules/is-arrayish": {
+ "version": "0.2.1",
+ "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
+ "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0="
+ },
+ "node_modules/is-core-module": {
+ "version": "2.8.1",
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz",
+ "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==",
+ "dependencies": {
+ "has": "^1.0.3"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/is-docker": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
+ "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==",
+ "bin": {
+ "is-docker": "cli.js"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/is-dotfile": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.3.tgz",
+ "integrity": "sha1-pqLzL/0t+wT1yiXs0Pa4PPeYoeE=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-extglob": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
+ "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-fullwidth-code-point": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/is-generator-fn": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz",
+ "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/is-glob": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
+ "dependencies": {
+ "is-extglob": "^2.1.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/is-number": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
+ "engines": {
+ "node": ">=0.12.0"
+ }
+ },
+ "node_modules/is-potential-custom-element-name": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
+ "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ=="
+ },
+ "node_modules/is-stream": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
+ "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==",
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/is-typedarray": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
+ "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo="
+ },
+ "node_modules/is-wsl": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
+ "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
+ "dependencies": {
+ "is-docker": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/isexe": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
+ "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA="
+ },
+ "node_modules/istanbul-lib-coverage": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz",
+ "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/istanbul-lib-instrument": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.1.0.tgz",
+ "integrity": "sha512-czwUz525rkOFDJxfKK6mYfIs9zBKILyrZQxjz3ABhjQXhbhFsSbo1HW/BFcsDnfJYJWA6thRR5/TUY2qs5W99Q==",
+ "dependencies": {
+ "@babel/core": "^7.12.3",
+ "@babel/parser": "^7.14.7",
+ "@istanbuljs/schema": "^0.1.2",
+ "istanbul-lib-coverage": "^3.2.0",
+ "semver": "^6.3.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/istanbul-lib-report": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
+ "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==",
+ "dependencies": {
+ "istanbul-lib-coverage": "^3.0.0",
+ "make-dir": "^3.0.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/istanbul-lib-report/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/istanbul-lib-report/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/istanbul-lib-source-maps": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz",
+ "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==",
+ "dependencies": {
+ "debug": "^4.1.1",
+ "istanbul-lib-coverage": "^3.0.0",
+ "source-map": "^0.6.1"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/istanbul-lib-source-maps/node_modules/source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/istanbul-reports": {
+ "version": "3.1.4",
+ "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.4.tgz",
+ "integrity": "sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw==",
+ "dependencies": {
+ "html-escaper": "^2.0.0",
+ "istanbul-lib-report": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest/-/jest-27.5.1.tgz",
+ "integrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==",
+ "dependencies": {
+ "@jest/core": "^27.5.1",
+ "import-local": "^3.0.2",
+ "jest-cli": "^27.5.1"
+ },
+ "bin": {
+ "jest": "bin/jest.js"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ },
+ "peerDependencies": {
+ "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
+ },
+ "peerDependenciesMeta": {
+ "node-notifier": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/jest-changed-files": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.5.1.tgz",
+ "integrity": "sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==",
+ "dependencies": {
+ "@jest/types": "^27.5.1",
+ "execa": "^5.0.0",
+ "throat": "^6.0.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-circus": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.5.1.tgz",
+ "integrity": "sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==",
+ "dependencies": {
+ "@jest/environment": "^27.5.1",
+ "@jest/test-result": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "co": "^4.6.0",
+ "dedent": "^0.7.0",
+ "expect": "^27.5.1",
+ "is-generator-fn": "^2.0.0",
+ "jest-each": "^27.5.1",
+ "jest-matcher-utils": "^27.5.1",
+ "jest-message-util": "^27.5.1",
+ "jest-runtime": "^27.5.1",
+ "jest-snapshot": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "pretty-format": "^27.5.1",
+ "slash": "^3.0.0",
+ "stack-utils": "^2.0.3",
+ "throat": "^6.0.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-circus/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-circus/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-circus/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-circus/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-circus/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-circus/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-cli": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.5.1.tgz",
+ "integrity": "sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==",
+ "dependencies": {
+ "@jest/core": "^27.5.1",
+ "@jest/test-result": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "chalk": "^4.0.0",
+ "exit": "^0.1.2",
+ "graceful-fs": "^4.2.9",
+ "import-local": "^3.0.2",
+ "jest-config": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "jest-validate": "^27.5.1",
+ "prompts": "^2.0.1",
+ "yargs": "^16.2.0"
+ },
+ "bin": {
+ "jest": "bin/jest.js"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ },
+ "peerDependencies": {
+ "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0"
+ },
+ "peerDependenciesMeta": {
+ "node-notifier": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/jest-cli/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-cli/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-cli/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-cli/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-cli/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-cli/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-config": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.5.1.tgz",
+ "integrity": "sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==",
+ "dependencies": {
+ "@babel/core": "^7.8.0",
+ "@jest/test-sequencer": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "babel-jest": "^27.5.1",
+ "chalk": "^4.0.0",
+ "ci-info": "^3.2.0",
+ "deepmerge": "^4.2.2",
+ "glob": "^7.1.1",
+ "graceful-fs": "^4.2.9",
+ "jest-circus": "^27.5.1",
+ "jest-environment-jsdom": "^27.5.1",
+ "jest-environment-node": "^27.5.1",
+ "jest-get-type": "^27.5.1",
+ "jest-jasmine2": "^27.5.1",
+ "jest-regex-util": "^27.5.1",
+ "jest-resolve": "^27.5.1",
+ "jest-runner": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "jest-validate": "^27.5.1",
+ "micromatch": "^4.0.4",
+ "parse-json": "^5.2.0",
+ "pretty-format": "^27.5.1",
+ "slash": "^3.0.0",
+ "strip-json-comments": "^3.1.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ },
+ "peerDependencies": {
+ "ts-node": ">=9.0.0"
+ },
+ "peerDependenciesMeta": {
+ "ts-node": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/jest-config/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-config/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-config/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-config/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-config/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-config/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-diff": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz",
+ "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==",
+ "dependencies": {
+ "chalk": "^4.0.0",
+ "diff-sequences": "^27.5.1",
+ "jest-get-type": "^27.5.1",
+ "pretty-format": "^27.5.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-diff/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-diff/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-diff/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-diff/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-diff/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-diff/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-docblock": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.5.1.tgz",
+ "integrity": "sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==",
+ "dependencies": {
+ "detect-newline": "^3.0.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-each": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.5.1.tgz",
+ "integrity": "sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==",
+ "dependencies": {
+ "@jest/types": "^27.5.1",
+ "chalk": "^4.0.0",
+ "jest-get-type": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "pretty-format": "^27.5.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-each/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-each/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-each/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-each/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-each/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-each/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-environment-jsdom": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.5.1.tgz",
+ "integrity": "sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==",
+ "dependencies": {
+ "@jest/environment": "^27.5.1",
+ "@jest/fake-timers": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "@types/node": "*",
+ "jest-mock": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "jsdom": "^16.6.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-environment-node": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.5.1.tgz",
+ "integrity": "sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==",
+ "dependencies": {
+ "@jest/environment": "^27.5.1",
+ "@jest/fake-timers": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "@types/node": "*",
+ "jest-mock": "^27.5.1",
+ "jest-util": "^27.5.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-get-type": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz",
+ "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw==",
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-haste-map": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz",
+ "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==",
+ "dependencies": {
+ "@jest/types": "^27.5.1",
+ "@types/graceful-fs": "^4.1.2",
+ "@types/node": "*",
+ "anymatch": "^3.0.3",
+ "fb-watchman": "^2.0.0",
+ "graceful-fs": "^4.2.9",
+ "jest-regex-util": "^27.5.1",
+ "jest-serializer": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "jest-worker": "^27.5.1",
+ "micromatch": "^4.0.4",
+ "walker": "^1.0.7"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ },
+ "optionalDependencies": {
+ "fsevents": "^2.3.2"
+ }
+ },
+ "node_modules/jest-jasmine2": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz",
+ "integrity": "sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==",
+ "dependencies": {
+ "@jest/environment": "^27.5.1",
+ "@jest/source-map": "^27.5.1",
+ "@jest/test-result": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "co": "^4.6.0",
+ "expect": "^27.5.1",
+ "is-generator-fn": "^2.0.0",
+ "jest-each": "^27.5.1",
+ "jest-matcher-utils": "^27.5.1",
+ "jest-message-util": "^27.5.1",
+ "jest-runtime": "^27.5.1",
+ "jest-snapshot": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "pretty-format": "^27.5.1",
+ "throat": "^6.0.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-jasmine2/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-jasmine2/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-jasmine2/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-jasmine2/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-jasmine2/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-jasmine2/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-leak-detector": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.5.1.tgz",
+ "integrity": "sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==",
+ "dependencies": {
+ "jest-get-type": "^27.5.1",
+ "pretty-format": "^27.5.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-matcher-utils": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz",
+ "integrity": "sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==",
+ "dependencies": {
+ "chalk": "^4.0.0",
+ "jest-diff": "^27.5.1",
+ "jest-get-type": "^27.5.1",
+ "pretty-format": "^27.5.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-matcher-utils/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-matcher-utils/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-matcher-utils/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-matcher-utils/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-matcher-utils/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-matcher-utils/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-message-util": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz",
+ "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==",
+ "dependencies": {
+ "@babel/code-frame": "^7.12.13",
+ "@jest/types": "^27.5.1",
+ "@types/stack-utils": "^2.0.0",
+ "chalk": "^4.0.0",
+ "graceful-fs": "^4.2.9",
+ "micromatch": "^4.0.4",
+ "pretty-format": "^27.5.1",
+ "slash": "^3.0.0",
+ "stack-utils": "^2.0.3"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-message-util/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-message-util/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-message-util/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-message-util/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-message-util/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-message-util/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-mock": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz",
+ "integrity": "sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==",
+ "dependencies": {
+ "@jest/types": "^27.5.1",
+ "@types/node": "*"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-pnp-resolver": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz",
+ "integrity": "sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==",
+ "engines": {
+ "node": ">=6"
+ },
+ "peerDependencies": {
+ "jest-resolve": "*"
+ },
+ "peerDependenciesMeta": {
+ "jest-resolve": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/jest-regex-util": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz",
+ "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg==",
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-resolve": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.5.1.tgz",
+ "integrity": "sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==",
+ "dependencies": {
+ "@jest/types": "^27.5.1",
+ "chalk": "^4.0.0",
+ "graceful-fs": "^4.2.9",
+ "jest-haste-map": "^27.5.1",
+ "jest-pnp-resolver": "^1.2.2",
+ "jest-util": "^27.5.1",
+ "jest-validate": "^27.5.1",
+ "resolve": "^1.20.0",
+ "resolve.exports": "^1.1.0",
+ "slash": "^3.0.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-resolve-dependencies": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.5.1.tgz",
+ "integrity": "sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==",
+ "dependencies": {
+ "@jest/types": "^27.5.1",
+ "jest-regex-util": "^27.5.1",
+ "jest-snapshot": "^27.5.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-resolve/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-resolve/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-resolve/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-resolve/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-resolve/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-resolve/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runner": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.5.1.tgz",
+ "integrity": "sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==",
+ "dependencies": {
+ "@jest/console": "^27.5.1",
+ "@jest/environment": "^27.5.1",
+ "@jest/test-result": "^27.5.1",
+ "@jest/transform": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "emittery": "^0.8.1",
+ "graceful-fs": "^4.2.9",
+ "jest-docblock": "^27.5.1",
+ "jest-environment-jsdom": "^27.5.1",
+ "jest-environment-node": "^27.5.1",
+ "jest-haste-map": "^27.5.1",
+ "jest-leak-detector": "^27.5.1",
+ "jest-message-util": "^27.5.1",
+ "jest-resolve": "^27.5.1",
+ "jest-runtime": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "jest-worker": "^27.5.1",
+ "source-map-support": "^0.5.6",
+ "throat": "^6.0.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-runner/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-runner/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-runner/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-runner/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-runner/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runner/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runtime": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.5.1.tgz",
+ "integrity": "sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==",
+ "dependencies": {
+ "@jest/environment": "^27.5.1",
+ "@jest/fake-timers": "^27.5.1",
+ "@jest/globals": "^27.5.1",
+ "@jest/source-map": "^27.5.1",
+ "@jest/test-result": "^27.5.1",
+ "@jest/transform": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "chalk": "^4.0.0",
+ "cjs-module-lexer": "^1.0.0",
+ "collect-v8-coverage": "^1.0.0",
+ "execa": "^5.0.0",
+ "glob": "^7.1.3",
+ "graceful-fs": "^4.2.9",
+ "jest-haste-map": "^27.5.1",
+ "jest-message-util": "^27.5.1",
+ "jest-mock": "^27.5.1",
+ "jest-regex-util": "^27.5.1",
+ "jest-resolve": "^27.5.1",
+ "jest-snapshot": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "slash": "^3.0.0",
+ "strip-bom": "^4.0.0"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-runtime/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-runtime/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-serializer": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz",
+ "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==",
+ "dependencies": {
+ "@types/node": "*",
+ "graceful-fs": "^4.2.9"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-snapshot": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.5.1.tgz",
+ "integrity": "sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==",
+ "dependencies": {
+ "@babel/core": "^7.7.2",
+ "@babel/generator": "^7.7.2",
+ "@babel/plugin-syntax-typescript": "^7.7.2",
+ "@babel/traverse": "^7.7.2",
+ "@babel/types": "^7.0.0",
+ "@jest/transform": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "@types/babel__traverse": "^7.0.4",
+ "@types/prettier": "^2.1.5",
+ "babel-preset-current-node-syntax": "^1.0.0",
+ "chalk": "^4.0.0",
+ "expect": "^27.5.1",
+ "graceful-fs": "^4.2.9",
+ "jest-diff": "^27.5.1",
+ "jest-get-type": "^27.5.1",
+ "jest-haste-map": "^27.5.1",
+ "jest-matcher-utils": "^27.5.1",
+ "jest-message-util": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "natural-compare": "^1.4.0",
+ "pretty-format": "^27.5.1",
+ "semver": "^7.3.2"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-snapshot/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/semver": {
+ "version": "7.3.5",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz",
+ "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",
+ "dependencies": {
+ "lru-cache": "^6.0.0"
+ },
+ "bin": {
+ "semver": "bin/semver.js"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/jest-snapshot/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-util": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz",
+ "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==",
+ "dependencies": {
+ "@jest/types": "^27.5.1",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "ci-info": "^3.2.0",
+ "graceful-fs": "^4.2.9",
+ "picomatch": "^2.2.3"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-util/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-util/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-util/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-util/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-util/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-util/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-validate": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-27.5.1.tgz",
+ "integrity": "sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==",
+ "dependencies": {
+ "@jest/types": "^27.5.1",
+ "camelcase": "^6.2.0",
+ "chalk": "^4.0.0",
+ "jest-get-type": "^27.5.1",
+ "leven": "^3.1.0",
+ "pretty-format": "^27.5.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-validate/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-validate/node_modules/camelcase": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
+ "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/jest-validate/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-validate/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-validate/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-validate/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-validate/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-watcher": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.5.1.tgz",
+ "integrity": "sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==",
+ "dependencies": {
+ "@jest/test-result": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "@types/node": "*",
+ "ansi-escapes": "^4.2.1",
+ "chalk": "^4.0.0",
+ "jest-util": "^27.5.1",
+ "string-length": "^4.0.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/jest-watcher/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/jest-watcher/node_modules/chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "dependencies": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/chalk?sponsor=1"
+ }
+ },
+ "node_modules/jest-watcher/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/jest-watcher/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/jest-watcher/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-watcher/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-worker": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz",
+ "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==",
+ "dependencies": {
+ "@types/node": "*",
+ "merge-stream": "^2.0.0",
+ "supports-color": "^8.0.0"
+ },
+ "engines": {
+ "node": ">= 10.13.0"
+ }
+ },
+ "node_modules/jest-worker/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/jest-worker/node_modules/supports-color": {
+ "version": "8.1.1",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/supports-color?sponsor=1"
+ }
+ },
+ "node_modules/js-tokens": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
+ },
+ "node_modules/js-yaml": {
+ "version": "3.14.1",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
+ "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
+ "dependencies": {
+ "argparse": "^1.0.7",
+ "esprima": "^4.0.0"
+ },
+ "bin": {
+ "js-yaml": "bin/js-yaml.js"
+ }
+ },
+ "node_modules/jsdom": {
+ "version": "16.7.0",
+ "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz",
+ "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==",
+ "dependencies": {
+ "abab": "^2.0.5",
+ "acorn": "^8.2.4",
+ "acorn-globals": "^6.0.0",
+ "cssom": "^0.4.4",
+ "cssstyle": "^2.3.0",
+ "data-urls": "^2.0.0",
+ "decimal.js": "^10.2.1",
+ "domexception": "^2.0.1",
+ "escodegen": "^2.0.0",
+ "form-data": "^3.0.0",
+ "html-encoding-sniffer": "^2.0.1",
+ "http-proxy-agent": "^4.0.1",
+ "https-proxy-agent": "^5.0.0",
+ "is-potential-custom-element-name": "^1.0.1",
+ "nwsapi": "^2.2.0",
+ "parse5": "6.0.1",
+ "saxes": "^5.0.1",
+ "symbol-tree": "^3.2.4",
+ "tough-cookie": "^4.0.0",
+ "w3c-hr-time": "^1.0.2",
+ "w3c-xmlserializer": "^2.0.0",
+ "webidl-conversions": "^6.1.0",
+ "whatwg-encoding": "^1.0.5",
+ "whatwg-mimetype": "^2.3.0",
+ "whatwg-url": "^8.5.0",
+ "ws": "^7.4.6",
+ "xml-name-validator": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "peerDependencies": {
+ "canvas": "^2.5.0"
+ },
+ "peerDependenciesMeta": {
+ "canvas": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/jsesc": {
+ "version": "2.5.2",
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
+ "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==",
+ "bin": {
+ "jsesc": "bin/jsesc"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/json-parse-even-better-errors": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
+ "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
+ },
+ "node_modules/json-schema-traverse": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
+ },
+ "node_modules/json-stable-stringify-without-jsonify": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
+ "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE="
+ },
+ "node_modules/json5": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz",
+ "integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==",
+ "dependencies": {
+ "minimist": "^1.2.5"
+ },
+ "bin": {
+ "json5": "lib/cli.js"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/jsonfile": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
+ "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=",
+ "optionalDependencies": {
+ "graceful-fs": "^4.1.6"
+ }
+ },
+ "node_modules/kleur": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
+ "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/leven": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
+ "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/levn": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
+ "dependencies": {
+ "prelude-ls": "^1.2.1",
+ "type-check": "~0.4.0"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/lines-and-columns": {
+ "version": "1.2.4",
+ "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
+ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg=="
+ },
+ "node_modules/locate-path": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
+ "dependencies": {
+ "p-locate": "^4.1.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/lodash": {
+ "version": "4.17.21",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
+ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
+ },
+ "node_modules/lodash.merge": {
+ "version": "4.6.2",
+ "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
+ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ=="
+ },
+ "node_modules/lru-cache": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "dependencies": {
+ "yallist": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/make-dir": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
+ "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
+ "dependencies": {
+ "semver": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/makeerror": {
+ "version": "1.0.12",
+ "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz",
+ "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==",
+ "dependencies": {
+ "tmpl": "1.0.5"
+ }
+ },
+ "node_modules/merge-stream": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
+ "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w=="
+ },
+ "node_modules/micromatch": {
+ "version": "4.0.4",
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz",
+ "integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==",
+ "dependencies": {
+ "braces": "^3.0.1",
+ "picomatch": "^2.2.3"
+ },
+ "engines": {
+ "node": ">=8.6"
+ }
+ },
+ "node_modules/mime-db": {
+ "version": "1.51.0",
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.51.0.tgz",
+ "integrity": "sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g==",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/mime-types": {
+ "version": "2.1.34",
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.34.tgz",
+ "integrity": "sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A==",
+ "dependencies": {
+ "mime-db": "1.51.0"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/mimic-fn": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
+ "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/minimatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/minimist": {
+ "version": "1.2.5",
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
+ "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw=="
+ },
+ "node_modules/ms": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
+ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
+ },
+ "node_modules/natural-compare": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
+ "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc="
+ },
+ "node_modules/negotiator": {
+ "version": "0.6.3",
+ "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
+ "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/nice-try": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",
+ "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ=="
+ },
+ "node_modules/node-fetch": {
+ "version": "2.6.7",
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
+ "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
+ "dependencies": {
+ "whatwg-url": "^5.0.0"
+ },
+ "engines": {
+ "node": "4.x || >=6.0.0"
+ },
+ "peerDependencies": {
+ "encoding": "^0.1.0"
+ },
+ "peerDependenciesMeta": {
+ "encoding": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/node-fetch/node_modules/tr46": {
+ "version": "0.0.3",
+ "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
+ "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o="
+ },
+ "node_modules/node-fetch/node_modules/webidl-conversions": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
+ "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE="
+ },
+ "node_modules/node-fetch/node_modules/whatwg-url": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
+ "integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=",
+ "dependencies": {
+ "tr46": "~0.0.3",
+ "webidl-conversions": "^3.0.0"
+ }
+ },
+ "node_modules/node-int64": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
+ "integrity": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs="
+ },
+ "node_modules/node-releases": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.2.tgz",
+ "integrity": "sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg=="
+ },
+ "node_modules/normalize-path": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
+ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/npm-run-path": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
+ "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
+ "dependencies": {
+ "path-key": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/nwsapi": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz",
+ "integrity": "sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ=="
+ },
+ "node_modules/object-assign": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
+ "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/object-keys": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
+ "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==",
+ "engines": {
+ "node": ">= 0.4"
+ }
+ },
+ "node_modules/object.assign": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz",
+ "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==",
+ "dependencies": {
+ "call-bind": "^1.0.0",
+ "define-properties": "^1.1.3",
+ "has-symbols": "^1.0.1",
+ "object-keys": "^1.1.1"
+ },
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/on-headers": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
+ "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/once": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
+ "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
+ "dependencies": {
+ "wrappy": "1"
+ }
+ },
+ "node_modules/onetime": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
+ "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
+ "dependencies": {
+ "mimic-fn": "^2.1.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/opener": {
+ "version": "1.5.2",
+ "resolved": "https://registry.npmjs.org/opener/-/opener-1.5.2.tgz",
+ "integrity": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A==",
+ "bin": {
+ "opener": "bin/opener-bin.js"
+ }
+ },
+ "node_modules/optionator": {
+ "version": "0.9.1",
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz",
+ "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==",
+ "dependencies": {
+ "deep-is": "^0.1.3",
+ "fast-levenshtein": "^2.0.6",
+ "levn": "^0.4.1",
+ "prelude-ls": "^1.2.1",
+ "type-check": "^0.4.0",
+ "word-wrap": "^1.2.3"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/p-finally": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
+ "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4=",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/p-limit": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
+ "dependencies": {
+ "p-try": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/p-locate": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
+ "dependencies": {
+ "p-limit": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/p-try": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
+ "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/parent-module": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
+ "dependencies": {
+ "callsites": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/parse-glob": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz",
+ "integrity": "sha1-ssN2z7EfNVE7rdFz7wu246OIORw=",
+ "dependencies": {
+ "glob-base": "^0.3.0",
+ "is-dotfile": "^1.0.0",
+ "is-extglob": "^1.0.0",
+ "is-glob": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/parse-glob/node_modules/is-extglob": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz",
+ "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/parse-glob/node_modules/is-glob": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz",
+ "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=",
+ "dependencies": {
+ "is-extglob": "^1.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/parse-json": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
+ "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
+ "dependencies": {
+ "@babel/code-frame": "^7.0.0",
+ "error-ex": "^1.3.1",
+ "json-parse-even-better-errors": "^2.3.0",
+ "lines-and-columns": "^1.1.6"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/parse5": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
+ "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw=="
+ },
+ "node_modules/path-exists": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/path-is-absolute": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
+ "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/path-is-inside": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
+ "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM="
+ },
+ "node_modules/path-key": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/path-parse": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
+ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
+ },
+ "node_modules/path-to-regexp": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-2.2.1.tgz",
+ "integrity": "sha512-gu9bD6Ta5bwGrrU8muHzVOBFFREpp2iRkVfhBJahwJ6p6Xw20SjT0MxLnwkjOibQmGSYhiUnf2FLe7k+jcFmGQ=="
+ },
+ "node_modules/picocolors": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
+ "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
+ },
+ "node_modules/picomatch": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==",
+ "engines": {
+ "node": ">=8.6"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/jonschlinkert"
+ }
+ },
+ "node_modules/pify": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
+ "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/pinkie": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
+ "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/pinkie-promise": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
+ "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=",
+ "dependencies": {
+ "pinkie": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/pirates": {
+ "version": "4.0.5",
+ "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz",
+ "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ==",
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/pkg-dir": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
+ "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
+ "dependencies": {
+ "find-up": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/prelude-ls": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==",
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/pretty-format": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz",
+ "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==",
+ "dependencies": {
+ "ansi-regex": "^5.0.1",
+ "ansi-styles": "^5.0.0",
+ "react-is": "^17.0.1"
+ },
+ "engines": {
+ "node": "^10.13.0 || ^12.13.0 || ^14.15.0 || >=15.0.0"
+ }
+ },
+ "node_modules/pretty-format/node_modules/ansi-styles": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
+ "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/prompts": {
+ "version": "2.4.2",
+ "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
+ "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
+ "dependencies": {
+ "kleur": "^3.0.3",
+ "sisteransi": "^1.0.5"
+ },
+ "engines": {
+ "node": ">= 6"
+ }
+ },
+ "node_modules/psl": {
+ "version": "1.8.0",
+ "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz",
+ "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ=="
+ },
+ "node_modules/pump": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz",
+ "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==",
+ "dependencies": {
+ "end-of-stream": "^1.1.0",
+ "once": "^1.3.1"
+ }
+ },
+ "node_modules/punycode": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
+ "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4="
+ },
+ "node_modules/range-parser": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz",
+ "integrity": "sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4=",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/rc": {
+ "version": "1.2.8",
+ "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz",
+ "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==",
+ "dependencies": {
+ "deep-extend": "^0.6.0",
+ "ini": "~1.3.0",
+ "minimist": "^1.2.0",
+ "strip-json-comments": "~2.0.1"
+ },
+ "bin": {
+ "rc": "cli.js"
+ }
+ },
+ "node_modules/rc/node_modules/strip-json-comments": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
+ "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/react-is": {
+ "version": "17.0.2",
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
+ "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w=="
+ },
+ "node_modules/regexpp": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz",
+ "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==",
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/mysticatea"
+ }
+ },
+ "node_modules/registry-auth-token": {
+ "version": "3.3.2",
+ "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-3.3.2.tgz",
+ "integrity": "sha512-JL39c60XlzCVgNrO+qq68FoNb56w/m7JYvGR2jT5iR1xBrUA3Mfx5Twk5rqTThPmQKMWydGmq8oFtDlxfrmxnQ==",
+ "dependencies": {
+ "rc": "^1.1.6",
+ "safe-buffer": "^5.0.1"
+ }
+ },
+ "node_modules/registry-url": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-3.1.0.tgz",
+ "integrity": "sha1-PU74cPc93h138M+aOBQyRE4XSUI=",
+ "dependencies": {
+ "rc": "^1.0.1"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/require-directory": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
+ "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/resolve": {
+ "version": "1.22.0",
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz",
+ "integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==",
+ "dependencies": {
+ "is-core-module": "^2.8.1",
+ "path-parse": "^1.0.7",
+ "supports-preserve-symlinks-flag": "^1.0.0"
+ },
+ "bin": {
+ "resolve": "bin/resolve"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/resolve-cwd": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz",
+ "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==",
+ "dependencies": {
+ "resolve-from": "^5.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/resolve-from": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
+ "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/resolve.exports": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.0.tgz",
+ "integrity": "sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ==",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/rimraf": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
+ "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
+ "dependencies": {
+ "glob": "^7.1.3"
+ },
+ "bin": {
+ "rimraf": "bin.js"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/isaacs"
+ }
+ },
+ "node_modules/safe-buffer": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
+ },
+ "node_modules/safer-buffer": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
+ },
+ "node_modules/saxes": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz",
+ "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==",
+ "dependencies": {
+ "xmlchars": "^2.2.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/semver": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
+ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==",
+ "bin": {
+ "semver": "bin/semver.js"
+ }
+ },
+ "node_modules/serve": {
+ "version": "13.0.2",
+ "resolved": "https://registry.npmjs.org/serve/-/serve-13.0.2.tgz",
+ "integrity": "sha512-71R6fKvNgKrqARAag6lYJNnxDzpH7DCNrMuvPY5PLVaC2PDhJsGTj/34o4o4tPWhTuLgEXqvgnAWbATQ9zGZTQ==",
+ "dependencies": {
+ "@zeit/schemas": "2.6.0",
+ "ajv": "6.12.6",
+ "arg": "2.0.0",
+ "boxen": "5.1.2",
+ "chalk": "2.4.1",
+ "clipboardy": "2.3.0",
+ "compression": "1.7.3",
+ "serve-handler": "6.1.3",
+ "update-check": "1.5.2"
+ },
+ "bin": {
+ "serve": "bin/serve.js"
+ }
+ },
+ "node_modules/serve-handler": {
+ "version": "6.1.3",
+ "resolved": "https://registry.npmjs.org/serve-handler/-/serve-handler-6.1.3.tgz",
+ "integrity": "sha512-FosMqFBNrLyeiIDvP1zgO6YoTzFYHxLDEIavhlmQ+knB2Z7l1t+kGLHkZIDN7UVWqQAmKI3D20A6F6jo3nDd4w==",
+ "dependencies": {
+ "bytes": "3.0.0",
+ "content-disposition": "0.5.2",
+ "fast-url-parser": "1.1.3",
+ "mime-types": "2.1.18",
+ "minimatch": "3.0.4",
+ "path-is-inside": "1.0.2",
+ "path-to-regexp": "2.2.1",
+ "range-parser": "1.2.0"
+ }
+ },
+ "node_modules/serve-handler/node_modules/mime-db": {
+ "version": "1.33.0",
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.33.0.tgz",
+ "integrity": "sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ==",
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/serve-handler/node_modules/mime-types": {
+ "version": "2.1.18",
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.18.tgz",
+ "integrity": "sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ==",
+ "dependencies": {
+ "mime-db": "~1.33.0"
+ },
+ "engines": {
+ "node": ">= 0.6"
+ }
+ },
+ "node_modules/serve-handler/node_modules/minimatch": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
+ "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
+ "dependencies": {
+ "brace-expansion": "^1.1.7"
+ },
+ "engines": {
+ "node": "*"
+ }
+ },
+ "node_modules/serve/node_modules/chalk": {
+ "version": "2.4.1",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.1.tgz",
+ "integrity": "sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ==",
+ "dependencies": {
+ "ansi-styles": "^3.2.1",
+ "escape-string-regexp": "^1.0.5",
+ "supports-color": "^5.3.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/shebang-command": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
+ "dependencies": {
+ "shebang-regex": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/shebang-regex": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/signal-exit": {
+ "version": "3.0.7",
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
+ "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
+ },
+ "node_modules/sisteransi": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
+ "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg=="
+ },
+ "node_modules/slash": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
+ "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/source-map": {
+ "version": "0.5.7",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
+ "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/source-map-support": {
+ "version": "0.5.21",
+ "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
+ "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
+ "dependencies": {
+ "buffer-from": "^1.0.0",
+ "source-map": "^0.6.0"
+ }
+ },
+ "node_modules/source-map-support/node_modules/source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/sprintf-js": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
+ "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw="
+ },
+ "node_modules/stack-utils": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.5.tgz",
+ "integrity": "sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA==",
+ "dependencies": {
+ "escape-string-regexp": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/stack-utils/node_modules/escape-string-regexp": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
+ "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/string-length": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
+ "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
+ "dependencies": {
+ "char-regex": "^1.0.2",
+ "strip-ansi": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/string-width": {
+ "version": "4.2.3",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
+ "dependencies": {
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/strip-ansi": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+ "dependencies": {
+ "ansi-regex": "^5.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/strip-bom": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",
+ "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/strip-eof": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",
+ "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/strip-final-newline": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
+ "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/strip-json-comments": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
+ "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==",
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/strip-outer": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/strip-outer/-/strip-outer-1.0.1.tgz",
+ "integrity": "sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==",
+ "dependencies": {
+ "escape-string-regexp": "^1.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/supports-color": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
+ "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
+ "dependencies": {
+ "has-flag": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/supports-hyperlinks": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.2.0.tgz",
+ "integrity": "sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ==",
+ "dependencies": {
+ "has-flag": "^4.0.0",
+ "supports-color": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/supports-hyperlinks/node_modules/has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/supports-hyperlinks/node_modules/supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "dependencies": {
+ "has-flag": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/supports-preserve-symlinks-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
+ "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
+ "engines": {
+ "node": ">= 0.4"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/ljharb"
+ }
+ },
+ "node_modules/symbol-tree": {
+ "version": "3.2.4",
+ "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
+ "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw=="
+ },
+ "node_modules/terminal-link": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz",
+ "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==",
+ "dependencies": {
+ "ansi-escapes": "^4.2.1",
+ "supports-hyperlinks": "^2.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/test-exclude": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
+ "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",
+ "dependencies": {
+ "@istanbuljs/schema": "^0.1.2",
+ "glob": "^7.1.4",
+ "minimatch": "^3.0.4"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/text-table": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
+ "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ="
+ },
+ "node_modules/throat": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.1.tgz",
+ "integrity": "sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w=="
+ },
+ "node_modules/tmpl": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
+ "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw=="
+ },
+ "node_modules/to-fast-properties": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
+ "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4=",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/to-regex-range": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
+ "dependencies": {
+ "is-number": "^7.0.0"
+ },
+ "engines": {
+ "node": ">=8.0"
+ }
+ },
+ "node_modules/tough-cookie": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.0.0.tgz",
+ "integrity": "sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==",
+ "dependencies": {
+ "psl": "^1.1.33",
+ "punycode": "^2.1.1",
+ "universalify": "^0.1.2"
+ },
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/tough-cookie/node_modules/punycode": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
+ "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/tr46": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz",
+ "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==",
+ "dependencies": {
+ "punycode": "^2.1.1"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/tr46/node_modules/punycode": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
+ "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/trim-repeated": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz",
+ "integrity": "sha1-42RqLqTokTEr9+rObPsFOAvAHCE=",
+ "dependencies": {
+ "escape-string-regexp": "^1.0.2"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/type-check": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
+ "dependencies": {
+ "prelude-ls": "^1.2.1"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ }
+ },
+ "node_modules/type-detect": {
+ "version": "4.0.8",
+ "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
+ "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==",
+ "engines": {
+ "node": ">=4"
+ }
+ },
+ "node_modules/type-fest": {
+ "version": "0.21.3",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
+ "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==",
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/sponsors/sindresorhus"
+ }
+ },
+ "node_modules/typedarray-to-buffer": {
+ "version": "3.1.5",
+ "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz",
+ "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==",
+ "dependencies": {
+ "is-typedarray": "^1.0.0"
+ }
+ },
+ "node_modules/universalify": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
+ "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==",
+ "engines": {
+ "node": ">= 4.0.0"
+ }
+ },
+ "node_modules/update-check": {
+ "version": "1.5.2",
+ "resolved": "https://registry.npmjs.org/update-check/-/update-check-1.5.2.tgz",
+ "integrity": "sha512-1TrmYLuLj/5ZovwUS7fFd1jMH3NnFDN1y1A8dboedIDt7zs/zJMo6TwwlhYKkSeEwzleeiSBV5/3c9ufAQWDaQ==",
+ "dependencies": {
+ "registry-auth-token": "3.3.2",
+ "registry-url": "3.1.0"
+ }
+ },
+ "node_modules/uri-js": {
+ "version": "4.4.1",
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
+ "dependencies": {
+ "punycode": "^2.1.0"
+ }
+ },
+ "node_modules/uri-js/node_modules/punycode": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
+ "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==",
+ "engines": {
+ "node": ">=6"
+ }
+ },
+ "node_modules/v8-compile-cache": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz",
+ "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA=="
+ },
+ "node_modules/v8-to-istanbul": {
+ "version": "8.1.1",
+ "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz",
+ "integrity": "sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==",
+ "dependencies": {
+ "@types/istanbul-lib-coverage": "^2.0.1",
+ "convert-source-map": "^1.6.0",
+ "source-map": "^0.7.3"
+ },
+ "engines": {
+ "node": ">=10.12.0"
+ }
+ },
+ "node_modules/v8-to-istanbul/node_modules/source-map": {
+ "version": "0.7.3",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
+ "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==",
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/vary": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
+ "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw=",
+ "engines": {
+ "node": ">= 0.8"
+ }
+ },
+ "node_modules/w3c-hr-time": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz",
+ "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==",
+ "dependencies": {
+ "browser-process-hrtime": "^1.0.0"
+ }
+ },
+ "node_modules/w3c-xmlserializer": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz",
+ "integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==",
+ "dependencies": {
+ "xml-name-validator": "^3.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/walker": {
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz",
+ "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==",
+ "dependencies": {
+ "makeerror": "1.0.12"
+ }
+ },
+ "node_modules/webidl-conversions": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz",
+ "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w==",
+ "engines": {
+ "node": ">=10.4"
+ }
+ },
+ "node_modules/whatwg-encoding": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz",
+ "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==",
+ "dependencies": {
+ "iconv-lite": "0.4.24"
+ }
+ },
+ "node_modules/whatwg-mimetype": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz",
+ "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g=="
+ },
+ "node_modules/whatwg-url": {
+ "version": "8.7.0",
+ "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz",
+ "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==",
+ "dependencies": {
+ "lodash": "^4.7.0",
+ "tr46": "^2.1.0",
+ "webidl-conversions": "^6.1.0"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/which": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
+ "dependencies": {
+ "isexe": "^2.0.0"
+ },
+ "bin": {
+ "node-which": "bin/node-which"
+ },
+ "engines": {
+ "node": ">= 8"
+ }
+ },
+ "node_modules/widest-line": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz",
+ "integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==",
+ "dependencies": {
+ "string-width": "^4.0.0"
+ },
+ "engines": {
+ "node": ">=8"
+ }
+ },
+ "node_modules/word-wrap": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz",
+ "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==",
+ "engines": {
+ "node": ">=0.10.0"
+ }
+ },
+ "node_modules/wrap-ansi": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
+ "dependencies": {
+ "ansi-styles": "^4.0.0",
+ "string-width": "^4.1.0",
+ "strip-ansi": "^6.0.0"
+ },
+ "engines": {
+ "node": ">=10"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
+ }
+ },
+ "node_modules/wrap-ansi/node_modules/ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "dependencies": {
+ "color-convert": "^2.0.1"
+ },
+ "engines": {
+ "node": ">=8"
+ },
+ "funding": {
+ "url": "https://github.com/chalk/ansi-styles?sponsor=1"
+ }
+ },
+ "node_modules/wrap-ansi/node_modules/color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "dependencies": {
+ "color-name": "~1.1.4"
+ },
+ "engines": {
+ "node": ">=7.0.0"
+ }
+ },
+ "node_modules/wrap-ansi/node_modules/color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "node_modules/wrappy": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
+ "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
+ },
+ "node_modules/write-file-atomic": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
+ "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==",
+ "dependencies": {
+ "imurmurhash": "^0.1.4",
+ "is-typedarray": "^1.0.0",
+ "signal-exit": "^3.0.2",
+ "typedarray-to-buffer": "^3.1.5"
+ }
+ },
+ "node_modules/ws": {
+ "version": "7.5.7",
+ "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.7.tgz",
+ "integrity": "sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A==",
+ "engines": {
+ "node": ">=8.3.0"
+ },
+ "peerDependencies": {
+ "bufferutil": "^4.0.1",
+ "utf-8-validate": "^5.0.2"
+ },
+ "peerDependenciesMeta": {
+ "bufferutil": {
+ "optional": true
+ },
+ "utf-8-validate": {
+ "optional": true
+ }
+ }
+ },
+ "node_modules/xml": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/xml/-/xml-1.0.1.tgz",
+ "integrity": "sha1-eLpyAgApxbyHuKgaPPzXS0ovweU="
+ },
+ "node_modules/xml-name-validator": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz",
+ "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw=="
+ },
+ "node_modules/xmlchars": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
+ "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw=="
+ },
+ "node_modules/y18n": {
+ "version": "5.0.8",
+ "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
+ "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
+ },
+ "node_modules/yargs": {
+ "version": "16.2.0",
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
+ "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
+ "dependencies": {
+ "cliui": "^7.0.2",
+ "escalade": "^3.1.1",
+ "get-caller-file": "^2.0.5",
+ "require-directory": "^2.1.1",
+ "string-width": "^4.2.0",
+ "y18n": "^5.0.5",
+ "yargs-parser": "^20.2.2"
+ },
+ "engines": {
+ "node": ">=10"
+ }
+ },
+ "node_modules/yargs-parser": {
+ "version": "20.2.9",
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
+ "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==",
+ "engines": {
+ "node": ">=10"
+ }
+ }
+ },
+ "dependencies": {
+ "@ampproject/remapping": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.1.1.tgz",
+ "integrity": "sha512-Aolwjd7HSC2PyY0fDj/wA/EimQT4HfEnFYNp5s9CQlrdhyvWTtvZ5YzrUPu6R6/1jKiUlxu8bUhkdSnKHNAHMA==",
+ "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.3",
+ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.17.3.tgz",
+ "integrity": "sha512-TolSoY0D/G6/e5bufjUK7wqQeHdcK4NbdxHg0hrhx/zN6boloG52oNpxbZuil/GqmAIz2qEnJ0s8ay24j2YwVg==",
+ "requires": {
+ "@ampproject/remapping": "^2.1.0",
+ "@babel/code-frame": "^7.16.7",
+ "@babel/generator": "^7.17.3",
+ "@babel/helper-compilation-targets": "^7.16.7",
+ "@babel/helper-module-transforms": "^7.16.7",
+ "@babel/helpers": "^7.17.2",
+ "@babel/parser": "^7.17.3",
+ "@babel/template": "^7.16.7",
+ "@babel/traverse": "^7.17.3",
+ "@babel/types": "^7.17.0",
+ "convert-source-map": "^1.7.0",
+ "debug": "^4.1.0",
+ "gensync": "^1.0.0-beta.2",
+ "json5": "^2.1.2",
+ "semver": "^6.3.0"
+ }
+ },
+ "@babel/generator": {
+ "version": "7.17.3",
+ "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.17.3.tgz",
+ "integrity": "sha512-+R6Dctil/MgUsZsZAkYgK+ADNSZzJRRy0TvY65T71z/CR854xHQ1EweBYXdfT+HNeN7w0cSJJEzgxZMv40pxsg==",
+ "requires": {
+ "@babel/types": "^7.17.0",
+ "jsesc": "^2.5.1",
+ "source-map": "^0.5.0"
+ }
+ },
+ "@babel/helper-compilation-targets": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.16.7.tgz",
+ "integrity": "sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==",
+ "requires": {
+ "@babel/compat-data": "^7.16.4",
+ "@babel/helper-validator-option": "^7.16.7",
+ "browserslist": "^4.17.5",
+ "semver": "^6.3.0"
+ }
+ },
+ "@babel/helper-environment-visitor": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.16.7.tgz",
+ "integrity": "sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==",
+ "requires": {
+ "@babel/types": "^7.16.7"
+ }
+ },
+ "@babel/helper-function-name": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.16.7.tgz",
+ "integrity": "sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==",
+ "requires": {
+ "@babel/helper-get-function-arity": "^7.16.7",
+ "@babel/template": "^7.16.7",
+ "@babel/types": "^7.16.7"
+ }
+ },
+ "@babel/helper-get-function-arity": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-get-function-arity/-/helper-get-function-arity-7.16.7.tgz",
+ "integrity": "sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==",
+ "requires": {
+ "@babel/types": "^7.16.7"
+ }
+ },
+ "@babel/helper-hoist-variables": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.16.7.tgz",
+ "integrity": "sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==",
+ "requires": {
+ "@babel/types": "^7.16.7"
+ }
+ },
+ "@babel/helper-module-imports": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.16.7.tgz",
+ "integrity": "sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==",
+ "requires": {
+ "@babel/types": "^7.16.7"
+ }
+ },
+ "@babel/helper-module-transforms": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.16.7.tgz",
+ "integrity": "sha512-gaqtLDxJEFCeQbYp9aLAefjhkKdjKcdh6DB7jniIGU3Pz52WAmP268zK0VgPz9hUNkMSYeH976K2/Y6yPadpng==",
+ "requires": {
+ "@babel/helper-environment-visitor": "^7.16.7",
+ "@babel/helper-module-imports": "^7.16.7",
+ "@babel/helper-simple-access": "^7.16.7",
+ "@babel/helper-split-export-declaration": "^7.16.7",
+ "@babel/helper-validator-identifier": "^7.16.7",
+ "@babel/template": "^7.16.7",
+ "@babel/traverse": "^7.16.7",
+ "@babel/types": "^7.16.7"
+ }
+ },
+ "@babel/helper-plugin-utils": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.16.7.tgz",
+ "integrity": "sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA=="
+ },
+ "@babel/helper-simple-access": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.16.7.tgz",
+ "integrity": "sha512-ZIzHVyoeLMvXMN/vok/a4LWRy8G2v205mNP0XOuf9XRLyX5/u9CnVulUtDgUTama3lT+bf/UqucuZjqiGuTS1g==",
+ "requires": {
+ "@babel/types": "^7.16.7"
+ }
+ },
+ "@babel/helper-split-export-declaration": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.16.7.tgz",
+ "integrity": "sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==",
+ "requires": {
+ "@babel/types": "^7.16.7"
+ }
+ },
+ "@babel/helper-validator-identifier": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.16.7.tgz",
+ "integrity": "sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw=="
+ },
+ "@babel/helper-validator-option": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.16.7.tgz",
+ "integrity": "sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ=="
+ },
+ "@babel/helpers": {
+ "version": "7.17.2",
+ "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.17.2.tgz",
+ "integrity": "sha512-0Qu7RLR1dILozr/6M0xgj+DFPmi6Bnulgm9M8BVa9ZCWxDqlSnqt3cf8IDPB5m45sVXUZ0kuQAgUrdSFFH79fQ==",
+ "requires": {
+ "@babel/template": "^7.16.7",
+ "@babel/traverse": "^7.17.0",
+ "@babel/types": "^7.17.0"
+ }
+ },
+ "@babel/highlight": {
+ "version": "7.16.10",
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.16.10.tgz",
+ "integrity": "sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==",
+ "requires": {
+ "@babel/helper-validator-identifier": "^7.16.7",
+ "chalk": "^2.0.0",
+ "js-tokens": "^4.0.0"
+ }
+ },
+ "@babel/parser": {
+ "version": "7.17.3",
+ "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.17.3.tgz",
+ "integrity": "sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA=="
+ },
+ "@babel/plugin-syntax-async-generators": {
+ "version": "7.8.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz",
+ "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ }
+ },
+ "@babel/plugin-syntax-bigint": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz",
+ "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ }
+ },
+ "@babel/plugin-syntax-class-properties": {
+ "version": "7.12.13",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz",
+ "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.12.13"
+ }
+ },
+ "@babel/plugin-syntax-import-meta": {
+ "version": "7.10.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
+ "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "@babel/plugin-syntax-json-strings": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz",
+ "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ }
+ },
+ "@babel/plugin-syntax-logical-assignment-operators": {
+ "version": "7.10.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz",
+ "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "@babel/plugin-syntax-nullish-coalescing-operator": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz",
+ "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ }
+ },
+ "@babel/plugin-syntax-numeric-separator": {
+ "version": "7.10.4",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz",
+ "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.10.4"
+ }
+ },
+ "@babel/plugin-syntax-object-rest-spread": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz",
+ "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ }
+ },
+ "@babel/plugin-syntax-optional-catch-binding": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
+ "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ }
+ },
+ "@babel/plugin-syntax-optional-chaining": {
+ "version": "7.8.3",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz",
+ "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.8.0"
+ }
+ },
+ "@babel/plugin-syntax-top-level-await": {
+ "version": "7.14.5",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz",
+ "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.14.5"
+ }
+ },
+ "@babel/plugin-syntax-typescript": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.16.7.tgz",
+ "integrity": "sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.16.7"
+ }
+ },
+ "@babel/plugin-transform-modules-commonjs": {
+ "version": "7.16.8",
+ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.16.8.tgz",
+ "integrity": "sha512-oflKPvsLT2+uKQopesJt3ApiaIS2HW+hzHFcwRNtyDGieAeC/dIHZX8buJQ2J2X1rxGPy4eRcUijm3qcSPjYcA==",
+ "requires": {
+ "@babel/helper-module-transforms": "^7.16.7",
+ "@babel/helper-plugin-utils": "^7.16.7",
+ "@babel/helper-simple-access": "^7.16.7",
+ "babel-plugin-dynamic-import-node": "^2.3.3"
+ }
+ },
+ "@babel/template": {
+ "version": "7.16.7",
+ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.16.7.tgz",
+ "integrity": "sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==",
+ "requires": {
+ "@babel/code-frame": "^7.16.7",
+ "@babel/parser": "^7.16.7",
+ "@babel/types": "^7.16.7"
+ }
+ },
+ "@babel/traverse": {
+ "version": "7.17.3",
+ "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.17.3.tgz",
+ "integrity": "sha512-5irClVky7TxRWIRtxlh2WPUUOLhcPN06AGgaQSB8AEwuyEBgJVuJ5imdHm5zxk8w0QS5T+tDfnDxAlhWjpb7cw==",
+ "requires": {
+ "@babel/code-frame": "^7.16.7",
+ "@babel/generator": "^7.17.3",
+ "@babel/helper-environment-visitor": "^7.16.7",
+ "@babel/helper-function-name": "^7.16.7",
+ "@babel/helper-hoist-variables": "^7.16.7",
+ "@babel/helper-split-export-declaration": "^7.16.7",
+ "@babel/parser": "^7.17.3",
+ "@babel/types": "^7.17.0",
+ "debug": "^4.1.0",
+ "globals": "^11.1.0"
+ }
+ },
+ "@babel/types": {
+ "version": "7.17.0",
+ "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.17.0.tgz",
+ "integrity": "sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==",
+ "requires": {
+ "@babel/helper-validator-identifier": "^7.16.7",
+ "to-fast-properties": "^2.0.0"
+ }
+ },
+ "@bcoe/v8-coverage": {
+ "version": "0.2.3",
+ "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz",
+ "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw=="
+ },
+ "@eslint/eslintrc": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.1.0.tgz",
+ "integrity": "sha512-C1DfL7XX4nPqGd6jcP01W9pVM1HYCuUkFk1432D7F0v3JSlUIeOYn9oCoi3eoLZ+iwBSb29BMFxxny0YrrEZqg==",
+ "requires": {
+ "ajv": "^6.12.4",
+ "debug": "^4.3.2",
+ "espree": "^9.3.1",
+ "globals": "^13.9.0",
+ "ignore": "^4.0.6",
+ "import-fresh": "^3.2.1",
+ "js-yaml": "^4.1.0",
+ "minimatch": "^3.0.4",
+ "strip-json-comments": "^3.1.1"
+ },
+ "dependencies": {
+ "argparse": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
+ },
+ "globals": {
+ "version": "13.12.1",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-13.12.1.tgz",
+ "integrity": "sha512-317dFlgY2pdJZ9rspXDks7073GpDmXdfbM3vYYp0HAMKGDh1FfWPleI2ljVNLQX5M5lXcAslTcPTrOrMEFOjyw==",
+ "requires": {
+ "type-fest": "^0.20.2"
+ }
+ },
+ "ignore": {
+ "version": "4.0.6",
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-4.0.6.tgz",
+ "integrity": "sha512-cyFDKrqc/YdcWFniJhzI42+AzS+gNwmUzOSFcRCQYwySuBBBy/KjuxWLZ/FHEH6Moq1NizMOBWyTcv8O4OZIMg=="
+ },
+ "js-yaml": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
+ "requires": {
+ "argparse": "^2.0.1"
+ }
+ },
+ "type-fest": {
+ "version": "0.20.2",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
+ "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ=="
+ }
+ }
+ },
+ "@humanwhocodes/config-array": {
+ "version": "0.9.3",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.9.3.tgz",
+ "integrity": "sha512-3xSMlXHh03hCcCmFc0rbKp3Ivt2PFEJnQUJDDMTJQ2wkECZWdq4GePs2ctc5H8zV+cHPaq8k2vU8mrQjA6iHdQ==",
+ "requires": {
+ "@humanwhocodes/object-schema": "^1.2.1",
+ "debug": "^4.1.1",
+ "minimatch": "^3.0.4"
+ }
+ },
+ "@humanwhocodes/object-schema": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz",
+ "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA=="
+ },
+ "@istanbuljs/load-nyc-config": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz",
+ "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==",
+ "requires": {
+ "camelcase": "^5.3.1",
+ "find-up": "^4.1.0",
+ "get-package-type": "^0.1.0",
+ "js-yaml": "^3.13.1",
+ "resolve-from": "^5.0.0"
+ }
+ },
+ "@istanbuljs/schema": {
+ "version": "0.1.3",
+ "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz",
+ "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA=="
+ },
+ "@jest/console": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/@jest/console/-/console-27.5.1.tgz",
+ "integrity": "sha512-kZ/tNpS3NXn0mlXXXPNuDZnb4c0oZ20r4K5eemM2k30ZC3G0T02nXUvyhf5YdbXWHPEJLc9qGLxEZ216MdL+Zg==",
+ "requires": {
+ "@jest/types": "^27.5.1",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "jest-message-util": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "slash": "^3.0.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "@jest/core": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/@jest/core/-/core-27.5.1.tgz",
+ "integrity": "sha512-AK6/UTrvQD0Cd24NSqmIA6rKsu0tKIxfiCducZvqxYdmMisOYAsdItspT+fQDQYARPf8XgjAFZi0ogW2agH5nQ==",
+ "requires": {
+ "@jest/console": "^27.5.1",
+ "@jest/reporters": "^27.5.1",
+ "@jest/test-result": "^27.5.1",
+ "@jest/transform": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "@types/node": "*",
+ "ansi-escapes": "^4.2.1",
+ "chalk": "^4.0.0",
+ "emittery": "^0.8.1",
+ "exit": "^0.1.2",
+ "graceful-fs": "^4.2.9",
+ "jest-changed-files": "^27.5.1",
+ "jest-config": "^27.5.1",
+ "jest-haste-map": "^27.5.1",
+ "jest-message-util": "^27.5.1",
+ "jest-regex-util": "^27.5.1",
+ "jest-resolve": "^27.5.1",
+ "jest-resolve-dependencies": "^27.5.1",
+ "jest-runner": "^27.5.1",
+ "jest-runtime": "^27.5.1",
+ "jest-snapshot": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "jest-validate": "^27.5.1",
+ "jest-watcher": "^27.5.1",
+ "micromatch": "^4.0.4",
+ "rimraf": "^3.0.0",
+ "slash": "^3.0.0",
+ "strip-ansi": "^6.0.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "@jest/environment": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-27.5.1.tgz",
+ "integrity": "sha512-/WQjhPJe3/ghaol/4Bq480JKXV/Rfw8nQdN7f41fM8VDHLcxKXou6QyXAh3EFr9/bVG3x74z1NWDkP87EiY8gA==",
+ "requires": {
+ "@jest/fake-timers": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "@types/node": "*",
+ "jest-mock": "^27.5.1"
+ }
+ },
+ "@jest/fake-timers": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-27.5.1.tgz",
+ "integrity": "sha512-/aPowoolwa07k7/oM3aASneNeBGCmGQsc3ugN4u6s4C/+s5M64MFo/+djTdiwcbQlRfFElGuDXWzaWj6QgKObQ==",
+ "requires": {
+ "@jest/types": "^27.5.1",
+ "@sinonjs/fake-timers": "^8.0.1",
+ "@types/node": "*",
+ "jest-message-util": "^27.5.1",
+ "jest-mock": "^27.5.1",
+ "jest-util": "^27.5.1"
+ }
+ },
+ "@jest/globals": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-27.5.1.tgz",
+ "integrity": "sha512-ZEJNB41OBQQgGzgyInAv0UUfDDj3upmHydjieSxFvTRuZElrx7tXg/uVQ5hYVEwiXs3+aMsAeEc9X7xiSKCm4Q==",
+ "requires": {
+ "@jest/environment": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "expect": "^27.5.1"
+ }
+ },
+ "@jest/reporters": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-27.5.1.tgz",
+ "integrity": "sha512-cPXh9hWIlVJMQkVk84aIvXuBB4uQQmFqZiacloFuGiP3ah1sbCxCosidXFDfqG8+6fO1oR2dTJTlsOy4VFmUfw==",
+ "requires": {
+ "@bcoe/v8-coverage": "^0.2.3",
+ "@jest/console": "^27.5.1",
+ "@jest/test-result": "^27.5.1",
+ "@jest/transform": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "collect-v8-coverage": "^1.0.0",
+ "exit": "^0.1.2",
+ "glob": "^7.1.2",
+ "graceful-fs": "^4.2.9",
+ "istanbul-lib-coverage": "^3.0.0",
+ "istanbul-lib-instrument": "^5.1.0",
+ "istanbul-lib-report": "^3.0.0",
+ "istanbul-lib-source-maps": "^4.0.0",
+ "istanbul-reports": "^3.1.3",
+ "jest-haste-map": "^27.5.1",
+ "jest-resolve": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "jest-worker": "^27.5.1",
+ "slash": "^3.0.0",
+ "source-map": "^0.6.0",
+ "string-length": "^4.0.1",
+ "terminal-link": "^2.0.0",
+ "v8-to-istanbul": "^8.1.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "@jest/source-map": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-27.5.1.tgz",
+ "integrity": "sha512-y9NIHUYF3PJRlHk98NdC/N1gl88BL08aQQgu4k4ZopQkCw9t9cV8mtl3TV8b/YCB8XaVTFrmUTAJvjsntDireg==",
+ "requires": {
+ "callsites": "^3.0.0",
+ "graceful-fs": "^4.2.9",
+ "source-map": "^0.6.0"
+ },
+ "dependencies": {
+ "source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
+ }
+ }
+ },
+ "@jest/test-result": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-27.5.1.tgz",
+ "integrity": "sha512-EW35l2RYFUcUQxFJz5Cv5MTOxlJIQs4I7gxzi2zVU7PJhOwfYq1MdC5nhSmYjX1gmMmLPvB3sIaC+BkcHRBfag==",
+ "requires": {
+ "@jest/console": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "collect-v8-coverage": "^1.0.0"
+ }
+ },
+ "@jest/test-sequencer": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-27.5.1.tgz",
+ "integrity": "sha512-LCheJF7WB2+9JuCS7VB/EmGIdQuhtqjRNI9A43idHv3E4KltCTsPsLxvdaubFHSYwY/fNjMWjl6vNRhDiN7vpQ==",
+ "requires": {
+ "@jest/test-result": "^27.5.1",
+ "graceful-fs": "^4.2.9",
+ "jest-haste-map": "^27.5.1",
+ "jest-runtime": "^27.5.1"
+ }
+ },
+ "@jest/transform": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-27.5.1.tgz",
+ "integrity": "sha512-ipON6WtYgl/1329g5AIJVbUuEh0wZVbdpGwC99Jw4LwuoBNS95MVphU6zOeD9pDkon+LLbFL7lOQRapbB8SCHw==",
+ "requires": {
+ "@babel/core": "^7.1.0",
+ "@jest/types": "^27.5.1",
+ "babel-plugin-istanbul": "^6.1.1",
+ "chalk": "^4.0.0",
+ "convert-source-map": "^1.4.0",
+ "fast-json-stable-stringify": "^2.0.0",
+ "graceful-fs": "^4.2.9",
+ "jest-haste-map": "^27.5.1",
+ "jest-regex-util": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "micromatch": "^4.0.4",
+ "pirates": "^4.0.4",
+ "slash": "^3.0.0",
+ "source-map": "^0.6.1",
+ "write-file-atomic": "^3.0.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "@jest/types": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/@jest/types/-/types-27.5.1.tgz",
+ "integrity": "sha512-Cx46iJ9QpwQTjIdq5VJu2QTMMs3QlEjI0x1QbBP5W1+nMzyc2XmimiRR/CbX9TO0cPTeUlxWMOu8mslYsJ8DEw==",
+ "requires": {
+ "@types/istanbul-lib-coverage": "^2.0.0",
+ "@types/istanbul-reports": "^3.0.0",
+ "@types/node": "*",
+ "@types/yargs": "^16.0.0",
+ "chalk": "^4.0.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "@jridgewell/resolve-uri": {
+ "version": "3.0.5",
+ "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.0.5.tgz",
+ "integrity": "sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew=="
+ },
+ "@jridgewell/sourcemap-codec": {
+ "version": "1.4.11",
+ "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.11.tgz",
+ "integrity": "sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg=="
+ },
+ "@jridgewell/trace-mapping": {
+ "version": "0.3.4",
+ "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.4.tgz",
+ "integrity": "sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ==",
+ "requires": {
+ "@jridgewell/resolve-uri": "^3.0.3",
+ "@jridgewell/sourcemap-codec": "^1.4.10"
+ }
+ },
+ "@sinonjs/commons": {
+ "version": "1.8.3",
+ "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-1.8.3.tgz",
+ "integrity": "sha512-xkNcLAn/wZaX14RPlwizcKicDk9G3F8m2nU3L7Ukm5zBgTwiT0wsoFAHx9Jq56fJA1z/7uKGtCRu16sOUCLIHQ==",
+ "requires": {
+ "type-detect": "4.0.8"
+ }
+ },
+ "@sinonjs/fake-timers": {
+ "version": "8.1.0",
+ "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-8.1.0.tgz",
+ "integrity": "sha512-OAPJUAtgeINhh/TAlUID4QTs53Njm7xzddaVlEs/SXwgtiD1tW22zAB/W1wdqfrpmikgaWQ9Fw6Ws+hsiRm5Vg==",
+ "requires": {
+ "@sinonjs/commons": "^1.7.0"
+ }
+ },
+ "@tootallnate/once": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz",
+ "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw=="
+ },
+ "@types/babel__core": {
+ "version": "7.1.18",
+ "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.1.18.tgz",
+ "integrity": "sha512-S7unDjm/C7z2A2R9NzfKCK1I+BAALDtxEmsJBwlB3EzNfb929ykjL++1CK9LO++EIp2fQrC8O+BwjKvz6UeDyQ==",
+ "requires": {
+ "@babel/parser": "^7.1.0",
+ "@babel/types": "^7.0.0",
+ "@types/babel__generator": "*",
+ "@types/babel__template": "*",
+ "@types/babel__traverse": "*"
+ }
+ },
+ "@types/babel__generator": {
+ "version": "7.6.4",
+ "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.4.tgz",
+ "integrity": "sha512-tFkciB9j2K755yrTALxD44McOrk+gfpIpvC3sxHjRawj6PfnQxrse4Clq5y/Rq+G3mrBurMax/lG8Qn2t9mSsg==",
+ "requires": {
+ "@babel/types": "^7.0.0"
+ }
+ },
+ "@types/babel__template": {
+ "version": "7.4.1",
+ "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.1.tgz",
+ "integrity": "sha512-azBFKemX6kMg5Io+/rdGT0dkGreboUVR0Cdm3fz9QJWpaQGJRQXl7C+6hOTCZcMll7KFyEQpgbYI2lHdsS4U7g==",
+ "requires": {
+ "@babel/parser": "^7.1.0",
+ "@babel/types": "^7.0.0"
+ }
+ },
+ "@types/babel__traverse": {
+ "version": "7.14.2",
+ "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.14.2.tgz",
+ "integrity": "sha512-K2waXdXBi2302XUdcHcR1jCeU0LL4TD9HRs/gk0N2Xvrht+G/BfJa4QObBQZfhMdxiCpV3COl5Nfq4uKTeTnJA==",
+ "requires": {
+ "@babel/types": "^7.3.0"
+ }
+ },
+ "@types/graceful-fs": {
+ "version": "4.1.5",
+ "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.5.tgz",
+ "integrity": "sha512-anKkLmZZ+xm4p8JWBf4hElkM4XR+EZeA2M9BAkkTldmcyDY4mbdIJnRghDJH3Ov5ooY7/UAoENtmdMSkaAd7Cw==",
+ "requires": {
+ "@types/node": "*"
+ }
+ },
+ "@types/istanbul-lib-coverage": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.4.tgz",
+ "integrity": "sha512-z/QT1XN4K4KYuslS23k62yDIDLwLFkzxOuMplDtObz0+y7VqJCaO2o+SPwHCvLFZh7xazvvoor2tA/hPz9ee7g=="
+ },
+ "@types/istanbul-lib-report": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
+ "integrity": "sha512-plGgXAPfVKFoYfa9NpYDAkseG+g6Jr294RqeqcqDixSbU34MZVJRi/P+7Y8GDpzkEwLaGZZOpKIEmeVZNtKsrg==",
+ "requires": {
+ "@types/istanbul-lib-coverage": "*"
+ }
+ },
+ "@types/istanbul-reports": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.1.tgz",
+ "integrity": "sha512-c3mAZEuK0lvBp8tmuL74XRKn1+y2dcwOUpH7x4WrF6gk1GIgiluDRgMYQtw2OFcBvAJWlt6ASU3tSqxp0Uu0Aw==",
+ "requires": {
+ "@types/istanbul-lib-report": "*"
+ }
+ },
+ "@types/node": {
+ "version": "17.0.18",
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-17.0.18.tgz",
+ "integrity": "sha512-eKj4f/BsN/qcculZiRSujogjvp5O/k4lOW5m35NopjZM/QwLOR075a8pJW5hD+Rtdm2DaCVPENS6KtSQnUD6BA=="
+ },
+ "@types/prettier": {
+ "version": "2.4.4",
+ "resolved": "https://registry.npmjs.org/@types/prettier/-/prettier-2.4.4.tgz",
+ "integrity": "sha512-ReVR2rLTV1kvtlWFyuot+d1pkpG2Fw/XKE3PDAdj57rbM97ttSp9JZ2UsP+2EHTylra9cUf6JA7tGwW1INzUrA=="
+ },
+ "@types/stack-utils": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.1.tgz",
+ "integrity": "sha512-Hl219/BT5fLAaz6NDkSuhzasy49dwQS/DSdu4MdggFB8zcXv7vflBI3xp7FEmkmdDkBUI2bPUNeMttp2knYdxw=="
+ },
+ "@types/yargs": {
+ "version": "16.0.4",
+ "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-16.0.4.tgz",
+ "integrity": "sha512-T8Yc9wt/5LbJyCaLiHPReJa0kApcIgJ7Bn735GjItUfh08Z1pJvu8QZqb9s+mMvKV6WUQRV7K2R46YbjMXTTJw==",
+ "requires": {
+ "@types/yargs-parser": "*"
+ }
+ },
+ "@types/yargs-parser": {
+ "version": "20.2.1",
+ "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-20.2.1.tgz",
+ "integrity": "sha512-7tFImggNeNBVMsn0vLrpn1H1uPrUBdnARPTpZoitY37ZrdJREzf7I16tMrlK3hen349gr1NYh8CmZQa7CTG6Aw=="
+ },
+ "@zeit/schemas": {
+ "version": "2.6.0",
+ "resolved": "https://registry.npmjs.org/@zeit/schemas/-/schemas-2.6.0.tgz",
+ "integrity": "sha512-uUrgZ8AxS+Lio0fZKAipJjAh415JyrOZowliZAzmnJSsf7piVL5w+G0+gFJ0KSu3QRhvui/7zuvpLz03YjXAhg=="
+ },
+ "abab": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz",
+ "integrity": "sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q=="
+ },
+ "accepts": {
+ "version": "1.3.8",
+ "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz",
+ "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==",
+ "requires": {
+ "mime-types": "~2.1.34",
+ "negotiator": "0.6.3"
+ }
+ },
+ "acorn": {
+ "version": "8.7.0",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.7.0.tgz",
+ "integrity": "sha512-V/LGr1APy+PXIwKebEWrkZPwoeoF+w1jiOBUmuxuiUIaOHtob8Qc9BTrYo7VuI5fR8tqsy+buA2WFooR5olqvQ=="
+ },
+ "acorn-globals": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/acorn-globals/-/acorn-globals-6.0.0.tgz",
+ "integrity": "sha512-ZQl7LOWaF5ePqqcX4hLuv/bLXYQNfNWw2c0/yX/TsPRKamzHcTGQnlCjHT3TsmkOUVEPS3crCxiPfdzE/Trlhg==",
+ "requires": {
+ "acorn": "^7.1.1",
+ "acorn-walk": "^7.1.1"
+ },
+ "dependencies": {
+ "acorn": {
+ "version": "7.4.1",
+ "resolved": "https://registry.npmjs.org/acorn/-/acorn-7.4.1.tgz",
+ "integrity": "sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A=="
+ }
+ }
+ },
+ "acorn-jsx": {
+ "version": "5.3.2",
+ "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz",
+ "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==",
+ "requires": {}
+ },
+ "acorn-walk": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-7.2.0.tgz",
+ "integrity": "sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA=="
+ },
+ "agent-base": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz",
+ "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==",
+ "requires": {
+ "debug": "4"
+ }
+ },
+ "ajv": {
+ "version": "6.12.6",
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
+ "requires": {
+ "fast-deep-equal": "^3.1.1",
+ "fast-json-stable-stringify": "^2.0.0",
+ "json-schema-traverse": "^0.4.1",
+ "uri-js": "^4.2.2"
+ }
+ },
+ "ansi-align": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-align/-/ansi-align-3.0.1.tgz",
+ "integrity": "sha512-IOfwwBF5iczOjp/WeY4YxyjqAFMQoZufdQWDd19SEExbVLNXqvpzSJ/M7Za4/sCPmQ0+GRquoA7bGcINcxew6w==",
+ "requires": {
+ "string-width": "^4.1.0"
+ }
+ },
+ "ansi-escapes": {
+ "version": "4.3.2",
+ "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz",
+ "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==",
+ "requires": {
+ "type-fest": "^0.21.3"
+ }
+ },
+ "ansi-regex": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
+ "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ=="
+ },
+ "ansi-styles": {
+ "version": "3.2.1",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
+ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
+ "requires": {
+ "color-convert": "^1.9.0"
+ }
+ },
+ "anymatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz",
+ "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==",
+ "requires": {
+ "normalize-path": "^3.0.0",
+ "picomatch": "^2.0.4"
+ }
+ },
+ "arch": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/arch/-/arch-2.2.0.tgz",
+ "integrity": "sha512-Of/R0wqp83cgHozfIYLbBMnej79U/SVGOOyuB3VVFv1NRM/PSFMK12x9KVtiYzJqmnU5WR2qp0Z5rHb7sWGnFQ=="
+ },
+ "arg": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/arg/-/arg-2.0.0.tgz",
+ "integrity": "sha512-XxNTUzKnz1ctK3ZIcI2XUPlD96wbHP2nGqkPKpvk/HNRlPveYrXIVSTk9m3LcqOgDPg3B1nMvdV/K8wZd7PG4w=="
+ },
+ "argparse": {
+ "version": "1.0.10",
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz",
+ "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==",
+ "requires": {
+ "sprintf-js": "~1.0.2"
+ }
+ },
+ "array-union": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz",
+ "integrity": "sha1-mjRBDk9OPaI96jdb5b5w8kd47Dk=",
+ "requires": {
+ "array-uniq": "^1.0.1"
+ }
+ },
+ "array-uniq": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
+ "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY="
+ },
+ "async": {
+ "version": "2.6.3",
+ "resolved": "https://registry.npmjs.org/async/-/async-2.6.3.tgz",
+ "integrity": "sha512-zflvls11DCy+dQWzTW2dzuilv8Z5X/pjfmZOWba6TNIVDm+2UDaJmXSOXlasHKfNBs8oo3M0aT50fDEWfKZjXg==",
+ "requires": {
+ "lodash": "^4.17.14"
+ }
+ },
+ "asynckit": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
+ "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k="
+ },
+ "babel-jest": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-27.5.1.tgz",
+ "integrity": "sha512-cdQ5dXjGRd0IBRATiQ4mZGlGlRE8kJpjPOixdNRdT+m3UcNqmYWN6rK6nvtXYfY3D76cb8s/O1Ss8ea24PIwcg==",
+ "requires": {
+ "@jest/transform": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "@types/babel__core": "^7.1.14",
+ "babel-plugin-istanbul": "^6.1.1",
+ "babel-preset-jest": "^27.5.1",
+ "chalk": "^4.0.0",
+ "graceful-fs": "^4.2.9",
+ "slash": "^3.0.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "babel-plugin-dynamic-import-node": {
+ "version": "2.3.3",
+ "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz",
+ "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==",
+ "requires": {
+ "object.assign": "^4.1.0"
+ }
+ },
+ "babel-plugin-istanbul": {
+ "version": "6.1.1",
+ "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz",
+ "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==",
+ "requires": {
+ "@babel/helper-plugin-utils": "^7.0.0",
+ "@istanbuljs/load-nyc-config": "^1.0.0",
+ "@istanbuljs/schema": "^0.1.2",
+ "istanbul-lib-instrument": "^5.0.4",
+ "test-exclude": "^6.0.0"
+ }
+ },
+ "babel-plugin-jest-hoist": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-27.5.1.tgz",
+ "integrity": "sha512-50wCwD5EMNW4aRpOwtqzyZHIewTYNxLA4nhB+09d8BIssfNfzBRhkBIHiaPv1Si226TQSvp8gxAJm2iY2qs2hQ==",
+ "requires": {
+ "@babel/template": "^7.3.3",
+ "@babel/types": "^7.3.3",
+ "@types/babel__core": "^7.0.0",
+ "@types/babel__traverse": "^7.0.6"
+ }
+ },
+ "babel-preset-current-node-syntax": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz",
+ "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==",
+ "requires": {
+ "@babel/plugin-syntax-async-generators": "^7.8.4",
+ "@babel/plugin-syntax-bigint": "^7.8.3",
+ "@babel/plugin-syntax-class-properties": "^7.8.3",
+ "@babel/plugin-syntax-import-meta": "^7.8.3",
+ "@babel/plugin-syntax-json-strings": "^7.8.3",
+ "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3",
+ "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3",
+ "@babel/plugin-syntax-numeric-separator": "^7.8.3",
+ "@babel/plugin-syntax-object-rest-spread": "^7.8.3",
+ "@babel/plugin-syntax-optional-catch-binding": "^7.8.3",
+ "@babel/plugin-syntax-optional-chaining": "^7.8.3",
+ "@babel/plugin-syntax-top-level-await": "^7.8.3"
+ }
+ },
+ "babel-preset-jest": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-27.5.1.tgz",
+ "integrity": "sha512-Nptf2FzlPCWYuJg41HBqXVT8ym6bXOevuCTbhxlUpjwtysGaIWFvDEjp4y+G7fl13FgOdjs7P/DmErqH7da0Ag==",
+ "requires": {
+ "babel-plugin-jest-hoist": "^27.5.1",
+ "babel-preset-current-node-syntax": "^1.0.0"
+ }
+ },
+ "balanced-match": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw=="
+ },
+ "boxen": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/boxen/-/boxen-5.1.2.tgz",
+ "integrity": "sha512-9gYgQKXx+1nP8mP7CzFyaUARhg7D3n1dF/FnErWmu9l6JvGpNUN278h0aSb+QjoiKSWG+iZ3uHrcqk0qrY9RQQ==",
+ "requires": {
+ "ansi-align": "^3.0.0",
+ "camelcase": "^6.2.0",
+ "chalk": "^4.1.0",
+ "cli-boxes": "^2.2.1",
+ "string-width": "^4.2.2",
+ "type-fest": "^0.20.2",
+ "widest-line": "^3.1.0",
+ "wrap-ansi": "^7.0.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "camelcase": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
+ "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA=="
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ },
+ "type-fest": {
+ "version": "0.20.2",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
+ "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ=="
+ }
+ }
+ },
+ "brace-expansion": {
+ "version": "1.1.11",
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
+ "requires": {
+ "balanced-match": "^1.0.0",
+ "concat-map": "0.0.1"
+ }
+ },
+ "braces": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
+ "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
+ "requires": {
+ "fill-range": "^7.0.1"
+ }
+ },
+ "browser-process-hrtime": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/browser-process-hrtime/-/browser-process-hrtime-1.0.0.tgz",
+ "integrity": "sha512-9o5UecI3GhkpM6DrXr69PblIuWxPKk9Y0jHBRhdocZ2y7YECBFCsHm79Pr3OyR2AvjhDkabFJaDJMYRazHgsow=="
+ },
+ "browserslist": {
+ "version": "4.19.1",
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.19.1.tgz",
+ "integrity": "sha512-u2tbbG5PdKRTUoctO3NBD8FQ5HdPh1ZXPHzp1rwaa5jTc+RV9/+RlWiAIKmjRPQF+xbGM9Kklj5bZQFa2s/38A==",
+ "requires": {
+ "caniuse-lite": "^1.0.30001286",
+ "electron-to-chromium": "^1.4.17",
+ "escalade": "^3.1.1",
+ "node-releases": "^2.0.1",
+ "picocolors": "^1.0.0"
+ }
+ },
+ "bser": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz",
+ "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==",
+ "requires": {
+ "node-int64": "^0.4.0"
+ }
+ },
+ "buffer-from": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
+ "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ=="
+ },
+ "bytes": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz",
+ "integrity": "sha1-0ygVQE1olpn4Wk6k+odV3ROpYEg="
+ },
+ "call-bind": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz",
+ "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==",
+ "requires": {
+ "function-bind": "^1.1.1",
+ "get-intrinsic": "^1.0.2"
+ }
+ },
+ "callsites": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
+ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ=="
+ },
+ "camelcase": {
+ "version": "5.3.1",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
+ "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg=="
+ },
+ "caniuse-lite": {
+ "version": "1.0.30001312",
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001312.tgz",
+ "integrity": "sha512-Wiz1Psk2MEK0pX3rUzWaunLTZzqS2JYZFzNKqAiJGiuxIjRPLgV6+VDPOg6lQOUxmDwhTlh198JsTTi8Hzw6aQ=="
+ },
+ "chalk": {
+ "version": "2.4.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
+ "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
+ "requires": {
+ "ansi-styles": "^3.2.1",
+ "escape-string-regexp": "^1.0.5",
+ "supports-color": "^5.3.0"
+ }
+ },
+ "char-regex": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz",
+ "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw=="
+ },
+ "ci-info": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.3.0.tgz",
+ "integrity": "sha512-riT/3vI5YpVH6/qomlDnJow6TBee2PBKSEpx3O32EGPYbWGIRsIlGRms3Sm74wYE1JMo8RnO04Hb12+v1J5ICw=="
+ },
+ "cjs-module-lexer": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.2.2.tgz",
+ "integrity": "sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA=="
+ },
+ "cli-boxes": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/cli-boxes/-/cli-boxes-2.2.1.tgz",
+ "integrity": "sha512-y4coMcylgSCdVinjiDBuR8PCC2bLjyGTwEmPb9NHR/QaNU6EUOXcTY/s6VjGMD6ENSEaeQYHCY0GNGS5jfMwPw=="
+ },
+ "clipboardy": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/clipboardy/-/clipboardy-2.3.0.tgz",
+ "integrity": "sha512-mKhiIL2DrQIsuXMgBgnfEHOZOryC7kY7YO//TN6c63wlEm3NG5tz+YgY5rVi29KCmq/QQjKYvM7a19+MDOTHOQ==",
+ "requires": {
+ "arch": "^2.1.1",
+ "execa": "^1.0.0",
+ "is-wsl": "^2.1.1"
+ },
+ "dependencies": {
+ "cross-spawn": {
+ "version": "6.0.5",
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz",
+ "integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==",
+ "requires": {
+ "nice-try": "^1.0.4",
+ "path-key": "^2.0.1",
+ "semver": "^5.5.0",
+ "shebang-command": "^1.2.0",
+ "which": "^1.2.9"
+ }
+ },
+ "execa": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/execa/-/execa-1.0.0.tgz",
+ "integrity": "sha512-adbxcyWV46qiHyvSp50TKt05tB4tK3HcmF7/nxfAdhnox83seTDbwnaqKO4sXRy7roHAIFqJP/Rw/AuEbX61LA==",
+ "requires": {
+ "cross-spawn": "^6.0.0",
+ "get-stream": "^4.0.0",
+ "is-stream": "^1.1.0",
+ "npm-run-path": "^2.0.0",
+ "p-finally": "^1.0.0",
+ "signal-exit": "^3.0.0",
+ "strip-eof": "^1.0.0"
+ }
+ },
+ "get-stream": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-4.1.0.tgz",
+ "integrity": "sha512-GMat4EJ5161kIy2HevLlr4luNjBgvmj413KaQA7jt4V8B4RDsfpHk7WQ9GVqfYyyx8OS/L66Kox+rJRNklLK7w==",
+ "requires": {
+ "pump": "^3.0.0"
+ }
+ },
+ "is-stream": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-1.1.0.tgz",
+ "integrity": "sha1-EtSj3U5o4Lec6428hBc66A2RykQ="
+ },
+ "npm-run-path": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",
+ "integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=",
+ "requires": {
+ "path-key": "^2.0.0"
+ }
+ },
+ "path-key": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
+ "integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A="
+ },
+ "semver": {
+ "version": "5.7.1",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
+ "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ=="
+ },
+ "shebang-command": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
+ "integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=",
+ "requires": {
+ "shebang-regex": "^1.0.0"
+ }
+ },
+ "shebang-regex": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz",
+ "integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM="
+ },
+ "which": {
+ "version": "1.3.1",
+ "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
+ "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
+ "requires": {
+ "isexe": "^2.0.0"
+ }
+ }
+ }
+ },
+ "cliui": {
+ "version": "7.0.4",
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
+ "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
+ "requires": {
+ "string-width": "^4.2.0",
+ "strip-ansi": "^6.0.0",
+ "wrap-ansi": "^7.0.0"
+ }
+ },
+ "co": {
+ "version": "4.6.0",
+ "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz",
+ "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ="
+ },
+ "collect-v8-coverage": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.1.tgz",
+ "integrity": "sha512-iBPtljfCNcTKNAto0KEtDfZ3qzjJvqE3aTGZsbhjSBlorqpXJlaWWtPO35D+ZImoC3KWejX64o+yPGxhWSTzfg=="
+ },
+ "color-convert": {
+ "version": "1.9.3",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
+ "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
+ "requires": {
+ "color-name": "1.1.3"
+ }
+ },
+ "color-name": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
+ "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU="
+ },
+ "combined-stream": {
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
+ "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
+ "requires": {
+ "delayed-stream": "~1.0.0"
+ }
+ },
+ "commander": {
+ "version": "2.20.3",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
+ "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
+ },
+ "commondir": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz",
+ "integrity": "sha1-3dgA2gxmEnOTzKWVDqloo6rxJTs="
+ },
+ "compressible": {
+ "version": "2.0.18",
+ "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz",
+ "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==",
+ "requires": {
+ "mime-db": ">= 1.43.0 < 2"
+ }
+ },
+ "compression": {
+ "version": "1.7.3",
+ "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.3.tgz",
+ "integrity": "sha512-HSjyBG5N1Nnz7tF2+O7A9XUhyjru71/fwgNb7oIsEVHR0WShfs2tIS/EySLgiTe98aOK18YDlMXpzjCXY/n9mg==",
+ "requires": {
+ "accepts": "~1.3.5",
+ "bytes": "3.0.0",
+ "compressible": "~2.0.14",
+ "debug": "2.6.9",
+ "on-headers": "~1.0.1",
+ "safe-buffer": "5.1.2",
+ "vary": "~1.1.2"
+ },
+ "dependencies": {
+ "debug": {
+ "version": "2.6.9",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
+ "requires": {
+ "ms": "2.0.0"
+ }
+ },
+ "ms": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g="
+ }
+ }
+ },
+ "concat-map": {
+ "version": "0.0.1",
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
+ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s="
+ },
+ "content-disposition": {
+ "version": "0.5.2",
+ "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.2.tgz",
+ "integrity": "sha1-DPaLud318r55YcOoUXjLhdunjLQ="
+ },
+ "convert-source-map": {
+ "version": "1.8.0",
+ "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.8.0.tgz",
+ "integrity": "sha512-+OQdjP49zViI/6i7nIJpA8rAl4sV/JdPfU9nZs3VqOwGIgizICvuN2ru6fMd+4llL0tar18UYJXfZ/TWtmhUjA==",
+ "requires": {
+ "safe-buffer": "~5.1.1"
+ }
+ },
+ "cross-spawn": {
+ "version": "7.0.3",
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
+ "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
+ "requires": {
+ "path-key": "^3.1.0",
+ "shebang-command": "^2.0.0",
+ "which": "^2.0.1"
+ }
+ },
+ "cssom": {
+ "version": "0.4.4",
+ "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.4.4.tgz",
+ "integrity": "sha512-p3pvU7r1MyyqbTk+WbNJIgJjG2VmTIaB10rI93LzVPrmDJKkzKYMtxxyAvQXR/NS6otuzveI7+7BBq3SjBS2mw=="
+ },
+ "cssstyle": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/cssstyle/-/cssstyle-2.3.0.tgz",
+ "integrity": "sha512-AZL67abkUzIuvcHqk7c09cezpGNcxUxU4Ioi/05xHk4DQeTkWmGYftIE6ctU6AEt+Gn4n1lDStOtj7FKycP71A==",
+ "requires": {
+ "cssom": "~0.3.6"
+ },
+ "dependencies": {
+ "cssom": {
+ "version": "0.3.8",
+ "resolved": "https://registry.npmjs.org/cssom/-/cssom-0.3.8.tgz",
+ "integrity": "sha512-b0tGHbfegbhPJpxpiBPU2sCkigAqtM9O121le6bbOlgyV+NyGyCmVfJ6QW9eRjz8CpNfWEOYBIMIGRYkLwsIYg=="
+ }
+ }
+ },
+ "data-urls": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/data-urls/-/data-urls-2.0.0.tgz",
+ "integrity": "sha512-X5eWTSXO/BJmpdIKCRuKUgSCgAN0OwliVK3yPKbwIWU1Tdw5BRajxlzMidvh+gwko9AfQ9zIj52pzF91Q3YAvQ==",
+ "requires": {
+ "abab": "^2.0.3",
+ "whatwg-mimetype": "^2.3.0",
+ "whatwg-url": "^8.0.0"
+ }
+ },
+ "debug": {
+ "version": "4.3.3",
+ "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.3.tgz",
+ "integrity": "sha512-/zxw5+vh1Tfv+4Qn7a5nsbcJKPaSvCDhojn6FEl9vupwK2VCSDtEiEtqr8DFtzYFOdz63LBkxec7DYuc2jon6Q==",
+ "requires": {
+ "ms": "2.1.2"
+ }
+ },
+ "decimal.js": {
+ "version": "10.3.1",
+ "resolved": "https://registry.npmjs.org/decimal.js/-/decimal.js-10.3.1.tgz",
+ "integrity": "sha512-V0pfhfr8suzyPGOx3nmq4aHqabehUZn6Ch9kyFpV79TGDTWFmHqUqXdabR7QHqxzrYolF4+tVmJhUG4OURg5dQ=="
+ },
+ "dedent": {
+ "version": "0.7.0",
+ "resolved": "https://registry.npmjs.org/dedent/-/dedent-0.7.0.tgz",
+ "integrity": "sha1-JJXduvbrh0q7Dhvp3yLS5aVEMmw="
+ },
+ "deep-extend": {
+ "version": "0.6.0",
+ "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz",
+ "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA=="
+ },
+ "deep-is": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz",
+ "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ=="
+ },
+ "deepmerge": {
+ "version": "4.2.2",
+ "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz",
+ "integrity": "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg=="
+ },
+ "define-properties": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.3.tgz",
+ "integrity": "sha512-3MqfYKj2lLzdMSf8ZIZE/V+Zuy+BgD6f164e8K2w7dgnpKArBDerGYpM46IYYcjnkdPNMjPk9A6VFB8+3SKlXQ==",
+ "requires": {
+ "object-keys": "^1.0.12"
+ }
+ },
+ "delayed-stream": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
+ "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk="
+ },
+ "detect-newline": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz",
+ "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA=="
+ },
+ "diff-sequences": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-27.5.1.tgz",
+ "integrity": "sha512-k1gCAXAsNgLwEL+Y8Wvl+M6oEFj5bgazfZULpS5CneoPPXRaCCW7dm+q21Ky2VEE5X+VeRDBVg1Pcvvsr4TtNQ=="
+ },
+ "doctrine": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz",
+ "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==",
+ "requires": {
+ "esutils": "^2.0.2"
+ }
+ },
+ "domexception": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/domexception/-/domexception-2.0.1.tgz",
+ "integrity": "sha512-yxJ2mFy/sibVQlu5qHjOkf9J3K6zgmCxgJ94u2EdvDOV09H+32LtRswEcUsmUWN72pVLOEnTSRaIVVzVQgS0dg==",
+ "requires": {
+ "webidl-conversions": "^5.0.0"
+ },
+ "dependencies": {
+ "webidl-conversions": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-5.0.0.tgz",
+ "integrity": "sha512-VlZwKPCkYKxQgeSbH5EyngOmRp7Ww7I9rQLERETtf5ofd9pGeswWiOtogpEO850jziPRarreGxn5QIiTqpb2wA=="
+ }
+ }
+ },
+ "electron-to-chromium": {
+ "version": "1.4.71",
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.71.tgz",
+ "integrity": "sha512-Hk61vXXKRb2cd3znPE9F+2pLWdIOmP7GjiTj45y6L3W/lO+hSnUSUhq+6lEaERWBdZOHbk2s3YV5c9xVl3boVw=="
+ },
+ "email-addresses": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/email-addresses/-/email-addresses-3.1.0.tgz",
+ "integrity": "sha512-k0/r7GrWVL32kZlGwfPNgB2Y/mMXVTq/decgLczm/j34whdaspNrZO8CnXPf1laaHxI6ptUlsnAxN+UAPw+fzg=="
+ },
+ "emittery": {
+ "version": "0.8.1",
+ "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.8.1.tgz",
+ "integrity": "sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg=="
+ },
+ "emoji-regex": {
+ "version": "8.0.0",
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A=="
+ },
+ "end-of-stream": {
+ "version": "1.4.4",
+ "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz",
+ "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==",
+ "requires": {
+ "once": "^1.4.0"
+ }
+ },
+ "error-ex": {
+ "version": "1.3.2",
+ "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
+ "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
+ "requires": {
+ "is-arrayish": "^0.2.1"
+ }
+ },
+ "escalade": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
+ "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw=="
+ },
+ "escape-string-regexp": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
+ "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ="
+ },
+ "escodegen": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.0.0.tgz",
+ "integrity": "sha512-mmHKys/C8BFUGI+MAWNcSYoORYLMdPzjrknd2Vc+bUsjN5bXcr8EhrNB+UTqfL1y3I9c4fw2ihgtMPQLBRiQxw==",
+ "requires": {
+ "esprima": "^4.0.1",
+ "estraverse": "^5.2.0",
+ "esutils": "^2.0.2",
+ "optionator": "^0.8.1",
+ "source-map": "~0.6.1"
+ },
+ "dependencies": {
+ "levn": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.3.0.tgz",
+ "integrity": "sha1-OwmSTt+fCDwEkP3UwLxEIeBHZO4=",
+ "requires": {
+ "prelude-ls": "~1.1.2",
+ "type-check": "~0.3.2"
+ }
+ },
+ "optionator": {
+ "version": "0.8.3",
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.3.tgz",
+ "integrity": "sha512-+IW9pACdk3XWmmTXG8m3upGUJst5XRGzxMRjXzAuJ1XnIFNvfhjjIuYkDvysnPQ7qzqVzLt78BCruntqRhWQbA==",
+ "requires": {
+ "deep-is": "~0.1.3",
+ "fast-levenshtein": "~2.0.6",
+ "levn": "~0.3.0",
+ "prelude-ls": "~1.1.2",
+ "type-check": "~0.3.2",
+ "word-wrap": "~1.2.3"
+ }
+ },
+ "prelude-ls": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.1.2.tgz",
+ "integrity": "sha1-IZMqVJ9eUv/ZqCf1cOBL5iqX2lQ="
+ },
+ "source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
+ "optional": true
+ },
+ "type-check": {
+ "version": "0.3.2",
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.3.2.tgz",
+ "integrity": "sha1-WITKtRLPHTVeP7eE8wgEsrUg23I=",
+ "requires": {
+ "prelude-ls": "~1.1.2"
+ }
+ }
+ }
+ },
+ "eslint": {
+ "version": "8.9.0",
+ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.9.0.tgz",
+ "integrity": "sha512-PB09IGwv4F4b0/atrbcMFboF/giawbBLVC7fyDamk5Wtey4Jh2K+rYaBhCAbUyEI4QzB1ly09Uglc9iCtFaG2Q==",
+ "requires": {
+ "@eslint/eslintrc": "^1.1.0",
+ "@humanwhocodes/config-array": "^0.9.2",
+ "ajv": "^6.10.0",
+ "chalk": "^4.0.0",
+ "cross-spawn": "^7.0.2",
+ "debug": "^4.3.2",
+ "doctrine": "^3.0.0",
+ "escape-string-regexp": "^4.0.0",
+ "eslint-scope": "^7.1.1",
+ "eslint-utils": "^3.0.0",
+ "eslint-visitor-keys": "^3.3.0",
+ "espree": "^9.3.1",
+ "esquery": "^1.4.0",
+ "esutils": "^2.0.2",
+ "fast-deep-equal": "^3.1.3",
+ "file-entry-cache": "^6.0.1",
+ "functional-red-black-tree": "^1.0.1",
+ "glob-parent": "^6.0.1",
+ "globals": "^13.6.0",
+ "ignore": "^5.2.0",
+ "import-fresh": "^3.0.0",
+ "imurmurhash": "^0.1.4",
+ "is-glob": "^4.0.0",
+ "js-yaml": "^4.1.0",
+ "json-stable-stringify-without-jsonify": "^1.0.1",
+ "levn": "^0.4.1",
+ "lodash.merge": "^4.6.2",
+ "minimatch": "^3.0.4",
+ "natural-compare": "^1.4.0",
+ "optionator": "^0.9.1",
+ "regexpp": "^3.2.0",
+ "strip-ansi": "^6.0.1",
+ "strip-json-comments": "^3.1.0",
+ "text-table": "^0.2.0",
+ "v8-compile-cache": "^2.0.3"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "argparse": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
+ "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q=="
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "escape-string-regexp": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
+ "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA=="
+ },
+ "globals": {
+ "version": "13.12.1",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-13.12.1.tgz",
+ "integrity": "sha512-317dFlgY2pdJZ9rspXDks7073GpDmXdfbM3vYYp0HAMKGDh1FfWPleI2ljVNLQX5M5lXcAslTcPTrOrMEFOjyw==",
+ "requires": {
+ "type-fest": "^0.20.2"
+ }
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "js-yaml": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz",
+ "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==",
+ "requires": {
+ "argparse": "^2.0.1"
+ }
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ },
+ "type-fest": {
+ "version": "0.20.2",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz",
+ "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ=="
+ }
+ }
+ },
+ "eslint-scope": {
+ "version": "7.1.1",
+ "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz",
+ "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==",
+ "requires": {
+ "esrecurse": "^4.3.0",
+ "estraverse": "^5.2.0"
+ }
+ },
+ "eslint-utils": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz",
+ "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==",
+ "requires": {
+ "eslint-visitor-keys": "^2.0.0"
+ },
+ "dependencies": {
+ "eslint-visitor-keys": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz",
+ "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw=="
+ }
+ }
+ },
+ "eslint-visitor-keys": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz",
+ "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA=="
+ },
+ "espree": {
+ "version": "9.3.1",
+ "resolved": "https://registry.npmjs.org/espree/-/espree-9.3.1.tgz",
+ "integrity": "sha512-bvdyLmJMfwkV3NCRl5ZhJf22zBFo1y8bYh3VYb+bfzqNB4Je68P2sSuXyuFquzWLebHpNd2/d5uv7yoP9ISnGQ==",
+ "requires": {
+ "acorn": "^8.7.0",
+ "acorn-jsx": "^5.3.1",
+ "eslint-visitor-keys": "^3.3.0"
+ }
+ },
+ "esprima": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
+ "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A=="
+ },
+ "esquery": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz",
+ "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==",
+ "requires": {
+ "estraverse": "^5.1.0"
+ }
+ },
+ "esrecurse": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz",
+ "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==",
+ "requires": {
+ "estraverse": "^5.2.0"
+ }
+ },
+ "estraverse": {
+ "version": "5.3.0",
+ "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
+ "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA=="
+ },
+ "esutils": {
+ "version": "2.0.3",
+ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
+ "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g=="
+ },
+ "execa": {
+ "version": "5.1.1",
+ "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz",
+ "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==",
+ "requires": {
+ "cross-spawn": "^7.0.3",
+ "get-stream": "^6.0.0",
+ "human-signals": "^2.1.0",
+ "is-stream": "^2.0.0",
+ "merge-stream": "^2.0.0",
+ "npm-run-path": "^4.0.1",
+ "onetime": "^5.1.2",
+ "signal-exit": "^3.0.3",
+ "strip-final-newline": "^2.0.0"
+ }
+ },
+ "exit": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz",
+ "integrity": "sha1-BjJjj42HfMghB9MKD/8aF8uhzQw="
+ },
+ "expect": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/expect/-/expect-27.5.1.tgz",
+ "integrity": "sha512-E1q5hSUG2AmYQwQJ041nvgpkODHQvB+RKlB4IYdru6uJsyFTRyZAP463M+1lINorwbqAmUggi6+WwkD8lCS/Dw==",
+ "requires": {
+ "@jest/types": "^27.5.1",
+ "jest-get-type": "^27.5.1",
+ "jest-matcher-utils": "^27.5.1",
+ "jest-message-util": "^27.5.1"
+ }
+ },
+ "fast-deep-equal": {
+ "version": "3.1.3",
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q=="
+ },
+ "fast-json-stable-stringify": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw=="
+ },
+ "fast-levenshtein": {
+ "version": "2.0.6",
+ "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz",
+ "integrity": "sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc="
+ },
+ "fast-url-parser": {
+ "version": "1.1.3",
+ "resolved": "https://registry.npmjs.org/fast-url-parser/-/fast-url-parser-1.1.3.tgz",
+ "integrity": "sha1-9K8+qfNNiicc9YrSs3WfQx8LMY0=",
+ "requires": {
+ "punycode": "^1.3.2"
+ }
+ },
+ "fb-watchman": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.1.tgz",
+ "integrity": "sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==",
+ "requires": {
+ "bser": "2.1.1"
+ }
+ },
+ "file-entry-cache": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz",
+ "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==",
+ "requires": {
+ "flat-cache": "^3.0.4"
+ }
+ },
+ "filename-reserved-regex": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/filename-reserved-regex/-/filename-reserved-regex-2.0.0.tgz",
+ "integrity": "sha1-q/c9+rc10EVECr/qLZHzieu/oik="
+ },
+ "filenamify": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/filenamify/-/filenamify-4.3.0.tgz",
+ "integrity": "sha512-hcFKyUG57yWGAzu1CMt/dPzYZuv+jAJUT85bL8mrXvNe6hWj6yEHEc4EdcgiA6Z3oi1/9wXJdZPXF2dZNgwgOg==",
+ "requires": {
+ "filename-reserved-regex": "^2.0.0",
+ "strip-outer": "^1.0.1",
+ "trim-repeated": "^1.0.0"
+ }
+ },
+ "fill-range": {
+ "version": "7.0.1",
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
+ "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
+ "requires": {
+ "to-regex-range": "^5.0.1"
+ }
+ },
+ "find-cache-dir": {
+ "version": "3.3.2",
+ "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz",
+ "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==",
+ "requires": {
+ "commondir": "^1.0.1",
+ "make-dir": "^3.0.2",
+ "pkg-dir": "^4.1.0"
+ }
+ },
+ "find-up": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz",
+ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==",
+ "requires": {
+ "locate-path": "^5.0.0",
+ "path-exists": "^4.0.0"
+ }
+ },
+ "flat-cache": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz",
+ "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==",
+ "requires": {
+ "flatted": "^3.1.0",
+ "rimraf": "^3.0.2"
+ }
+ },
+ "flatted": {
+ "version": "3.2.5",
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.5.tgz",
+ "integrity": "sha512-WIWGi2L3DyTUvUrwRKgGi9TwxQMUEqPOPQBVi71R96jZXJdFskXEmf54BoZaS1kknGODoIGASGEzBUYdyMCBJg=="
+ },
+ "form-data": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-3.0.1.tgz",
+ "integrity": "sha512-RHkBKtLWUVwd7SqRIvCZMEvAMoGUp0XU+seQiZejj0COz3RI3hWP4sCv3gZWWLjJTd7rGwcsF5eKZGii0r/hbg==",
+ "requires": {
+ "asynckit": "^0.4.0",
+ "combined-stream": "^1.0.8",
+ "mime-types": "^2.1.12"
+ }
+ },
+ "fs-extra": {
+ "version": "8.1.0",
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz",
+ "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==",
+ "requires": {
+ "graceful-fs": "^4.2.0",
+ "jsonfile": "^4.0.0",
+ "universalify": "^0.1.0"
+ }
+ },
+ "fs.realpath": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
+ "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8="
+ },
+ "fsevents": {
+ "version": "2.3.2",
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
+ "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
+ "optional": true
+ },
+ "function-bind": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
+ "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A=="
+ },
+ "functional-red-black-tree": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz",
+ "integrity": "sha1-GwqzvVU7Kg1jmdKcDj6gslIHgyc="
+ },
+ "gensync": {
+ "version": "1.0.0-beta.2",
+ "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz",
+ "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg=="
+ },
+ "get-caller-file": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg=="
+ },
+ "get-intrinsic": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.1.tgz",
+ "integrity": "sha512-kWZrnVM42QCiEA2Ig1bG8zjoIMOgxWwYCEeNdwY6Tv/cOSeGpcoX4pXHfKUxNKVoArnrEr2e9srnAxxGIraS9Q==",
+ "requires": {
+ "function-bind": "^1.1.1",
+ "has": "^1.0.3",
+ "has-symbols": "^1.0.1"
+ }
+ },
+ "get-package-type": {
+ "version": "0.1.0",
+ "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz",
+ "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q=="
+ },
+ "get-stream": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz",
+ "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg=="
+ },
+ "gh-pages": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/gh-pages/-/gh-pages-3.2.3.tgz",
+ "integrity": "sha512-jA1PbapQ1jqzacECfjUaO9gV8uBgU6XNMV0oXLtfCX3haGLe5Atq8BxlrADhbD6/UdG9j6tZLWAkAybndOXTJg==",
+ "requires": {
+ "async": "^2.6.1",
+ "commander": "^2.18.0",
+ "email-addresses": "^3.0.1",
+ "filenamify": "^4.3.0",
+ "find-cache-dir": "^3.3.1",
+ "fs-extra": "^8.1.0",
+ "globby": "^6.1.0"
+ }
+ },
+ "glob": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.0.tgz",
+ "integrity": "sha512-lmLf6gtyrPq8tTjSmrO94wBeQbFR3HbLHbuyD69wuyQkImp2hWqMGB47OX65FBkPffO641IP9jWa1z4ivqG26Q==",
+ "requires": {
+ "fs.realpath": "^1.0.0",
+ "inflight": "^1.0.4",
+ "inherits": "2",
+ "minimatch": "^3.0.4",
+ "once": "^1.3.0",
+ "path-is-absolute": "^1.0.0"
+ }
+ },
+ "glob-base": {
+ "version": "0.3.0",
+ "resolved": "https://registry.npmjs.org/glob-base/-/glob-base-0.3.0.tgz",
+ "integrity": "sha1-27Fk9iIbHAscz4Kuoyi0l98Oo8Q=",
+ "requires": {
+ "glob-parent": "^2.0.0",
+ "is-glob": "^2.0.0"
+ },
+ "dependencies": {
+ "glob-parent": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-2.0.0.tgz",
+ "integrity": "sha1-gTg9ctsFT8zPUzbaqQLxgvbtuyg=",
+ "requires": {
+ "is-glob": "^2.0.0"
+ }
+ },
+ "is-extglob": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz",
+ "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA="
+ },
+ "is-glob": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz",
+ "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=",
+ "requires": {
+ "is-extglob": "^1.0.0"
+ }
+ }
+ }
+ },
+ "glob-parent": {
+ "version": "6.0.2",
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz",
+ "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==",
+ "requires": {
+ "is-glob": "^4.0.3"
+ }
+ },
+ "globals": {
+ "version": "11.12.0",
+ "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz",
+ "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA=="
+ },
+ "globby": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/globby/-/globby-6.1.0.tgz",
+ "integrity": "sha1-9abXDoOV4hyFj7BInWTfAkJNUGw=",
+ "requires": {
+ "array-union": "^1.0.1",
+ "glob": "^7.0.3",
+ "object-assign": "^4.0.1",
+ "pify": "^2.0.0",
+ "pinkie-promise": "^2.0.0"
+ }
+ },
+ "graceful-fs": {
+ "version": "4.2.9",
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.9.tgz",
+ "integrity": "sha512-NtNxqUcXgpW2iMrfqSfR73Glt39K+BLwWsPs94yR63v45T0Wbej7eRmL5cWfwEgqXnmjQp3zaJTshdRW/qC2ZQ=="
+ },
+ "has": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
+ "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
+ "requires": {
+ "function-bind": "^1.1.1"
+ }
+ },
+ "has-flag": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
+ "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0="
+ },
+ "has-symbols": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.2.tgz",
+ "integrity": "sha512-chXa79rL/UC2KlX17jo3vRGz0azaWEx5tGqZg5pO3NUyEJVB17dMruQlzCCOfUvElghKcm5194+BCRvi2Rv/Gw=="
+ },
+ "html-encoding-sniffer": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/html-encoding-sniffer/-/html-encoding-sniffer-2.0.1.tgz",
+ "integrity": "sha512-D5JbOMBIR/TVZkubHT+OyT2705QvogUW4IBn6nHd756OwieSF9aDYFj4dv6HHEVGYbHaLETa3WggZYWWMyy3ZQ==",
+ "requires": {
+ "whatwg-encoding": "^1.0.5"
+ }
+ },
+ "html-escaper": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz",
+ "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg=="
+ },
+ "htmlhint": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/htmlhint/-/htmlhint-1.1.2.tgz",
+ "integrity": "sha512-3rUS4ROXjyRidMiThTXhwtAotmGvOOof3uUk1X0YWjJF63qOP0sorogfgvo+XFcp5Q6IWhiFcZqd3giCrKHg+g==",
+ "requires": {
+ "async": "3.2.3",
+ "chalk": "^4.1.2",
+ "commander": "^8.3.0",
+ "glob": "^7.2.0",
+ "node-fetch": "^2.6.2",
+ "parse-glob": "3.0.4",
+ "strip-json-comments": "3.1.0",
+ "xml": "1.0.1"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "async": {
+ "version": "3.2.3",
+ "resolved": "https://registry.npmjs.org/async/-/async-3.2.3.tgz",
+ "integrity": "sha512-spZRyzKL5l5BZQrr/6m/SqFdBN0q3OCI0f9rjfBzCMBIP4p75P620rR3gTmaksNOhmzgdxcaxdNfMy6anrbM0g=="
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "commander": {
+ "version": "8.3.0",
+ "resolved": "https://registry.npmjs.org/commander/-/commander-8.3.0.tgz",
+ "integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "strip-json-comments": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.0.tgz",
+ "integrity": "sha512-e6/d0eBu7gHtdCqFt0xJr642LdToM5/cN4Qb9DbHjVx1CP5RyeM+zH7pbecEmDv/lBqb0QH+6Uqq75rxFPkM0w=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "http-proxy-agent": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz",
+ "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==",
+ "requires": {
+ "@tootallnate/once": "1",
+ "agent-base": "6",
+ "debug": "4"
+ }
+ },
+ "https-proxy-agent": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.0.tgz",
+ "integrity": "sha512-EkYm5BcKUGiduxzSt3Eppko+PiNWNEpa4ySk9vTC6wDsQJW9rHSa+UhGNJoRYp7bz6Ht1eaRIa6QaJqO5rCFbA==",
+ "requires": {
+ "agent-base": "6",
+ "debug": "4"
+ }
+ },
+ "human-signals": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz",
+ "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw=="
+ },
+ "iconv-lite": {
+ "version": "0.4.24",
+ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
+ "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
+ "requires": {
+ "safer-buffer": ">= 2.1.2 < 3"
+ }
+ },
+ "ignore": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz",
+ "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ=="
+ },
+ "import-fresh": {
+ "version": "3.3.0",
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
+ "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
+ "requires": {
+ "parent-module": "^1.0.0",
+ "resolve-from": "^4.0.0"
+ },
+ "dependencies": {
+ "resolve-from": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g=="
+ }
+ }
+ },
+ "import-local": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz",
+ "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==",
+ "requires": {
+ "pkg-dir": "^4.2.0",
+ "resolve-cwd": "^3.0.0"
+ }
+ },
+ "imurmurhash": {
+ "version": "0.1.4",
+ "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz",
+ "integrity": "sha1-khi5srkoojixPcT7a21XbyMUU+o="
+ },
+ "inflight": {
+ "version": "1.0.6",
+ "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
+ "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
+ "requires": {
+ "once": "^1.3.0",
+ "wrappy": "1"
+ }
+ },
+ "inherits": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
+ },
+ "ini": {
+ "version": "1.3.8",
+ "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
+ "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew=="
+ },
+ "is-arrayish": {
+ "version": "0.2.1",
+ "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
+ "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0="
+ },
+ "is-core-module": {
+ "version": "2.8.1",
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.8.1.tgz",
+ "integrity": "sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==",
+ "requires": {
+ "has": "^1.0.3"
+ }
+ },
+ "is-docker": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz",
+ "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ=="
+ },
+ "is-dotfile": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/is-dotfile/-/is-dotfile-1.0.3.tgz",
+ "integrity": "sha1-pqLzL/0t+wT1yiXs0Pa4PPeYoeE="
+ },
+ "is-extglob": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
+ "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI="
+ },
+ "is-fullwidth-code-point": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg=="
+ },
+ "is-generator-fn": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz",
+ "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ=="
+ },
+ "is-glob": {
+ "version": "4.0.3",
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
+ "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
+ "requires": {
+ "is-extglob": "^2.1.1"
+ }
+ },
+ "is-number": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng=="
+ },
+ "is-potential-custom-element-name": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz",
+ "integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ=="
+ },
+ "is-stream": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
+ "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg=="
+ },
+ "is-typedarray": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
+ "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo="
+ },
+ "is-wsl": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz",
+ "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==",
+ "requires": {
+ "is-docker": "^2.0.0"
+ }
+ },
+ "isexe": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
+ "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA="
+ },
+ "istanbul-lib-coverage": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz",
+ "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw=="
+ },
+ "istanbul-lib-instrument": {
+ "version": "5.1.0",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.1.0.tgz",
+ "integrity": "sha512-czwUz525rkOFDJxfKK6mYfIs9zBKILyrZQxjz3ABhjQXhbhFsSbo1HW/BFcsDnfJYJWA6thRR5/TUY2qs5W99Q==",
+ "requires": {
+ "@babel/core": "^7.12.3",
+ "@babel/parser": "^7.14.7",
+ "@istanbuljs/schema": "^0.1.2",
+ "istanbul-lib-coverage": "^3.2.0",
+ "semver": "^6.3.0"
+ }
+ },
+ "istanbul-lib-report": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz",
+ "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==",
+ "requires": {
+ "istanbul-lib-coverage": "^3.0.0",
+ "make-dir": "^3.0.0",
+ "supports-color": "^7.1.0"
+ },
+ "dependencies": {
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "istanbul-lib-source-maps": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz",
+ "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==",
+ "requires": {
+ "debug": "^4.1.1",
+ "istanbul-lib-coverage": "^3.0.0",
+ "source-map": "^0.6.1"
+ },
+ "dependencies": {
+ "source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
+ }
+ }
+ },
+ "istanbul-reports": {
+ "version": "3.1.4",
+ "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.4.tgz",
+ "integrity": "sha512-r1/DshN4KSE7xWEknZLLLLDn5CJybV3nw01VTkp6D5jzLuELlcbudfj/eSQFvrKsJuTVCGnePO7ho82Nw9zzfw==",
+ "requires": {
+ "html-escaper": "^2.0.0",
+ "istanbul-lib-report": "^3.0.0"
+ }
+ },
+ "jest": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest/-/jest-27.5.1.tgz",
+ "integrity": "sha512-Yn0mADZB89zTtjkPJEXwrac3LHudkQMR+Paqa8uxJHCBr9agxztUifWCyiYrjhMPBoUVBjyny0I7XH6ozDr7QQ==",
+ "requires": {
+ "@jest/core": "^27.5.1",
+ "import-local": "^3.0.2",
+ "jest-cli": "^27.5.1"
+ }
+ },
+ "jest-changed-files": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-27.5.1.tgz",
+ "integrity": "sha512-buBLMiByfWGCoMsLLzGUUSpAmIAGnbR2KJoMN10ziLhOLvP4e0SlypHnAel8iqQXTrcbmfEY9sSqae5sgUsTvw==",
+ "requires": {
+ "@jest/types": "^27.5.1",
+ "execa": "^5.0.0",
+ "throat": "^6.0.1"
+ }
+ },
+ "jest-circus": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-27.5.1.tgz",
+ "integrity": "sha512-D95R7x5UtlMA5iBYsOHFFbMD/GVA4R/Kdq15f7xYWUfWHBto9NYRsOvnSauTgdF+ogCpJ4tyKOXhUifxS65gdw==",
+ "requires": {
+ "@jest/environment": "^27.5.1",
+ "@jest/test-result": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "co": "^4.6.0",
+ "dedent": "^0.7.0",
+ "expect": "^27.5.1",
+ "is-generator-fn": "^2.0.0",
+ "jest-each": "^27.5.1",
+ "jest-matcher-utils": "^27.5.1",
+ "jest-message-util": "^27.5.1",
+ "jest-runtime": "^27.5.1",
+ "jest-snapshot": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "pretty-format": "^27.5.1",
+ "slash": "^3.0.0",
+ "stack-utils": "^2.0.3",
+ "throat": "^6.0.1"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-cli": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-27.5.1.tgz",
+ "integrity": "sha512-Hc6HOOwYq4/74/c62dEE3r5elx8wjYqxY0r0G/nFrLDPMFRu6RA/u8qINOIkvhxG7mMQ5EJsOGfRpI8L6eFUVw==",
+ "requires": {
+ "@jest/core": "^27.5.1",
+ "@jest/test-result": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "chalk": "^4.0.0",
+ "exit": "^0.1.2",
+ "graceful-fs": "^4.2.9",
+ "import-local": "^3.0.2",
+ "jest-config": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "jest-validate": "^27.5.1",
+ "prompts": "^2.0.1",
+ "yargs": "^16.2.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-config": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-27.5.1.tgz",
+ "integrity": "sha512-5sAsjm6tGdsVbW9ahcChPAFCk4IlkQUknH5AvKjuLTSlcO/wCZKyFdn7Rg0EkC+OGgWODEy2hDpWB1PgzH0JNA==",
+ "requires": {
+ "@babel/core": "^7.8.0",
+ "@jest/test-sequencer": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "babel-jest": "^27.5.1",
+ "chalk": "^4.0.0",
+ "ci-info": "^3.2.0",
+ "deepmerge": "^4.2.2",
+ "glob": "^7.1.1",
+ "graceful-fs": "^4.2.9",
+ "jest-circus": "^27.5.1",
+ "jest-environment-jsdom": "^27.5.1",
+ "jest-environment-node": "^27.5.1",
+ "jest-get-type": "^27.5.1",
+ "jest-jasmine2": "^27.5.1",
+ "jest-regex-util": "^27.5.1",
+ "jest-resolve": "^27.5.1",
+ "jest-runner": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "jest-validate": "^27.5.1",
+ "micromatch": "^4.0.4",
+ "parse-json": "^5.2.0",
+ "pretty-format": "^27.5.1",
+ "slash": "^3.0.0",
+ "strip-json-comments": "^3.1.1"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-diff": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-27.5.1.tgz",
+ "integrity": "sha512-m0NvkX55LDt9T4mctTEgnZk3fmEg3NRYutvMPWM/0iPnkFj2wIeF45O1718cMSOFO1vINkqmxqD8vE37uTEbqw==",
+ "requires": {
+ "chalk": "^4.0.0",
+ "diff-sequences": "^27.5.1",
+ "jest-get-type": "^27.5.1",
+ "pretty-format": "^27.5.1"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-docblock": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-27.5.1.tgz",
+ "integrity": "sha512-rl7hlABeTsRYxKiUfpHrQrG4e2obOiTQWfMEH3PxPjOtdsfLQO4ReWSZaQ7DETm4xu07rl4q/h4zcKXyU0/OzQ==",
+ "requires": {
+ "detect-newline": "^3.0.0"
+ }
+ },
+ "jest-each": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-27.5.1.tgz",
+ "integrity": "sha512-1Ff6p+FbhT/bXQnEouYy00bkNSY7OUpfIcmdl8vZ31A1UUaurOLPA8a8BbJOF2RDUElwJhmeaV7LnagI+5UwNQ==",
+ "requires": {
+ "@jest/types": "^27.5.1",
+ "chalk": "^4.0.0",
+ "jest-get-type": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "pretty-format": "^27.5.1"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-environment-jsdom": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-environment-jsdom/-/jest-environment-jsdom-27.5.1.tgz",
+ "integrity": "sha512-TFBvkTC1Hnnnrka/fUb56atfDtJ9VMZ94JkjTbggl1PEpwrYtUBKMezB3inLmWqQsXYLcMwNoDQwoBTAvFfsfw==",
+ "requires": {
+ "@jest/environment": "^27.5.1",
+ "@jest/fake-timers": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "@types/node": "*",
+ "jest-mock": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "jsdom": "^16.6.0"
+ }
+ },
+ "jest-environment-node": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-27.5.1.tgz",
+ "integrity": "sha512-Jt4ZUnxdOsTGwSRAfKEnE6BcwsSPNOijjwifq5sDFSA2kesnXTvNqKHYgM0hDq3549Uf/KzdXNYn4wMZJPlFLw==",
+ "requires": {
+ "@jest/environment": "^27.5.1",
+ "@jest/fake-timers": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "@types/node": "*",
+ "jest-mock": "^27.5.1",
+ "jest-util": "^27.5.1"
+ }
+ },
+ "jest-get-type": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-27.5.1.tgz",
+ "integrity": "sha512-2KY95ksYSaK7DMBWQn6dQz3kqAf3BB64y2udeG+hv4KfSOb9qwcYQstTJc1KCbsix+wLZWZYN8t7nwX3GOBLRw=="
+ },
+ "jest-haste-map": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-27.5.1.tgz",
+ "integrity": "sha512-7GgkZ4Fw4NFbMSDSpZwXeBiIbx+t/46nJ2QitkOjvwPYyZmqttu2TDSimMHP1EkPOi4xUZAN1doE5Vd25H4Jng==",
+ "requires": {
+ "@jest/types": "^27.5.1",
+ "@types/graceful-fs": "^4.1.2",
+ "@types/node": "*",
+ "anymatch": "^3.0.3",
+ "fb-watchman": "^2.0.0",
+ "fsevents": "^2.3.2",
+ "graceful-fs": "^4.2.9",
+ "jest-regex-util": "^27.5.1",
+ "jest-serializer": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "jest-worker": "^27.5.1",
+ "micromatch": "^4.0.4",
+ "walker": "^1.0.7"
+ }
+ },
+ "jest-jasmine2": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-jasmine2/-/jest-jasmine2-27.5.1.tgz",
+ "integrity": "sha512-jtq7VVyG8SqAorDpApwiJJImd0V2wv1xzdheGHRGyuT7gZm6gG47QEskOlzsN1PG/6WNaCo5pmwMHDf3AkG2pQ==",
+ "requires": {
+ "@jest/environment": "^27.5.1",
+ "@jest/source-map": "^27.5.1",
+ "@jest/test-result": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "co": "^4.6.0",
+ "expect": "^27.5.1",
+ "is-generator-fn": "^2.0.0",
+ "jest-each": "^27.5.1",
+ "jest-matcher-utils": "^27.5.1",
+ "jest-message-util": "^27.5.1",
+ "jest-runtime": "^27.5.1",
+ "jest-snapshot": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "pretty-format": "^27.5.1",
+ "throat": "^6.0.1"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-leak-detector": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-27.5.1.tgz",
+ "integrity": "sha512-POXfWAMvfU6WMUXftV4HolnJfnPOGEu10fscNCA76KBpRRhcMN2c8d3iT2pxQS3HLbA+5X4sOUPzYO2NUyIlHQ==",
+ "requires": {
+ "jest-get-type": "^27.5.1",
+ "pretty-format": "^27.5.1"
+ }
+ },
+ "jest-matcher-utils": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-27.5.1.tgz",
+ "integrity": "sha512-z2uTx/T6LBaCoNWNFWwChLBKYxTMcGBRjAt+2SbP929/Fflb9aa5LGma654Rz8z9HLxsrUaYzxE9T/EFIL/PAw==",
+ "requires": {
+ "chalk": "^4.0.0",
+ "jest-diff": "^27.5.1",
+ "jest-get-type": "^27.5.1",
+ "pretty-format": "^27.5.1"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-message-util": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-27.5.1.tgz",
+ "integrity": "sha512-rMyFe1+jnyAAf+NHwTclDz0eAaLkVDdKVHHBFWsBWHnnh5YeJMNWWsv7AbFYXfK3oTqvL7VTWkhNLu1jX24D+g==",
+ "requires": {
+ "@babel/code-frame": "^7.12.13",
+ "@jest/types": "^27.5.1",
+ "@types/stack-utils": "^2.0.0",
+ "chalk": "^4.0.0",
+ "graceful-fs": "^4.2.9",
+ "micromatch": "^4.0.4",
+ "pretty-format": "^27.5.1",
+ "slash": "^3.0.0",
+ "stack-utils": "^2.0.3"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-mock": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-27.5.1.tgz",
+ "integrity": "sha512-K4jKbY1d4ENhbrG2zuPWaQBvDly+iZ2yAW+T1fATN78hc0sInwn7wZB8XtlNnvHug5RMwV897Xm4LqmPM4e2Og==",
+ "requires": {
+ "@jest/types": "^27.5.1",
+ "@types/node": "*"
+ }
+ },
+ "jest-pnp-resolver": {
+ "version": "1.2.2",
+ "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.2.tgz",
+ "integrity": "sha512-olV41bKSMm8BdnuMsewT4jqlZ8+3TCARAXjZGT9jcoSnrfUnRCqnMoF9XEeoWjbzObpqF9dRhHQj0Xb9QdF6/w==",
+ "requires": {}
+ },
+ "jest-regex-util": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-27.5.1.tgz",
+ "integrity": "sha512-4bfKq2zie+x16okqDXjXn9ql2B0dScQu+vcwe4TvFVhkVyuWLqpZrZtXxLLWoXYgn0E87I6r6GRYHF7wFZBUvg=="
+ },
+ "jest-resolve": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-27.5.1.tgz",
+ "integrity": "sha512-FFDy8/9E6CV83IMbDpcjOhumAQPDyETnU2KZ1O98DwTnz8AOBsW/Xv3GySr1mOZdItLR+zDZ7I/UdTFbgSOVCw==",
+ "requires": {
+ "@jest/types": "^27.5.1",
+ "chalk": "^4.0.0",
+ "graceful-fs": "^4.2.9",
+ "jest-haste-map": "^27.5.1",
+ "jest-pnp-resolver": "^1.2.2",
+ "jest-util": "^27.5.1",
+ "jest-validate": "^27.5.1",
+ "resolve": "^1.20.0",
+ "resolve.exports": "^1.1.0",
+ "slash": "^3.0.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-resolve-dependencies": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-27.5.1.tgz",
+ "integrity": "sha512-QQOOdY4PE39iawDn5rzbIePNigfe5B9Z91GDD1ae/xNDlu9kaat8QQ5EKnNmVWPV54hUdxCVwwj6YMgR2O7IOg==",
+ "requires": {
+ "@jest/types": "^27.5.1",
+ "jest-regex-util": "^27.5.1",
+ "jest-snapshot": "^27.5.1"
+ }
+ },
+ "jest-runner": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-27.5.1.tgz",
+ "integrity": "sha512-g4NPsM4mFCOwFKXO4p/H/kWGdJp9V8kURY2lX8Me2drgXqG7rrZAx5kv+5H7wtt/cdFIjhqYx1HrlqWHaOvDaQ==",
+ "requires": {
+ "@jest/console": "^27.5.1",
+ "@jest/environment": "^27.5.1",
+ "@jest/test-result": "^27.5.1",
+ "@jest/transform": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "emittery": "^0.8.1",
+ "graceful-fs": "^4.2.9",
+ "jest-docblock": "^27.5.1",
+ "jest-environment-jsdom": "^27.5.1",
+ "jest-environment-node": "^27.5.1",
+ "jest-haste-map": "^27.5.1",
+ "jest-leak-detector": "^27.5.1",
+ "jest-message-util": "^27.5.1",
+ "jest-resolve": "^27.5.1",
+ "jest-runtime": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "jest-worker": "^27.5.1",
+ "source-map-support": "^0.5.6",
+ "throat": "^6.0.1"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-runtime": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-27.5.1.tgz",
+ "integrity": "sha512-o7gxw3Gf+H2IGt8fv0RiyE1+r83FJBRruoA+FXrlHw6xEyBsU8ugA6IPfTdVyA0w8HClpbK+DGJxH59UrNMx8A==",
+ "requires": {
+ "@jest/environment": "^27.5.1",
+ "@jest/fake-timers": "^27.5.1",
+ "@jest/globals": "^27.5.1",
+ "@jest/source-map": "^27.5.1",
+ "@jest/test-result": "^27.5.1",
+ "@jest/transform": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "chalk": "^4.0.0",
+ "cjs-module-lexer": "^1.0.0",
+ "collect-v8-coverage": "^1.0.0",
+ "execa": "^5.0.0",
+ "glob": "^7.1.3",
+ "graceful-fs": "^4.2.9",
+ "jest-haste-map": "^27.5.1",
+ "jest-message-util": "^27.5.1",
+ "jest-mock": "^27.5.1",
+ "jest-regex-util": "^27.5.1",
+ "jest-resolve": "^27.5.1",
+ "jest-snapshot": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "slash": "^3.0.0",
+ "strip-bom": "^4.0.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-serializer": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-serializer/-/jest-serializer-27.5.1.tgz",
+ "integrity": "sha512-jZCyo6iIxO1aqUxpuBlwTDMkzOAJS4a3eYz3YzgxxVQFwLeSA7Jfq5cbqCY+JLvTDrWirgusI/0KwxKMgrdf7w==",
+ "requires": {
+ "@types/node": "*",
+ "graceful-fs": "^4.2.9"
+ }
+ },
+ "jest-snapshot": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-27.5.1.tgz",
+ "integrity": "sha512-yYykXI5a0I31xX67mgeLw1DZ0bJB+gpq5IpSuCAoyDi0+BhgU/RIrL+RTzDmkNTchvDFWKP8lp+w/42Z3us5sA==",
+ "requires": {
+ "@babel/core": "^7.7.2",
+ "@babel/generator": "^7.7.2",
+ "@babel/plugin-syntax-typescript": "^7.7.2",
+ "@babel/traverse": "^7.7.2",
+ "@babel/types": "^7.0.0",
+ "@jest/transform": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "@types/babel__traverse": "^7.0.4",
+ "@types/prettier": "^2.1.5",
+ "babel-preset-current-node-syntax": "^1.0.0",
+ "chalk": "^4.0.0",
+ "expect": "^27.5.1",
+ "graceful-fs": "^4.2.9",
+ "jest-diff": "^27.5.1",
+ "jest-get-type": "^27.5.1",
+ "jest-haste-map": "^27.5.1",
+ "jest-matcher-utils": "^27.5.1",
+ "jest-message-util": "^27.5.1",
+ "jest-util": "^27.5.1",
+ "natural-compare": "^1.4.0",
+ "pretty-format": "^27.5.1",
+ "semver": "^7.3.2"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "semver": {
+ "version": "7.3.5",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz",
+ "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",
+ "requires": {
+ "lru-cache": "^6.0.0"
+ }
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-util": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-27.5.1.tgz",
+ "integrity": "sha512-Kv2o/8jNvX1MQ0KGtw480E/w4fBCDOnH6+6DmeKi6LZUIlKA5kwY0YNdlzaWTiVgxqAqik11QyxDOKk543aKXw==",
+ "requires": {
+ "@jest/types": "^27.5.1",
+ "@types/node": "*",
+ "chalk": "^4.0.0",
+ "ci-info": "^3.2.0",
+ "graceful-fs": "^4.2.9",
+ "picomatch": "^2.2.3"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-validate": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-27.5.1.tgz",
+ "integrity": "sha512-thkNli0LYTmOI1tDB3FI1S1RTp/Bqyd9pTarJwL87OIBFuqEb5Apv5EaApEudYg4g86e3CT6kM0RowkhtEnCBQ==",
+ "requires": {
+ "@jest/types": "^27.5.1",
+ "camelcase": "^6.2.0",
+ "chalk": "^4.0.0",
+ "jest-get-type": "^27.5.1",
+ "leven": "^3.1.0",
+ "pretty-format": "^27.5.1"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "camelcase": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz",
+ "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA=="
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-watcher": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-27.5.1.tgz",
+ "integrity": "sha512-z676SuD6Z8o8qbmEGhoEUFOM1+jfEiL3DXHK/xgEiG2EyNYfFG60jluWcupY6dATjfEsKQuibReS1djInQnoVw==",
+ "requires": {
+ "@jest/test-result": "^27.5.1",
+ "@jest/types": "^27.5.1",
+ "@types/node": "*",
+ "ansi-escapes": "^4.2.1",
+ "chalk": "^4.0.0",
+ "jest-util": "^27.5.1",
+ "string-length": "^4.0.1"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "chalk": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz",
+ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==",
+ "requires": {
+ "ansi-styles": "^4.1.0",
+ "supports-color": "^7.1.0"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ },
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "jest-worker": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz",
+ "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==",
+ "requires": {
+ "@types/node": "*",
+ "merge-stream": "^2.0.0",
+ "supports-color": "^8.0.0"
+ },
+ "dependencies": {
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "8.1.1",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz",
+ "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "js-tokens": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="
+ },
+ "js-yaml": {
+ "version": "3.14.1",
+ "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz",
+ "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==",
+ "requires": {
+ "argparse": "^1.0.7",
+ "esprima": "^4.0.0"
+ }
+ },
+ "jsdom": {
+ "version": "16.7.0",
+ "resolved": "https://registry.npmjs.org/jsdom/-/jsdom-16.7.0.tgz",
+ "integrity": "sha512-u9Smc2G1USStM+s/x1ru5Sxrl6mPYCbByG1U/hUmqaVsm4tbNyS7CicOSRyuGQYZhTu0h84qkZZQ/I+dzizSVw==",
+ "requires": {
+ "abab": "^2.0.5",
+ "acorn": "^8.2.4",
+ "acorn-globals": "^6.0.0",
+ "cssom": "^0.4.4",
+ "cssstyle": "^2.3.0",
+ "data-urls": "^2.0.0",
+ "decimal.js": "^10.2.1",
+ "domexception": "^2.0.1",
+ "escodegen": "^2.0.0",
+ "form-data": "^3.0.0",
+ "html-encoding-sniffer": "^2.0.1",
+ "http-proxy-agent": "^4.0.1",
+ "https-proxy-agent": "^5.0.0",
+ "is-potential-custom-element-name": "^1.0.1",
+ "nwsapi": "^2.2.0",
+ "parse5": "6.0.1",
+ "saxes": "^5.0.1",
+ "symbol-tree": "^3.2.4",
+ "tough-cookie": "^4.0.0",
+ "w3c-hr-time": "^1.0.2",
+ "w3c-xmlserializer": "^2.0.0",
+ "webidl-conversions": "^6.1.0",
+ "whatwg-encoding": "^1.0.5",
+ "whatwg-mimetype": "^2.3.0",
+ "whatwg-url": "^8.5.0",
+ "ws": "^7.4.6",
+ "xml-name-validator": "^3.0.0"
+ }
+ },
+ "jsesc": {
+ "version": "2.5.2",
+ "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz",
+ "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA=="
+ },
+ "json-parse-even-better-errors": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
+ "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w=="
+ },
+ "json-schema-traverse": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg=="
+ },
+ "json-stable-stringify-without-jsonify": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz",
+ "integrity": "sha1-nbe1lJatPzz+8wp1FC0tkwrXJlE="
+ },
+ "json5": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.0.tgz",
+ "integrity": "sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA==",
+ "requires": {
+ "minimist": "^1.2.5"
+ }
+ },
+ "jsonfile": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz",
+ "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=",
+ "requires": {
+ "graceful-fs": "^4.1.6"
+ }
+ },
+ "kleur": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz",
+ "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w=="
+ },
+ "leven": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz",
+ "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A=="
+ },
+ "levn": {
+ "version": "0.4.1",
+ "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz",
+ "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==",
+ "requires": {
+ "prelude-ls": "^1.2.1",
+ "type-check": "~0.4.0"
+ }
+ },
+ "lines-and-columns": {
+ "version": "1.2.4",
+ "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz",
+ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg=="
+ },
+ "locate-path": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz",
+ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==",
+ "requires": {
+ "p-locate": "^4.1.0"
+ }
+ },
+ "lodash": {
+ "version": "4.17.21",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
+ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
+ },
+ "lodash.merge": {
+ "version": "4.6.2",
+ "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz",
+ "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ=="
+ },
+ "lru-cache": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
+ "requires": {
+ "yallist": "^4.0.0"
+ }
+ },
+ "make-dir": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz",
+ "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==",
+ "requires": {
+ "semver": "^6.0.0"
+ }
+ },
+ "makeerror": {
+ "version": "1.0.12",
+ "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz",
+ "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==",
+ "requires": {
+ "tmpl": "1.0.5"
+ }
+ },
+ "merge-stream": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz",
+ "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w=="
+ },
+ "micromatch": {
+ "version": "4.0.4",
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz",
+ "integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==",
+ "requires": {
+ "braces": "^3.0.1",
+ "picomatch": "^2.2.3"
+ }
+ },
+ "mime-db": {
+ "version": "1.51.0",
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.51.0.tgz",
+ "integrity": "sha512-5y8A56jg7XVQx2mbv1lu49NR4dokRnhZYTtL+KGfaa27uq4pSTXkwQkFJl4pkRMyNFz/EtYDSkiiEHx3F7UN6g=="
+ },
+ "mime-types": {
+ "version": "2.1.34",
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.34.tgz",
+ "integrity": "sha512-6cP692WwGIs9XXdOO4++N+7qjqv0rqxxVvJ3VHPh/Sc9mVZcQP+ZGhkKiTvWMQRr2tbHkJP/Yn7Y0npb3ZBs4A==",
+ "requires": {
+ "mime-db": "1.51.0"
+ }
+ },
+ "mimic-fn": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz",
+ "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg=="
+ },
+ "minimatch": {
+ "version": "3.1.2",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
+ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==",
+ "requires": {
+ "brace-expansion": "^1.1.7"
+ }
+ },
+ "minimist": {
+ "version": "1.2.5",
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
+ "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw=="
+ },
+ "ms": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
+ "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w=="
+ },
+ "natural-compare": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
+ "integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc="
+ },
+ "negotiator": {
+ "version": "0.6.3",
+ "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz",
+ "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg=="
+ },
+ "nice-try": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/nice-try/-/nice-try-1.0.5.tgz",
+ "integrity": "sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ=="
+ },
+ "node-fetch": {
+ "version": "2.6.7",
+ "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.7.tgz",
+ "integrity": "sha512-ZjMPFEfVx5j+y2yF35Kzx5sF7kDzxuDj6ziH4FFbOp87zKDZNx8yExJIb05OGF4Nlt9IHFIMBkRl41VdvcNdbQ==",
+ "requires": {
+ "whatwg-url": "^5.0.0"
+ },
+ "dependencies": {
+ "tr46": {
+ "version": "0.0.3",
+ "resolved": "https://registry.npmjs.org/tr46/-/tr46-0.0.3.tgz",
+ "integrity": "sha1-gYT9NH2snNwYWZLzpmIuFLnZq2o="
+ },
+ "webidl-conversions": {
+ "version": "3.0.1",
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-3.0.1.tgz",
+ "integrity": "sha1-JFNCdeKnvGvnvIZhHMFq4KVlSHE="
+ },
+ "whatwg-url": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-5.0.0.tgz",
+ "integrity": "sha1-lmRU6HZUYuN2RNNib2dCzotwll0=",
+ "requires": {
+ "tr46": "~0.0.3",
+ "webidl-conversions": "^3.0.0"
+ }
+ }
+ }
+ },
+ "node-int64": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz",
+ "integrity": "sha1-h6kGXNs1XTGC2PlM4RGIuCXGijs="
+ },
+ "node-releases": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.2.tgz",
+ "integrity": "sha512-XxYDdcQ6eKqp/YjI+tb2C5WM2LgjnZrfYg4vgQt49EK268b6gYCHsBLrK2qvJo4FmCtqmKezb0WZFK4fkrZNsg=="
+ },
+ "normalize-path": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
+ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA=="
+ },
+ "npm-run-path": {
+ "version": "4.0.1",
+ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz",
+ "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==",
+ "requires": {
+ "path-key": "^3.0.0"
+ }
+ },
+ "nwsapi": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/nwsapi/-/nwsapi-2.2.0.tgz",
+ "integrity": "sha512-h2AatdwYH+JHiZpv7pt/gSX1XoRGb7L/qSIeuqA6GwYoF9w1vP1cw42TO0aI2pNyshRK5893hNSl+1//vHK7hQ=="
+ },
+ "object-assign": {
+ "version": "4.1.1",
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
+ "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM="
+ },
+ "object-keys": {
+ "version": "1.1.1",
+ "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz",
+ "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA=="
+ },
+ "object.assign": {
+ "version": "4.1.2",
+ "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.2.tgz",
+ "integrity": "sha512-ixT2L5THXsApyiUPYKmW+2EHpXXe5Ii3M+f4e+aJFAHao5amFRW6J0OO6c/LU8Be47utCx2GL89hxGB6XSmKuQ==",
+ "requires": {
+ "call-bind": "^1.0.0",
+ "define-properties": "^1.1.3",
+ "has-symbols": "^1.0.1",
+ "object-keys": "^1.1.1"
+ }
+ },
+ "on-headers": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
+ "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA=="
+ },
+ "once": {
+ "version": "1.4.0",
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
+ "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
+ "requires": {
+ "wrappy": "1"
+ }
+ },
+ "onetime": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz",
+ "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==",
+ "requires": {
+ "mimic-fn": "^2.1.0"
+ }
+ },
+ "opener": {
+ "version": "1.5.2",
+ "resolved": "https://registry.npmjs.org/opener/-/opener-1.5.2.tgz",
+ "integrity": "sha512-ur5UIdyw5Y7yEj9wLzhqXiy6GZ3Mwx0yGI+5sMn2r0N0v3cKJvUmFH5yPP+WXh9e0xfyzyJX95D8l088DNFj7A=="
+ },
+ "optionator": {
+ "version": "0.9.1",
+ "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz",
+ "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==",
+ "requires": {
+ "deep-is": "^0.1.3",
+ "fast-levenshtein": "^2.0.6",
+ "levn": "^0.4.1",
+ "prelude-ls": "^1.2.1",
+ "type-check": "^0.4.0",
+ "word-wrap": "^1.2.3"
+ }
+ },
+ "p-finally": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/p-finally/-/p-finally-1.0.0.tgz",
+ "integrity": "sha1-P7z7FbiZpEEjs0ttzBi3JDNqLK4="
+ },
+ "p-limit": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
+ "requires": {
+ "p-try": "^2.0.0"
+ }
+ },
+ "p-locate": {
+ "version": "4.1.0",
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz",
+ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==",
+ "requires": {
+ "p-limit": "^2.2.0"
+ }
+ },
+ "p-try": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
+ "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ=="
+ },
+ "parent-module": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
+ "requires": {
+ "callsites": "^3.0.0"
+ }
+ },
+ "parse-glob": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/parse-glob/-/parse-glob-3.0.4.tgz",
+ "integrity": "sha1-ssN2z7EfNVE7rdFz7wu246OIORw=",
+ "requires": {
+ "glob-base": "^0.3.0",
+ "is-dotfile": "^1.0.0",
+ "is-extglob": "^1.0.0",
+ "is-glob": "^2.0.0"
+ },
+ "dependencies": {
+ "is-extglob": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-1.0.0.tgz",
+ "integrity": "sha1-rEaBd8SUNAWgkvyPKXYMb/xiBsA="
+ },
+ "is-glob": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-2.0.1.tgz",
+ "integrity": "sha1-0Jb5JqPe1WAPP9/ZEZjLCIjC2GM=",
+ "requires": {
+ "is-extglob": "^1.0.0"
+ }
+ }
+ }
+ },
+ "parse-json": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
+ "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
+ "requires": {
+ "@babel/code-frame": "^7.0.0",
+ "error-ex": "^1.3.1",
+ "json-parse-even-better-errors": "^2.3.0",
+ "lines-and-columns": "^1.1.6"
+ }
+ },
+ "parse5": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz",
+ "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw=="
+ },
+ "path-exists": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz",
+ "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w=="
+ },
+ "path-is-absolute": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
+ "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18="
+ },
+ "path-is-inside": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
+ "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM="
+ },
+ "path-key": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q=="
+ },
+ "path-parse": {
+ "version": "1.0.7",
+ "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
+ "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw=="
+ },
+ "path-to-regexp": {
+ "version": "2.2.1",
+ "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-2.2.1.tgz",
+ "integrity": "sha512-gu9bD6Ta5bwGrrU8muHzVOBFFREpp2iRkVfhBJahwJ6p6Xw20SjT0MxLnwkjOibQmGSYhiUnf2FLe7k+jcFmGQ=="
+ },
+ "picocolors": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz",
+ "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ=="
+ },
+ "picomatch": {
+ "version": "2.3.1",
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz",
+ "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA=="
+ },
+ "pify": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
+ "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw="
+ },
+ "pinkie": {
+ "version": "2.0.4",
+ "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
+ "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA="
+ },
+ "pinkie-promise": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
+ "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=",
+ "requires": {
+ "pinkie": "^2.0.0"
+ }
+ },
+ "pirates": {
+ "version": "4.0.5",
+ "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.5.tgz",
+ "integrity": "sha512-8V9+HQPupnaXMA23c5hvl69zXvTwTzyAYasnkb0Tts4XvO4CliqONMOnvlq26rkhLC3nWDFBJf73LU1e1VZLaQ=="
+ },
+ "pkg-dir": {
+ "version": "4.2.0",
+ "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz",
+ "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==",
+ "requires": {
+ "find-up": "^4.0.0"
+ }
+ },
+ "prelude-ls": {
+ "version": "1.2.1",
+ "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz",
+ "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g=="
+ },
+ "pretty-format": {
+ "version": "27.5.1",
+ "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-27.5.1.tgz",
+ "integrity": "sha512-Qb1gy5OrP5+zDf2Bvnzdl3jsTf1qXVMazbvCoKhtKqVs4/YK4ozX4gKQJJVyNe+cajNPn0KoC0MC3FUmaHWEmQ==",
+ "requires": {
+ "ansi-regex": "^5.0.1",
+ "ansi-styles": "^5.0.0",
+ "react-is": "^17.0.1"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "5.2.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz",
+ "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA=="
+ }
+ }
+ },
+ "prompts": {
+ "version": "2.4.2",
+ "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz",
+ "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==",
+ "requires": {
+ "kleur": "^3.0.3",
+ "sisteransi": "^1.0.5"
+ }
+ },
+ "psl": {
+ "version": "1.8.0",
+ "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz",
+ "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ=="
+ },
+ "pump": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.0.tgz",
+ "integrity": "sha512-LwZy+p3SFs1Pytd/jYct4wpv49HiYCqd9Rlc5ZVdk0V+8Yzv6jR5Blk3TRmPL1ft69TxP0IMZGJ+WPFU2BFhww==",
+ "requires": {
+ "end-of-stream": "^1.1.0",
+ "once": "^1.3.1"
+ }
+ },
+ "punycode": {
+ "version": "1.4.1",
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz",
+ "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4="
+ },
+ "range-parser": {
+ "version": "1.2.0",
+ "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.0.tgz",
+ "integrity": "sha1-9JvmtIeJTdxA3MlKMi9hEJLgDV4="
+ },
+ "rc": {
+ "version": "1.2.8",
+ "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz",
+ "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==",
+ "requires": {
+ "deep-extend": "^0.6.0",
+ "ini": "~1.3.0",
+ "minimist": "^1.2.0",
+ "strip-json-comments": "~2.0.1"
+ },
+ "dependencies": {
+ "strip-json-comments": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz",
+ "integrity": "sha1-PFMZQukIwml8DsNEhYwobHygpgo="
+ }
+ }
+ },
+ "react-is": {
+ "version": "17.0.2",
+ "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz",
+ "integrity": "sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w=="
+ },
+ "regexpp": {
+ "version": "3.2.0",
+ "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz",
+ "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg=="
+ },
+ "registry-auth-token": {
+ "version": "3.3.2",
+ "resolved": "https://registry.npmjs.org/registry-auth-token/-/registry-auth-token-3.3.2.tgz",
+ "integrity": "sha512-JL39c60XlzCVgNrO+qq68FoNb56w/m7JYvGR2jT5iR1xBrUA3Mfx5Twk5rqTThPmQKMWydGmq8oFtDlxfrmxnQ==",
+ "requires": {
+ "rc": "^1.1.6",
+ "safe-buffer": "^5.0.1"
+ }
+ },
+ "registry-url": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/registry-url/-/registry-url-3.1.0.tgz",
+ "integrity": "sha1-PU74cPc93h138M+aOBQyRE4XSUI=",
+ "requires": {
+ "rc": "^1.0.1"
+ }
+ },
+ "require-directory": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
+ "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I="
+ },
+ "resolve": {
+ "version": "1.22.0",
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.0.tgz",
+ "integrity": "sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==",
+ "requires": {
+ "is-core-module": "^2.8.1",
+ "path-parse": "^1.0.7",
+ "supports-preserve-symlinks-flag": "^1.0.0"
+ }
+ },
+ "resolve-cwd": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz",
+ "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==",
+ "requires": {
+ "resolve-from": "^5.0.0"
+ }
+ },
+ "resolve-from": {
+ "version": "5.0.0",
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
+ "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw=="
+ },
+ "resolve.exports": {
+ "version": "1.1.0",
+ "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-1.1.0.tgz",
+ "integrity": "sha512-J1l+Zxxp4XK3LUDZ9m60LRJF/mAe4z6a4xyabPHk7pvK5t35dACV32iIjJDFeWZFfZlO29w6SZ67knR0tHzJtQ=="
+ },
+ "rimraf": {
+ "version": "3.0.2",
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
+ "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
+ "requires": {
+ "glob": "^7.1.3"
+ }
+ },
+ "safe-buffer": {
+ "version": "5.1.2",
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g=="
+ },
+ "safer-buffer": {
+ "version": "2.1.2",
+ "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg=="
+ },
+ "saxes": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/saxes/-/saxes-5.0.1.tgz",
+ "integrity": "sha512-5LBh1Tls8c9xgGjw3QrMwETmTMVk0oFgvrFSvWx62llR2hcEInrKNZ2GZCCuuy2lvWrdl5jhbpeqc5hRYKFOcw==",
+ "requires": {
+ "xmlchars": "^2.2.0"
+ }
+ },
+ "semver": {
+ "version": "6.3.0",
+ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz",
+ "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw=="
+ },
+ "serve": {
+ "version": "13.0.2",
+ "resolved": "https://registry.npmjs.org/serve/-/serve-13.0.2.tgz",
+ "integrity": "sha512-71R6fKvNgKrqARAag6lYJNnxDzpH7DCNrMuvPY5PLVaC2PDhJsGTj/34o4o4tPWhTuLgEXqvgnAWbATQ9zGZTQ==",
+ "requires": {
+ "@zeit/schemas": "2.6.0",
+ "ajv": "6.12.6",
+ "arg": "2.0.0",
+ "boxen": "5.1.2",
+ "chalk": "2.4.1",
+ "clipboardy": "2.3.0",
+ "compression": "1.7.3",
+ "serve-handler": "6.1.3",
+ "update-check": "1.5.2"
+ },
+ "dependencies": {
+ "chalk": {
+ "version": "2.4.1",
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.1.tgz",
+ "integrity": "sha512-ObN6h1v2fTJSmUXoS3nMQ92LbDK9be4TV+6G+omQlGJFdcUX5heKi1LZ1YnRMIgwTLEj3E24bT6tYni50rlCfQ==",
+ "requires": {
+ "ansi-styles": "^3.2.1",
+ "escape-string-regexp": "^1.0.5",
+ "supports-color": "^5.3.0"
+ }
+ }
+ }
+ },
+ "serve-handler": {
+ "version": "6.1.3",
+ "resolved": "https://registry.npmjs.org/serve-handler/-/serve-handler-6.1.3.tgz",
+ "integrity": "sha512-FosMqFBNrLyeiIDvP1zgO6YoTzFYHxLDEIavhlmQ+knB2Z7l1t+kGLHkZIDN7UVWqQAmKI3D20A6F6jo3nDd4w==",
+ "requires": {
+ "bytes": "3.0.0",
+ "content-disposition": "0.5.2",
+ "fast-url-parser": "1.1.3",
+ "mime-types": "2.1.18",
+ "minimatch": "3.0.4",
+ "path-is-inside": "1.0.2",
+ "path-to-regexp": "2.2.1",
+ "range-parser": "1.2.0"
+ },
+ "dependencies": {
+ "mime-db": {
+ "version": "1.33.0",
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.33.0.tgz",
+ "integrity": "sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ=="
+ },
+ "mime-types": {
+ "version": "2.1.18",
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.18.tgz",
+ "integrity": "sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ==",
+ "requires": {
+ "mime-db": "~1.33.0"
+ }
+ },
+ "minimatch": {
+ "version": "3.0.4",
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
+ "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
+ "requires": {
+ "brace-expansion": "^1.1.7"
+ }
+ }
+ }
+ },
+ "shebang-command": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
+ "requires": {
+ "shebang-regex": "^3.0.0"
+ }
+ },
+ "shebang-regex": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A=="
+ },
+ "signal-exit": {
+ "version": "3.0.7",
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
+ "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ=="
+ },
+ "sisteransi": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz",
+ "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg=="
+ },
+ "slash": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
+ "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q=="
+ },
+ "source-map": {
+ "version": "0.5.7",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
+ "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w="
+ },
+ "source-map-support": {
+ "version": "0.5.21",
+ "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
+ "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
+ "requires": {
+ "buffer-from": "^1.0.0",
+ "source-map": "^0.6.0"
+ },
+ "dependencies": {
+ "source-map": {
+ "version": "0.6.1",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
+ }
+ }
+ },
+ "sprintf-js": {
+ "version": "1.0.3",
+ "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz",
+ "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw="
+ },
+ "stack-utils": {
+ "version": "2.0.5",
+ "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.5.tgz",
+ "integrity": "sha512-xrQcmYhOsn/1kX+Vraq+7j4oE2j/6BFscZ0etmYg81xuM8Gq0022Pxb8+IqgOFUIaxHs0KaSb7T1+OegiNrNFA==",
+ "requires": {
+ "escape-string-regexp": "^2.0.0"
+ },
+ "dependencies": {
+ "escape-string-regexp": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz",
+ "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w=="
+ }
+ }
+ },
+ "string-length": {
+ "version": "4.0.2",
+ "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz",
+ "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==",
+ "requires": {
+ "char-regex": "^1.0.2",
+ "strip-ansi": "^6.0.0"
+ }
+ },
+ "string-width": {
+ "version": "4.2.3",
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
+ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
+ "requires": {
+ "emoji-regex": "^8.0.0",
+ "is-fullwidth-code-point": "^3.0.0",
+ "strip-ansi": "^6.0.1"
+ }
+ },
+ "strip-ansi": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
+ "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
+ "requires": {
+ "ansi-regex": "^5.0.1"
+ }
+ },
+ "strip-bom": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz",
+ "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w=="
+ },
+ "strip-eof": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",
+ "integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8="
+ },
+ "strip-final-newline": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz",
+ "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA=="
+ },
+ "strip-json-comments": {
+ "version": "3.1.1",
+ "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz",
+ "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig=="
+ },
+ "strip-outer": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/strip-outer/-/strip-outer-1.0.1.tgz",
+ "integrity": "sha512-k55yxKHwaXnpYGsOzg4Vl8+tDrWylxDEpknGjhTiZB8dFRU5rTo9CAzeycivxV3s+zlTKwrs6WxMxR95n26kwg==",
+ "requires": {
+ "escape-string-regexp": "^1.0.2"
+ }
+ },
+ "supports-color": {
+ "version": "5.5.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
+ "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
+ "requires": {
+ "has-flag": "^3.0.0"
+ }
+ },
+ "supports-hyperlinks": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/supports-hyperlinks/-/supports-hyperlinks-2.2.0.tgz",
+ "integrity": "sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ==",
+ "requires": {
+ "has-flag": "^4.0.0",
+ "supports-color": "^7.0.0"
+ },
+ "dependencies": {
+ "has-flag": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="
+ },
+ "supports-color": {
+ "version": "7.2.0",
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
+ "requires": {
+ "has-flag": "^4.0.0"
+ }
+ }
+ }
+ },
+ "supports-preserve-symlinks-flag": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
+ "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w=="
+ },
+ "symbol-tree": {
+ "version": "3.2.4",
+ "resolved": "https://registry.npmjs.org/symbol-tree/-/symbol-tree-3.2.4.tgz",
+ "integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw=="
+ },
+ "terminal-link": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/terminal-link/-/terminal-link-2.1.1.tgz",
+ "integrity": "sha512-un0FmiRUQNr5PJqy9kP7c40F5BOfpGlYTrxonDChEZB7pzZxRNp/bt+ymiy9/npwXya9KH99nJ/GXFIiUkYGFQ==",
+ "requires": {
+ "ansi-escapes": "^4.2.1",
+ "supports-hyperlinks": "^2.0.0"
+ }
+ },
+ "test-exclude": {
+ "version": "6.0.0",
+ "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz",
+ "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==",
+ "requires": {
+ "@istanbuljs/schema": "^0.1.2",
+ "glob": "^7.1.4",
+ "minimatch": "^3.0.4"
+ }
+ },
+ "text-table": {
+ "version": "0.2.0",
+ "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz",
+ "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ="
+ },
+ "throat": {
+ "version": "6.0.1",
+ "resolved": "https://registry.npmjs.org/throat/-/throat-6.0.1.tgz",
+ "integrity": "sha512-8hmiGIJMDlwjg7dlJ4yKGLK8EsYqKgPWbG3b4wjJddKNwc7N7Dpn08Df4szr/sZdMVeOstrdYSsqzX6BYbcB+w=="
+ },
+ "tmpl": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz",
+ "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw=="
+ },
+ "to-fast-properties": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz",
+ "integrity": "sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4="
+ },
+ "to-regex-range": {
+ "version": "5.0.1",
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
+ "requires": {
+ "is-number": "^7.0.0"
+ }
+ },
+ "tough-cookie": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-4.0.0.tgz",
+ "integrity": "sha512-tHdtEpQCMrc1YLrMaqXXcj6AxhYi/xgit6mZu1+EDWUn+qhUf8wMQoFIy9NXuq23zAwtcB0t/MjACGR18pcRbg==",
+ "requires": {
+ "psl": "^1.1.33",
+ "punycode": "^2.1.1",
+ "universalify": "^0.1.2"
+ },
+ "dependencies": {
+ "punycode": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
+ "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A=="
+ }
+ }
+ },
+ "tr46": {
+ "version": "2.1.0",
+ "resolved": "https://registry.npmjs.org/tr46/-/tr46-2.1.0.tgz",
+ "integrity": "sha512-15Ih7phfcdP5YxqiB+iDtLoaTz4Nd35+IiAv0kQ5FNKHzXgdWqPoTIqEDDJmXceQt4JZk6lVPT8lnDlPpGDppw==",
+ "requires": {
+ "punycode": "^2.1.1"
+ },
+ "dependencies": {
+ "punycode": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
+ "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A=="
+ }
+ }
+ },
+ "trim-repeated": {
+ "version": "1.0.0",
+ "resolved": "https://registry.npmjs.org/trim-repeated/-/trim-repeated-1.0.0.tgz",
+ "integrity": "sha1-42RqLqTokTEr9+rObPsFOAvAHCE=",
+ "requires": {
+ "escape-string-regexp": "^1.0.2"
+ }
+ },
+ "type-check": {
+ "version": "0.4.0",
+ "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz",
+ "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==",
+ "requires": {
+ "prelude-ls": "^1.2.1"
+ }
+ },
+ "type-detect": {
+ "version": "4.0.8",
+ "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz",
+ "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g=="
+ },
+ "type-fest": {
+ "version": "0.21.3",
+ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz",
+ "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w=="
+ },
+ "typedarray-to-buffer": {
+ "version": "3.1.5",
+ "resolved": "https://registry.npmjs.org/typedarray-to-buffer/-/typedarray-to-buffer-3.1.5.tgz",
+ "integrity": "sha512-zdu8XMNEDepKKR+XYOXAVPtWui0ly0NtohUscw+UmaHiAWT8hrV1rr//H6V+0DvJ3OQ19S979M0laLfX8rm82Q==",
+ "requires": {
+ "is-typedarray": "^1.0.0"
+ }
+ },
+ "universalify": {
+ "version": "0.1.2",
+ "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz",
+ "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg=="
+ },
+ "update-check": {
+ "version": "1.5.2",
+ "resolved": "https://registry.npmjs.org/update-check/-/update-check-1.5.2.tgz",
+ "integrity": "sha512-1TrmYLuLj/5ZovwUS7fFd1jMH3NnFDN1y1A8dboedIDt7zs/zJMo6TwwlhYKkSeEwzleeiSBV5/3c9ufAQWDaQ==",
+ "requires": {
+ "registry-auth-token": "3.3.2",
+ "registry-url": "3.1.0"
+ }
+ },
+ "uri-js": {
+ "version": "4.4.1",
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
+ "requires": {
+ "punycode": "^2.1.0"
+ },
+ "dependencies": {
+ "punycode": {
+ "version": "2.1.1",
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
+ "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A=="
+ }
+ }
+ },
+ "v8-compile-cache": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz",
+ "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA=="
+ },
+ "v8-to-istanbul": {
+ "version": "8.1.1",
+ "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-8.1.1.tgz",
+ "integrity": "sha512-FGtKtv3xIpR6BYhvgH8MI/y78oT7d8Au3ww4QIxymrCtZEh5b8gCw2siywE+puhEmuWKDtmfrvF5UlB298ut3w==",
+ "requires": {
+ "@types/istanbul-lib-coverage": "^2.0.1",
+ "convert-source-map": "^1.6.0",
+ "source-map": "^0.7.3"
+ },
+ "dependencies": {
+ "source-map": {
+ "version": "0.7.3",
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.3.tgz",
+ "integrity": "sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ=="
+ }
+ }
+ },
+ "vary": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz",
+ "integrity": "sha1-IpnwLG3tMNSllhsLn3RSShj2NPw="
+ },
+ "w3c-hr-time": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/w3c-hr-time/-/w3c-hr-time-1.0.2.tgz",
+ "integrity": "sha512-z8P5DvDNjKDoFIHK7q8r8lackT6l+jo/Ye3HOle7l9nICP9lf1Ci25fy9vHd0JOWewkIFzXIEig3TdKT7JQ5fQ==",
+ "requires": {
+ "browser-process-hrtime": "^1.0.0"
+ }
+ },
+ "w3c-xmlserializer": {
+ "version": "2.0.0",
+ "resolved": "https://registry.npmjs.org/w3c-xmlserializer/-/w3c-xmlserializer-2.0.0.tgz",
+ "integrity": "sha512-4tzD0mF8iSiMiNs30BiLO3EpfGLZUT2MSX/G+o7ZywDzliWQ3OPtTZ0PTC3B3ca1UAf4cJMHB+2Bf56EriJuRA==",
+ "requires": {
+ "xml-name-validator": "^3.0.0"
+ }
+ },
+ "walker": {
+ "version": "1.0.8",
+ "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz",
+ "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==",
+ "requires": {
+ "makeerror": "1.0.12"
+ }
+ },
+ "webidl-conversions": {
+ "version": "6.1.0",
+ "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-6.1.0.tgz",
+ "integrity": "sha512-qBIvFLGiBpLjfwmYAaHPXsn+ho5xZnGvyGvsarywGNc8VyQJUMHJ8OBKGGrPER0okBeMDaan4mNBlgBROxuI8w=="
+ },
+ "whatwg-encoding": {
+ "version": "1.0.5",
+ "resolved": "https://registry.npmjs.org/whatwg-encoding/-/whatwg-encoding-1.0.5.tgz",
+ "integrity": "sha512-b5lim54JOPN9HtzvK9HFXvBma/rnfFeqsic0hSpjtDbVxR3dJKLc+KB4V6GgiGOvl7CY/KNh8rxSo9DKQrnUEw==",
+ "requires": {
+ "iconv-lite": "0.4.24"
+ }
+ },
+ "whatwg-mimetype": {
+ "version": "2.3.0",
+ "resolved": "https://registry.npmjs.org/whatwg-mimetype/-/whatwg-mimetype-2.3.0.tgz",
+ "integrity": "sha512-M4yMwr6mAnQz76TbJm914+gPpB/nCwvZbJU28cUD6dR004SAxDLOOSUaB1JDRqLtaOV/vi0IC5lEAGFgrjGv/g=="
+ },
+ "whatwg-url": {
+ "version": "8.7.0",
+ "resolved": "https://registry.npmjs.org/whatwg-url/-/whatwg-url-8.7.0.tgz",
+ "integrity": "sha512-gAojqb/m9Q8a5IV96E3fHJM70AzCkgt4uXYX2O7EmuyOnLrViCQlsEBmF9UQIu3/aeAIp2U17rtbpZWNntQqdg==",
+ "requires": {
+ "lodash": "^4.7.0",
+ "tr46": "^2.1.0",
+ "webidl-conversions": "^6.1.0"
+ }
+ },
+ "which": {
+ "version": "2.0.2",
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
+ "requires": {
+ "isexe": "^2.0.0"
+ }
+ },
+ "widest-line": {
+ "version": "3.1.0",
+ "resolved": "https://registry.npmjs.org/widest-line/-/widest-line-3.1.0.tgz",
+ "integrity": "sha512-NsmoXalsWVDMGupxZ5R08ka9flZjjiLvHVAWYOKtiKM8ujtZWr9cRffak+uSE48+Ob8ObalXpwyeUiyDD6QFgg==",
+ "requires": {
+ "string-width": "^4.0.0"
+ }
+ },
+ "word-wrap": {
+ "version": "1.2.3",
+ "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz",
+ "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ=="
+ },
+ "wrap-ansi": {
+ "version": "7.0.0",
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
+ "requires": {
+ "ansi-styles": "^4.0.0",
+ "string-width": "^4.1.0",
+ "strip-ansi": "^6.0.0"
+ },
+ "dependencies": {
+ "ansi-styles": {
+ "version": "4.3.0",
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
+ "requires": {
+ "color-convert": "^2.0.1"
+ }
+ },
+ "color-convert": {
+ "version": "2.0.1",
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
+ "requires": {
+ "color-name": "~1.1.4"
+ }
+ },
+ "color-name": {
+ "version": "1.1.4",
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA=="
+ }
+ }
+ },
+ "wrappy": {
+ "version": "1.0.2",
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
+ "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8="
+ },
+ "write-file-atomic": {
+ "version": "3.0.3",
+ "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-3.0.3.tgz",
+ "integrity": "sha512-AvHcyZ5JnSfq3ioSyjrBkH9yW4m7Ayk8/9My/DD9onKeu/94fwrMocemO2QAJFAlnnDN+ZDS+ZjAR5ua1/PV/Q==",
+ "requires": {
+ "imurmurhash": "^0.1.4",
+ "is-typedarray": "^1.0.0",
+ "signal-exit": "^3.0.2",
+ "typedarray-to-buffer": "^3.1.5"
+ }
+ },
+ "ws": {
+ "version": "7.5.7",
+ "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.7.tgz",
+ "integrity": "sha512-KMvVuFzpKBuiIXW3E4u3mySRO2/mCHSyZDJQM5NQ9Q9KHWHWh0NHgfbRMLLrceUK5qAL4ytALJbpRMjixFZh8A==",
+ "requires": {}
+ },
+ "xml": {
+ "version": "1.0.1",
+ "resolved": "https://registry.npmjs.org/xml/-/xml-1.0.1.tgz",
+ "integrity": "sha1-eLpyAgApxbyHuKgaPPzXS0ovweU="
+ },
+ "xml-name-validator": {
+ "version": "3.0.0",
+ "resolved": "https://registry.npmjs.org/xml-name-validator/-/xml-name-validator-3.0.0.tgz",
+ "integrity": "sha512-A5CUptxDsvxKJEU3yO6DuWBSJz/qizqzJKOMIfUJHETbBw/sFaDxgd6fxm1ewUaM0jZ444Fc5vC5ROYurg/4Pw=="
+ },
+ "xmlchars": {
+ "version": "2.2.0",
+ "resolved": "https://registry.npmjs.org/xmlchars/-/xmlchars-2.2.0.tgz",
+ "integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw=="
+ },
+ "y18n": {
+ "version": "5.0.8",
+ "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
+ "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA=="
+ },
+ "yallist": {
+ "version": "4.0.0",
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
+ },
+ "yargs": {
+ "version": "16.2.0",
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
+ "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
+ "requires": {
+ "cliui": "^7.0.2",
+ "escalade": "^3.1.1",
+ "get-caller-file": "^2.0.5",
+ "require-directory": "^2.1.1",
+ "string-width": "^4.2.0",
+ "y18n": "^5.0.5",
+ "yargs-parser": "^20.2.2"
+ }
+ },
+ "yargs-parser": {
+ "version": "20.2.9",
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz",
+ "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w=="
+ }
+ }
+}
diff --git a/src/Logo Rio 2016.jpg b/src/Logo Rio 2016.jpg
new file mode 100644
index 00000000..a0023100
Binary files /dev/null and b/src/Logo Rio 2016.jpg differ
diff --git a/src/Rio2016 mascote.jpg b/src/Rio2016 mascote.jpg
new file mode 100644
index 00000000..d3adcfed
Binary files /dev/null and b/src/Rio2016 mascote.jpg differ
diff --git a/src/data/ghibli/README.md b/src/data/ghibli/README.md
deleted file mode 100644
index 11f84cbe..00000000
--- a/src/data/ghibli/README.md
+++ /dev/null
@@ -1,33 +0,0 @@
-# Studio Ghibli
-
-Studio Ghibli es un estudio de animación japonés, conocido por sus largometrajes
-animados como **Mi vecino Totoro**, **El viaje de Chihiro** o
-**El castillo ambulante**, entre otros grandes éxitos.
-
-Las animaciones tienen gran acogida a nivel mundial y algunas han recibido
-varias nominaciones y premios. De todo este fandom hay un grupo que desea poder
-interactuar y ver la información de las animaciones y sus personajes.
-
-## Hallazgos
-
-Para entender mejor qué información podrían necesitar nuestras usuarias,
-hicimos una rápida investigación (research) y estos son algunos de los
-hallazgos.
-
-- Studio Ghibli tiene varias animaciones, para nuestras usuarias es importante
- saber cuántas y cuáles son.
-- Las animaciones tienen directorxs y productorxs. Estxs son las mentes detrás
- de una gran animación. En Studio Ghibli hay directorxs y productorxs que han
- colaborado en la creación de más de una animación. Por ello, es importante
- para nuestra usuaria poder conocerlos y saber cuántas y cuáles son las
- animaciones a las que dieron "vida".
-- Las animaciones tienen información relevante para nuestras usuarias, como
- descripción, fecha de lanzamiento, peso, director, productor y personajes.
-- Cada animación tiene sus personajes, para nuestras usuarias es importante
- saber cuántos y cuáles son
-- Los personajes tienen características únicas que la usuaria quiere saber, como
- nombre, edad, género, especie, etc.
-- Las animaciones tienen locaciones y vehículos únicos en cada una. Para
- nuestras usuarias es importante saber cuáles son.
-- Adicionalmente a esta información, para nuestras usuarias es importante poder
- ver los tipos de especies que hay en cada animación.
diff --git a/src/data/ghibli/README.pt-BR.md b/src/data/ghibli/README.pt-BR.md
deleted file mode 100644
index a4f69ff7..00000000
--- a/src/data/ghibli/README.pt-BR.md
+++ /dev/null
@@ -1,31 +0,0 @@
-# Studio Ghibli
-
-Studio Ghibli é um estúdio japonês de animação, muito
-conhecido por seus filmes como **Meu Amigo Totoro**,
-**A Viagem de Chihiro**, **O Castelo Animado**, entre outros grandes sucessos.
-As animações são bem recebidas em todo o mundo e algumas receberam
-várias nomeações e prêmios. De todo esse fandom há um grupo que deseja
-interagir e ver as informações das animações e seus personagens.
-
-## Achados
-
-Para entender melhor quais informações nossos usuários podem precisar,
-fizemos uma investigação rápida (research) e essas são algumas das conclusões.
-
-- Studio Ghibli tem várias animações e para nossos usuários é importante
-saber quantas e quais são
-- As mentes por trás de cada animação são os diretores e produtores,
-sendo que eles podem ter contribuído
-na criação de mais de uma obra. Portanto, é importante
-para nosso usuário poder conhecê-los e saber quantas e quais são as criações
-em que eles trabalharam
-- As animações possuem informações relevantes para nossos usuários, como
-descrição, data de lançamento, diretor, produtor e personagens
-- Cada animação tem seus personagens e para nossos usuários é importante
-saber quantos e quais são
-- Os personagens têm características únicas que o usuário deseja conhecer, como
-nome, idade, sexo, espécie, etc.
-- As animações têm locais e veículos únicos em cada um e para nossos usuários é
-importante saber quais são
-- Além dessas informações, é importante que nossos usuários sejam capazes de
-ver os tipos de espécies em cada animação
diff --git a/src/data/ghibli/ghibli.js b/src/data/ghibli/ghibli.js
deleted file mode 100644
index fb68b355..00000000
--- a/src/data/ghibli/ghibli.js
+++ /dev/null
@@ -1,2435 +0,0 @@
-export default {
- "studio": "Studio Ghibli Inc.",
- "films": [
- {
- "id": "2baf70d1-42bb-4437-b551-e5fed5a87abe",
- "title": "Castle in the Sky",
- "description": "The orphan Sheeta inherited a mysterious crystal that links her to the mythical sky-kingdom of Laputa. With the help of resourceful Pazu and a rollicking band of sky pirates, she makes her way to the ruins of the once-great civilization. Sheeta and Pazu must outwit the evil Muska, who plans to use Laputa's science to make himself ruler of the world.",
- "director": "Hayao Miyazaki",
- "producer": "Isao Takahata",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c1/Castle_in_the_Sky.jpg",
- "release_date": "1986",
- "rt_score": "95",
- "people": [
- {
- "id": "fe93adf2-2f3a-4ec4-9f68-5422f1b87c01",
- "name": "Pazu",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/8b/Pazu.jpg",
- "gender": "Male",
- "age": "13",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "598f7048-74ff-41e0-92ef-87dc1ad980a9",
- "name": "Lusheeta Toel Ul Laputa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c3/Sheeta.jpg",
- "gender": "Female",
- "age": "13",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "3bc0b41e-3569-4d20-ae73-2da329bf0786",
- "name": "Dola",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b3/Dola.png",
- "gender": "Female",
- "age": "60",
- "eye_color": "Black",
- "hair_color": "Peach",
- "specie": "Human"
- },
- {
- "id": "abe886e7-30c8-4c19-aaa5-d666e60d14de",
- "name": "Romska Palo Ul Laputa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d5/Muska.jpg",
- "gender": "Male",
- "age": "33",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "e08880d0-6938-44f3-b179-81947e7873fc",
- "name": "Uncle Pom",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/de/Uncle_Pom.png",
- "gender": "Male",
- "age": "Unspecified/Elderly",
- "eye_color": "Black",
- "hair_color": "White",
- "specie": "Human"
- },
- {
- "id": "5c83c12a-62d5-4e92-8672-33ac76ae1fa0",
- "name": "General Muoro",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/12/Muoro.jpg",
- "gender": "Male",
- "age": "Unspecified/Adult",
- "eye_color": "Black",
- "hair_color": "None",
- "specie": "Human"
- },
- {
- "id": "3f4c408b-0bcc-45a0-bc8b-20ffc67a2ede",
- "name": "Duffi",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0a/Duffi.png",
- "gender": "Male",
- "age": "Unspecified/Adult",
- "eye_color": "Dark brown",
- "hair_color": "Dark brown",
- "specie": "Human"
- },
- {
- "id": "fcb4a2ac-5e41-4d54-9bba-33068db083ca",
- "name": "Louis",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/28/Charlies.jpg",
- "gender": "Male",
- "age": "30",
- "eye_color": "Dark brown",
- "hair_color": "Dark brown",
- "specie": "Human"
- },
- {
- "id": "2cb76c15-772a-4cb3-9919-3652f56611d0",
- "name": "Charles",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f0/Charlie.jpg",
- "gender": "Male",
- "age": "Unspecified/Adult",
- "eye_color": "Dark brown",
- "hair_color": "Light brown",
- "specie": "Human"
- },
- {
- "id": "f6f2c477-98aa-4796-b9aa-8209fdeed6b9",
- "name": "Henri",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/15/Henri.jpg",
- "gender": "Male",
- "age": "Unspecified/Adult",
- "eye_color": "Dark brown",
- "hair_color": "Reddish brown",
- "specie": "Human"
- },
- {
- "id": "05d8d01b-0c2f-450e-9c55-aa0daa34838e",
- "name": "Motro",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/17/Eggman_laputa.jpg",
- "gender": "Male",
- "age": "Unspecified/Adult",
- "eye_color": "Dark brown",
- "hair_color": "None",
- "specie": "Human"
- },
- {
- "id": "b22a684f-1819-40c8-94a6-d40c3b5e18eb",
- "name": "Okami",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/65/Okami.jpg",
- "gender": "Female",
- "age": "50",
- "eye_color": "Dark brown",
- "hair_color": "Orange",
- "specie": "Human"
- },
- {
- "id": "40c005ce-3725-4f15-8409-3e1b1b14b583",
- "name": "Colonel Muska",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d3/Colonelmuska2bodyguards.JPG",
- "gender": "Male",
- "age": "33",
- "eye_color": "Grey",
- "hair_color": "Brown",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "6ba60a86-7c74-4ec4-a6f4-7112b5705a2f",
- "name": "Gondoa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/25/Thumbnail-8.jpeg",
- "climate": "TODO",
- "terrain": "TODO",
- "surface_water": "40",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "26361a2c-32c6-4bd5-ae9c-8e40e17ae28d",
- "name": "Pazu's Mines",
- "img": "https://preview.redd.it/fmikehlh8dl41.jpg?auto=webp&s=a997a7d6726fc151a438985899b052d0fd357716",
- "climate": "Dry",
- "terrain": "Hill",
- "surface_water": "0",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "0fafa7a3-64c1-43fe-881b-ecb605c01e09",
- "name": "Laputa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/e7/Laputa.png",
- "climate": "Continental",
- "terrain": "City",
- "surface_water": "40",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "0132f7f6-fd52-4ac3-b5df-c96b609f77b6",
- "name": "Tedis",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/13/Tedis.jpg",
- "climate": "Continental",
- "terrain": "Hill",
- "surface_water": "30",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": [
- {
- "id": "4e09b023-f650-4747-9ab9-eacf14540cfb",
- "name": "Air Destroyer Goliath",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/e5/Goliath.png",
- "description": "A military airship utilized by the government to access Laputa",
- "vehicle_class": "Airship",
- "length": "1,000",
- "pilot": {
- "id": "40c005ce-3725-4f15-8409-3e1b1b14b583",
- "name": "Colonel Muska"
- }
- }
- ]
- },
- {
- "id": "58611129-2dbc-4a81-a72f-77ddfc1b1b49",
- "title": "My Neighbor Totoro",
- "description": "Two sisters move to the country with their father in order to be closer to their hospitalized mother, and discover the surrounding trees are inhabited by Totoros, magical spirits of the forest. When the youngest runs away from home, the older sister seeks help from the spirits to find her.",
- "director": "Hayao Miyazaki",
- "producer": "Hayao Miyazaki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/d/db/My_Neighbor_Totoro.jpg",
- "release_date": "1988",
- "rt_score": "93",
- "people": [
- {
- "id": "986faac6-67e3-4fb8-a9ee-bad077c2e7fe",
- "name": "Satsuki Kusakabe",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f2/Satsuki_Kusakabe.jpg",
- "gender": "Female",
- "age": "11",
- "eye_color": "Dark Brown/Black",
- "hair_color": "Dark Brown",
- "specie": "Human"
- },
- {
- "id": "d5df3c04-f355-4038-833c-83bd3502b6b9",
- "name": "Mei Kusakabe",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b5/God_Jul_Mei_%C3%B6nskar_fr%C3%A5n_Tomten.jpg",
- "gender": "Female",
- "age": "4",
- "eye_color": "Brown",
- "hair_color": "Light Brown",
- "specie": "Human"
- },
- {
- "id": "3031caa8-eb1a-41c6-ab93-dd091b541e11",
- "name": "Tatsuo Kusakabe",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d6/Tatsuo_Kusakabe.jpg",
- "gender": "Male",
- "age": "37",
- "eye_color": "Brown",
- "hair_color": "Dark Brown",
- "specie": "Human"
- },
- {
- "id": "87b68b97-3774-495b-bf80-495a5f3e672d",
- "name": "Yasuko Kusakabe",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/7/7b/Yasuko_Kusakabe.png",
- "gender": "Female",
- "age": "36",
- "eye_color": "Brown",
- "hair_color": "Dark Brown",
- "specie": "Human"
- },
- {
- "id": "08ffbce4-7f94-476a-95bc-76d3c3969c19",
- "name": "Granny",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d9/Granny.png",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Human"
- },
- {
- "id": "0f8ef701-b4c7-4f15-bd15-368c7fe38d0a",
- "name": "Kanta Ogaki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c3/Kanta.jpg",
- "gender": "Male",
- "age": "11",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "d39deecb-2bd0-4770-8b45-485f26e1381f",
- "name": "Totoro",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/df/Totoro_in_the_rain.png",
- "gender": "Male",
- "age": "1300",
- "eye_color": "Grey",
- "hair_color": "Grey",
- "specie": "Totoro"
- },
- {
- "id": "591524bc-04fe-4e60-8d61-2425e42ffb2a",
- "name": "Chu Totoro",
- "img": "https://www.ghibli.jp/gallery/thumb-totoro019.png",
- "gender": "NA",
- "age": "",
- "eye_color": "Black",
- "hair_color": "Blue",
- "specie": "Totoro"
- },
- {
- "id": "c491755a-407d-4d6e-b58a-240ec78b5061",
- "name": "Chibi Totoro",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c5/Little_Totoro_spirit_moving.gif",
- "gender": "NA",
- "age": "",
- "eye_color": "Black",
- "hair_color": "White",
- "specie": "Totoro"
- },
- {
- "id": "f467e18e-3694-409f-bdb3-be891ade1106",
- "name": "Catbus",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/30/Catbus.jpg",
- "gender": "Male",
- "age": "NA",
- "eye_color": "Yellow",
- "hair_color": "Brown",
- "specie": "Cat"
- }
- ],
- "locations": [
- {
- "id": "660c8c91-bd92-43db-b475-b2df6ca96fec",
- "name": "Kusakabe's House",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f3/Kusakabe_Family_House.jpg",
- "climate": "Mild",
- "terrain": "River",
- "surface_water": "40",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "6fc21b76-78fb-4451-98f7-857e32a23e85",
- "name": "Matsugo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/08/Min_Granne_Totoro_v%C3%A4rlden.jpg",
- "climate": "Continental",
- "terrain": "River",
- "surface_water": "60",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "ee897b2a-405e-42b9-bff4-8b51b0f03cab",
- "name": "Satsuki's School House",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/dd/Satsuki%27s_School_House.jpg",
- "climate": "Mild",
- "terrain": "River",
- "surface_water": "60",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "ea660b10-85c4-4ae3-8a5f-41cea3648e3e",
- "title": "Kiki's Delivery Service",
- "description": "A young witch, on her mandatory year of independent life, finds fitting into a new community difficult while she supports herself by running an air courier service.",
- "director": "Hayao Miyazaki",
- "producer": "Hayao Miyazaki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/4/48/Kiki%27s_Delivery_Service_%282%29.jpg",
- "release_date": "1989",
- "rt_score": "96",
- "people": [
- {
- "id": "4151abc6-1a9e-4e6a-5678-aac05ra641js",
- "name": "Kiki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/59/Kiki.jpg",
- "gender": "Female",
- "age": "13",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Witch"
- },
- {
- "id": "7151abc6-1a9e-4e6a-9711-ddb50ea572ec",
- "name": "Jiji",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b4/Jiji.jpg",
- "gender": "Male",
- "age": "13",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Cat"
- },
- {
- "id": "6574cfr2-9w3d-2x1h-8531-gge23iu489ko",
- "name": "Ursula",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/12/Ursula.jpg",
- "gender": "Female",
- "age": "18",
- "eye_color": "Black",
- "hair_color": "Red",
- "specie": "Human"
- },
- {
- "id": "4321dse3-6r6s-3r4d-5641-rdq19re765de",
- "name": "Tombo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/6f/Tombo.jpg",
- "gender": "Male",
- "age": "13",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "8252ebf6-1g8f-5t6u-1234-vvg45yd363dc",
- "name": "Osono",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/3a/Osono.jpg",
- "gender": "Female",
- "age": "30",
- "eye_color": "Brown",
- "hair_color": "Red",
- "specie": "Human"
- },
- {
- "id": "7654ght4-3r4t-1t5u-0987-hhj76gh432gr",
- "name": "Fukuo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/29/Fukuo.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "fb083a4e-77b2-4623-a2e0-6bbca5bfd5b2",
- "name": "Ursula's Log Cabin",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b5/Ursula%27s_Log_Cabin.jpg",
- "climate": "TODO",
- "terrain": "TODO",
- "surface_water": "40",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "c57fb2cb-ea85-4d73-8808-cf5dcd28c22e",
- "name": "Koriko",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/05/Koriko.jpg",
- "climate": "Mild",
- "terrain": "Hill",
- "surface_water": "50",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "62346d33-caa0-4c17-8016-0aca56f3066b",
- "name": "Karikiya",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/e3/Majo002.jpg",
- "climate": "Mild",
- "terrain": "City",
- "surface_water": "30",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "64a996aa-481e-4627-9624-ab23f59a05a9",
- "name": "Guchokipanya",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0f/Gutiokipanja.jpg",
- "climate": "Continental",
- "terrain": "Hill",
- "surface_water": "50",
- "residents": [
- {
- "id": "8252ebf6-1g8f-5t6u-1234-vvg45yd363dc",
- "name": "Osono"
- },
- {
- "id": "7654ght4-3r4t-1t5u-0987-hhj76gh432gr",
- "name": "Fukuo"
- }
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "12cfb892-aac0-4c5b-94af-521852e46d6a",
- "title": "Grave of the Fireflies",
- "description": "In the latter part of World War II, a boy and his sister, orphaned when their mother is killed in the firebombing of Tokyo, are left to survive on their own in what remains of civilian life in Japan. The plot follows this boy and his sister as they do their best to survive in the Japanese countryside, battling hunger, prejudice, and pride in their own quiet, personal battle.",
- "director": "Isao Takahata",
- "producer": "Toru Hara",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a5/Grave_of_the_Fireflies_Japanese_poster.jpg",
- "release_date": "1988",
- "rt_score": "97",
- "people": [
- {
- "id": "8cb959a8-1959-42f3-bb33-07d7a2e6b830",
- "name": "Seita Yokokawa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/21/Seita_Yokokawa.jpg",
- "gender": "Male",
- "age": "14",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "c344d561-6654-4aab-b0df-a1570e7e60cb",
- "name": "Setsuko Yokokawa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a8/Setsuko_Yokokawa.jpg",
- "gender": "Female",
- "age": "4",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "227c01a6-4e29-4582-bc4b-35106a704ab0",
- "name": "Mrs. Yokokawa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/39/SeitaMother.png",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "023306e3-9fc6-4d1d-b681-d4649dcbfff9",
- "name": "Kiyoshi Yokokawa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f6/SeitaFather3.jpg",
- "gender": "Male",
- "age": "40",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "0e18b23d-1f21-4a83-a6de-f01147624875",
- "name": "Seita's Aunt",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/09/SeitaAunt.jpg",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- }
- ],
- "locations": [],
- "vehicles": []
- },
- {
- "id": "4e236f34-b981-41c3-8c65-f8c9000b94e7",
- "title": "Only Yesterday",
- "description": "It’s 1982, and Taeko is 27 years old, unmarried, and has lived her whole life in Tokyo. She decides to visit her family in the countryside, and as the train travels through the night, memories flood back of her younger years: the first immature stirrings of romance, the onset of puberty, and the frustrations of math and boys. At the station she is met by young farmer Toshio, and the encounters with him begin to reconnect her to forgotten longings. In lyrical switches between the present and the past, Taeko contemplates the arc of her life, and wonders if she has been true to the dreams of her childhood self.",
- "director": "Isao Takahata",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a9/Only_Yesterday.jpg",
- "release_date": "1991",
- "rt_score": "100",
- "people": [
- {
- "id": "d0bb7b5f-3bf0-46c8-959d-0299b3252bd8",
- "name": "Taeko Okajima",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d4/Taeko_Okajima.png",
- "gender": "Female",
- "age": "27",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "3f78eba1-f9b0-489b-8686-f4508cdf049d",
- "name": "Toshio",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5d/Toshio.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "52ed5cad-2464-481f-9786-8533b8de95ff",
- "name": "Mr. Okajima",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/58/Mr._Okajima.png",
- "gender": "Male",
- "age": "Middle age",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "87e61451-3131-4d01-a3b3-558c9ee1c451",
- "name": "Mrs. Okajima",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/18/Mrs._Okajima_%282%29.png",
- "gender": "Female",
- "age": "Middle age",
- "eye_color": "Black",
- "hair_color": "Light brown",
- "specie": "Human"
- },
- {
- "id": "0174e644-eddd-4cb7-8503-e0c21291d782",
- "name": "Grandmother Okajima",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0f/Grandmother_Okajima_%282%29.jpg",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Human"
- },
- {
- "id": "a88cb7a4-fe4a-4d50-8d8b-c32449e298ba",
- "name": "Nanako Okajima",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c1/Nanako_Okajima.png",
- "gender": "Female",
- "age": "18",
- "eye_color": "Black",
- "hair_color": "Light brown",
- "specie": "Human"
- },
- {
- "id": "c8f02850-0c1f-499c-8b5e-d8ad16f3ecc4",
- "name": "Yaeko Okajima",
- "gender": "Female",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a8/Yaeko_Okajima.jpg",
- "age": "16",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Human"
- },
- {
- "id": "6e960787-5a47-4178-a040-1ef5bf5e4a6c",
- "name": "Tani Tsuneko",
- "img": "https://www.anime-planet.com/images/characters/tani-tsuneko-100171.jpg",
- "gender": "Female",
- "age": "10",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "cd86aeb2-4fd7-4119-8128-7060e0a68074",
- "name": "Aiko",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5d/Aiko.jpg",
- "gender": "Female",
- "age": "10",
- "eye_color": "Black",
- "hair_color": "Grey brown",
- "specie": "Human"
- },
- {
- "id": "3ab1e0de-4d41-4f67-b2d0-e16d0fef2e6c",
- "name": "Toko",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/af/Toko.jpg",
- "gender": "Female",
- "age": "10",
- "eye_color": "Black",
- "hair_color": "Light brown",
- "specie": "Human"
- },
- {
- "id": "f4a85428-18b7-4199-ba5a-b6bcfb478e14",
- "name": "Rie",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/00/Rie_01.png",
- "gender": "Female",
- "age": "10",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "dbeeaecb-7817-4b8b-90ca-edc432d3033e",
- "name": "Taeko's House",
- "img": "https://images.squarespace-cdn.com/content/v1/54fc8146e4b02a22841f4df7/1571850401468-9TTOSKJGO49OEAKEJ4O6/Art+of+Only+Yesterday+C+-+8.jpg",
- "climate": "Continental",
- "terrain": "River",
- "surface_water": "40",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "ebbb6b7c-945c-41ee-a792-de0e43191bd8",
- "title": "Porco Rosso",
- "description": "Porco Rosso, known in Japan as Crimson Pig (Kurenai no Buta) is the sixth animated film by Hayao Miyazaki and released in 1992. You're introduced to an Italian World War I fighter ace, now living as a freelance bounty hunter chasing 'air pirates' in the Adriatic Sea. He has been given a curse that changed his head to that of a pig. Once called Marco Pagot, he is now known to the world as 'Porco Rosso', Italian for 'Red Pig.'",
- "director": "Hayao Miyazaki",
- "producer": "Toshio Suzuki",
- "poster" : "https://static.wikia.nocookie.net/studio-ghibli/images/4/41/Porco_Rosso.jpg",
- "release_date": "1992",
- "rt_score": "94",
- "people": [
- {
- "id": "6523068d-f5a9-4150-bf5b-76abe6fb42c3",
- "name": "Porco Rosso",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/02/Porcellino%21.png",
- "gender": "Male",
- "age": "47",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "eff43a47-e59c-41bd-bcc6-b1827d63bed5",
- "name": "Donald Curtis",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/61/Donald_Curtis.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "4a2e2cee-08ca-4d44-9564-2b3e5421bafb",
- "name": "Fio Piccolo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/16/Fio_%282%29.jpg",
- "gender": "Female",
- "age": "17",
- "eye_color": "Brown",
- "hair_color": "Red",
- "specie": "Human"
- },
- {
- "id": "127317b3-f6f8-4aea-b294-20452a3334f5",
- "name": "Gina",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/eb/Gina.jpg",
- "gender": "Female",
- "age": "circa 23-35",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "2ac81cc3-7292-40ab-9e8f-4a370a58e3c8",
- "name": "Mr. Piccolo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0e/Mr_Piccolo.jpg",
- "gender": "Male",
- "age": "Middle aged",
- "eye_color": "Brown",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "a63c25f4-41a4-4f78-933f-3c14e2903a8f",
- "name": "Capo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/98/Aiuto_Gang_boss.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Bald",
- "specie": "Human"
- },
- {
- "id": "5fd7416f-d928-4ebc-a4fb-d9bbdf99b06a",
- "name": "Ferrari",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/be/Porco_Rosso_-_Ferrari.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "34df8f25-8f80-4823-8f01-bf9852039987",
- "name": "Piccolo S.P.A.",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/4f/Piccolos_garage.jpg",
- "climate": "Continental",
- "terrain": "River",
- "surface_water": "40",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": [
- {
- "id": "d8f893b5-1dd9-41a1-9918-0099c1aa2de8",
- "name": "Red Wing",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/8f/Porco%27s_Plane.jpg",
- "description": "An experimental aircraft captured by Porco. Named Savoia S.21",
- "vehicle_class": "Airplane",
- "length": "20",
- "pilot": {
- "id": "6523068d-f5a9-4150-bf5b-76abe6fb42c3",
- "name": "Porco Rosso"
- }
- },
- {
- "id": "7eb1b9cd-8153-4ef6-a0d4-1e9abd8d78da",
- "name": "Dabohaze",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/99/Aiuto_Gang.jpg",
- "description": "It's the Mamma Aiuto Gang's battle ship, They're an air pirate gang lead by Capo",
- "vehicle_class": "Battle ship",
- "length": "NA",
- "pilot": {
- "id": "a63c25f4-41a4-4f78-933f-3c14e2903a8f",
- "name": "Capo"
- }
- }
- ]
- },
- {
- "id": "1b67aa9a-2e4a-45af-ac98-64d6ad15b16c",
- "title": "Pom Poko",
- "description": "As the human city development encroaches on the raccoon population's forest and meadow habitat, the raccoons find themselves faced with the very real possibility of extinction. In response, the raccoons engage in a desperate struggle to stop the construction and preserve their home.",
- "director": "Isao Takahata",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/9/9e/Pom_Poko.jpg",
- "release_date": "1994",
- "rt_score": "78",
- "people": [
- {
- "id": "575d6943-f9da-445e-8e77-e118c3924a1d",
- "name": "Shoukichi",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/59/Shoukichi_1.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Raccoon Dog"
- },
- {
- "id": "9298c4fe-a508-463f-aad7-d55742e9a4e5",
- "name": "Okiyo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/bd/Okiyo.jpg",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Raccoon Dog"
- },
- {
- "id": "220c7498-c390-4456-b853-bac107d16ff7",
- "name": "Seizaemon",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d9/Seizaemon.jpg",
- "gender": "Male",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Raccoon Dog"
- },
- {
- "id": "718f634a-ea92-4907-a262-5a71a0661dcd",
- "name": "Oroku",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/07/Oroku.jpg",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "Grey brown",
- "specie": "Raccoon Dog"
- },
- {
- "id": "7367f154-4d9b-4e3e-89cf-2bd55c4d817f",
- "name": "Gonta",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0b/Gonta.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Raccoon Dog"
- },
- {
- "id": "041cad03-ad0d-4f80-aeaa-71f9f64334df",
- "name": "Inugami Gyōbu",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/99/Inugami.jpg",
- "gender": "Male",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "Grey brown",
- "specie": "Raccoon Dog"
- }
- ],
- "locations": [],
- "vehicles": []
- },
- {
- "id": "ff24da26-a969-4f0e-ba1e-a122ead6c6e3",
- "title": "Whisper of the Heart",
- "description": "Shizuku lives a simple life, dominated by her love for stories and writing. One day she notices that all the library books she has have been previously checked out by the same person: 'Seiji Amasawa'. Curious as to who he is, Shizuku meets a boy her age whom she finds infuriating, but discovers to her shock that he is her 'Prince of Books'. As she grows closer to him, she realises that he merely read all those books to bring himself closer to her. The boy Seiji aspires to be a violin maker in Italy, and it is his dreams that make Shizuku realise that she has no clear path for her life. Knowing that her strength lies in writing, she tests her talents by writing a story about Baron, a cat statuette belonging to Seiji's grandfather.",
- "director": "Yoshifumi Kondō",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/7/7b/Whisper_of_the_Heart.jpg",
- "release_date": "1995",
- "rt_score": "91",
- "people": [
- {
- "id": "42a69bf6-b5e8-42b1-b05a-12c3d05e7c1e",
- "name": "Shizuku Tsukishima",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/67/Shizuku_Tsukishima.jpg",
- "gender": "Female",
- "age": "14",
- "eye_color": "Black",
- "hair_color": "Light black",
- "specie": "Human"
- },
- {
- "id": "fc196c4f-0201-4ed2-9add-c6403f7c4d32",
- "name": "Baron Humbert von Gikkingen",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/4f/Humbert_von_Gikkingen.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Green",
- "hair_color": "Yellow",
- "specie": "Cat"
- },
- {
- "id": "079db09e-0441-442b-8c17-af5cac8321c4",
- "name": "Seiji Amasawa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c5/Seiji_Amasawa.jpg",
- "gender": "Male",
- "age": "15",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "494bba43-9f61-4383-a597-5bae6ab26222",
- "name": "Yuko Harada",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/cb/Yuko_Harada.jpg",
- "gender": "Female",
- "age": "14",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "e432a1fe-e937-4575-bade-d11e9f8a9433",
- "name": "Sugimura",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b7/Sugimura.jpg",
- "gender": "Male",
- "age": "14",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "182c1f2a-e1e0-4035-b87a-754d58ed6e2d",
- "name": "Seiya Tsukishima",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b3/Seiya_Tsukishima.jpg",
- "gender": "Male",
- "age": "40",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "d92e61f3-f525-4740-9f06-c9e7b19c3d11",
- "name": "Asako Tsukishima",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/ac/Asako_Tsukishima.jpg",
- "gender": "Female",
- "age": "39",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "61b51987-dd67-479b-aa03-554834b7edd7",
- "name": "Shiro Nishi",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0f/Shiro_Nishi.jpg",
- "gender": "Male",
- "age": "70",
- "eye_color": "Black",
- "hair_color": "White",
- "specie": "Human"
- },
- {
- "id": "e40b4241-612b-402f-8e6c-067c44e9c618",
- "name": "Shiho Tsukishima",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/02/Shiho_Tsukishima.jpg",
- "gender": "Female",
- "age": "18",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "42f787d8-1fcb-4d3d-82f2-a74409869368",
- "name": "Seiji's House",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a7/Mimi011.jpg",
- "climate": "Continental",
- "terrain": "City",
- "surface_water": "0",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "0440483e-ca0e-4120-8c50-4c8cd9b965d6",
- "title": "Princess Mononoke",
- "description": "Ashitaka, a prince of the disappearing Ainu tribe, is cursed by a demonized boar god and must journey to the west to find a cure. Along the way, he encounters San, a young human woman fighting to protect the forest, and Lady Eboshi, who is trying to destroy it. Ashitaka must find a way to bring balance to this conflict.",
- "director": "Hayao Miyazaki",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c6/Princess_Mononoke.jpg",
- "release_date": "1997",
- "rt_score": "92",
- "people": [
- {
- "id": "ba924631-068e-4436-b6de-f3283fa848f0",
- "name": "Ashitaka",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/49/Ashitaka.jpg",
- "gender": "Male",
- "age": "17",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "ebe40383-aad2-4208-90ab-698f00c581ab",
- "name": "San",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/3f/San.jpg",
- "gender": "Female",
- "age": "16",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "34277bec-7401-43fa-a00a-5aee64b45b08",
- "name": "Eboshi",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/9f/Eboshi.png",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Hazel",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "91939012-90b9-46e5-a649-96b898073c82",
- "name": "Jigo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/7/79/Jigo_%282%29.jpg",
- "gender": "Male",
- "age": "Middle age",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "20e3bd33-b35d-41e6-83a4-57ca7f028d38",
- "name": "Kohroku",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d1/Kohroku_gives.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "8bccdc78-545b-49f4-a4c8-756163a38c91",
- "name": "Gonza",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/42/Gonza_%282%29.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Grey",
- "hair_color": "Bald, but beard is Brown",
- "specie": "Human"
- },
- {
- "id": "116bfe1b-3ba8-4fa0-8f72-88537a493cb9",
- "name": "Hii-sama",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/83/Hii-sama.jpg",
- "gender": "Female",
- "age": "Over 50",
- "eye_color": "Brown",
- "hair_color": "White",
- "specie": "Human"
- },
- {
- "id": "030555b3-4c92-4fce-93fb-e70c3ae3df8b",
- "name": "Yakul",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/ef/Yakul.jpg",
- "age": "Unknown",
- "gender": "Male",
- "eye_color": "Grey",
- "hair_color": "Brown",
- "specie": "Red elk"
- },
- {
- "id": "ca568e87-4ce2-4afa-a6c5-51f4ae80a60b",
- "name": "Shishigami",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b7/Forest_Spirit.jpg",
- "age": "400",
- "gender": "Male",
- "eye_color": "Red",
- "hair_color": "Light Orange",
- "specie": "Spirit"
- },
- {
- "id": "e9356bb5-4d4a-4c93-aadc-c83e514bffe3",
- "name": "Moro",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5e/Moro.png",
- "gender": "Female",
- "age": "300",
- "eye_color": "Brown",
- "hair_color": "White",
- "specie": "Wolf"
- }
- ],
- "locations": [
- {
- "id": "11014596-71b0-4b3e-b8c0-1c4b15f28b9a",
- "name": "Irontown",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/ac/Mononoke_-_Irontown.jpg",
- "climate": "Continental",
- "terrain": "Mountain",
- "surface_water": "40",
- "residents": [
- {
- "id": "ba924631-068e-4436-b6de-f3283fa848f0",
- "name": "Ashitaka"
- },
- {
- "id": "030555b3-4c92-4fce-93fb-e70c3ae3df8b",
- "name": "Yakul"
- }
- ]
- },
- {
- "id": "615aa48d-8673-4117-b35a-79cb67af1897",
- "name": "Forest",
- "img": "https://www.teahub.io/photos/full/230-2307062_princess-mononoke-forest-spirit.jpg",
- "climate": "Tropical",
- "terrain": "Forest",
- "surface_water": "60",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "45204234-adfd-45cb-a505-a8e7a676b114",
- "title": "My Neighbors the Yamadas",
- "description": "The Yamadas are a typical middle class Japanese family in urban Tokyo and this film shows us a variety of episodes of their lives. With tales that range from the humourous to the heartbreaking, we see this family cope with life's little conflicts, problems and joys in their own way.",
- "director": "Isao Takahata",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/d/db/My_Neighbors_the_Yamadas.jpg",
- "release_date": "1999",
- "rt_score": "75",
- "people": [
- {
- "id": "7b3324ad-0ac9-417d-9905-ac001f6b7b1a",
- "name": "Takashi Yamada",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/84/Takashi.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "562cf83f-fe38-44bf-8840-f8120b373c07",
- "name": "Matsuko Yamada",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/85/Matsuko_Yamada.png",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Human"
- },
- {
- "id": "33504e52-626b-4718-b324-d06a5b64ccfe",
- "name": "Noboru Yamada",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d4/Noboru.jpg",
- "gender": "Male",
- "age": "13",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "097a7111-7bca-43e2-b8ad-0042c175b8c9",
- "name": "Nonoko Yamada",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/56/Nonoko_Yamada.jpg",
- "gender": "Female",
- "age": "5",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "10857681-11a2-48df-98ec-de711a6c56cf",
- "name": "Shige Yamano",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/97/Shige_Yamano.jpg",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "White",
- "specie": "Human"
- }
- ],
- "locations": [],
- "vehicles": []
- },
- {
- "id": "dc2e6bd1-8156-4886-adff-b39e6043af0c",
- "title": "Spirited Away",
- "description": "Spirited Away is an Oscar winning Japanese animated film about a ten year old girl who wanders away from her parents along a path that leads to a world ruled by strange and unusual monster-like animals. Her parents have been changed into pigs along with others inside a bathhouse full of these creatures. Will she ever see the world how it once was?",
- "director": "Hayao Miyazaki",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/9/9e/Spirited_Away.png",
- "release_date": "2001",
- "rt_score": "97",
- "people": [
- {
- "id": "134a568b-ac18-4696-a53e-4f0757d1c037",
- "name": "Chihiro Ogino/Sen",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/8e/Chihiro_Ogino.jpg",
- "gender": "Female",
- "age": "10",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "a1143897-679f-4c16-8b20-538976c144d6",
- "name": "Nigihayami Kohakunushi/Haku",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/89/Haku-2.png",
- "gender": "Male",
- "age": "12 (in appearance)",
- "eye_color": "Green",
- "hair_color": "Green",
- "specie": "Deity, Dragon"
- },
- {
- "id": "177722d8-6fb0-4811-ad83-4d9c272eaebe",
- "name": "Yubaba",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f8/Yubaba-0.jpg",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Dark brown",
- "hair_color": "White",
- "specie": "Witch"
- },
- {
- "id": "5fbcf921-a560-400e-bc15-c8fb4ef05909",
- "name": "Kamajī",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/7/78/Kamaji.jpg",
- "gender": "Male",
- "age": "At least 40 years",
- "eye_color": "NA",
- "hair_color": "Bald",
- "specie": "Spirit"
- },
- {
- "id": "969850ec-4ab6-4170-ab6b-ae6ac42e1e9a",
- "name": "No-Face",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/9d/No-Face_infobox.png",
- "gender": "Unknown (Possible Male)",
- "age": "unknown",
- "eye_color": "NA",
- "hair_color": "NA",
- "specie": "Spirit"
- },
- {
- "id": "cf0a2a1b-8b65-4794-98ae-bd89de49fa62",
- "name": "Lin",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/35/Lin-HBO_Max.png",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Spirit of The White Fox"
- },
- {
- "id": "d2feee01-5531-4385-aa0a-1e608aaf0747",
- "name": "Boh",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/7/7e/Boh_winks.jpg",
- "gender": "Male",
- "age": "Child",
- "eye_color": "Black",
- "hair_color": "Bald",
- "specie": "unknown"
- },
- {
- "id": "d9aceca5-beb9-4b2a-85ba-fc17d33750f8",
- "name": "Zeniba",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d8/Zeniba.png",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Dark brown",
- "hair_color": "White",
- "specie": "Witch"
- },
- {
- "id": "0588017a-8113-43cd-9025-518c9c0d5111",
- "name": "Akio Ogino",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/47/Akio_Ogino.jpg",
- "gender": "Male",
- "age": "38",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "2e7bb7bf-4149-4df5-b6e4-76064021651c",
- "name": "Yūko Ogino",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c6/Ichiyuko_Ogino.png",
- "gender": "Female",
- "age": "35",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "a072ec53-0467-4fac-864f-df234f9c4315",
- "name": "Zeniba's Cottage",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/ec/Zeniba%27s_Cottage.png",
- "climate": "TODO",
- "terrain": "TODO",
- "surface_water": "40",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "37d13a96-a03a-451d-8871-80be0495486e",
- "name": "Bathhouse",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/80/Chihiro_sees_the_Bathhouse.png",
- "climate": "Continental",
- "terrain": "River",
- "surface_water": "70",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "90b72513-afd4-4570-84de-a56c312fdf81",
- "title": "The Cat Returns",
- "description": "Haru, a schoolgirl bored by her ordinary routine, saves the life of an unusual cat and suddenly her world is transformed beyond anything she ever imagined. The Cat King rewards her good deed with a flurry of presents, including a very shocking proposal of marriage to his son! Haru embarks on an unexpected journey to the Kingdom of Cats where her eyes are opened to a whole other world.",
- "director": "Hiroyuki Morita",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/8/87/The_Cat_Returns.jpg",
- "release_date": "2002",
- "rt_score": "89",
- "people": [
- {
- "id": "6b3facea-ea33-47b1-96ce-3fc737b119b8",
- "name": "Renaldo Moon aka Moon aka Muta",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/e7/Muta.png",
- "gender": "Male",
- "age": "NA",
- "eye_color": "White",
- "hair_color": "Beige",
- "specie": "Cat"
- },
- {
- "id": "3042818d-a8bb-4cba-8180-c19249822d57",
- "name": "Cat King",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/34/The_Cat_King.jpg",
- "gender": "Male",
- "age": "87",
- "eye_color": "Emerald",
- "hair_color": "Grey",
- "specie": "Cat"
- },
- {
- "id": "58d1973f-f247-47d7-9358-e56cb0d2b5a6",
- "name": "Yuki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/eb/New_queen%2C_Yuki.JPG",
- "gender": "Female",
- "age": "NA",
- "eye_color": "Blue",
- "hair_color": "White",
- "specie": "Cat"
- },
- {
- "id": "a3d8e70f-46a0-4e5a-b850-db01620d6b92",
- "name": "Haru Yoshioka",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/27/Haru_Yoshioka.jpg",
- "gender": "Female",
- "age": "17",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "466bc926-2024-4653-ac63-fe52f2dc8c7b",
- "name": "Natori",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c4/Natori.jpg",
- "gender": "Male",
- "age": "NA",
- "eye_color": "Blue",
- "hair_color": "Grey",
- "specie": "Cat"
- },
- {
- "id": "269dcd81-8037-45bb-892b-1c86c9696222",
- "name": "Toto",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/8d/Toto.png",
- "gender": "Male",
- "age": "NA",
- "eye_color": "Black",
- "hair_color": "Dark Blue",
- "specie": "Bird"
- },
- {
- "id": "5b2a28f6-91d4-4382-aedc-b27094e763b0",
- "name": "Prince Lune",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/90/Prince_Lune.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Dark brown",
- "hair_color": "Russian blue",
- "specie": "Cat"
- },
- {
- "id": "17aca709-3049-48fc-95a6-e802c01125a2",
- "name": "Hiromi",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c1/Hiromi.png",
- "gender": "Female",
- "age": "17",
- "eye_color": "Brown",
- "hair_color": "Light brown",
- "specie": "Human"
- },
- {
- "id": "911d38e2-ada4-4481-89a2-ba414422d4e4",
- "name": "Naoko Yoshioka",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/64/Naoko_Yoshioka.jpg",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Light Brown",
- "hair_color": "Light brown",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "a8bd9c03-7c80-4a97-b7c0-6a668acaf576",
- "name": "The Cat Kingdom",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a9/Baron022.jpg",
- "climate": "Continental",
- "terrain": "Plain",
- "surface_water": "30",
- "residents": [
- {
- "id": "6b3facea-ea33-47b1-96ce-3fc737b119b8",
- "name": "Renaldo Moon aka Moon aka Muta"
- },
- {
- "id": "3042818d-a8bb-4cba-8180-c19249822d57",
- "name": "Cat King"
- },
- {
- "id": "58d1973f-f247-47d7-9358-e56cb0d2b5a6",
- "name": "Yuki"
- },
- {
- "id": "a3d8e70f-46a0-4e5a-b850-db01620d6b92",
- "name": "Haru"
- }
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "cd3d059c-09f4-4ff3-8d63-bc765a5184fa",
- "title": "Howl's Moving Castle",
- "description": "When Sophie, a shy young woman, is cursed with an old body by a spiteful witch, her only chance of breaking the spell lies with a self-indulgent yet insecure young wizard and his companions in his legged, walking home.",
- "director": "Hayao Miyazaki",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/0/08/Howl%27s_Moving_Castle.jpg",
- "release_date": "2004",
- "rt_score": "87",
- "people": [
- {
- "id": "fa9b410f-cad4-457d-ac71-86b0afa6cf0a",
- "name": "Howl Jenkins Pendragon",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/fe/Howl_Jenkins_Pendragon.jpg",
- "gender": "Male",
- "age": "27",
- "eye_color": "Bright blue",
- "hair_color": "Bright blue",
- "specie": "Wizard"
- },
- {
- "id": "cbbe548f-dfb4-4d53-81d3-06c203dbb2ff",
- "name": "Sophie Hatter",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f4/Sophie_short_hair.jpg",
- "gender": "Female",
- "age": "18",
- "eye_color": "Brown",
- "hair_color": "White",
- "specie": "Human"
- },
- {
- "id": "1287b275-6c32-4113-947f-519316d4a6be",
- "name": "Witch of the Waste",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/e1/Howls-moving-castle-disneyscreencaps.com-10507.jpg",
- "gender": "Female",
- "age": "59",
- "eye_color": "Brown",
- "hair_color": "White",
- "specie": "Witch/Human"
- },
- {
- "id": "b73f58ab-454a-42d6-9812-63e8f235a388",
- "name": "Calcifer",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/2a/Calcifer.png",
- "gender": "Male",
- "age": "NA",
- "eye_color": "Dark Brown",
- "hair_color": "Orange-yellow",
- "specie": "Demon"
- },
- {
- "id": "d03ca1e2-16ab-45d1-9b81-c2b0f7b35de1",
- "name": "Markl",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5d/Markl.jpg",
- "gender": "Male",
- "age": "10",
- "eye_color": "Dark Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "45237428-93bf-4dd6-97ce-f10647300429",
- "name": "Prince Justin or Turnip Head",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d9/Prince_Justin.png",
- "gender": "Male",
- "age": "20-30",
- "eye_color": "Grey",
- "hair_color": "Blonde",
- "specie": "Human/Scarecrow"
- },
- {
- "id": "8f66024e-c84f-445a-9ab5-0b31a6ae354d",
- "name": "Madame Suliman",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/64/Madame_Suliman.png",
- "gender": "Female",
- "age": "50",
- "eye_color": "Grey",
- "hair_color": "White",
- "specie": "Human"
- },
- {
- "id": "ccc705e4-aa2a-4929-b0dc-4b8a09fd290d",
- "name": "Heen",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a7/Heen.png",
- "gender": "Male",
- "age": "NA",
- "eye_color": "Brown",
- "hair_color": "Beige-white",
- "specie": "Dog"
- },
- {
- "id": "3148150f-6ccb-4383-8af5-0c40f03c825e",
- "name": "Lettie Hatter",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/1c/Lettie_Hatter.png",
- "gender": "Female",
- "age": "16",
- "eye_color": "Blue",
- "hair_color": "Blonde",
- "specie": "Human"
- },
- {
- "id": "06610030-0560-47ac-bc18-be80d85c4dad",
- "name": "Fanny Hatter/Honey",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c6/Honey.png",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Grey",
- "hair_color": "Blonde",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "b6bac992-a858-4d57-8477-9652d73caaa1",
- "name": "Ingary",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/48/Ingary.png",
- "climate": "Mild",
- "terrain": "Hill",
- "surface_water": "30",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": [
- {
- "id": "2354305f-dccd-4c44-a79e-cc60ba7376e6",
- "name": "Howl's castle",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/e6/Howls_Castle.jpg",
- "description": "Wizard Howl's home. It's scale changes from scene to scene.",
- "vehicle_class": "Moving castle",
- "length": "unknown",
- "pilot": {
- "id": "fa9b410f-cad4-457d-ac71-86b0afa6cf0a",
- "name": "Howl Jenkins Pendragon"
- }
- }
- ]
- },
- {
- "id": "112c1e67-726f-40b1-ac17-6974127bb9b9",
- "title": "Tales from Earthsea",
- "description": "Something bizarre has come over the land. The kingdom is deteriorating. People are beginning to act strange... What's even more strange is that people are beginning to see dragons, which shouldn't enter the world of humans. Due to all these bizarre events, Ged, a wandering wizard, is investigating the cause. During his journey, he meets Prince Arren, a young distraught teenage boy. While Arren may look like a shy young teen, he has a severe dark side, which grants him strength, hatred, ruthlessness and has no mercy, especially when it comes to protecting Teru. For the witch Kumo this is a perfect opportunity. She can use the boy's 'fears' against the very one who would help him, Ged.",
- "director": "Gorō Miyazaki",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/0/09/%C3%96v%C3%A4rlden.jpg",
- "release_date": "2006",
- "rt_score": "41",
- "people": [
- {
- "id": "68df798d-f73d-4c70-b4ad-05dd84910436",
- "name": "Ged",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/33/Ged.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Brown",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "3f3163bb-e2da-4e87-a1bf-ae2dfcde1a09",
- "name": "Arren / Lebannen",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/ee/Arren.png",
- "gender": "Male",
- "age": "17",
- "eye_color": "Dark brown",
- "hair_color": "Dark brown",
- "specie": "Human"
- },
- {
- "id": "84ba6d3d-d225-4a92-bbbc-147808826425",
- "name": "Therru",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/1a/Therru.jpg",
- "gender": "Female",
- "age": "circa 14-17",
- "eye_color": "Dark brown",
- "hair_color": "Dark brown",
- "specie": "Human"
- },
- {
- "id": "60469915-e18e-4cf3-b43d-95ea56cc300c",
- "name": "Tenar",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/4f/Tenar.jpg",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Grey",
- "hair_color": "Blonde",
- "specie": "Human"
- },
- {
- "id": "9bd3091a-8ae2-4741-9265-7f83ec55663a",
- "name": "King of Enlad",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/ec/King-enlad.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "59d22f97-f45d-4a6c-b473-13ee9e69082a",
- "name": "Cob",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/ce/Cob.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Violet",
- "hair_color": "Purple",
- "specie": "Arch-mage/Human"
- },
- {
- "id": "da00cee4-90a2-413b-8cef-c65e57f7e41",
- "name": "Hare",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/1e/Hare.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "e024d74b-ca9f-49a7-92fb-e8723c6183e4",
- "name": "Hazia Dealer",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/1b/Hazia_Dealer.png",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "bcc54f38-8847-45b0-97b1-307c94b2b517",
- "name": "Enland",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0e/Ged007.jpg",
- "climate": "Wet",
- "terrain": "Earthsea",
- "surface_water": "100",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "758bf02e-3122-46e0-884e-67cf83df1786",
- "title": "Ponyo on the Cliff by the Sea",
- "description": "The son of a sailor, 5-year old Sosuke lives a quiet life on an oceanside cliff with his mother Lisa. One fateful day, he finds a beautiful goldfish trapped in a bottle on the beach and upon rescuing her, names her Ponyo. But she is no ordinary goldfish. The daughter of a masterful wizard and a sea goddess, Ponyo uses her father's magic to transform herself into a young girl and quickly falls in love with Sosuke, but the use of such powerful sorcery causes a dangerous imbalance in the world. As the moon steadily draws nearer to the earth and Ponyo's father sends the ocean's mighty waves to find his daughter, the two children embark on an adventure of a lifetime to save the world and fulfill Ponyo's dreams of becoming human.",
- "director": "Hayao Miyazaki",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/5/50/Ponyo_on_the_Cliff_by_the_Sea.jpg",
- "release_date": "2008",
- "rt_score": "92",
- "people": [
- {
- "id": "a10f64f3-e0b6-4a94-bf30-87ad8bc51607",
- "name": "Sosuke",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/cf/Sosuke.jpg",
- "gender": "Male",
- "age": "5",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "4524e6c2-04f3-4633-b2cb-e1cd3f566213",
- "name": "Brunhilde/Ponyo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/bc/Brunhilda.png",
- "gender": "Female",
- "age": "5",
- "eye_color": "Dark brown",
- "hair_color": "Red",
- "specie": "Fish/Human"
- },
- {
- "id": "0cb26464-3416-4490-8f42-cd9d7276884e",
- "name": "Kōichi",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/49/Sosuke%27s_Father.png",
- "gender": "Male",
- "age": "30",
- "eye_color": "Dark brown",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "9ab8c24f-f687-47b8-adcf-c7c9d5b86b91",
- "name": "Fujimoto",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/4b/Fujimoto.jpg",
- "gender": "Male",
- "age": "40",
- "eye_color": "Light green",
- "hair_color": "Red",
- "specie": "Human"
- },
- {
- "id": "942efc9a-8d02-4643-aa3f-134429a23684",
- "name": "Granmammare",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/43/Granmammare.png",
- "gender": "Female",
- "age": "NA",
- "eye_color": "Brown",
- "hair_color": "Red",
- "specie": "Deity"
- },
- {
- "id": "04447a1b-316a-40bf-8f19-ddc964fec216",
- "name": "Lisa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/59/Lisa.png",
- "gender": "Female",
- "age": "25",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "88d56819-0639-4bc4-8ffc-2af15a310cdc",
- "name": "Toki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/94/Toki.jpg",
- "gender": "Female",
- "age": "72",
- "eye_color": "Dark brown",
- "hair_color": "White",
- "specie": "Human"
- },
- {
- "id": "f55138f5-cdc7-4bc5-93d6-c4445d2a5347",
- "name": "Yoshie",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/3f/Yoshie.jpg",
- "gender": "Female",
- "age": "68",
- "eye_color": "Dark brown",
- "hair_color": "Blonde",
- "specie": "Human"
- },
- {
- "id": "9e149019-f351-4061-aaee-82a385a36582",
- "name": "Noriko",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/34/Noriko.jpg",
- "gender": "Female",
- "age": "70",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "804b2f0a-05ab-489a-9610-bdc6bc867e89",
- "name": "Koyo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/29/Koyo.png",
- "gender": "Female",
- "age": "68",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "90241c46-d4be-411f-b00a-7561b9dda7b6",
- "name": "Fujimoto's Underwater Harbor",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/30/Fujimotos_hus.jpg",
- "climate": "Wet",
- "terrain": "Ocean",
- "surface_water": "100",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "469b14bd-5565-4436-bbed-c2036f42cc99",
- "name": "Himawari Nursery School",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/6b/Himawari_Nursery_School.jpg",
- "climate": "Mild",
- "terrain": "Ocean",
- "surface_water": "50",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": [
- {
- "id": "923d70c9-8f15-4972-ad53-0128b261d628",
- "name": "Sosuke's Boat",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c1/PonyoS%C5%8DsukeBoat.jpg",
- "description": "A toy boat where Sosuke plays",
- "vehicle_class": "Boat",
- "length": "10",
- "pilot": {
- "id": "a10f64f3-e0b6-4a94-bf30-87ad8bc51607",
- "name": "Sosuke"
- }
- }
- ]
- },
- {
- "id": "2de9426b-914a-4a06-a3a0-5e6d9d3886f6",
- "title": "The Secret World of Arrietty",
- "description": "14-year-old Arrietty and the rest of the Clock family live in peaceful anonymity as they make their own home from items 'borrowed' from the house's human inhabitants. However, life changes for the Clocks when a human boy discovers Arrietty.",
- "director": "Hiromasa Yonebayashi",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/4/46/The_Borrower_Arrietty.jpg",
- "release_date": "2010",
- "rt_score": "95",
- "people": [
- {
- "id": "89026b3a-abc4-4053-ab1a-c6d2eea68faa",
- "name": "Karigurashi/Arrietty",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/04/Arrietty.jpg",
- "gender": "Female",
- "age": "14",
- "eye_color": "Black",
- "hair_color": "Auburn",
- "specie": "Borrower"
- },
- {
- "id": "496031cc-f6af-4f48-b9d1-27f34cb18e10",
- "name": "Sho (Shawn)",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/04/Sho.jpg",
- "gender": "Male",
- "age": "12-14",
- "eye_color": "Brown",
- "hair_color": "Navy blue/black",
- "specie": "Human"
- },
- {
- "id": "ef5ee7c5-ae68-418d-a319-f3e79262cd87",
- "name": "Homily Clock",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/28/Homily_Clock.jpg",
- "gender": "Female",
- "age": "52",
- "eye_color": "Brown",
- "hair_color": "Navy black",
- "specie": "Borrower"
- },
- {
- "id": "3a83aa65-d134-4e58-85b2-e9f6523b047d",
- "name": "Sadako Maki/Jessica",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/1b/Jessica.jpg",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Human"
- },
- {
- "id": "9c687441-3eb3-4c4b-8752-55774953aa3f",
- "name": "Haru",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/3d/Haru_%28dam%29.jpg",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "ce5fb645-f0bb-4c1b-829f-907989d5525f",
- "name": "Spiller",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/43/Spiller.jpg",
- "gender": "Male",
- "age": "Young",
- "eye_color": "Black",
- "hair_color": "Navy black",
- "specie": "Borrower"
- },
- {
- "id": "a27ebdcb-4d29-40ac-8da6-5fc5a7869efb",
- "name": "Pod Clock",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/7/76/Pod.png",
- "gender": "Male",
- "age": "52",
- "eye_color": "Grey",
- "hair_color": "Brown",
- "specie": "Borrower"
- },
- {
- "id": "379f1453-38ca-486f-9d8b-f4eddc1e3fd3",
- "name": "Niya",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5a/Niya.jpg",
- "gender": "Male",
- "age": "52",
- "eye_color": "White",
- "hair_color": "Beige",
- "specie": "Cat"
- }
- ],
- "locations": [
- {
- "id": "1e7ed524-4b4f-466b-978c-69dda9777396",
- "name": "Sho's house",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/86/Karigurashi002.jpg",
- "climate": "Warm",
- "terrain": "Forest",
- "surface_water": "10",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "f2148ab5-f272-4057-b05a-1321e35227b4",
- "name": "Karigurashi's house",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/cd/Karigurashi019.jpg",
- "climate": "Warm",
- "terrain": "Under the floorboards",
- "surface_water": "10",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "45db04e4-304a-4933-9823-33f389e8d74d",
- "title": "From Up on Poppy Hill",
- "description": "The story is set in 1963 in Yokohama. Kokuriko Manor sits on a hill overlooking the harbour. A 16 year-old girl, Umi, lives in that house. Every morning she raises a signal flag facing the sea. The flag means “I pray for safe voyages”. A 17 year-old boy, Shun, always sees this flag from the sea as he rides a tugboat to school. Gradually the pair are drawn to each other but they are faced with a sudden trial. Even so, they keep going without running from facing the hardships of reality.",
- "director": "Gorō Miyazaki",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/b/bb/From_Up_on_Poppy_Hill.jpg",
- "release_date": "2011",
- "rt_score": "83",
- "people": [
- {
- "id": "6a486237-c503-4221-b834-1862f200e939",
- "name": "Umi Matsuzaki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/93/Umi_Matsuzaki.jpg",
- "gender": "Female",
- "age": "16",
- "eye_color": "Hazel",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "5c492592-ea9c-45e8-a9cc-4391037c0202",
- "name": "Shun Kazama",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/59/Shun_Kazama.jpg",
- "gender": "Male",
- "age": "17",
- "eye_color": "Black",
- "hair_color": "Dark brown",
- "specie": "Human"
- },
- {
- "id": "f1c170fa-7c60-420a-8437-253dd39a6bde",
- "name": "Yūichirō Sawamura",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/3e/Yuuichirou_Sawamura.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "721acf20-3470-4010-801b-31f465467d55",
- "name": "Sora Matsuzaki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/49/Sora_Matsuzaki.jpg",
- "gender": "Female",
- "age": "12-14",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "827be987-0563-4a7c-a68b-9d58e46d1687",
- "name": "Shirou Mizunuma",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f1/Shirou_Mizunuma.jpg",
- "gender": "Male",
- "age": "18",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "bec0cbf4-a03c-4379-b2c6-77fca9d5faa8",
- "name": "Ryōko Matsuzaki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/48/Ryouko_Matsuzaki.jpg",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "002708e3-d38f-4518-a7a9-bdb92390d0dc",
- "name": "Riku Matsuzaki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/30/Riku_Matsuzaki.jpg",
- "gender": "Male",
- "age": "11",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "daf8627a-dd28-407a-a36b-d41b13ffc2ed",
- "name": "Hana Matsuzaki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/13/Hana_Matsuzaki.jpg",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Brown",
- "hair_color": "Dark grey",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "be837047-cd6f-477f-a83d-5aec9ed1dda7",
- "name": "Coquelicot Manor",
- "img": "https://cache.desktopnexus.com/thumbseg/2436/2436746-bigthumbnail.jpg",
- "climate": "Warm",
- "terrain": "Hill",
- "surface_water": "30",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "67405111-37a5-438f-81cc-4666af60c800",
- "title": "The Wind Rises",
- "description": "A lifelong love of flight inspires Japanese aviation engineer Jiro Horikoshi, whose storied career includes the creation of the A-6M World War II fighter plane.",
- "director": "Hayao Miyazaki",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/2/2d/The_Wind_Rises.jpg",
- "release_date": "2013",
- "rt_score": "89",
- "people": [
- {
- "id": "97746fd8-1875-4331-8bc6-f43ae25501cd",
- "name": "Naoko Satomi",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d9/Nahoko_Satomi.jpg",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Navy blue",
- "specie": "Human"
- },
- {
- "id": "07b01fdb-87fb-4f3b-a888-b90cf13bc386",
- "name": "Jiro Horikoshi",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d7/Jirou_Horikoshi.jpg",
- "gender": "Male",
- "age": "42",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "53b1d8f7-adb3-49b3-bece-52cda0915e7a",
- "name": "Castorp",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b4/Castorp.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Light brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "ccc07f5c-28bd-4446-aee9-827c61d7f9f1",
- "name": "Kiro Honjo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/6c/Kiro_Honjo.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "54eda936-7f86-4bd8-9493-56e0eebd8eb1",
- "name": "Kayo Horikoshi",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/91/Kayo_Horikoshi.jpg",
- "gender": "Female",
- "age": "10",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "b2453b6b-0718-4740-a0c4-207f12f1903a",
- "name": "Caproni",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/66/Caproni.jpg",
- "gender": "Male",
- "age": "45",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "c8321219-a816-4921-9a58-48c858becb97",
- "name": "Mr. Kurokawa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/bd/Kurokawa.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Navy blue",
- "specie": "Human"
- },
- {
- "id": "50e9d375-afaa-4769-a31d-dee8e37aa8ba",
- "name": "Hattori",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/ec/Hattori.jpg",
- "gender": "Male",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "2b380662-626d-42fb-9e3a-14f951201c8b",
- "name": "Nagoya",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/20/Kazetachinu009.jpg",
- "climate": "Damp",
- "terrain": "Hill",
- "surface_water": "20",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": [
- {
- "id": "411f66ed0-771c-46d3-8f68-a3b65c6dd91c",
- "name": "Mitsubishi 1MF9 ",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/41/Kazetachinu044.jpg",
- "description": "The Mitsubishi 1MF9 or Mitsubishi Experimental Taka-type Carrier Fighter was a prototype Japanese fighter aircraft of the 1920s. It was a single-engined, single-seat biplane intended to operate from the Imperial Japanese Navy's aircraft carriers, but only two were built, with the type being rejected by the Navy.",
- "vehicle_class": "War plane",
- "length": "8",
- "pilot": {
- "id": "07b01fdb-87fb-4f3b-a888-b90cf13bc386",
- "name": "Jiro Horikoshi"
- }
- }
- ]
- },
- {
- "id": "578ae244-7750-4d9f-867b-f3cd3d6fecf4",
- "title": "The Tale of the Princess Kaguya",
- "description": "A bamboo cutter named Sanuki no Miyatsuko discovers a miniature girl inside a glowing bamboo shoot. Believing her to be a divine presence, he and his wife decide to raise her as their own, calling her 'Princess'.",
- "director": "Isao Takahata",
- "producer": "Yoshiaki Nishimura",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/8/87/The_Tale_of_the_Princess_Kaguya.jpg",
- "release_date": "2013",
- "rt_score": "100",
- "people": [
- {
- "id": "a8b338c0-e586-4c1c-8857-f33540d0d4d7",
- "name": "Kaguya",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d4/Kaguya_shows_off_her_teeth.jpg",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Navy blue",
- "specie": "Human"
- },
- {
- "id": "a21fbdd5-16bc-4931-80d0-3ce89ffce778",
- "name": "Sutemaru",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/37/Sutemaru.PNG",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "4c697b7d-4f64-4ac9-ae29-e155eb1693f3",
- "name": "Ishitsukuri",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5c/Ghibli-kaguya-ishitsukuri.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "fe1e5acf-e5e4-4769-9755-989cf7a2e961",
- "name": "Miyatsuko",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/4a/Sanuki_no_Miyatsuko.jpeg",
- "gender": "Male",
- "age": "Elder",
- "eye_color": "Grey",
- "hair_color": "White",
- "specie": "Human"
- },
- {
- "id": "839ff5b9-69ba-4d55-ab77-de939b46b18a",
- "name": "Menowarawa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/22/Menowarawa.jpg",
- "gender": "Female",
- "age": "17",
- "eye_color": "Black",
- "hair_color": "Navy blue",
- "specie": "Human"
- },
- {
- "id": "1752fc88-c6b7-4fef-8b64-51451d808033",
- "name": "Lady Sagami",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/28/Sagami.png",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "942fb1029-b51f-4100-8bee-86547c09b0ff",
- "name": "Inbe no Akita",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/1c/Ghibli-kaguya-akita.jpg",
- "gender": "Male",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "White",
- "specie": "Human"
- },
- {
- "id": "be634b4e-c333-4225-a5f0-2a0aa33d6453",
- "name": "Ōna",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/cb/Ouna.jpg",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "682df5c3-b09e-46af-94d1-ae0d17f9b4b6",
- "name": "Bamboo Forest",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/ec/Ghibli-kaguya-bamboo-forest.jpg",
- "climate": "Tropical",
- "terrain": "Forest",
- "surface_water": "10",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "5fdfb320-2a02-49a7-94ff-5ca418cae602",
- "title": "When Marnie Was There",
- "description": "The film follows Anna Sasaki living with her relatives in the seaside town. Anna comes across a nearby abandoned mansion, where she meets Marnie, a mysterious girl who asks her to promise to keep their secrets from everyone. As the summer progresses, Anna spends more time with Marnie, and eventually Anna learns the truth about her family and foster care.",
- "director": "Hiromasa Yonebayashi",
- "producer": "Yoshiaki Nishimura",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/7/7a/When_Marnie_Was_There.jpg",
- "release_date": "2014",
- "rt_score": "92",
- "people": [
- {
- "id": "4a6a60d1-cb07-464f-889c-fecaff19b4ef",
- "name": "Marnie",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/21/Marnie.jpg",
- "gender": "Female",
- "age": "12",
- "eye_color": "Green",
- "hair_color": "Blonde",
- "specie": "Human"
- },
- {
- "id": "28d07ace-c309-48c6-b48e-ae2ece3a238c",
- "name": "Anna Sasaki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/ae/Anna.png",
- "gender": "Female",
- "age": "12",
- "eye_color": "Blue",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "d0a0bd7c-7521-45a2-a681-573a67f34a5b",
- "name": "Emily",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/cd/13_year_old_Emily.png",
- "gender": "Female",
- "age": "20",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "08fdd37a-2cf0-4f91-ae1c-344ecff39753",
- "name": "Kazuhiko",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/09/Kazuhiko.jpg",
- "gender": "Male",
- "age": "Teenager",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "66bca178-9920-4ec3-91e9-0d5b8a76dba1",
- "name": "Setsu Oiwa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/6e/Setsu.jpg",
- "gender": "Female",
- "age": "50-60",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "5b8e4413-f943-40ba-8f9f-0ba059a401f0",
- "name": "Hisako",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/93/Hisako.png",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Dark brown",
- "hair_color": "Grey",
- "specie": "Human"
- },
- {
- "id": "c827feae-8ccf-4ced-84cb-bc3e226b1cd1",
- "name": "Yoriko Sasaki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5d/Yoriko_Sasaki.jpg",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "9d3730cb-ec15-4bf9-a2fb-a7772e5e1c03",
- "name": "Sayaka",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/7/79/Sayaka.jpg",
- "gender": "Female",
- "age": "11",
- "eye_color": "Teal",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "31b49ef6-ee60-4603-b983-e67fa0718aa9",
- "name": "Kiyomasa Ōiwa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d7/Kiyomasa.jpg",
- "gender": "Male",
- "age": "50-60",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "5d52d16f-ce72-41bd-8d88-436e206d9449",
- "name": "Doctor Yamashita",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/8a/Yamashita.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Navy blue",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "56e423c4-d9a1-44c4-8bdb-1cab45fbf63e",
- "name": "The Marsh House",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/8c/Marsh_house.jpg",
- "climate": "Mild",
- "terrain": "Marsh",
- "surface_water": "60",
- "residents": []
- }
- ],
- "vehicles": []
- }
- ]
-}
diff --git a/src/data/ghibli/ghibli.json b/src/data/ghibli/ghibli.json
deleted file mode 100644
index 633b40a3..00000000
--- a/src/data/ghibli/ghibli.json
+++ /dev/null
@@ -1,2435 +0,0 @@
-{
- "studio": "Studio Ghibli Inc.",
- "films": [
- {
- "id": "2baf70d1-42bb-4437-b551-e5fed5a87abe",
- "title": "Castle in the Sky",
- "description": "The orphan Sheeta inherited a mysterious crystal that links her to the mythical sky-kingdom of Laputa. With the help of resourceful Pazu and a rollicking band of sky pirates, she makes her way to the ruins of the once-great civilization. Sheeta and Pazu must outwit the evil Muska, who plans to use Laputa's science to make himself ruler of the world.",
- "director": "Hayao Miyazaki",
- "producer": "Isao Takahata",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c1/Castle_in_the_Sky.jpg",
- "release_date": "1986",
- "rt_score": "95",
- "people": [
- {
- "id": "fe93adf2-2f3a-4ec4-9f68-5422f1b87c01",
- "name": "Pazu",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/8b/Pazu.jpg",
- "gender": "Male",
- "age": "13",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "598f7048-74ff-41e0-92ef-87dc1ad980a9",
- "name": "Lusheeta Toel Ul Laputa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c3/Sheeta.jpg",
- "gender": "Female",
- "age": "13",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "3bc0b41e-3569-4d20-ae73-2da329bf0786",
- "name": "Dola",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b3/Dola.png",
- "gender": "Female",
- "age": "60",
- "eye_color": "Black",
- "hair_color": "Peach",
- "specie": "Human"
- },
- {
- "id": "abe886e7-30c8-4c19-aaa5-d666e60d14de",
- "name": "Romska Palo Ul Laputa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d5/Muska.jpg",
- "gender": "Male",
- "age": "33",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "e08880d0-6938-44f3-b179-81947e7873fc",
- "name": "Uncle Pom",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/de/Uncle_Pom.png",
- "gender": "Male",
- "age": "Unspecified/Elderly",
- "eye_color": "Black",
- "hair_color": "White",
- "specie": "Human"
- },
- {
- "id": "5c83c12a-62d5-4e92-8672-33ac76ae1fa0",
- "name": "General Muoro",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/12/Muoro.jpg",
- "gender": "Male",
- "age": "Unspecified/Adult",
- "eye_color": "Black",
- "hair_color": "None",
- "specie": "Human"
- },
- {
- "id": "3f4c408b-0bcc-45a0-bc8b-20ffc67a2ede",
- "name": "Duffi",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0a/Duffi.png",
- "gender": "Male",
- "age": "Unspecified/Adult",
- "eye_color": "Dark brown",
- "hair_color": "Dark brown",
- "specie": "Human"
- },
- {
- "id": "fcb4a2ac-5e41-4d54-9bba-33068db083ca",
- "name": "Louis",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/28/Charlies.jpg",
- "gender": "Male",
- "age": "30",
- "eye_color": "Dark brown",
- "hair_color": "Dark brown",
- "specie": "Human"
- },
- {
- "id": "2cb76c15-772a-4cb3-9919-3652f56611d0",
- "name": "Charles",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f0/Charlie.jpg",
- "gender": "Male",
- "age": "Unspecified/Adult",
- "eye_color": "Dark brown",
- "hair_color": "Light brown",
- "specie": "Human"
- },
- {
- "id": "f6f2c477-98aa-4796-b9aa-8209fdeed6b9",
- "name": "Henri",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/15/Henri.jpg",
- "gender": "Male",
- "age": "Unspecified/Adult",
- "eye_color": "Dark brown",
- "hair_color": "Reddish brown",
- "specie": "Human"
- },
- {
- "id": "05d8d01b-0c2f-450e-9c55-aa0daa34838e",
- "name": "Motro",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/17/Eggman_laputa.jpg",
- "gender": "Male",
- "age": "Unspecified/Adult",
- "eye_color": "Dark brown",
- "hair_color": "None",
- "specie": "Human"
- },
- {
- "id": "b22a684f-1819-40c8-94a6-d40c3b5e18eb",
- "name": "Okami",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/65/Okami.jpg",
- "gender": "Female",
- "age": "50",
- "eye_color": "Dark brown",
- "hair_color": "Orange",
- "specie": "Human"
- },
- {
- "id": "40c005ce-3725-4f15-8409-3e1b1b14b583",
- "name": "Colonel Muska",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d3/Colonelmuska2bodyguards.JPG",
- "gender": "Male",
- "age": "33",
- "eye_color": "Grey",
- "hair_color": "Brown",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "6ba60a86-7c74-4ec4-a6f4-7112b5705a2f",
- "name": "Gondoa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/25/Thumbnail-8.jpeg",
- "climate": "TODO",
- "terrain": "TODO",
- "surface_water": "40",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "26361a2c-32c6-4bd5-ae9c-8e40e17ae28d",
- "name": "Pazu's Mines",
- "img": "https://preview.redd.it/fmikehlh8dl41.jpg?auto=webp&s=a997a7d6726fc151a438985899b052d0fd357716",
- "climate": "Dry",
- "terrain": "Hill",
- "surface_water": "0",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "0fafa7a3-64c1-43fe-881b-ecb605c01e09",
- "name": "Laputa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/e7/Laputa.png",
- "climate": "Continental",
- "terrain": "City",
- "surface_water": "40",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "0132f7f6-fd52-4ac3-b5df-c96b609f77b6",
- "name": "Tedis",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/13/Tedis.jpg",
- "climate": "Continental",
- "terrain": "Hill",
- "surface_water": "30",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": [
- {
- "id": "4e09b023-f650-4747-9ab9-eacf14540cfb",
- "name": "Air Destroyer Goliath",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/e5/Goliath.png",
- "description": "A military airship utilized by the government to access Laputa",
- "vehicle_class": "Airship",
- "length": "1,000",
- "pilot": {
- "id": "40c005ce-3725-4f15-8409-3e1b1b14b583",
- "name": "Colonel Muska"
- }
- }
- ]
- },
- {
- "id": "58611129-2dbc-4a81-a72f-77ddfc1b1b49",
- "title": "My Neighbor Totoro",
- "description": "Two sisters move to the country with their father in order to be closer to their hospitalized mother, and discover the surrounding trees are inhabited by Totoros, magical spirits of the forest. When the youngest runs away from home, the older sister seeks help from the spirits to find her.",
- "director": "Hayao Miyazaki",
- "producer": "Hayao Miyazaki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/d/db/My_Neighbor_Totoro.jpg",
- "release_date": "1988",
- "rt_score": "93",
- "people": [
- {
- "id": "986faac6-67e3-4fb8-a9ee-bad077c2e7fe",
- "name": "Satsuki Kusakabe",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f2/Satsuki_Kusakabe.jpg",
- "gender": "Female",
- "age": "11",
- "eye_color": "Dark Brown/Black",
- "hair_color": "Dark Brown",
- "specie": "Human"
- },
- {
- "id": "d5df3c04-f355-4038-833c-83bd3502b6b9",
- "name": "Mei Kusakabe",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b5/God_Jul_Mei_%C3%B6nskar_fr%C3%A5n_Tomten.jpg",
- "gender": "Female",
- "age": "4",
- "eye_color": "Brown",
- "hair_color": "Light Brown",
- "specie": "Human"
- },
- {
- "id": "3031caa8-eb1a-41c6-ab93-dd091b541e11",
- "name": "Tatsuo Kusakabe",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d6/Tatsuo_Kusakabe.jpg",
- "gender": "Male",
- "age": "37",
- "eye_color": "Brown",
- "hair_color": "Dark Brown",
- "specie": "Human"
- },
- {
- "id": "87b68b97-3774-495b-bf80-495a5f3e672d",
- "name": "Yasuko Kusakabe",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/7/7b/Yasuko_Kusakabe.png",
- "gender": "Female",
- "age": "36",
- "eye_color": "Brown",
- "hair_color": "Dark Brown",
- "specie": "Human"
- },
- {
- "id": "08ffbce4-7f94-476a-95bc-76d3c3969c19",
- "name": "Granny",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d9/Granny.png",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Human"
- },
- {
- "id": "0f8ef701-b4c7-4f15-bd15-368c7fe38d0a",
- "name": "Kanta Ogaki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c3/Kanta.jpg",
- "gender": "Male",
- "age": "11",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "d39deecb-2bd0-4770-8b45-485f26e1381f",
- "name": "Totoro",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/df/Totoro_in_the_rain.png",
- "gender": "Male",
- "age": "1300",
- "eye_color": "Grey",
- "hair_color": "Grey",
- "specie": "Totoro"
- },
- {
- "id": "591524bc-04fe-4e60-8d61-2425e42ffb2a",
- "name": "Chu Totoro",
- "img": "https://www.ghibli.jp/gallery/thumb-totoro019.png",
- "gender": "NA",
- "age": "",
- "eye_color": "Black",
- "hair_color": "Blue",
- "specie": "Totoro"
- },
- {
- "id": "c491755a-407d-4d6e-b58a-240ec78b5061",
- "name": "Chibi Totoro",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c5/Little_Totoro_spirit_moving.gif",
- "gender": "NA",
- "age": "",
- "eye_color": "Black",
- "hair_color": "White",
- "specie": "Totoro"
- },
- {
- "id": "f467e18e-3694-409f-bdb3-be891ade1106",
- "name": "Catbus",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/30/Catbus.jpg",
- "gender": "Male",
- "age": "NA",
- "eye_color": "Yellow",
- "hair_color": "Brown",
- "specie": "Cat"
- }
- ],
- "locations": [
- {
- "id": "660c8c91-bd92-43db-b475-b2df6ca96fec",
- "name": "Kusakabe's House",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f3/Kusakabe_Family_House.jpg",
- "climate": "Mild",
- "terrain": "River",
- "surface_water": "40",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "6fc21b76-78fb-4451-98f7-857e32a23e85",
- "name": "Matsugo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/08/Min_Granne_Totoro_v%C3%A4rlden.jpg",
- "climate": "Continental",
- "terrain": "River",
- "surface_water": "60",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "ee897b2a-405e-42b9-bff4-8b51b0f03cab",
- "name": "Satsuki's School House",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/dd/Satsuki%27s_School_House.jpg",
- "climate": "Mild",
- "terrain": "River",
- "surface_water": "60",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "ea660b10-85c4-4ae3-8a5f-41cea3648e3e",
- "title": "Kiki's Delivery Service",
- "description": "A young witch, on her mandatory year of independent life, finds fitting into a new community difficult while she supports herself by running an air courier service.",
- "director": "Hayao Miyazaki",
- "producer": "Hayao Miyazaki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/4/48/Kiki%27s_Delivery_Service_%282%29.jpg",
- "release_date": "1989",
- "rt_score": "96",
- "people": [
- {
- "id": "4151abc6-1a9e-4e6a-5678-aac05ra641js",
- "name": "Kiki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/59/Kiki.jpg",
- "gender": "Female",
- "age": "13",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Witch"
- },
- {
- "id": "7151abc6-1a9e-4e6a-9711-ddb50ea572ec",
- "name": "Jiji",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b4/Jiji.jpg",
- "gender": "Male",
- "age": "13",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Cat"
- },
- {
- "id": "6574cfr2-9w3d-2x1h-8531-gge23iu489ko",
- "name": "Ursula",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/12/Ursula.jpg",
- "gender": "Female",
- "age": "18",
- "eye_color": "Black",
- "hair_color": "Red",
- "specie": "Human"
- },
- {
- "id": "4321dse3-6r6s-3r4d-5641-rdq19re765de",
- "name": "Tombo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/6f/Tombo.jpg",
- "gender": "Male",
- "age": "13",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "8252ebf6-1g8f-5t6u-1234-vvg45yd363dc",
- "name": "Osono",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/3a/Osono.jpg",
- "gender": "Female",
- "age": "30",
- "eye_color": "Brown",
- "hair_color": "Red",
- "specie": "Human"
- },
- {
- "id": "7654ght4-3r4t-1t5u-0987-hhj76gh432gr",
- "name": "Fukuo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/29/Fukuo.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "fb083a4e-77b2-4623-a2e0-6bbca5bfd5b2",
- "name": "Ursula's Log Cabin",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b5/Ursula%27s_Log_Cabin.jpg",
- "climate": "TODO",
- "terrain": "TODO",
- "surface_water": "40",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "c57fb2cb-ea85-4d73-8808-cf5dcd28c22e",
- "name": "Koriko",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/05/Koriko.jpg",
- "climate": "Mild",
- "terrain": "Hill",
- "surface_water": "50",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "62346d33-caa0-4c17-8016-0aca56f3066b",
- "name": "Karikiya",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/e3/Majo002.jpg",
- "climate": "Mild",
- "terrain": "City",
- "surface_water": "30",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "64a996aa-481e-4627-9624-ab23f59a05a9",
- "name": "Guchokipanya",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0f/Gutiokipanja.jpg",
- "climate": "Continental",
- "terrain": "Hill",
- "surface_water": "50",
- "residents": [
- {
- "id": "8252ebf6-1g8f-5t6u-1234-vvg45yd363dc",
- "name": "Osono"
- },
- {
- "id": "7654ght4-3r4t-1t5u-0987-hhj76gh432gr",
- "name": "Fukuo"
- }
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "12cfb892-aac0-4c5b-94af-521852e46d6a",
- "title": "Grave of the Fireflies",
- "description": "In the latter part of World War II, a boy and his sister, orphaned when their mother is killed in the firebombing of Tokyo, are left to survive on their own in what remains of civilian life in Japan. The plot follows this boy and his sister as they do their best to survive in the Japanese countryside, battling hunger, prejudice, and pride in their own quiet, personal battle.",
- "director": "Isao Takahata",
- "producer": "Toru Hara",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a5/Grave_of_the_Fireflies_Japanese_poster.jpg",
- "release_date": "1988",
- "rt_score": "97",
- "people": [
- {
- "id": "8cb959a8-1959-42f3-bb33-07d7a2e6b830",
- "name": "Seita Yokokawa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/21/Seita_Yokokawa.jpg",
- "gender": "Male",
- "age": "14",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "c344d561-6654-4aab-b0df-a1570e7e60cb",
- "name": "Setsuko Yokokawa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a8/Setsuko_Yokokawa.jpg",
- "gender": "Female",
- "age": "4",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "227c01a6-4e29-4582-bc4b-35106a704ab0",
- "name": "Mrs. Yokokawa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/39/SeitaMother.png",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "023306e3-9fc6-4d1d-b681-d4649dcbfff9",
- "name": "Kiyoshi Yokokawa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f6/SeitaFather3.jpg",
- "gender": "Male",
- "age": "40",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "0e18b23d-1f21-4a83-a6de-f01147624875",
- "name": "Seita's Aunt",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/09/SeitaAunt.jpg",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- }
- ],
- "locations": [],
- "vehicles": []
- },
- {
- "id": "4e236f34-b981-41c3-8c65-f8c9000b94e7",
- "title": "Only Yesterday",
- "description": "It’s 1982, and Taeko is 27 years old, unmarried, and has lived her whole life in Tokyo. She decides to visit her family in the countryside, and as the train travels through the night, memories flood back of her younger years: the first immature stirrings of romance, the onset of puberty, and the frustrations of math and boys. At the station she is met by young farmer Toshio, and the encounters with him begin to reconnect her to forgotten longings. In lyrical switches between the present and the past, Taeko contemplates the arc of her life, and wonders if she has been true to the dreams of her childhood self.",
- "director": "Isao Takahata",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a9/Only_Yesterday.jpg",
- "release_date": "1991",
- "rt_score": "100",
- "people": [
- {
- "id": "d0bb7b5f-3bf0-46c8-959d-0299b3252bd8",
- "name": "Taeko Okajima",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d4/Taeko_Okajima.png",
- "gender": "Female",
- "age": "27",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "3f78eba1-f9b0-489b-8686-f4508cdf049d",
- "name": "Toshio",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5d/Toshio.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "52ed5cad-2464-481f-9786-8533b8de95ff",
- "name": "Mr. Okajima",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/58/Mr._Okajima.png",
- "gender": "Male",
- "age": "Middle age",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "87e61451-3131-4d01-a3b3-558c9ee1c451",
- "name": "Mrs. Okajima",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/18/Mrs._Okajima_%282%29.png",
- "gender": "Female",
- "age": "Middle age",
- "eye_color": "Black",
- "hair_color": "Light brown",
- "specie": "Human"
- },
- {
- "id": "0174e644-eddd-4cb7-8503-e0c21291d782",
- "name": "Grandmother Okajima",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0f/Grandmother_Okajima_%282%29.jpg",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Human"
- },
- {
- "id": "a88cb7a4-fe4a-4d50-8d8b-c32449e298ba",
- "name": "Nanako Okajima",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c1/Nanako_Okajima.png",
- "gender": "Female",
- "age": "18",
- "eye_color": "Black",
- "hair_color": "Light brown",
- "specie": "Human"
- },
- {
- "id": "c8f02850-0c1f-499c-8b5e-d8ad16f3ecc4",
- "name": "Yaeko Okajima",
- "gender": "Female",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a8/Yaeko_Okajima.jpg",
- "age": "16",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Human"
- },
- {
- "id": "6e960787-5a47-4178-a040-1ef5bf5e4a6c",
- "name": "Tani Tsuneko",
- "img": "https://www.anime-planet.com/images/characters/tani-tsuneko-100171.jpg",
- "gender": "Female",
- "age": "10",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "cd86aeb2-4fd7-4119-8128-7060e0a68074",
- "name": "Aiko",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5d/Aiko.jpg",
- "gender": "Female",
- "age": "10",
- "eye_color": "Black",
- "hair_color": "Grey brown",
- "specie": "Human"
- },
- {
- "id": "3ab1e0de-4d41-4f67-b2d0-e16d0fef2e6c",
- "name": "Toko",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/af/Toko.jpg",
- "gender": "Female",
- "age": "10",
- "eye_color": "Black",
- "hair_color": "Light brown",
- "specie": "Human"
- },
- {
- "id": "f4a85428-18b7-4199-ba5a-b6bcfb478e14",
- "name": "Rie",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/00/Rie_01.png",
- "gender": "Female",
- "age": "10",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "dbeeaecb-7817-4b8b-90ca-edc432d3033e",
- "name": "Taeko's House",
- "img": "https://images.squarespace-cdn.com/content/v1/54fc8146e4b02a22841f4df7/1571850401468-9TTOSKJGO49OEAKEJ4O6/Art+of+Only+Yesterday+C+-+8.jpg",
- "climate": "Continental",
- "terrain": "River",
- "surface_water": "40",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "ebbb6b7c-945c-41ee-a792-de0e43191bd8",
- "title": "Porco Rosso",
- "description": "Porco Rosso, known in Japan as Crimson Pig (Kurenai no Buta) is the sixth animated film by Hayao Miyazaki and released in 1992. You're introduced to an Italian World War I fighter ace, now living as a freelance bounty hunter chasing 'air pirates' in the Adriatic Sea. He has been given a curse that changed his head to that of a pig. Once called Marco Pagot, he is now known to the world as 'Porco Rosso', Italian for 'Red Pig.'",
- "director": "Hayao Miyazaki",
- "producer": "Toshio Suzuki",
- "poster" : "https://static.wikia.nocookie.net/studio-ghibli/images/4/41/Porco_Rosso.jpg",
- "release_date": "1992",
- "rt_score": "94",
- "people": [
- {
- "id": "6523068d-f5a9-4150-bf5b-76abe6fb42c3",
- "name": "Porco Rosso",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/02/Porcellino%21.png",
- "gender": "Male",
- "age": "47",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "eff43a47-e59c-41bd-bcc6-b1827d63bed5",
- "name": "Donald Curtis",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/61/Donald_Curtis.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "4a2e2cee-08ca-4d44-9564-2b3e5421bafb",
- "name": "Fio Piccolo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/16/Fio_%282%29.jpg",
- "gender": "Female",
- "age": "17",
- "eye_color": "Brown",
- "hair_color": "Red",
- "specie": "Human"
- },
- {
- "id": "127317b3-f6f8-4aea-b294-20452a3334f5",
- "name": "Gina",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/eb/Gina.jpg",
- "gender": "Female",
- "age": "circa 23-35",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "2ac81cc3-7292-40ab-9e8f-4a370a58e3c8",
- "name": "Mr. Piccolo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0e/Mr_Piccolo.jpg",
- "gender": "Male",
- "age": "Middle aged",
- "eye_color": "Brown",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "a63c25f4-41a4-4f78-933f-3c14e2903a8f",
- "name": "Capo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/98/Aiuto_Gang_boss.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Bald",
- "specie": "Human"
- },
- {
- "id": "5fd7416f-d928-4ebc-a4fb-d9bbdf99b06a",
- "name": "Ferrari",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/be/Porco_Rosso_-_Ferrari.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "34df8f25-8f80-4823-8f01-bf9852039987",
- "name": "Piccolo S.P.A.",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/4f/Piccolos_garage.jpg",
- "climate": "Continental",
- "terrain": "River",
- "surface_water": "40",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": [
- {
- "id": "d8f893b5-1dd9-41a1-9918-0099c1aa2de8",
- "name": "Red Wing",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/8f/Porco%27s_Plane.jpg",
- "description": "An experimental aircraft captured by Porco. Named Savoia S.21",
- "vehicle_class": "Airplane",
- "length": "20",
- "pilot": {
- "id": "6523068d-f5a9-4150-bf5b-76abe6fb42c3",
- "name": "Porco Rosso"
- }
- },
- {
- "id": "7eb1b9cd-8153-4ef6-a0d4-1e9abd8d78da",
- "name": "Dabohaze",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/99/Aiuto_Gang.jpg",
- "description": "It's the Mamma Aiuto Gang's battle ship, They're an air pirate gang lead by Capo",
- "vehicle_class": "Battle ship",
- "length": "NA",
- "pilot": {
- "id": "a63c25f4-41a4-4f78-933f-3c14e2903a8f",
- "name": "Capo"
- }
- }
- ]
- },
- {
- "id": "1b67aa9a-2e4a-45af-ac98-64d6ad15b16c",
- "title": "Pom Poko",
- "description": "As the human city development encroaches on the raccoon population's forest and meadow habitat, the raccoons find themselves faced with the very real possibility of extinction. In response, the raccoons engage in a desperate struggle to stop the construction and preserve their home.",
- "director": "Isao Takahata",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/9/9e/Pom_Poko.jpg",
- "release_date": "1994",
- "rt_score": "78",
- "people": [
- {
- "id": "575d6943-f9da-445e-8e77-e118c3924a1d",
- "name": "Shoukichi",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/59/Shoukichi_1.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Raccoon Dog"
- },
- {
- "id": "9298c4fe-a508-463f-aad7-d55742e9a4e5",
- "name": "Okiyo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/bd/Okiyo.jpg",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Raccoon Dog"
- },
- {
- "id": "220c7498-c390-4456-b853-bac107d16ff7",
- "name": "Seizaemon",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d9/Seizaemon.jpg",
- "gender": "Male",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Raccoon Dog"
- },
- {
- "id": "718f634a-ea92-4907-a262-5a71a0661dcd",
- "name": "Oroku",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/07/Oroku.jpg",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "Grey brown",
- "specie": "Raccoon Dog"
- },
- {
- "id": "7367f154-4d9b-4e3e-89cf-2bd55c4d817f",
- "name": "Gonta",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0b/Gonta.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Raccoon Dog"
- },
- {
- "id": "041cad03-ad0d-4f80-aeaa-71f9f64334df",
- "name": "Inugami Gyōbu",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/99/Inugami.jpg",
- "gender": "Male",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "Grey brown",
- "specie": "Raccoon Dog"
- }
- ],
- "locations": [],
- "vehicles": []
- },
- {
- "id": "ff24da26-a969-4f0e-ba1e-a122ead6c6e3",
- "title": "Whisper of the Heart",
- "description": "Shizuku lives a simple life, dominated by her love for stories and writing. One day she notices that all the library books she has have been previously checked out by the same person: 'Seiji Amasawa'. Curious as to who he is, Shizuku meets a boy her age whom she finds infuriating, but discovers to her shock that he is her 'Prince of Books'. As she grows closer to him, she realises that he merely read all those books to bring himself closer to her. The boy Seiji aspires to be a violin maker in Italy, and it is his dreams that make Shizuku realise that she has no clear path for her life. Knowing that her strength lies in writing, she tests her talents by writing a story about Baron, a cat statuette belonging to Seiji's grandfather.",
- "director": "Yoshifumi Kondō",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/7/7b/Whisper_of_the_Heart.jpg",
- "release_date": "1995",
- "rt_score": "91",
- "people": [
- {
- "id": "42a69bf6-b5e8-42b1-b05a-12c3d05e7c1e",
- "name": "Shizuku Tsukishima",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/67/Shizuku_Tsukishima.jpg",
- "gender": "Female",
- "age": "14",
- "eye_color": "Black",
- "hair_color": "Light black",
- "specie": "Human"
- },
- {
- "id": "fc196c4f-0201-4ed2-9add-c6403f7c4d32",
- "name": "Baron Humbert von Gikkingen",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/4f/Humbert_von_Gikkingen.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Green",
- "hair_color": "Yellow",
- "specie": "Cat"
- },
- {
- "id": "079db09e-0441-442b-8c17-af5cac8321c4",
- "name": "Seiji Amasawa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c5/Seiji_Amasawa.jpg",
- "gender": "Male",
- "age": "15",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "494bba43-9f61-4383-a597-5bae6ab26222",
- "name": "Yuko Harada",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/cb/Yuko_Harada.jpg",
- "gender": "Female",
- "age": "14",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "e432a1fe-e937-4575-bade-d11e9f8a9433",
- "name": "Sugimura",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b7/Sugimura.jpg",
- "gender": "Male",
- "age": "14",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "182c1f2a-e1e0-4035-b87a-754d58ed6e2d",
- "name": "Seiya Tsukishima",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b3/Seiya_Tsukishima.jpg",
- "gender": "Male",
- "age": "40",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "d92e61f3-f525-4740-9f06-c9e7b19c3d11",
- "name": "Asako Tsukishima",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/ac/Asako_Tsukishima.jpg",
- "gender": "Female",
- "age": "39",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "61b51987-dd67-479b-aa03-554834b7edd7",
- "name": "Shiro Nishi",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0f/Shiro_Nishi.jpg",
- "gender": "Male",
- "age": "70",
- "eye_color": "Black",
- "hair_color": "White",
- "specie": "Human"
- },
- {
- "id": "e40b4241-612b-402f-8e6c-067c44e9c618",
- "name": "Shiho Tsukishima",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/02/Shiho_Tsukishima.jpg",
- "gender": "Female",
- "age": "18",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "42f787d8-1fcb-4d3d-82f2-a74409869368",
- "name": "Seiji's House",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a7/Mimi011.jpg",
- "climate": "Continental",
- "terrain": "City",
- "surface_water": "0",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "0440483e-ca0e-4120-8c50-4c8cd9b965d6",
- "title": "Princess Mononoke",
- "description": "Ashitaka, a prince of the disappearing Ainu tribe, is cursed by a demonized boar god and must journey to the west to find a cure. Along the way, he encounters San, a young human woman fighting to protect the forest, and Lady Eboshi, who is trying to destroy it. Ashitaka must find a way to bring balance to this conflict.",
- "director": "Hayao Miyazaki",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c6/Princess_Mononoke.jpg",
- "release_date": "1997",
- "rt_score": "92",
- "people": [
- {
- "id": "ba924631-068e-4436-b6de-f3283fa848f0",
- "name": "Ashitaka",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/49/Ashitaka.jpg",
- "gender": "Male",
- "age": "17",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "ebe40383-aad2-4208-90ab-698f00c581ab",
- "name": "San",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/3f/San.jpg",
- "gender": "Female",
- "age": "16",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "34277bec-7401-43fa-a00a-5aee64b45b08",
- "name": "Eboshi",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/9f/Eboshi.png",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Hazel",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "91939012-90b9-46e5-a649-96b898073c82",
- "name": "Jigo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/7/79/Jigo_%282%29.jpg",
- "gender": "Male",
- "age": "Middle age",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "20e3bd33-b35d-41e6-83a4-57ca7f028d38",
- "name": "Kohroku",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d1/Kohroku_gives.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "8bccdc78-545b-49f4-a4c8-756163a38c91",
- "name": "Gonza",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/42/Gonza_%282%29.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Grey",
- "hair_color": "Bald, but beard is Brown",
- "specie": "Human"
- },
- {
- "id": "116bfe1b-3ba8-4fa0-8f72-88537a493cb9",
- "name": "Hii-sama",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/83/Hii-sama.jpg",
- "gender": "Female",
- "age": "Over 50",
- "eye_color": "Brown",
- "hair_color": "White",
- "specie": "Human"
- },
- {
- "id": "030555b3-4c92-4fce-93fb-e70c3ae3df8b",
- "name": "Yakul",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/ef/Yakul.jpg",
- "age": "Unknown",
- "gender": "Male",
- "eye_color": "Grey",
- "hair_color": "Brown",
- "specie": "Red elk"
- },
- {
- "id": "ca568e87-4ce2-4afa-a6c5-51f4ae80a60b",
- "name": "Shishigami",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b7/Forest_Spirit.jpg",
- "age": "400",
- "gender": "Male",
- "eye_color": "Red",
- "hair_color": "Light Orange",
- "specie": "Spirit"
- },
- {
- "id": "e9356bb5-4d4a-4c93-aadc-c83e514bffe3",
- "name": "Moro",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5e/Moro.png",
- "gender": "Female",
- "age": "300",
- "eye_color": "Brown",
- "hair_color": "White",
- "specie": "Wolf"
- }
- ],
- "locations": [
- {
- "id": "11014596-71b0-4b3e-b8c0-1c4b15f28b9a",
- "name": "Irontown",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/ac/Mononoke_-_Irontown.jpg",
- "climate": "Continental",
- "terrain": "Mountain",
- "surface_water": "40",
- "residents": [
- {
- "id": "ba924631-068e-4436-b6de-f3283fa848f0",
- "name": "Ashitaka"
- },
- {
- "id": "030555b3-4c92-4fce-93fb-e70c3ae3df8b",
- "name": "Yakul"
- }
- ]
- },
- {
- "id": "615aa48d-8673-4117-b35a-79cb67af1897",
- "name": "Forest",
- "img": "https://www.teahub.io/photos/full/230-2307062_princess-mononoke-forest-spirit.jpg",
- "climate": "Tropical",
- "terrain": "Forest",
- "surface_water": "60",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "45204234-adfd-45cb-a505-a8e7a676b114",
- "title": "My Neighbors the Yamadas",
- "description": "The Yamadas are a typical middle class Japanese family in urban Tokyo and this film shows us a variety of episodes of their lives. With tales that range from the humourous to the heartbreaking, we see this family cope with life's little conflicts, problems and joys in their own way.",
- "director": "Isao Takahata",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/d/db/My_Neighbors_the_Yamadas.jpg",
- "release_date": "1999",
- "rt_score": "75",
- "people": [
- {
- "id": "7b3324ad-0ac9-417d-9905-ac001f6b7b1a",
- "name": "Takashi Yamada",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/84/Takashi.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "562cf83f-fe38-44bf-8840-f8120b373c07",
- "name": "Matsuko Yamada",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/85/Matsuko_Yamada.png",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Human"
- },
- {
- "id": "33504e52-626b-4718-b324-d06a5b64ccfe",
- "name": "Noboru Yamada",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d4/Noboru.jpg",
- "gender": "Male",
- "age": "13",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "097a7111-7bca-43e2-b8ad-0042c175b8c9",
- "name": "Nonoko Yamada",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/56/Nonoko_Yamada.jpg",
- "gender": "Female",
- "age": "5",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "10857681-11a2-48df-98ec-de711a6c56cf",
- "name": "Shige Yamano",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/97/Shige_Yamano.jpg",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "White",
- "specie": "Human"
- }
- ],
- "locations": [],
- "vehicles": []
- },
- {
- "id": "dc2e6bd1-8156-4886-adff-b39e6043af0c",
- "title": "Spirited Away",
- "description": "Spirited Away is an Oscar winning Japanese animated film about a ten year old girl who wanders away from her parents along a path that leads to a world ruled by strange and unusual monster-like animals. Her parents have been changed into pigs along with others inside a bathhouse full of these creatures. Will she ever see the world how it once was?",
- "director": "Hayao Miyazaki",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/9/9e/Spirited_Away.png",
- "release_date": "2001",
- "rt_score": "97",
- "people": [
- {
- "id": "134a568b-ac18-4696-a53e-4f0757d1c037",
- "name": "Chihiro Ogino/Sen",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/8e/Chihiro_Ogino.jpg",
- "gender": "Female",
- "age": "10",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "a1143897-679f-4c16-8b20-538976c144d6",
- "name": "Nigihayami Kohakunushi/Haku",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/89/Haku-2.png",
- "gender": "Male",
- "age": "12 (in appearance)",
- "eye_color": "Green",
- "hair_color": "Green",
- "specie": "Deity, Dragon"
- },
- {
- "id": "177722d8-6fb0-4811-ad83-4d9c272eaebe",
- "name": "Yubaba",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f8/Yubaba-0.jpg",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Dark brown",
- "hair_color": "White",
- "specie": "Witch"
- },
- {
- "id": "5fbcf921-a560-400e-bc15-c8fb4ef05909",
- "name": "Kamajī",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/7/78/Kamaji.jpg",
- "gender": "Male",
- "age": "At least 40 years",
- "eye_color": "NA",
- "hair_color": "Bald",
- "specie": "Spirit"
- },
- {
- "id": "969850ec-4ab6-4170-ab6b-ae6ac42e1e9a",
- "name": "No-Face",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/9d/No-Face_infobox.png",
- "gender": "Unknown (Possible Male)",
- "age": "unknown",
- "eye_color": "NA",
- "hair_color": "NA",
- "specie": "Spirit"
- },
- {
- "id": "cf0a2a1b-8b65-4794-98ae-bd89de49fa62",
- "name": "Lin",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/35/Lin-HBO_Max.png",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Spirit of The White Fox"
- },
- {
- "id": "d2feee01-5531-4385-aa0a-1e608aaf0747",
- "name": "Boh",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/7/7e/Boh_winks.jpg",
- "gender": "Male",
- "age": "Child",
- "eye_color": "Black",
- "hair_color": "Bald",
- "specie": "unknown"
- },
- {
- "id": "d9aceca5-beb9-4b2a-85ba-fc17d33750f8",
- "name": "Zeniba",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d8/Zeniba.png",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Dark brown",
- "hair_color": "White",
- "specie": "Witch"
- },
- {
- "id": "0588017a-8113-43cd-9025-518c9c0d5111",
- "name": "Akio Ogino",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/47/Akio_Ogino.jpg",
- "gender": "Male",
- "age": "38",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "2e7bb7bf-4149-4df5-b6e4-76064021651c",
- "name": "Yūko Ogino",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c6/Ichiyuko_Ogino.png",
- "gender": "Female",
- "age": "35",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "a072ec53-0467-4fac-864f-df234f9c4315",
- "name": "Zeniba's Cottage",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/ec/Zeniba%27s_Cottage.png",
- "climate": "TODO",
- "terrain": "TODO",
- "surface_water": "40",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "37d13a96-a03a-451d-8871-80be0495486e",
- "name": "Bathhouse",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/80/Chihiro_sees_the_Bathhouse.png",
- "climate": "Continental",
- "terrain": "River",
- "surface_water": "70",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "90b72513-afd4-4570-84de-a56c312fdf81",
- "title": "The Cat Returns",
- "description": "Haru, a schoolgirl bored by her ordinary routine, saves the life of an unusual cat and suddenly her world is transformed beyond anything she ever imagined. The Cat King rewards her good deed with a flurry of presents, including a very shocking proposal of marriage to his son! Haru embarks on an unexpected journey to the Kingdom of Cats where her eyes are opened to a whole other world.",
- "director": "Hiroyuki Morita",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/8/87/The_Cat_Returns.jpg",
- "release_date": "2002",
- "rt_score": "89",
- "people": [
- {
- "id": "6b3facea-ea33-47b1-96ce-3fc737b119b8",
- "name": "Renaldo Moon aka Moon aka Muta",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/e7/Muta.png",
- "gender": "Male",
- "age": "NA",
- "eye_color": "White",
- "hair_color": "Beige",
- "specie": "Cat"
- },
- {
- "id": "3042818d-a8bb-4cba-8180-c19249822d57",
- "name": "Cat King",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/34/The_Cat_King.jpg",
- "gender": "Male",
- "age": "87",
- "eye_color": "Emerald",
- "hair_color": "Grey",
- "specie": "Cat"
- },
- {
- "id": "58d1973f-f247-47d7-9358-e56cb0d2b5a6",
- "name": "Yuki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/eb/New_queen%2C_Yuki.JPG",
- "gender": "Female",
- "age": "NA",
- "eye_color": "Blue",
- "hair_color": "White",
- "specie": "Cat"
- },
- {
- "id": "a3d8e70f-46a0-4e5a-b850-db01620d6b92",
- "name": "Haru Yoshioka",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/27/Haru_Yoshioka.jpg",
- "gender": "Female",
- "age": "17",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "466bc926-2024-4653-ac63-fe52f2dc8c7b",
- "name": "Natori",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c4/Natori.jpg",
- "gender": "Male",
- "age": "NA",
- "eye_color": "Blue",
- "hair_color": "Grey",
- "specie": "Cat"
- },
- {
- "id": "269dcd81-8037-45bb-892b-1c86c9696222",
- "name": "Toto",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/8d/Toto.png",
- "gender": "Male",
- "age": "NA",
- "eye_color": "Black",
- "hair_color": "Dark Blue",
- "specie": "Bird"
- },
- {
- "id": "5b2a28f6-91d4-4382-aedc-b27094e763b0",
- "name": "Prince Lune",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/90/Prince_Lune.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Dark brown",
- "hair_color": "Russian blue",
- "specie": "Cat"
- },
- {
- "id": "17aca709-3049-48fc-95a6-e802c01125a2",
- "name": "Hiromi",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c1/Hiromi.png",
- "gender": "Female",
- "age": "17",
- "eye_color": "Brown",
- "hair_color": "Light brown",
- "specie": "Human"
- },
- {
- "id": "911d38e2-ada4-4481-89a2-ba414422d4e4",
- "name": "Naoko Yoshioka",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/64/Naoko_Yoshioka.jpg",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Light Brown",
- "hair_color": "Light brown",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "a8bd9c03-7c80-4a97-b7c0-6a668acaf576",
- "name": "The Cat Kingdom",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a9/Baron022.jpg",
- "climate": "Continental",
- "terrain": "Plain",
- "surface_water": "30",
- "residents": [
- {
- "id": "6b3facea-ea33-47b1-96ce-3fc737b119b8",
- "name": "Renaldo Moon aka Moon aka Muta"
- },
- {
- "id": "3042818d-a8bb-4cba-8180-c19249822d57",
- "name": "Cat King"
- },
- {
- "id": "58d1973f-f247-47d7-9358-e56cb0d2b5a6",
- "name": "Yuki"
- },
- {
- "id": "a3d8e70f-46a0-4e5a-b850-db01620d6b92",
- "name": "Haru"
- }
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "cd3d059c-09f4-4ff3-8d63-bc765a5184fa",
- "title": "Howl's Moving Castle",
- "description": "When Sophie, a shy young woman, is cursed with an old body by a spiteful witch, her only chance of breaking the spell lies with a self-indulgent yet insecure young wizard and his companions in his legged, walking home.",
- "director": "Hayao Miyazaki",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/0/08/Howl%27s_Moving_Castle.jpg",
- "release_date": "2004",
- "rt_score": "87",
- "people": [
- {
- "id": "fa9b410f-cad4-457d-ac71-86b0afa6cf0a",
- "name": "Howl Jenkins Pendragon",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/fe/Howl_Jenkins_Pendragon.jpg",
- "gender": "Male",
- "age": "27",
- "eye_color": "Bright blue",
- "hair_color": "Bright blue",
- "specie": "Wizard"
- },
- {
- "id": "cbbe548f-dfb4-4d53-81d3-06c203dbb2ff",
- "name": "Sophie Hatter",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f4/Sophie_short_hair.jpg",
- "gender": "Female",
- "age": "18",
- "eye_color": "Brown",
- "hair_color": "White",
- "specie": "Human"
- },
- {
- "id": "1287b275-6c32-4113-947f-519316d4a6be",
- "name": "Witch of the Waste",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/e1/Howls-moving-castle-disneyscreencaps.com-10507.jpg",
- "gender": "Female",
- "age": "59",
- "eye_color": "Brown",
- "hair_color": "White",
- "specie": "Witch/Human"
- },
- {
- "id": "b73f58ab-454a-42d6-9812-63e8f235a388",
- "name": "Calcifer",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/2a/Calcifer.png",
- "gender": "Male",
- "age": "NA",
- "eye_color": "Dark Brown",
- "hair_color": "Orange-yellow",
- "specie": "Demon"
- },
- {
- "id": "d03ca1e2-16ab-45d1-9b81-c2b0f7b35de1",
- "name": "Markl",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5d/Markl.jpg",
- "gender": "Male",
- "age": "10",
- "eye_color": "Dark Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "45237428-93bf-4dd6-97ce-f10647300429",
- "name": "Prince Justin or Turnip Head",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d9/Prince_Justin.png",
- "gender": "Male",
- "age": "20-30",
- "eye_color": "Grey",
- "hair_color": "Blonde",
- "specie": "Human/Scarecrow"
- },
- {
- "id": "8f66024e-c84f-445a-9ab5-0b31a6ae354d",
- "name": "Madame Suliman",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/64/Madame_Suliman.png",
- "gender": "Female",
- "age": "50",
- "eye_color": "Grey",
- "hair_color": "White",
- "specie": "Human"
- },
- {
- "id": "ccc705e4-aa2a-4929-b0dc-4b8a09fd290d",
- "name": "Heen",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/a7/Heen.png",
- "gender": "Male",
- "age": "NA",
- "eye_color": "Brown",
- "hair_color": "Beige-white",
- "specie": "Dog"
- },
- {
- "id": "3148150f-6ccb-4383-8af5-0c40f03c825e",
- "name": "Lettie Hatter",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/1c/Lettie_Hatter.png",
- "gender": "Female",
- "age": "16",
- "eye_color": "Blue",
- "hair_color": "Blonde",
- "specie": "Human"
- },
- {
- "id": "06610030-0560-47ac-bc18-be80d85c4dad",
- "name": "Fanny Hatter/Honey",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c6/Honey.png",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Grey",
- "hair_color": "Blonde",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "b6bac992-a858-4d57-8477-9652d73caaa1",
- "name": "Ingary",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/48/Ingary.png",
- "climate": "Mild",
- "terrain": "Hill",
- "surface_water": "30",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": [
- {
- "id": "2354305f-dccd-4c44-a79e-cc60ba7376e6",
- "name": "Howl's castle",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/e6/Howls_Castle.jpg",
- "description": "Wizard Howl's home. It's scale changes from scene to scene.",
- "vehicle_class": "Moving castle",
- "length": "unknown",
- "pilot": {
- "id": "fa9b410f-cad4-457d-ac71-86b0afa6cf0a",
- "name": "Howl Jenkins Pendragon"
- }
- }
- ]
- },
- {
- "id": "112c1e67-726f-40b1-ac17-6974127bb9b9",
- "title": "Tales from Earthsea",
- "description": "Something bizarre has come over the land. The kingdom is deteriorating. People are beginning to act strange... What's even more strange is that people are beginning to see dragons, which shouldn't enter the world of humans. Due to all these bizarre events, Ged, a wandering wizard, is investigating the cause. During his journey, he meets Prince Arren, a young distraught teenage boy. While Arren may look like a shy young teen, he has a severe dark side, which grants him strength, hatred, ruthlessness and has no mercy, especially when it comes to protecting Teru. For the witch Kumo this is a perfect opportunity. She can use the boy's 'fears' against the very one who would help him, Ged.",
- "director": "Gorō Miyazaki",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/0/09/%C3%96v%C3%A4rlden.jpg",
- "release_date": "2006",
- "rt_score": "41",
- "people": [
- {
- "id": "68df798d-f73d-4c70-b4ad-05dd84910436",
- "name": "Ged",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/33/Ged.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Brown",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "3f3163bb-e2da-4e87-a1bf-ae2dfcde1a09",
- "name": "Arren / Lebannen",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/ee/Arren.png",
- "gender": "Male",
- "age": "17",
- "eye_color": "Dark brown",
- "hair_color": "Dark brown",
- "specie": "Human"
- },
- {
- "id": "84ba6d3d-d225-4a92-bbbc-147808826425",
- "name": "Therru",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/1a/Therru.jpg",
- "gender": "Female",
- "age": "circa 14-17",
- "eye_color": "Dark brown",
- "hair_color": "Dark brown",
- "specie": "Human"
- },
- {
- "id": "60469915-e18e-4cf3-b43d-95ea56cc300c",
- "name": "Tenar",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/4f/Tenar.jpg",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Grey",
- "hair_color": "Blonde",
- "specie": "Human"
- },
- {
- "id": "9bd3091a-8ae2-4741-9265-7f83ec55663a",
- "name": "King of Enlad",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/ec/King-enlad.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "59d22f97-f45d-4a6c-b473-13ee9e69082a",
- "name": "Cob",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/ce/Cob.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Violet",
- "hair_color": "Purple",
- "specie": "Arch-mage/Human"
- },
- {
- "id": "da00cee4-90a2-413b-8cef-c65e57f7e41",
- "name": "Hare",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/1e/Hare.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "e024d74b-ca9f-49a7-92fb-e8723c6183e4",
- "name": "Hazia Dealer",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/1b/Hazia_Dealer.png",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "bcc54f38-8847-45b0-97b1-307c94b2b517",
- "name": "Enland",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/0e/Ged007.jpg",
- "climate": "Wet",
- "terrain": "Earthsea",
- "surface_water": "100",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "758bf02e-3122-46e0-884e-67cf83df1786",
- "title": "Ponyo on the Cliff by the Sea",
- "description": "The son of a sailor, 5-year old Sosuke lives a quiet life on an oceanside cliff with his mother Lisa. One fateful day, he finds a beautiful goldfish trapped in a bottle on the beach and upon rescuing her, names her Ponyo. But she is no ordinary goldfish. The daughter of a masterful wizard and a sea goddess, Ponyo uses her father's magic to transform herself into a young girl and quickly falls in love with Sosuke, but the use of such powerful sorcery causes a dangerous imbalance in the world. As the moon steadily draws nearer to the earth and Ponyo's father sends the ocean's mighty waves to find his daughter, the two children embark on an adventure of a lifetime to save the world and fulfill Ponyo's dreams of becoming human.",
- "director": "Hayao Miyazaki",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/5/50/Ponyo_on_the_Cliff_by_the_Sea.jpg",
- "release_date": "2008",
- "rt_score": "92",
- "people": [
- {
- "id": "a10f64f3-e0b6-4a94-bf30-87ad8bc51607",
- "name": "Sosuke",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/cf/Sosuke.jpg",
- "gender": "Male",
- "age": "5",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "4524e6c2-04f3-4633-b2cb-e1cd3f566213",
- "name": "Brunhilde/Ponyo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/bc/Brunhilda.png",
- "gender": "Female",
- "age": "5",
- "eye_color": "Dark brown",
- "hair_color": "Red",
- "specie": "Fish/Human"
- },
- {
- "id": "0cb26464-3416-4490-8f42-cd9d7276884e",
- "name": "Kōichi",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/49/Sosuke%27s_Father.png",
- "gender": "Male",
- "age": "30",
- "eye_color": "Dark brown",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "9ab8c24f-f687-47b8-adcf-c7c9d5b86b91",
- "name": "Fujimoto",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/4b/Fujimoto.jpg",
- "gender": "Male",
- "age": "40",
- "eye_color": "Light green",
- "hair_color": "Red",
- "specie": "Human"
- },
- {
- "id": "942efc9a-8d02-4643-aa3f-134429a23684",
- "name": "Granmammare",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/43/Granmammare.png",
- "gender": "Female",
- "age": "NA",
- "eye_color": "Brown",
- "hair_color": "Red",
- "specie": "Deity"
- },
- {
- "id": "04447a1b-316a-40bf-8f19-ddc964fec216",
- "name": "Lisa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/59/Lisa.png",
- "gender": "Female",
- "age": "25",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "88d56819-0639-4bc4-8ffc-2af15a310cdc",
- "name": "Toki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/94/Toki.jpg",
- "gender": "Female",
- "age": "72",
- "eye_color": "Dark brown",
- "hair_color": "White",
- "specie": "Human"
- },
- {
- "id": "f55138f5-cdc7-4bc5-93d6-c4445d2a5347",
- "name": "Yoshie",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/3f/Yoshie.jpg",
- "gender": "Female",
- "age": "68",
- "eye_color": "Dark brown",
- "hair_color": "Blonde",
- "specie": "Human"
- },
- {
- "id": "9e149019-f351-4061-aaee-82a385a36582",
- "name": "Noriko",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/34/Noriko.jpg",
- "gender": "Female",
- "age": "70",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "804b2f0a-05ab-489a-9610-bdc6bc867e89",
- "name": "Koyo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/29/Koyo.png",
- "gender": "Female",
- "age": "68",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "90241c46-d4be-411f-b00a-7561b9dda7b6",
- "name": "Fujimoto's Underwater Harbor",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/30/Fujimotos_hus.jpg",
- "climate": "Wet",
- "terrain": "Ocean",
- "surface_water": "100",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "469b14bd-5565-4436-bbed-c2036f42cc99",
- "name": "Himawari Nursery School",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/6b/Himawari_Nursery_School.jpg",
- "climate": "Mild",
- "terrain": "Ocean",
- "surface_water": "50",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": [
- {
- "id": "923d70c9-8f15-4972-ad53-0128b261d628",
- "name": "Sosuke's Boat",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/c1/PonyoS%C5%8DsukeBoat.jpg",
- "description": "A toy boat where Sosuke plays",
- "vehicle_class": "Boat",
- "length": "10",
- "pilot": {
- "id": "a10f64f3-e0b6-4a94-bf30-87ad8bc51607",
- "name": "Sosuke"
- }
- }
- ]
- },
- {
- "id": "2de9426b-914a-4a06-a3a0-5e6d9d3886f6",
- "title": "The Secret World of Arrietty",
- "description": "14-year-old Arrietty and the rest of the Clock family live in peaceful anonymity as they make their own home from items 'borrowed' from the house's human inhabitants. However, life changes for the Clocks when a human boy discovers Arrietty.",
- "director": "Hiromasa Yonebayashi",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/4/46/The_Borrower_Arrietty.jpg",
- "release_date": "2010",
- "rt_score": "95",
- "people": [
- {
- "id": "89026b3a-abc4-4053-ab1a-c6d2eea68faa",
- "name": "Karigurashi/Arrietty",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/04/Arrietty.jpg",
- "gender": "Female",
- "age": "14",
- "eye_color": "Black",
- "hair_color": "Auburn",
- "specie": "Borrower"
- },
- {
- "id": "496031cc-f6af-4f48-b9d1-27f34cb18e10",
- "name": "Sho (Shawn)",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/04/Sho.jpg",
- "gender": "Male",
- "age": "12-14",
- "eye_color": "Brown",
- "hair_color": "Navy blue/black",
- "specie": "Human"
- },
- {
- "id": "ef5ee7c5-ae68-418d-a319-f3e79262cd87",
- "name": "Homily Clock",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/28/Homily_Clock.jpg",
- "gender": "Female",
- "age": "52",
- "eye_color": "Brown",
- "hair_color": "Navy black",
- "specie": "Borrower"
- },
- {
- "id": "3a83aa65-d134-4e58-85b2-e9f6523b047d",
- "name": "Sadako Maki/Jessica",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/1b/Jessica.jpg",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Human"
- },
- {
- "id": "9c687441-3eb3-4c4b-8752-55774953aa3f",
- "name": "Haru",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/3d/Haru_%28dam%29.jpg",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "ce5fb645-f0bb-4c1b-829f-907989d5525f",
- "name": "Spiller",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/43/Spiller.jpg",
- "gender": "Male",
- "age": "Young",
- "eye_color": "Black",
- "hair_color": "Navy black",
- "specie": "Borrower"
- },
- {
- "id": "a27ebdcb-4d29-40ac-8da6-5fc5a7869efb",
- "name": "Pod Clock",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/7/76/Pod.png",
- "gender": "Male",
- "age": "52",
- "eye_color": "Grey",
- "hair_color": "Brown",
- "specie": "Borrower"
- },
- {
- "id": "379f1453-38ca-486f-9d8b-f4eddc1e3fd3",
- "name": "Niya",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5a/Niya.jpg",
- "gender": "Male",
- "age": "52",
- "eye_color": "White",
- "hair_color": "Beige",
- "specie": "Cat"
- }
- ],
- "locations": [
- {
- "id": "1e7ed524-4b4f-466b-978c-69dda9777396",
- "name": "Sho's house",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/86/Karigurashi002.jpg",
- "climate": "Warm",
- "terrain": "Forest",
- "surface_water": "10",
- "residents": [
- "TODO"
- ]
- },
- {
- "id": "f2148ab5-f272-4057-b05a-1321e35227b4",
- "name": "Karigurashi's house",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/cd/Karigurashi019.jpg",
- "climate": "Warm",
- "terrain": "Under the floorboards",
- "surface_water": "10",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "45db04e4-304a-4933-9823-33f389e8d74d",
- "title": "From Up on Poppy Hill",
- "description": "The story is set in 1963 in Yokohama. Kokuriko Manor sits on a hill overlooking the harbour. A 16 year-old girl, Umi, lives in that house. Every morning she raises a signal flag facing the sea. The flag means “I pray for safe voyages”. A 17 year-old boy, Shun, always sees this flag from the sea as he rides a tugboat to school. Gradually the pair are drawn to each other but they are faced with a sudden trial. Even so, they keep going without running from facing the hardships of reality.",
- "director": "Gorō Miyazaki",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/b/bb/From_Up_on_Poppy_Hill.jpg",
- "release_date": "2011",
- "rt_score": "83",
- "people": [
- {
- "id": "6a486237-c503-4221-b834-1862f200e939",
- "name": "Umi Matsuzaki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/93/Umi_Matsuzaki.jpg",
- "gender": "Female",
- "age": "16",
- "eye_color": "Hazel",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "5c492592-ea9c-45e8-a9cc-4391037c0202",
- "name": "Shun Kazama",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/59/Shun_Kazama.jpg",
- "gender": "Male",
- "age": "17",
- "eye_color": "Black",
- "hair_color": "Dark brown",
- "specie": "Human"
- },
- {
- "id": "f1c170fa-7c60-420a-8437-253dd39a6bde",
- "name": "Yūichirō Sawamura",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/3e/Yuuichirou_Sawamura.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "721acf20-3470-4010-801b-31f465467d55",
- "name": "Sora Matsuzaki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/49/Sora_Matsuzaki.jpg",
- "gender": "Female",
- "age": "12-14",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "827be987-0563-4a7c-a68b-9d58e46d1687",
- "name": "Shirou Mizunuma",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/f/f1/Shirou_Mizunuma.jpg",
- "gender": "Male",
- "age": "18",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "bec0cbf4-a03c-4379-b2c6-77fca9d5faa8",
- "name": "Ryōko Matsuzaki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/48/Ryouko_Matsuzaki.jpg",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "002708e3-d38f-4518-a7a9-bdb92390d0dc",
- "name": "Riku Matsuzaki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/30/Riku_Matsuzaki.jpg",
- "gender": "Male",
- "age": "11",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "daf8627a-dd28-407a-a36b-d41b13ffc2ed",
- "name": "Hana Matsuzaki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/13/Hana_Matsuzaki.jpg",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Brown",
- "hair_color": "Dark grey",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "be837047-cd6f-477f-a83d-5aec9ed1dda7",
- "name": "Coquelicot Manor",
- "img": "https://cache.desktopnexus.com/thumbseg/2436/2436746-bigthumbnail.jpg",
- "climate": "Warm",
- "terrain": "Hill",
- "surface_water": "30",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "67405111-37a5-438f-81cc-4666af60c800",
- "title": "The Wind Rises",
- "description": "A lifelong love of flight inspires Japanese aviation engineer Jiro Horikoshi, whose storied career includes the creation of the A-6M World War II fighter plane.",
- "director": "Hayao Miyazaki",
- "producer": "Toshio Suzuki",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/2/2d/The_Wind_Rises.jpg",
- "release_date": "2013",
- "rt_score": "89",
- "people": [
- {
- "id": "97746fd8-1875-4331-8bc6-f43ae25501cd",
- "name": "Naoko Satomi",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d9/Nahoko_Satomi.jpg",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Navy blue",
- "specie": "Human"
- },
- {
- "id": "07b01fdb-87fb-4f3b-a888-b90cf13bc386",
- "name": "Jiro Horikoshi",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d7/Jirou_Horikoshi.jpg",
- "gender": "Male",
- "age": "42",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "53b1d8f7-adb3-49b3-bece-52cda0915e7a",
- "name": "Castorp",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/b4/Castorp.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Light brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "ccc07f5c-28bd-4446-aee9-827c61d7f9f1",
- "name": "Kiro Honjo",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/6c/Kiro_Honjo.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "54eda936-7f86-4bd8-9493-56e0eebd8eb1",
- "name": "Kayo Horikoshi",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/91/Kayo_Horikoshi.jpg",
- "gender": "Female",
- "age": "10",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "b2453b6b-0718-4740-a0c4-207f12f1903a",
- "name": "Caproni",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/66/Caproni.jpg",
- "gender": "Male",
- "age": "45",
- "eye_color": "Black",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "c8321219-a816-4921-9a58-48c858becb97",
- "name": "Mr. Kurokawa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/b/bd/Kurokawa.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Navy blue",
- "specie": "Human"
- },
- {
- "id": "50e9d375-afaa-4769-a31d-dee8e37aa8ba",
- "name": "Hattori",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/ec/Hattori.jpg",
- "gender": "Male",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "2b380662-626d-42fb-9e3a-14f951201c8b",
- "name": "Nagoya",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/20/Kazetachinu009.jpg",
- "climate": "Damp",
- "terrain": "Hill",
- "surface_water": "20",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": [
- {
- "id": "411f66ed0-771c-46d3-8f68-a3b65c6dd91c",
- "name": "Mitsubishi 1MF9 ",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/41/Kazetachinu044.jpg",
- "description": "The Mitsubishi 1MF9 or Mitsubishi Experimental Taka-type Carrier Fighter was a prototype Japanese fighter aircraft of the 1920s. It was a single-engined, single-seat biplane intended to operate from the Imperial Japanese Navy's aircraft carriers, but only two were built, with the type being rejected by the Navy.",
- "vehicle_class": "War plane",
- "length": "8",
- "pilot": {
- "id": "07b01fdb-87fb-4f3b-a888-b90cf13bc386",
- "name": "Jiro Horikoshi"
- }
- }
- ]
- },
- {
- "id": "578ae244-7750-4d9f-867b-f3cd3d6fecf4",
- "title": "The Tale of the Princess Kaguya",
- "description": "A bamboo cutter named Sanuki no Miyatsuko discovers a miniature girl inside a glowing bamboo shoot. Believing her to be a divine presence, he and his wife decide to raise her as their own, calling her 'Princess'.",
- "director": "Isao Takahata",
- "producer": "Yoshiaki Nishimura",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/8/87/The_Tale_of_the_Princess_Kaguya.jpg",
- "release_date": "2013",
- "rt_score": "100",
- "people": [
- {
- "id": "a8b338c0-e586-4c1c-8857-f33540d0d4d7",
- "name": "Kaguya",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d4/Kaguya_shows_off_her_teeth.jpg",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Navy blue",
- "specie": "Human"
- },
- {
- "id": "a21fbdd5-16bc-4931-80d0-3ce89ffce778",
- "name": "Sutemaru",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/3/37/Sutemaru.PNG",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "4c697b7d-4f64-4ac9-ae29-e155eb1693f3",
- "name": "Ishitsukuri",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5c/Ghibli-kaguya-ishitsukuri.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "fe1e5acf-e5e4-4769-9755-989cf7a2e961",
- "name": "Miyatsuko",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/4/4a/Sanuki_no_Miyatsuko.jpeg",
- "gender": "Male",
- "age": "Elder",
- "eye_color": "Grey",
- "hair_color": "White",
- "specie": "Human"
- },
- {
- "id": "839ff5b9-69ba-4d55-ab77-de939b46b18a",
- "name": "Menowarawa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/22/Menowarawa.jpg",
- "gender": "Female",
- "age": "17",
- "eye_color": "Black",
- "hair_color": "Navy blue",
- "specie": "Human"
- },
- {
- "id": "1752fc88-c6b7-4fef-8b64-51451d808033",
- "name": "Lady Sagami",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/28/Sagami.png",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Black",
- "specie": "Human"
- },
- {
- "id": "942fb1029-b51f-4100-8bee-86547c09b0ff",
- "name": "Inbe no Akita",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/1/1c/Ghibli-kaguya-akita.jpg",
- "gender": "Male",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "White",
- "specie": "Human"
- },
- {
- "id": "be634b4e-c333-4225-a5f0-2a0aa33d6453",
- "name": "Ōna",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/cb/Ouna.jpg",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Black",
- "hair_color": "Grey",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "682df5c3-b09e-46af-94d1-ae0d17f9b4b6",
- "name": "Bamboo Forest",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/e/ec/Ghibli-kaguya-bamboo-forest.jpg",
- "climate": "Tropical",
- "terrain": "Forest",
- "surface_water": "10",
- "residents": [
- "TODO"
- ]
- }
- ],
- "vehicles": []
- },
- {
- "id": "5fdfb320-2a02-49a7-94ff-5ca418cae602",
- "title": "When Marnie Was There",
- "description": "The film follows Anna Sasaki living with her relatives in the seaside town. Anna comes across a nearby abandoned mansion, where she meets Marnie, a mysterious girl who asks her to promise to keep their secrets from everyone. As the summer progresses, Anna spends more time with Marnie, and eventually Anna learns the truth about her family and foster care.",
- "director": "Hiromasa Yonebayashi",
- "producer": "Yoshiaki Nishimura",
- "poster": "https://static.wikia.nocookie.net/studio-ghibli/images/7/7a/When_Marnie_Was_There.jpg",
- "release_date": "2014",
- "rt_score": "92",
- "people": [
- {
- "id": "4a6a60d1-cb07-464f-889c-fecaff19b4ef",
- "name": "Marnie",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/2/21/Marnie.jpg",
- "gender": "Female",
- "age": "12",
- "eye_color": "Green",
- "hair_color": "Blonde",
- "specie": "Human"
- },
- {
- "id": "28d07ace-c309-48c6-b48e-ae2ece3a238c",
- "name": "Anna Sasaki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/a/ae/Anna.png",
- "gender": "Female",
- "age": "12",
- "eye_color": "Blue",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "d0a0bd7c-7521-45a2-a681-573a67f34a5b",
- "name": "Emily",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/c/cd/13_year_old_Emily.png",
- "gender": "Female",
- "age": "20",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "08fdd37a-2cf0-4f91-ae1c-344ecff39753",
- "name": "Kazuhiko",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/0/09/Kazuhiko.jpg",
- "gender": "Male",
- "age": "Teenager",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "66bca178-9920-4ec3-91e9-0d5b8a76dba1",
- "name": "Setsu Oiwa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/6/6e/Setsu.jpg",
- "gender": "Female",
- "age": "50-60",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "5b8e4413-f943-40ba-8f9f-0ba059a401f0",
- "name": "Hisako",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/9/93/Hisako.png",
- "gender": "Female",
- "age": "Elder",
- "eye_color": "Dark brown",
- "hair_color": "Grey",
- "specie": "Human"
- },
- {
- "id": "c827feae-8ccf-4ced-84cb-bc3e226b1cd1",
- "name": "Yoriko Sasaki",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/5/5d/Yoriko_Sasaki.jpg",
- "gender": "Female",
- "age": "Adult",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "9d3730cb-ec15-4bf9-a2fb-a7772e5e1c03",
- "name": "Sayaka",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/7/79/Sayaka.jpg",
- "gender": "Female",
- "age": "11",
- "eye_color": "Teal",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "31b49ef6-ee60-4603-b983-e67fa0718aa9",
- "name": "Kiyomasa Ōiwa",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/d/d7/Kiyomasa.jpg",
- "gender": "Male",
- "age": "50-60",
- "eye_color": "Dark brown",
- "hair_color": "Brown",
- "specie": "Human"
- },
- {
- "id": "5d52d16f-ce72-41bd-8d88-436e206d9449",
- "name": "Doctor Yamashita",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/8a/Yamashita.jpg",
- "gender": "Male",
- "age": "Adult",
- "eye_color": "Black",
- "hair_color": "Navy blue",
- "specie": "Human"
- }
- ],
- "locations": [
- {
- "id": "56e423c4-d9a1-44c4-8bdb-1cab45fbf63e",
- "name": "The Marsh House",
- "img": "https://static.wikia.nocookie.net/studio-ghibli/images/8/8c/Marsh_house.jpg",
- "climate": "Mild",
- "terrain": "Marsh",
- "surface_water": "60",
- "residents": []
- }
- ],
- "vehicles": []
- }
- ]
-}
diff --git a/src/data/lol/README.md b/src/data/lol/README.md
deleted file mode 100644
index fe3437a3..00000000
--- a/src/data/lol/README.md
+++ /dev/null
@@ -1,46 +0,0 @@
-# League of Legends (LoL)
-
-League of Legends es un juego de estrategia que se juega en línea y que es
-multijugador. Tiene millones de jugadores en todo el mundo y, por ahora es uno
-de los _esports_ de referencia y que más público atraen.
-Durante el juego, los equipos trabajan juntos para lograr una
-condición de victoria que sucede al destruir la estructura central en la base
-del equipo enemigo.
-
-En todos los modos de juego, los jugadores controlan
-personajes llamados **campeones**, que son elegidos o asignados en cada partida,
-y que tienen un conjunto de habilidades únicas. Es con esos campeones con los
-que se juega toda la partida. Para entender un poco más del juego puedes entrar
-a este [link](https://www.redbull.com/es-es/5-consejos-empezar-jugar-league-of-legends#targetText=Lo%20primero%20que%20tienes%20que,donde%20lucha%20cinco%20contra%20cinco).
-
-## Hallazgos
-
-* Para poder elegir a los campeones que van a combatir en una partida, es
- importante para el jugador de LoL poder saber cuál es el rol de cada campeón.
-* Adicionalmente al rol, cada campeón tiene distintos niveles de ataque, por
- ejemplo dentro de los _tanques_ hay campeones con distintos niveles de ataque,
- defensa, velocidad o poder. Es importante para el jugador de LoL poder saber
- quiénes son los más poderosos o lo más defensivos, para poder elegir al mejor
- grupo de campeones para una partida.estarán
- en tu equipo y que lucharán contra el enemigo.
-* Los campeones tienen distintos tipos de habilidades, algunas inherentes
- (básicas/principales) a ellos y otras (pasivas/secundarias) que pueden ser
- adquiridas. En ambos casos, estas habilidades pueden ir desarrollándose hasta
- alcanzar su máximo nivel.
-* Los campeones tienen distintos roles en los que se desempeñan:
-
- - Luchador: Especializado en combate cercano. Combinnan objetos de daño con
- objetos de aguante. También se los conoce como _offtanks_.
- - Tirador: Especializado en ataque a distancia. Popularmente conocido como
- _AD Carry_ del inglés _attack damage carry_ o carreador de daño de ataque.
- - Mago o Hechicero: Especializado en habilidades y daño mágico. Popularmente
- conocido como _AP Carry_ del inglés _ability power carry_ o carreador de
- poder de habilidad.
- - Asesino: Especializado en emboscar al enemigo, atacando por sorpresa y
- retirándose rápidamente. Su misión es eliminar al jugador más importante del
- equipo enemigo (generalmente el tirador) aunque ello suponga morir él
- también.
- - Tanque: Especializado en resistencia. Su misión es absorber la mayor
- cantidad de daño posible e iniciar las peleas.
- - Apoyo o Soporte: Especializado en apoyar a su equipo y aportar visión en el
- mapa mediante guardianes de visión (_wards_).
diff --git a/src/data/lol/README.pt-BR.md b/src/data/lol/README.pt-BR.md
deleted file mode 100644
index 1da301f5..00000000
--- a/src/data/lol/README.pt-BR.md
+++ /dev/null
@@ -1,45 +0,0 @@
-# League of Legends (LoL)
-
-League of Legends é um jogo de estratégia online para vários jogadores. Possui
-milhões de jogadores em todo o mundo e atualmente é um dos _e-sports_ de
-referência e que atrai o maior público.
-
-Durante o jogo, as equipes trabalham juntas para alcançar uma condição de
-vitória, que ocorre destruindo a estrutura central na base do time inimigo.
-
-Em todos os modos de jogo, os jogadores controlam os personagens chamados
-"campeões", que são escolhidos ou designados em cada jogo, e que possuem um
-conjunto único de habilidades. É com esses campeões que todo o jogo é jogado.
-Para entender um pouco mais sobre o jogo, você pode entrar neste
-[link](https://esportsbr.com/noticia/lol-entenda-o-basico-para-comecar-a-jogar-league-of-legends).
-
-## Constatações
-
-* Para escolher os campeões para lutar em um jogo, é importante que o jogador do
- LoL saiba qual é a função de cada campeão.
-* Além da função, cada campeão tem níveis de ataque diferentes, por exemplo,
- dentro de campeões tipo tanque, existem campeões com níveis diferentes de
- ataque, defesa, velocidade ou poder. É importante que o jogador do LoL seja
- capaz de saber quem são os mais poderosos ou os mais defensivos, para ser
- capaz de escolher o melhor grupo de campeões para uma partida que estará no
- seu time e lutará contra o inimigo.
-* Campeões têm diferentes tipos de habilidades, algumas inerentes (básicas /
- principais) e outras (passivas / secundárias) que podem ser adquiridas. Nos
- dois casos, essas habilidades podem ser desenvolvidas até atingirem o nível
- máximo.
-* Os campeões desempenham funções diferentes, sendo:
- - Lutador: Especializado em combate corpo a corpo. Combine itens de dano com
- itens de resistência. Eles também são conhecidos como _offtanks_.
- - Atirador: Especializado em ataque à distância. Popularmente conhecido como
- _AD Carry_ do inglês _attack damage carry_ ou carregador.
- - Mago ou Feiticeiro: Especializado em habilidades e dano mágico. Popularmente
- conhecido como _AP Carry_ do inglês _ability power carry_ ou carregador de
- dano mágico.
- - Assassino: Especializado em emboscar o inimigo, atacando de surpresa e
- recuando rapidamente. Sua missão é eliminar o jogador mais importante do
- time inimigo (geralmente o atirador), mesmo que isso signifique morrer
- também.
- - Tanque: Especializado em resistência. Sua missão é absorver o máximo de dano
- possível e iniciar combates.
- - Suporte: Especializado em apoiar sua equipe e fornecer visão no mapa através
- de sentinela de visão (_wards_).
diff --git a/src/data/lol/lol.js b/src/data/lol/lol.js
deleted file mode 100644
index 43f6f9a4..00000000
--- a/src/data/lol/lol.js
+++ /dev/null
@@ -1,6975 +0,0 @@
-export default {
- type: "champion",
- format: "standAloneComplex",
- version: "6.24.1",
- data: {
- Aatrox: {
- version: "6.24.1",
- id: "Aatrox",
- key: "266",
- name: "Aatrox",
- title: "the Darkin Blade",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Aatrox.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Aatrox_0.jpg",
- blurb:
- "Aatrox is a legendary warrior, one of only five that remain of an ancient race known as the Darkin. He wields his massive blade with grace and poise, slicing through legions in a style that is hypnotic to behold. With each foe felled, Aatrox's ...",
- info: {
- attack: 8,
- defense: 4,
- magic: 3,
- difficulty: 4
- },
- image: {
- full: "Aatrox.png",
- sprite: "champion0.png",
- group: "champion",
- x: 0,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "BloodWell",
- stats: {
- hp: 537.8,
- hpperlevel: 85,
- mp: 105.6,
- mpperlevel: 45,
- movespeed: 345,
- armor: 24.384,
- armorperlevel: 3.8,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 150,
- hpregen: 6.59,
- hpregenperlevel: 0.5,
- mpregen: 0,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 60.376,
- attackdamageperlevel: 3.2,
- attackspeedoffset: -0.04,
- attackspeedperlevel: 3
- }
- },
- Ahri: {
- version: "6.24.1",
- id: "Ahri",
- key: "103",
- name: "Ahri",
- title: "the Nine-Tailed Fox",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Ahri.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ahri_0.jpg",
- blurb:
- "Unlike other foxes that roamed the woods of southern Ionia, Ahri had always felt a strange connection to the magical world around her; a connection that was somehow incomplete. Deep inside, she felt the skin she had been born into was an ill fit for ...",
- info: {
- attack: 3,
- defense: 4,
- magic: 8,
- difficulty: 5
- },
- image: {
- full: "Ahri.png",
- sprite: "champion0.png",
- group: "champion",
- x: 48,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Assassin"],
- partype: "MP",
- stats: {
- hp: 514.4,
- hpperlevel: 80,
- mp: 334,
- mpperlevel: 50,
- movespeed: 330,
- armor: 20.88,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 6.505,
- hpregenperlevel: 0.6,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 53.04,
- attackdamageperlevel: 3,
- attackspeedoffset: -0.065,
- attackspeedperlevel: 2
- }
- },
- Akali: {
- version: "6.24.1",
- id: "Akali",
- key: "84",
- name: "Akali",
- title: "the Fist of Shadow",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Akali.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Akali_0.jpg",
- blurb:
- "There exists an ancient order originating in the Ionian Isles dedicated to the preservation of balance. Order, chaos, light, darkness -- all things must exist in perfect harmony for such is the way of the universe. This order is known as the Kinkou ...",
- info: {
- attack: 5,
- defense: 3,
- magic: 8,
- difficulty: 7
- },
- image: {
- full: "Akali.png",
- sprite: "champion0.png",
- group: "champion",
- x: 96,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Assassin"],
- partype: "Energy",
- stats: {
- hp: 587.8,
- hpperlevel: 85,
- mp: 200,
- mpperlevel: 0,
- movespeed: 350,
- armor: 26.38,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.34,
- hpregenperlevel: 0.65,
- mpregen: 50,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 58.376,
- attackdamageperlevel: 3.2,
- attackspeedoffset: -0.1,
- attackspeedperlevel: 3.1
- }
- },
- Alistar: {
- version: "6.24.1",
- id: "Alistar",
- key: "12",
- name: "Alistar",
- title: "the Minotaur",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Alistar.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Alistar_0.jpg",
- blurb:
- "As the mightiest warrior to ever emerge from the Minotaur tribes of the Great Barrier, Alistar defended his tribe from Valoran's many dangers; that is, until the coming of the Noxian army. Alistar was lured from his village by the machinations of ...",
- info: {
- attack: 6,
- defense: 9,
- magic: 5,
- difficulty: 7
- },
- image: {
- full: "Alistar.png",
- sprite: "champion0.png",
- group: "champion",
- x: 144,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Tank", "Support"],
- partype: "MP",
- stats: {
- hp: 613.36,
- hpperlevel: 106,
- mp: 278.84,
- mpperlevel: 38,
- movespeed: 330,
- armor: 24.38,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.675,
- hpregenperlevel: 0.85,
- mpregen: 8.5,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 61.1116,
- attackdamageperlevel: 3.62,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.125
- }
- },
- Amumu: {
- version: "6.24.1",
- id: "Amumu",
- key: "32",
- name: "Amumu",
- title: "the Sad Mummy",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Amumu.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Amumu_0.jpg",
- blurb:
- "''Solitude can be lonelier than death.''
A lonely and melancholy soul from ancient Shurima, Amumu roams the world in search of a friend. Cursed by an ancient spell, he is doomed to remain alone forever, as his touch is death and his affection ...",
- info: {
- attack: 2,
- defense: 6,
- magic: 8,
- difficulty: 3
- },
- image: {
- full: "Amumu.png",
- sprite: "champion0.png",
- group: "champion",
- x: 192,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Tank", "Mage"],
- partype: "MP",
- stats: {
- hp: 613.12,
- hpperlevel: 84,
- mp: 287.2,
- mpperlevel: 40,
- movespeed: 335,
- armor: 23.544,
- armorperlevel: 3.8,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.875,
- hpregenperlevel: 0.85,
- mpregen: 7.38,
- mpregenperlevel: 0.525,
- crit: 0,
- critperlevel: 0,
- attackdamage: 53.384,
- attackdamageperlevel: 3.8,
- attackspeedoffset: -0.02,
- attackspeedperlevel: 2.18
- }
- },
- Anivia: {
- version: "6.24.1",
- id: "Anivia",
- key: "34",
- name: "Anivia",
- title: "the Cryophoenix",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Anivia.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Anivia_0.jpg",
- blurb:
- "Anivia is a being of the coldest winter, a mystical embodiment of ice magic, and an ancient protector of the Freljord. She commands all the power and fury of the land itself, calling the snow and bitter wind to defend her home from those who would ...",
- info: {
- attack: 1,
- defense: 4,
- magic: 10,
- difficulty: 10
- },
- image: {
- full: "Anivia.png",
- sprite: "champion0.png",
- group: "champion",
- x: 240,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Support"],
- partype: "MP",
- stats: {
- hp: 467.6,
- hpperlevel: 70,
- mp: 396.04,
- mpperlevel: 50,
- movespeed: 325,
- armor: 21.22,
- armorperlevel: 4,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 600,
- hpregen: 5.57,
- hpregenperlevel: 0.55,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 51.376,
- attackdamageperlevel: 3.2,
- attackspeedoffset: 0,
- attackspeedperlevel: 1.68
- }
- },
- Annie: {
- version: "6.24.1",
- id: "Annie",
- key: "1",
- name: "Annie",
- title: "the Dark Child",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Annie.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Annie_0.jpg",
- blurb:
- "There have always been those within Noxus who did not agree with the evils perpetrated by the Noxian High Command. The High Command had just put down a coup attempt from the self-proclaimed Crown Prince Raschallion, and a crackdown on any form of ...",
- info: {
- attack: 2,
- defense: 3,
- magic: 10,
- difficulty: 6
- },
- image: {
- full: "Annie.png",
- sprite: "champion0.png",
- group: "champion",
- x: 288,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Mage"],
- partype: "MP",
- stats: {
- hp: 511.68,
- hpperlevel: 76,
- mp: 334,
- mpperlevel: 50,
- movespeed: 335,
- armor: 19.22,
- armorperlevel: 4,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 575,
- hpregen: 5.42,
- hpregenperlevel: 0.55,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 50.41,
- attackdamageperlevel: 2.625,
- attackspeedoffset: 0.08,
- attackspeedperlevel: 1.36
- }
- },
- Ashe: {
- version: "6.24.1",
- id: "Ashe",
- key: "22",
- name: "Ashe",
- title: "the Frost Archer",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Ashe.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ashe_0.jpg",
- blurb:
- "With each arrow she fires from her ancient ice-enchanted bow, Ashe proves she is a master archer. She chooses each target carefully, waits for the right moment, and then strikes with power and precision. It is with this same vision and focus that she ...",
- info: {
- attack: 7,
- defense: 3,
- magic: 2,
- difficulty: 4
- },
- image: {
- full: "Ashe.png",
- sprite: "champion0.png",
- group: "champion",
- x: 336,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Marksman", "Support"],
- partype: "MP",
- stats: {
- hp: 527.72,
- hpperlevel: 79,
- mp: 280,
- mpperlevel: 32,
- movespeed: 325,
- armor: 21.212,
- armorperlevel: 3.4,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 600,
- hpregen: 5.42,
- hpregenperlevel: 0.55,
- mpregen: 6.97,
- mpregenperlevel: 0.4,
- crit: 0,
- critperlevel: 0,
- attackdamage: 56.508,
- attackdamageperlevel: 2.26,
- attackspeedoffset: -0.05,
- attackspeedperlevel: 3.33
- }
- },
- AurelionSol: {
- version: "6.24.1",
- id: "AurelionSol",
- key: "136",
- name: "Aurelion Sol",
- title: "The Star Forger",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/AurelionSol.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/AurelionSol_0.jpg",
- blurb:
- "Aurelion Sol once graced the vast emptiness of the cosmos with celestial wonders of his own devising. Now, he is forced to wield his awesome power at the behest of a space-faring empire that tricked him into servitude. Desiring a return to his ...",
- info: {
- attack: 2,
- defense: 3,
- magic: 8,
- difficulty: 7
- },
- image: {
- full: "AurelionSol.png",
- sprite: "champion0.png",
- group: "champion",
- x: 384,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Fighter"],
- partype: "MP",
- stats: {
- hp: 550,
- hpperlevel: 80,
- mp: 350,
- mpperlevel: 50,
- movespeed: 325,
- armor: 19,
- armorperlevel: 3.6,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 6.5,
- hpregenperlevel: 0.6,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 57,
- attackdamageperlevel: 3.2,
- attackspeedoffset: 0,
- attackspeedperlevel: 1.36
- }
- },
- Azir: {
- version: "6.24.1",
- id: "Azir",
- key: "268",
- name: "Azir",
- title: "the Emperor of the Sands",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Azir.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Azir_0.jpg",
- blurb:
- "''Shurima was once the glory of Runeterra. I will make it so again.''
Azir was a mortal emperor of Shurima in a far distant age, a proud man who stood at the cusp of immortality. His hubris saw him betrayed and murdered at the moment of his ...",
- info: {
- attack: 6,
- defense: 3,
- magic: 8,
- difficulty: 9
- },
- image: {
- full: "Azir.png",
- sprite: "champion0.png",
- group: "champion",
- x: 432,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Marksman"],
- partype: "MP",
- stats: {
- hp: 524.4,
- hpperlevel: 80,
- mp: 350.56,
- mpperlevel: 42,
- movespeed: 325,
- armor: 19.04,
- armorperlevel: 3,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 525,
- hpregen: 6.92,
- hpregenperlevel: 0.55,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 52,
- attackdamageperlevel: 2.8,
- attackspeedoffset: -0.02,
- attackspeedperlevel: 1.5
- }
- },
- Bard: {
- version: "6.24.1",
- id: "Bard",
- key: "432",
- name: "Bard",
- title: "the Wandering Caretaker",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Bard.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Bard_0.jpg",
- blurb:
- "Bard travels through realms beyond the imagination of mortal beings. Some of Valoran's greatest scholars have spent their lives trying to understand the mysteries he embodies. This enigmatic spirit has been given many names throughout the history of ...",
- info: {
- attack: 4,
- defense: 4,
- magic: 5,
- difficulty: 9
- },
- image: {
- full: "Bard.png",
- sprite: "champion0.png",
- group: "champion",
- x: 0,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Support", "Mage"],
- partype: "MP",
- stats: {
- hp: 535,
- hpperlevel: 89,
- mp: 350,
- mpperlevel: 50,
- movespeed: 330,
- armor: 25,
- armorperlevel: 4,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 500,
- hpregen: 5.4,
- hpregenperlevel: 0.55,
- mpregen: 6,
- mpregenperlevel: 0.45,
- crit: 0,
- critperlevel: 0,
- attackdamage: 52,
- attackdamageperlevel: 3,
- attackspeedoffset: 0,
- attackspeedperlevel: 2
- }
- },
- Blitzcrank: {
- version: "6.24.1",
- id: "Blitzcrank",
- key: "53",
- name: "Blitzcrank",
- title: "the Great Steam Golem",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Blitzcrank.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Blitzcrank_0.jpg",
- blurb:
- "Zaun is a place where both magic and science have gone awry, and the unchecked nature of experimentation has taken its toll. However, Zaun's lenient restrictions allow their researchers and inventors the leeway to push the bounds of science at an ...",
- info: {
- attack: 4,
- defense: 8,
- magic: 5,
- difficulty: 4
- },
- image: {
- full: "Blitzcrank.png",
- sprite: "champion0.png",
- group: "champion",
- x: 48,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Tank", "Fighter"],
- partype: "MP",
- stats: {
- hp: 582.6,
- hpperlevel: 95,
- mp: 267.2,
- mpperlevel: 40,
- movespeed: 325,
- armor: 24.38,
- armorperlevel: 4,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.51,
- hpregenperlevel: 0.75,
- mpregen: 8.5,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 61.54,
- attackdamageperlevel: 3.5,
- attackspeedoffset: 0,
- attackspeedperlevel: 1.13
- }
- },
- Brand: {
- version: "6.24.1",
- id: "Brand",
- key: "63",
- name: "Brand",
- title: "the Burning Vengeance",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Brand.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Brand_0.jpg",
- blurb:
- "In a faraway place known as Lokfar there was a seafaring marauder called Kegan Rodhe. As was his people's way, Kegan sailed far and wide with his fellows, stealing treasures from those unlucky enough to catch their attention. To some, he was a ...",
- info: {
- attack: 2,
- defense: 2,
- magic: 9,
- difficulty: 4
- },
- image: {
- full: "Brand.png",
- sprite: "champion0.png",
- group: "champion",
- x: 96,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Mage"],
- partype: "MP",
- stats: {
- hp: 507.68,
- hpperlevel: 76,
- mp: 375.6,
- mpperlevel: 42,
- movespeed: 340,
- armor: 21.88,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 5.42,
- hpregenperlevel: 0.55,
- mpregen: 8.005,
- mpregenperlevel: 0.6,
- crit: 0,
- critperlevel: 0,
- attackdamage: 57.04,
- attackdamageperlevel: 3,
- attackspeedoffset: 0,
- attackspeedperlevel: 1.36
- }
- },
- Braum: {
- version: "6.24.1",
- id: "Braum",
- key: "201",
- name: "Braum",
- title: "the Heart of the Freljord",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Braum.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Braum_0.jpg",
- blurb:
- "''Would you like a bedtime story?''
''Grandma, I'm too old for that.''
''You're never too old to be told a story.''
The girl reluctantly crawls into bed and waits, knowing she won't win this battle. A bitter wind howls outside, ...",
- info: {
- attack: 3,
- defense: 9,
- magic: 4,
- difficulty: 3
- },
- image: {
- full: "Braum.png",
- sprite: "champion0.png",
- group: "champion",
- x: 144,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Support", "Tank"],
- partype: "MP",
- stats: {
- hp: 576.16,
- hpperlevel: 87,
- mp: 310.6,
- mpperlevel: 45,
- movespeed: 335,
- armor: 26.72,
- armorperlevel: 4.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.18,
- hpregenperlevel: 1,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 55.376,
- attackdamageperlevel: 3.2,
- attackspeedoffset: -0.03,
- attackspeedperlevel: 3.5
- }
- },
- Caitlyn: {
- version: "6.24.1",
- id: "Caitlyn",
- key: "51",
- name: "Caitlyn",
- title: "the Sheriff of Piltover",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Caitlyn.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Caitlyn_0.jpg",
- blurb:
- "''Go ahead, run. I'll give you a five minute head start.''
One of the reasons Piltover is known as the City of Progress is because it has an extraordinarily low crime rate. This hasn't always been the case; brigands and thieves of all sorts ...",
- info: {
- attack: 8,
- defense: 2,
- magic: 2,
- difficulty: 6
- },
- image: {
- full: "Caitlyn.png",
- sprite: "champion0.png",
- group: "champion",
- x: 192,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Marksman"],
- partype: "MP",
- stats: {
- hp: 524.4,
- hpperlevel: 80,
- mp: 313.7,
- mpperlevel: 35,
- movespeed: 325,
- armor: 22.88,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 650,
- hpregen: 5.67,
- hpregenperlevel: 0.55,
- mpregen: 7.4,
- mpregenperlevel: 0.55,
- crit: 0,
- critperlevel: 0,
- attackdamage: 53.66,
- attackdamageperlevel: 2.18,
- attackspeedoffset: 0.1,
- attackspeedperlevel: 4
- }
- },
- Camille: {
- version: "6.24.1",
- id: "Camille",
- key: "164",
- name: "Camille",
- title: "the Steel Shadow",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Camille.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Camille_0.jpg",
- blurb:
- "Weaponized to execute outside the boundaries of the law, Camille Ferros is an elegant and elite operative who ensures the commerce of the Piltover machine with its Zaunite underbelly runs smoothly. Raised among manners and money, she is the Principal ...",
- info: {
- attack: 8,
- defense: 6,
- magic: 3,
- difficulty: 4
- },
- image: {
- full: "Camille.png",
- sprite: "champion4.png",
- group: "champion",
- x: 144,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "MP",
- stats: {
- hp: 575.6,
- hpperlevel: 95,
- mp: 338.8,
- mpperlevel: 32,
- movespeed: 340,
- armor: 26,
- armorperlevel: 3.8,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.5,
- hpregenperlevel: 0.8,
- mpregen: 8.15,
- mpregenperlevel: 0.75,
- crit: 0,
- critperlevel: 0,
- attackdamage: 62,
- attackdamageperlevel: 3.5,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.5
- }
- },
- Cassiopeia: {
- version: "6.24.1",
- id: "Cassiopeia",
- key: "69",
- name: "Cassiopeia",
- title: "the Serpent's Embrace",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Cassiopeia.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Cassiopeia_0.jpg",
- blurb:
- "Cassiopeia is a terrifying creature - half woman, half snake - whose slightest glance brings death. The youngest daughter of one of Noxus' most influential families, she was once a beautiful and cunning temptress capable of manipulating the hardest ...",
- info: {
- attack: 2,
- defense: 3,
- magic: 9,
- difficulty: 10
- },
- image: {
- full: "Cassiopeia.png",
- sprite: "champion0.png",
- group: "champion",
- x: 240,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Mage"],
- partype: "MP",
- stats: {
- hp: 525,
- hpperlevel: 75,
- mp: 375,
- mpperlevel: 60,
- movespeed: 328,
- armor: 25,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 5.5,
- hpregenperlevel: 0.5,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 53,
- attackdamageperlevel: 3,
- attackspeedoffset: -0.034,
- attackspeedperlevel: 1.5
- }
- },
- Chogath: {
- version: "6.24.1",
- id: "Chogath",
- key: "31",
- name: "Cho'Gath",
- title: "the Terror of the Void",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Chogath.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Chogath_0.jpg",
- blurb:
- "There is a place between dimensions, between worlds. To some it is known as the Outside, to others it is the Unknown. To those that truly know, however, it is called the Void. Despite its name, the Void is not an empty place, but rather the home of ...",
- info: {
- attack: 3,
- defense: 7,
- magic: 7,
- difficulty: 5
- },
- image: {
- full: "Chogath.png",
- sprite: "champion0.png",
- group: "champion",
- x: 288,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Tank", "Mage"],
- partype: "MP",
- stats: {
- hp: 574.4,
- hpperlevel: 80,
- mp: 272.2,
- mpperlevel: 40,
- movespeed: 345,
- armor: 28.88,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.925,
- hpregenperlevel: 0.85,
- mpregen: 7.205,
- mpregenperlevel: 0.45,
- crit: 0,
- critperlevel: 0,
- attackdamage: 61.156,
- attackdamageperlevel: 4.2,
- attackspeedoffset: 0,
- attackspeedperlevel: 1.44
- }
- },
- Corki: {
- version: "6.24.1",
- id: "Corki",
- key: "42",
- name: "Corki",
- title: "the Daring Bombardier",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Corki.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Corki_0.jpg",
- blurb:
- "When Heimerdinger and his yordle colleagues migrated to Piltover, they embraced science as a way of life, and they immediately made several groundbreaking contributions to the techmaturgical community. What yordles lack in stature, they make up for ...",
- info: {
- attack: 8,
- defense: 3,
- magic: 6,
- difficulty: 6
- },
- image: {
- full: "Corki.png",
- sprite: "champion0.png",
- group: "champion",
- x: 336,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Marksman"],
- partype: "MP",
- stats: {
- hp: 512.76,
- hpperlevel: 82,
- mp: 350.16,
- mpperlevel: 34,
- movespeed: 325,
- armor: 23.38,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 5.42,
- hpregenperlevel: 0.55,
- mpregen: 7.42,
- mpregenperlevel: 0.55,
- crit: 0,
- critperlevel: 0,
- attackdamage: 56,
- attackdamageperlevel: 3.5,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.3
- }
- },
- Darius: {
- version: "6.24.1",
- id: "Darius",
- key: "122",
- name: "Darius",
- title: "the Hand of Noxus",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Darius.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Darius_0.jpg",
- blurb:
- "There is no greater symbol of Noxian might than Darius, the nation's most feared and battle-hardened warrior. Orphaned at a young age, Darius had to fight to keep himself and his younger brother alive. By the time he joined the military, he had ...",
- info: {
- attack: 9,
- defense: 5,
- magic: 1,
- difficulty: 2
- },
- image: {
- full: "Darius.png",
- sprite: "champion0.png",
- group: "champion",
- x: 384,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "MP",
- stats: {
- hp: 582.24,
- hpperlevel: 100,
- mp: 263,
- mpperlevel: 37.5,
- movespeed: 340,
- armor: 30,
- armorperlevel: 4,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 175,
- hpregen: 9.845,
- hpregenperlevel: 0.95,
- mpregen: 6.585,
- mpregenperlevel: 0.35,
- crit: 0,
- critperlevel: 0,
- attackdamage: 56,
- attackdamageperlevel: 5,
- attackspeedoffset: 0,
- attackspeedperlevel: 1
- }
- },
- Diana: {
- version: "6.24.1",
- id: "Diana",
- key: "131",
- name: "Diana",
- title: "Scorn of the Moon",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Diana.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Diana_0.jpg",
- blurb:
- "''I am the light coursing in the soul of the moon.''
Bearing her crescent moonblade, Diana fights as a warrior of the Lunari, a faith all but quashed in the lands around Mount Targon. Clad in shimmering armor the color of winter snow at night, ...",
- info: {
- attack: 7,
- defense: 6,
- magic: 8,
- difficulty: 4
- },
- image: {
- full: "Diana.png",
- sprite: "champion0.png",
- group: "champion",
- x: 432,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Mage"],
- partype: "MP",
- stats: {
- hp: 589.2,
- hpperlevel: 90,
- mp: 297.2,
- mpperlevel: 40,
- movespeed: 345,
- armor: 26.048,
- armorperlevel: 3.6,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 150,
- hpregen: 7.425,
- hpregenperlevel: 0.85,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 53.04,
- attackdamageperlevel: 3,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.25
- }
- },
- Draven: {
- version: "6.24.1",
- id: "Draven",
- key: "119",
- name: "Draven",
- title: "the Glorious Executioner",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Draven.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Draven_0.jpg",
- blurb:
- "Unlike his brother Darius, victory in battle was never enough for Draven. He craved recognition, acclaim, and glory. He first sought greatness in the Noxian military, but his flair for the dramatic went severely underappreciated. Thirsting for a ...",
- info: {
- attack: 9,
- defense: 3,
- magic: 1,
- difficulty: 8
- },
- image: {
- full: "Draven.png",
- sprite: "champion0.png",
- group: "champion",
- x: 0,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Marksman"],
- partype: "MP",
- stats: {
- hp: 557.76,
- hpperlevel: 82,
- mp: 360.56,
- mpperlevel: 39,
- movespeed: 330,
- armor: 25.544,
- armorperlevel: 3.3,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 6.175,
- hpregenperlevel: 0.7,
- mpregen: 8.04,
- mpregenperlevel: 0.65,
- crit: 0,
- critperlevel: 0,
- attackdamage: 55.8,
- attackdamageperlevel: 2.91,
- attackspeedoffset: -0.08,
- attackspeedperlevel: 2.7
- }
- },
- DrMundo: {
- version: "6.24.1",
- id: "DrMundo",
- key: "36",
- name: "Dr. Mundo",
- title: "the Madman of Zaun",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/DrMundo.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/DrMundo_0.jpg",
- blurb:
- "''Beware the Madman of Zaun. In his eyes, you are already dead''
It is said that the man now known as Dr. Mundo was born without any sort of conscience. Instead, he had an unquenchable desire to inflict pain through experimentation. By the time ...",
- info: {
- attack: 5,
- defense: 7,
- magic: 6,
- difficulty: 5
- },
- image: {
- full: "DrMundo.png",
- sprite: "champion0.png",
- group: "champion",
- x: 48,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "None",
- stats: {
- hp: 582.52,
- hpperlevel: 89,
- mp: 0,
- mpperlevel: 0,
- movespeed: 345,
- armor: 26.88,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 7.76,
- hpregenperlevel: 0.75,
- mpregen: 0,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 61.27,
- attackdamageperlevel: 3,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.8
- }
- },
- Ekko: {
- version: "6.24.1",
- id: "Ekko",
- key: "245",
- name: "Ekko",
- title: "the Boy Who Shattered Time",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Ekko.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ekko_0.jpg",
- blurb:
- "A prodigy from the rough streets of Zaun, Ekko manipulates time to spin any situation to his advantage. Using his own invention, the Zero-Drive, he explores the branching possibilities of reality. As well as experimenting with multi-dimensional ...",
- info: {
- attack: 5,
- defense: 3,
- magic: 7,
- difficulty: 8
- },
- image: {
- full: "Ekko.png",
- sprite: "champion0.png",
- group: "champion",
- x: 96,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Assassin", "Fighter"],
- partype: "MP",
- stats: {
- hp: 580,
- hpperlevel: 80,
- mp: 280,
- mpperlevel: 50,
- movespeed: 340,
- armor: 27,
- armorperlevel: 3,
- spellblock: 32,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 9,
- hpregenperlevel: 0.9,
- mpregen: 7,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 55,
- attackdamageperlevel: 3,
- attackspeedoffset: 0,
- attackspeedperlevel: 3.3
- }
- },
- Elise: {
- version: "6.24.1",
- id: "Elise",
- key: "60",
- name: "Elise",
- title: "the Spider Queen",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Elise.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Elise_0.jpg",
- blurb:
- "''Beauty is power too, and can strike swifter than any sword.''
Elise is a deadly predator who dwells in a shuttered, lightless palace, deep in the Immortal Bastion of Noxus. Once she was mortal, the mistress of a once-powerful house, but the ...",
- info: {
- attack: 6,
- defense: 5,
- magic: 7,
- difficulty: 9
- },
- image: {
- full: "Elise.png",
- sprite: "champion0.png",
- group: "champion",
- x: 144,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Fighter"],
- partype: "MP",
- stats: {
- hp: 529.4,
- hpperlevel: 80,
- mp: 324,
- mpperlevel: 50,
- movespeed: 325,
- armor: 22.128,
- armorperlevel: 3.35,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 5.705,
- hpregenperlevel: 0.6,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 50.54,
- attackdamageperlevel: 3,
- attackspeedoffset: 0,
- attackspeedperlevel: 1.75
- }
- },
- Evelynn: {
- version: "6.24.1",
- id: "Evelynn",
- key: "28",
- name: "Evelynn",
- title: "the Widowmaker",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Evelynn.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Evelynn_0.jpg",
- blurb:
- "Swift and lethal, Evelynn is one of the most deadly - and expensive - assassins in all of Runeterra. Able to merge with the shadows at will, she patiently stalks her prey, waiting for the right moment to strike. While Evelynn is clearly not entirely ...",
- info: {
- attack: 4,
- defense: 2,
- magic: 7,
- difficulty: 10
- },
- image: {
- full: "Evelynn.png",
- sprite: "champion0.png",
- group: "champion",
- x: 192,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Assassin", "Mage"],
- partype: "MP",
- stats: {
- hp: 531.2,
- hpperlevel: 90,
- mp: 315.6,
- mpperlevel: 42,
- movespeed: 340,
- armor: 26.5,
- armorperlevel: 3.8,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 9.82,
- hpregenperlevel: 0.55,
- mpregen: 8.105,
- mpregenperlevel: 0.6,
- crit: 0,
- critperlevel: 0,
- attackdamage: 53.88,
- attackdamageperlevel: 3.5,
- attackspeedoffset: 0,
- attackspeedperlevel: 3.6
- }
- },
- Ezreal: {
- version: "6.24.1",
- id: "Ezreal",
- key: "81",
- name: "Ezreal",
- title: "the Prodigal Explorer",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Ezreal.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ezreal_0.jpg",
- blurb:
- "The intrepid young adventurer Ezreal has explored some of the most remote and abandoned locations on Runeterra. During an expedition to the buried ruins of ancient Shurima, he recovered an amulet of incredible mystical power. Likely constructed to be ...",
- info: {
- attack: 7,
- defense: 2,
- magic: 6,
- difficulty: 7
- },
- image: {
- full: "Ezreal.png",
- sprite: "champion0.png",
- group: "champion",
- x: 240,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Marksman", "Mage"],
- partype: "MP",
- stats: {
- hp: 484.4,
- hpperlevel: 80,
- mp: 360.6,
- mpperlevel: 42,
- movespeed: 325,
- armor: 21.88,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 6.42,
- hpregenperlevel: 0.55,
- mpregen: 8.09,
- mpregenperlevel: 0.65,
- crit: 0,
- critperlevel: 0,
- attackdamage: 55.66,
- attackdamageperlevel: 2.41,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.8
- }
- },
- FiddleSticks: {
- version: "6.24.1",
- id: "FiddleSticks",
- key: "9",
- name: "Fiddlesticks",
- title: "the Harbinger of Doom",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/FiddleSticks.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Fiddlesticks_0.jpg",
- blurb:
- "For nearly twenty years, Fiddlesticks has stood alone in the easternmost summoning chamber of the Institute of War. Only the burning emerald light of his unearthly gaze pierces the musty darkness of his dust-covered home. It is here that the Harbinger ...",
- info: {
- attack: 2,
- defense: 3,
- magic: 9,
- difficulty: 9
- },
- image: {
- full: "FiddleSticks.png",
- sprite: "champion0.png",
- group: "champion",
- x: 288,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Support"],
- partype: "MP",
- stats: {
- hp: 524.4,
- hpperlevel: 80,
- mp: 400.12,
- mpperlevel: 56,
- movespeed: 335,
- armor: 20.88,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 480,
- hpregen: 5.605,
- hpregenperlevel: 0.6,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 48.36,
- attackdamageperlevel: 2.625,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.11
- }
- },
- Fiora: {
- version: "6.24.1",
- id: "Fiora",
- key: "114",
- name: "Fiora",
- title: "the Grand Duelist",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Fiora.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Fiora_0.jpg",
- blurb:
- "''I have come to kill you for the sake of honor. And though you possess none, still you die.''
The most feared duelist in all Valoran, Fiora is as renowned for her brusque manner and cunning mind as she is for the speed of her bluesteel rapier. ...",
- info: {
- attack: 10,
- defense: 4,
- magic: 2,
- difficulty: 3
- },
- image: {
- full: "Fiora.png",
- sprite: "champion0.png",
- group: "champion",
- x: 336,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Assassin"],
- partype: "MP",
- stats: {
- hp: 550,
- hpperlevel: 85,
- mp: 300,
- mpperlevel: 40,
- movespeed: 345,
- armor: 24,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 150,
- hpregen: 8.25,
- hpregenperlevel: 0.55,
- mpregen: 8,
- mpregenperlevel: 0.7,
- crit: 0,
- critperlevel: 0,
- attackdamage: 60,
- attackdamageperlevel: 3.3,
- attackspeedoffset: 0,
- attackspeedperlevel: 3.2
- }
- },
- Fizz: {
- version: "6.24.1",
- id: "Fizz",
- key: "105",
- name: "Fizz",
- title: "the Tidal Trickster",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Fizz.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Fizz_0.jpg",
- blurb:
- "Centuries ago, an ancient water-dwelling race built a hidden city beneath a mountain in the sea. Though these creatures had their enemies, the city was an impenetrable fortress, and, in the safety it provided, they grew complacent. Fizz, however, ...",
- info: {
- attack: 6,
- defense: 4,
- magic: 7,
- difficulty: 6
- },
- image: {
- full: "Fizz.png",
- sprite: "champion0.png",
- group: "champion",
- x: 384,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Assassin", "Fighter"],
- partype: "MP",
- stats: {
- hp: 558.48,
- hpperlevel: 86,
- mp: 317.2,
- mpperlevel: 37,
- movespeed: 335,
- armor: 22.412,
- armorperlevel: 3.4,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 175,
- hpregen: 8.175,
- hpregenperlevel: 0.7,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 58.04,
- attackdamageperlevel: 3,
- attackspeedoffset: -0.05,
- attackspeedperlevel: 3.1
- }
- },
- Galio: {
- version: "6.24.1",
- id: "Galio",
- key: "3",
- name: "Galio",
- title: "the Sentinel's Sorrow",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Galio.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Galio_0.jpg",
- blurb:
- "''There is no such thing as redemption. Only penance.''
Long before the regulation of magic, mages experimented with the creation of artificial life. Now forbidden, instilling golems with reason was once not so uncommon a practice amongst the ...",
- info: {
- attack: 3,
- defense: 7,
- magic: 6,
- difficulty: 3
- },
- image: {
- full: "Galio.png",
- sprite: "champion0.png",
- group: "champion",
- x: 432,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Tank", "Mage"],
- partype: "MP",
- stats: {
- hp: 577.8,
- hpperlevel: 85,
- mp: 369,
- mpperlevel: 47,
- movespeed: 335,
- armor: 26.88,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.71,
- hpregenperlevel: 0.75,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 61.97,
- attackdamageperlevel: 3.375,
- attackspeedoffset: -0.02,
- attackspeedperlevel: 1.2
- }
- },
- Gangplank: {
- version: "6.24.1",
- id: "Gangplank",
- key: "41",
- name: "Gangplank",
- title: "the Saltwater Scourge",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Gangplank.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Gangplank_0.jpg",
- blurb:
- "''I was cutting throats and sinking Noxian war galleys when you were still pissing your britches, boy. You don't want to take me on.''
As unpredictable as he is brutal, the dethroned reaver king known as Gangplank is feared far and wide. Where ...",
- info: {
- attack: 7,
- defense: 6,
- magic: 4,
- difficulty: 9
- },
- image: {
- full: "Gangplank.png",
- sprite: "champion1.png",
- group: "champion",
- x: 0,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Fighter"],
- partype: "MP",
- stats: {
- hp: 540,
- hpperlevel: 82,
- mp: 282,
- mpperlevel: 40,
- movespeed: 345,
- armor: 26,
- armorperlevel: 3,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 6,
- hpregenperlevel: 0.6,
- mpregen: 7.5,
- mpregenperlevel: 0.7,
- crit: 0,
- critperlevel: 0,
- attackdamage: 56,
- attackdamageperlevel: 3,
- attackspeedoffset: 0,
- attackspeedperlevel: 3.2
- }
- },
- Garen: {
- version: "6.24.1",
- id: "Garen",
- key: "86",
- name: "Garen",
- title: "The Might of Demacia",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Garen.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Garen_0.jpg",
- blurb:
- "Throughout Valoran, the resolve of Demacia's military is alternately celebrated or despised, but always respected. Their ''zero tolerance'' moral code is strictly upheld by civilians and soldiers alike. In combat, this means Demacian troops may not ...",
- info: {
- attack: 7,
- defense: 7,
- magic: 1,
- difficulty: 5
- },
- image: {
- full: "Garen.png",
- sprite: "champion1.png",
- group: "champion",
- x: 48,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "None",
- stats: {
- hp: 616.28,
- hpperlevel: 84.25,
- mp: 0,
- mpperlevel: 0,
- movespeed: 340,
- armor: 27.536,
- armorperlevel: 3,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 175,
- hpregen: 7.84,
- hpregenperlevel: 0.5,
- mpregen: 0,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 57.88,
- attackdamageperlevel: 4.5,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.9
- }
- },
- Gnar: {
- version: "6.24.1",
- id: "Gnar",
- key: "150",
- name: "Gnar",
- title: "the Missing Link",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Gnar.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Gnar_0.jpg",
- blurb:
- "The jungle does not forgive blindness. Every broken branch tells a story.
I've hunted every creature this jungle has to offer. I was certain there were no challenges left here, but now there is something new. Each track is the size of a ...",
- info: {
- attack: 6,
- defense: 5,
- magic: 5,
- difficulty: 8
- },
- image: {
- full: "Gnar.png",
- sprite: "champion1.png",
- group: "champion",
- x: 96,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "Gnarfury",
- stats: {
- hp: 540,
- hpperlevel: 65,
- mp: 100,
- mpperlevel: 0,
- movespeed: 325,
- armor: 23,
- armorperlevel: 2.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 175,
- hpregen: 2.5,
- hpregenperlevel: 0.5,
- mpregen: 0,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 51,
- attackdamageperlevel: 3,
- attackspeedoffset: 0,
- attackspeedperlevel: 6
- }
- },
- Gragas: {
- version: "6.24.1",
- id: "Gragas",
- key: "79",
- name: "Gragas",
- title: "the Rabble Rouser",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Gragas.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Gragas_0.jpg",
- blurb:
- "The only thing more important to Gragas than fighting is drinking. His unquenchable thirst for stronger ale has led him in search of the most potent and unconventional ingredients to toss in his still. Impulsive and unpredictable, this rowdy carouser ...",
- info: {
- attack: 4,
- defense: 7,
- magic: 6,
- difficulty: 5
- },
- image: {
- full: "Gragas.png",
- sprite: "champion1.png",
- group: "champion",
- x: 144,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Mage"],
- partype: "MP",
- stats: {
- hp: 583.52,
- hpperlevel: 89,
- mp: 400,
- mpperlevel: 47,
- movespeed: 330,
- armor: 26.048,
- armorperlevel: 3.6,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 5.5,
- hpregenperlevel: 0.5,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 61.38,
- attackdamageperlevel: 3.5,
- attackspeedoffset: -0.04,
- attackspeedperlevel: 2.05
- }
- },
- Graves: {
- version: "6.24.1",
- id: "Graves",
- key: "104",
- name: "Graves",
- title: "the Outlaw",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Graves.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Graves_0.jpg",
- blurb:
- "Malcolm Graves is a wanted man in every realm, city and empire he has visited. Tough, strong-willed, and above all, relentless, through his life of crime he has amassed (then invariably lost) a small fortune.",
- info: {
- attack: 8,
- defense: 5,
- magic: 3,
- difficulty: 3
- },
- image: {
- full: "Graves.png",
- sprite: "champion1.png",
- group: "champion",
- x: 192,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Marksman"],
- partype: "MP",
- stats: {
- hp: 551.12,
- hpperlevel: 84,
- mp: 322.2,
- mpperlevel: 40,
- movespeed: 340,
- armor: 24.376,
- armorperlevel: 3.4,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 425,
- hpregen: 6.675,
- hpregenperlevel: 0.7,
- mpregen: 7.9,
- mpregenperlevel: 0.7,
- crit: 0,
- critperlevel: 0,
- attackdamage: 60.83,
- attackdamageperlevel: 2.41,
- attackspeedoffset: 0.3,
- attackspeedperlevel: 2.6
- }
- },
- Hecarim: {
- version: "6.24.1",
- id: "Hecarim",
- key: "120",
- name: "Hecarim",
- title: "the Shadow of War",
- champkey: "Hecarim",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Hecarim.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Hecarim_0.jpg",
- blurb:
- "''Break their ranks and ride them down without mercy. Crush the living and feast on their terror.''
Hecarim is an armored colossus who charges from the Shadow Isles at the head of a deathly host of spectral horsemen to hunt the living. A ...",
- info: {
- attack: 8,
- defense: 6,
- magic: 4,
- difficulty: 6
- },
- image: {
- full: "Hecarim.png",
- sprite: "champion1.png",
- group: "champion",
- x: 240,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "MP",
- stats: {
- hp: 580,
- hpperlevel: 90,
- mp: 277.2,
- mpperlevel: 40,
- movespeed: 345,
- armor: 26.72,
- armorperlevel: 4,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 175,
- hpregen: 7,
- hpregenperlevel: 0.75,
- mpregen: 6.5,
- mpregenperlevel: 0.6,
- crit: 0,
- critperlevel: 0,
- attackdamage: 58,
- attackdamageperlevel: 3.2,
- attackspeedoffset: -0.0672,
- attackspeedperlevel: 2.5
- }
- },
- Heimerdinger: {
- version: "6.24.1",
- id: "Heimerdinger",
- key: "74",
- name: "Heimerdinger",
- title: "the Revered Inventor",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Heimerdinger.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Heimerdinger_0.jpg",
- blurb:
- "From the Journal of Professor Cecil B. Heimerdinger
10.14
09:15
Current meteorological conditions in Bandle City seem optimal. Atmospheric pressure is ideal for today's experiments!
Running a fifth trial for my ...",
- info: {
- attack: 2,
- defense: 6,
- magic: 8,
- difficulty: 8
- },
- image: {
- full: "Heimerdinger.png",
- sprite: "champion1.png",
- group: "champion",
- x: 288,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Support"],
- partype: "MP",
- stats: {
- hp: 476,
- hpperlevel: 75,
- mp: 307.2,
- mpperlevel: 40,
- movespeed: 340,
- armor: 19.04,
- armorperlevel: 3,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 11.005,
- hpregenperlevel: 1.75,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 55.536,
- attackdamageperlevel: 2.7,
- attackspeedoffset: 0,
- attackspeedperlevel: 1.36
- }
- },
- Illaoi: {
- version: "6.24.1",
- id: "Illaoi",
- key: "420",
- name: "Illaoi",
- title: "the Kraken Priestess",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Illaoi.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Illaoi_0.jpg",
- blurb:
- "''I'm not big on sermons. Broken bones teach better lessons.''
Illaoi's powerful physique is dwarfed only by her indomitable faith. As the prophet of the Great Kraken, she uses a huge, golden idol to rip her foes' spirits from their bodies and ...",
- info: {
- attack: 8,
- defense: 6,
- magic: 3,
- difficulty: 4
- },
- image: {
- full: "Illaoi.png",
- sprite: "champion1.png",
- group: "champion",
- x: 336,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "MP",
- stats: {
- hp: 585.6,
- hpperlevel: 95,
- mp: 300,
- mpperlevel: 40,
- movespeed: 340,
- armor: 26,
- armorperlevel: 3.8,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 9.5,
- hpregenperlevel: 0.8,
- mpregen: 7.5,
- mpregenperlevel: 0.75,
- crit: 0,
- critperlevel: 0,
- attackdamage: 60,
- attackdamageperlevel: 5,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.5
- }
- },
- Irelia: {
- version: "6.24.1",
- id: "Irelia",
- key: "39",
- name: "Irelia",
- title: "the Will of the Blades",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Irelia.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Irelia_0.jpg",
- blurb:
- "''The sword flourishes, as though painting with blood.''
The Ionians have developed some of the most breathtaking and deadly martial arts in all of Runeterra - just one manifestation of their pursuit of enlightenment. The most remarkable blade ...",
- info: {
- attack: 7,
- defense: 4,
- magic: 5,
- difficulty: 5
- },
- image: {
- full: "Irelia.png",
- sprite: "champion1.png",
- group: "champion",
- x: 384,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Assassin"],
- partype: "MP",
- stats: {
- hp: 607.2,
- hpperlevel: 90,
- mp: 338.8,
- mpperlevel: 32,
- movespeed: 345,
- armor: 25.3,
- armorperlevel: 3.75,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.59,
- hpregenperlevel: 0.65,
- mpregen: 8.1,
- mpregenperlevel: 0.65,
- crit: 0,
- critperlevel: 0,
- attackdamage: 61.544,
- attackdamageperlevel: 3.3,
- attackspeedoffset: -0.06,
- attackspeedperlevel: 3.2
- }
- },
- Ivern: {
- version: "6.24.1",
- id: "Ivern",
- key: "427",
- name: "Ivern",
- title: "the Green Father",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Ivern.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ivern_0.jpg",
- blurb:
- "Ivern Bramblefoot, known to many as the Green Father, is a peculiar half man, half tree who roams Runeterra's forests, cultivating life everywhere he goes. He knows the secrets of the natural world, and holds deep friendships with all things that grow,...",
- info: {
- attack: 3,
- defense: 5,
- magic: 7,
- difficulty: 7
- },
- image: {
- full: "Ivern.png",
- sprite: "champion4.png",
- group: "champion",
- x: 96,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Support", "Mage"],
- partype: "MP",
- stats: {
- hp: 580,
- hpperlevel: 90,
- mp: 450,
- mpperlevel: 60,
- movespeed: 330,
- armor: 22,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 6.9,
- hpregenperlevel: 0.85,
- mpregen: 6,
- mpregenperlevel: 0.75,
- crit: 0,
- critperlevel: 0,
- attackdamage: 50,
- attackdamageperlevel: 3,
- attackspeedoffset: -0.03,
- attackspeedperlevel: 3.4
- }
- },
- Janna: {
- version: "6.24.1",
- id: "Janna",
- key: "40",
- name: "Janna",
- title: "the Storm's Fury",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Janna.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Janna_0.jpg",
- blurb:
- "There are those sorcerers who give themselves over to the primal powers of nature, forgoing the learned practice of magic. Such a sorceress is Janna, who first learned magic as an orphan growing up amidst the chaos that is the city-state of Zaun. ...",
- info: {
- attack: 3,
- defense: 5,
- magic: 7,
- difficulty: 7
- },
- image: {
- full: "Janna.png",
- sprite: "champion1.png",
- group: "champion",
- x: 432,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Support", "Mage"],
- partype: "MP",
- stats: {
- hp: 487.04,
- hpperlevel: 78,
- mp: 409.52,
- mpperlevel: 64,
- movespeed: 335,
- armor: 19.384,
- armorperlevel: 3.8,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 475,
- hpregen: 5.42,
- hpregenperlevel: 0.55,
- mpregen: 11.5,
- mpregenperlevel: 0.4,
- crit: 0,
- critperlevel: 0,
- attackdamage: 51.956,
- attackdamageperlevel: 2.95,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.61
- }
- },
- JarvanIV: {
- version: "6.24.1",
- id: "JarvanIV",
- key: "59",
- name: "Jarvan IV",
- title: "the Exemplar of Demacia",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/JarvanIV.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/JarvanIV_0.jpg",
- blurb:
- "''There is only one truth, and you will find it at the point of my lance.''
As the royal family of Demacia for centuries, members of the Lightshield line have spent their lives waging war against any who opposed Demacian ethics. It is said that ...",
- info: {
- attack: 6,
- defense: 8,
- magic: 3,
- difficulty: 5
- },
- image: {
- full: "JarvanIV.png",
- sprite: "champion1.png",
- group: "champion",
- x: 0,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Tank", "Fighter"],
- partype: "MP",
- stats: {
- hp: 571.2,
- hpperlevel: 90,
- mp: 302.2,
- mpperlevel: 40,
- movespeed: 340,
- armor: 29,
- armorperlevel: 3.6,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 175,
- hpregen: 8.175,
- hpregenperlevel: 0.7,
- mpregen: 6.755,
- mpregenperlevel: 0.45,
- crit: 0,
- critperlevel: 0,
- attackdamage: 55.712,
- attackdamageperlevel: 3.4,
- attackspeedoffset: -0.05,
- attackspeedperlevel: 2.5
- }
- },
- Jax: {
- version: "6.24.1",
- id: "Jax",
- key: "24",
- name: "Jax",
- title: "Grandmaster at Arms",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Jax.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Jax_0.jpg",
- blurb:
- "It is seldom the case where a champion is defined by his actions after joining the League of Legends rather than before. Such is the case with Jax, for whom the argument could be made that he is the most prolific tournament fighter currently at the ...",
- info: {
- attack: 7,
- defense: 5,
- magic: 7,
- difficulty: 5
- },
- image: {
- full: "Jax.png",
- sprite: "champion1.png",
- group: "champion",
- x: 48,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Assassin"],
- partype: "MP",
- stats: {
- hp: 592.8,
- hpperlevel: 85,
- mp: 338.8,
- mpperlevel: 32,
- movespeed: 350,
- armor: 27.04,
- armorperlevel: 3,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.37,
- hpregenperlevel: 0.55,
- mpregen: 7.575,
- mpregenperlevel: 0.7,
- crit: 0,
- critperlevel: 0,
- attackdamage: 61.97,
- attackdamageperlevel: 3.375,
- attackspeedoffset: -0.02,
- attackspeedperlevel: 3.4
- }
- },
- Jayce: {
- version: "6.24.1",
- id: "Jayce",
- key: "126",
- name: "Jayce",
- title: "the Defender of Tomorrow",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Jayce.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Jayce_0.jpg",
- blurb:
- "Armed with wit, charm, and his signature transforming hammer, Jayce lives to protect his native Piltover. Long before his nation called him a hero, however, he was a promising young inventor. When Piltover commissioned him to study a rare arcane ...",
- info: {
- attack: 8,
- defense: 4,
- magic: 3,
- difficulty: 7
- },
- image: {
- full: "Jayce.png",
- sprite: "champion1.png",
- group: "champion",
- x: 96,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Marksman"],
- partype: "MP",
- stats: {
- hp: 571.2,
- hpperlevel: 90,
- mp: 357.2,
- mpperlevel: 37,
- movespeed: 335,
- armor: 22.38,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 125,
- hpregen: 7.34,
- hpregenperlevel: 0.8,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 50.38,
- attackdamageperlevel: 3.5,
- attackspeedoffset: -0.05,
- attackspeedperlevel: 3
- }
- },
- Jhin: {
- version: "6.24.1",
- id: "Jhin",
- key: "202",
- name: "Jhin",
- title: "the Virtuoso",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Jhin.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Jhin_0.jpg",
- blurb:
- "''Art requires a certain...cruelty.''
Jhin is a meticulous criminal psychopath who believes murder is art. Once an Ionian prisoner, but freed by shadowy elements within Ionia's ruling council, the serial killer now works as their cabal's ...",
- info: {
- attack: 10,
- defense: 2,
- magic: 6,
- difficulty: 6
- },
- image: {
- full: "Jhin.png",
- sprite: "champion1.png",
- group: "champion",
- x: 144,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Marksman", "Assassin"],
- partype: "MP",
- stats: {
- hp: 540,
- hpperlevel: 85,
- mp: 300,
- mpperlevel: 50,
- movespeed: 330,
- armor: 20,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 6,
- hpregenperlevel: 0.55,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 53,
- attackdamageperlevel: 4,
- attackspeedoffset: 0,
- attackspeedperlevel: 0
- }
- },
- Jinx: {
- version: "6.24.1",
- id: "Jinx",
- key: "222",
- name: "Jinx",
- title: "the Loose Cannon",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Jinx.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Jinx_0.jpg",
- blurb:
- "Jinx lives to wreak havoc without a thought for the consequences, leaving a trail of mayhem and panic in her wake. A manic and impulsive criminal, she despises nothing more than boredom, and gleefully brings her own volatile brand of pandemonium to ...",
- info: {
- attack: 9,
- defense: 2,
- magic: 4,
- difficulty: 6
- },
- image: {
- full: "Jinx.png",
- sprite: "champion1.png",
- group: "champion",
- x: 192,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Marksman"],
- partype: "MP",
- stats: {
- hp: 517.76,
- hpperlevel: 82,
- mp: 245.6,
- mpperlevel: 45,
- movespeed: 325,
- armor: 22.88,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 525,
- hpregen: 5.84,
- hpregenperlevel: 0.5,
- mpregen: 6.68,
- mpregenperlevel: 1,
- crit: 0,
- critperlevel: 0,
- attackdamage: 58.46,
- attackdamageperlevel: 2.41,
- attackspeedoffset: 0,
- attackspeedperlevel: 1
- }
- },
- Kalista: {
- version: "6.24.1",
- id: "Kalista",
- key: "429",
- name: "Kalista",
- title: "the Spear of Vengeance",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Kalista.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Kalista_0.jpg",
- blurb:
- "''When wronged, we seek justice. When hurt, we strike back. When betrayed, the Spear of Vengeance strikes!''
A specter of wrath and retribution, Kalista is the undying spirit of vengeance, an armored nightmare summoned from the Shadow Isles to ...",
- info: {
- attack: 8,
- defense: 2,
- magic: 4,
- difficulty: 7
- },
- image: {
- full: "Kalista.png",
- sprite: "champion1.png",
- group: "champion",
- x: 240,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Marksman"],
- partype: "MP",
- stats: {
- hp: 517.76,
- hpperlevel: 83,
- mp: 231.8,
- mpperlevel: 35,
- movespeed: 325,
- armor: 19.012,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 6,
- hpregenperlevel: 0.55,
- mpregen: 6.3,
- mpregenperlevel: 0.4,
- crit: 0,
- critperlevel: 0,
- attackdamage: 63,
- attackdamageperlevel: 2.9,
- attackspeedoffset: -0.03,
- attackspeedperlevel: 2.5
- }
- },
- Karma: {
- version: "6.24.1",
- id: "Karma",
- key: "43",
- name: "Karma",
- title: "the Enlightened One",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Karma.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Karma_0.jpg",
- blurb:
- "Karma is a woman of indomitable will and unbound spiritual power. She is the soul of Ionia made manifest and an inspiring presence on the battlefield, shielding her allies and turning back her foes. A strong leader torn between tradition and ...",
- info: {
- attack: 1,
- defense: 7,
- magic: 8,
- difficulty: 5
- },
- image: {
- full: "Karma.png",
- sprite: "champion1.png",
- group: "champion",
- x: 288,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Support"],
- partype: "MP",
- stats: {
- hp: 522.44,
- hpperlevel: 83,
- mp: 374,
- mpperlevel: 50,
- movespeed: 335,
- armor: 20.384,
- armorperlevel: 3.8,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 525,
- hpregen: 5.62,
- hpregenperlevel: 0.55,
- mpregen: 8.5,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 53.544,
- attackdamageperlevel: 3.3,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.3
- }
- },
- Karthus: {
- version: "6.24.1",
- id: "Karthus",
- key: "30",
- name: "Karthus",
- title: "the Deathsinger",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Karthus.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Karthus_0.jpg",
- blurb:
- "''Death is not the end of the journey, it is just the beginning...''
The harbinger of oblivion, Karthus is an undying spirit whose haunting songs are a prelude to the horror of his nightmarish appearance. The living fear the eternity of undeath,...",
- info: {
- attack: 2,
- defense: 2,
- magic: 10,
- difficulty: 7
- },
- image: {
- full: "Karthus.png",
- sprite: "champion1.png",
- group: "champion",
- x: 336,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Mage"],
- partype: "MP",
- stats: {
- hp: 516,
- hpperlevel: 75,
- mp: 372.48,
- mpperlevel: 61,
- movespeed: 335,
- armor: 20.88,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 450,
- hpregen: 6.42,
- hpregenperlevel: 0.55,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 45.66,
- attackdamageperlevel: 3.25,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.11
- }
- },
- Kassadin: {
- version: "6.24.1",
- id: "Kassadin",
- key: "38",
- name: "Kassadin",
- title: "the Void Walker",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Kassadin.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Kassadin_0.jpg",
- blurb:
- "There is a place between dimensions and between worlds. To some it is known as the Outside, to others it is the Unknown. To most, however, it is called the Void. Despite its name, the Void is not an empty place, but rather the home of unspeakable ...",
- info: {
- attack: 3,
- defense: 5,
- magic: 8,
- difficulty: 8
- },
- image: {
- full: "Kassadin.png",
- sprite: "champion1.png",
- group: "champion",
- x: 384,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Assassin", "Mage"],
- partype: "MP",
- stats: {
- hp: 564.04,
- hpperlevel: 78,
- mp: 397.6,
- mpperlevel: 67,
- movespeed: 340,
- armor: 23.376,
- armorperlevel: 3.2,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 150,
- hpregen: 7.79,
- hpregenperlevel: 0.5,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 58.852,
- attackdamageperlevel: 3.9,
- attackspeedoffset: -0.023,
- attackspeedperlevel: 3.7
- }
- },
- Katarina: {
- version: "6.24.1",
- id: "Katarina",
- key: "55",
- name: "Katarina",
- title: "the Sinister Blade",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Katarina.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Katarina_0.jpg",
- blurb:
- "Driven by an intense killer instinct, Katarina uses her talents as an assassin for the glory of Noxus, and the continued elevation of her family. While her fervor drives her to ever-greater feats, it can sometimes lead her astray.
From ...",
- info: {
- attack: 4,
- defense: 3,
- magic: 9,
- difficulty: 8
- },
- image: {
- full: "Katarina.png",
- sprite: "champion1.png",
- group: "champion",
- x: 432,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Assassin", "Mage"],
- partype: "None",
- stats: {
- hp: 590,
- hpperlevel: 82,
- mp: 0,
- mpperlevel: 0,
- movespeed: 340,
- armor: 27.88,
- armorperlevel: 3.5,
- spellblock: 34.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 7.5,
- hpregenperlevel: 0.7,
- mpregen: 0,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 58,
- attackdamageperlevel: 3.2,
- attackspeedoffset: -0.05,
- attackspeedperlevel: 2.74
- }
- },
- Kayle: {
- version: "6.24.1",
- id: "Kayle",
- key: "10",
- name: "Kayle",
- title: "The Judicator",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Kayle.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Kayle_0.jpg",
- blurb:
- "In a world far away where an ancient war still rages, Kayle was a great hero - the strongest of an immortal race committed to destroying evil wherever it could be found. For ten thousand years, Kayle fought tirelessly for her people, wielding her ...",
- info: {
- attack: 6,
- defense: 6,
- magic: 7,
- difficulty: 7
- },
- image: {
- full: "Kayle.png",
- sprite: "champion1.png",
- group: "champion",
- x: 0,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Support"],
- partype: "MP",
- stats: {
- hp: 574.24,
- hpperlevel: 93,
- mp: 322.2,
- mpperlevel: 40,
- movespeed: 335,
- armor: 26.88,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 125,
- hpregen: 8.26,
- hpregenperlevel: 0.75,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 51,
- attackdamageperlevel: 2.8,
- attackspeedoffset: -0.02,
- attackspeedperlevel: 2.2
- }
- },
- Kennen: {
- version: "6.24.1",
- id: "Kennen",
- key: "85",
- name: "Kennen",
- title: "the Heart of the Tempest",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Kennen.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Kennen_0.jpg",
- blurb:
- "There exists an ancient order originating in the Ionian Isles dedicated to the preservation of balance. Order, chaos, light, darkness -- all things must exist in perfect harmony for such is the way of the universe. This order is known as the Kinkou ...",
- info: {
- attack: 6,
- defense: 4,
- magic: 7,
- difficulty: 4
- },
- image: {
- full: "Kennen.png",
- sprite: "champion1.png",
- group: "champion",
- x: 48,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Marksman"],
- partype: "Energy",
- stats: {
- hp: 535.72,
- hpperlevel: 79,
- mp: 200,
- mpperlevel: 0,
- movespeed: 335,
- armor: 24.3,
- armorperlevel: 3.75,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 5.59,
- hpregenperlevel: 0.65,
- mpregen: 50,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 50.544,
- attackdamageperlevel: 3.3,
- attackspeedoffset: -0.0947,
- attackspeedperlevel: 3.4
- }
- },
- Khazix: {
- version: "6.24.1",
- id: "Khazix",
- key: "121",
- name: "Kha'Zix",
- title: "the Voidreaver",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Khazix.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Khazix_0.jpg",
- blurb:
- "A vicious Void predator, Kha'Zix infiltrated Valoran to devour the land's most promising creatures. With each kill he absorbs his prey's strength, evolving to grow more powerful. Kha'Zix hungers most to conquer and consume Rengar, the one beast he ...",
- info: {
- attack: 9,
- defense: 4,
- magic: 3,
- difficulty: 6
- },
- image: {
- full: "Khazix.png",
- sprite: "champion1.png",
- group: "champion",
- x: 96,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Assassin", "Fighter"],
- partype: "MP",
- stats: {
- hp: 572.8,
- hpperlevel: 85,
- mp: 327.2,
- mpperlevel: 40,
- movespeed: 350,
- armor: 27,
- armorperlevel: 3,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 7.51,
- hpregenperlevel: 0.75,
- mpregen: 7.59,
- mpregenperlevel: 0.5,
- crit: 0,
- critperlevel: 0,
- attackdamage: 55.21,
- attackdamageperlevel: 3.1,
- attackspeedoffset: -0.065,
- attackspeedperlevel: 2.7
- }
- },
- Kindred: {
- version: "6.24.1",
- id: "Kindred",
- key: "203",
- name: "Kindred",
- title: "The Eternal Hunters",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Kindred.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Kindred_0.jpg",
- blurb:
- "''Tell me again, little Lamb, which things are ours to take?''
''All things, Dear Wolf.''
Separate, but never parted, Kindred represents the twin essences of death. Lamb's arrow offers a swift release for those who accept their fate. Wolf hunts ...",
- info: {
- attack: 8,
- defense: 2,
- magic: 2,
- difficulty: 4
- },
- image: {
- full: "Kindred.png",
- sprite: "champion1.png",
- group: "champion",
- x: 144,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Marksman"],
- partype: "MP",
- stats: {
- hp: 540,
- hpperlevel: 85,
- mp: 300,
- mpperlevel: 35,
- movespeed: 325,
- armor: 20,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 500,
- hpregen: 7,
- hpregenperlevel: 0.55,
- mpregen: 6.97,
- mpregenperlevel: 0.4,
- crit: 0,
- critperlevel: 0,
- attackdamage: 54,
- attackdamageperlevel: 1.7,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.5
- }
- },
- Kled: {
- version: "6.24.1",
- id: "Kled",
- key: "240",
- name: "Kled",
- title: "the Cantankerous Cavalier",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Kled.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Kled_0.jpg",
- blurb:
- "''A sane man would run . . . but I ain't the runnin' kind!''
A warrior as fearless as he is ornery, Kled is a popular folk hero in Noxus. Embodying the furious bravado of his nation, he is an icon beloved by the empire's soldiers, distrusted by ...",
- info: {
- attack: 8,
- defense: 2,
- magic: 2,
- difficulty: 7
- },
- image: {
- full: "Kled.png",
- sprite: "champion4.png",
- group: "champion",
- x: 48,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "Gnarfury",
- stats: {
- hp: 340,
- hpperlevel: 70,
- mp: 100,
- mpperlevel: 0,
- movespeed: 345,
- armor: 26,
- armorperlevel: 4,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 6,
- hpregenperlevel: 0.75,
- mpregen: 0,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 55,
- attackdamageperlevel: 3,
- attackspeedoffset: 0,
- attackspeedperlevel: 3.5
- }
- },
- KogMaw: {
- version: "6.24.1",
- id: "KogMaw",
- key: "96",
- name: "Kog'Maw",
- title: "the Mouth of the Abyss",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/KogMaw.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/KogMaw_0.jpg",
- blurb:
- "''If that's just hungry, I don't want to see angry.''
When the prophet Malzahar was reborn in Icathia, he was led there by an ominous voice which thereafter anchored itself to his psyche. From within, this voice bestowed upon him terrible ...",
- info: {
- attack: 8,
- defense: 2,
- magic: 5,
- difficulty: 6
- },
- image: {
- full: "KogMaw.png",
- sprite: "champion1.png",
- group: "champion",
- x: 192,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Marksman", "Mage"],
- partype: "MP",
- stats: {
- hp: 517.76,
- hpperlevel: 82,
- mp: 322.2,
- mpperlevel: 40,
- movespeed: 325,
- armor: 19.88,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 500,
- hpregen: 5.92,
- hpregenperlevel: 0.55,
- mpregen: 8.675,
- mpregenperlevel: 0.7,
- crit: 0,
- critperlevel: 0,
- attackdamage: 57.46,
- attackdamageperlevel: 2.41,
- attackspeedoffset: -0.06,
- attackspeedperlevel: 2.65
- }
- },
- Leblanc: {
- version: "6.24.1",
- id: "Leblanc",
- key: "7",
- name: "LeBlanc",
- title: "the Deceiver",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Leblanc.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Leblanc_0.jpg",
- blurb:
- "Every city has its dark side, even one whose reputation is already of a questionable hue. Noxus - though its name is already invoked with a mixture of reverence and revulsion - is no exception to this simple truth. Deep within the winding dungeons ...",
- info: {
- attack: 1,
- defense: 4,
- magic: 10,
- difficulty: 9
- },
- image: {
- full: "Leblanc.png",
- sprite: "champion1.png",
- group: "champion",
- x: 240,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Assassin", "Mage"],
- partype: "MP",
- stats: {
- hp: 516,
- hpperlevel: 80,
- mp: 334,
- mpperlevel: 50,
- movespeed: 340,
- armor: 21.88,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 525,
- hpregen: 7.4,
- hpregenperlevel: 0.55,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 54.88,
- attackdamageperlevel: 3.5,
- attackspeedoffset: 0,
- attackspeedperlevel: 1.4
- }
- },
- LeeSin: {
- version: "6.24.1",
- id: "LeeSin",
- key: "64",
- name: "Lee Sin",
- title: "the Blind Monk",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/LeeSin.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/LeeSin_0.jpg",
- blurb:
- "As a young teen, Lee Sin was intent on becoming a summoner. His will and dedication were unmatched by any of his peers, and his skill drew the attention of Reginald Ashram, the League's High Councilor at the time. While studying at the Arcanum Majoris,...",
- info: {
- attack: 8,
- defense: 5,
- magic: 3,
- difficulty: 6
- },
- image: {
- full: "LeeSin.png",
- sprite: "champion1.png",
- group: "champion",
- x: 288,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Assassin"],
- partype: "Energy",
- stats: {
- hp: 570.8,
- hpperlevel: 85,
- mp: 200,
- mpperlevel: 0,
- movespeed: 350,
- armor: 24.216,
- armorperlevel: 3.7,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 7.425,
- hpregenperlevel: 0.7,
- mpregen: 50,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 61.176,
- attackdamageperlevel: 3.2,
- attackspeedoffset: -0.04,
- attackspeedperlevel: 3
- }
- },
- Leona: {
- version: "6.24.1",
- id: "Leona",
- key: "89",
- name: "Leona",
- title: "the Radiant Dawn",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Leona.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Leona_0.jpg",
- blurb:
- "''If you would shine like a sun, first you must burn like one.''
Imbued with the fire of the sun, Leona is a warrior templar of the Solari who defends Mount Targon with her Zenith Blade and Shield of Daybreak. Her skin shimmers with starfire ...",
- info: {
- attack: 4,
- defense: 8,
- magic: 3,
- difficulty: 4
- },
- image: {
- full: "Leona.png",
- sprite: "champion1.png",
- group: "champion",
- x: 336,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Tank", "Support"],
- partype: "MP",
- stats: {
- hp: 576.16,
- hpperlevel: 87,
- mp: 302.2,
- mpperlevel: 40,
- movespeed: 335,
- armor: 27.208,
- armorperlevel: 3.6,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.425,
- hpregenperlevel: 0.85,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 60.04,
- attackdamageperlevel: 3,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.9
- }
- },
- Lissandra: {
- version: "6.24.1",
- id: "Lissandra",
- key: "127",
- name: "Lissandra",
- title: "the Ice Witch",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Lissandra.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Lissandra_0.jpg",
- blurb:
- "Lissandra's magic twists the pure power of ice into something dark and terrible. With the force of her black ice, she does more than freeze - she impales and crushes those who oppose her. To the terrified denizens of the north, she is known only as ...",
- info: {
- attack: 2,
- defense: 5,
- magic: 8,
- difficulty: 6
- },
- image: {
- full: "Lissandra.png",
- sprite: "champion1.png",
- group: "champion",
- x: 384,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Mage"],
- partype: "MP",
- stats: {
- hp: 506.12,
- hpperlevel: 75,
- mp: 304,
- mpperlevel: 50,
- movespeed: 325,
- armor: 20.216,
- armorperlevel: 3.7,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 6.92,
- hpregenperlevel: 0.55,
- mpregen: 5.67,
- mpregenperlevel: 0.4,
- crit: 0,
- critperlevel: 0,
- attackdamage: 50.536,
- attackdamageperlevel: 2.7,
- attackspeedoffset: 0,
- attackspeedperlevel: 1.36
- }
- },
- Lucian: {
- version: "6.24.1",
- id: "Lucian",
- key: "236",
- name: "Lucian",
- title: "the Purifier",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Lucian.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Lucian_0.jpg",
- blurb:
- "Lucian wields relic weapons imbued with ancient power and stands a stalwart guardian against the undead. His cold conviction never wavers, even in the face of the maddening horrors he destroys beneath his hail of purifying fire. Lucian walks alone on ...",
- info: {
- attack: 8,
- defense: 5,
- magic: 3,
- difficulty: 6
- },
- image: {
- full: "Lucian.png",
- sprite: "champion1.png",
- group: "champion",
- x: 432,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Marksman"],
- partype: "MP",
- stats: {
- hp: 554.4,
- hpperlevel: 80,
- mp: 348.88,
- mpperlevel: 38,
- movespeed: 335,
- armor: 24.04,
- armorperlevel: 3,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 500,
- hpregen: 6.19,
- hpregenperlevel: 0.65,
- mpregen: 8.175,
- mpregenperlevel: 0.7,
- crit: 0,
- critperlevel: 0,
- attackdamage: 57.46,
- attackdamageperlevel: 2.41,
- attackspeedoffset: -0.02,
- attackspeedperlevel: 3.3
- }
- },
- Lulu: {
- version: "6.24.1",
- id: "Lulu",
- key: "117",
- name: "Lulu",
- title: "the Fae Sorceress",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Lulu.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Lulu_0.jpg",
- blurb:
- "Perhaps more than any other champion in the League, Lulu marches to the beat of her own drum. During her youth in Bandle City, she spent most of her time wandering alone in the forest or lost in a daydream. It wasn't that she was antisocial; the ...",
- info: {
- attack: 4,
- defense: 5,
- magic: 7,
- difficulty: 5
- },
- image: {
- full: "Lulu.png",
- sprite: "champion2.png",
- group: "champion",
- x: 0,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Support", "Mage"],
- partype: "MP",
- stats: {
- hp: 552.76,
- hpperlevel: 74,
- mp: 350,
- mpperlevel: 55,
- movespeed: 330,
- armor: 19.216,
- armorperlevel: 3.7,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 6.005,
- hpregenperlevel: 0.6,
- mpregen: 11,
- mpregenperlevel: 0.6,
- crit: 0,
- critperlevel: 0,
- attackdamage: 46.368,
- attackdamageperlevel: 2.6,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.25
- }
- },
- Lux: {
- version: "6.24.1",
- id: "Lux",
- key: "99",
- name: "Lux",
- title: "the Lady of Luminosity",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Lux.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Lux_0.jpg",
- blurb:
- "Born to the prestigious Crownguards, the paragon family of Demacian service, Luxanna was destined for greatness. She grew up as the family's only daughter, and she immediately took to the advanced education and lavish parties required of families as ...",
- info: {
- attack: 2,
- defense: 4,
- magic: 9,
- difficulty: 5
- },
- image: {
- full: "Lux.png",
- sprite: "champion2.png",
- group: "champion",
- x: 48,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Support"],
- partype: "MP",
- stats: {
- hp: 477.72,
- hpperlevel: 79,
- mp: 384,
- mpperlevel: 47,
- movespeed: 330,
- armor: 18.72,
- armorperlevel: 4,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 5.42,
- hpregenperlevel: 0.55,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 53.544,
- attackdamageperlevel: 3.3,
- attackspeedoffset: 0,
- attackspeedperlevel: 1.36
- }
- },
- Malphite: {
- version: "6.24.1",
- id: "Malphite",
- key: "54",
- name: "Malphite",
- title: "Shard of the Monolith",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Malphite.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Malphite_0.jpg",
- blurb:
- "There is a world of perfect harmony, where all are part of the whole. The Monolith is the essence of all creation, and its denizens are but singular pieces of it. It is beautiful in its symmetry, and in its almost complete lack of uncertainty. The ...",
- info: {
- attack: 5,
- defense: 9,
- magic: 7,
- difficulty: 2
- },
- image: {
- full: "Malphite.png",
- sprite: "champion2.png",
- group: "champion",
- x: 96,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Tank", "Fighter"],
- partype: "MP",
- stats: {
- hp: 574.2,
- hpperlevel: 90,
- mp: 282.2,
- mpperlevel: 40,
- movespeed: 335,
- armor: 28.3,
- armorperlevel: 3.75,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 7,
- hpregenperlevel: 0.55,
- mpregen: 7.32,
- mpregenperlevel: 0.55,
- crit: 0,
- critperlevel: 0,
- attackdamage: 61.97,
- attackdamageperlevel: 3.375,
- attackspeedoffset: -0.02,
- attackspeedperlevel: 3.4
- }
- },
- Malzahar: {
- version: "6.24.1",
- id: "Malzahar",
- key: "90",
- name: "Malzahar",
- title: "the Prophet of the Void",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Malzahar.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Malzahar_0.jpg",
- blurb:
- "Many men have gone mad beneath the glare of the Shurima sun, but it was during the night's chilling embrace that Malzahar relinquished his sanity. Malzahar was born a seer, blessed with the gift of prophecy. His talent, though unrefined, promised to ...",
- info: {
- attack: 2,
- defense: 2,
- magic: 9,
- difficulty: 6
- },
- image: {
- full: "Malzahar.png",
- sprite: "champion2.png",
- group: "champion",
- x: 144,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Assassin"],
- partype: "MP",
- stats: {
- hp: 525,
- hpperlevel: 75,
- mp: 300,
- mpperlevel: 55,
- movespeed: 335,
- armor: 20,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 500,
- hpregen: 6,
- hpregenperlevel: 0.6,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 55,
- attackdamageperlevel: 3,
- attackspeedoffset: 0,
- attackspeedperlevel: 1.5
- }
- },
- Maokai: {
- version: "6.24.1",
- id: "Maokai",
- key: "57",
- name: "Maokai",
- title: "the Twisted Treant",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Maokai.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Maokai_0.jpg",
- blurb:
- "''All around me are empty husks, soulless and unafraid... but I will bring them fear.''
Maokai is a rageful, towering treant who fights the unnatural horrors of the Shadow Isles. He was twisted into a force of vengeance after a magical ...",
- info: {
- attack: 3,
- defense: 8,
- magic: 6,
- difficulty: 3
- },
- image: {
- full: "Maokai.png",
- sprite: "champion2.png",
- group: "champion",
- x: 192,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Tank", "Mage"],
- partype: "MP",
- stats: {
- hp: 572.2,
- hpperlevel: 90,
- mp: 377.28,
- mpperlevel: 43,
- movespeed: 335,
- armor: 28.72,
- armorperlevel: 4,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 7,
- hpregenperlevel: 0.75,
- mpregen: 7.205,
- mpregenperlevel: 0.45,
- crit: 0,
- critperlevel: 0,
- attackdamage: 63.544,
- attackdamageperlevel: 3.3,
- attackspeedoffset: -0.1,
- attackspeedperlevel: 2.125
- }
- },
- MasterYi: {
- version: "6.24.1",
- id: "MasterYi",
- key: "11",
- name: "Master Yi",
- title: "the Wuju Bladesman",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/MasterYi.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/MasterYi_0.jpg",
- blurb:
- "Through the ancient martial art of Wuju, Master Yi has tempered his body and sharpened his mind until thought and action have become one. Though he chooses to enter into violence as a last resort, the grace and speed with which he wields his blade ...",
- info: {
- attack: 10,
- defense: 4,
- magic: 2,
- difficulty: 4
- },
- image: {
- full: "MasterYi.png",
- sprite: "champion2.png",
- group: "champion",
- x: 240,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Assassin", "Fighter"],
- partype: "MP",
- stats: {
- hp: 598.56,
- hpperlevel: 92,
- mp: 250.56,
- mpperlevel: 42,
- movespeed: 355,
- armor: 24.04,
- armorperlevel: 3,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 7.59,
- hpregenperlevel: 0.65,
- mpregen: 7.255,
- mpregenperlevel: 0.45,
- crit: 0,
- critperlevel: 0,
- attackdamage: 60.04,
- attackdamageperlevel: 3,
- attackspeedoffset: -0.08,
- attackspeedperlevel: 2
- }
- },
- MissFortune: {
- version: "6.24.1",
- id: "MissFortune",
- key: "21",
- name: "Miss Fortune",
- title: "the Bounty Hunter",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/MissFortune.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/MissFortune_0.jpg",
- blurb:
- "''The bigger the risk, the bigger the bounty.''
Beauty and danger: There are few who can match Miss Fortune in either. One of Bilgewater's most infamous bounty hunters, she built her legend upon a swathe of bullet-riddled corpses and captured ...",
- info: {
- attack: 8,
- defense: 2,
- magic: 5,
- difficulty: 1
- },
- image: {
- full: "MissFortune.png",
- sprite: "champion2.png",
- group: "champion",
- x: 288,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Marksman"],
- partype: "MP",
- stats: {
- hp: 530,
- hpperlevel: 85,
- mp: 325.84,
- mpperlevel: 35,
- movespeed: 325,
- armor: 24.04,
- armorperlevel: 3,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 6.19,
- hpregenperlevel: 0.65,
- mpregen: 8.04,
- mpregenperlevel: 0.65,
- crit: 0,
- critperlevel: 0,
- attackdamage: 46,
- attackdamageperlevel: 1,
- attackspeedoffset: -0.04734,
- attackspeedperlevel: 3
- }
- },
- MonkeyKing: {
- version: "6.24.1",
- id: "MonkeyKing",
- key: "62",
- name: "Wukong",
- title: "the Monkey King",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/MonkeyKing.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/MonkeyKing_0.jpg",
- blurb:
- "During the chaos of the Rune Wars, an enormous runestone was lost deep within the Plague Jungles. It remained there, untouched for centuries, emanating a potent magic which infused nearby wildlife with sentience and vitality. A group of monkeys who ...",
- info: {
- attack: 8,
- defense: 5,
- magic: 2,
- difficulty: 3
- },
- image: {
- full: "MonkeyKing.png",
- sprite: "champion2.png",
- group: "champion",
- x: 336,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "MP",
- stats: {
- hp: 577.8,
- hpperlevel: 85,
- mp: 265.84,
- mpperlevel: 38,
- movespeed: 345,
- armor: 24.88,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 175,
- hpregen: 6.19,
- hpregenperlevel: 0.65,
- mpregen: 8.04,
- mpregenperlevel: 0.65,
- crit: 0,
- critperlevel: 0,
- attackdamage: 59.876,
- attackdamageperlevel: 3.2,
- attackspeedoffset: -0.05,
- attackspeedperlevel: 3
- }
- },
- Mordekaiser: {
- version: "6.24.1",
- id: "Mordekaiser",
- key: "82",
- name: "Mordekaiser",
- title: "the Iron Revenant",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Mordekaiser.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Mordekaiser_0.jpg",
- blurb:
- "''All things must die... and yet I live on.''
The baleful revenant Mordekaiser is among the most terrifying and hateful spirits haunting the Shadow Isles. He has existed for countless centuries, shielded from true death by necromantic sorcery ...",
- info: {
- attack: 4,
- defense: 6,
- magic: 7,
- difficulty: 4
- },
- image: {
- full: "Mordekaiser.png",
- sprite: "champion2.png",
- group: "champion",
- x: 384,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Fighter"],
- partype: "None",
- stats: {
- hp: 525,
- hpperlevel: 73,
- mp: 0,
- mpperlevel: 0,
- movespeed: 325,
- armor: 20,
- armorperlevel: 3.75,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 175,
- hpregen: 4,
- hpregenperlevel: 0.3,
- mpregen: 0,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 61,
- attackdamageperlevel: 5,
- attackspeedoffset: 0.04,
- attackspeedperlevel: 2.2
- }
- },
- Morgana: {
- version: "6.24.1",
- id: "Morgana",
- key: "25",
- name: "Morgana",
- title: "Fallen Angel",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Morgana.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Morgana_0.jpg",
- blurb:
- "There is a world far away populated by graceful and beautiful winged beings gifted with immortality, where an ancient conflict still rages. Like so many conflicts, this war split families. One side proclaimed themselves as beings of perfect order and ...",
- info: {
- attack: 1,
- defense: 6,
- magic: 8,
- difficulty: 1
- },
- image: {
- full: "Morgana.png",
- sprite: "champion2.png",
- group: "champion",
- x: 432,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Support"],
- partype: "MP",
- stats: {
- hp: 547.48,
- hpperlevel: 86,
- mp: 340.8,
- mpperlevel: 60,
- movespeed: 335,
- armor: 25.384,
- armorperlevel: 3.8,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 450,
- hpregen: 5.705,
- hpregenperlevel: 0.6,
- mpregen: 8.5,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 55.46,
- attackdamageperlevel: 3.5,
- attackspeedoffset: 0,
- attackspeedperlevel: 1.53
- }
- },
- Nami: {
- version: "6.24.1",
- id: "Nami",
- key: "267",
- name: "Nami",
- title: "the Tidecaller",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Nami.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Nami_0.jpg",
- blurb:
- "Nami channels the primal energies of the ocean, harnessing its mystical restorative properties and commanding the raw power of the tides themselves. Though many doubted her, Nami had the bravery and determination to take on a dangerous quest when no ...",
- info: {
- attack: 4,
- defense: 3,
- magic: 7,
- difficulty: 5
- },
- image: {
- full: "Nami.png",
- sprite: "champion2.png",
- group: "champion",
- x: 0,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Support", "Mage"],
- partype: "MP",
- stats: {
- hp: 489.32,
- hpperlevel: 74,
- mp: 377.24,
- mpperlevel: 43,
- movespeed: 335,
- armor: 19.72,
- armorperlevel: 4,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 5.42,
- hpregenperlevel: 0.55,
- mpregen: 11.5,
- mpregenperlevel: 0.4,
- crit: 0,
- critperlevel: 0,
- attackdamage: 51.208,
- attackdamageperlevel: 3.1,
- attackspeedoffset: -0.03,
- attackspeedperlevel: 2.61
- }
- },
- Nasus: {
- version: "6.24.1",
- id: "Nasus",
- key: "75",
- name: "Nasus",
- title: "the Curator of the Sands",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Nasus.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Nasus_0.jpg",
- blurb:
- "''What was fallen will be great again.''
Nasus is an imposing, jackal-headed Ascended being from ancient Shurima, a heroic figure regarded as a demigod by the people of the desert. Fiercely intelligent, he was a guardian of knowledge and ...",
- info: {
- attack: 7,
- defense: 5,
- magic: 6,
- difficulty: 6
- },
- image: {
- full: "Nasus.png",
- sprite: "champion2.png",
- group: "champion",
- x: 48,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "MP",
- stats: {
- hp: 561.2,
- hpperlevel: 90,
- mp: 325.6,
- mpperlevel: 42,
- movespeed: 350,
- armor: 24.88,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 9.01,
- hpregenperlevel: 0.9,
- mpregen: 7.44,
- mpregenperlevel: 0.5,
- crit: 0,
- critperlevel: 0,
- attackdamage: 59.18,
- attackdamageperlevel: 3.5,
- attackspeedoffset: -0.02,
- attackspeedperlevel: 3.48
- }
- },
- Nautilus: {
- version: "6.24.1",
- id: "Nautilus",
- key: "111",
- name: "Nautilus",
- title: "the Titan of the Depths",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Nautilus.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Nautilus_0.jpg",
- blurb:
- "Once, Nautilus was a sailor commissioned by the Institute of War to explore the uncharted reaches of the Guardian's Sea. This expedition took him deep into unknown waters where he and his crew found a vast section of black oozing liquid that none of ...",
- info: {
- attack: 4,
- defense: 6,
- magic: 6,
- difficulty: 6
- },
- image: {
- full: "Nautilus.png",
- sprite: "champion2.png",
- group: "champion",
- x: 96,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Tank", "Fighter"],
- partype: "MP",
- stats: {
- hp: 576.48,
- hpperlevel: 86,
- mp: 334,
- mpperlevel: 47,
- movespeed: 325,
- armor: 26.46,
- armorperlevel: 3.75,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 175,
- hpregen: 8.37,
- hpregenperlevel: 0.55,
- mpregen: 8.625,
- mpregenperlevel: 0.7,
- crit: 0,
- critperlevel: 0,
- attackdamage: 57.544,
- attackdamageperlevel: 3.3,
- attackspeedoffset: 0.02,
- attackspeedperlevel: 1
- }
- },
- Nidalee: {
- version: "6.24.1",
- id: "Nidalee",
- key: "76",
- name: "Nidalee",
- title: "the Bestial Huntress",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Nidalee.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Nidalee_0.jpg",
- blurb:
- "There are few dwellers, let alone champions, residing in the blasted and dangerous lands that lie south of the Great Barrier. Much of that world still bears the scars of past Runes Wars, especially the mysterious Kumungu Jungle. There are ...",
- info: {
- attack: 5,
- defense: 4,
- magic: 7,
- difficulty: 8
- },
- image: {
- full: "Nidalee.png",
- sprite: "champion2.png",
- group: "champion",
- x: 144,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Assassin", "Fighter"],
- partype: "MP",
- stats: {
- hp: 511.2,
- hpperlevel: 80,
- mp: 295.6,
- mpperlevel: 45,
- movespeed: 335,
- armor: 22.88,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 525,
- hpregen: 6.005,
- hpregenperlevel: 0.6,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 53,
- attackdamageperlevel: 3.5,
- attackspeedoffset: -0.02,
- attackspeedperlevel: 3.22
- }
- },
- Nocturne: {
- version: "6.24.1",
- id: "Nocturne",
- key: "56",
- name: "Nocturne",
- title: "the Eternal Nightmare",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Nocturne.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Nocturne_0.jpg",
- blurb:
- "Before Nocturne, people believed that dreams were figments of their imagination, meaningless images that flashed through the mind when one slept. This belief was put to the test when a rash of sleep-related incidents started afflicting summoners of ...",
- info: {
- attack: 9,
- defense: 5,
- magic: 2,
- difficulty: 4
- },
- image: {
- full: "Nocturne.png",
- sprite: "champion2.png",
- group: "champion",
- x: 192,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Assassin", "Fighter"],
- partype: "MP",
- stats: {
- hp: 582.8,
- hpperlevel: 85,
- mp: 273.8,
- mpperlevel: 35,
- movespeed: 345,
- armor: 26.88,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.26,
- hpregenperlevel: 0.75,
- mpregen: 6.755,
- mpregenperlevel: 0.45,
- crit: 0,
- critperlevel: 0,
- attackdamage: 59.208,
- attackdamageperlevel: 3.1,
- attackspeedoffset: -0.065,
- attackspeedperlevel: 2.7
- }
- },
- Nunu: {
- version: "6.24.1",
- id: "Nunu",
- key: "20",
- name: "Nunu",
- title: "the Yeti Rider",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Nunu.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Nunu_0.jpg",
- blurb:
- "Sometimes bonds of friendship become stronger than even bonds of blood. When those bonds link a fearless boy to a fearsome Yeti, the bond becomes a force to be reckoned with. Given the responsibility of taming a terrifying beast, Nunu forged a ...",
- info: {
- attack: 4,
- defense: 6,
- magic: 7,
- difficulty: 4
- },
- image: {
- full: "Nunu.png",
- sprite: "champion2.png",
- group: "champion",
- x: 240,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Support", "Fighter"],
- partype: "MP",
- stats: {
- hp: 598.28,
- hpperlevel: 90,
- mp: 283.56,
- mpperlevel: 42,
- movespeed: 350,
- armor: 26.38,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.39,
- hpregenperlevel: 0.8,
- mpregen: 7.44,
- mpregenperlevel: 0.5,
- crit: 0,
- critperlevel: 0,
- attackdamage: 59,
- attackdamageperlevel: 4,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.25
- }
- },
- Olaf: {
- version: "6.24.1",
- id: "Olaf",
- key: "2",
- name: "Olaf",
- title: "the Berserker",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Olaf.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Olaf_0.jpg",
- blurb:
- "Most men would say that death is a thing to be feared; none of those men would be Olaf. The Berserker lives only for the roar of a battle cry and the clash of steel. Spurred on by his hunger for glory and the looming curse of a forgettable death, Olaf ...",
- info: {
- attack: 9,
- defense: 5,
- magic: 3,
- difficulty: 3
- },
- image: {
- full: "Olaf.png",
- sprite: "champion2.png",
- group: "champion",
- x: 288,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "MP",
- stats: {
- hp: 597.24,
- hpperlevel: 93,
- mp: 315.6,
- mpperlevel: 42,
- movespeed: 350,
- armor: 26.04,
- armorperlevel: 3,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.51,
- hpregenperlevel: 0.9,
- mpregen: 7.465,
- mpregenperlevel: 0.575,
- crit: 0,
- critperlevel: 0,
- attackdamage: 59.98,
- attackdamageperlevel: 3.5,
- attackspeedoffset: -0.1,
- attackspeedperlevel: 2.7
- }
- },
- Orianna: {
- version: "6.24.1",
- id: "Orianna",
- key: "61",
- name: "Orianna",
- title: "the Lady of Clockwork",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Orianna.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Orianna_0.jpg",
- blurb:
- "There once was a Piltovian man named Corin Reveck who had a daughter named Orianna, whom he loved more than anything else in the world. Though Orianna had incredible talent for dancing, she was deeply fascinated by the champions of the League of ...",
- info: {
- attack: 4,
- defense: 3,
- magic: 9,
- difficulty: 7
- },
- image: {
- full: "Orianna.png",
- sprite: "champion2.png",
- group: "champion",
- x: 336,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Support"],
- partype: "MP",
- stats: {
- hp: 517.72,
- hpperlevel: 79,
- mp: 334,
- mpperlevel: 50,
- movespeed: 325,
- armor: 17.04,
- armorperlevel: 3,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 525,
- hpregen: 6.87,
- hpregenperlevel: 0.55,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 40.368,
- attackdamageperlevel: 2.6,
- attackspeedoffset: -0.05,
- attackspeedperlevel: 3.5
- }
- },
- Pantheon: {
- version: "6.24.1",
- id: "Pantheon",
- key: "80",
- name: "Pantheon",
- title: "the Artisan of War",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Pantheon.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Pantheon_0.jpg",
- blurb:
- "''Bring forth one true champion, or a hundred more like you, and then we shall have a battle that will be spoken of until the end of time.''
The peerless warrior known as Pantheon is a nigh-unstoppable paragon of battle. He was born among the ...",
- info: {
- attack: 9,
- defense: 4,
- magic: 3,
- difficulty: 4
- },
- image: {
- full: "Pantheon.png",
- sprite: "champion2.png",
- group: "champion",
- x: 384,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Assassin"],
- partype: "MP",
- stats: {
- hp: 579.16,
- hpperlevel: 87,
- mp: 317.12,
- mpperlevel: 31,
- movespeed: 355,
- armor: 27.652,
- armorperlevel: 3.9,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 150,
- hpregen: 7.84,
- hpregenperlevel: 0.65,
- mpregen: 7.355,
- mpregenperlevel: 0.45,
- crit: 0,
- critperlevel: 0,
- attackdamage: 55.572,
- attackdamageperlevel: 2.9,
- attackspeedoffset: -0.03,
- attackspeedperlevel: 2.95
- }
- },
- Poppy: {
- version: "6.24.1",
- id: "Poppy",
- key: "78",
- name: "Poppy",
- title: "Keeper of the Hammer",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Poppy.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Poppy_0.jpg",
- blurb:
- "''I'm no hero. Just a yordle with a hammer.''
Runeterra has no shortage of valiant champions, but few are as tenacious as Poppy. Bearing a hammer twice the length of her body, this determined yordle has spent untold years searching for the ...",
- info: {
- attack: 6,
- defense: 7,
- magic: 2,
- difficulty: 6
- },
- image: {
- full: "Poppy.png",
- sprite: "champion2.png",
- group: "champion",
- x: 432,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Tank", "Fighter"],
- partype: "MP",
- stats: {
- hp: 540,
- hpperlevel: 90,
- mp: 280,
- mpperlevel: 40,
- movespeed: 345,
- armor: 29,
- armorperlevel: 3.5,
- spellblock: 32,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8,
- hpregenperlevel: 0.8,
- mpregen: 7,
- mpregenperlevel: 0.7,
- crit: 0,
- critperlevel: 0,
- attackdamage: 56,
- attackdamageperlevel: 4,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.5
- }
- },
- Quinn: {
- version: "6.24.1",
- id: "Quinn",
- key: "133",
- name: "Quinn",
- title: "Demacia's Wings",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Quinn.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Quinn_0.jpg",
- blurb:
- "Quinn and Valor are an elite ranger team. With crossbow and claw, they undertake their nation's most dangerous missions deep within enemy territory, from swift reconnaissance to lethal strikes. The pair's unbreakable bond is deadly on the battlefield, ...",
- info: {
- attack: 9,
- defense: 4,
- magic: 2,
- difficulty: 5
- },
- image: {
- full: "Quinn.png",
- sprite: "champion2.png",
- group: "champion",
- x: 0,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Marksman", "Fighter"],
- partype: "MP",
- stats: {
- hp: 532.8,
- hpperlevel: 85,
- mp: 268.8,
- mpperlevel: 35,
- movespeed: 335,
- armor: 23.38,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 525,
- hpregen: 5.42,
- hpregenperlevel: 0.55,
- mpregen: 6.97,
- mpregenperlevel: 0.4,
- crit: 0,
- critperlevel: 0,
- attackdamage: 54.46,
- attackdamageperlevel: 2.41,
- attackspeedoffset: -0.065,
- attackspeedperlevel: 3.1
- }
- },
- Rammus: {
- version: "6.24.1",
- id: "Rammus",
- key: "33",
- name: "Rammus",
- title: "the Armordillo",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Rammus.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Rammus_0.jpg",
- blurb:
- "''OK.''
Idolized by many, dismissed by some, mystifying to all, the curious being, Rammus, is an enigma. Protected by a spiked shell, Rammus inspires increasingly disparate theories on his origin wherever he goes - from demigod, to sacred ...",
- info: {
- attack: 4,
- defense: 10,
- magic: 5,
- difficulty: 5
- },
- image: {
- full: "Rammus.png",
- sprite: "champion2.png",
- group: "champion",
- x: 48,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Tank", "Fighter"],
- partype: "MP",
- stats: {
- hp: 564.48,
- hpperlevel: 86,
- mp: 310.44,
- mpperlevel: 33,
- movespeed: 335,
- armor: 31.384,
- armorperlevel: 4.3,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 7.92,
- hpregenperlevel: 0.55,
- mpregen: 7.84,
- mpregenperlevel: 0.5,
- crit: 0,
- critperlevel: 0,
- attackdamage: 55.88,
- attackdamageperlevel: 3.5,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.215
- }
- },
- RekSai: {
- version: "6.24.1",
- id: "RekSai",
- key: "421",
- name: "Rek'Sai",
- title: "the Void Burrower",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/RekSai.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/RekSai_0.jpg",
- blurb:
- "The largest and fiercest of her species, Rek'Sai is a merciless predator that tunnels through the earth to ambush and devour her prey. Her insatiable hunger has laid waste to entire regions of the once-great Shuriman empire. Merchants, traders and ...",
- info: {
- attack: 8,
- defense: 5,
- magic: 2,
- difficulty: 3
- },
- image: {
- full: "RekSai.png",
- sprite: "champion2.png",
- group: "champion",
- x: 96,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Fighter"],
- partype: "Battlefury",
- stats: {
- hp: 570,
- hpperlevel: 90,
- mp: 100,
- mpperlevel: 0,
- movespeed: 335,
- armor: 24,
- armorperlevel: 3.4,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 175,
- hpregen: 7.34,
- hpregenperlevel: 0.65,
- mpregen: 0,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 55.628,
- attackdamageperlevel: 3.35,
- attackspeedoffset: 0,
- attackspeedperlevel: 2
- }
- },
- Renekton: {
- version: "6.24.1",
- id: "Renekton",
- key: "58",
- name: "Renekton",
- title: "the Butcher of the Sands",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Renekton.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Renekton_0.jpg",
- blurb:
- "''Blood and vengeance.''
Renekton is a terrifying, rage-fueled Ascended being from the scorched deserts of Shurima. Once, he was his empire's most esteemed warrior, leading the armies of Shurima to countless victories. However, after the ...",
- info: {
- attack: 8,
- defense: 5,
- magic: 2,
- difficulty: 3
- },
- image: {
- full: "Renekton.png",
- sprite: "champion2.png",
- group: "champion",
- x: 144,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "Rage",
- stats: {
- hp: 572.16,
- hpperlevel: 87,
- mp: 100,
- mpperlevel: 0,
- movespeed: 345,
- armor: 25.584,
- armorperlevel: 3.8,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 7.96,
- hpregenperlevel: 0.75,
- mpregen: 0,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 58.328,
- attackdamageperlevel: 3.1,
- attackspeedoffset: -0.06,
- attackspeedperlevel: 2.65
- }
- },
- Rengar: {
- version: "6.24.1",
- id: "Rengar",
- key: "107",
- name: "Rengar",
- title: "the Pridestalker",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Rengar.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Rengar_0.jpg",
- blurb:
- "On every wall of his den, the trophy hunter Rengar mounts the heads, horns, claws, and fangs of the most lethal creatures in Valoran. Though his collection is extensive, he remains unsatisfied, tirelessly seeking greater game. He takes time with every ...",
- info: {
- attack: 7,
- defense: 4,
- magic: 2,
- difficulty: 8
- },
- image: {
- full: "Rengar.png",
- sprite: "champion2.png",
- group: "champion",
- x: 192,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Assassin", "Fighter"],
- partype: "Ferocity",
- stats: {
- hp: 586.2,
- hpperlevel: 90,
- mp: 4,
- mpperlevel: 0,
- movespeed: 345,
- armor: 25.88,
- armorperlevel: 3,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 7,
- hpregenperlevel: 0.5,
- mpregen: 0,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 60,
- attackdamageperlevel: 1.5,
- attackspeedoffset: 0,
- attackspeedperlevel: 3.5
- }
- },
- Riven: {
- version: "6.24.1",
- id: "Riven",
- key: "92",
- name: "Riven",
- title: "the Exile",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Riven.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Riven_0.jpg",
- blurb:
- "''There is a place between war and murder in which our demons lurk.''
In Noxus, any citizen may rise to power regardless of race, gender, or social standing - strength is all that matters. It was with committed faith in this ideal that Riven ...",
- info: {
- attack: 8,
- defense: 5,
- magic: 1,
- difficulty: 8
- },
- image: {
- full: "Riven.png",
- sprite: "champion2.png",
- group: "champion",
- x: 240,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Assassin"],
- partype: "None",
- stats: {
- hp: 558.48,
- hpperlevel: 86,
- mp: 0,
- mpperlevel: 0,
- movespeed: 340,
- armor: 24.376,
- armorperlevel: 3.2,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 5.34,
- hpregenperlevel: 0.5,
- mpregen: 0,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 56.04,
- attackdamageperlevel: 3,
- attackspeedoffset: 0,
- attackspeedperlevel: 3.5
- }
- },
- Rumble: {
- version: "6.24.1",
- id: "Rumble",
- key: "68",
- name: "Rumble",
- title: "the Mechanized Menace",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Rumble.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Rumble_0.jpg",
- blurb:
- "''Ugh, it's gonna take forever to scrape your face off my suit!''
Even amongst yordles, Rumble was always the runt of the litter. As such, he was used to being bullied. In order to survive, he had to be scrappier and more resourceful than his ...",
- info: {
- attack: 3,
- defense: 6,
- magic: 8,
- difficulty: 10
- },
- image: {
- full: "Rumble.png",
- sprite: "champion2.png",
- group: "champion",
- x: 288,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Mage"],
- partype: "Heat",
- stats: {
- hp: 584.4,
- hpperlevel: 80,
- mp: 100,
- mpperlevel: 0,
- movespeed: 345,
- armor: 25.88,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.005,
- hpregenperlevel: 0.6,
- mpregen: 0,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 61.036,
- attackdamageperlevel: 3.2,
- attackspeedoffset: -0.03,
- attackspeedperlevel: 1.85
- }
- },
- Ryze: {
- version: "6.24.1",
- id: "Ryze",
- key: "13",
- name: "Ryze",
- title: "the Rune Mage",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Ryze.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ryze_0.jpg",
- blurb:
- "''Take care with this world. What is made can be unmade.''
Widely considered one of the most adept sorcerers on Runeterra, Ryze is an ancient, hard-bitten archmage with an impossibly heavy burden to bear. Armed with a boundless constitution and ...",
- info: {
- attack: 2,
- defense: 2,
- magic: 10,
- difficulty: 7
- },
- image: {
- full: "Ryze.png",
- sprite: "champion2.png",
- group: "champion",
- x: 336,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Fighter"],
- partype: "MP",
- stats: {
- hp: 558.48,
- hpperlevel: 86,
- mp: 400,
- mpperlevel: 50,
- movespeed: 340,
- armor: 21.552,
- armorperlevel: 3,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 7,
- hpregenperlevel: 0.55,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 55.04,
- attackdamageperlevel: 3,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.112
- }
- },
- Sejuani: {
- version: "6.24.1",
- id: "Sejuani",
- key: "113",
- name: "Sejuani",
- title: "the Winter's Wrath",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Sejuani.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Sejuani_0.jpg",
- blurb:
- "Sejuani was weaned on hardship and reared on barbarity. Where others succumbed to the harshness of the Freljord, she was tempered by it until pain became power, hunger an encouragement, and frost an ally in culling the weak. Through her ordeals, she ...",
- info: {
- attack: 5,
- defense: 7,
- magic: 6,
- difficulty: 4
- },
- image: {
- full: "Sejuani.png",
- sprite: "champion2.png",
- group: "champion",
- x: 384,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Tank", "Fighter"],
- partype: "MP",
- stats: {
- hp: 600,
- hpperlevel: 95,
- mp: 400,
- mpperlevel: 40,
- movespeed: 340,
- armor: 29.54,
- armorperlevel: 3,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.675,
- hpregenperlevel: 0.85,
- mpregen: 7.205,
- mpregenperlevel: 0.45,
- crit: 0,
- critperlevel: 0,
- attackdamage: 57.544,
- attackdamageperlevel: 3.3,
- attackspeedoffset: -0.0672,
- attackspeedperlevel: 1.44
- }
- },
- Shaco: {
- version: "6.24.1",
- id: "Shaco",
- key: "35",
- name: "Shaco",
- title: "the Demon Jester",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Shaco.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Shaco_0.jpg",
- blurb:
- "Most would say that death isn't funny. It isn't, unless you're Shaco - then it's hysterical. He is Valoran's first fully functioning homicidal comic; he jests until someone dies, and then he laughs. The figure that has come to be known as the Demon ...",
- info: {
- attack: 8,
- defense: 4,
- magic: 6,
- difficulty: 9
- },
- image: {
- full: "Shaco.png",
- sprite: "champion2.png",
- group: "champion",
- x: 432,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Assassin"],
- partype: "MP",
- stats: {
- hp: 582.12,
- hpperlevel: 84,
- mp: 297.2,
- mpperlevel: 40,
- movespeed: 350,
- armor: 24.88,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.37,
- hpregenperlevel: 0.55,
- mpregen: 7.155,
- mpregenperlevel: 0.45,
- crit: 0,
- critperlevel: 0,
- attackdamage: 57.58,
- attackdamageperlevel: 3.5,
- attackspeedoffset: -0.1,
- attackspeedperlevel: 3
- }
- },
- Shen: {
- version: "6.24.1",
- id: "Shen",
- key: "98",
- name: "Shen",
- title: "the Eye of Twilight",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Shen.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Shen_0.jpg",
- blurb:
- "''The Eye is blind to fear, to hate, to love - to all things that would sway equilibrium.''
Leader of a secret clan of mystic warriors, Shen serves as the Eye of Twilight, entrusted to enforce equilibrium in the world. Longing to remain free ...",
- info: {
- attack: 3,
- defense: 9,
- magic: 3,
- difficulty: 4
- },
- image: {
- full: "Shen.png",
- sprite: "champion3.png",
- group: "champion",
- x: 0,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Tank", "Melee"],
- partype: "Energy",
- stats: {
- hp: 540,
- hpperlevel: 85,
- mp: 400,
- mpperlevel: 0,
- movespeed: 340,
- armor: 25,
- armorperlevel: 3,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.5,
- hpregenperlevel: 0.75,
- mpregen: 50,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 60,
- attackdamageperlevel: 3,
- attackspeedoffset: 0,
- attackspeedperlevel: 2
- }
- },
- Shyvana: {
- version: "6.24.1",
- id: "Shyvana",
- key: "102",
- name: "Shyvana",
- title: "the Half-Dragon",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Shyvana.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Shyvana_0.jpg",
- blurb:
- "A half-breed born from the union between dragon and human, Shyvana searched all her life for belonging. Persecution forged her into a brutal warrior, and those who dare stand against Shyvana face the fiery beast lurking just beneath her skin....",
- info: {
- attack: 8,
- defense: 6,
- magic: 3,
- difficulty: 4
- },
- image: {
- full: "Shyvana.png",
- sprite: "champion3.png",
- group: "champion",
- x: 48,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "Dragonfury",
- stats: {
- hp: 595,
- hpperlevel: 95,
- mp: 100,
- mpperlevel: 0,
- movespeed: 350,
- armor: 27.628,
- armorperlevel: 3.35,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.6,
- hpregenperlevel: 0.8,
- mpregen: 0,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 60.712,
- attackdamageperlevel: 3.4,
- attackspeedoffset: -0.05,
- attackspeedperlevel: 2.5
- }
- },
- Singed: {
- version: "6.24.1",
- id: "Singed",
- key: "27",
- name: "Singed",
- title: "the Mad Chemist",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Singed.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Singed_0.jpg",
- blurb:
- "Singed descended from a long line of Zaun's revered chemists. Even in his youth, his talent for concocting potions far outstripped that of his peers, and he quickly distinguished himself from his less extraordinary chemist compatriots. It came as no ...",
- info: {
- attack: 4,
- defense: 8,
- magic: 7,
- difficulty: 5
- },
- image: {
- full: "Singed.png",
- sprite: "champion3.png",
- group: "champion",
- x: 96,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Tank", "Fighter"],
- partype: "MP",
- stats: {
- hp: 542.76,
- hpperlevel: 82,
- mp: 290.6,
- mpperlevel: 45,
- movespeed: 345,
- armor: 27.88,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.02,
- hpregenperlevel: 0.55,
- mpregen: 7.52,
- mpregenperlevel: 0.55,
- crit: 0,
- critperlevel: 0,
- attackdamage: 62.32,
- attackdamageperlevel: 3.375,
- attackspeedoffset: 0.02,
- attackspeedperlevel: 1.81
- }
- },
- Sion: {
- version: "6.24.1",
- id: "Sion",
- key: "14",
- name: "Sion",
- title: "The Undead Juggernaut",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Sion.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Sion_0.jpg",
- blurb:
- "BLOOD.
SMELL IT.
WANT. ACHING. NEED!
CLOSE NOW. THEY COME.
NO CHAINS? FREE! KILL!
IN REACH. YES! DIE! DIE!
Gone. Too quick. No fight. More. I want... more.
A voice? Unfamiliar. I see him. The Grand ...",
- info: {
- attack: 5,
- defense: 9,
- magic: 3,
- difficulty: 5
- },
- image: {
- full: "Sion.png",
- sprite: "champion3.png",
- group: "champion",
- x: 144,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Tank", "Fighter"],
- partype: "MP",
- stats: {
- hp: 542.64,
- hpperlevel: 73,
- mp: 325.6,
- mpperlevel: 42,
- movespeed: 345,
- armor: 23.04,
- armorperlevel: 3,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 175,
- hpregen: 10.18,
- hpregenperlevel: 0.8,
- mpregen: 8.005,
- mpregenperlevel: 0.6,
- crit: 0,
- critperlevel: 0,
- attackdamage: 59.72,
- attackdamageperlevel: 4,
- attackspeedoffset: -0.08,
- attackspeedperlevel: 1.3
- }
- },
- Sivir: {
- version: "6.24.1",
- id: "Sivir",
- key: "15",
- name: "Sivir",
- title: "the Battle Mistress",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Sivir.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Sivir_0.jpg",
- blurb:
- "''I don't care what face is on your coin, as long as it pays.''
Sivir is a renowned fortune hunter and mercenary captain who plies her trade in the deserts of Shurima. Armed with her legendary jeweled crossblade, she has fought and won ...",
- info: {
- attack: 9,
- defense: 3,
- magic: 1,
- difficulty: 4
- },
- image: {
- full: "Sivir.png",
- sprite: "champion3.png",
- group: "champion",
- x: 192,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Marksman"],
- partype: "MP",
- stats: {
- hp: 515.76,
- hpperlevel: 82,
- mp: 284,
- mpperlevel: 50,
- movespeed: 335,
- armor: 22.21,
- armorperlevel: 3.25,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 500,
- hpregen: 5.17,
- hpregenperlevel: 0.55,
- mpregen: 8.01,
- mpregenperlevel: 0.9,
- crit: 0,
- critperlevel: 0,
- attackdamage: 57.46,
- attackdamageperlevel: 2.41,
- attackspeedoffset: 0,
- attackspeedperlevel: 1.6
- }
- },
- Skarner: {
- version: "6.24.1",
- id: "Skarner",
- key: "72",
- name: "Skarner",
- title: "the Crystal Vanguard",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Skarner.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Skarner_0.jpg",
- blurb:
- "''We are one. We cannot be shattered.''
Skarner is an immense crystalline scorpion from a hidden valley in Shurima. Part of the ancient Brackern race, Skarner and his kin are known for their great wisdom and deep connection to the land, as ...",
- info: {
- attack: 7,
- defense: 6,
- magic: 5,
- difficulty: 5
- },
- image: {
- full: "Skarner.png",
- sprite: "champion3.png",
- group: "champion",
- x: 240,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "MP",
- stats: {
- hp: 601.28,
- hpperlevel: 90,
- mp: 272.2,
- mpperlevel: 40,
- movespeed: 335,
- armor: 29.384,
- armorperlevel: 3.8,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.925,
- hpregenperlevel: 0.85,
- mpregen: 7.205,
- mpregenperlevel: 0.45,
- crit: 0,
- critperlevel: 0,
- attackdamage: 57.156,
- attackdamageperlevel: 4.5,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.1
- }
- },
- Sona: {
- version: "6.24.1",
- id: "Sona",
- key: "37",
- name: "Sona",
- title: "Maven of the Strings",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Sona.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Sona_0.jpg",
- blurb:
- "Sona has no memories of her true parents. As an infant, she was found abandoned on the doorstep of an Ionian adoption house, nestled atop an ancient instrument in an exquisite case of unknown origins. She was an unusually well-behaved child, always ...",
- info: {
- attack: 5,
- defense: 2,
- magic: 8,
- difficulty: 4
- },
- image: {
- full: "Sona.png",
- sprite: "champion3.png",
- group: "champion",
- x: 288,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Support", "Mage"],
- partype: "MP",
- stats: {
- hp: 482.36,
- hpperlevel: 77,
- mp: 340.6,
- mpperlevel: 45,
- movespeed: 325,
- armor: 20.544,
- armorperlevel: 3.3,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 5.42,
- hpregenperlevel: 0.55,
- mpregen: 11.5,
- mpregenperlevel: 0.4,
- crit: 0,
- critperlevel: 0,
- attackdamage: 50.04,
- attackdamageperlevel: 3,
- attackspeedoffset: -0.03,
- attackspeedperlevel: 2.3
- }
- },
- Soraka: {
- version: "6.24.1",
- id: "Soraka",
- key: "16",
- name: "Soraka",
- title: "the Starchild",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Soraka.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Soraka_0.jpg",
- blurb:
- "A healer gifted with the magic of the stars, Soraka holds all living creatures close to her heart. She was once a celestial being, but she sacrificed her immortality and entered the world of mortals. So long as evil threatens life in Valoran, Soraka ...",
- info: {
- attack: 2,
- defense: 5,
- magic: 7,
- difficulty: 3
- },
- image: {
- full: "Soraka.png",
- sprite: "champion3.png",
- group: "champion",
- x: 336,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Support", "Mage"],
- partype: "MP",
- stats: {
- hp: 529.04,
- hpperlevel: 78,
- mp: 350.8,
- mpperlevel: 60,
- movespeed: 325,
- armor: 23.384,
- armorperlevel: 3.8,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 2.5,
- hpregenperlevel: 0.5,
- mpregen: 11.5,
- mpregenperlevel: 0.4,
- crit: 0,
- critperlevel: 0,
- attackdamage: 50.04,
- attackdamageperlevel: 3,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.14
- }
- },
- Swain: {
- version: "6.24.1",
- id: "Swain",
- key: "50",
- name: "Swain",
- title: "the Master Tactician",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Swain.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Swain_0.jpg",
- blurb:
- "The earliest account of Swain's existence comes from a Noxian infirmary doctor's notes. According to them, Swain limped into the ward without cry or complaint; his right leg was snapped in half, with bone protruding from the skin. A small, scowling ...",
- info: {
- attack: 2,
- defense: 6,
- magic: 9,
- difficulty: 8
- },
- image: {
- full: "Swain.png",
- sprite: "champion3.png",
- group: "champion",
- x: 384,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Fighter"],
- partype: "MP",
- stats: {
- hp: 516.04,
- hpperlevel: 90,
- mp: 374,
- mpperlevel: 47,
- movespeed: 335,
- armor: 22.72,
- armorperlevel: 4,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 500,
- hpregen: 7.84,
- hpregenperlevel: 0.65,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 52.04,
- attackdamageperlevel: 3,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.11
- }
- },
- Syndra: {
- version: "6.24.1",
- id: "Syndra",
- key: "134",
- name: "Syndra",
- title: "the Dark Sovereign",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Syndra.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Syndra_0.jpg",
- blurb:
- "Born with immense magical potential, Syndra loves nothing more than exercising the incredible power at her command. With each passing day, her mastery of magical force grows more potent and devastating. Refusing any notion of balance or restraint, ...",
- info: {
- attack: 2,
- defense: 3,
- magic: 9,
- difficulty: 8
- },
- image: {
- full: "Syndra.png",
- sprite: "champion3.png",
- group: "champion",
- x: 432,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Support"],
- partype: "MP",
- stats: {
- hp: 511.04,
- hpperlevel: 78,
- mp: 384,
- mpperlevel: 60,
- movespeed: 330,
- armor: 24.712,
- armorperlevel: 3.4,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 6.505,
- hpregenperlevel: 0.6,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 53.872,
- attackdamageperlevel: 2.9,
- attackspeedoffset: 0,
- attackspeedperlevel: 2
- }
- },
- TahmKench: {
- version: "6.24.1",
- id: "TahmKench",
- key: "223",
- name: "Tahm Kench",
- title: "the River King",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/TahmKench.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/TahmKench_0.jpg",
- blurb:
- "''The whole world's a river, and I'm its king.''
Tahm Kench travels Runeterra's waterways, feeding his insatiable appetite with the misery of the unsuspecting. The singularly charming gourmand savors every moment of his victims' suffering. A deal ...",
- info: {
- attack: 3,
- defense: 9,
- magic: 6,
- difficulty: 5
- },
- image: {
- full: "TahmKench.png",
- sprite: "champion3.png",
- group: "champion",
- x: 0,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Support", "Tank"],
- partype: "MP",
- stats: {
- hp: 610,
- hpperlevel: 95,
- mp: 325,
- mpperlevel: 40,
- movespeed: 335,
- armor: 27,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 175,
- hpregen: 6.5,
- hpregenperlevel: 0.55,
- mpregen: 8,
- mpregenperlevel: 1,
- crit: 0,
- critperlevel: 0,
- attackdamage: 56,
- attackdamageperlevel: 3.2,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.5
- }
- },
- Taliyah: {
- version: "6.24.1",
- id: "Taliyah",
- key: "163",
- name: "Taliyah",
- title: "the Stoneweaver",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Taliyah.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Taliyah_0.jpg",
- blurb:
- "Taliyah is a nomadic mage from Shurima who weaves stone with energetic enthusiasm and raw determination. Torn between teenage wonder and adult responsibility, she has crossed nearly all of Valoran on a journey to learn the true nature of her growing ...",
- info: {
- attack: 1,
- defense: 7,
- magic: 8,
- difficulty: 5
- },
- image: {
- full: "Taliyah.png",
- sprite: "champion3.png",
- group: "champion",
- x: 48,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Support"],
- partype: "MP",
- stats: {
- hp: 520,
- hpperlevel: 75,
- mp: 340,
- mpperlevel: 60,
- movespeed: 325,
- armor: 20,
- armorperlevel: 3,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 525,
- hpregen: 7,
- hpregenperlevel: 0.7,
- mpregen: 7,
- mpregenperlevel: 0.85,
- crit: 0,
- critperlevel: 0,
- attackdamage: 56,
- attackdamageperlevel: 3.3,
- attackspeedoffset: 0,
- attackspeedperlevel: 1.36
- }
- },
- Talon: {
- version: "6.24.1",
- id: "Talon",
- key: "91",
- name: "Talon",
- title: "the Blade's Shadow",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Talon.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Talon_0.jpg",
- blurb:
- "''The three deadliest blademasters in all of Valoran are bound to the house of Du Couteau: my father, myself, and Talon. Challenge us, if you dare.''
-- Katarina Du Couteau
Talon's earliest memories are the darkness of Noxus' underground ...",
- info: {
- attack: 9,
- defense: 3,
- magic: 1,
- difficulty: 7
- },
- image: {
- full: "Talon.png",
- sprite: "champion3.png",
- group: "champion",
- x: 96,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Assassin", "Fighter"],
- partype: "MP",
- stats: {
- hp: 583,
- hpperlevel: 90,
- mp: 377.2,
- mpperlevel: 37,
- movespeed: 335,
- armor: 26.88,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.51,
- hpregenperlevel: 0.75,
- mpregen: 7.59,
- mpregenperlevel: 0.5,
- crit: 0,
- critperlevel: 0,
- attackdamage: 60,
- attackdamageperlevel: 3.1,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.9
- }
- },
- Taric: {
- version: "6.24.1",
- id: "Taric",
- key: "44",
- name: "Taric",
- title: "the Shield of Valoran",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Taric.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Taric_0.jpg",
- blurb:
- "''The best weapons are beautiful.''
Taric is the Aspect of the Protector, wielding incredible power as Runeterra's guardian of life, love, and beauty. Shamed by a dereliction of duty and exiled from his homeland Demacia, Taric ascended Mount ...",
- info: {
- attack: 4,
- defense: 8,
- magic: 5,
- difficulty: 3
- },
- image: {
- full: "Taric.png",
- sprite: "champion3.png",
- group: "champion",
- x: 144,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Support", "Fighter"],
- partype: "MP",
- stats: {
- hp: 575,
- hpperlevel: 90,
- mp: 300,
- mpperlevel: 60,
- movespeed: 340,
- armor: 25,
- armorperlevel: 3.4,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 150,
- hpregen: 6,
- hpregenperlevel: 0.5,
- mpregen: 5,
- mpregenperlevel: 1,
- crit: 0,
- critperlevel: 0,
- attackdamage: 55,
- attackdamageperlevel: 3.5,
- attackspeedoffset: 0,
- attackspeedperlevel: 2
- }
- },
- Teemo: {
- version: "6.24.1",
- id: "Teemo",
- key: "17",
- name: "Teemo",
- title: "the Swift Scout",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Teemo.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Teemo_0.jpg",
- blurb:
- "Teemo is a legend among his yordle brothers and sisters in Bandle City. As far as yordles are concerned, there is something just slightly off about him. While Teemo enjoys the companionship of other yordles, he also insists on frequent solo missions ...",
- info: {
- attack: 5,
- defense: 3,
- magic: 7,
- difficulty: 6
- },
- image: {
- full: "Teemo.png",
- sprite: "champion3.png",
- group: "champion",
- x: 192,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Marksman", "Assassin"],
- partype: "MP",
- stats: {
- hp: 515.76,
- hpperlevel: 82,
- mp: 267.2,
- mpperlevel: 40,
- movespeed: 330,
- armor: 24.3,
- armorperlevel: 3.75,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 500,
- hpregen: 5.74,
- hpregenperlevel: 0.65,
- mpregen: 7.205,
- mpregenperlevel: 0.45,
- crit: 0,
- critperlevel: 0,
- attackdamage: 49.54,
- attackdamageperlevel: 3,
- attackspeedoffset: -0.0947,
- attackspeedperlevel: 3.38
- }
- },
- Thresh: {
- version: "6.24.1",
- id: "Thresh",
- key: "412",
- name: "Thresh",
- title: "the Chain Warden",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Thresh.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Thresh_0.jpg",
- blurb:
- "''The mind is a wondrous thing to tear apart.''
Sadistic and cunning, Thresh is a restless spirit who prides himself on tormenting mortals and breaking them with slow, excruciating inventiveness. His victims suffer far beyond the point of death,...",
- info: {
- attack: 5,
- defense: 6,
- magic: 6,
- difficulty: 7
- },
- image: {
- full: "Thresh.png",
- sprite: "champion3.png",
- group: "champion",
- x: 240,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Support", "Fighter"],
- partype: "MP",
- stats: {
- hp: 560.52,
- hpperlevel: 93,
- mp: 273.92,
- mpperlevel: 44,
- movespeed: 335,
- armor: 16,
- armorperlevel: 0,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 450,
- hpregen: 6.92,
- hpregenperlevel: 0.55,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 47.696,
- attackdamageperlevel: 2.2,
- attackspeedoffset: 0,
- attackspeedperlevel: 3.5
- }
- },
- Tristana: {
- version: "6.24.1",
- id: "Tristana",
- key: "18",
- name: "Tristana",
- title: "the Yordle Gunner",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Tristana.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Tristana_0.jpg",
- blurb:
- "Greatness comes in all shapes and sizes, as proven by this diminutive, cannon-wielding yordle. In a world fraught with turmoil, Tristana refuses to back down from any challenge. She represents the pinnacle of martial proficiency, unwavering courage, ...",
- info: {
- attack: 9,
- defense: 3,
- magic: 5,
- difficulty: 4
- },
- image: {
- full: "Tristana.png",
- sprite: "champion3.png",
- group: "champion",
- x: 288,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Marksman", "Assassin"],
- partype: "MP",
- stats: {
- hp: 542.76,
- hpperlevel: 82,
- mp: 246.76,
- mpperlevel: 32,
- movespeed: 325,
- armor: 22,
- armorperlevel: 3,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 6.19,
- hpregenperlevel: 0.65,
- mpregen: 7.205,
- mpregenperlevel: 0.45,
- crit: 0,
- critperlevel: 0,
- attackdamage: 56.96,
- attackdamageperlevel: 2.41,
- attackspeedoffset: -0.04734,
- attackspeedperlevel: 1.5
- }
- },
- Trundle: {
- version: "6.24.1",
- id: "Trundle",
- key: "48",
- name: "Trundle",
- title: "the Troll King",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Trundle.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Trundle_0.jpg",
- blurb:
- "Trundle is a hulking and devious troll with a mischievous streak. There is nothing he can't beat into submission and bend to his will, not even the ice itself. With his massive, frozen club, he chills his enemies to the core and runs them through with ...",
- info: {
- attack: 7,
- defense: 6,
- magic: 2,
- difficulty: 5
- },
- image: {
- full: "Trundle.png",
- sprite: "champion3.png",
- group: "champion",
- x: 336,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "MP",
- stats: {
- hp: 616.28,
- hpperlevel: 96,
- mp: 281.6,
- mpperlevel: 45,
- movespeed: 350,
- armor: 27.536,
- armorperlevel: 2.7,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 175,
- hpregen: 6,
- hpregenperlevel: 0.75,
- mpregen: 7.505,
- mpregenperlevel: 0.6,
- crit: 0,
- critperlevel: 0,
- attackdamage: 60.04,
- attackdamageperlevel: 3,
- attackspeedoffset: -0.0672,
- attackspeedperlevel: 2.9
- }
- },
- Tryndamere: {
- version: "6.24.1",
- id: "Tryndamere",
- key: "23",
- name: "Tryndamere",
- title: "the Barbarian King",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Tryndamere.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Tryndamere_0.jpg",
- blurb:
- "Fueled by his unbridled fury and rage, Tryndamere cuts his way through the tundra, mastering the art of battle by challenging the Freljord's greatest warriors. The wrathful barbarian seeks revenge on the one who decimated his clan and strikes down all ...",
- info: {
- attack: 10,
- defense: 5,
- magic: 2,
- difficulty: 5
- },
- image: {
- full: "Tryndamere.png",
- sprite: "champion3.png",
- group: "champion",
- x: 384,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Assassin"],
- partype: "Battlefury",
- stats: {
- hp: 625.64,
- hpperlevel: 98,
- mp: 100,
- mpperlevel: 0,
- movespeed: 345,
- armor: 24.108,
- armorperlevel: 3.1,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.51,
- hpregenperlevel: 0.9,
- mpregen: 0,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 61.376,
- attackdamageperlevel: 3.2,
- attackspeedoffset: -0.0672,
- attackspeedperlevel: 2.9
- }
- },
- TwistedFate: {
- version: "6.24.1",
- id: "TwistedFate",
- key: "4",
- name: "Twisted Fate",
- title: "the Card Master",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Maokai.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Maokai_0.jpg",
- blurb:
- "Twisted Fate is an infamous card sharp and swindler who has gambled and charmed his way across much of the known world, earning the enmity and admiration of the rich and foolish alike. He rarely takes things seriously, greeting each day with a mocking ...",
- info: {
- attack: 6,
- defense: 2,
- magic: 6,
- difficulty: 9
- },
- image: {
- full: "TwistedFate.png",
- sprite: "champion3.png",
- group: "champion",
- x: 432,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Mage"],
- partype: "MP",
- stats: {
- hp: 521.76,
- hpperlevel: 82,
- mp: 265.84,
- mpperlevel: 38,
- movespeed: 330,
- armor: 20.542,
- armorperlevel: 3.15,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 525,
- hpregen: 5.505,
- hpregenperlevel: 0.6,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 49.954,
- attackdamageperlevel: 3.3,
- attackspeedoffset: -0.04,
- attackspeedperlevel: 3.22
- }
- },
- Twitch: {
- version: "6.24.1",
- id: "Twitch",
- key: "29",
- name: "Twitch",
- title: "the Plague Rat",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Twitch.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Twitch_0.jpg",
- blurb:
- "H.I.V.E. Incident Report
Code Violation: Industrial Homicide
Casefile Status: Unsolved
Investigating Agent: Rol, P.
Team responded to report of suspicious character, criminal activity; proceeded to Sump Works, Sector 90TZ. Sector 90TZ ...",
- info: {
- attack: 9,
- defense: 2,
- magic: 3,
- difficulty: 6
- },
- image: {
- full: "Twitch.png",
- sprite: "champion3.png",
- group: "champion",
- x: 0,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Marksman", "Assassin"],
- partype: "MP",
- stats: {
- hp: 525.08,
- hpperlevel: 81,
- mp: 287.2,
- mpperlevel: 40,
- movespeed: 330,
- armor: 23.04,
- armorperlevel: 3,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 6.005,
- hpregenperlevel: 0.6,
- mpregen: 7.255,
- mpregenperlevel: 0.45,
- crit: 0,
- critperlevel: 0,
- attackdamage: 55.46,
- attackdamageperlevel: 2.41,
- attackspeedoffset: -0.08,
- attackspeedperlevel: 3.38
- }
- },
- Udyr: {
- version: "6.24.1",
- id: "Udyr",
- key: "77",
- name: "Udyr",
- title: "the Spirit Walker",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Udyr.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Udyr_0.jpg",
- blurb:
- "Udyr is more than a man; he is a vessel for the untamed power of four primal animal spirits. When tapping into the spirits' bestial natures, Udyr can harness their unique strengths: the tiger grants him speed and ferocity, the turtle resilience, the ...",
- info: {
- attack: 8,
- defense: 7,
- magic: 4,
- difficulty: 7
- },
- image: {
- full: "Udyr.png",
- sprite: "champion3.png",
- group: "champion",
- x: 48,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "MP",
- stats: {
- hp: 593.32,
- hpperlevel: 99,
- mp: 270.4,
- mpperlevel: 30,
- movespeed: 345,
- armor: 25.47,
- armorperlevel: 4,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 6,
- hpregenperlevel: 0.75,
- mpregen: 7.505,
- mpregenperlevel: 0.45,
- crit: 0,
- critperlevel: 0,
- attackdamage: 58.286,
- attackdamageperlevel: 3.2,
- attackspeedoffset: -0.05,
- attackspeedperlevel: 2.67
- }
- },
- Urgot: {
- version: "6.24.1",
- id: "Urgot",
- key: "6",
- name: "Urgot",
- title: "the Headsman's Pride",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Urgot.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Urgot_0.jpg",
- blurb:
- "There are warriors who become great for their strength, cunning, or skill with arms. Others simply refuse to die. Urgot, once a great soldier of Noxus, may constitute a case in support of the latter. Prone to diving headlong into enemy battle lines, ...",
- info: {
- attack: 8,
- defense: 5,
- magic: 3,
- difficulty: 8
- },
- image: {
- full: "Urgot.png",
- sprite: "champion3.png",
- group: "champion",
- x: 96,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Marksman", "Fighter"],
- partype: "MP",
- stats: {
- hp: 586.52,
- hpperlevel: 89,
- mp: 312.4,
- mpperlevel: 55,
- movespeed: 335,
- armor: 24.544,
- armorperlevel: 3.3,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 425,
- hpregen: 6.505,
- hpregenperlevel: 0.6,
- mpregen: 8.59,
- mpregenperlevel: 0.65,
- crit: 0,
- critperlevel: 0,
- attackdamage: 54.05,
- attackdamageperlevel: 3.6,
- attackspeedoffset: -0.03,
- attackspeedperlevel: 2.9
- }
- },
- Varus: {
- version: "6.24.1",
- id: "Varus",
- key: "110",
- name: "Varus",
- title: "the Arrow of Retribution",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Varus.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Varus_0.jpg",
- blurb:
- "''The life of an arrow is fleeting, built of nothing but direction and intent.''
For his incomparable skill with the bow and his unquestioned sense of honor, Varus was chosen to be the warden of a sacred Ionian temple. The temple was built to ...",
- info: {
- attack: 7,
- defense: 3,
- magic: 4,
- difficulty: 2
- },
- image: {
- full: "Varus.png",
- sprite: "champion3.png",
- group: "champion",
- x: 144,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Marksman", "Mage"],
- partype: "MP",
- stats: {
- hp: 537.76,
- hpperlevel: 82,
- mp: 360.48,
- mpperlevel: 33,
- movespeed: 330,
- armor: 23.212,
- armorperlevel: 3.4,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 575,
- hpregen: 5.42,
- hpregenperlevel: 0.55,
- mpregen: 7.34,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 54.66,
- attackdamageperlevel: 2.41,
- attackspeedoffset: -0.05,
- attackspeedperlevel: 3
- }
- },
- Vayne: {
- version: "6.24.1",
- id: "Vayne",
- key: "67",
- name: "Vayne",
- title: "the Night Hunter",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Vayne.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Vayne_0.jpg",
- blurb:
- "The world is not always as civilized as people might think. There are still those who would follow the blackest paths of magic and become corrupted by the darker powers that flow through Runeterra. Shauna Vayne knows this fact well.
As a young ...",
- info: {
- attack: 10,
- defense: 1,
- magic: 1,
- difficulty: 8
- },
- image: {
- full: "Vayne.png",
- sprite: "champion3.png",
- group: "champion",
- x: 192,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Marksman", "Assassin"],
- partype: "MP",
- stats: {
- hp: 498.44,
- hpperlevel: 83,
- mp: 231.8,
- mpperlevel: 35,
- movespeed: 330,
- armor: 19.012,
- armorperlevel: 3.4,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 5.42,
- hpregenperlevel: 0.55,
- mpregen: 6.97,
- mpregenperlevel: 0.4,
- crit: 0,
- critperlevel: 0,
- attackdamage: 55.88,
- attackdamageperlevel: 1.66,
- attackspeedoffset: -0.05,
- attackspeedperlevel: 4
- }
- },
- Veigar: {
- version: "6.24.1",
- id: "Veigar",
- key: "45",
- name: "Veigar",
- title: "the Tiny Master of Evil",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Veigar.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Veigar_0.jpg",
- blurb:
- "To most, thoughts of yordles do not conjure images to be feared. The easygoing half-pint race, though fierce, is often regarded with some degree of joviality. Their high-pitched voices and naturally cute forms inspire something of a protective ...",
- info: {
- attack: 2,
- defense: 2,
- magic: 10,
- difficulty: 7
- },
- image: {
- full: "Veigar.png",
- sprite: "champion3.png",
- group: "champion",
- x: 240,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Mage"],
- partype: "MP",
- stats: {
- hp: 492.76,
- hpperlevel: 82,
- mp: 392.4,
- mpperlevel: 52,
- movespeed: 340,
- armor: 22.55,
- armorperlevel: 3.75,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 525,
- hpregen: 5.42,
- hpregenperlevel: 0.55,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 50.71,
- attackdamageperlevel: 2.625,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.24
- }
- },
- Velkoz: {
- version: "6.24.1",
- id: "Velkoz",
- key: "161",
- name: "Vel'Koz",
- title: "the Eye of the Void",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Velkoz.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Velkoz_0.jpg",
- blurb:
- "I pass into the sudden glare. Blink. Blink, blink, blink. My eyes adjust and evaluate the landscape before me.
There's a scurrying. I look down to find a small, white creature standing on its hind legs, sniffing at my body. It intrigues me....",
- info: {
- attack: 2,
- defense: 2,
- magic: 10,
- difficulty: 8
- },
- image: {
- full: "Velkoz.png",
- sprite: "champion3.png",
- group: "champion",
- x: 288,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Mage"],
- partype: "MP",
- stats: {
- hp: 507.68,
- hpperlevel: 76,
- mp: 375.6,
- mpperlevel: 42,
- movespeed: 340,
- armor: 21.88,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 525,
- hpregen: 5.42,
- hpregenperlevel: 0.55,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 54.9379,
- attackdamageperlevel: 3.14159,
- attackspeedoffset: 0,
- attackspeedperlevel: 1.36
- }
- },
- Vi: {
- version: "6.24.1",
- id: "Vi",
- key: "254",
- name: "Vi",
- title: "the Piltover Enforcer",
- img: "https://www.masterypoints.com/assets/img/lol/champion_icons/Vi.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Vi_0.jpg",
- blurb:
- "To Vi, every problem is just another brick wall to punch through with her gigantic hextech gauntlets. Though she grew up on the wrong side of the law, Vi now uses her criminal know-how to serve Piltover's police force. Vi's brash attitude, abrasive ...",
- info: {
- attack: 8,
- defense: 5,
- magic: 3,
- difficulty: 4
- },
- image: {
- full: "Vi.png",
- sprite: "champion3.png",
- group: "champion",
- x: 336,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Assassin"],
- partype: "MP",
- stats: {
- hp: 582.8,
- hpperlevel: 85,
- mp: 295.6,
- mpperlevel: 45,
- movespeed: 345,
- armor: 25.88,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 9.01,
- hpregenperlevel: 0.9,
- mpregen: 8.09,
- mpregenperlevel: 0.65,
- crit: 0,
- critperlevel: 0,
- attackdamage: 55.88,
- attackdamageperlevel: 3.5,
- attackspeedoffset: -0.03,
- attackspeedperlevel: 2.5
- }
- },
- Viktor: {
- version: "6.24.1",
- id: "Viktor",
- key: "112",
- name: "Viktor",
- title: "the Machine Herald",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Viktor.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Viktor_0.jpg",
- blurb:
- "Early in life, Viktor discovered his passion for science and invention, particularly in the field of mechanical automation. He attended Zaun's prestigious College of Techmaturgy and led the team that constructed Blitzcrank - a scientific breakthrough ...",
- info: {
- attack: 2,
- defense: 4,
- magic: 10,
- difficulty: 9
- },
- image: {
- full: "Viktor.png",
- sprite: "champion3.png",
- group: "champion",
- x: 384,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Mage"],
- partype: "MP",
- stats: {
- hp: 516.04,
- hpperlevel: 78,
- mp: 324,
- mpperlevel: 50,
- movespeed: 335,
- armor: 22.72,
- armorperlevel: 4,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 525,
- hpregen: 7.84,
- hpregenperlevel: 0.65,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 52.04,
- attackdamageperlevel: 3,
- attackspeedoffset: -0.05,
- attackspeedperlevel: 2.11
- }
- },
- Vladimir: {
- version: "6.24.1",
- id: "Vladimir",
- key: "8",
- name: "Vladimir",
- title: "the Crimson Reaper",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Vladimir.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Vladimir_0.jpg",
- blurb:
- "There is a temple hidden in the mountains between Noxus and the Tempest Flats, where the secrets of an ancient and terrifying sorcery are kept. The area surrounding the temple is littered with the exsanguinated corpses of those who have mistakenly ...",
- info: {
- attack: 2,
- defense: 6,
- magic: 8,
- difficulty: 7
- },
- image: {
- full: "Vladimir.png",
- sprite: "champion3.png",
- group: "champion",
- x: 432,
- y: 96,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Tank"],
- partype: "Gnarfury",
- stats: {
- hp: 525,
- hpperlevel: 84,
- mp: 2,
- mpperlevel: 0,
- movespeed: 330,
- armor: 23,
- armorperlevel: 3.3,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 450,
- hpregen: 7.005,
- hpregenperlevel: 0.6,
- mpregen: 0,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 52,
- attackdamageperlevel: 3,
- attackspeedoffset: 0,
- attackspeedperlevel: 2
- }
- },
- Volibear: {
- version: "6.24.1",
- id: "Volibear",
- key: "106",
- name: "Volibear",
- title: "the Thunder's Roar",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Volibear.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Volibear_0.jpg",
- blurb:
- "The unforgiving northern reaches of the Freljord are home to the Ursine, a fierce and warlike race that has endured the barren tundra for thousands of years. Their leader is a furious adversary who commands the force of lightning to strike fear within ...",
- info: {
- attack: 7,
- defense: 7,
- magic: 4,
- difficulty: 3
- },
- image: {
- full: "Volibear.png",
- sprite: "champion4.png",
- group: "champion",
- x: 0,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "MP",
- stats: {
- hp: 584.48,
- hpperlevel: 86,
- mp: 270.4,
- mpperlevel: 30,
- movespeed: 345,
- armor: 26.38,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.09,
- hpregenperlevel: 0.65,
- mpregen: 8.09,
- mpregenperlevel: 0.65,
- crit: 0,
- critperlevel: 0,
- attackdamage: 59.544,
- attackdamageperlevel: 3.3,
- attackspeedoffset: -0.05,
- attackspeedperlevel: 2.67
- }
- },
- Warwick: {
- version: "6.24.1",
- id: "Warwick",
- key: "19",
- name: "Warwick",
- title: "the Blood Hunter",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Warwick.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Warwick_0.jpg",
- blurb:
- "Warwick was once a man revered for his ability to track down human specimens for the darkest types of scientific research. When his ambitions exceeded his physical limits, he drank a dangerous elixir to transform himself into an unstoppable manhunter. ...",
- info: {
- attack: 7,
- defense: 4,
- magic: 4,
- difficulty: 3
- },
- image: {
- full: "Warwick.png",
- sprite: "champion4.png",
- group: "champion",
- x: 48,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "MP",
- stats: {
- hp: 592.64,
- hpperlevel: 98,
- mp: 240.4,
- mpperlevel: 30,
- movespeed: 345,
- armor: 25.88,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 8.39,
- hpregenperlevel: 0.8,
- mpregen: 8.105,
- mpregenperlevel: 0.6,
- crit: 0,
- critperlevel: 0,
- attackdamage: 62.43,
- attackdamageperlevel: 3.375,
- attackspeedoffset: -0.08,
- attackspeedperlevel: 2.88
- }
- },
- Xerath: {
- version: "6.24.1",
- id: "Xerath",
- key: "101",
- name: "Xerath",
- title: "the Magus Ascendant",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Xerath.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Xerath_0.jpg",
- blurb:
- "''A lifetime as a slave has prepared me for eternity as your master.''
Xerath is an Ascended Magus of ancient Shurima, a being of arcane energy writhing in the broken shards of a magical sarcophagus. For millennia, he was trapped beneath the ...",
- info: {
- attack: 1,
- defense: 3,
- magic: 10,
- difficulty: 8
- },
- image: {
- full: "Xerath.png",
- sprite: "champion4.png",
- group: "champion",
- x: 96,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Assassin"],
- partype: "MP",
- stats: {
- hp: 514.4,
- hpperlevel: 80,
- mp: 366.96,
- mpperlevel: 44,
- movespeed: 340,
- armor: 21.88,
- armorperlevel: 3.5,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 525,
- hpregen: 5.42,
- hpregenperlevel: 0.55,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 54.7,
- attackdamageperlevel: 3,
- attackspeedoffset: 0,
- attackspeedperlevel: 1.36
- }
- },
- XinZhao: {
- version: "6.24.1",
- id: "XinZhao",
- key: "5",
- name: "Xin Zhao",
- title: "the Seneschal of Demacia",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/XinZhao.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/XinZhao_0.jpg",
- blurb:
- "''Death is inevitable, one can only avoid defeat.''
Whenever Jarvan III, the king of Demacia, delivers one of his rallying speeches from the glinting marble balcony atop the Royal Palace, Xin Zhao is at his side. Coined the Seneschal of Demacia,...",
- info: {
- attack: 8,
- defense: 6,
- magic: 3,
- difficulty: 2
- },
- image: {
- full: "XinZhao.png",
- sprite: "champion4.png",
- group: "champion",
- x: 144,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Assassin"],
- partype: "MP",
- stats: {
- hp: 600,
- hpperlevel: 92,
- mp: 273.8,
- mpperlevel: 35,
- movespeed: 345,
- armor: 25.88,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 175,
- hpregen: 8.175,
- hpregenperlevel: 0.7,
- mpregen: 7.255,
- mpregenperlevel: 0.45,
- crit: 0,
- critperlevel: 0,
- attackdamage: 57.544,
- attackdamageperlevel: 3.3,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.6
- }
- },
- Yasuo: {
- version: "6.24.1",
- id: "Yasuo",
- key: "157",
- name: "Yasuo",
- title: "the Unforgiven",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Yasuo.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Yasuo_0.jpg",
- blurb:
- "Yasuo is a man of resolve, an agile swordsman who wields the wind itself to cut down his foes. This once-proud warrior has been disgraced by a false accusation and forced into a desperate fight for survival. With the world turned against him, he will ...",
- info: {
- attack: 8,
- defense: 4,
- magic: 4,
- difficulty: 10
- },
- image: {
- full: "Yasuo.png",
- sprite: "champion4.png",
- group: "champion",
- x: 192,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Assassin"],
- partype: "Wind",
- stats: {
- hp: 517.76,
- hpperlevel: 82,
- mp: 100,
- mpperlevel: 0,
- movespeed: 345,
- armor: 24.712,
- armorperlevel: 3.4,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 175,
- hpregen: 6.51,
- hpregenperlevel: 0.9,
- mpregen: 0,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 55.376,
- attackdamageperlevel: 3.2,
- attackspeedoffset: -0.067,
- attackspeedperlevel: 2.5
- }
- },
- Yorick: {
- version: "6.24.1",
- id: "Yorick",
- key: "83",
- name: "Yorick",
- title: "Shepherd of Souls",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Yorick.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Yorick_0.jpg",
- blurb:
- "''These isles… How they scream.''
The last survivor of a long-forgotten religious order, Yorick is both blessed and cursed with power over the dead. Trapped on the Shadow Isles, his only companions are the rotting corpses and shrieking spirits that ...",
- info: {
- attack: 6,
- defense: 6,
- magic: 4,
- difficulty: 6
- },
- image: {
- full: "Yorick.png",
- sprite: "champion4.png",
- group: "champion",
- x: 240,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Fighter", "Tank"],
- partype: "MP",
- stats: {
- hp: 580,
- hpperlevel: 100,
- mp: 300,
- mpperlevel: 40,
- movespeed: 340,
- armor: 30,
- armorperlevel: 4,
- spellblock: 32,
- spellblockperlevel: 1.25,
- attackrange: 175,
- hpregen: 8,
- hpregenperlevel: 0.8,
- mpregen: 7.5,
- mpregenperlevel: 0.75,
- crit: 0,
- critperlevel: 0,
- attackdamage: 57,
- attackdamageperlevel: 5,
- attackspeedoffset: 0,
- attackspeedperlevel: 2
- }
- },
- Zac: {
- version: "6.24.1",
- id: "Zac",
- key: "154",
- name: "Zac",
- title: "the Secret Weapon",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Zac.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Zac_0.jpg",
- blurb:
- "Zac is the product of a Zaun experiment to manufacture a hexchem-engineered supersoldier - the Zaun Amorphous Combatant. Combining brute strength with limitless flexibility, he is a versatile juggernaut: a creative fighter who bounces over obstacles ...",
- info: {
- attack: 3,
- defense: 7,
- magic: 7,
- difficulty: 8
- },
- image: {
- full: "Zac.png",
- sprite: "champion4.png",
- group: "champion",
- x: 288,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Tank", "Fighter"],
- partype: "None",
- stats: {
- hp: 614.6,
- hpperlevel: 95,
- mp: 0,
- mpperlevel: 0,
- movespeed: 340,
- armor: 23.88,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 175,
- hpregen: 7.92,
- hpregenperlevel: 0.55,
- mpregen: 0,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 59.67,
- attackdamageperlevel: 3.375,
- attackspeedoffset: -0.02,
- attackspeedperlevel: 1.6
- }
- },
- Zed: {
- version: "6.24.1",
- id: "Zed",
- key: "238",
- name: "Zed",
- title: "the Master of Shadows",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Zed.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Zed_0.jpg",
- blurb:
- "Zed is the first ninja in 200 years to unlock the ancient, forbidden ways. He defied his clan and master, casting off the balance and discipline that had shackled him all his life. Zed now offers power to those who embrace knowledge of the shadows, ...",
- info: {
- attack: 9,
- defense: 2,
- magic: 1,
- difficulty: 7
- },
- image: {
- full: "Zed.png",
- sprite: "champion4.png",
- group: "champion",
- x: 336,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Assassin", "Fighter"],
- partype: "Energy",
- stats: {
- hp: 579.4,
- hpperlevel: 80,
- mp: 200,
- mpperlevel: 0,
- movespeed: 345,
- armor: 26.88,
- armorperlevel: 3.5,
- spellblock: 32.1,
- spellblockperlevel: 1.25,
- attackrange: 125,
- hpregen: 7.09,
- hpregenperlevel: 0.65,
- mpregen: 50,
- mpregenperlevel: 0,
- crit: 0,
- critperlevel: 0,
- attackdamage: 54.712,
- attackdamageperlevel: 3.4,
- attackspeedoffset: -0.03,
- attackspeedperlevel: 2.1
- }
- },
- Ziggs: {
- version: "6.24.1",
- id: "Ziggs",
- key: "115",
- name: "Ziggs",
- title: "the Hexplosives Expert",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Ziggs.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ziggs_0.jpg",
- blurb:
- "Ziggs was born with a talent for tinkering, but his chaotic, hyperactive nature was unusual among yordle scientists. Aspiring to be a revered inventor like Heimerdinger, he rattled through ambitious projects with manic zeal, emboldened by both his ...",
- info: {
- attack: 2,
- defense: 4,
- magic: 9,
- difficulty: 4
- },
- image: {
- full: "Ziggs.png",
- sprite: "champion4.png",
- group: "champion",
- x: 384,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Mage"],
- partype: "MP",
- stats: {
- hp: 524.4,
- hpperlevel: 80,
- mp: 384,
- mpperlevel: 47,
- movespeed: 325,
- armor: 21.544,
- armorperlevel: 3.3,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 6.255,
- hpregenperlevel: 0.6,
- mpregen: 6,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 54.208,
- attackdamageperlevel: 3.1,
- attackspeedoffset: -0.04734,
- attackspeedperlevel: 2
- }
- },
- Zilean: {
- version: "6.24.1",
- id: "Zilean",
- key: "26",
- name: "Zilean",
- title: "the Chronokeeper",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Zilean.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Zilean_0.jpg",
- blurb:
- "In the wastelands of Urtistan, there was once a great city. It perished long ago in a terrible Rune War, like most of the lands below the Great Barrier. Nevertheless, one man survived: a sorcerer named Zilean. Being obsessed with time, it was only ...",
- info: {
- attack: 2,
- defense: 5,
- magic: 8,
- difficulty: 6
- },
- image: {
- full: "Zilean.png",
- sprite: "champion4.png",
- group: "champion",
- x: 432,
- y: 0,
- w: 48,
- h: 48
- },
- tags: ["Support", "Mage"],
- partype: "MP",
- stats: {
- hp: 499.28,
- hpperlevel: 77,
- mp: 360.8,
- mpperlevel: 60,
- movespeed: 335,
- armor: 19.134,
- armorperlevel: 3.8,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 550,
- hpregen: 5.44,
- hpregenperlevel: 0.5,
- mpregen: 8.5,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 51.64,
- attackdamageperlevel: 3,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.13
- }
- },
- Zyra: {
- version: "6.24.1",
- id: "Zyra",
- key: "143",
- name: "Zyra",
- title: "Rise of the Thorns",
- img:
- "https://www.masterypoints.com/assets/img/lol/champion_icons/Zyra.png",
- splash:
- "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Zyra_0.jpg",
- blurb:
- "Longing to take control of her fate, the ancient, dying plant Zyra transferred her consciousness into a human body for a second chance at life. Centuries ago, she and her kind dominated the Kumungu Jungle, using thorns and vines to consume any animal ...",
- info: {
- attack: 4,
- defense: 3,
- magic: 8,
- difficulty: 7
- },
- image: {
- full: "Zyra.png",
- sprite: "champion4.png",
- group: "champion",
- x: 0,
- y: 48,
- w: 48,
- h: 48
- },
- tags: ["Mage", "Support"],
- partype: "MP",
- stats: {
- hp: 499.32,
- hpperlevel: 74,
- mp: 334,
- mpperlevel: 50,
- movespeed: 340,
- armor: 20.04,
- armorperlevel: 3,
- spellblock: 30,
- spellblockperlevel: 0,
- attackrange: 575,
- hpregen: 5.69,
- hpregenperlevel: 0.5,
- mpregen: 8.5,
- mpregenperlevel: 0.8,
- crit: 0,
- critperlevel: 0,
- attackdamage: 53.376,
- attackdamageperlevel: 3.2,
- attackspeedoffset: 0,
- attackspeedperlevel: 2.11
- }
- }
- }
-};
diff --git a/src/data/lol/lol.json b/src/data/lol/lol.json
deleted file mode 100644
index c355012d..00000000
--- a/src/data/lol/lol.json
+++ /dev/null
@@ -1,6951 +0,0 @@
-{
- "type": "champion",
- "format": "standAloneComplex",
- "version": "6.24.1",
- "data": {
- "Aatrox": {
- "version": "6.24.1",
- "id": "Aatrox",
- "key": "266",
- "name": "Aatrox",
- "title": "the Darkin Blade",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Aatrox.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Aatrox_0.jpg",
- "blurb": "Aatrox is a legendary warrior, one of only five that remain of an ancient race known as the Darkin. He wields his massive blade with grace and poise, slicing through legions in a style that is hypnotic to behold. With each foe felled, Aatrox's ...",
- "info": {
- "attack": 8,
- "defense": 4,
- "magic": 3,
- "difficulty": 4
- },
- "image": {
- "full": "Aatrox.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "BloodWell",
- "stats": {
- "hp": 537.8,
- "hpperlevel": 85,
- "mp": 105.6,
- "mpperlevel": 45,
- "movespeed": 345,
- "armor": 24.384,
- "armorperlevel": 3.8,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 150,
- "hpregen": 6.59,
- "hpregenperlevel": 0.5,
- "mpregen": 0,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 60.376,
- "attackdamageperlevel": 3.2,
- "attackspeedoffset": -0.04,
- "attackspeedperlevel": 3
- }
- },
- "Ahri": {
- "version": "6.24.1",
- "id": "Ahri",
- "key": "103",
- "name": "Ahri",
- "title": "the Nine-Tailed Fox",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Ahri.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ahri_0.jpg",
- "blurb": "Unlike other foxes that roamed the woods of southern Ionia, Ahri had always felt a strange connection to the magical world around her; a connection that was somehow incomplete. Deep inside, she felt the skin she had been born into was an ill fit for ...",
- "info": {
- "attack": 3,
- "defense": 4,
- "magic": 8,
- "difficulty": 5
- },
- "image": {
- "full": "Ahri.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 48,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Assassin"
- ],
- "partype": "MP",
- "stats": {
- "hp": 514.4,
- "hpperlevel": 80,
- "mp": 334,
- "mpperlevel": 50,
- "movespeed": 330,
- "armor": 20.88,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 6.505,
- "hpregenperlevel": 0.6,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 53.04,
- "attackdamageperlevel": 3,
- "attackspeedoffset": -0.065,
- "attackspeedperlevel": 2
- }
- },
- "Akali": {
- "version": "6.24.1",
- "id": "Akali",
- "key": "84",
- "name": "Akali",
- "title": "the Fist of Shadow",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Akali.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Akali_0.jpg",
- "blurb": "There exists an ancient order originating in the Ionian Isles dedicated to the preservation of balance. Order, chaos, light, darkness -- all things must exist in perfect harmony for such is the way of the universe. This order is known as the Kinkou ...",
- "info": {
- "attack": 5,
- "defense": 3,
- "magic": 8,
- "difficulty": 7
- },
- "image": {
- "full": "Akali.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 96,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Assassin"
- ],
- "partype": "Energy",
- "stats": {
- "hp": 587.8,
- "hpperlevel": 85,
- "mp": 200,
- "mpperlevel": 0,
- "movespeed": 350,
- "armor": 26.38,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.34,
- "hpregenperlevel": 0.65,
- "mpregen": 50,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 58.376,
- "attackdamageperlevel": 3.2,
- "attackspeedoffset": -0.1,
- "attackspeedperlevel": 3.1
- }
- },
- "Alistar": {
- "version": "6.24.1",
- "id": "Alistar",
- "key": "12",
- "name": "Alistar",
- "title": "the Minotaur",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Alistar.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Alistar_0.jpg",
- "blurb": "As the mightiest warrior to ever emerge from the Minotaur tribes of the Great Barrier, Alistar defended his tribe from Valoran's many dangers; that is, until the coming of the Noxian army. Alistar was lured from his village by the machinations of ...",
- "info": {
- "attack": 6,
- "defense": 9,
- "magic": 5,
- "difficulty": 7
- },
- "image": {
- "full": "Alistar.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 144,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Tank",
- "Support"
- ],
- "partype": "MP",
- "stats": {
- "hp": 613.36,
- "hpperlevel": 106,
- "mp": 278.84,
- "mpperlevel": 38,
- "movespeed": 330,
- "armor": 24.38,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.675,
- "hpregenperlevel": 0.85,
- "mpregen": 8.5,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 61.1116,
- "attackdamageperlevel": 3.62,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.125
- }
- },
- "Amumu": {
- "version": "6.24.1",
- "id": "Amumu",
- "key": "32",
- "name": "Amumu",
- "title": "the Sad Mummy",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Amumu.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Amumu_0.jpg",
- "blurb": "''Solitude can be lonelier than death.''
A lonely and melancholy soul from ancient Shurima, Amumu roams the world in search of a friend. Cursed by an ancient spell, he is doomed to remain alone forever, as his touch is death and his affection ...",
- "info": {
- "attack": 2,
- "defense": 6,
- "magic": 8,
- "difficulty": 3
- },
- "image": {
- "full": "Amumu.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 192,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Tank",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 613.12,
- "hpperlevel": 84,
- "mp": 287.2,
- "mpperlevel": 40,
- "movespeed": 335,
- "armor": 23.544,
- "armorperlevel": 3.8,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.875,
- "hpregenperlevel": 0.85,
- "mpregen": 7.38,
- "mpregenperlevel": 0.525,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 53.384,
- "attackdamageperlevel": 3.8,
- "attackspeedoffset": -0.02,
- "attackspeedperlevel": 2.18
- }
- },
- "Anivia": {
- "version": "6.24.1",
- "id": "Anivia",
- "key": "34",
- "name": "Anivia",
- "title": "the Cryophoenix",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Anivia.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Anivia_0.jpg",
- "blurb": "Anivia is a being of the coldest winter, a mystical embodiment of ice magic, and an ancient protector of the Freljord. She commands all the power and fury of the land itself, calling the snow and bitter wind to defend her home from those who would ...",
- "info": {
- "attack": 1,
- "defense": 4,
- "magic": 10,
- "difficulty": 10
- },
- "image": {
- "full": "Anivia.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 240,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Support"
- ],
- "partype": "MP",
- "stats": {
- "hp": 467.6,
- "hpperlevel": 70,
- "mp": 396.04,
- "mpperlevel": 50,
- "movespeed": 325,
- "armor": 21.22,
- "armorperlevel": 4,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 600,
- "hpregen": 5.57,
- "hpregenperlevel": 0.55,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 51.376,
- "attackdamageperlevel": 3.2,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 1.68
- }
- },
- "Annie": {
- "version": "6.24.1",
- "id": "Annie",
- "key": "1",
- "name": "Annie",
- "title": "the Dark Child",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Annie.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Annie_0.jpg",
- "blurb": "There have always been those within Noxus who did not agree with the evils perpetrated by the Noxian High Command. The High Command had just put down a coup attempt from the self-proclaimed Crown Prince Raschallion, and a crackdown on any form of ...",
- "info": {
- "attack": 2,
- "defense": 3,
- "magic": 10,
- "difficulty": 6
- },
- "image": {
- "full": "Annie.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 288,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 511.68,
- "hpperlevel": 76,
- "mp": 334,
- "mpperlevel": 50,
- "movespeed": 335,
- "armor": 19.22,
- "armorperlevel": 4,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 575,
- "hpregen": 5.42,
- "hpregenperlevel": 0.55,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 50.41,
- "attackdamageperlevel": 2.625,
- "attackspeedoffset": 0.08,
- "attackspeedperlevel": 1.36
- }
- },
- "Ashe": {
- "version": "6.24.1",
- "id": "Ashe",
- "key": "22",
- "name": "Ashe",
- "title": "the Frost Archer",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Ashe.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ashe_0.jpg",
- "blurb": "With each arrow she fires from her ancient ice-enchanted bow, Ashe proves she is a master archer. She chooses each target carefully, waits for the right moment, and then strikes with power and precision. It is with this same vision and focus that she ...",
- "info": {
- "attack": 7,
- "defense": 3,
- "magic": 2,
- "difficulty": 4
- },
- "image": {
- "full": "Ashe.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 336,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman",
- "Support"
- ],
- "partype": "MP",
- "stats": {
- "hp": 527.72,
- "hpperlevel": 79,
- "mp": 280,
- "mpperlevel": 32,
- "movespeed": 325,
- "armor": 21.212,
- "armorperlevel": 3.4,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 600,
- "hpregen": 5.42,
- "hpregenperlevel": 0.55,
- "mpregen": 6.97,
- "mpregenperlevel": 0.4,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 56.508,
- "attackdamageperlevel": 2.26,
- "attackspeedoffset": -0.05,
- "attackspeedperlevel": 3.33
- }
- },
- "AurelionSol": {
- "version": "6.24.1",
- "id": "AurelionSol",
- "key": "136",
- "name": "Aurelion Sol",
- "title": "The Star Forger",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/AurelionSol.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/AurelionSol_0.jpg",
- "blurb": "Aurelion Sol once graced the vast emptiness of the cosmos with celestial wonders of his own devising. Now, he is forced to wield his awesome power at the behest of a space-faring empire that tricked him into servitude. Desiring a return to his ...",
- "info": {
- "attack": 2,
- "defense": 3,
- "magic": 8,
- "difficulty": 7
- },
- "image": {
- "full": "AurelionSol.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 384,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 550,
- "hpperlevel": 80,
- "mp": 350,
- "mpperlevel": 50,
- "movespeed": 325,
- "armor": 19,
- "armorperlevel": 3.6,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 6.5,
- "hpregenperlevel": 0.6,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 57,
- "attackdamageperlevel": 3.2,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 1.36
- }
- },
- "Azir": {
- "version": "6.24.1",
- "id": "Azir",
- "key": "268",
- "name": "Azir",
- "title": "the Emperor of the Sands",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Azir.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Azir_0.jpg",
- "blurb": "''Shurima was once the glory of Runeterra. I will make it so again.''
Azir was a mortal emperor of Shurima in a far distant age, a proud man who stood at the cusp of immortality. His hubris saw him betrayed and murdered at the moment of his ...",
- "info": {
- "attack": 6,
- "defense": 3,
- "magic": 8,
- "difficulty": 9
- },
- "image": {
- "full": "Azir.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 432,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Marksman"
- ],
- "partype": "MP",
- "stats": {
- "hp": 524.4,
- "hpperlevel": 80,
- "mp": 350.56,
- "mpperlevel": 42,
- "movespeed": 325,
- "armor": 19.04,
- "armorperlevel": 3,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 525,
- "hpregen": 6.92,
- "hpregenperlevel": 0.55,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 52,
- "attackdamageperlevel": 2.8,
- "attackspeedoffset": -0.02,
- "attackspeedperlevel": 1.5
- }
- },
- "Bard": {
- "version": "6.24.1",
- "id": "Bard",
- "key": "432",
- "name": "Bard",
- "title": "the Wandering Caretaker",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Bard.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Bard_0.jpg",
- "blurb": "Bard travels through realms beyond the imagination of mortal beings. Some of Valoran's greatest scholars have spent their lives trying to understand the mysteries he embodies. This enigmatic spirit has been given many names throughout the history of ...",
- "info": {
- "attack": 4,
- "defense": 4,
- "magic": 5,
- "difficulty": 9
- },
- "image": {
- "full": "Bard.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 0,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Support",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 535,
- "hpperlevel": 89,
- "mp": 350,
- "mpperlevel": 50,
- "movespeed": 330,
- "armor": 25,
- "armorperlevel": 4,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 500,
- "hpregen": 5.4,
- "hpregenperlevel": 0.55,
- "mpregen": 6,
- "mpregenperlevel": 0.45,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 52,
- "attackdamageperlevel": 3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2
- }
- },
- "Blitzcrank": {
- "version": "6.24.1",
- "id": "Blitzcrank",
- "key": "53",
- "name": "Blitzcrank",
- "title": "the Great Steam Golem",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Blitzcrank.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Blitzcrank_0.jpg",
- "blurb": "Zaun is a place where both magic and science have gone awry, and the unchecked nature of experimentation has taken its toll. However, Zaun's lenient restrictions allow their researchers and inventors the leeway to push the bounds of science at an ...",
- "info": {
- "attack": 4,
- "defense": 8,
- "magic": 5,
- "difficulty": 4
- },
- "image": {
- "full": "Blitzcrank.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 48,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Tank",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 582.6,
- "hpperlevel": 95,
- "mp": 267.2,
- "mpperlevel": 40,
- "movespeed": 325,
- "armor": 24.38,
- "armorperlevel": 4,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.51,
- "hpregenperlevel": 0.75,
- "mpregen": 8.5,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 61.54,
- "attackdamageperlevel": 3.5,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 1.13
- }
- },
- "Brand": {
- "version": "6.24.1",
- "id": "Brand",
- "key": "63",
- "name": "Brand",
- "title": "the Burning Vengeance",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Brand.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Brand_0.jpg",
- "blurb": "In a faraway place known as Lokfar there was a seafaring marauder called Kegan Rodhe. As was his people's way, Kegan sailed far and wide with his fellows, stealing treasures from those unlucky enough to catch their attention. To some, he was a ...",
- "info": {
- "attack": 2,
- "defense": 2,
- "magic": 9,
- "difficulty": 4
- },
- "image": {
- "full": "Brand.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 96,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 507.68,
- "hpperlevel": 76,
- "mp": 375.6,
- "mpperlevel": 42,
- "movespeed": 340,
- "armor": 21.88,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 5.42,
- "hpregenperlevel": 0.55,
- "mpregen": 8.005,
- "mpregenperlevel": 0.6,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 57.04,
- "attackdamageperlevel": 3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 1.36
- }
- },
- "Braum": {
- "version": "6.24.1",
- "id": "Braum",
- "key": "201",
- "name": "Braum",
- "title": "the Heart of the Freljord",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Braum.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Braum_0.jpg",
- "blurb": "''Would you like a bedtime story?''
''Grandma, I'm too old for that.''
''You're never too old to be told a story.''
The girl reluctantly crawls into bed and waits, knowing she won't win this battle. A bitter wind howls outside, ...",
- "info": {
- "attack": 3,
- "defense": 9,
- "magic": 4,
- "difficulty": 3
- },
- "image": {
- "full": "Braum.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 144,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Support",
- "Tank"
- ],
- "partype": "MP",
- "stats": {
- "hp": 576.16,
- "hpperlevel": 87,
- "mp": 310.6,
- "mpperlevel": 45,
- "movespeed": 335,
- "armor": 26.72,
- "armorperlevel": 4.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.18,
- "hpregenperlevel": 1,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 55.376,
- "attackdamageperlevel": 3.2,
- "attackspeedoffset": -0.03,
- "attackspeedperlevel": 3.5
- }
- },
- "Caitlyn": {
- "version": "6.24.1",
- "id": "Caitlyn",
- "key": "51",
- "name": "Caitlyn",
- "title": "the Sheriff of Piltover",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Caitlyn.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Caitlyn_0.jpg",
- "blurb": "''Go ahead, run. I'll give you a five minute head start.''
One of the reasons Piltover is known as the City of Progress is because it has an extraordinarily low crime rate. This hasn't always been the case; brigands and thieves of all sorts ...",
- "info": {
- "attack": 8,
- "defense": 2,
- "magic": 2,
- "difficulty": 6
- },
- "image": {
- "full": "Caitlyn.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 192,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman"
- ],
- "partype": "MP",
- "stats": {
- "hp": 524.4,
- "hpperlevel": 80,
- "mp": 313.7,
- "mpperlevel": 35,
- "movespeed": 325,
- "armor": 22.88,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 650,
- "hpregen": 5.67,
- "hpregenperlevel": 0.55,
- "mpregen": 7.4,
- "mpregenperlevel": 0.55,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 53.66,
- "attackdamageperlevel": 2.18,
- "attackspeedoffset": 0.1,
- "attackspeedperlevel": 4
- }
- },
- "Camille": {
- "version": "6.24.1",
- "id": "Camille",
- "key": "164",
- "name": "Camille",
- "title": "the Steel Shadow",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Camille.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Camille_0.jpg",
- "blurb": "Weaponized to execute outside the boundaries of the law, Camille Ferros is an elegant and elite operative who ensures the commerce of the Piltover machine with its Zaunite underbelly runs smoothly. Raised among manners and money, she is the Principal ...",
- "info": {
- "attack": 8,
- "defense": 6,
- "magic": 3,
- "difficulty": 4
- },
- "image": {
- "full": "Camille.png",
- "sprite": "champion4.png",
- "group": "champion",
- "x": 144,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "MP",
- "stats": {
- "hp": 575.6,
- "hpperlevel": 95,
- "mp": 338.8,
- "mpperlevel": 32,
- "movespeed": 340,
- "armor": 26,
- "armorperlevel": 3.8,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.5,
- "hpregenperlevel": 0.8,
- "mpregen": 8.15,
- "mpregenperlevel": 0.75,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 62,
- "attackdamageperlevel": 3.5,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.5
- }
- },
- "Cassiopeia": {
- "version": "6.24.1",
- "id": "Cassiopeia",
- "key": "69",
- "name": "Cassiopeia",
- "title": "the Serpent's Embrace",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Cassiopeia.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Cassiopeia_0.jpg",
- "blurb": "Cassiopeia is a terrifying creature - half woman, half snake - whose slightest glance brings death. The youngest daughter of one of Noxus' most influential families, she was once a beautiful and cunning temptress capable of manipulating the hardest ...",
- "info": {
- "attack": 2,
- "defense": 3,
- "magic": 9,
- "difficulty": 10
- },
- "image": {
- "full": "Cassiopeia.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 240,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 525,
- "hpperlevel": 75,
- "mp": 375,
- "mpperlevel": 60,
- "movespeed": 328,
- "armor": 25,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 5.5,
- "hpregenperlevel": 0.5,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 53,
- "attackdamageperlevel": 3,
- "attackspeedoffset": -0.034,
- "attackspeedperlevel": 1.5
- }
- },
- "Chogath": {
- "version": "6.24.1",
- "id": "Chogath",
- "key": "31",
- "name": "Cho'Gath",
- "title": "the Terror of the Void",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Chogath.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Chogath_0.jpg",
- "blurb": "There is a place between dimensions, between worlds. To some it is known as the Outside, to others it is the Unknown. To those that truly know, however, it is called the Void. Despite its name, the Void is not an empty place, but rather the home of ...",
- "info": {
- "attack": 3,
- "defense": 7,
- "magic": 7,
- "difficulty": 5
- },
- "image": {
- "full": "Chogath.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 288,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Tank",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 574.4,
- "hpperlevel": 80,
- "mp": 272.2,
- "mpperlevel": 40,
- "movespeed": 345,
- "armor": 28.88,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.925,
- "hpregenperlevel": 0.85,
- "mpregen": 7.205,
- "mpregenperlevel": 0.45,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 61.156,
- "attackdamageperlevel": 4.2,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 1.44
- }
- },
- "Corki": {
- "version": "6.24.1",
- "id": "Corki",
- "key": "42",
- "name": "Corki",
- "title": "the Daring Bombardier",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Corki.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Corki_0.jpg",
- "blurb": "When Heimerdinger and his yordle colleagues migrated to Piltover, they embraced science as a way of life, and they immediately made several groundbreaking contributions to the techmaturgical community. What yordles lack in stature, they make up for ...",
- "info": {
- "attack": 8,
- "defense": 3,
- "magic": 6,
- "difficulty": 6
- },
- "image": {
- "full": "Corki.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 336,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman"
- ],
- "partype": "MP",
- "stats": {
- "hp": 512.76,
- "hpperlevel": 82,
- "mp": 350.16,
- "mpperlevel": 34,
- "movespeed": 325,
- "armor": 23.38,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 5.42,
- "hpregenperlevel": 0.55,
- "mpregen": 7.42,
- "mpregenperlevel": 0.55,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 56,
- "attackdamageperlevel": 3.5,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.3
- }
- },
- "Darius": {
- "version": "6.24.1",
- "id": "Darius",
- "key": "122",
- "name": "Darius",
- "title": "the Hand of Noxus",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Darius.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Darius_0.jpg",
- "blurb": "There is no greater symbol of Noxian might than Darius, the nation's most feared and battle-hardened warrior. Orphaned at a young age, Darius had to fight to keep himself and his younger brother alive. By the time he joined the military, he had ...",
- "info": {
- "attack": 9,
- "defense": 5,
- "magic": 1,
- "difficulty": 2
- },
- "image": {
- "full": "Darius.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 384,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "MP",
- "stats": {
- "hp": 582.24,
- "hpperlevel": 100,
- "mp": 263,
- "mpperlevel": 37.5,
- "movespeed": 340,
- "armor": 30,
- "armorperlevel": 4,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 175,
- "hpregen": 9.845,
- "hpregenperlevel": 0.95,
- "mpregen": 6.585,
- "mpregenperlevel": 0.35,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 56,
- "attackdamageperlevel": 5,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 1
- }
- },
- "Diana": {
- "version": "6.24.1",
- "id": "Diana",
- "key": "131",
- "name": "Diana",
- "title": "Scorn of the Moon",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Diana.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Diana_0.jpg",
- "blurb": "''I am the light coursing in the soul of the moon.''
Bearing her crescent moonblade, Diana fights as a warrior of the Lunari, a faith all but quashed in the lands around Mount Targon. Clad in shimmering armor the color of winter snow at night, ...",
- "info": {
- "attack": 7,
- "defense": 6,
- "magic": 8,
- "difficulty": 4
- },
- "image": {
- "full": "Diana.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 432,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 589.2,
- "hpperlevel": 90,
- "mp": 297.2,
- "mpperlevel": 40,
- "movespeed": 345,
- "armor": 26.048,
- "armorperlevel": 3.6,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 150,
- "hpregen": 7.425,
- "hpregenperlevel": 0.85,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 53.04,
- "attackdamageperlevel": 3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.25
- }
- },
- "Draven": {
- "version": "6.24.1",
- "id": "Draven",
- "key": "119",
- "name": "Draven",
- "title": "the Glorious Executioner",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Draven.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Draven_0.jpg",
- "blurb": "Unlike his brother Darius, victory in battle was never enough for Draven. He craved recognition, acclaim, and glory. He first sought greatness in the Noxian military, but his flair for the dramatic went severely underappreciated. Thirsting for a ...",
- "info": {
- "attack": 9,
- "defense": 3,
- "magic": 1,
- "difficulty": 8
- },
- "image": {
- "full": "Draven.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 0,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman"
- ],
- "partype": "MP",
- "stats": {
- "hp": 557.76,
- "hpperlevel": 82,
- "mp": 360.56,
- "mpperlevel": 39,
- "movespeed": 330,
- "armor": 25.544,
- "armorperlevel": 3.3,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 6.175,
- "hpregenperlevel": 0.7,
- "mpregen": 8.04,
- "mpregenperlevel": 0.65,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 55.8,
- "attackdamageperlevel": 2.91,
- "attackspeedoffset": -0.08,
- "attackspeedperlevel": 2.7
- }
- },
- "DrMundo": {
- "version": "6.24.1",
- "id": "DrMundo",
- "key": "36",
- "name": "Dr. Mundo",
- "title": "the Madman of Zaun",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/DrMundo.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/DrMundo_0.jpg",
- "blurb": "''Beware the Madman of Zaun. In his eyes, you are already dead''
It is said that the man now known as Dr. Mundo was born without any sort of conscience. Instead, he had an unquenchable desire to inflict pain through experimentation. By the time ...",
- "info": {
- "attack": 5,
- "defense": 7,
- "magic": 6,
- "difficulty": 5
- },
- "image": {
- "full": "DrMundo.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 48,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "None",
- "stats": {
- "hp": 582.52,
- "hpperlevel": 89,
- "mp": 0,
- "mpperlevel": 0,
- "movespeed": 345,
- "armor": 26.88,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 7.76,
- "hpregenperlevel": 0.75,
- "mpregen": 0,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 61.27,
- "attackdamageperlevel": 3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.8
- }
- },
- "Ekko": {
- "version": "6.24.1",
- "id": "Ekko",
- "key": "245",
- "name": "Ekko",
- "title": "the Boy Who Shattered Time",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Ekko.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ekko_0.jpg",
- "blurb": "A prodigy from the rough streets of Zaun, Ekko manipulates time to spin any situation to his advantage. Using his own invention, the Zero-Drive, he explores the branching possibilities of reality. As well as experimenting with multi-dimensional ...",
- "info": {
- "attack": 5,
- "defense": 3,
- "magic": 7,
- "difficulty": 8
- },
- "image": {
- "full": "Ekko.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 96,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Assassin",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 580,
- "hpperlevel": 80,
- "mp": 280,
- "mpperlevel": 50,
- "movespeed": 340,
- "armor": 27,
- "armorperlevel": 3,
- "spellblock": 32,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 9,
- "hpregenperlevel": 0.9,
- "mpregen": 7,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 55,
- "attackdamageperlevel": 3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 3.3
- }
- },
- "Elise": {
- "version": "6.24.1",
- "id": "Elise",
- "key": "60",
- "name": "Elise",
- "title": "the Spider Queen",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Elise.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Elise_0.jpg",
- "blurb": "''Beauty is power too, and can strike swifter than any sword.''
Elise is a deadly predator who dwells in a shuttered, lightless palace, deep in the Immortal Bastion of Noxus. Once she was mortal, the mistress of a once-powerful house, but the ...",
- "info": {
- "attack": 6,
- "defense": 5,
- "magic": 7,
- "difficulty": 9
- },
- "image": {
- "full": "Elise.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 144,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 529.4,
- "hpperlevel": 80,
- "mp": 324,
- "mpperlevel": 50,
- "movespeed": 325,
- "armor": 22.128,
- "armorperlevel": 3.35,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 5.705,
- "hpregenperlevel": 0.6,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 50.54,
- "attackdamageperlevel": 3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 1.75
- }
- },
- "Evelynn": {
- "version": "6.24.1",
- "id": "Evelynn",
- "key": "28",
- "name": "Evelynn",
- "title": "the Widowmaker",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Evelynn.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Evelynn_0.jpg",
- "blurb": "Swift and lethal, Evelynn is one of the most deadly - and expensive - assassins in all of Runeterra. Able to merge with the shadows at will, she patiently stalks her prey, waiting for the right moment to strike. While Evelynn is clearly not entirely ...",
- "info": {
- "attack": 4,
- "defense": 2,
- "magic": 7,
- "difficulty": 10
- },
- "image": {
- "full": "Evelynn.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 192,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Assassin",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 531.2,
- "hpperlevel": 90,
- "mp": 315.6,
- "mpperlevel": 42,
- "movespeed": 340,
- "armor": 26.5,
- "armorperlevel": 3.8,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 9.82,
- "hpregenperlevel": 0.55,
- "mpregen": 8.105,
- "mpregenperlevel": 0.6,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 53.88,
- "attackdamageperlevel": 3.5,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 3.6
- }
- },
- "Ezreal": {
- "version": "6.24.1",
- "id": "Ezreal",
- "key": "81",
- "name": "Ezreal",
- "title": "the Prodigal Explorer",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Ezreal.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ezreal_0.jpg",
- "blurb": "The intrepid young adventurer Ezreal has explored some of the most remote and abandoned locations on Runeterra. During an expedition to the buried ruins of ancient Shurima, he recovered an amulet of incredible mystical power. Likely constructed to be ...",
- "info": {
- "attack": 7,
- "defense": 2,
- "magic": 6,
- "difficulty": 7
- },
- "image": {
- "full": "Ezreal.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 240,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 484.4,
- "hpperlevel": 80,
- "mp": 360.6,
- "mpperlevel": 42,
- "movespeed": 325,
- "armor": 21.88,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 6.42,
- "hpregenperlevel": 0.55,
- "mpregen": 8.09,
- "mpregenperlevel": 0.65,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 55.66,
- "attackdamageperlevel": 2.41,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.8
- }
- },
- "FiddleSticks": {
- "version": "6.24.1",
- "id": "FiddleSticks",
- "key": "9",
- "name": "Fiddlesticks",
- "title": "the Harbinger of Doom",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/FiddleSticks.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Fiddlesticks_0.jpg",
- "blurb": "For nearly twenty years, Fiddlesticks has stood alone in the easternmost summoning chamber of the Institute of War. Only the burning emerald light of his unearthly gaze pierces the musty darkness of his dust-covered home. It is here that the Harbinger ...",
- "info": {
- "attack": 2,
- "defense": 3,
- "magic": 9,
- "difficulty": 9
- },
- "image": {
- "full": "FiddleSticks.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 288,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Support"
- ],
- "partype": "MP",
- "stats": {
- "hp": 524.4,
- "hpperlevel": 80,
- "mp": 400.12,
- "mpperlevel": 56,
- "movespeed": 335,
- "armor": 20.88,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 480,
- "hpregen": 5.605,
- "hpregenperlevel": 0.6,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 48.36,
- "attackdamageperlevel": 2.625,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.11
- }
- },
- "Fiora": {
- "version": "6.24.1",
- "id": "Fiora",
- "key": "114",
- "name": "Fiora",
- "title": "the Grand Duelist",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Fiora.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Fiora_0.jpg",
- "blurb": "''I have come to kill you for the sake of honor. And though you possess none, still you die.''
The most feared duelist in all Valoran, Fiora is as renowned for her brusque manner and cunning mind as she is for the speed of her bluesteel rapier. ...",
- "info": {
- "attack": 10,
- "defense": 4,
- "magic": 2,
- "difficulty": 3
- },
- "image": {
- "full": "Fiora.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 336,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Assassin"
- ],
- "partype": "MP",
- "stats": {
- "hp": 550,
- "hpperlevel": 85,
- "mp": 300,
- "mpperlevel": 40,
- "movespeed": 345,
- "armor": 24,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 150,
- "hpregen": 8.25,
- "hpregenperlevel": 0.55,
- "mpregen": 8,
- "mpregenperlevel": 0.7,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 60,
- "attackdamageperlevel": 3.3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 3.2
- }
- },
- "Fizz": {
- "version": "6.24.1",
- "id": "Fizz",
- "key": "105",
- "name": "Fizz",
- "title": "the Tidal Trickster",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Fizz.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Fizz_0.jpg",
- "blurb": "Centuries ago, an ancient water-dwelling race built a hidden city beneath a mountain in the sea. Though these creatures had their enemies, the city was an impenetrable fortress, and, in the safety it provided, they grew complacent. Fizz, however, ...",
- "info": {
- "attack": 6,
- "defense": 4,
- "magic": 7,
- "difficulty": 6
- },
- "image": {
- "full": "Fizz.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 384,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Assassin",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 558.48,
- "hpperlevel": 86,
- "mp": 317.2,
- "mpperlevel": 37,
- "movespeed": 335,
- "armor": 22.412,
- "armorperlevel": 3.4,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 175,
- "hpregen": 8.175,
- "hpregenperlevel": 0.7,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 58.04,
- "attackdamageperlevel": 3,
- "attackspeedoffset": -0.05,
- "attackspeedperlevel": 3.1
- }
- },
- "Galio": {
- "version": "6.24.1",
- "id": "Galio",
- "key": "3",
- "name": "Galio",
- "title": "the Sentinel's Sorrow",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Galio.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Galio_0.jpg",
- "blurb": "''There is no such thing as redemption. Only penance.''
Long before the regulation of magic, mages experimented with the creation of artificial life. Now forbidden, instilling golems with reason was once not so uncommon a practice amongst the ...",
- "info": {
- "attack": 3,
- "defense": 7,
- "magic": 6,
- "difficulty": 3
- },
- "image": {
- "full": "Galio.png",
- "sprite": "champion0.png",
- "group": "champion",
- "x": 432,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Tank",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 577.8,
- "hpperlevel": 85,
- "mp": 369,
- "mpperlevel": 47,
- "movespeed": 335,
- "armor": 26.88,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.71,
- "hpregenperlevel": 0.75,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 61.97,
- "attackdamageperlevel": 3.375,
- "attackspeedoffset": -0.02,
- "attackspeedperlevel": 1.2
- }
- },
- "Gangplank": {
- "version": "6.24.1",
- "id": "Gangplank",
- "key": "41",
- "name": "Gangplank",
- "title": "the Saltwater Scourge",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Gangplank.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Gangplank_0.jpg",
- "blurb": "''I was cutting throats and sinking Noxian war galleys when you were still pissing your britches, boy. You don't want to take me on.''
As unpredictable as he is brutal, the dethroned reaver king known as Gangplank is feared far and wide. Where ...",
- "info": {
- "attack": 7,
- "defense": 6,
- "magic": 4,
- "difficulty": 9
- },
- "image": {
- "full": "Gangplank.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 540,
- "hpperlevel": 82,
- "mp": 282,
- "mpperlevel": 40,
- "movespeed": 345,
- "armor": 26,
- "armorperlevel": 3,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 6,
- "hpregenperlevel": 0.6,
- "mpregen": 7.5,
- "mpregenperlevel": 0.7,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 56,
- "attackdamageperlevel": 3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 3.2
- }
- },
- "Garen": {
- "version": "6.24.1",
- "id": "Garen",
- "key": "86",
- "name": "Garen",
- "title": "The Might of Demacia",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Garen.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Garen_0.jpg",
- "blurb": "Throughout Valoran, the resolve of Demacia's military is alternately celebrated or despised, but always respected. Their ''zero tolerance'' moral code is strictly upheld by civilians and soldiers alike. In combat, this means Demacian troops may not ...",
- "info": {
- "attack": 7,
- "defense": 7,
- "magic": 1,
- "difficulty": 5
- },
- "image": {
- "full": "Garen.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 48,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "None",
- "stats": {
- "hp": 616.28,
- "hpperlevel": 84.25,
- "mp": 0,
- "mpperlevel": 0,
- "movespeed": 340,
- "armor": 27.536,
- "armorperlevel": 3,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 175,
- "hpregen": 7.84,
- "hpregenperlevel": 0.5,
- "mpregen": 0,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 57.88,
- "attackdamageperlevel": 4.5,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.9
- }
- },
- "Gnar": {
- "version": "6.24.1",
- "id": "Gnar",
- "key": "150",
- "name": "Gnar",
- "title": "the Missing Link",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Gnar.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Gnar_0.jpg",
- "blurb": "The jungle does not forgive blindness. Every broken branch tells a story.
I've hunted every creature this jungle has to offer. I was certain there were no challenges left here, but now there is something new. Each track is the size of a ...",
- "info": {
- "attack": 6,
- "defense": 5,
- "magic": 5,
- "difficulty": 8
- },
- "image": {
- "full": "Gnar.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 96,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "Gnarfury",
- "stats": {
- "hp": 540,
- "hpperlevel": 65,
- "mp": 100,
- "mpperlevel": 0,
- "movespeed": 325,
- "armor": 23,
- "armorperlevel": 2.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 175,
- "hpregen": 2.5,
- "hpregenperlevel": 0.5,
- "mpregen": 0,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 51,
- "attackdamageperlevel": 3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 6
- }
- },
- "Gragas": {
- "version": "6.24.1",
- "id": "Gragas",
- "key": "79",
- "name": "Gragas",
- "title": "the Rabble Rouser",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Gragas.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Gragas_0.jpg",
- "blurb": "The only thing more important to Gragas than fighting is drinking. His unquenchable thirst for stronger ale has led him in search of the most potent and unconventional ingredients to toss in his still. Impulsive and unpredictable, this rowdy carouser ...",
- "info": {
- "attack": 4,
- "defense": 7,
- "magic": 6,
- "difficulty": 5
- },
- "image": {
- "full": "Gragas.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 144,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 583.52,
- "hpperlevel": 89,
- "mp": 400,
- "mpperlevel": 47,
- "movespeed": 330,
- "armor": 26.048,
- "armorperlevel": 3.6,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 5.5,
- "hpregenperlevel": 0.5,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 61.38,
- "attackdamageperlevel": 3.5,
- "attackspeedoffset": -0.04,
- "attackspeedperlevel": 2.05
- }
- },
- "Graves": {
- "version": "6.24.1",
- "id": "Graves",
- "key": "104",
- "name": "Graves",
- "title": "the Outlaw",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Graves.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Graves_0.jpg",
- "blurb": "Malcolm Graves is a wanted man in every realm, city and empire he has visited. Tough, strong-willed, and above all, relentless, through his life of crime he has amassed (then invariably lost) a small fortune.",
- "info": {
- "attack": 8,
- "defense": 5,
- "magic": 3,
- "difficulty": 3
- },
- "image": {
- "full": "Graves.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 192,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman"
- ],
- "partype": "MP",
- "stats": {
- "hp": 551.12,
- "hpperlevel": 84,
- "mp": 322.2,
- "mpperlevel": 40,
- "movespeed": 340,
- "armor": 24.376,
- "armorperlevel": 3.4,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 425,
- "hpregen": 6.675,
- "hpregenperlevel": 0.7,
- "mpregen": 7.9,
- "mpregenperlevel": 0.7,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 60.83,
- "attackdamageperlevel": 2.41,
- "attackspeedoffset": 0.3,
- "attackspeedperlevel": 2.6
- }
- },
- "Hecarim": {
- "version": "6.24.1",
- "id": "Hecarim",
- "key": "120",
- "name": "Hecarim",
- "title": "the Shadow of War",
- "champkey": "Hecarim",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Hecarim.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Hecarim_0.jpg",
- "blurb": "''Break their ranks and ride them down without mercy. Crush the living and feast on their terror.''
Hecarim is an armored colossus who charges from the Shadow Isles at the head of a deathly host of spectral horsemen to hunt the living. A ...",
- "info": {
- "attack": 8,
- "defense": 6,
- "magic": 4,
- "difficulty": 6
- },
- "image": {
- "full": "Hecarim.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 240,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "MP",
- "stats": {
- "hp": 580,
- "hpperlevel": 90,
- "mp": 277.2,
- "mpperlevel": 40,
- "movespeed": 345,
- "armor": 26.72,
- "armorperlevel": 4,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 175,
- "hpregen": 7,
- "hpregenperlevel": 0.75,
- "mpregen": 6.5,
- "mpregenperlevel": 0.6,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 58,
- "attackdamageperlevel": 3.2,
- "attackspeedoffset": -0.0672,
- "attackspeedperlevel": 2.5
- }
- },
- "Heimerdinger": {
- "version": "6.24.1",
- "id": "Heimerdinger",
- "key": "74",
- "name": "Heimerdinger",
- "title": "the Revered Inventor",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Heimerdinger.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Heimerdinger_0.jpg",
- "blurb": "From the Journal of Professor Cecil B. Heimerdinger
10.14
09:15
Current meteorological conditions in Bandle City seem optimal. Atmospheric pressure is ideal for today's experiments!
Running a fifth trial for my ...",
- "info": {
- "attack": 2,
- "defense": 6,
- "magic": 8,
- "difficulty": 8
- },
- "image": {
- "full": "Heimerdinger.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 288,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Support"
- ],
- "partype": "MP",
- "stats": {
- "hp": 476,
- "hpperlevel": 75,
- "mp": 307.2,
- "mpperlevel": 40,
- "movespeed": 340,
- "armor": 19.04,
- "armorperlevel": 3,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 11.005,
- "hpregenperlevel": 1.75,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 55.536,
- "attackdamageperlevel": 2.7,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 1.36
- }
- },
- "Illaoi": {
- "version": "6.24.1",
- "id": "Illaoi",
- "key": "420",
- "name": "Illaoi",
- "title": "the Kraken Priestess",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Illaoi.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Illaoi_0.jpg",
- "blurb": "''I'm not big on sermons. Broken bones teach better lessons.''
Illaoi's powerful physique is dwarfed only by her indomitable faith. As the prophet of the Great Kraken, she uses a huge, golden idol to rip her foes' spirits from their bodies and ...",
- "info": {
- "attack": 8,
- "defense": 6,
- "magic": 3,
- "difficulty": 4
- },
- "image": {
- "full": "Illaoi.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 336,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "MP",
- "stats": {
- "hp": 585.6,
- "hpperlevel": 95,
- "mp": 300,
- "mpperlevel": 40,
- "movespeed": 340,
- "armor": 26,
- "armorperlevel": 3.8,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 9.5,
- "hpregenperlevel": 0.8,
- "mpregen": 7.5,
- "mpregenperlevel": 0.75,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 60,
- "attackdamageperlevel": 5,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.5
- }
- },
- "Irelia": {
- "version": "6.24.1",
- "id": "Irelia",
- "key": "39",
- "name": "Irelia",
- "title": "the Will of the Blades",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Irelia.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Irelia_0.jpg",
- "blurb": "''The sword flourishes, as though painting with blood.''
The Ionians have developed some of the most breathtaking and deadly martial arts in all of Runeterra - just one manifestation of their pursuit of enlightenment. The most remarkable blade ...",
- "info": {
- "attack": 7,
- "defense": 4,
- "magic": 5,
- "difficulty": 5
- },
- "image": {
- "full": "Irelia.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 384,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Assassin"
- ],
- "partype": "MP",
- "stats": {
- "hp": 607.2,
- "hpperlevel": 90,
- "mp": 338.8,
- "mpperlevel": 32,
- "movespeed": 345,
- "armor": 25.3,
- "armorperlevel": 3.75,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.59,
- "hpregenperlevel": 0.65,
- "mpregen": 8.1,
- "mpregenperlevel": 0.65,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 61.544,
- "attackdamageperlevel": 3.3,
- "attackspeedoffset": -0.06,
- "attackspeedperlevel": 3.2
- }
- },
- "Ivern": {
- "version": "6.24.1",
- "id": "Ivern",
- "key": "427",
- "name": "Ivern",
- "title": "the Green Father",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Ivern.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ivern_0.jpg",
- "blurb": "Ivern Bramblefoot, known to many as the Green Father, is a peculiar half man, half tree who roams Runeterra's forests, cultivating life everywhere he goes. He knows the secrets of the natural world, and holds deep friendships with all things that grow,...",
- "info": {
- "attack": 3,
- "defense": 5,
- "magic": 7,
- "difficulty": 7
- },
- "image": {
- "full": "Ivern.png",
- "sprite": "champion4.png",
- "group": "champion",
- "x": 96,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Support",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 580,
- "hpperlevel": 90,
- "mp": 450,
- "mpperlevel": 60,
- "movespeed": 330,
- "armor": 22,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 6.9,
- "hpregenperlevel": 0.85,
- "mpregen": 6,
- "mpregenperlevel": 0.75,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 50,
- "attackdamageperlevel": 3,
- "attackspeedoffset": -0.03,
- "attackspeedperlevel": 3.4
- }
- },
- "Janna": {
- "version": "6.24.1",
- "id": "Janna",
- "key": "40",
- "name": "Janna",
- "title": "the Storm's Fury",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Janna.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Janna_0.jpg",
- "blurb": "There are those sorcerers who give themselves over to the primal powers of nature, forgoing the learned practice of magic. Such a sorceress is Janna, who first learned magic as an orphan growing up amidst the chaos that is the city-state of Zaun. ...",
- "info": {
- "attack": 3,
- "defense": 5,
- "magic": 7,
- "difficulty": 7
- },
- "image": {
- "full": "Janna.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 432,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Support",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 487.04,
- "hpperlevel": 78,
- "mp": 409.52,
- "mpperlevel": 64,
- "movespeed": 335,
- "armor": 19.384,
- "armorperlevel": 3.8,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 475,
- "hpregen": 5.42,
- "hpregenperlevel": 0.55,
- "mpregen": 11.5,
- "mpregenperlevel": 0.4,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 51.956,
- "attackdamageperlevel": 2.95,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.61
- }
- },
- "JarvanIV": {
- "version": "6.24.1",
- "id": "JarvanIV",
- "key": "59",
- "name": "Jarvan IV",
- "title": "the Exemplar of Demacia",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/JarvanIV.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/JarvanIV_0.jpg",
- "blurb": "''There is only one truth, and you will find it at the point of my lance.''
As the royal family of Demacia for centuries, members of the Lightshield line have spent their lives waging war against any who opposed Demacian ethics. It is said that ...",
- "info": {
- "attack": 6,
- "defense": 8,
- "magic": 3,
- "difficulty": 5
- },
- "image": {
- "full": "JarvanIV.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 0,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Tank",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 571.2,
- "hpperlevel": 90,
- "mp": 302.2,
- "mpperlevel": 40,
- "movespeed": 340,
- "armor": 29,
- "armorperlevel": 3.6,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 175,
- "hpregen": 8.175,
- "hpregenperlevel": 0.7,
- "mpregen": 6.755,
- "mpregenperlevel": 0.45,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 55.712,
- "attackdamageperlevel": 3.4,
- "attackspeedoffset": -0.05,
- "attackspeedperlevel": 2.5
- }
- },
- "Jax": {
- "version": "6.24.1",
- "id": "Jax",
- "key": "24",
- "name": "Jax",
- "title": "Grandmaster at Arms",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Jax.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Jax_0.jpg",
- "blurb": "It is seldom the case where a champion is defined by his actions after joining the League of Legends rather than before. Such is the case with Jax, for whom the argument could be made that he is the most prolific tournament fighter currently at the ...",
- "info": {
- "attack": 7,
- "defense": 5,
- "magic": 7,
- "difficulty": 5
- },
- "image": {
- "full": "Jax.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 48,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Assassin"
- ],
- "partype": "MP",
- "stats": {
- "hp": 592.8,
- "hpperlevel": 85,
- "mp": 338.8,
- "mpperlevel": 32,
- "movespeed": 350,
- "armor": 27.04,
- "armorperlevel": 3,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.37,
- "hpregenperlevel": 0.55,
- "mpregen": 7.575,
- "mpregenperlevel": 0.7,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 61.97,
- "attackdamageperlevel": 3.375,
- "attackspeedoffset": -0.02,
- "attackspeedperlevel": 3.4
- }
- },
- "Jayce": {
- "version": "6.24.1",
- "id": "Jayce",
- "key": "126",
- "name": "Jayce",
- "title": "the Defender of Tomorrow",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Jayce.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Jayce_0.jpg",
- "blurb": "Armed with wit, charm, and his signature transforming hammer, Jayce lives to protect his native Piltover. Long before his nation called him a hero, however, he was a promising young inventor. When Piltover commissioned him to study a rare arcane ...",
- "info": {
- "attack": 8,
- "defense": 4,
- "magic": 3,
- "difficulty": 7
- },
- "image": {
- "full": "Jayce.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 96,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Marksman"
- ],
- "partype": "MP",
- "stats": {
- "hp": 571.2,
- "hpperlevel": 90,
- "mp": 357.2,
- "mpperlevel": 37,
- "movespeed": 335,
- "armor": 22.38,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 125,
- "hpregen": 7.34,
- "hpregenperlevel": 0.8,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 50.38,
- "attackdamageperlevel": 3.5,
- "attackspeedoffset": -0.05,
- "attackspeedperlevel": 3
- }
- },
- "Jhin": {
- "version": "6.24.1",
- "id": "Jhin",
- "key": "202",
- "name": "Jhin",
- "title": "the Virtuoso",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Jhin.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Jhin_0.jpg",
- "blurb": "''Art requires a certain...cruelty.''
Jhin is a meticulous criminal psychopath who believes murder is art. Once an Ionian prisoner, but freed by shadowy elements within Ionia's ruling council, the serial killer now works as their cabal's ...",
- "info": {
- "attack": 10,
- "defense": 2,
- "magic": 6,
- "difficulty": 6
- },
- "image": {
- "full": "Jhin.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 144,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman",
- "Assassin"
- ],
- "partype": "MP",
- "stats": {
- "hp": 540,
- "hpperlevel": 85,
- "mp": 300,
- "mpperlevel": 50,
- "movespeed": 330,
- "armor": 20,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 6,
- "hpregenperlevel": 0.55,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 53,
- "attackdamageperlevel": 4,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 0
- }
- },
- "Jinx": {
- "version": "6.24.1",
- "id": "Jinx",
- "key": "222",
- "name": "Jinx",
- "title": "the Loose Cannon",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Jinx.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Jinx_0.jpg",
- "blurb": "Jinx lives to wreak havoc without a thought for the consequences, leaving a trail of mayhem and panic in her wake. A manic and impulsive criminal, she despises nothing more than boredom, and gleefully brings her own volatile brand of pandemonium to ...",
- "info": {
- "attack": 9,
- "defense": 2,
- "magic": 4,
- "difficulty": 6
- },
- "image": {
- "full": "Jinx.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 192,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman"
- ],
- "partype": "MP",
- "stats": {
- "hp": 517.76,
- "hpperlevel": 82,
- "mp": 245.6,
- "mpperlevel": 45,
- "movespeed": 325,
- "armor": 22.88,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 525,
- "hpregen": 5.84,
- "hpregenperlevel": 0.5,
- "mpregen": 6.68,
- "mpregenperlevel": 1,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 58.46,
- "attackdamageperlevel": 2.41,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 1
- }
- },
- "Kalista": {
- "version": "6.24.1",
- "id": "Kalista",
- "key": "429",
- "name": "Kalista",
- "title": "the Spear of Vengeance",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Kalista.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Kalista_0.jpg",
- "blurb": "''When wronged, we seek justice. When hurt, we strike back. When betrayed, the Spear of Vengeance strikes!''
A specter of wrath and retribution, Kalista is the undying spirit of vengeance, an armored nightmare summoned from the Shadow Isles to ...",
- "info": {
- "attack": 8,
- "defense": 2,
- "magic": 4,
- "difficulty": 7
- },
- "image": {
- "full": "Kalista.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 240,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman"
- ],
- "partype": "MP",
- "stats": {
- "hp": 517.76,
- "hpperlevel": 83,
- "mp": 231.8,
- "mpperlevel": 35,
- "movespeed": 325,
- "armor": 19.012,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 6,
- "hpregenperlevel": 0.55,
- "mpregen": 6.3,
- "mpregenperlevel": 0.4,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 63,
- "attackdamageperlevel": 2.9,
- "attackspeedoffset": -0.03,
- "attackspeedperlevel": 2.5
- }
- },
- "Karma": {
- "version": "6.24.1",
- "id": "Karma",
- "key": "43",
- "name": "Karma",
- "title": "the Enlightened One",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Karma.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Karma_0.jpg",
- "blurb": "Karma is a woman of indomitable will and unbound spiritual power. She is the soul of Ionia made manifest and an inspiring presence on the battlefield, shielding her allies and turning back her foes. A strong leader torn between tradition and ...",
- "info": {
- "attack": 1,
- "defense": 7,
- "magic": 8,
- "difficulty": 5
- },
- "image": {
- "full": "Karma.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 288,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Support"
- ],
- "partype": "MP",
- "stats": {
- "hp": 522.44,
- "hpperlevel": 83,
- "mp": 374,
- "mpperlevel": 50,
- "movespeed": 335,
- "armor": 20.384,
- "armorperlevel": 3.8,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 525,
- "hpregen": 5.62,
- "hpregenperlevel": 0.55,
- "mpregen": 8.5,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 53.544,
- "attackdamageperlevel": 3.3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.3
- }
- },
- "Karthus": {
- "version": "6.24.1",
- "id": "Karthus",
- "key": "30",
- "name": "Karthus",
- "title": "the Deathsinger",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Karthus.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Karthus_0.jpg",
- "blurb": "''Death is not the end of the journey, it is just the beginning...''
The harbinger of oblivion, Karthus is an undying spirit whose haunting songs are a prelude to the horror of his nightmarish appearance. The living fear the eternity of undeath,...",
- "info": {
- "attack": 2,
- "defense": 2,
- "magic": 10,
- "difficulty": 7
- },
- "image": {
- "full": "Karthus.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 336,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 516,
- "hpperlevel": 75,
- "mp": 372.48,
- "mpperlevel": 61,
- "movespeed": 335,
- "armor": 20.88,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 450,
- "hpregen": 6.42,
- "hpregenperlevel": 0.55,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 45.66,
- "attackdamageperlevel": 3.25,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.11
- }
- },
- "Kassadin": {
- "version": "6.24.1",
- "id": "Kassadin",
- "key": "38",
- "name": "Kassadin",
- "title": "the Void Walker",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Kassadin.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Kassadin_0.jpg",
- "blurb": "There is a place between dimensions and between worlds. To some it is known as the Outside, to others it is the Unknown. To most, however, it is called the Void. Despite its name, the Void is not an empty place, but rather the home of unspeakable ...",
- "info": {
- "attack": 3,
- "defense": 5,
- "magic": 8,
- "difficulty": 8
- },
- "image": {
- "full": "Kassadin.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 384,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Assassin",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 564.04,
- "hpperlevel": 78,
- "mp": 397.6,
- "mpperlevel": 67,
- "movespeed": 340,
- "armor": 23.376,
- "armorperlevel": 3.2,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 150,
- "hpregen": 7.79,
- "hpregenperlevel": 0.5,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 58.852,
- "attackdamageperlevel": 3.9,
- "attackspeedoffset": -0.023,
- "attackspeedperlevel": 3.7
- }
- },
- "Katarina": {
- "version": "6.24.1",
- "id": "Katarina",
- "key": "55",
- "name": "Katarina",
- "title": "the Sinister Blade",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Katarina.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Katarina_0.jpg",
- "blurb": "Driven by an intense killer instinct, Katarina uses her talents as an assassin for the glory of Noxus, and the continued elevation of her family. While her fervor drives her to ever-greater feats, it can sometimes lead her astray.
From ...",
- "info": {
- "attack": 4,
- "defense": 3,
- "magic": 9,
- "difficulty": 8
- },
- "image": {
- "full": "Katarina.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 432,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Assassin",
- "Mage"
- ],
- "partype": "None",
- "stats": {
- "hp": 590,
- "hpperlevel": 82,
- "mp": 0,
- "mpperlevel": 0,
- "movespeed": 340,
- "armor": 27.88,
- "armorperlevel": 3.5,
- "spellblock": 34.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 7.5,
- "hpregenperlevel": 0.7,
- "mpregen": 0,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 58,
- "attackdamageperlevel": 3.2,
- "attackspeedoffset": -0.05,
- "attackspeedperlevel": 2.74
- }
- },
- "Kayle": {
- "version": "6.24.1",
- "id": "Kayle",
- "key": "10",
- "name": "Kayle",
- "title": "The Judicator",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Kayle.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Kayle_0.jpg",
- "blurb": "In a world far away where an ancient war still rages, Kayle was a great hero - the strongest of an immortal race committed to destroying evil wherever it could be found. For ten thousand years, Kayle fought tirelessly for her people, wielding her ...",
- "info": {
- "attack": 6,
- "defense": 6,
- "magic": 7,
- "difficulty": 7
- },
- "image": {
- "full": "Kayle.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 0,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Support"
- ],
- "partype": "MP",
- "stats": {
- "hp": 574.24,
- "hpperlevel": 93,
- "mp": 322.2,
- "mpperlevel": 40,
- "movespeed": 335,
- "armor": 26.88,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 125,
- "hpregen": 8.26,
- "hpregenperlevel": 0.75,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 51,
- "attackdamageperlevel": 2.8,
- "attackspeedoffset": -0.02,
- "attackspeedperlevel": 2.2
- }
- },
- "Kennen": {
- "version": "6.24.1",
- "id": "Kennen",
- "key": "85",
- "name": "Kennen",
- "title": "the Heart of the Tempest",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Kennen.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Kennen_0.jpg",
- "blurb": "There exists an ancient order originating in the Ionian Isles dedicated to the preservation of balance. Order, chaos, light, darkness -- all things must exist in perfect harmony for such is the way of the universe. This order is known as the Kinkou ...",
- "info": {
- "attack": 6,
- "defense": 4,
- "magic": 7,
- "difficulty": 4
- },
- "image": {
- "full": "Kennen.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 48,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Marksman"
- ],
- "partype": "Energy",
- "stats": {
- "hp": 535.72,
- "hpperlevel": 79,
- "mp": 200,
- "mpperlevel": 0,
- "movespeed": 335,
- "armor": 24.3,
- "armorperlevel": 3.75,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 5.59,
- "hpregenperlevel": 0.65,
- "mpregen": 50,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 50.544,
- "attackdamageperlevel": 3.3,
- "attackspeedoffset": -0.0947,
- "attackspeedperlevel": 3.4
- }
- },
- "Khazix": {
- "version": "6.24.1",
- "id": "Khazix",
- "key": "121",
- "name": "Kha'Zix",
- "title": "the Voidreaver",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Khazix.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Khazix_0.jpg",
- "blurb": "A vicious Void predator, Kha'Zix infiltrated Valoran to devour the land's most promising creatures. With each kill he absorbs his prey's strength, evolving to grow more powerful. Kha'Zix hungers most to conquer and consume Rengar, the one beast he ...",
- "info": {
- "attack": 9,
- "defense": 4,
- "magic": 3,
- "difficulty": 6
- },
- "image": {
- "full": "Khazix.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 96,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Assassin",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 572.8,
- "hpperlevel": 85,
- "mp": 327.2,
- "mpperlevel": 40,
- "movespeed": 350,
- "armor": 27,
- "armorperlevel": 3,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 7.51,
- "hpregenperlevel": 0.75,
- "mpregen": 7.59,
- "mpregenperlevel": 0.5,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 55.21,
- "attackdamageperlevel": 3.1,
- "attackspeedoffset": -0.065,
- "attackspeedperlevel": 2.7
- }
- },
- "Kindred": {
- "version": "6.24.1",
- "id": "Kindred",
- "key": "203",
- "name": "Kindred",
- "title": "The Eternal Hunters",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Kindred.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Kindred_0.jpg",
- "blurb": "''Tell me again, little Lamb, which things are ours to take?''
''All things, Dear Wolf.''
Separate, but never parted, Kindred represents the twin essences of death. Lamb's arrow offers a swift release for those who accept their fate. Wolf hunts ...",
- "info": {
- "attack": 8,
- "defense": 2,
- "magic": 2,
- "difficulty": 4
- },
- "image": {
- "full": "Kindred.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 144,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman"
- ],
- "partype": "MP",
- "stats": {
- "hp": 540,
- "hpperlevel": 85,
- "mp": 300,
- "mpperlevel": 35,
- "movespeed": 325,
- "armor": 20,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 500,
- "hpregen": 7,
- "hpregenperlevel": 0.55,
- "mpregen": 6.97,
- "mpregenperlevel": 0.4,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 54,
- "attackdamageperlevel": 1.7,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.5
- }
- },
- "Kled": {
- "version": "6.24.1",
- "id": "Kled",
- "key": "240",
- "name": "Kled",
- "title": "the Cantankerous Cavalier",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Kled.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Kled_0.jpg",
- "blurb": "''A sane man would run . . . but I ain't the runnin' kind!''
A warrior as fearless as he is ornery, Kled is a popular folk hero in Noxus. Embodying the furious bravado of his nation, he is an icon beloved by the empire's soldiers, distrusted by ...",
- "info": {
- "attack": 8,
- "defense": 2,
- "magic": 2,
- "difficulty": 7
- },
- "image": {
- "full": "Kled.png",
- "sprite": "champion4.png",
- "group": "champion",
- "x": 48,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "Gnarfury",
- "stats": {
- "hp": 340,
- "hpperlevel": 70,
- "mp": 100,
- "mpperlevel": 0,
- "movespeed": 345,
- "armor": 26,
- "armorperlevel": 4,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 6,
- "hpregenperlevel": 0.75,
- "mpregen": 0,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 55,
- "attackdamageperlevel": 3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 3.5
- }
- },
- "KogMaw": {
- "version": "6.24.1",
- "id": "KogMaw",
- "key": "96",
- "name": "Kog'Maw",
- "title": "the Mouth of the Abyss",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/KogMaw.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/KogMaw_0.jpg",
- "blurb": "''If that's just hungry, I don't want to see angry.''
When the prophet Malzahar was reborn in Icathia, he was led there by an ominous voice which thereafter anchored itself to his psyche. From within, this voice bestowed upon him terrible ...",
- "info": {
- "attack": 8,
- "defense": 2,
- "magic": 5,
- "difficulty": 6
- },
- "image": {
- "full": "KogMaw.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 192,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 517.76,
- "hpperlevel": 82,
- "mp": 322.2,
- "mpperlevel": 40,
- "movespeed": 325,
- "armor": 19.88,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 500,
- "hpregen": 5.92,
- "hpregenperlevel": 0.55,
- "mpregen": 8.675,
- "mpregenperlevel": 0.7,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 57.46,
- "attackdamageperlevel": 2.41,
- "attackspeedoffset": -0.06,
- "attackspeedperlevel": 2.65
- }
- },
- "Leblanc": {
- "version": "6.24.1",
- "id": "Leblanc",
- "key": "7",
- "name": "LeBlanc",
- "title": "the Deceiver",
- "img:": "https://www.masterypoints.com/assets/img/lol/champion_icons/Leblanc.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Leblanc_0.jpg",
- "blurb": "Every city has its dark side, even one whose reputation is already of a questionable hue. Noxus - though its name is already invoked with a mixture of reverence and revulsion - is no exception to this simple truth. Deep within the winding dungeons ...",
- "info": {
- "attack": 1,
- "defense": 4,
- "magic": 10,
- "difficulty": 9
- },
- "image": {
- "full": "Leblanc.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 240,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Assassin",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 516,
- "hpperlevel": 80,
- "mp": 334,
- "mpperlevel": 50,
- "movespeed": 340,
- "armor": 21.88,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 525,
- "hpregen": 7.4,
- "hpregenperlevel": 0.55,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 54.88,
- "attackdamageperlevel": 3.5,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 1.4
- }
- },
- "LeeSin": {
- "version": "6.24.1",
- "id": "LeeSin",
- "key": "64",
- "name": "Lee Sin",
- "title": "the Blind Monk",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/LeeSin.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/LeeSin_0.jpg",
- "blurb": "As a young teen, Lee Sin was intent on becoming a summoner. His will and dedication were unmatched by any of his peers, and his skill drew the attention of Reginald Ashram, the League's High Councilor at the time. While studying at the Arcanum Majoris,...",
- "info": {
- "attack": 8,
- "defense": 5,
- "magic": 3,
- "difficulty": 6
- },
- "image": {
- "full": "LeeSin.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 288,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Assassin"
- ],
- "partype": "Energy",
- "stats": {
- "hp": 570.8,
- "hpperlevel": 85,
- "mp": 200,
- "mpperlevel": 0,
- "movespeed": 350,
- "armor": 24.216,
- "armorperlevel": 3.7,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 7.425,
- "hpregenperlevel": 0.7,
- "mpregen": 50,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 61.176,
- "attackdamageperlevel": 3.2,
- "attackspeedoffset": -0.04,
- "attackspeedperlevel": 3
- }
- },
- "Leona": {
- "version": "6.24.1",
- "id": "Leona",
- "key": "89",
- "name": "Leona",
- "title": "the Radiant Dawn",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Leona.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Leona_0.jpg",
- "blurb": "''If you would shine like a sun, first you must burn like one.''
Imbued with the fire of the sun, Leona is a warrior templar of the Solari who defends Mount Targon with her Zenith Blade and Shield of Daybreak. Her skin shimmers with starfire ...",
- "info": {
- "attack": 4,
- "defense": 8,
- "magic": 3,
- "difficulty": 4
- },
- "image": {
- "full": "Leona.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 336,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Tank",
- "Support"
- ],
- "partype": "MP",
- "stats": {
- "hp": 576.16,
- "hpperlevel": 87,
- "mp": 302.2,
- "mpperlevel": 40,
- "movespeed": 335,
- "armor": 27.208,
- "armorperlevel": 3.6,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.425,
- "hpregenperlevel": 0.85,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 60.04,
- "attackdamageperlevel": 3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.9
- }
- },
- "Lissandra": {
- "version": "6.24.1",
- "id": "Lissandra",
- "key": "127",
- "name": "Lissandra",
- "title": "the Ice Witch",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Lissandra.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Lissandra_0.jpg",
- "blurb": "Lissandra's magic twists the pure power of ice into something dark and terrible. With the force of her black ice, she does more than freeze - she impales and crushes those who oppose her. To the terrified denizens of the north, she is known only as ...",
- "info": {
- "attack": 2,
- "defense": 5,
- "magic": 8,
- "difficulty": 6
- },
- "image": {
- "full": "Lissandra.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 384,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 506.12,
- "hpperlevel": 75,
- "mp": 304,
- "mpperlevel": 50,
- "movespeed": 325,
- "armor": 20.216,
- "armorperlevel": 3.7,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 6.92,
- "hpregenperlevel": 0.55,
- "mpregen": 5.67,
- "mpregenperlevel": 0.4,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 50.536,
- "attackdamageperlevel": 2.7,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 1.36
- }
- },
- "Lucian": {
- "version": "6.24.1",
- "id": "Lucian",
- "key": "236",
- "name": "Lucian",
- "title": "the Purifier",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Lucian.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Lucian_0.jpg",
- "blurb": "Lucian wields relic weapons imbued with ancient power and stands a stalwart guardian against the undead. His cold conviction never wavers, even in the face of the maddening horrors he destroys beneath his hail of purifying fire. Lucian walks alone on ...",
- "info": {
- "attack": 8,
- "defense": 5,
- "magic": 3,
- "difficulty": 6
- },
- "image": {
- "full": "Lucian.png",
- "sprite": "champion1.png",
- "group": "champion",
- "x": 432,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman"
- ],
- "partype": "MP",
- "stats": {
- "hp": 554.4,
- "hpperlevel": 80,
- "mp": 348.88,
- "mpperlevel": 38,
- "movespeed": 335,
- "armor": 24.04,
- "armorperlevel": 3,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 500,
- "hpregen": 6.19,
- "hpregenperlevel": 0.65,
- "mpregen": 8.175,
- "mpregenperlevel": 0.7,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 57.46,
- "attackdamageperlevel": 2.41,
- "attackspeedoffset": -0.02,
- "attackspeedperlevel": 3.3
- }
- },
- "Lulu": {
- "version": "6.24.1",
- "id": "Lulu",
- "key": "117",
- "name": "Lulu",
- "title": "the Fae Sorceress",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Lulu.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Lulu_0.jpg",
- "blurb": "Perhaps more than any other champion in the League, Lulu marches to the beat of her own drum. During her youth in Bandle City, she spent most of her time wandering alone in the forest or lost in a daydream. It wasn't that she was antisocial; the ...",
- "info": {
- "attack": 4,
- "defense": 5,
- "magic": 7,
- "difficulty": 5
- },
- "image": {
- "full": "Lulu.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Support",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 552.76,
- "hpperlevel": 74,
- "mp": 350,
- "mpperlevel": 55,
- "movespeed": 330,
- "armor": 19.216,
- "armorperlevel": 3.7,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 6.005,
- "hpregenperlevel": 0.6,
- "mpregen": 11,
- "mpregenperlevel": 0.6,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 46.368,
- "attackdamageperlevel": 2.6,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.25
- }
- },
- "Lux": {
- "version": "6.24.1",
- "id": "Lux",
- "key": "99",
- "name": "Lux",
- "title": "the Lady of Luminosity",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Lux.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Lux_0.jpg",
- "blurb": "Born to the prestigious Crownguards, the paragon family of Demacian service, Luxanna was destined for greatness. She grew up as the family's only daughter, and she immediately took to the advanced education and lavish parties required of families as ...",
- "info": {
- "attack": 2,
- "defense": 4,
- "magic": 9,
- "difficulty": 5
- },
- "image": {
- "full": "Lux.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 48,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Support"
- ],
- "partype": "MP",
- "stats": {
- "hp": 477.72,
- "hpperlevel": 79,
- "mp": 384,
- "mpperlevel": 47,
- "movespeed": 330,
- "armor": 18.72,
- "armorperlevel": 4,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 5.42,
- "hpregenperlevel": 0.55,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 53.544,
- "attackdamageperlevel": 3.3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 1.36
- }
- },
- "Malphite": {
- "version": "6.24.1",
- "id": "Malphite",
- "key": "54",
- "name": "Malphite",
- "title": "Shard of the Monolith",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Malphite.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Malphite_0.jpg",
- "blurb": "There is a world of perfect harmony, where all are part of the whole. The Monolith is the essence of all creation, and its denizens are but singular pieces of it. It is beautiful in its symmetry, and in its almost complete lack of uncertainty. The ...",
- "info": {
- "attack": 5,
- "defense": 9,
- "magic": 7,
- "difficulty": 2
- },
- "image": {
- "full": "Malphite.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 96,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Tank",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 574.2,
- "hpperlevel": 90,
- "mp": 282.2,
- "mpperlevel": 40,
- "movespeed": 335,
- "armor": 28.3,
- "armorperlevel": 3.75,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 7,
- "hpregenperlevel": 0.55,
- "mpregen": 7.32,
- "mpregenperlevel": 0.55,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 61.97,
- "attackdamageperlevel": 3.375,
- "attackspeedoffset": -0.02,
- "attackspeedperlevel": 3.4
- }
- },
- "Malzahar": {
- "version": "6.24.1",
- "id": "Malzahar",
- "key": "90",
- "name": "Malzahar",
- "title": "the Prophet of the Void",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Malzahar.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Malzahar_0.jpg",
- "blurb": "Many men have gone mad beneath the glare of the Shurima sun, but it was during the night's chilling embrace that Malzahar relinquished his sanity. Malzahar was born a seer, blessed with the gift of prophecy. His talent, though unrefined, promised to ...",
- "info": {
- "attack": 2,
- "defense": 2,
- "magic": 9,
- "difficulty": 6
- },
- "image": {
- "full": "Malzahar.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 144,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Assassin"
- ],
- "partype": "MP",
- "stats": {
- "hp": 525,
- "hpperlevel": 75,
- "mp": 300,
- "mpperlevel": 55,
- "movespeed": 335,
- "armor": 20,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 500,
- "hpregen": 6,
- "hpregenperlevel": 0.6,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 55,
- "attackdamageperlevel": 3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 1.5
- }
- },
- "Maokai": {
- "version": "6.24.1",
- "id": "Maokai",
- "key": "57",
- "name": "Maokai",
- "title": "the Twisted Treant",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Maokai.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Maokai_0.jpg",
- "blurb": "''All around me are empty husks, soulless and unafraid... but I will bring them fear.''
Maokai is a rageful, towering treant who fights the unnatural horrors of the Shadow Isles. He was twisted into a force of vengeance after a magical ...",
- "info": {
- "attack": 3,
- "defense": 8,
- "magic": 6,
- "difficulty": 3
- },
- "image": {
- "full": "Maokai.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 192,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Tank",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 572.2,
- "hpperlevel": 90,
- "mp": 377.28,
- "mpperlevel": 43,
- "movespeed": 335,
- "armor": 28.72,
- "armorperlevel": 4,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 7,
- "hpregenperlevel": 0.75,
- "mpregen": 7.205,
- "mpregenperlevel": 0.45,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 63.544,
- "attackdamageperlevel": 3.3,
- "attackspeedoffset": -0.1,
- "attackspeedperlevel": 2.125
- }
- },
- "MasterYi": {
- "version": "6.24.1",
- "id": "MasterYi",
- "key": "11",
- "name": "Master Yi",
- "title": "the Wuju Bladesman",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/MasterYi.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/MasterYi_0.jpg",
- "blurb": "Through the ancient martial art of Wuju, Master Yi has tempered his body and sharpened his mind until thought and action have become one. Though he chooses to enter into violence as a last resort, the grace and speed with which he wields his blade ...",
- "info": {
- "attack": 10,
- "defense": 4,
- "magic": 2,
- "difficulty": 4
- },
- "image": {
- "full": "MasterYi.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 240,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Assassin",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 598.56,
- "hpperlevel": 92,
- "mp": 250.56,
- "mpperlevel": 42,
- "movespeed": 355,
- "armor": 24.04,
- "armorperlevel": 3,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 7.59,
- "hpregenperlevel": 0.65,
- "mpregen": 7.255,
- "mpregenperlevel": 0.45,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 60.04,
- "attackdamageperlevel": 3,
- "attackspeedoffset": -0.08,
- "attackspeedperlevel": 2
- }
- },
- "MissFortune": {
- "version": "6.24.1",
- "id": "MissFortune",
- "key": "21",
- "name": "Miss Fortune",
- "title": "the Bounty Hunter",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/MissFortune.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/MissFortune_0.jpg",
- "blurb": "''The bigger the risk, the bigger the bounty.''
Beauty and danger: There are few who can match Miss Fortune in either. One of Bilgewater's most infamous bounty hunters, she built her legend upon a swathe of bullet-riddled corpses and captured ...",
- "info": {
- "attack": 8,
- "defense": 2,
- "magic": 5,
- "difficulty": 1
- },
- "image": {
- "full": "MissFortune.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 288,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman"
- ],
- "partype": "MP",
- "stats": {
- "hp": 530,
- "hpperlevel": 85,
- "mp": 325.84,
- "mpperlevel": 35,
- "movespeed": 325,
- "armor": 24.04,
- "armorperlevel": 3,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 6.19,
- "hpregenperlevel": 0.65,
- "mpregen": 8.04,
- "mpregenperlevel": 0.65,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 46,
- "attackdamageperlevel": 1,
- "attackspeedoffset": -0.04734,
- "attackspeedperlevel": 3
- }
- },
- "MonkeyKing": {
- "version": "6.24.1",
- "id": "MonkeyKing",
- "key": "62",
- "name": "Wukong",
- "title": "the Monkey King",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/MonkeyKing.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/MonkeyKing_0.jpg",
- "blurb": "During the chaos of the Rune Wars, an enormous runestone was lost deep within the Plague Jungles. It remained there, untouched for centuries, emanating a potent magic which infused nearby wildlife with sentience and vitality. A group of monkeys who ...",
- "info": {
- "attack": 8,
- "defense": 5,
- "magic": 2,
- "difficulty": 3
- },
- "image": {
- "full": "MonkeyKing.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 336,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "MP",
- "stats": {
- "hp": 577.8,
- "hpperlevel": 85,
- "mp": 265.84,
- "mpperlevel": 38,
- "movespeed": 345,
- "armor": 24.88,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 175,
- "hpregen": 6.19,
- "hpregenperlevel": 0.65,
- "mpregen": 8.04,
- "mpregenperlevel": 0.65,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 59.876,
- "attackdamageperlevel": 3.2,
- "attackspeedoffset": -0.05,
- "attackspeedperlevel": 3
- }
- },
- "Mordekaiser": {
- "version": "6.24.1",
- "id": "Mordekaiser",
- "key": "82",
- "name": "Mordekaiser",
- "title": "the Iron Revenant",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Mordekaiser.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Mordekaiser_0.jpg",
- "blurb": "''All things must die... and yet I live on.''
The baleful revenant Mordekaiser is among the most terrifying and hateful spirits haunting the Shadow Isles. He has existed for countless centuries, shielded from true death by necromantic sorcery ...",
- "info": {
- "attack": 4,
- "defense": 6,
- "magic": 7,
- "difficulty": 4
- },
- "image": {
- "full": "Mordekaiser.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 384,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter"
- ],
- "partype": "None",
- "stats": {
- "hp": 525,
- "hpperlevel": 73,
- "mp": 0,
- "mpperlevel": 0,
- "movespeed": 325,
- "armor": 20,
- "armorperlevel": 3.75,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 175,
- "hpregen": 4,
- "hpregenperlevel": 0.3,
- "mpregen": 0,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 61,
- "attackdamageperlevel": 5,
- "attackspeedoffset": 0.04,
- "attackspeedperlevel": 2.2
- }
- },
- "Morgana": {
- "version": "6.24.1",
- "id": "Morgana",
- "key": "25",
- "name": "Morgana",
- "title": "Fallen Angel",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Morgana.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Morgana_0.jpg",
- "blurb": "There is a world far away populated by graceful and beautiful winged beings gifted with immortality, where an ancient conflict still rages. Like so many conflicts, this war split families. One side proclaimed themselves as beings of perfect order and ...",
- "info": {
- "attack": 1,
- "defense": 6,
- "magic": 8,
- "difficulty": 1
- },
- "image": {
- "full": "Morgana.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 432,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Support"
- ],
- "partype": "MP",
- "stats": {
- "hp": 547.48,
- "hpperlevel": 86,
- "mp": 340.8,
- "mpperlevel": 60,
- "movespeed": 335,
- "armor": 25.384,
- "armorperlevel": 3.8,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 450,
- "hpregen": 5.705,
- "hpregenperlevel": 0.6,
- "mpregen": 8.5,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 55.46,
- "attackdamageperlevel": 3.5,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 1.53
- }
- },
- "Nami": {
- "version": "6.24.1",
- "id": "Nami",
- "key": "267",
- "name": "Nami",
- "title": "the Tidecaller",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Nami.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Nami_0.jpg",
- "blurb": "Nami channels the primal energies of the ocean, harnessing its mystical restorative properties and commanding the raw power of the tides themselves. Though many doubted her, Nami had the bravery and determination to take on a dangerous quest when no ...",
- "info": {
- "attack": 4,
- "defense": 3,
- "magic": 7,
- "difficulty": 5
- },
- "image": {
- "full": "Nami.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 0,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Support",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 489.32,
- "hpperlevel": 74,
- "mp": 377.24,
- "mpperlevel": 43,
- "movespeed": 335,
- "armor": 19.72,
- "armorperlevel": 4,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 5.42,
- "hpregenperlevel": 0.55,
- "mpregen": 11.5,
- "mpregenperlevel": 0.4,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 51.208,
- "attackdamageperlevel": 3.1,
- "attackspeedoffset": -0.03,
- "attackspeedperlevel": 2.61
- }
- },
- "Nasus": {
- "version": "6.24.1",
- "id": "Nasus",
- "key": "75",
- "name": "Nasus",
- "title": "the Curator of the Sands",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Nasus.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Nasus_0.jpg",
- "blurb": "''What was fallen will be great again.''
Nasus is an imposing, jackal-headed Ascended being from ancient Shurima, a heroic figure regarded as a demigod by the people of the desert. Fiercely intelligent, he was a guardian of knowledge and ...",
- "info": {
- "attack": 7,
- "defense": 5,
- "magic": 6,
- "difficulty": 6
- },
- "image": {
- "full": "Nasus.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 48,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "MP",
- "stats": {
- "hp": 561.2,
- "hpperlevel": 90,
- "mp": 325.6,
- "mpperlevel": 42,
- "movespeed": 350,
- "armor": 24.88,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 9.01,
- "hpregenperlevel": 0.9,
- "mpregen": 7.44,
- "mpregenperlevel": 0.5,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 59.18,
- "attackdamageperlevel": 3.5,
- "attackspeedoffset": -0.02,
- "attackspeedperlevel": 3.48
- }
- },
- "Nautilus": {
- "version": "6.24.1",
- "id": "Nautilus",
- "key": "111",
- "name": "Nautilus",
- "title": "the Titan of the Depths",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Nautilus.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Nautilus_0.jpg",
- "blurb": "Once, Nautilus was a sailor commissioned by the Institute of War to explore the uncharted reaches of the Guardian's Sea. This expedition took him deep into unknown waters where he and his crew found a vast section of black oozing liquid that none of ...",
- "info": {
- "attack": 4,
- "defense": 6,
- "magic": 6,
- "difficulty": 6
- },
- "image": {
- "full": "Nautilus.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 96,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Tank",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 576.48,
- "hpperlevel": 86,
- "mp": 334,
- "mpperlevel": 47,
- "movespeed": 325,
- "armor": 26.46,
- "armorperlevel": 3.75,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 175,
- "hpregen": 8.37,
- "hpregenperlevel": 0.55,
- "mpregen": 8.625,
- "mpregenperlevel": 0.7,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 57.544,
- "attackdamageperlevel": 3.3,
- "attackspeedoffset": 0.02,
- "attackspeedperlevel": 1
- }
- },
- "Nidalee": {
- "version": "6.24.1",
- "id": "Nidalee",
- "key": "76",
- "name": "Nidalee",
- "title": "the Bestial Huntress",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Nidalee.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Nidalee_0.jpg",
- "blurb": "There are few dwellers, let alone champions, residing in the blasted and dangerous lands that lie south of the Great Barrier. Much of that world still bears the scars of past Runes Wars, especially the mysterious Kumungu Jungle. There are ...",
- "info": {
- "attack": 5,
- "defense": 4,
- "magic": 7,
- "difficulty": 8
- },
- "image": {
- "full": "Nidalee.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 144,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Assassin",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 511.2,
- "hpperlevel": 80,
- "mp": 295.6,
- "mpperlevel": 45,
- "movespeed": 335,
- "armor": 22.88,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 525,
- "hpregen": 6.005,
- "hpregenperlevel": 0.6,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 53,
- "attackdamageperlevel": 3.5,
- "attackspeedoffset": -0.02,
- "attackspeedperlevel": 3.22
- }
- },
- "Nocturne": {
- "version": "6.24.1",
- "id": "Nocturne",
- "key": "56",
- "name": "Nocturne",
- "title": "the Eternal Nightmare",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Nocturne.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Nocturne_0.jpg",
- "blurb": "Before Nocturne, people believed that dreams were figments of their imagination, meaningless images that flashed through the mind when one slept. This belief was put to the test when a rash of sleep-related incidents started afflicting summoners of ...",
- "info": {
- "attack": 9,
- "defense": 5,
- "magic": 2,
- "difficulty": 4
- },
- "image": {
- "full": "Nocturne.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 192,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Assassin",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 582.8,
- "hpperlevel": 85,
- "mp": 273.8,
- "mpperlevel": 35,
- "movespeed": 345,
- "armor": 26.88,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.26,
- "hpregenperlevel": 0.75,
- "mpregen": 6.755,
- "mpregenperlevel": 0.45,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 59.208,
- "attackdamageperlevel": 3.1,
- "attackspeedoffset": -0.065,
- "attackspeedperlevel": 2.7
- }
- },
- "Nunu": {
- "version": "6.24.1",
- "id": "Nunu",
- "key": "20",
- "name": "Nunu",
- "title": "the Yeti Rider",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Nunu.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Nunu_0.jpg",
- "blurb": "Sometimes bonds of friendship become stronger than even bonds of blood. When those bonds link a fearless boy to a fearsome Yeti, the bond becomes a force to be reckoned with. Given the responsibility of taming a terrifying beast, Nunu forged a ...",
- "info": {
- "attack": 4,
- "defense": 6,
- "magic": 7,
- "difficulty": 4
- },
- "image": {
- "full": "Nunu.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 240,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Support",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 598.28,
- "hpperlevel": 90,
- "mp": 283.56,
- "mpperlevel": 42,
- "movespeed": 350,
- "armor": 26.38,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.39,
- "hpregenperlevel": 0.8,
- "mpregen": 7.44,
- "mpregenperlevel": 0.5,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 59,
- "attackdamageperlevel": 4,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.25
- }
- },
- "Olaf": {
- "version": "6.24.1",
- "id": "Olaf",
- "key": "2",
- "name": "Olaf",
- "title": "the Berserker",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Olaf.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Olaf_0.jpg",
- "blurb": "Most men would say that death is a thing to be feared; none of those men would be Olaf. The Berserker lives only for the roar of a battle cry and the clash of steel. Spurred on by his hunger for glory and the looming curse of a forgettable death, Olaf ...",
- "info": {
- "attack": 9,
- "defense": 5,
- "magic": 3,
- "difficulty": 3
- },
- "image": {
- "full": "Olaf.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 288,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "MP",
- "stats": {
- "hp": 597.24,
- "hpperlevel": 93,
- "mp": 315.6,
- "mpperlevel": 42,
- "movespeed": 350,
- "armor": 26.04,
- "armorperlevel": 3,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.51,
- "hpregenperlevel": 0.9,
- "mpregen": 7.465,
- "mpregenperlevel": 0.575,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 59.98,
- "attackdamageperlevel": 3.5,
- "attackspeedoffset": -0.1,
- "attackspeedperlevel": 2.7
- }
- },
- "Orianna": {
- "version": "6.24.1",
- "id": "Orianna",
- "key": "61",
- "name": "Orianna",
- "title": "the Lady of Clockwork",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Orianna.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Orianna_0.jpg",
- "blurb": "There once was a Piltovian man named Corin Reveck who had a daughter named Orianna, whom he loved more than anything else in the world. Though Orianna had incredible talent for dancing, she was deeply fascinated by the champions of the League of ...",
- "info": {
- "attack": 4,
- "defense": 3,
- "magic": 9,
- "difficulty": 7
- },
- "image": {
- "full": "Orianna.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 336,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Support"
- ],
- "partype": "MP",
- "stats": {
- "hp": 517.72,
- "hpperlevel": 79,
- "mp": 334,
- "mpperlevel": 50,
- "movespeed": 325,
- "armor": 17.04,
- "armorperlevel": 3,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 525,
- "hpregen": 6.87,
- "hpregenperlevel": 0.55,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 40.368,
- "attackdamageperlevel": 2.6,
- "attackspeedoffset": -0.05,
- "attackspeedperlevel": 3.5
- }
- },
- "Pantheon": {
- "version": "6.24.1",
- "id": "Pantheon",
- "key": "80",
- "name": "Pantheon",
- "title": "the Artisan of War",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Pantheon.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Pantheon_0.jpg",
- "blurb": "''Bring forth one true champion, or a hundred more like you, and then we shall have a battle that will be spoken of until the end of time.''
The peerless warrior known as Pantheon is a nigh-unstoppable paragon of battle. He was born among the ...",
- "info": {
- "attack": 9,
- "defense": 4,
- "magic": 3,
- "difficulty": 4
- },
- "image": {
- "full": "Pantheon.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 384,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Assassin"
- ],
- "partype": "MP",
- "stats": {
- "hp": 579.16,
- "hpperlevel": 87,
- "mp": 317.12,
- "mpperlevel": 31,
- "movespeed": 355,
- "armor": 27.652,
- "armorperlevel": 3.9,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 150,
- "hpregen": 7.84,
- "hpregenperlevel": 0.65,
- "mpregen": 7.355,
- "mpregenperlevel": 0.45,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 55.572,
- "attackdamageperlevel": 2.9,
- "attackspeedoffset": -0.03,
- "attackspeedperlevel": 2.95
- }
- },
- "Poppy": {
- "version": "6.24.1",
- "id": "Poppy",
- "key": "78",
- "name": "Poppy",
- "title": "Keeper of the Hammer",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Poppy.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Poppy_0.jpg",
- "blurb": "''I'm no hero. Just a yordle with a hammer.''
Runeterra has no shortage of valiant champions, but few are as tenacious as Poppy. Bearing a hammer twice the length of her body, this determined yordle has spent untold years searching for the ...",
- "info": {
- "attack": 6,
- "defense": 7,
- "magic": 2,
- "difficulty": 6
- },
- "image": {
- "full": "Poppy.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 432,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Tank",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 540,
- "hpperlevel": 90,
- "mp": 280,
- "mpperlevel": 40,
- "movespeed": 345,
- "armor": 29,
- "armorperlevel": 3.5,
- "spellblock": 32,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8,
- "hpregenperlevel": 0.8,
- "mpregen": 7,
- "mpregenperlevel": 0.7,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 56,
- "attackdamageperlevel": 4,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.5
- }
- },
- "Quinn": {
- "version": "6.24.1",
- "id": "Quinn",
- "key": "133",
- "name": "Quinn",
- "title": "Demacia's Wings",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Quinn.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Quinn_0.jpg",
- "blurb": "Quinn and Valor are an elite ranger team. With crossbow and claw, they undertake their nation's most dangerous missions deep within enemy territory, from swift reconnaissance to lethal strikes. The pair's unbreakable bond is deadly on the battlefield, ...",
- "info": {
- "attack": 9,
- "defense": 4,
- "magic": 2,
- "difficulty": 5
- },
- "image": {
- "full": "Quinn.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 0,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 532.8,
- "hpperlevel": 85,
- "mp": 268.8,
- "mpperlevel": 35,
- "movespeed": 335,
- "armor": 23.38,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 525,
- "hpregen": 5.42,
- "hpregenperlevel": 0.55,
- "mpregen": 6.97,
- "mpregenperlevel": 0.4,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 54.46,
- "attackdamageperlevel": 2.41,
- "attackspeedoffset": -0.065,
- "attackspeedperlevel": 3.1
- }
- },
- "Rammus": {
- "version": "6.24.1",
- "id": "Rammus",
- "key": "33",
- "name": "Rammus",
- "title": "the Armordillo",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Rammus.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Rammus_0.jpg",
- "blurb": "''OK.''
Idolized by many, dismissed by some, mystifying to all, the curious being, Rammus, is an enigma. Protected by a spiked shell, Rammus inspires increasingly disparate theories on his origin wherever he goes - from demigod, to sacred ...",
- "info": {
- "attack": 4,
- "defense": 10,
- "magic": 5,
- "difficulty": 5
- },
- "image": {
- "full": "Rammus.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 48,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Tank",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 564.48,
- "hpperlevel": 86,
- "mp": 310.44,
- "mpperlevel": 33,
- "movespeed": 335,
- "armor": 31.384,
- "armorperlevel": 4.3,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 7.92,
- "hpregenperlevel": 0.55,
- "mpregen": 7.84,
- "mpregenperlevel": 0.5,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 55.88,
- "attackdamageperlevel": 3.5,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.215
- }
- },
- "RekSai": {
- "version": "6.24.1",
- "id": "RekSai",
- "key": "421",
- "name": "Rek'Sai",
- "title": "the Void Burrower",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/RekSai.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/RekSai_0.jpg",
- "blurb": "The largest and fiercest of her species, Rek'Sai is a merciless predator that tunnels through the earth to ambush and devour her prey. Her insatiable hunger has laid waste to entire regions of the once-great Shuriman empire. Merchants, traders and ...",
- "info": {
- "attack": 8,
- "defense": 5,
- "magic": 2,
- "difficulty": 3
- },
- "image": {
- "full": "RekSai.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 96,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter"
- ],
- "partype": "Battlefury",
- "stats": {
- "hp": 570,
- "hpperlevel": 90,
- "mp": 100,
- "mpperlevel": 0,
- "movespeed": 335,
- "armor": 24,
- "armorperlevel": 3.4,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 175,
- "hpregen": 7.34,
- "hpregenperlevel": 0.65,
- "mpregen": 0,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 55.628,
- "attackdamageperlevel": 3.35,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2
- }
- },
- "Renekton": {
- "version": "6.24.1",
- "id": "Renekton",
- "key": "58",
- "name": "Renekton",
- "title": "the Butcher of the Sands",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Renekton.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Renekton_0.jpg",
- "blurb": "''Blood and vengeance.''
Renekton is a terrifying, rage-fueled Ascended being from the scorched deserts of Shurima. Once, he was his empire's most esteemed warrior, leading the armies of Shurima to countless victories. However, after the ...",
- "info": {
- "attack": 8,
- "defense": 5,
- "magic": 2,
- "difficulty": 3
- },
- "image": {
- "full": "Renekton.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 144,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "Rage",
- "stats": {
- "hp": 572.16,
- "hpperlevel": 87,
- "mp": 100,
- "mpperlevel": 0,
- "movespeed": 345,
- "armor": 25.584,
- "armorperlevel": 3.8,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 7.96,
- "hpregenperlevel": 0.75,
- "mpregen": 0,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 58.328,
- "attackdamageperlevel": 3.1,
- "attackspeedoffset": -0.06,
- "attackspeedperlevel": 2.65
- }
- },
- "Rengar": {
- "version": "6.24.1",
- "id": "Rengar",
- "key": "107",
- "name": "Rengar",
- "title": "the Pridestalker",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Rengar.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Rengar_0.jpg",
- "blurb": "On every wall of his den, the trophy hunter Rengar mounts the heads, horns, claws, and fangs of the most lethal creatures in Valoran. Though his collection is extensive, he remains unsatisfied, tirelessly seeking greater game. He takes time with every ...",
- "info": {
- "attack": 7,
- "defense": 4,
- "magic": 2,
- "difficulty": 8
- },
- "image": {
- "full": "Rengar.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 192,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Assassin",
- "Fighter"
- ],
- "partype": "Ferocity",
- "stats": {
- "hp": 586.2,
- "hpperlevel": 90,
- "mp": 4,
- "mpperlevel": 0,
- "movespeed": 345,
- "armor": 25.88,
- "armorperlevel": 3,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 7,
- "hpregenperlevel": 0.5,
- "mpregen": 0,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 60,
- "attackdamageperlevel": 1.5,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 3.5
- }
- },
- "Riven": {
- "version": "6.24.1",
- "id": "Riven",
- "key": "92",
- "name": "Riven",
- "title": "the Exile",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Riven.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Riven_0.jpg",
- "blurb": "''There is a place between war and murder in which our demons lurk.''
In Noxus, any citizen may rise to power regardless of race, gender, or social standing - strength is all that matters. It was with committed faith in this ideal that Riven ...",
- "info": {
- "attack": 8,
- "defense": 5,
- "magic": 1,
- "difficulty": 8
- },
- "image": {
- "full": "Riven.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 240,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Assassin"
- ],
- "partype": "None",
- "stats": {
- "hp": 558.48,
- "hpperlevel": 86,
- "mp": 0,
- "mpperlevel": 0,
- "movespeed": 340,
- "armor": 24.376,
- "armorperlevel": 3.2,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 5.34,
- "hpregenperlevel": 0.5,
- "mpregen": 0,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 56.04,
- "attackdamageperlevel": 3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 3.5
- }
- },
- "Rumble": {
- "version": "6.24.1",
- "id": "Rumble",
- "key": "68",
- "name": "Rumble",
- "title": "the Mechanized Menace",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Rumble.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Rumble_0.jpg",
- "blurb": "''Ugh, it's gonna take forever to scrape your face off my suit!''
Even amongst yordles, Rumble was always the runt of the litter. As such, he was used to being bullied. In order to survive, he had to be scrappier and more resourceful than his ...",
- "info": {
- "attack": 3,
- "defense": 6,
- "magic": 8,
- "difficulty": 10
- },
- "image": {
- "full": "Rumble.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 288,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Mage"
- ],
- "partype": "Heat",
- "stats": {
- "hp": 584.4,
- "hpperlevel": 80,
- "mp": 100,
- "mpperlevel": 0,
- "movespeed": 345,
- "armor": 25.88,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.005,
- "hpregenperlevel": 0.6,
- "mpregen": 0,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 61.036,
- "attackdamageperlevel": 3.2,
- "attackspeedoffset": -0.03,
- "attackspeedperlevel": 1.85
- }
- },
- "Ryze": {
- "version": "6.24.1",
- "id": "Ryze",
- "key": "13",
- "name": "Ryze",
- "title": "the Rune Mage",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Ryze.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ryze_0.jpg",
- "blurb": "''Take care with this world. What is made can be unmade.''
Widely considered one of the most adept sorcerers on Runeterra, Ryze is an ancient, hard-bitten archmage with an impossibly heavy burden to bear. Armed with a boundless constitution and ...",
- "info": {
- "attack": 2,
- "defense": 2,
- "magic": 10,
- "difficulty": 7
- },
- "image": {
- "full": "Ryze.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 336,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 558.48,
- "hpperlevel": 86,
- "mp": 400,
- "mpperlevel": 50,
- "movespeed": 340,
- "armor": 21.552,
- "armorperlevel": 3,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 7,
- "hpregenperlevel": 0.55,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 55.04,
- "attackdamageperlevel": 3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.112
- }
- },
- "Sejuani": {
- "version": "6.24.1",
- "id": "Sejuani",
- "key": "113",
- "name": "Sejuani",
- "title": "the Winter's Wrath",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Sejuani.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Sejuani_0.jpg",
- "blurb": "Sejuani was weaned on hardship and reared on barbarity. Where others succumbed to the harshness of the Freljord, she was tempered by it until pain became power, hunger an encouragement, and frost an ally in culling the weak. Through her ordeals, she ...",
- "info": {
- "attack": 5,
- "defense": 7,
- "magic": 6,
- "difficulty": 4
- },
- "image": {
- "full": "Sejuani.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 384,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Tank",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 600,
- "hpperlevel": 95,
- "mp": 400,
- "mpperlevel": 40,
- "movespeed": 340,
- "armor": 29.54,
- "armorperlevel": 3,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.675,
- "hpregenperlevel": 0.85,
- "mpregen": 7.205,
- "mpregenperlevel": 0.45,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 57.544,
- "attackdamageperlevel": 3.3,
- "attackspeedoffset": -0.0672,
- "attackspeedperlevel": 1.44
- }
- },
- "Shaco": {
- "version": "6.24.1",
- "id": "Shaco",
- "key": "35",
- "name": "Shaco",
- "title": "the Demon Jester",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Shaco.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Shaco_0.jpg",
- "blurb": "Most would say that death isn't funny. It isn't, unless you're Shaco - then it's hysterical. He is Valoran's first fully functioning homicidal comic; he jests until someone dies, and then he laughs. The figure that has come to be known as the Demon ...",
- "info": {
- "attack": 8,
- "defense": 4,
- "magic": 6,
- "difficulty": 9
- },
- "image": {
- "full": "Shaco.png",
- "sprite": "champion2.png",
- "group": "champion",
- "x": 432,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Assassin"
- ],
- "partype": "MP",
- "stats": {
- "hp": 582.12,
- "hpperlevel": 84,
- "mp": 297.2,
- "mpperlevel": 40,
- "movespeed": 350,
- "armor": 24.88,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.37,
- "hpregenperlevel": 0.55,
- "mpregen": 7.155,
- "mpregenperlevel": 0.45,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 57.58,
- "attackdamageperlevel": 3.5,
- "attackspeedoffset": -0.1,
- "attackspeedperlevel": 3
- }
- },
- "Shen": {
- "version": "6.24.1",
- "id": "Shen",
- "key": "98",
- "name": "Shen",
- "title": "the Eye of Twilight",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Shen.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Shen_0.jpg",
- "blurb": "''The Eye is blind to fear, to hate, to love - to all things that would sway equilibrium.''
Leader of a secret clan of mystic warriors, Shen serves as the Eye of Twilight, entrusted to enforce equilibrium in the world. Longing to remain free ...",
- "info": {
- "attack": 3,
- "defense": 9,
- "magic": 3,
- "difficulty": 4
- },
- "image": {
- "full": "Shen.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Tank",
- "Melee"
- ],
- "partype": "Energy",
- "stats": {
- "hp": 540,
- "hpperlevel": 85,
- "mp": 400,
- "mpperlevel": 0,
- "movespeed": 340,
- "armor": 25,
- "armorperlevel": 3,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.5,
- "hpregenperlevel": 0.75,
- "mpregen": 50,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 60,
- "attackdamageperlevel": 3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2
- }
- },
- "Shyvana": {
- "version": "6.24.1",
- "id": "Shyvana",
- "key": "102",
- "name": "Shyvana",
- "title": "the Half-Dragon",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Shyvana.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Shyvana_0.jpg",
- "blurb": "A half-breed born from the union between dragon and human, Shyvana searched all her life for belonging. Persecution forged her into a brutal warrior, and those who dare stand against Shyvana face the fiery beast lurking just beneath her skin....",
- "info": {
- "attack": 8,
- "defense": 6,
- "magic": 3,
- "difficulty": 4
- },
- "image": {
- "full": "Shyvana.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 48,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "Dragonfury",
- "stats": {
- "hp": 595,
- "hpperlevel": 95,
- "mp": 100,
- "mpperlevel": 0,
- "movespeed": 350,
- "armor": 27.628,
- "armorperlevel": 3.35,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.6,
- "hpregenperlevel": 0.8,
- "mpregen": 0,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 60.712,
- "attackdamageperlevel": 3.4,
- "attackspeedoffset": -0.05,
- "attackspeedperlevel": 2.5
- }
- },
- "Singed": {
- "version": "6.24.1",
- "id": "Singed",
- "key": "27",
- "name": "Singed",
- "title": "the Mad Chemist",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Singed.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Singed_0.jpg",
- "blurb": "Singed descended from a long line of Zaun's revered chemists. Even in his youth, his talent for concocting potions far outstripped that of his peers, and he quickly distinguished himself from his less extraordinary chemist compatriots. It came as no ...",
- "info": {
- "attack": 4,
- "defense": 8,
- "magic": 7,
- "difficulty": 5
- },
- "image": {
- "full": "Singed.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 96,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Tank",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 542.76,
- "hpperlevel": 82,
- "mp": 290.6,
- "mpperlevel": 45,
- "movespeed": 345,
- "armor": 27.88,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.02,
- "hpregenperlevel": 0.55,
- "mpregen": 7.52,
- "mpregenperlevel": 0.55,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 62.32,
- "attackdamageperlevel": 3.375,
- "attackspeedoffset": 0.02,
- "attackspeedperlevel": 1.81
- }
- },
- "Sion": {
- "version": "6.24.1",
- "id": "Sion",
- "key": "14",
- "name": "Sion",
- "title": "The Undead Juggernaut",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Sion.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Sion_0.jpg",
- "blurb": "BLOOD.
SMELL IT.
WANT. ACHING. NEED!
CLOSE NOW. THEY COME.
NO CHAINS? FREE! KILL!
IN REACH. YES! DIE! DIE!
Gone. Too quick. No fight. More. I want... more.
A voice? Unfamiliar. I see him. The Grand ...",
- "info": {
- "attack": 5,
- "defense": 9,
- "magic": 3,
- "difficulty": 5
- },
- "image": {
- "full": "Sion.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 144,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Tank",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 542.64,
- "hpperlevel": 73,
- "mp": 325.6,
- "mpperlevel": 42,
- "movespeed": 345,
- "armor": 23.04,
- "armorperlevel": 3,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 175,
- "hpregen": 10.18,
- "hpregenperlevel": 0.8,
- "mpregen": 8.005,
- "mpregenperlevel": 0.6,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 59.72,
- "attackdamageperlevel": 4,
- "attackspeedoffset": -0.08,
- "attackspeedperlevel": 1.3
- }
- },
- "Sivir": {
- "version": "6.24.1",
- "id": "Sivir",
- "key": "15",
- "name": "Sivir",
- "title": "the Battle Mistress",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Sivir.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Sivir_0.jpg",
- "blurb": "''I don't care what face is on your coin, as long as it pays.''
Sivir is a renowned fortune hunter and mercenary captain who plies her trade in the deserts of Shurima. Armed with her legendary jeweled crossblade, she has fought and won ...",
- "info": {
- "attack": 9,
- "defense": 3,
- "magic": 1,
- "difficulty": 4
- },
- "image": {
- "full": "Sivir.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 192,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman"
- ],
- "partype": "MP",
- "stats": {
- "hp": 515.76,
- "hpperlevel": 82,
- "mp": 284,
- "mpperlevel": 50,
- "movespeed": 335,
- "armor": 22.21,
- "armorperlevel": 3.25,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 500,
- "hpregen": 5.17,
- "hpregenperlevel": 0.55,
- "mpregen": 8.01,
- "mpregenperlevel": 0.9,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 57.46,
- "attackdamageperlevel": 2.41,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 1.6
- }
- },
- "Skarner": {
- "version": "6.24.1",
- "id": "Skarner",
- "key": "72",
- "name": "Skarner",
- "title": "the Crystal Vanguard",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Skarner.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Skarner_0.jpg",
- "blurb": "''We are one. We cannot be shattered.''
Skarner is an immense crystalline scorpion from a hidden valley in Shurima. Part of the ancient Brackern race, Skarner and his kin are known for their great wisdom and deep connection to the land, as ...",
- "info": {
- "attack": 7,
- "defense": 6,
- "magic": 5,
- "difficulty": 5
- },
- "image": {
- "full": "Skarner.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 240,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "MP",
- "stats": {
- "hp": 601.28,
- "hpperlevel": 90,
- "mp": 272.2,
- "mpperlevel": 40,
- "movespeed": 335,
- "armor": 29.384,
- "armorperlevel": 3.8,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.925,
- "hpregenperlevel": 0.85,
- "mpregen": 7.205,
- "mpregenperlevel": 0.45,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 57.156,
- "attackdamageperlevel": 4.5,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.1
- }
- },
- "Sona": {
- "version": "6.24.1",
- "id": "Sona",
- "key": "37",
- "name": "Sona",
- "title": "Maven of the Strings",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Sona.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Sona_0.jpg",
- "blurb": "Sona has no memories of her true parents. As an infant, she was found abandoned on the doorstep of an Ionian adoption house, nestled atop an ancient instrument in an exquisite case of unknown origins. She was an unusually well-behaved child, always ...",
- "info": {
- "attack": 5,
- "defense": 2,
- "magic": 8,
- "difficulty": 4
- },
- "image": {
- "full": "Sona.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 288,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Support",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 482.36,
- "hpperlevel": 77,
- "mp": 340.6,
- "mpperlevel": 45,
- "movespeed": 325,
- "armor": 20.544,
- "armorperlevel": 3.3,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 5.42,
- "hpregenperlevel": 0.55,
- "mpregen": 11.5,
- "mpregenperlevel": 0.4,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 50.04,
- "attackdamageperlevel": 3,
- "attackspeedoffset": -0.03,
- "attackspeedperlevel": 2.3
- }
- },
- "Soraka": {
- "version": "6.24.1",
- "id": "Soraka",
- "key": "16",
- "name": "Soraka",
- "title": "the Starchild",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Soraka.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Soraka_0.jpg",
- "blurb": "A healer gifted with the magic of the stars, Soraka holds all living creatures close to her heart. She was once a celestial being, but she sacrificed her immortality and entered the world of mortals. So long as evil threatens life in Valoran, Soraka ...",
- "info": {
- "attack": 2,
- "defense": 5,
- "magic": 7,
- "difficulty": 3
- },
- "image": {
- "full": "Soraka.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 336,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Support",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 529.04,
- "hpperlevel": 78,
- "mp": 350.8,
- "mpperlevel": 60,
- "movespeed": 325,
- "armor": 23.384,
- "armorperlevel": 3.8,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 2.5,
- "hpregenperlevel": 0.5,
- "mpregen": 11.5,
- "mpregenperlevel": 0.4,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 50.04,
- "attackdamageperlevel": 3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.14
- }
- },
- "Swain": {
- "version": "6.24.1",
- "id": "Swain",
- "key": "50",
- "name": "Swain",
- "title": "the Master Tactician",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Swain.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Swain_0.jpg",
- "blurb": "The earliest account of Swain's existence comes from a Noxian infirmary doctor's notes. According to them, Swain limped into the ward without cry or complaint; his right leg was snapped in half, with bone protruding from the skin. A small, scowling ...",
- "info": {
- "attack": 2,
- "defense": 6,
- "magic": 9,
- "difficulty": 8
- },
- "image": {
- "full": "Swain.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 384,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 516.04,
- "hpperlevel": 90,
- "mp": 374,
- "mpperlevel": 47,
- "movespeed": 335,
- "armor": 22.72,
- "armorperlevel": 4,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 500,
- "hpregen": 7.84,
- "hpregenperlevel": 0.65,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 52.04,
- "attackdamageperlevel": 3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.11
- }
- },
- "Syndra": {
- "version": "6.24.1",
- "id": "Syndra",
- "key": "134",
- "name": "Syndra",
- "title": "the Dark Sovereign",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Syndra.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Syndra_0.jpg",
- "blurb": "Born with immense magical potential, Syndra loves nothing more than exercising the incredible power at her command. With each passing day, her mastery of magical force grows more potent and devastating. Refusing any notion of balance or restraint, ...",
- "info": {
- "attack": 2,
- "defense": 3,
- "magic": 9,
- "difficulty": 8
- },
- "image": {
- "full": "Syndra.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 432,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Support"
- ],
- "partype": "MP",
- "stats": {
- "hp": 511.04,
- "hpperlevel": 78,
- "mp": 384,
- "mpperlevel": 60,
- "movespeed": 330,
- "armor": 24.712,
- "armorperlevel": 3.4,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 6.505,
- "hpregenperlevel": 0.6,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 53.872,
- "attackdamageperlevel": 2.9,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2
- }
- },
- "TahmKench": {
- "version": "6.24.1",
- "id": "TahmKench",
- "key": "223",
- "name": "Tahm Kench",
- "title": "the River King",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/TahmKench.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/TahmKench_0.jpg",
- "blurb": "''The whole world's a river, and I'm its king.''
Tahm Kench travels Runeterra's waterways, feeding his insatiable appetite with the misery of the unsuspecting. The singularly charming gourmand savors every moment of his victims' suffering. A deal ...",
- "info": {
- "attack": 3,
- "defense": 9,
- "magic": 6,
- "difficulty": 5
- },
- "image": {
- "full": "TahmKench.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 0,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Support",
- "Tank"
- ],
- "partype": "MP",
- "stats": {
- "hp": 610,
- "hpperlevel": 95,
- "mp": 325,
- "mpperlevel": 40,
- "movespeed": 335,
- "armor": 27,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 175,
- "hpregen": 6.5,
- "hpregenperlevel": 0.55,
- "mpregen": 8,
- "mpregenperlevel": 1,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 56,
- "attackdamageperlevel": 3.2,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.5
- }
- },
- "Taliyah": {
- "version": "6.24.1",
- "id": "Taliyah",
- "key": "163",
- "name": "Taliyah",
- "title": "the Stoneweaver",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Taliyah.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Taliyah_0.jpg",
- "blurb": "Taliyah is a nomadic mage from Shurima who weaves stone with energetic enthusiasm and raw determination. Torn between teenage wonder and adult responsibility, she has crossed nearly all of Valoran on a journey to learn the true nature of her growing ...",
- "info": {
- "attack": 1,
- "defense": 7,
- "magic": 8,
- "difficulty": 5
- },
- "image": {
- "full": "Taliyah.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 48,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Support"
- ],
- "partype": "MP",
- "stats": {
- "hp": 520,
- "hpperlevel": 75,
- "mp": 340,
- "mpperlevel": 60,
- "movespeed": 325,
- "armor": 20,
- "armorperlevel": 3,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 525,
- "hpregen": 7,
- "hpregenperlevel": 0.7,
- "mpregen": 7,
- "mpregenperlevel": 0.85,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 56,
- "attackdamageperlevel": 3.3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 1.36
- }
- },
- "Talon": {
- "version": "6.24.1",
- "id": "Talon",
- "key": "91",
- "name": "Talon",
- "title": "the Blade's Shadow",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Talon.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Talon_0.jpg",
- "blurb": "''The three deadliest blademasters in all of Valoran are bound to the house of Du Couteau: my father, myself, and Talon. Challenge us, if you dare.''
-- Katarina Du Couteau
Talon's earliest memories are the darkness of Noxus' underground ...",
- "info": {
- "attack": 9,
- "defense": 3,
- "magic": 1,
- "difficulty": 7
- },
- "image": {
- "full": "Talon.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 96,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Assassin",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 583,
- "hpperlevel": 90,
- "mp": 377.2,
- "mpperlevel": 37,
- "movespeed": 335,
- "armor": 26.88,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.51,
- "hpregenperlevel": 0.75,
- "mpregen": 7.59,
- "mpregenperlevel": 0.5,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 60,
- "attackdamageperlevel": 3.1,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.9
- }
- },
- "Taric": {
- "version": "6.24.1",
- "id": "Taric",
- "key": "44",
- "name": "Taric",
- "title": "the Shield of Valoran",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Taric.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Taric_0.jpg",
- "blurb": "''The best weapons are beautiful.''
Taric is the Aspect of the Protector, wielding incredible power as Runeterra's guardian of life, love, and beauty. Shamed by a dereliction of duty and exiled from his homeland Demacia, Taric ascended Mount ...",
- "info": {
- "attack": 4,
- "defense": 8,
- "magic": 5,
- "difficulty": 3
- },
- "image": {
- "full": "Taric.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 144,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Support",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 575,
- "hpperlevel": 90,
- "mp": 300,
- "mpperlevel": 60,
- "movespeed": 340,
- "armor": 25,
- "armorperlevel": 3.4,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 150,
- "hpregen": 6,
- "hpregenperlevel": 0.5,
- "mpregen": 5,
- "mpregenperlevel": 1,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 55,
- "attackdamageperlevel": 3.5,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2
- }
- },
- "Teemo": {
- "version": "6.24.1",
- "id": "Teemo",
- "key": "17",
- "name": "Teemo",
- "title": "the Swift Scout",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Teemo.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Teemo_0.jpg",
- "blurb": "Teemo is a legend among his yordle brothers and sisters in Bandle City. As far as yordles are concerned, there is something just slightly off about him. While Teemo enjoys the companionship of other yordles, he also insists on frequent solo missions ...",
- "info": {
- "attack": 5,
- "defense": 3,
- "magic": 7,
- "difficulty": 6
- },
- "image": {
- "full": "Teemo.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 192,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman",
- "Assassin"
- ],
- "partype": "MP",
- "stats": {
- "hp": 515.76,
- "hpperlevel": 82,
- "mp": 267.2,
- "mpperlevel": 40,
- "movespeed": 330,
- "armor": 24.3,
- "armorperlevel": 3.75,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 500,
- "hpregen": 5.74,
- "hpregenperlevel": 0.65,
- "mpregen": 7.205,
- "mpregenperlevel": 0.45,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 49.54,
- "attackdamageperlevel": 3,
- "attackspeedoffset": -0.0947,
- "attackspeedperlevel": 3.38
- }
- },
- "Thresh": {
- "version": "6.24.1",
- "id": "Thresh",
- "key": "412",
- "name": "Thresh",
- "title": "the Chain Warden",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Thresh.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Thresh_0.jpg",
- "blurb": "''The mind is a wondrous thing to tear apart.''
Sadistic and cunning, Thresh is a restless spirit who prides himself on tormenting mortals and breaking them with slow, excruciating inventiveness. His victims suffer far beyond the point of death,...",
- "info": {
- "attack": 5,
- "defense": 6,
- "magic": 6,
- "difficulty": 7
- },
- "image": {
- "full": "Thresh.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 240,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Support",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 560.52,
- "hpperlevel": 93,
- "mp": 273.92,
- "mpperlevel": 44,
- "movespeed": 335,
- "armor": 16,
- "armorperlevel": 0,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 450,
- "hpregen": 6.92,
- "hpregenperlevel": 0.55,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 47.696,
- "attackdamageperlevel": 2.2,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 3.5
- }
- },
- "Tristana": {
- "version": "6.24.1",
- "id": "Tristana",
- "key": "18",
- "name": "Tristana",
- "title": "the Yordle Gunner",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Tristana.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Tristana_0.jpg",
- "blurb": "Greatness comes in all shapes and sizes, as proven by this diminutive, cannon-wielding yordle. In a world fraught with turmoil, Tristana refuses to back down from any challenge. She represents the pinnacle of martial proficiency, unwavering courage, ...",
- "info": {
- "attack": 9,
- "defense": 3,
- "magic": 5,
- "difficulty": 4
- },
- "image": {
- "full": "Tristana.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 288,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman",
- "Assassin"
- ],
- "partype": "MP",
- "stats": {
- "hp": 542.76,
- "hpperlevel": 82,
- "mp": 246.76,
- "mpperlevel": 32,
- "movespeed": 325,
- "armor": 22,
- "armorperlevel": 3,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 6.19,
- "hpregenperlevel": 0.65,
- "mpregen": 7.205,
- "mpregenperlevel": 0.45,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 56.96,
- "attackdamageperlevel": 2.41,
- "attackspeedoffset": -0.04734,
- "attackspeedperlevel": 1.5
- }
- },
- "Trundle": {
- "version": "6.24.1",
- "id": "Trundle",
- "key": "48",
- "name": "Trundle",
- "title": "the Troll King",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Trundle.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Trundle_0.jpg",
- "blurb": "Trundle is a hulking and devious troll with a mischievous streak. There is nothing he can't beat into submission and bend to his will, not even the ice itself. With his massive, frozen club, he chills his enemies to the core and runs them through with ...",
- "info": {
- "attack": 7,
- "defense": 6,
- "magic": 2,
- "difficulty": 5
- },
- "image": {
- "full": "Trundle.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 336,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "MP",
- "stats": {
- "hp": 616.28,
- "hpperlevel": 96,
- "mp": 281.6,
- "mpperlevel": 45,
- "movespeed": 350,
- "armor": 27.536,
- "armorperlevel": 2.7,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 175,
- "hpregen": 6,
- "hpregenperlevel": 0.75,
- "mpregen": 7.505,
- "mpregenperlevel": 0.6,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 60.04,
- "attackdamageperlevel": 3,
- "attackspeedoffset": -0.0672,
- "attackspeedperlevel": 2.9
- }
- },
- "Tryndamere": {
- "version": "6.24.1",
- "id": "Tryndamere",
- "key": "23",
- "name": "Tryndamere",
- "title": "the Barbarian King",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Tryndamere.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Tryndamere_0.jpg",
- "blurb": "Fueled by his unbridled fury and rage, Tryndamere cuts his way through the tundra, mastering the art of battle by challenging the Freljord's greatest warriors. The wrathful barbarian seeks revenge on the one who decimated his clan and strikes down all ...",
- "info": {
- "attack": 10,
- "defense": 5,
- "magic": 2,
- "difficulty": 5
- },
- "image": {
- "full": "Tryndamere.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 384,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Assassin"
- ],
- "partype": "Battlefury",
- "stats": {
- "hp": 625.64,
- "hpperlevel": 98,
- "mp": 100,
- "mpperlevel": 0,
- "movespeed": 345,
- "armor": 24.108,
- "armorperlevel": 3.1,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.51,
- "hpregenperlevel": 0.9,
- "mpregen": 0,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 61.376,
- "attackdamageperlevel": 3.2,
- "attackspeedoffset": -0.0672,
- "attackspeedperlevel": 2.9
- }
- },
- "TwistedFate": {
- "version": "6.24.1",
- "id": "TwistedFate",
- "key": "4",
- "name": "Twisted Fate",
- "title": "the Card Master",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Maokai.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Maokai_0.jpg",
- "blurb": "Twisted Fate is an infamous card sharp and swindler who has gambled and charmed his way across much of the known world, earning the enmity and admiration of the rich and foolish alike. He rarely takes things seriously, greeting each day with a mocking ...",
- "info": {
- "attack": 6,
- "defense": 2,
- "magic": 6,
- "difficulty": 9
- },
- "image": {
- "full": "TwistedFate.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 432,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 521.76,
- "hpperlevel": 82,
- "mp": 265.84,
- "mpperlevel": 38,
- "movespeed": 330,
- "armor": 20.542,
- "armorperlevel": 3.15,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 525,
- "hpregen": 5.505,
- "hpregenperlevel": 0.6,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 49.954,
- "attackdamageperlevel": 3.3,
- "attackspeedoffset": -0.04,
- "attackspeedperlevel": 3.22
- }
- },
- "Twitch": {
- "version": "6.24.1",
- "id": "Twitch",
- "key": "29",
- "name": "Twitch",
- "title": "the Plague Rat",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Twitch.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Twitch_0.jpg",
- "blurb": "H.I.V.E. Incident Report
Code Violation: Industrial Homicide
Casefile Status: Unsolved
Investigating Agent: Rol, P.
Team responded to report of suspicious character, criminal activity; proceeded to Sump Works, Sector 90TZ. Sector 90TZ ...",
- "info": {
- "attack": 9,
- "defense": 2,
- "magic": 3,
- "difficulty": 6
- },
- "image": {
- "full": "Twitch.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 0,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman",
- "Assassin"
- ],
- "partype": "MP",
- "stats": {
- "hp": 525.08,
- "hpperlevel": 81,
- "mp": 287.2,
- "mpperlevel": 40,
- "movespeed": 330,
- "armor": 23.04,
- "armorperlevel": 3,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 6.005,
- "hpregenperlevel": 0.6,
- "mpregen": 7.255,
- "mpregenperlevel": 0.45,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 55.46,
- "attackdamageperlevel": 2.41,
- "attackspeedoffset": -0.08,
- "attackspeedperlevel": 3.38
- }
- },
- "Udyr": {
- "version": "6.24.1",
- "id": "Udyr",
- "key": "77",
- "name": "Udyr",
- "title": "the Spirit Walker",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Udyr.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Udyr_0.jpg",
- "blurb": "Udyr is more than a man; he is a vessel for the untamed power of four primal animal spirits. When tapping into the spirits' bestial natures, Udyr can harness their unique strengths: the tiger grants him speed and ferocity, the turtle resilience, the ...",
- "info": {
- "attack": 8,
- "defense": 7,
- "magic": 4,
- "difficulty": 7
- },
- "image": {
- "full": "Udyr.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 48,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "MP",
- "stats": {
- "hp": 593.32,
- "hpperlevel": 99,
- "mp": 270.4,
- "mpperlevel": 30,
- "movespeed": 345,
- "armor": 25.47,
- "armorperlevel": 4,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 6,
- "hpregenperlevel": 0.75,
- "mpregen": 7.505,
- "mpregenperlevel": 0.45,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 58.286,
- "attackdamageperlevel": 3.2,
- "attackspeedoffset": -0.05,
- "attackspeedperlevel": 2.67
- }
- },
- "Urgot": {
- "version": "6.24.1",
- "id": "Urgot",
- "key": "6",
- "name": "Urgot",
- "title": "the Headsman's Pride",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Urgot.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Urgot_0.jpg",
- "blurb": "There are warriors who become great for their strength, cunning, or skill with arms. Others simply refuse to die. Urgot, once a great soldier of Noxus, may constitute a case in support of the latter. Prone to diving headlong into enemy battle lines, ...",
- "info": {
- "attack": 8,
- "defense": 5,
- "magic": 3,
- "difficulty": 8
- },
- "image": {
- "full": "Urgot.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 96,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman",
- "Fighter"
- ],
- "partype": "MP",
- "stats": {
- "hp": 586.52,
- "hpperlevel": 89,
- "mp": 312.4,
- "mpperlevel": 55,
- "movespeed": 335,
- "armor": 24.544,
- "armorperlevel": 3.3,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 425,
- "hpregen": 6.505,
- "hpregenperlevel": 0.6,
- "mpregen": 8.59,
- "mpregenperlevel": 0.65,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 54.05,
- "attackdamageperlevel": 3.6,
- "attackspeedoffset": -0.03,
- "attackspeedperlevel": 2.9
- }
- },
- "Varus": {
- "version": "6.24.1",
- "id": "Varus",
- "key": "110",
- "name": "Varus",
- "title": "the Arrow of Retribution",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Varus.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Varus_0.jpg",
- "blurb": "''The life of an arrow is fleeting, built of nothing but direction and intent.''
For his incomparable skill with the bow and his unquestioned sense of honor, Varus was chosen to be the warden of a sacred Ionian temple. The temple was built to ...",
- "info": {
- "attack": 7,
- "defense": 3,
- "magic": 4,
- "difficulty": 2
- },
- "image": {
- "full": "Varus.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 144,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 537.76,
- "hpperlevel": 82,
- "mp": 360.48,
- "mpperlevel": 33,
- "movespeed": 330,
- "armor": 23.212,
- "armorperlevel": 3.4,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 575,
- "hpregen": 5.42,
- "hpregenperlevel": 0.55,
- "mpregen": 7.34,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 54.66,
- "attackdamageperlevel": 2.41,
- "attackspeedoffset": -0.05,
- "attackspeedperlevel": 3
- }
- },
- "Vayne": {
- "version": "6.24.1",
- "id": "Vayne",
- "key": "67",
- "name": "Vayne",
- "title": "the Night Hunter",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Vayne.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Vayne_0.jpg",
- "blurb": "The world is not always as civilized as people might think. There are still those who would follow the blackest paths of magic and become corrupted by the darker powers that flow through Runeterra. Shauna Vayne knows this fact well.
As a young ...",
- "info": {
- "attack": 10,
- "defense": 1,
- "magic": 1,
- "difficulty": 8
- },
- "image": {
- "full": "Vayne.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 192,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Marksman",
- "Assassin"
- ],
- "partype": "MP",
- "stats": {
- "hp": 498.44,
- "hpperlevel": 83,
- "mp": 231.8,
- "mpperlevel": 35,
- "movespeed": 330,
- "armor": 19.012,
- "armorperlevel": 3.4,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 5.42,
- "hpregenperlevel": 0.55,
- "mpregen": 6.97,
- "mpregenperlevel": 0.4,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 55.88,
- "attackdamageperlevel": 1.66,
- "attackspeedoffset": -0.05,
- "attackspeedperlevel": 4
- }
- },
- "Veigar": {
- "version": "6.24.1",
- "id": "Veigar",
- "key": "45",
- "name": "Veigar",
- "title": "the Tiny Master of Evil",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Veigar.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Veigar_0.jpg",
- "blurb": "To most, thoughts of yordles do not conjure images to be feared. The easygoing half-pint race, though fierce, is often regarded with some degree of joviality. Their high-pitched voices and naturally cute forms inspire something of a protective ...",
- "info": {
- "attack": 2,
- "defense": 2,
- "magic": 10,
- "difficulty": 7
- },
- "image": {
- "full": "Veigar.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 240,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 492.76,
- "hpperlevel": 82,
- "mp": 392.4,
- "mpperlevel": 52,
- "movespeed": 340,
- "armor": 22.55,
- "armorperlevel": 3.75,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 525,
- "hpregen": 5.42,
- "hpregenperlevel": 0.55,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 50.71,
- "attackdamageperlevel": 2.625,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.24
- }
- },
- "Velkoz": {
- "version": "6.24.1",
- "id": "Velkoz",
- "key": "161",
- "name": "Vel'Koz",
- "title": "the Eye of the Void",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Velkoz.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Velkoz_0.jpg",
- "blurb": "I pass into the sudden glare. Blink. Blink, blink, blink. My eyes adjust and evaluate the landscape before me.
There's a scurrying. I look down to find a small, white creature standing on its hind legs, sniffing at my body. It intrigues me....",
- "info": {
- "attack": 2,
- "defense": 2,
- "magic": 10,
- "difficulty": 8
- },
- "image": {
- "full": "Velkoz.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 288,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 507.68,
- "hpperlevel": 76,
- "mp": 375.6,
- "mpperlevel": 42,
- "movespeed": 340,
- "armor": 21.88,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 525,
- "hpregen": 5.42,
- "hpregenperlevel": 0.55,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 54.9379,
- "attackdamageperlevel": 3.14159,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 1.36
- }
- },
- "Vi": {
- "version": "6.24.1",
- "id": "Vi",
- "key": "254",
- "name": "Vi",
- "title": "the Piltover Enforcer",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Vi.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Vi_0.jpg",
- "blurb": "To Vi, every problem is just another brick wall to punch through with her gigantic hextech gauntlets. Though she grew up on the wrong side of the law, Vi now uses her criminal know-how to serve Piltover's police force. Vi's brash attitude, abrasive ...",
- "info": {
- "attack": 8,
- "defense": 5,
- "magic": 3,
- "difficulty": 4
- },
- "image": {
- "full": "Vi.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 336,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Assassin"
- ],
- "partype": "MP",
- "stats": {
- "hp": 582.8,
- "hpperlevel": 85,
- "mp": 295.6,
- "mpperlevel": 45,
- "movespeed": 345,
- "armor": 25.88,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 9.01,
- "hpregenperlevel": 0.9,
- "mpregen": 8.09,
- "mpregenperlevel": 0.65,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 55.88,
- "attackdamageperlevel": 3.5,
- "attackspeedoffset": -0.03,
- "attackspeedperlevel": 2.5
- }
- },
- "Viktor": {
- "version": "6.24.1",
- "id": "Viktor",
- "key": "112",
- "name": "Viktor",
- "title": "the Machine Herald",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Viktor.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Viktor_0.jpg",
- "blurb": "Early in life, Viktor discovered his passion for science and invention, particularly in the field of mechanical automation. He attended Zaun's prestigious College of Techmaturgy and led the team that constructed Blitzcrank - a scientific breakthrough ...",
- "info": {
- "attack": 2,
- "defense": 4,
- "magic": 10,
- "difficulty": 9
- },
- "image": {
- "full": "Viktor.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 384,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 516.04,
- "hpperlevel": 78,
- "mp": 324,
- "mpperlevel": 50,
- "movespeed": 335,
- "armor": 22.72,
- "armorperlevel": 4,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 525,
- "hpregen": 7.84,
- "hpregenperlevel": 0.65,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 52.04,
- "attackdamageperlevel": 3,
- "attackspeedoffset": -0.05,
- "attackspeedperlevel": 2.11
- }
- },
- "Vladimir": {
- "version": "6.24.1",
- "id": "Vladimir",
- "key": "8",
- "name": "Vladimir",
- "title": "the Crimson Reaper",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Vladimir.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Vladimir_0.jpg",
- "blurb": "There is a temple hidden in the mountains between Noxus and the Tempest Flats, where the secrets of an ancient and terrifying sorcery are kept. The area surrounding the temple is littered with the exsanguinated corpses of those who have mistakenly ...",
- "info": {
- "attack": 2,
- "defense": 6,
- "magic": 8,
- "difficulty": 7
- },
- "image": {
- "full": "Vladimir.png",
- "sprite": "champion3.png",
- "group": "champion",
- "x": 432,
- "y": 96,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Tank"
- ],
- "partype": "Gnarfury",
- "stats": {
- "hp": 525,
- "hpperlevel": 84,
- "mp": 2,
- "mpperlevel": 0,
- "movespeed": 330,
- "armor": 23,
- "armorperlevel": 3.3,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 450,
- "hpregen": 7.005,
- "hpregenperlevel": 0.6,
- "mpregen": 0,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 52,
- "attackdamageperlevel": 3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2
- }
- },
- "Volibear": {
- "version": "6.24.1",
- "id": "Volibear",
- "key": "106",
- "name": "Volibear",
- "title": "the Thunder's Roar",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Volibear.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Volibear_0.jpg",
- "blurb": "The unforgiving northern reaches of the Freljord are home to the Ursine, a fierce and warlike race that has endured the barren tundra for thousands of years. Their leader is a furious adversary who commands the force of lightning to strike fear within ...",
- "info": {
- "attack": 7,
- "defense": 7,
- "magic": 4,
- "difficulty": 3
- },
- "image": {
- "full": "Volibear.png",
- "sprite": "champion4.png",
- "group": "champion",
- "x": 0,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "MP",
- "stats": {
- "hp": 584.48,
- "hpperlevel": 86,
- "mp": 270.4,
- "mpperlevel": 30,
- "movespeed": 345,
- "armor": 26.38,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.09,
- "hpregenperlevel": 0.65,
- "mpregen": 8.09,
- "mpregenperlevel": 0.65,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 59.544,
- "attackdamageperlevel": 3.3,
- "attackspeedoffset": -0.05,
- "attackspeedperlevel": 2.67
- }
- },
- "Warwick": {
- "version": "6.24.1",
- "id": "Warwick",
- "key": "19",
- "name": "Warwick",
- "title": "the Blood Hunter",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Warwick.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Warwick_0.jpg",
- "blurb": "Warwick was once a man revered for his ability to track down human specimens for the darkest types of scientific research. When his ambitions exceeded his physical limits, he drank a dangerous elixir to transform himself into an unstoppable manhunter. ...",
- "info": {
- "attack": 7,
- "defense": 4,
- "magic": 4,
- "difficulty": 3
- },
- "image": {
- "full": "Warwick.png",
- "sprite": "champion4.png",
- "group": "champion",
- "x": 48,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "MP",
- "stats": {
- "hp": 592.64,
- "hpperlevel": 98,
- "mp": 240.4,
- "mpperlevel": 30,
- "movespeed": 345,
- "armor": 25.88,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 8.39,
- "hpregenperlevel": 0.8,
- "mpregen": 8.105,
- "mpregenperlevel": 0.6,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 62.43,
- "attackdamageperlevel": 3.375,
- "attackspeedoffset": -0.08,
- "attackspeedperlevel": 2.88
- }
- },
- "Xerath": {
- "version": "6.24.1",
- "id": "Xerath",
- "key": "101",
- "name": "Xerath",
- "title": "the Magus Ascendant",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Xerath.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Xerath_0.jpg",
- "blurb": "''A lifetime as a slave has prepared me for eternity as your master.''
Xerath is an Ascended Magus of ancient Shurima, a being of arcane energy writhing in the broken shards of a magical sarcophagus. For millennia, he was trapped beneath the ...",
- "info": {
- "attack": 1,
- "defense": 3,
- "magic": 10,
- "difficulty": 8
- },
- "image": {
- "full": "Xerath.png",
- "sprite": "champion4.png",
- "group": "champion",
- "x": 96,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Assassin"
- ],
- "partype": "MP",
- "stats": {
- "hp": 514.4,
- "hpperlevel": 80,
- "mp": 366.96,
- "mpperlevel": 44,
- "movespeed": 340,
- "armor": 21.88,
- "armorperlevel": 3.5,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 525,
- "hpregen": 5.42,
- "hpregenperlevel": 0.55,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 54.7,
- "attackdamageperlevel": 3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 1.36
- }
- },
- "XinZhao": {
- "version": "6.24.1",
- "id": "XinZhao",
- "key": "5",
- "name": "Xin Zhao",
- "title": "the Seneschal of Demacia",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/XinZhao.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/XinZhao_0.jpg",
- "blurb": "''Death is inevitable, one can only avoid defeat.''
Whenever Jarvan III, the king of Demacia, delivers one of his rallying speeches from the glinting marble balcony atop the Royal Palace, Xin Zhao is at his side. Coined the Seneschal of Demacia,...",
- "info": {
- "attack": 8,
- "defense": 6,
- "magic": 3,
- "difficulty": 2
- },
- "image": {
- "full": "XinZhao.png",
- "sprite": "champion4.png",
- "group": "champion",
- "x": 144,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Assassin"
- ],
- "partype": "MP",
- "stats": {
- "hp": 600,
- "hpperlevel": 92,
- "mp": 273.8,
- "mpperlevel": 35,
- "movespeed": 345,
- "armor": 25.88,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 175,
- "hpregen": 8.175,
- "hpregenperlevel": 0.7,
- "mpregen": 7.255,
- "mpregenperlevel": 0.45,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 57.544,
- "attackdamageperlevel": 3.3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.6
- }
- },
- "Yasuo": {
- "version": "6.24.1",
- "id": "Yasuo",
- "key": "157",
- "name": "Yasuo",
- "title": "the Unforgiven",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Yasuo.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Yasuo_0.jpg",
- "blurb": "Yasuo is a man of resolve, an agile swordsman who wields the wind itself to cut down his foes. This once-proud warrior has been disgraced by a false accusation and forced into a desperate fight for survival. With the world turned against him, he will ...",
- "info": {
- "attack": 8,
- "defense": 4,
- "magic": 4,
- "difficulty": 10
- },
- "image": {
- "full": "Yasuo.png",
- "sprite": "champion4.png",
- "group": "champion",
- "x": 192,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Assassin"
- ],
- "partype": "Wind",
- "stats": {
- "hp": 517.76,
- "hpperlevel": 82,
- "mp": 100,
- "mpperlevel": 0,
- "movespeed": 345,
- "armor": 24.712,
- "armorperlevel": 3.4,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 175,
- "hpregen": 6.51,
- "hpregenperlevel": 0.9,
- "mpregen": 0,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 55.376,
- "attackdamageperlevel": 3.2,
- "attackspeedoffset": -0.067,
- "attackspeedperlevel": 2.5
- }
- },
- "Yorick": {
- "version": "6.24.1",
- "id": "Yorick",
- "key": "83",
- "name": "Yorick",
- "title": "Shepherd of Souls",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Yorick.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Yorick_0.jpg",
- "blurb": "''These isles… How they scream.''
The last survivor of a long-forgotten religious order, Yorick is both blessed and cursed with power over the dead. Trapped on the Shadow Isles, his only companions are the rotting corpses and shrieking spirits that ...",
- "info": {
- "attack": 6,
- "defense": 6,
- "magic": 4,
- "difficulty": 6
- },
- "image": {
- "full": "Yorick.png",
- "sprite": "champion4.png",
- "group": "champion",
- "x": 240,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Fighter",
- "Tank"
- ],
- "partype": "MP",
- "stats": {
- "hp": 580,
- "hpperlevel": 100,
- "mp": 300,
- "mpperlevel": 40,
- "movespeed": 340,
- "armor": 30,
- "armorperlevel": 4,
- "spellblock": 32,
- "spellblockperlevel": 1.25,
- "attackrange": 175,
- "hpregen": 8,
- "hpregenperlevel": 0.8,
- "mpregen": 7.5,
- "mpregenperlevel": 0.75,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 57,
- "attackdamageperlevel": 5,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2
- }
- },
- "Zac": {
- "version": "6.24.1",
- "id": "Zac",
- "key": "154",
- "name": "Zac",
- "title": "the Secret Weapon",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Zac.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Zac_0.jpg",
- "blurb": "Zac is the product of a Zaun experiment to manufacture a hexchem-engineered supersoldier - the Zaun Amorphous Combatant. Combining brute strength with limitless flexibility, he is a versatile juggernaut: a creative fighter who bounces over obstacles ...",
- "info": {
- "attack": 3,
- "defense": 7,
- "magic": 7,
- "difficulty": 8
- },
- "image": {
- "full": "Zac.png",
- "sprite": "champion4.png",
- "group": "champion",
- "x": 288,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Tank",
- "Fighter"
- ],
- "partype": "None",
- "stats": {
- "hp": 614.6,
- "hpperlevel": 95,
- "mp": 0,
- "mpperlevel": 0,
- "movespeed": 340,
- "armor": 23.88,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 175,
- "hpregen": 7.92,
- "hpregenperlevel": 0.55,
- "mpregen": 0,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 59.67,
- "attackdamageperlevel": 3.375,
- "attackspeedoffset": -0.02,
- "attackspeedperlevel": 1.6
- }
- },
- "Zed": {
- "version": "6.24.1",
- "id": "Zed",
- "key": "238",
- "name": "Zed",
- "title": "the Master of Shadows",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Zed.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Zed_0.jpg",
- "blurb": "Zed is the first ninja in 200 years to unlock the ancient, forbidden ways. He defied his clan and master, casting off the balance and discipline that had shackled him all his life. Zed now offers power to those who embrace knowledge of the shadows, ...",
- "info": {
- "attack": 9,
- "defense": 2,
- "magic": 1,
- "difficulty": 7
- },
- "image": {
- "full": "Zed.png",
- "sprite": "champion4.png",
- "group": "champion",
- "x": 336,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Assassin",
- "Fighter"
- ],
- "partype": "Energy",
- "stats": {
- "hp": 579.4,
- "hpperlevel": 80,
- "mp": 200,
- "mpperlevel": 0,
- "movespeed": 345,
- "armor": 26.88,
- "armorperlevel": 3.5,
- "spellblock": 32.1,
- "spellblockperlevel": 1.25,
- "attackrange": 125,
- "hpregen": 7.09,
- "hpregenperlevel": 0.65,
- "mpregen": 50,
- "mpregenperlevel": 0,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 54.712,
- "attackdamageperlevel": 3.4,
- "attackspeedoffset": -0.03,
- "attackspeedperlevel": 2.1
- }
- },
- "Ziggs": {
- "version": "6.24.1",
- "id": "Ziggs",
- "key": "115",
- "name": "Ziggs",
- "title": "the Hexplosives Expert",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Ziggs.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Ziggs_0.jpg",
- "blurb": "Ziggs was born with a talent for tinkering, but his chaotic, hyperactive nature was unusual among yordle scientists. Aspiring to be a revered inventor like Heimerdinger, he rattled through ambitious projects with manic zeal, emboldened by both his ...",
- "info": {
- "attack": 2,
- "defense": 4,
- "magic": 9,
- "difficulty": 4
- },
- "image": {
- "full": "Ziggs.png",
- "sprite": "champion4.png",
- "group": "champion",
- "x": 384,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 524.4,
- "hpperlevel": 80,
- "mp": 384,
- "mpperlevel": 47,
- "movespeed": 325,
- "armor": 21.544,
- "armorperlevel": 3.3,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 6.255,
- "hpregenperlevel": 0.6,
- "mpregen": 6,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 54.208,
- "attackdamageperlevel": 3.1,
- "attackspeedoffset": -0.04734,
- "attackspeedperlevel": 2
- }
- },
- "Zilean": {
- "version": "6.24.1",
- "id": "Zilean",
- "key": "26",
- "name": "Zilean",
- "title": "the Chronokeeper",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Zilean.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Zilean_0.jpg",
- "blurb": "In the wastelands of Urtistan, there was once a great city. It perished long ago in a terrible Rune War, like most of the lands below the Great Barrier. Nevertheless, one man survived: a sorcerer named Zilean. Being obsessed with time, it was only ...",
- "info": {
- "attack": 2,
- "defense": 5,
- "magic": 8,
- "difficulty": 6
- },
- "image": {
- "full": "Zilean.png",
- "sprite": "champion4.png",
- "group": "champion",
- "x": 432,
- "y": 0,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Support",
- "Mage"
- ],
- "partype": "MP",
- "stats": {
- "hp": 499.28,
- "hpperlevel": 77,
- "mp": 360.8,
- "mpperlevel": 60,
- "movespeed": 335,
- "armor": 19.134,
- "armorperlevel": 3.8,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 550,
- "hpregen": 5.44,
- "hpregenperlevel": 0.5,
- "mpregen": 8.5,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 51.64,
- "attackdamageperlevel": 3,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.13
- }
- },
- "Zyra": {
- "version": "6.24.1",
- "id": "Zyra",
- "key": "143",
- "name": "Zyra",
- "title": "Rise of the Thorns",
- "img": "https://www.masterypoints.com/assets/img/lol/champion_icons/Zyra.png",
- "splash": "http://ddragon.leagueoflegends.com/cdn/img/champion/splash/Zyra_0.jpg",
- "blurb": "Longing to take control of her fate, the ancient, dying plant Zyra transferred her consciousness into a human body for a second chance at life. Centuries ago, she and her kind dominated the Kumungu Jungle, using thorns and vines to consume any animal ...",
- "info": {
- "attack": 4,
- "defense": 3,
- "magic": 8,
- "difficulty": 7
- },
- "image": {
- "full": "Zyra.png",
- "sprite": "champion4.png",
- "group": "champion",
- "x": 0,
- "y": 48,
- "w": 48,
- "h": 48
- },
- "tags": [
- "Mage",
- "Support"
- ],
- "partype": "MP",
- "stats": {
- "hp": 499.32,
- "hpperlevel": 74,
- "mp": 334,
- "mpperlevel": 50,
- "movespeed": 340,
- "armor": 20.04,
- "armorperlevel": 3,
- "spellblock": 30,
- "spellblockperlevel": 0,
- "attackrange": 575,
- "hpregen": 5.69,
- "hpregenperlevel": 0.5,
- "mpregen": 8.5,
- "mpregenperlevel": 0.8,
- "crit": 0,
- "critperlevel": 0,
- "attackdamage": 53.376,
- "attackdamageperlevel": 3.2,
- "attackspeedoffset": 0,
- "attackspeedperlevel": 2.11
- }
- }
- }
-}
diff --git a/src/data/pokemon/README.md b/src/data/pokemon/README.md
deleted file mode 100644
index 028f0a7c..00000000
--- a/src/data/pokemon/README.md
+++ /dev/null
@@ -1,37 +0,0 @@
-# Pokémon
-
-Pokémon GO es una experiencia de juego internacional que cuenta con más de mil
-millones de descargas y ha sido nombrada "el mejor juego para móviles" por
-Game Developers Choice Awards y "la mejor aplicación del año" por TechCrunch
-(tomado de Google Play). Los usuarios del juego se convierten en "Maestros/
-entrenadores de Pokémon" y pueden:
-
-- **Descubrir el mundo Pokémon:** explorar y descubrir nuevos Pokémon allá
- donde vayan.
-- **Atrapar** distintos Pokémon para completar su Pokédex.
-- **Pelear** contra Pokémon de otros entrenadores y conquistar un gimnasio.
-- **Competir** en épicos combates contra otros entrenadores.
-- **Hacer equipo** con otros entrenadores para atrapar poderosos Pokémon
- durante las incursiones.
-
-## Hallazgos
-
-Para entender mejor qué necesidades complementarias a la app tienen los
-usuarios, hicimos una rápida investigación (research) y estos son algunos
-de los hallazgos.
-
-- Los Pokémon tienen características únicas que determinan las decisiones que
- toma el usuario (tipo, debilidad, peso, multiplicador, etc.)
-- Un maestro Pokémon antes de salir a casar los Pokémon tienen que:
- saber el top 10 de frecuencia de aparición de los Pokémon.
-- Los Pokémon tienen distintos tipos y debilidades de combate. Estas
- características son importantes cuando un maestro Pokémon elige al Pokémon
- más adecuado para su batalla. Hay veces que tiene que elegir a los que
- tienen menos cantidad de debilidades y saber de que tipo son. Por ello, es
- importante para un maestro Pokémon poder ordenarlos por estas 2
- características.
-- Los Pokémon evolucionan y es importante para un
- maestro Pokémon saber cuántas y cuáles son las evoluciones que tienen antes y
- después.
-- Los Pokémon se alimentan de caramelos y un maestro Pokémon necesita saber
- cuántos caramelos necesita un Pokémon para evolucionar.
diff --git a/src/data/pokemon/README.pt-BR.md b/src/data/pokemon/README.pt-BR.md
deleted file mode 100644
index e553af27..00000000
--- a/src/data/pokemon/README.pt-BR.md
+++ /dev/null
@@ -1,33 +0,0 @@
-# Pokémon
-
-Pokémon GO é uma experiência de jogo internacional que tem mais de um bilhão de
-downloads e foi nomeado "o melhor jogo para celular" pelo Game Developers Choice
-Awards e "a melhor aplicação do ano" pelo TechCrunch (extraído do Google Play).
-Os usuários do jogo se tornam "Mestres/ treinadores Pokémons" e podem:
-
-- **Descobrir o mundo Pokémon:** explorar e descobrir novos Pokémon onde quer
- que estejam.
-- **Pegar** diferentes Pokémon para completar seu Pokédex.
-- **Lutar** contra Pokémon de outros treinadores e conquiste ginásios.
-- **Competir** em batalhas épicas contra outros treinadores.
-- **Juntar-se** a outros treinadores para capturar Pokémon poderosos durante os
- ataques.
-
-## Constatações
-
-Para entender melhor as necessidades complementares dos usuários do aplicativo,
-fizemos uma investigação rápida (pesquisa) e estas são algumas das descobertas.
-
-- Os Pokémons têm características únicas que determinam as decisões tomadas pelo
- usuário (tipo, fraqueza, peso, multiplicador, etc.).
-- Um mestre Pokémon antes de sair para caçar os Pokémons tem que conhecer os 10
- principais Pokémons que aparecem com mais frequência.
-- Os Pokémons têm diferentes tipos e fraquezas em combate. Estas características
- são importantes na escolha do Pokémon mais adequado para sua batalha. Às
- vezes, você tem que escolher aqueles com menos fraquezas e saber de que tipo
- eles são. Portanto, é importante que um mestre de Pokémon seja capaz de
- ordená-los por essas 2 características.
-- Os Pokémons evoluem e é importante para um mestre Pokémon saber quantas e
- quais evoluções eles têm antes e depois.
-- Pokémon comem _candies_ e um mestre Pokémon precisa saber quantos _candies_ um
- Pokémon precisa para evoluir.
diff --git a/src/data/pokemon/pokemon.js b/src/data/pokemon/pokemon.js
deleted file mode 100644
index 4fd2ca67..00000000
--- a/src/data/pokemon/pokemon.js
+++ /dev/null
@@ -1,23953 +0,0 @@
-export default {
- "pokemon": [{
- "num": "001",
- "name": "bulbasaur",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Bulbasaur can be seen napping in bright sunlight. There is a seed on its back. By soaking up the sun's rays, the seed grows progressively larger.",
- "img": "https://www.serebii.net/pokemongo/pokemon/001.png",
- "size": {
- "height": "0.71 m",
- "weight": "6.9 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.69",
- "stats": {
- "base-attack": "118",
- "base-defense": "111",
- "base-stamina": "128",
- "max-cp": "1115",
- "max-hp": "113"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "flying",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "vine whip",
- "type": "grass",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "seed bomb",
- "type": "grass",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "power whip",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "bulbasaur candy",
- "next-evolution": [{
- "num": "002",
- "name": "ivysaur",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "003",
- "name": "venusaur",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "002",
- "name": "ivysaur",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "There is a bud on this Pokémon's back. To support its weight, Ivysaur's legs and trunk grow thick and strong. If it starts spending more time lying in the sunlight, it's a sign that the bud will bloom into a large flower soon.",
- "img": "https://www.serebii.net/pokemongo/pokemon/002.png",
- "size": {
- "height": "0.99 m",
- "weight": "13.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.042",
- "stats": {
- "base-attack": "151",
- "base-defense": "143",
- "base-stamina": "155",
- "max-cp": "1699",
- "max-hp": "134"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "flying",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "vine whip",
- "type": "grass",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- },
- {
- "name": "power whip",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "bulbasaur candy",
- "next-evolution": [{
- "num": "003",
- "name": "venusaur",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "001",
- "name": "bulbasaur",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "003",
- "name": "venusaur",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "There is a large flower on Venusaur's back. The flower is said to take on vivid colors if it gets plenty of nutrition and sunlight. The flower's aroma soothes the emotions of people.",
- "img": "https://www.serebii.net/pokemongo/pokemon/003.png",
- "size": {
- "height": "2.01 m",
- "weight": "100.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": "0.017",
- "stats": {
- "base-attack": "198",
- "base-defense": "189",
- "base-stamina": "190",
- "max-cp": "2720",
- "max-hp": "162"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "flying",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "vine whip",
- "type": "grass",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "petal blizzard",
- "type": "grass",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "2.6"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "bulbasaur candy",
- "prev-evolution": [{
- "num": "002",
- "name": "ivysaur",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "001",
- "name": "bulbasaur",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "004",
- "name": "charmander",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "The flame that burns at the tip of its tail is an indication of its emotions. The flame wavers when Charmander is enjoying itself. If the Pokémon becomes enraged, the flame burns fiercely.",
- "img": "https://www.serebii.net/pokemongo/pokemon/004.png",
- "size": {
- "height": "0.61 m",
- "weight": "8.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.253",
- "stats": {
- "base-attack": "116",
- "base-defense": "93",
- "base-stamina": "118",
- "max-cp": "980",
- "max-hp": "105"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "flame charge",
- "type": "fire",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.8"
- },
- {
- "name": "flame burst",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "charmander candy",
- "next-evolution": [{
- "num": "005",
- "name": "charmeleon",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "006",
- "name": "charizard",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "005",
- "name": "charmeleon",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Charmeleon mercilessly destroys its foes using its sharp claws. If it encounters a strong foe, it turns aggressive. In this excited state, the flame at the tip of its tail flares with a bluish white color.",
- "img": "https://www.serebii.net/pokemongo/pokemon/005.png",
- "size": {
- "height": "1.09 m",
- "weight": "19.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.012",
- "stats": {
- "base-attack": "158",
- "base-defense": "126",
- "base-stamina": "151",
- "max-cp": "1653",
- "max-hp": "131"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "fire fang",
- "type": "fire",
- "base-damage": "11",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "fire punch",
- "type": "fire",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.2"
- },
- {
- "name": "flame burst",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "charmander candy",
- "next-evolution": [{
- "num": "006",
- "name": "charizard",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "004",
- "name": "charmander",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "006",
- "name": "charizard",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Charizard flies around the sky in search of powerful opponents. It breathes fire of such great heat that it melts anything. However, it never turns its fiery breath on any opponent weaker than itself.",
- "img": "https://www.serebii.net/pokemongo/pokemon/006.png",
- "size": {
- "height": "1.70 m",
- "weight": "90.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": "0.0031",
- "stats": {
- "base-attack": "223",
- "base-defense": "173",
- "base-stamina": "186",
- "max-cp": "2889",
- "max-hp": "158"
- },
- "resistant": [
- "fire",
- "grass",
- "fighting",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "fire spin",
- "type": "fire",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.1"
- },
- {
- "name": "air slash",
- "type": "flying",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.2"
- },
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "wing attack",
- "type": "flying",
- "base-damage": "8",
- "energy": "9",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "dragon claw",
- "type": "dragon",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.7"
- },
- {
- "name": "overheat",
- "type": "fire",
- "base-damage": "160",
- "energy": "-100",
- "move-duration-seg": "4"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "charmander candy",
- "prev-evolution": [{
- "num": "005",
- "name": "charmeleon",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "004",
- "name": "charmander",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "007",
- "name": "squirtle",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Squirtle's shell is not merely used for protection. The shell's rounded shape and the grooves on its surface help minimize resistance in water, enabling this Pokémon to swim at high speeds.",
- "img": "https://www.serebii.net/pokemongo/pokemon/007.png",
- "size": {
- "height": "0.51 m",
- "weight": "9.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.58",
- "stats": {
- "base-attack": "94",
- "base-defense": "121",
- "base-stamina": "127",
- "max-cp": "946",
- "max-hp": "112"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "aqua jet",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.6"
- },
- {
- "name": "aqua tail",
- "type": "water",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "squirtle candy",
- "next-evolution": [{
- "num": "008",
- "name": "wartortle",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "009",
- "name": "blastoise",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "008",
- "name": "wartortle",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Its tail is large and covered with a rich, thick fur. The tail becomes increasingly deeper in color as Wartortle ages. The scratches on its shell are evidence of this Pokémon's toughness as a battler.",
- "img": "https://www.serebii.net/pokemongo/pokemon/008.png",
- "size": {
- "height": "0.99 m",
- "weight": "22.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.034",
- "stats": {
- "base-attack": "126",
- "base-defense": "155",
- "base-stamina": "153",
- "max-cp": "1488",
- "max-hp": "132"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "aqua jet",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.6"
- },
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "squirtle candy",
- "next-evolution": [{
- "num": "009",
- "name": "blastoise",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "007",
- "name": "squirtle",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "009",
- "name": "blastoise",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Blastoise has water spouts that protrude from its shell. The water spouts are very accurate. They can shoot bullets of water with enough accuracy to strike empty cans from a distance of over 160 feet.",
- "img": "https://www.serebii.net/pokemongo/pokemon/009.png",
- "size": {
- "height": "1.60 m",
- "weight": "85.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": "0.0067",
- "stats": {
- "base-attack": "171",
- "base-defense": "207",
- "base-stamina": "188",
- "max-cp": "2466",
- "max-hp": "160"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "flash cannon",
- "type": "steel",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.7"
- },
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "squirtle candy",
- "prev-evolution": [{
- "num": "008",
- "name": "wartortle",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "007",
- "name": "squirtle",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "010",
- "name": "caterpie",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Caterpie has a voracious appetite. It can devour leaves bigger than its body right before your eyes. From its antenna, this Pokémon releases a terrifically strong odor.",
- "img": "https://www.serebii.net/pokemongo/pokemon/010.png",
- "size": {
- "height": "0.30 m",
- "weight": "2.9 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "3.032",
- "stats": {
- "base-attack": "55",
- "base-defense": "55",
- "base-stamina": "128",
- "max-cp": "437",
- "max-hp": "113"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "rock"
- ],
- "quick-move": [
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "struggle",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "caterpie candy",
- "next-evolution": [{
- "num": "011",
- "name": "metapod",
- "candy-cost": "12",
- "next-evolution": [{
- "num": "012",
- "name": "butterfree",
- "candy-cost": "50"
- }]
- }]
- }
- },
- {
- "num": "011",
- "name": "metapod",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "The shell covering this Pokémon's body is as hard as an iron slab. Metapod does not move very much. It stays still because it is preparing its soft innards for evolution inside the hard shell.",
- "img": "https://www.serebii.net/pokemongo/pokemon/011.png",
- "size": {
- "height": "0.71 m",
- "weight": "9.9 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "0.187",
- "stats": {
- "base-attack": "45",
- "base-defense": "80",
- "base-stamina": "137",
- "max-cp": "450",
- "max-hp": "120"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "rock"
- ],
- "quick-move": [
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "struggle",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "caterpie candy",
- "next-evolution": [{
- "num": "012",
- "name": "butterfree",
- "candy-cost": "50"
- }],
- "prev-evolution": [{
- "num": "010",
- "name": "caterpie",
- "candy-cost": "12"
- }]
- }
- },
- {
- "num": "012",
- "name": "butterfree",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Butterfree has a superior ability to search for delicious honey from flowers. It can even search out, extract, and carry honey from flowers that are blooming over six miles from its nest.",
- "img": "https://www.serebii.net/pokemongo/pokemon/012.png",
- "size": {
- "height": "1.09 m",
- "weight": "32.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.022",
- "stats": {
- "base-attack": "167",
- "base-defense": "137",
- "base-stamina": "155",
- "max-cp": "1827",
- "max-hp": "134"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "fire",
- "electric",
- "ice",
- "flying",
- "rock"
- ],
- "quick-move": [
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- },
- {
- "name": "struggle bug",
- "type": "bug",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "bug buzz",
- "type": "bug",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.7"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "signal beam",
- "type": "bug",
- "base-damage": "75",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "caterpie candy",
- "prev-evolution": [{
- "num": "011",
- "name": "metapod",
- "candy-cost": "50",
- "prev-evolution": [{
- "num": "010",
- "name": "caterpie",
- "candy-cost": "12"
- }]
- }]
- }
- },
- {
- "num": "013",
- "name": "weedle",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Weedle has an extremely acute sense of smell. It is capable of distinguishing its favorite kinds of leaves from those it dislikes just by sniffing with its big red proboscis (nose).",
- "img": "https://www.serebii.net/pokemongo/pokemon/013.png",
- "size": {
- "height": "0.30 m",
- "weight": "3.2 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "7.12",
- "stats": {
- "base-attack": "63",
- "base-defense": "50",
- "base-stamina": "120",
- "max-cp": "456",
- "max-hp": "106"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "struggle",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "weedle candy",
- "next-evolution": [{
- "num": "014",
- "name": "kakuna",
- "candy-cost": "12",
- "next-evolution": [{
- "num": "015",
- "name": "beedrill",
- "candy-cost": "50"
- }]
- }]
- }
- },
- {
- "num": "014",
- "name": "kakuna",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Kakuna remains virtually immobile as it clings to a tree. However, on the inside, it is extremely busy as it prepares for its coming evolution. This is evident from how hot the shell becomes to the touch.",
- "img": "https://www.serebii.net/pokemongo/pokemon/014.png",
- "size": {
- "height": "0.61 m",
- "weight": "10.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "0.44",
- "stats": {
- "base-attack": "46",
- "base-defense": "75",
- "base-stamina": "128",
- "max-cp": "432",
- "max-hp": "113"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "struggle",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "weedle candy",
- "next-evolution": [{
- "num": "015",
- "name": "beedrill",
- "candy-cost": "50"
- }],
- "prev-evolution": [{
- "num": "013",
- "name": "weedle",
- "candy-cost": "12"
- }]
- }
- },
- {
- "num": "015",
- "name": "beedrill",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Beedrill is extremely territorial. No one should ever approach its nest-this is for their own safety. If angered, they will attack in a furious swarm.",
- "img": "https://www.serebii.net/pokemongo/pokemon/015.png",
- "size": {
- "height": "0.99 m",
- "weight": "29.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.051",
- "stats": {
- "base-attack": "169",
- "base-defense": "130",
- "base-stamina": "163",
- "max-cp": "1846",
- "max-hp": "140"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "poison jab",
- "type": "poison",
- "base-damage": "10",
- "energy": "7",
- "move-duration-seg": "0.8"
- },
- {
- "name": "infestation",
- "type": "bug",
- "base-damage": "10",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "x scissor",
- "type": "water",
- "base-damage": "50",
- "energy": "-100",
- "move-duration-seg": "4.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "weedle candy",
- "prev-evolution": [{
- "num": "014",
- "name": "kakuna",
- "candy-cost": "50",
- "prev-evolution": [{
- "num": "013",
- "name": "weedle",
- "candy-cost": "12"
- }]
- }]
- }
- },
- {
- "num": "016",
- "name": "pidgey",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Pidgey has an extremely sharp sense of direction. It is capable of unerringly returning home to its nest, however far it may be removed from its familiar surroundings.",
- "img": "https://www.serebii.net/pokemongo/pokemon/016.png",
- "size": {
- "height": "0.30 m",
- "weight": "1.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "15.98",
- "stats": {
- "base-attack": "85",
- "base-defense": "73",
- "base-stamina": "120",
- "max-cp": "680",
- "max-hp": "106"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "twister",
- "type": "dragon",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.8"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "air cutter",
- "type": "flying",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "pidgey candy",
- "next-evolution": [{
- "num": "017",
- "name": "pidgeotto",
- "candy-cost": "12",
- "next-evolution": [{
- "num": "018",
- "name": "pidgeot",
- "candy-cost": "50"
- }]
- }]
- }
- },
- {
- "num": "017",
- "name": "pidgeotto",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Pidgeotto claims a large area as its own territory. This Pokémon flies around, patrolling its living space. If its territory is violated, it shows no mercy in thoroughly punishing the foe with its sharp claws.",
- "img": "https://www.serebii.net/pokemongo/pokemon/017.png",
- "size": {
- "height": "1.09 m",
- "weight": "30.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "1.02",
- "stats": {
- "base-attack": "117",
- "base-defense": "105",
- "base-stamina": "160",
- "max-cp": "1194",
- "max-hp": "138"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "wing attack",
- "type": "flying",
- "base-damage": "8",
- "energy": "9",
- "move-duration-seg": "0.8"
- },
- {
- "name": "steel wing",
- "type": "steel",
- "base-damage": "11",
- "energy": "6",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "twister",
- "type": "dragon",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.8"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "air cutter",
- "type": "flying",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "pidgey candy",
- "next-evolution": [{
- "num": "018",
- "name": "pidgeot",
- "candy-cost": "50"
- }],
- "prev-evolution": [{
- "num": "016",
- "name": "pidgey",
- "candy-cost": "12"
- }]
- }
- },
- {
- "num": "018",
- "name": "pidgeot",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "This Pokémon has a dazzling plumage of beautifullyglossy feathers. Many Trainers are captivated by thestriking beauty of the feathers on its head, compellingthem to choose Pidgeot as their Pokémon.",
- "img": "https://www.serebii.net/pokemongo/pokemon/018.png",
- "size": {
- "height": "1.50 m",
- "weight": "39.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.13",
- "stats": {
- "base-attack": "166",
- "base-defense": "154",
- "base-stamina": "195",
- "max-cp": "2129",
- "max-hp": "165"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "steel wing",
- "type": "steel",
- "base-damage": "11",
- "energy": "6",
- "move-duration-seg": "0.8"
- },
- {
- "name": "air slash",
- "type": "flying",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.2"
- },
- {
- "name": "wing attack",
- "type": "flying",
- "base-damage": "8",
- "energy": "9",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "hurricane",
- "type": "flying",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "2.7"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "brave bird",
- "type": "flying",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2"
- },
- {
- "name": "air cutter",
- "type": "flying",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "pidgey candy",
- "prev-evolution": [{
- "num": "017",
- "name": "pidgeotto",
- "candy-cost": "50",
- "prev-evolution": [{
- "num": "016",
- "name": "pidgey",
- "candy-cost": "12"
- }]
- }]
- }
- },
- {
- "num": "019",
- "name": "rattata",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Rattata is cautious in the extreme. Even while it is asleep, it constantly listens by moving its ears around. It is not picky about where it lives-it will make its nest anywhere.",
- "img": "https://www.serebii.net/pokemongo/pokemon/019.png",
- "size": {
- "height": "0.30 m",
- "weight": "3.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "13.05",
- "stats": {
- "base-attack": "103",
- "base-defense": "70",
- "base-stamina": "102",
- "max-cp": "734",
- "max-hp": "92"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "hyper fang",
- "type": "normal",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "rattata candy",
- "next-evolution": [{
- "num": "020",
- "name": "raticate",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "020",
- "name": "raticate",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Raticate's sturdy fangs grow steadily. To keep them ground down, it gnaws on rocks and logs. It may even chew on the walls of houses.",
- "img": "https://www.serebii.net/pokemongo/pokemon/020.png",
- "size": {
- "height": "0.71 m",
- "weight": "18.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.41",
- "stats": {
- "base-attack": "161",
- "base-defense": "139",
- "base-stamina": "146",
- "max-cp": "1730",
- "max-hp": "127"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "hyper fang",
- "type": "normal",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "rattata candy",
- "prev-evolution": [{
- "num": "019",
- "name": "rattata",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "021",
- "name": "spearow",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Spearow has a very loud cry that can be heard over half a mile away. If its high, keening cry is heard echoing all around, it is a sign that they are warning each other of danger.",
- "img": "https://www.serebii.net/pokemongo/pokemon/021.png",
- "size": {
- "height": "0.30 m",
- "weight": "2.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "4.73",
- "stats": {
- "base-attack": "112",
- "base-defense": "60",
- "base-stamina": "120",
- "max-cp": "798",
- "max-hp": "106"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "drill peck",
- "type": "flying",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "sky attack",
- "type": "flying",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- },
- {
- "name": "twister",
- "type": "dragon",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.8"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "spearow candy",
- "next-evolution": [{
- "num": "022",
- "name": "fearow",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "022",
- "name": "fearow",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Fearow is recognized by its long neck and elongated beak. They are conveniently shaped for catching prey in soil or water. It deftly moves its long and skinny beak to pluck prey.",
- "img": "https://www.serebii.net/pokemongo/pokemon/022.png",
- "size": {
- "height": "1.19 m",
- "weight": "38.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.15",
- "stats": {
- "base-attack": "182",
- "base-defense": "133",
- "base-stamina": "163",
- "max-cp": "1997",
- "max-hp": "140"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "steel wing",
- "type": "steel",
- "base-damage": "11",
- "energy": "6",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "drill run",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.8"
- },
- {
- "name": "sky attack",
- "type": "flying",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- },
- {
- "name": "twister",
- "type": "dragon",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.8"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "spearow candy",
- "prev-evolution": [{
- "num": "021",
- "name": "spearow",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "023",
- "name": "ekans",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Ekans curls itself up in a spiral while it rests. Assuming this position allows it to quickly respond to a threat from any direction with a glare from its upraised head.",
- "img": "https://www.serebii.net/pokemongo/pokemon/023.png",
- "size": {
- "height": "2.01 m",
- "weight": "6.9 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "2.27",
- "stats": {
- "base-attack": "110",
- "base-defense": "97",
- "base-stamina": "111",
- "max-cp": "927",
- "max-hp": "99"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "wrap",
- "type": "normal",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.9"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "poison fang",
- "type": "poison",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.7"
- },
- {
- "name": "gunk shot",
- "type": "poison",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "ekans candy",
- "next-evolution": [{
- "num": "024",
- "name": "arbok",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "024",
- "name": "arbok",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "This Pokémon is terrifically strong in order to constrict things with its body. It can even flatten steel oil drums. Once Arbok wraps its body around its foe, escaping its crunching embrace is impossible.",
- "img": "https://www.serebii.net/pokemongo/pokemon/024.png",
- "size": {
- "height": "3.51 m",
- "weight": "65.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.072",
- "stats": {
- "base-attack": "167",
- "base-defense": "153",
- "base-stamina": "155",
- "max-cp": "1921",
- "max-hp": "134"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "sludge wave",
- "type": "poison",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "3.2"
- },
- {
- "name": "gunk shot",
- "type": "poison",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "ekans candy",
- "prev-evolution": [{
- "num": "023",
- "name": "ekans",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "025",
- "name": "pikachu",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Whenever Pikachu comes across something new, it blasts it with a jolt of electricity. If you come across a blackened berry, it's evidence that this Pokémon mistook the intensity of its charge.",
- "img": "https://www.serebii.net/pokemongo/pokemon/025.png",
- "size": {
- "height": "0.41 m",
- "weight": "6.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.21",
- "stats": {
- "base-attack": "112",
- "base-defense": "96",
- "base-stamina": "111",
- "max-cp": "938",
- "max-hp": "99"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "wild charge",
- "type": "electric",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "thunder",
- "type": "electric",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "pikachu candy",
- "next-evolution": [{
- "num": "026",
- "name": "raichu",
- "candy-cost": "50"
- }],
- "prev-evolution": [{
- "num": "172",
- "name": "pichu",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "026",
- "name": "raichu",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "If the electrical sacs become excessively charged, Raichu plants its tail in the ground and discharges. Scorched patches of ground will be found near this Pokémon's nest.",
- "img": "https://www.serebii.net/pokemongo/pokemon/026.png",
- "size": {
- "height": "0.79 m",
- "weight": "30.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.0076",
- "stats": {
- "base-attack": "193",
- "base-defense": "151",
- "base-stamina": "155",
- "max-cp": "2182",
- "max-hp": "134"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "spark",
- "type": "electric",
- "base-damage": "6",
- "energy": "9",
- "move-duration-seg": "0.7"
- },
- {
- "name": "volt switch",
- "type": "electric",
- "base-damage": "20",
- "energy": "25",
- "move-duration-seg": "2.3"
- },
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "thunder punch",
- "type": "electric",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.8"
- },
- {
- "name": "wild charge",
- "type": "electric",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "thunder",
- "type": "electric",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "pikachu candy",
- "prev-evolution": [{
- "num": "025",
- "name": "pikachu",
- "candy-cost": "50",
- "prev-evolution": [{
- "num": "172",
- "name": "pichu",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "027",
- "name": "sandshrew",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Sandshrew's body is configured to absorb water without waste, enabling it to survive in an arid desert. This Pokémon curls up to protect itself from its enemies.",
- "img": "https://www.serebii.net/pokemongo/pokemon/027.png",
- "size": {
- "height": "0.61 m",
- "weight": "12.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "1.11",
- "stats": {
- "base-attack": "126",
- "base-defense": "120",
- "base-stamina": "137",
- "max-cp": "1261",
- "max-hp": "120"
- },
- "resistant": [
- "electric",
- "poison",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice"
- ],
- "quick-move": [
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "sand tomb",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "4"
- },
- {
- "name": "rock tomb",
- "type": "rock",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "sandshrew candy",
- "next-evolution": [{
- "num": "028",
- "name": "sandslash",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "028",
- "name": "sandslash",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Sandslash's body is covered by tough spikes, which are hardened sections of its hide. Once a year, the old spikes fall out, to be replaced with new spikes that grow out from beneath the old ones.",
- "img": "https://www.serebii.net/pokemongo/pokemon/028.png",
- "size": {
- "height": "0.99 m",
- "weight": "29.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.037",
- "stats": {
- "base-attack": "182",
- "base-defense": "175",
- "base-stamina": "181",
- "max-cp": "2374",
- "max-hp": "154"
- },
- "resistant": [
- "electric",
- "poison",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice"
- ],
- "quick-move": [
- {
- "name": "metal claw",
- "type": "steel",
- "base-damage": "8",
- "energy": "7",
- "move-duration-seg": "0.7"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "rock tomb",
- "type": "rock",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "bulldoze",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "sandshrew candy",
- "prev-evolution": [{
- "num": "027",
- "name": "sandshrew",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "029",
- "name": "nidoran ♀ (female)",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Nidoran ♀ has barbs that secrete a powerful poison. They are thought to have developed as protection for this small-bodied Pokémon. When enraged, it releases a horrible toxin from its horn.",
- "img": "https://www.serebii.net/pokemongo/pokemon/029.png",
- "size": {
- "height": "0.41 m",
- "weight": "7.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "1.38",
- "stats": {
- "base-attack": "86",
- "base-defense": "89",
- "base-stamina": "146",
- "max-cp": "816",
- "max-hp": "127"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "poison fang",
- "type": "poison",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.7"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "nidoran ♀ (female) candy",
- "next-evolution": [{
- "num": "030",
- "name": "nidorina",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "031",
- "name": "nidoqueen",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "030",
- "name": "nidorina",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "When Nidorina are with their friends or family, they keep their barbs tucked away to prevent hurting each other. This Pokémon appears to become nervous if separated from the others.",
- "img": "https://www.serebii.net/pokemongo/pokemon/030.png",
- "size": {
- "height": "0.79 m",
- "weight": "20.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "0.088",
- "stats": {
- "base-attack": "117",
- "base-defense": "120",
- "base-stamina": "172",
- "max-cp": "1309",
- "max-hp": "147"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "poison fang",
- "type": "poison",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.7"
- },
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "nidoran ♀ (female) candy",
- "next-evolution": [{
- "num": "031",
- "name": "nidoqueen",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "029",
- "name": "nidoran ♀ (female)",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "031",
- "name": "nidoqueen",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Nidoqueen's body is encased in extremely hard scales. It is adept at sending foes flying with harsh tackles. This Pokémon is at its strongest when it is defending its young.",
- "img": "https://www.serebii.net/pokemongo/pokemon/031.png",
- "size": {
- "height": "1.30 m",
- "weight": "60.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.012",
- "stats": {
- "base-attack": "180",
- "base-defense": "173",
- "base-stamina": "207",
- "max-cp": "2488",
- "max-hp": "175"
- },
- "resistant": [
- "electric",
- "fighting",
- "poison",
- "bug",
- "rock"
- ],
- "weaknesses": [
- "water",
- "ice",
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "poison jab",
- "type": "poison",
- "base-damage": "10",
- "energy": "7",
- "move-duration-seg": "0.8"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "sludge wave",
- "type": "poison",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "3.2"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "nidoran ♀ (female) candy",
- "prev-evolution": [{
- "num": "030",
- "name": "nidorina",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "029",
- "name": "nidoran ♀ (female)",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "032",
- "name": "nidoran ♂ (male)",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Nidoran ♂ (Male) has developed muscles for moving its ears. Thanks to them, the ears can be freely moved in any direction. Even the slightest sound does not escape this Pokémon's notice.",
- "img": "https://www.serebii.net/pokemongo/pokemon/032.png",
- "size": {
- "height": "0.51 m",
- "weight": "9.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "1.31",
- "stats": {
- "base-attack": "105",
- "base-defense": "76",
- "base-stamina": "130",
- "max-cp": "860",
- "max-hp": "114"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "horn attack",
- "type": "normal",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.85"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "nidoran ♂ (male) candy",
- "next-evolution": [{
- "num": "033",
- "name": "nidorino",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "034",
- "name": "nidoking",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "033",
- "name": "nidorino",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Nidorino has a horn that is harder than a diamond. If it senses a hostile presence, all the barbs on its back bristle up at once, and it challenges the foe with all its might.",
- "img": "https://www.serebii.net/pokemongo/pokemon/033.png",
- "size": {
- "height": "0.89 m",
- "weight": "19.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "0.083",
- "stats": {
- "base-attack": "137",
- "base-defense": "111",
- "base-stamina": "156",
- "max-cp": "1393",
- "max-hp": "135"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "poison jab",
- "type": "poison",
- "base-damage": "10",
- "energy": "7",
- "move-duration-seg": "0.8"
- },
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "horn attack",
- "type": "normal",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.85"
- },
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "nidoran ♂ (male) candy",
- "next-evolution": [{
- "num": "034",
- "name": "nidoking",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "032",
- "name": "nidoran ♂ (male)",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "034",
- "name": "nidoking",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Nidoking's thick tail packs enormously destructive power. With one swing, it can topple a metal transmission tower. Once this Pokémon goes on a rampage, there is no stopping it.",
- "img": "https://www.serebii.net/pokemongo/pokemon/034.png",
- "size": {
- "height": "1.40 m",
- "weight": "62.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.017",
- "stats": {
- "base-attack": "204",
- "base-defense": "156",
- "base-stamina": "191",
- "max-cp": "2567",
- "max-hp": "162"
- },
- "resistant": [
- "electric",
- "fighting",
- "poison",
- "bug",
- "rock"
- ],
- "weaknesses": [
- "water",
- "ice",
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "poison jab",
- "type": "poison",
- "base-damage": "10",
- "energy": "7",
- "move-duration-seg": "0.8"
- },
- {
- "name": "iron tail",
- "type": "steel",
- "base-damage": "15",
- "energy": "7",
- "move-duration-seg": "1.1"
- },
- {
- "name": "fury cutter",
- "type": "bug",
- "base-damage": "3",
- "energy": "6",
- "move-duration-seg": "0.4"
- }
- ],
- "special-attack": [
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "sludge wave",
- "type": "poison",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "3.2"
- },
- {
- "name": "megahorn",
- "type": "bug",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "nidoran ♂ (male) candy",
- "prev-evolution": [{
- "num": "033",
- "name": "nidorino",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "032",
- "name": "nidoran ♂ (male)",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "035",
- "name": "clefairy",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "On every night of a full moon, groups of this Pokémon come out to play. When dawn arrives, the tired Clefairy return to their quiet mountain retreats and go to sleep nestled up against each other.",
- "img": "https://www.serebii.net/pokemongo/pokemon/035.png",
- "size": {
- "height": "0.61 m",
- "weight": "7.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": "0.92",
- "stats": {
- "base-attack": "107",
- "base-defense": "108",
- "base-stamina": "172",
- "max-cp": "1155",
- "max-hp": "147"
- },
- "resistant": [
- "fighting",
- "bug",
- "dragon",
- "dark"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "disarming voice",
- "type": "fairy",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.9"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "moonblast",
- "type": "fairy",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.9"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "clefairy candy",
- "next-evolution": [{
- "num": "036",
- "name": "clefable",
- "candy-cost": "50"
- }],
- "prev-evolution": [{
- "num": "173",
- "name": "cleffa",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "036",
- "name": "clefable",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Clefable moves by skipping lightly as if it were flying using its wings. Its bouncy step even lets it walk on water. It is known to take strolls on lakes on quiet, moonlit nights.",
- "img": "https://www.serebii.net/pokemongo/pokemon/036.png",
- "size": {
- "height": "1.30 m",
- "weight": "40.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.012",
- "stats": {
- "base-attack": "178",
- "base-defense": "162",
- "base-stamina": "216",
- "max-cp": "2437",
- "max-hp": "182"
- },
- "resistant": [
- "fighting",
- "bug",
- "dragon",
- "dark"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- },
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- },
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "moonblast",
- "type": "fairy",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "clefairy candy",
- "prev-evolution": [{
- "num": "035",
- "name": "clefairy",
- "candy-cost": "50",
- "prev-evolution": [{
- "num": "173",
- "name": "cleffa",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "037",
- "name": "vulpix",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "At the time of its birth, Vulpix has one white tail. The tail separates into six if this Pokémon receives plenty of love from its trainer. The six tails become magnificently curled.",
- "img": "https://www.serebii.net/pokemongo/pokemon/037.png",
- "size": {
- "height": "0.61 m",
- "weight": "9.9 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": "0.22",
- "stats": {
- "base-attack": "96",
- "base-defense": "109",
- "base-stamina": "116",
- "max-cp": "883",
- "max-hp": "103"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- }
- ],
- "special-attack": [
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- },
- {
- "name": "flame charge",
- "type": "fire",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.8"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "vulpix candy",
- "next-evolution": [{
- "num": "038",
- "name": "ninetales",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "038",
- "name": "ninetales",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Ninetales casts a sinister light from its bright red eyes to gain total control over its foe's mind. This Pokémon is said to live for one thousand years.",
- "img": "https://www.serebii.net/pokemongo/pokemon/038.png",
- "size": {
- "height": "1.09 m",
- "weight": "19.9 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.0077",
- "stats": {
- "base-attack": "169",
- "base-defense": "190",
- "base-stamina": "177",
- "max-cp": "2279",
- "max-hp": "151"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- },
- {
- "name": "fire spin",
- "type": "fire",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.1"
- },
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- }
- ],
- "special-attack": [
- {
- "name": "heat wave",
- "type": "fire",
- "base-damage": "95",
- "energy": "-100",
- "move-duration-seg": "3"
- },
- {
- "name": "overheat",
- "type": "fire",
- "base-damage": "160",
- "energy": "-100",
- "move-duration-seg": "4"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- },
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "vulpix candy",
- "prev-evolution": [{
- "num": "037",
- "name": "vulpix",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "039",
- "name": "jigglypuff",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Jigglypuff's vocal cords can freely adjust the wavelength of its voice. This Pokémon uses this ability to sing at precisely the right wavelength to make its foes most drowsy.",
- "img": "https://www.serebii.net/pokemongo/pokemon/039.png",
- "size": {
- "height": "0.51 m",
- "weight": "5.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.39",
- "stats": {
- "base-attack": "80",
- "base-defense": "41",
- "base-stamina": "251",
- "max-cp": "724",
- "max-hp": "210"
- },
- "resistant": [
- "bug",
- "ghost",
- "dragon",
- "dark"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "disarming voice",
- "type": "fairy",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.9"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "gyro ball",
- "type": "steel",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "play rough",
- "type": "fairy",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "jigglypuff candy",
- "next-evolution": [{
- "num": "040",
- "name": "wigglytuff",
- "candy-cost": "50"
- }],
- "prev-evolution": [{
- "num": "174",
- "name": "igglybuff",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "040",
- "name": "wigglytuff",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Wigglytuff has large, saucerlike eyes. The surfaces of its eyes are always covered with a thin layer of tears. If any dust gets in this Pokémon's eyes, it is quickly washed away.",
- "img": "https://www.serebii.net/pokemongo/pokemon/040.png",
- "size": {
- "height": "0.99 m",
- "weight": "12.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.018",
- "stats": {
- "base-attack": "156",
- "base-defense": "90",
- "base-stamina": "295",
- "max-cp": "1926",
- "max-hp": "244"
- },
- "resistant": [
- "bug",
- "ghost",
- "dragon",
- "dark"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "play rough",
- "type": "fairy",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "jigglypuff candy",
- "prev-evolution": [{
- "num": "039",
- "name": "jigglypuff",
- "candy-cost": "50",
- "prev-evolution": [{
- "num": "174",
- "name": "igglybuff",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "041",
- "name": "zubat",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Zubat remains quietly unmoving in a dark spot during the bright daylight hours. It does so because prolonged exposure to the sun causes its body to become slightly burned.",
- "img": "https://www.serebii.net/pokemongo/pokemon/041.png",
- "size": {
- "height": "0.79 m",
- "weight": "7.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "6.52",
- "stats": {
- "base-attack": "83",
- "base-defense": "73",
- "base-stamina": "120",
- "max-cp": "667",
- "max-hp": "106"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "poison fang",
- "type": "poison",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.7"
- },
- {
- "name": "air cutter",
- "type": "flying",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "swift",
- "type": "normal",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.8"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "zubat candy",
- "next-evolution": [{
- "num": "042",
- "name": "golbat",
- "candy-cost": "50",
- "next-evolution": [{
- "num": "169",
- "name": "crobat",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "042",
- "name": "golbat",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Golbat loves to drink the blood of living things. It is particularly active in the pitch black of night. This Pokémon flits around in the night skies, seeking fresh blood.",
- "img": "https://www.serebii.net/pokemongo/pokemon/042.png",
- "size": {
- "height": "1.60 m",
- "weight": "55.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.42",
- "stats": {
- "base-attack": "161",
- "base-defense": "150",
- "base-stamina": "181",
- "max-cp": "1976",
- "max-hp": "154"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "wing attack",
- "type": "flying",
- "base-damage": "8",
- "energy": "9",
- "move-duration-seg": "0.8"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "poison fang",
- "type": "poison",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.7"
- },
- {
- "name": "air cutter",
- "type": "flying",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "ominous wind",
- "type": "ghost",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "zubat candy",
- "next-evolution": [{
- "num": "169",
- "name": "crobat"
- }],
- "prev-evolution": [{
- "num": "041",
- "name": "zubat",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "043",
- "name": "oddish",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "During the daytime, Oddish buries itself in soil to absorb nutrients from the ground using its entire body. The more fertile the soil, the glossier its leaves become.",
- "img": "https://www.serebii.net/pokemongo/pokemon/043.png",
- "size": {
- "height": "0.51 m",
- "weight": "5.4 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.6"
- },
- "spawn-chance": "1.02",
- "stats": {
- "base-attack": "131",
- "base-defense": "112",
- "base-stamina": "128",
- "max-cp": "1228",
- "max-hp": "113"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "flying",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "seed bomb",
- "type": "grass",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "moonblast",
- "type": "fairy",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "oddish candy",
- "next-evolution": [{
- "num": "044",
- "name": "gloom",
- "candy-cost": "25",
- "next-evolution": [
- {
- "num": "045",
- "name": "vileplume",
- "candy-cost": "100"
- },
- {
- "num": "182",
- "name": "bellossom",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sun stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sun-stone.png"
- }
- }
- ]
- }]
- }
- },
- {
- "num": "044",
- "name": "gloom",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Gloom releases a foul fragrance from the pistil of its flower. When faced with danger, the stench worsens. If this Pokémon is feeling calm and secure, it does not release its usual stinky aroma.",
- "img": "https://www.serebii.net/pokemongo/pokemon/044.png",
- "size": {
- "height": "0.79 m",
- "weight": "8.6 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": "0.064",
- "stats": {
- "base-attack": "153",
- "base-defense": "136",
- "base-stamina": "155",
- "max-cp": "1681",
- "max-hp": "134"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "flying",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "petal blizzard",
- "type": "grass",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "2.6"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "moonblast",
- "type": "fairy",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "oddish candy",
- "next-evolution": [
- {
- "num": "045",
- "name": "vileplume",
- "candy-cost": "100"
- },
- {
- "num": "182",
- "name": "bellossom",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sun stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sun-stone.png"
- }
- }
- ],
- "prev-evolution": [{
- "num": "043",
- "name": "oddish",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "045",
- "name": "vileplume",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Vileplume's toxic pollen triggers atrocious allergy attacks. That's why it is advisable never to approach any attractive flowers in a jungle, however pretty they may be.",
- "img": "https://www.serebii.net/pokemongo/pokemon/045.png",
- "size": {
- "height": "1.19 m",
- "weight": "18.6 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": "0.0097",
- "stats": {
- "base-attack": "202",
- "base-defense": "167",
- "base-stamina": "181",
- "max-cp": "2559",
- "max-hp": "154"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "flying",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "petal blizzard",
- "type": "grass",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "2.6"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- },
- {
- "name": "moonblast",
- "type": "fairy",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "oddish candy",
- "prev-evolution": [{
- "num": "044",
- "name": "gloom",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "043",
- "name": "oddish",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "046",
- "name": "paras",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Paras has parasitic mushrooms growing on its back called tochukaso. They grow large by drawing nutrients from this Bug Pokémon host. They are highly valued as a medicine for extending life.",
- "img": "https://www.serebii.net/pokemongo/pokemon/046.png",
- "size": {
- "height": "0.30 m",
- "weight": "5.4 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "2.36",
- "stats": {
- "base-attack": "121",
- "base-defense": "99",
- "base-stamina": "111",
- "max-cp": "1018",
- "max-hp": "99"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying",
- "bug",
- "rock"
- ],
- "quick-move": [
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "cross poison",
- "type": "poison",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.5"
- },
- {
- "name": "x scissor",
- "type": "water",
- "base-damage": "50",
- "energy": "-100",
- "move-duration-seg": "4.7"
- },
- {
- "name": "seed bomb",
- "type": "grass",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.1"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "paras candy",
- "next-evolution": [{
- "num": "047",
- "name": "parasect",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "047",
- "name": "parasect",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Parasect is known to infest large trees en masse and drain nutrients from the lower trunk and roots. When an infested tree dies, they move onto another tree all at once.",
- "img": "https://www.serebii.net/pokemongo/pokemon/047.png",
- "size": {
- "height": "0.99 m",
- "weight": "29.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.074",
- "stats": {
- "base-attack": "165",
- "base-defense": "146",
- "base-stamina": "155",
- "max-cp": "1859",
- "max-hp": "134"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying",
- "bug",
- "rock"
- ],
- "quick-move": [
- {
- "name": "fury cutter",
- "type": "bug",
- "base-damage": "3",
- "energy": "6",
- "move-duration-seg": "0.4"
- },
- {
- "name": "struggle bug",
- "type": "bug",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "cross poison",
- "type": "poison",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.5"
- },
- {
- "name": "x scissor",
- "type": "water",
- "base-damage": "50",
- "energy": "-100",
- "move-duration-seg": "4.7"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "paras candy",
- "prev-evolution": [{
- "num": "046",
- "name": "paras",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "048",
- "name": "venonat",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Venonat is said to have evolved with a coat of thin, stiff hair that covers its entire body for protection. It possesses large eyes that never fail to spot even miniscule prey.",
- "img": "https://www.serebii.net/pokemongo/pokemon/048.png",
- "size": {
- "height": "0.99 m",
- "weight": "30.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "2.28",
- "stats": {
- "base-attack": "100",
- "base-defense": "100",
- "base-stamina": "155",
- "max-cp": "1004",
- "max-hp": "134"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "psybeam",
- "type": "psychic",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "poison fang",
- "type": "poison",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.7"
- },
- {
- "name": "signal beam",
- "type": "bug",
- "base-damage": "75",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "venonat candy",
- "next-evolution": [{
- "num": "049",
- "name": "venomoth",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "049",
- "name": "venomoth",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Venomoth is nocturnal-it is a Pokémon that only becomes active at night. Its favorite prey are small insects that gather around streetlights, attracted by the light in the darkness.",
- "img": "https://www.serebii.net/pokemongo/pokemon/049.png",
- "size": {
- "height": "1.50 m",
- "weight": "12.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.072",
- "stats": {
- "base-attack": "179",
- "base-defense": "143",
- "base-stamina": "172",
- "max-cp": "2082",
- "max-hp": "147"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- },
- {
- "name": "infestation",
- "type": "bug",
- "base-damage": "10",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "bug buzz",
- "type": "bug",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.7"
- },
- {
- "name": "silver wind",
- "type": "bug",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.7"
- },
- {
- "name": "poison fang",
- "type": "poison",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "venonat candy",
- "prev-evolution": [{
- "num": "048",
- "name": "venonat",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "050",
- "name": "diglett",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Diglett are raised in most farms. The reason is simple-wherever this Pokémon burrows, the soil is left perfectly tilled for planting crops. This soil is made ideal for growing delicious vegetables.",
- "img": "https://www.serebii.net/pokemongo/pokemon/050.png",
- "size": {
- "height": "0.20 m",
- "weight": "0.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.4",
- "stats": {
- "base-attack": "109",
- "base-defense": "78",
- "base-stamina": "67",
- "max-cp": "676",
- "max-hp": "64"
- },
- "resistant": [
- "electric",
- "poison",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice"
- ],
- "quick-move": [
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "mud bomb",
- "type": "ground",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "rock tomb",
- "type": "rock",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "diglett candy",
- "next-evolution": [{
- "num": "051",
- "name": "dugtrio",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "051",
- "name": "dugtrio",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Dugtrio are actually triplets that emerged from one body. As a result, each triplet thinks exactly like the other two triplets. They work cooperatively to burrow endlessly.",
- "img": "https://www.serebii.net/pokemongo/pokemon/051.png",
- "size": {
- "height": "0.71 m",
- "weight": "33.3 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.014",
- "stats": {
- "base-attack": "167",
- "base-defense": "134",
- "base-stamina": "111",
- "max-cp": "1557",
- "max-hp": "99"
- },
- "resistant": [
- "electric",
- "poison",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice"
- ],
- "quick-move": [
- {
- "name": "sucker punch",
- "type": "dark",
- "base-damage": "7",
- "energy": "8",
- "move-duration-seg": "0.7"
- },
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "mud bomb",
- "type": "ground",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "dugtrio",
- "prev-evolution": [{
- "num": "050",
- "name": "diglett",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "052",
- "name": "meowth",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Meowth withdraws its sharp claws into its paws to slinkily sneak about without making any incriminating footsteps. For some reason, this Pokémon loves shiny coins that glitter with light.",
- "img": "https://www.serebii.net/pokemongo/pokemon/052.png",
- "size": {
- "height": "0.41 m",
- "weight": "4.2 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.86",
- "stats": {
- "base-attack": "92",
- "base-defense": "78",
- "base-stamina": "120",
- "max-cp": "748",
- "max-hp": "106"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "night slash",
- "type": "dark",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.2"
- },
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "foul play",
- "type": "dark",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "meowth candy",
- "next-evolution": [{
- "num": "053",
- "name": "persian",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "053",
- "name": "persian",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Persian has six bold whiskers that give it a look of toughness. The whiskers sense air movements to determine what is in the Pokémon's surrounding vicinity. It becomes docile if grabbed by the whiskers.",
- "img": "https://www.serebii.net/pokemongo/pokemon/053.png",
- "size": {
- "height": "0.99 m",
- "weight": "32.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.022",
- "stats": {
- "base-attack": "150",
- "base-defense": "136",
- "base-stamina": "163",
- "max-cp": "1689",
- "max-hp": "140"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "power gem",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "play rough",
- "type": "fairy",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "foul play",
- "type": "dark",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- },
- {
- "name": "night slash",
- "type": "dark",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "meowth candy",
- "prev-evolution": [{
- "num": "052",
- "name": "meowth",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "054",
- "name": "psyduck",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Psyduck uses a mysterious power. When it does so, this Pokémon generates brain waves that are supposedly only seen in sleepers. This discovery spurred controversy among scholars.",
- "img": "https://www.serebii.net/pokemongo/pokemon/054.png",
- "size": {
- "height": "0.79 m",
- "weight": "19.6 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "2.54",
- "stats": {
- "base-attack": "122",
- "base-defense": "95",
- "base-stamina": "137",
- "max-cp": "1106",
- "max-hp": "120"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "psybeam",
- "type": "psychic",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "aqua tail",
- "type": "water",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "cross chop",
- "type": "fight",
- "base-damage": "50",
- "energy": "-50",
- "move-duration-seg": "1.5"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "psyduck candy",
- "next-evolution": [{
- "num": "055",
- "name": "golduck",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "055",
- "name": "golduck",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "The webbed flippers on its forelegs and hind legs and the streamlined body of Golduck give it frightening speed. The Pokémon is definitely much faster than even the most athletic swimmer.",
- "img": "https://www.serebii.net/pokemongo/pokemon/055.png",
- "size": {
- "height": "1.70 m",
- "weight": "76.6 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.087",
- "stats": {
- "base-attack": "191",
- "base-defense": "162",
- "base-stamina": "190",
- "max-cp": "2450",
- "max-hp": "162"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "psyduck candy",
- "prev-evolution": [{
- "num": "054",
- "name": "psyduck",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "056",
- "name": "mankey",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "When Mankey starts shaking and its nasal breathing turns rough, it's a sure sign that it is becoming angry. However, because it goes into a towering rage almost instantly, it is impossible for anyone to flee its wrath.",
- "img": "https://www.serebii.net/pokemongo/pokemon/056.png",
- "size": {
- "height": "0.51 m",
- "weight": "28.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.92",
- "stats": {
- "base-attack": "148",
- "base-defense": "82",
- "base-stamina": "120",
- "max-cp": "1164",
- "max-hp": "106"
- },
- "resistant": [
- "bug",
- "rock",
- "dark"
- ],
- "weaknesses": [
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "karate chop",
- "type": "fight",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "cross chop",
- "type": "fight",
- "base-damage": "50",
- "energy": "-50",
- "move-duration-seg": "1.5"
- },
- {
- "name": "low sweep",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "mankey candy",
- "next-evolution": [{
- "num": "057",
- "name": "primeape",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "057",
- "name": "primeape",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "When Primeape becomes furious, its blood circulation is boosted. In turn, its muscles are made even stronger. However, it also becomes much less intelligent at the same time.",
- "img": "https://www.serebii.net/pokemongo/pokemon/057.png",
- "size": {
- "height": "0.99 m",
- "weight": "32.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.031",
- "stats": {
- "base-attack": "207",
- "base-defense": "138",
- "base-stamina": "163",
- "max-cp": "2288",
- "max-hp": "140"
- },
- "resistant": [
- "bug",
- "rock",
- "dark"
- ],
- "weaknesses": [
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "low kick",
- "type": "fight",
- "base-damage": "6",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "counter",
- "type": "fight",
- "base-damage": "12",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "karate chop",
- "type": "fight",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "low sweep",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "night slash",
- "type": "dark",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.2"
- },
- {
- "name": "close combat",
- "type": "fight",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "cross chop",
- "type": "fight",
- "base-damage": "50",
- "energy": "-50",
- "move-duration-seg": "1.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "mankey candy",
- "prev-evolution": [{
- "num": "056",
- "name": "mankey",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "058",
- "name": "growlithe",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Growlithe has a superb sense of smell. Once it smells anything, this Pokémon won't forget the scent, no matter what. It uses its advanced olfactory sense to determine the emotions of other living things.",
- "img": "https://www.serebii.net/pokemongo/pokemon/058.png",
- "size": {
- "height": "0.71 m",
- "weight": "19.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": "0.92",
- "stats": {
- "base-attack": "136",
- "base-defense": "93",
- "base-stamina": "146",
- "max-cp": "1243",
- "max-hp": "127"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "flame wheel",
- "type": "fire",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "growlithe candy",
- "next-evolution": [{
- "num": "059",
- "name": "arcanine",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "059",
- "name": "arcanine",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Arcanine is known for its high speed. It is said to be capable of running over 6,200 miles in a single day and night. The fire that blazes wildly within this Pokémon's body is its source of power.",
- "img": "https://www.serebii.net/pokemongo/pokemon/059.png",
- "size": {
- "height": "1.91 m",
- "weight": "155.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.017",
- "stats": {
- "base-attack": "227",
- "base-defense": "166",
- "base-stamina": "207",
- "max-cp": "3029",
- "max-hp": "175"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "fire fang",
- "type": "fire",
- "base-damage": "11",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "snarl",
- "type": "dark",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "wild charge",
- "type": "electric",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "bulldoze",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "growlithe candy",
- "prev-evolution": [{
- "num": "058",
- "name": "growlithe",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "060",
- "name": "poliwag",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Poliwag has a very thin skin. It is possible to see the Pokémon's spiral innards right through the skin. Despite its thinness, however, the skin is also very flexible. Even sharp fangs bounce right off it.",
- "img": "https://www.serebii.net/pokemongo/pokemon/060.png",
- "size": {
- "height": "0.61 m",
- "weight": "12.4 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "2.19",
- "stats": {
- "base-attack": "101",
- "base-defense": "82",
- "base-stamina": "120",
- "max-cp": "829",
- "max-hp": "106"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "mud bomb",
- "type": "ground",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "poliwag candy",
- "next-evolution": [{
- "num": "061",
- "name": "poliwhirl",
- "candy-cost": "25",
- "next-evolution": [
- {
- "num": "062",
- "name": "poliwrath",
- "candy-cost": "100"
- },
- {
- "num": "186",
- "name": "politoed",
- "candy-cost": "100",
- "evolution-item": {
- "name": "kings rock",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/kings-rock.png"
- }
- }
- ]
- }]
- }
- },
- {
- "num": "061",
- "name": "poliwhirl",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "The surface of Poliwhirl's body is always wet and slick with an oily fluid. Because of this greasy covering, it can easily slip and slide out of the clutches of any enemy in battle.",
- "img": "https://www.serebii.net/pokemongo/pokemon/061.png",
- "size": {
- "height": "0.99 m",
- "weight": "20.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "0.13",
- "stats": {
- "base-attack": "130",
- "base-defense": "123",
- "base-stamina": "163",
- "max-cp": "1419",
- "max-hp": "140"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "mud bomb",
- "type": "ground",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "scald",
- "type": "water",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "poliwag candy",
- "next-evolution": [
- {
- "num": "062",
- "name": "poliwrath",
- "candy-cost": "100"
- },
- {
- "num": "186",
- "name": "politoed",
- "candy-cost": "100",
- "evolution-item": {
- "name": "kings rock",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/kings-rock.png"
- }
- }
- ],
- "prev-evolution": [{
- "num": "060",
- "name": "poliwag",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "062",
- "name": "poliwrath",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Poliwrath's highly developed, brawny muscles never grow fatigued, however much it exercises. It is so tirelessly strong, this Pokémon can swim back and forth across the ocean without effort.",
- "img": "https://www.serebii.net/pokemongo/pokemon/062.png",
- "size": {
- "height": "1.30 m",
- "weight": "54.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.011",
- "stats": {
- "base-attack": "182",
- "base-defense": "184",
- "base-stamina": "207",
- "max-cp": "2586",
- "max-hp": "175"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "bug",
- "rock"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "ice punch",
- "type": "ice",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "dynamic punch",
- "type": "fight",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "submission",
- "type": "fight",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "poliwag candy",
- "prev-evolution": [{
- "num": "061",
- "name": "poliwhirl",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "060",
- "name": "poliwag",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "063",
- "name": "abra",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Abra sleeps for eighteen hours a day. However, it can sense the presence of foes even while it is sleeping. In such a situation, this Pokémon immediately teleports to safety.",
- "img": "https://www.serebii.net/pokemongo/pokemon/063.png",
- "size": {
- "height": "0.89 m",
- "weight": "19.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.99",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.42",
- "stats": {
- "base-attack": "195",
- "base-defense": "82",
- "base-stamina": "93",
- "max-cp": "1342",
- "max-hp": "85"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- },
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "psyshock",
- "type": "psychic",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.7"
- },
- {
- "name": "signal beam",
- "type": "bug",
- "base-damage": "75",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "abra candy",
- "next-evolution": [{
- "num": "064",
- "name": "kadabra",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "065",
- "name": "alakazam",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "064",
- "name": "kadabra",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Kadabra emits a peculiar alpha wave if it develops a headache. Only those people with a particularly strong psyche can hope to become a trainer of this Pokémon.",
- "img": "https://www.serebii.net/pokemongo/pokemon/064.png",
- "size": {
- "height": "1.30 m",
- "weight": "56.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "0.027",
- "stats": {
- "base-attack": "232",
- "base-defense": "117",
- "base-stamina": "120",
- "max-cp": "2059",
- "max-hp": "106"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "psycho cut",
- "type": "psychic",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "psybeam",
- "type": "psychic",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "abra candy",
- "next-evolution": [{
- "num": "065",
- "name": "alakazam",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "063",
- "name": "abra",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "065",
- "name": "alakazam",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Alakazam's brain continually grows, making its head far too heavy to support with its neck. This Pokémon holds its head up using its psychokinetic power instead.",
- "img": "https://www.serebii.net/pokemongo/pokemon/065.png",
- "size": {
- "height": "1.50 m",
- "weight": "48.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.0073",
- "stats": {
- "base-attack": "271",
- "base-defense": "167",
- "base-stamina": "146",
- "max-cp": "3057",
- "max-hp": "127"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "psycho cut",
- "type": "psychic",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "futuresight",
- "type": "psychic",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "2.7"
- },
- {
- "name": "focus blast",
- "type": "fight",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.5"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "abra candy",
- "prev-evolution": [{
- "num": "064",
- "name": "kadabra",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "063",
- "name": "abra",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "066",
- "name": "machop",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Machop's muscles are special-they never get sore no matter how much they are used in exercise. This Pokémon has sufficient power to hurl a hundred adult humans.",
- "img": "https://www.serebii.net/pokemongo/pokemon/066.png",
- "size": {
- "height": "0.79 m",
- "weight": "19.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.49",
- "stats": {
- "base-attack": "137",
- "base-defense": "82",
- "base-stamina": "172",
- "max-cp": "1278",
- "max-hp": "147"
- },
- "resistant": [
- "bug",
- "rock",
- "dark"
- ],
- "weaknesses": [
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "karate chop",
- "type": "fight",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- },
- {
- "name": "low kick",
- "type": "fight",
- "base-damage": "6",
- "energy": "6",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "low sweep",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "cross chop",
- "type": "fight",
- "base-damage": "50",
- "energy": "-50",
- "move-duration-seg": "1.5"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "machop candy",
- "next-evolution": [{
- "num": "067",
- "name": "machoke",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "068",
- "name": "machamp",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "067",
- "name": "machoke",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Machoke's thoroughly toned muscles possess the hardness of steel. This Pokémon has so much strength, it can easily hold aloft a sumo wrestler on just one finger.",
- "img": "https://www.serebii.net/pokemongo/pokemon/067.png",
- "size": {
- "height": "1.50 m",
- "weight": "70.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "0.034",
- "stats": {
- "base-attack": "177",
- "base-defense": "125",
- "base-stamina": "190",
- "max-cp": "2031",
- "max-hp": "162"
- },
- "resistant": [
- "bug",
- "rock",
- "dark"
- ],
- "weaknesses": [
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "low kick",
- "type": "fight",
- "base-damage": "6",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "karate chop",
- "type": "fight",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "submission",
- "type": "fight",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.2"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "dynamic punch",
- "type": "fight",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "cross chop",
- "type": "fight",
- "base-damage": "50",
- "energy": "-50",
- "move-duration-seg": "1.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "machop candy",
- "next-evolution": [{
- "num": "068",
- "name": "machamp",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "066",
- "name": "machop",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "068",
- "name": "machamp",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Machamp has the power to hurl anything aside. However, trying to do any work requiring care and dexterity causes its arms to get tangled. This Pokémon tends to leap into action before it thinks.",
- "img": "https://www.serebii.net/pokemongo/pokemon/068.png",
- "size": {
- "height": "1.60 m",
- "weight": "130.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.0068",
- "stats": {
- "base-attack": "234",
- "base-defense": "159",
- "base-stamina": "207",
- "max-cp": "3056",
- "max-hp": "175"
- },
- "resistant": [
- "bug",
- "rock",
- "dark"
- ],
- "weaknesses": [
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "bullet punch",
- "type": "steel",
- "base-damage": "9",
- "energy": "10",
- "move-duration-seg": "0.9"
- },
- {
- "name": "counter",
- "type": "fight",
- "base-damage": "12",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "karate chop",
- "type": "fight",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "heavy slam",
- "type": "steel",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.1"
- },
- {
- "name": "dynamic punch",
- "type": "fight",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "close combat",
- "type": "fight",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "cross chop",
- "type": "fight",
- "base-damage": "50",
- "energy": "-50",
- "move-duration-seg": "1.5"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "submission",
- "type": "fight",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "machop candy",
- "prev-evolution": [{
- "num": "067",
- "name": "machoke",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "066",
- "name": "machop",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "069",
- "name": "bellsprout",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Bellsprout's thin and flexible body lets it bend and sway to avoid any attack, however strong it may be. From its mouth, this Pokémon spits a corrosive fluid that melts even iron.",
- "img": "https://www.serebii.net/pokemongo/pokemon/069.png",
- "size": {
- "height": "0.71 m",
- "weight": "4.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "1.15",
- "stats": {
- "base-attack": "139",
- "base-defense": "61",
- "base-stamina": "137",
- "max-cp": "1033",
- "max-hp": "120"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "flying",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "vine whip",
- "type": "grass",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "power whip",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "wrap",
- "type": "normal",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "bellsprout candy",
- "next-evolution": [{
- "num": "070",
- "name": "weepinbell",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "071",
- "name": "victreebel",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "070",
- "name": "weepinbell",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Weepinbell has a large hook on its rear end. At night, the Pokémon hooks on to a tree branch and goes to sleep. If it moves around in its sleep, it may wake up to find itself on the ground.",
- "img": "https://www.serebii.net/pokemongo/pokemon/070.png",
- "size": {
- "height": "0.99 m",
- "weight": "6.4 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "0.072",
- "stats": {
- "base-attack": "172",
- "base-defense": "92",
- "base-stamina": "163",
- "max-cp": "1611",
- "max-hp": "140"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "flying",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- },
- {
- "name": "bullet seed",
- "type": "grass",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- }
- ],
- "special-attack": [
- {
- "name": "power whip",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "seed bomb",
- "type": "grass",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.1"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "bellsprout candy",
- "next-evolution": [{
- "num": "071",
- "name": "victreebel",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "069",
- "name": "bellsprout",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "071",
- "name": "victreebel",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Victreebel has a long vine that extends from its head. This vine is waved and flicked about as if it were an animal to attract prey. When an unsuspecting prey draws near, this Pokémon swallows it whole.",
- "img": "https://www.serebii.net/pokemongo/pokemon/071.png",
- "size": {
- "height": "1.70 m",
- "weight": "15.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.0059",
- "stats": {
- "base-attack": "207",
- "base-defense": "135",
- "base-stamina": "190",
- "max-cp": "2431",
- "max-hp": "162"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "flying",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "leaf blade",
- "type": "grass",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "bellsprout candy",
- "prev-evolution": [{
- "num": "070",
- "name": "weepinbell",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "069",
- "name": "bellsprout",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "072",
- "name": "tentacool",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Tentacool's body is largely composed of water. If it is removed from the sea, it dries up like parchment. If this Pokémon happens to become dehydrated, put it back into the sea.",
- "img": "https://www.serebii.net/pokemongo/pokemon/072.png",
- "size": {
- "height": "0.89 m",
- "weight": "45.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.81",
- "stats": {
- "base-attack": "97",
- "base-defense": "149",
- "base-stamina": "120",
- "max-cp": "1040",
- "max-hp": "106"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "fighting",
- "poison"
- ],
- "weaknesses": [
- "electric",
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- },
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "wrap",
- "type": "normal",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "tentacool candy",
- "next-evolution": [{
- "num": "073",
- "name": "tentacruel",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "073",
- "name": "tentacruel",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Tentacruel has large red orbs on its head. The orbs glow before lashing the vicinity with a harsh ultrasonic blast. This Pokémon's outburst creates rough waves around it.",
- "img": "https://www.serebii.net/pokemongo/pokemon/073.png",
- "size": {
- "height": "1.60 m",
- "weight": "55.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.082",
- "stats": {
- "base-attack": "166",
- "base-defense": "209",
- "base-stamina": "190",
- "max-cp": "2422",
- "max-hp": "162"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "fighting",
- "poison"
- ],
- "weaknesses": [
- "electric",
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- },
- {
- "name": "poison jab",
- "type": "poison",
- "base-damage": "10",
- "energy": "7",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "sludge wave",
- "type": "poison",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "3.2"
- },
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "tentacool candy",
- "prev-evolution": [{
- "num": "072",
- "name": "tentacool",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "074",
- "name": "geodude",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "The longer a Geodude lives, the more its edges are chipped and worn away, making it more rounded in appearance. However, this Pokémon's heart will remain hard, craggy, and rough always.",
- "img": "https://www.serebii.net/pokemongo/pokemon/074.png",
- "size": {
- "height": "0.41 m",
- "weight": "20.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "1.19",
- "stats": {
- "base-attack": "132",
- "base-defense": "132",
- "base-stamina": "120",
- "max-cp": "1293",
- "max-hp": "106"
- },
- "resistant": [
- "normal",
- "fire",
- "electric",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice",
- "fighting",
- "ground",
- "steel"
- ],
- "quick-move": [
- {
- "name": "rock throw",
- "type": "rock",
- "base-damage": "12",
- "energy": "7",
- "move-duration-seg": "0.9"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "rock tomb",
- "type": "rock",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "geodude candy",
- "next-evolution": [{
- "num": "075",
- "name": "graveler",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "076",
- "name": "golem",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "075",
- "name": "graveler",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Graveler grows by feeding on rocks. Apparently, it prefers to eat rocks that are covered in moss. This Pokémon eats its way through a ton of rocks on a daily basis.",
- "img": "https://www.serebii.net/pokemongo/pokemon/075.png",
- "size": {
- "height": "0.99 m",
- "weight": "105.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "0.071",
- "stats": {
- "base-attack": "164",
- "base-defense": "164",
- "base-stamina": "146",
- "max-cp": "1897",
- "max-hp": "127"
- },
- "resistant": [
- "normal",
- "fire",
- "electric",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice",
- "fighting",
- "ground",
- "steel"
- ],
- "quick-move": [
- {
- "name": "rock throw",
- "type": "rock",
- "base-damage": "12",
- "energy": "7",
- "move-duration-seg": "0.9"
- },
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "rock blast",
- "type": "rock",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "geodude candy",
- "next-evolution": [{
- "num": "076",
- "name": "golem",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "074",
- "name": "geodude",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "076",
- "name": "golem",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Golem live up on mountains. If there is a large earthquake, these Pokémon will come rolling down off the mountains en masse to the foothills below.",
- "img": "https://www.serebii.net/pokemongo/pokemon/076.png",
- "size": {
- "height": "1.40 m",
- "weight": "300.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.0047",
- "stats": {
- "base-attack": "211",
- "base-defense": "198",
- "base-stamina": "190",
- "max-cp": "2949",
- "max-hp": "162"
- },
- "resistant": [
- "normal",
- "fire",
- "electric",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice",
- "fighting",
- "ground",
- "steel"
- ],
- "quick-move": [
- {
- "name": "rock throw",
- "type": "rock",
- "base-damage": "12",
- "energy": "7",
- "move-duration-seg": "0.9"
- },
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "rock blast",
- "type": "rock",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "geodude candy",
- "prev-evolution": [{
- "num": "075",
- "name": "graveler",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "074",
- "name": "geodude",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "077",
- "name": "ponyta",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Ponyta is very weak at birth. It can barely stand up. This Pokémon becomes stronger by stumbling and falling to keep up with its parent.",
- "img": "https://www.serebii.net/pokemongo/pokemon/077.png",
- "size": {
- "height": "0.99 m",
- "weight": "30.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "0.51",
- "stats": {
- "base-attack": "170",
- "base-defense": "127",
- "base-stamina": "137",
- "max-cp": "1697",
- "max-hp": "120"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- }
- ],
- "special-attack": [
- {
- "name": "flame charge",
- "type": "fire",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.8"
- },
- {
- "name": "flame wheel",
- "type": "fire",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "stomp",
- "type": "normal",
- "base-damage": "55",
- "energy": "-50",
- "move-duration-seg": "1.7"
- },
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "ponyta candy",
- "next-evolution": [{
- "num": "078",
- "name": "rapidash",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "078",
- "name": "rapidash",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Rapidash usually can be seen casually cantering in the fields and plains. However, when this Pokémon turns serious, its fiery manes flare and blaze as it gallops its way up to 150 mph.",
- "img": "https://www.serebii.net/pokemongo/pokemon/078.png",
- "size": {
- "height": "1.70 m",
- "weight": "95.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": "0.011",
- "stats": {
- "base-attack": "207",
- "base-defense": "162",
- "base-stamina": "163",
- "max-cp": "2461",
- "max-hp": "140"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "low kick",
- "type": "fight",
- "base-damage": "6",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "fire spin",
- "type": "fire",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.1"
- },
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- }
- ],
- "special-attack": [
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "drill run",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.8"
- },
- {
- "name": "heat wave",
- "type": "fire",
- "base-damage": "95",
- "energy": "-100",
- "move-duration-seg": "3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "ponyta candy",
- "prev-evolution": [{
- "num": "077",
- "name": "ponyta",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "079",
- "name": "slowpoke",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Slowpoke uses its tail to catch prey by dipping it in water at the side of a river. However, this Pokémon often forgets what it's doing and often spends entire days just loafing at water's edge.",
- "img": "https://www.serebii.net/pokemongo/pokemon/079.png",
- "size": {
- "height": "1.19 m",
- "weight": "36.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "1.05",
- "stats": {
- "base-attack": "109",
- "base-defense": "98",
- "base-stamina": "207",
- "max-cp": "1226",
- "max-hp": "175"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "psyshock",
- "type": "psychic",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.7"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "slowpoke candy",
- "next-evolution": [
- {
- "num": "080",
- "name": "slowbro",
- "candy-cost": "50"
- },
- {
- "num": "199",
- "name": "slowking",
- "candy-cost": "50",
- "evolution-item": {
- "name": "kings rock",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/kings-rock.png"
- }
- }
- ]
- }
- },
- {
- "num": "080",
- "name": "slowbro",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Slowbro's tail has a Shellder firmly attached with a bite. As a result, the tail can't be used for fishing anymore. This causes Slowbro to grudgingly swim and catch prey instead.",
- "img": "https://www.serebii.net/pokemongo/pokemon/080.png",
- "size": {
- "height": "1.60 m",
- "weight": "78.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.036",
- "stats": {
- "base-attack": "177",
- "base-defense": "180",
- "base-stamina": "216",
- "max-cp": "2545",
- "max-hp": "182"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "slowpoke candy",
- "prev-evolution": [{
- "num": "079",
- "name": "slowpoke",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "081",
- "name": "magnemite",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Magnemite attaches itself to power lines to feed on electricity. If your house has a power outage, check your circuit breakers. You may find a large number of this Pokémon clinging to the breaker box.",
- "img": "https://www.serebii.net/pokemongo/pokemon/081.png",
- "size": {
- "height": "0.30 m",
- "weight": "6.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.71",
- "stats": {
- "base-attack": "165",
- "base-defense": "121",
- "base-stamina": "93",
- "max-cp": "1362",
- "max-hp": "85"
- },
- "resistant": [
- "normal",
- "electric",
- "grass",
- "ice",
- "poison"
- ],
- "weaknesses": [
- "fire",
- "water",
- "ground"
- ],
- "quick-move": [
- {
- "name": "spark",
- "type": "electric",
- "base-damage": "6",
- "energy": "9",
- "move-duration-seg": "0.7"
- },
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- },
- {
- "name": "magnet bomb",
- "type": "steel",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "2.8"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "magnemite candy",
- "next-evolution": [{
- "num": "082",
- "name": "magneton",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "082",
- "name": "magneton",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Magneton emits a powerful magnetic force that is fatal to mechanical devices. As a result, large cities sound sirens to warn citizens of large-scale outbreaks of this Pokémon.",
- "img": "https://www.serebii.net/pokemongo/pokemon/082.png",
- "size": {
- "height": "0.99 m",
- "weight": "60.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.023",
- "stats": {
- "base-attack": "223",
- "base-defense": "169",
- "base-stamina": "137",
- "max-cp": "2485",
- "max-hp": "120"
- },
- "resistant": [
- "normal",
- "electric",
- "grass",
- "ice",
- "poison"
- ],
- "weaknesses": [
- "fire",
- "water",
- "ground"
- ],
- "quick-move": [
- {
- "name": "spark",
- "type": "electric",
- "base-damage": "6",
- "energy": "9",
- "move-duration-seg": "0.7"
- },
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- },
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "magnet bomb",
- "type": "steel",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "2.8"
- },
- {
- "name": "flash cannon",
- "type": "steel",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.7"
- },
- {
- "name": "zap cannon",
- "type": "electric",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.7"
- },
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "magnemite candy",
- "prev-evolution": [{
- "num": "081",
- "name": "magnemite",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "083",
- "name": "farfetch'd",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Farfetch'd is always seen with a stalk from a plant of some sort. Apparently, there are good stalks and bad stalks. This Pokémon has been known to fight with others over stalks.",
- "img": "https://www.serebii.net/pokemongo/pokemon/083.png",
- "size": {
- "height": "0.79 m",
- "weight": "15.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.3",
- "common-capture-area": "early reports that this pokémon is likely to be found in: asia or hatched from an egg in that geographic area."
- },
- "spawn-chance": "0.0212",
- "stats": {
- "base-attack": "124",
- "base-defense": "115",
- "base-stamina": "141",
- "max-cp": "1236",
- "max-hp": "123"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "fury cutter",
- "type": "bug",
- "base-damage": "3",
- "energy": "6",
- "move-duration-seg": "0.4"
- },
- {
- "name": "air slash",
- "type": "flying",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.2"
- },
- {
- "name": "cut",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "air cutter",
- "type": "flying",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "leaf blade",
- "type": "grass",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "farfetch'd candy"
- }
- },
- {
- "num": "084",
- "name": "doduo",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Doduo's two heads never sleep at the same time. Its two heads take turns sleeping, so one head can always keep watch for enemies while the other one sleeps.",
- "img": "https://www.serebii.net/pokemongo/pokemon/084.png",
- "size": {
- "height": "1.40 m",
- "weight": "39.2 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.52",
- "stats": {
- "base-attack": "158",
- "base-defense": "83",
- "base-stamina": "111",
- "max-cp": "1200",
- "max-hp": "99"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "drill peck",
- "type": "flying",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "brave bird",
- "type": "flying",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2"
- },
- {
- "name": "swift",
- "type": "normal",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.8"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "doduo candy",
- "next-evolution": [{
- "num": "085",
- "name": "dodrio",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "085",
- "name": "dodrio",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Watch out if Dodrio's three heads are looking in three separate directions. It's a sure sign that it is on its guard. Don't go near this Pokémon if it's being wary-it may decide to peck you.",
- "img": "https://www.serebii.net/pokemongo/pokemon/085.png",
- "size": {
- "height": "1.80 m",
- "weight": "85.2 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.22",
- "stats": {
- "base-attack": "218",
- "base-defense": "140",
- "base-stamina": "155",
- "max-cp": "2362",
- "max-hp": "134"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- },
- {
- "name": "steel wing",
- "type": "steel",
- "base-damage": "11",
- "energy": "6",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "drill peck",
- "type": "flying",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "brave bird",
- "type": "flying",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2"
- },
- {
- "name": "air cutter",
- "type": "flying",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "doduo candy",
- "prev-evolution": [{
- "num": "084",
- "name": "doduo",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "086",
- "name": "seel",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Seel hunts for prey in the frigid sea underneath sheets of ice. When it needs to breathe, it punches a hole through the ice with the sharply protruding section of its head.",
- "img": "https://www.serebii.net/pokemongo/pokemon/086.png",
- "size": {
- "height": "1.09 m",
- "weight": "90.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.28",
- "stats": {
- "base-attack": "85",
- "base-defense": "121",
- "base-stamina": "163",
- "max-cp": "971",
- "max-hp": "140"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "ice shard",
- "type": "ice",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.2"
- },
- {
- "name": "lick",
- "type": "ghost",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "icy wind",
- "type": "ice",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "3.3"
- },
- {
- "name": "aqua tail",
- "type": "water",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "aurora beam",
- "type": "ice",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.55"
- },
- {
- "name": "aqua jet",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.6"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "seel candy",
- "next-evolution": [{
- "num": "087",
- "name": "dewgong",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "087",
- "name": "dewgong",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Dewgong loves to snooze on bitterly cold ice. The sight of this Pokémon sleeping on a glacier was mistakenly thought to be a mermaid by a mariner long ago.",
- "img": "https://www.serebii.net/pokemongo/pokemon/087.png",
- "size": {
- "height": "1.70 m",
- "weight": "120.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "ice"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.013",
- "stats": {
- "base-attack": "139",
- "base-defense": "177",
- "base-stamina": "207",
- "max-cp": "1985",
- "max-hp": "175"
- },
- "resistant": [
- "water",
- "ice"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "fighting",
- "rock"
- ],
- "quick-move": [
- {
- "name": "frost breath",
- "type": "ice",
- "base-damage": "10",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "iron tail",
- "type": "steel",
- "base-damage": "15",
- "energy": "7",
- "move-duration-seg": "1.1"
- },
- {
- "name": "ice shard",
- "type": "ice",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "icy wind",
- "type": "ice",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "3.3"
- },
- {
- "name": "aqua jet",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.6"
- },
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- },
- {
- "name": "aurora beam",
- "type": "ice",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.55"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "seel candy",
- "prev-evolution": [{
- "num": "086",
- "name": "seel",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "088",
- "name": "grimer",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Grimer's sludgy and rubbery body can be forced through any opening, however small it may be. This Pokémon enters sewer pipes to drink filthy wastewater.",
- "img": "https://www.serebii.net/pokemongo/pokemon/088.png",
- "size": {
- "height": "0.89 m",
- "weight": "30.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.052",
- "stats": {
- "base-attack": "135",
- "base-defense": "90",
- "base-stamina": "190",
- "max-cp": "1374",
- "max-hp": "162"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "poison jab",
- "type": "poison",
- "base-damage": "10",
- "energy": "7",
- "move-duration-seg": "0.8"
- },
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "sludge",
- "type": "poison",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "mud bomb",
- "type": "ground",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "grimer candy",
- "next-evolution": [{
- "num": "089",
- "name": "muk",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "089",
- "name": "muk",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "From Muk's body seeps a foul fluid that gives off a nose-bendingly horrible stench. Just one drop of this Pokémon's body fluid can turn a pool stagnant and rancid.",
- "img": "https://www.serebii.net/pokemongo/pokemon/089.png",
- "size": {
- "height": "1.19 m",
- "weight": "30.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.0031",
- "stats": {
- "base-attack": "190",
- "base-defense": "172",
- "base-stamina": "233",
- "max-cp": "2757",
- "max-hp": "195"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "poison jab",
- "type": "poison",
- "base-damage": "10",
- "energy": "7",
- "move-duration-seg": "0.8"
- },
- {
- "name": "infestation",
- "type": "bug",
- "base-damage": "10",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- },
- {
- "name": "lick",
- "type": "ghost",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "gunk shot",
- "type": "poison",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- },
- {
- "name": "sludge wave",
- "type": "poison",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "grimer candy",
- "prev-evolution": [{
- "num": "088",
- "name": "grimer",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "090",
- "name": "shellder",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "At night, this Pokémon uses its broad tongue to burrow a hole in the seafloor sand and then sleep in it. While it is sleeping, Shellder closes its shell, but leaves its tongue hanging out.",
- "img": "https://www.serebii.net/pokemongo/pokemon/090.png",
- "size": {
- "height": "0.30 m",
- "weight": "4.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.52",
- "stats": {
- "base-attack": "116",
- "base-defense": "134",
- "base-stamina": "102",
- "max-cp": "1080",
- "max-hp": "92"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "ice shard",
- "type": "ice",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.2"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "icy wind",
- "type": "ice",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "shellder candy",
- "next-evolution": [{
- "num": "091",
- "name": "cloyster",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "091",
- "name": "cloyster",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Cloyster is capable of swimming in the sea. It does so by swallowing water, then jetting it out toward the rear. This Pokémon shoots spikes from its shell using the same system.",
- "img": "https://www.serebii.net/pokemongo/pokemon/091.png",
- "size": {
- "height": "1.50 m",
- "weight": "132.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "ice"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.015",
- "stats": {
- "base-attack": "186",
- "base-defense": "256",
- "base-stamina": "137",
- "max-cp": "2547",
- "max-hp": "120"
- },
- "resistant": [
- "water",
- "ice"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "fighting",
- "rock"
- ],
- "quick-move": [
- {
- "name": "frost breath",
- "type": "ice",
- "base-damage": "10",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "ice shard",
- "type": "ice",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "aurora beam",
- "type": "ice",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.55"
- },
- {
- "name": "avalanche",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- },
- {
- "name": "icy wind",
- "type": "ice",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "shellder candy",
- "prev-evolution": [{
- "num": "090",
- "name": "shellder",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "092",
- "name": "gastly",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Gastly is largely composed of gaseous matter. When exposed to a strong wind, the gaseous body quickly dwindles away. Groups of this Pokémon cluster under the eaves of houses to escape the ravages of wind.",
- "img": "https://www.serebii.net/pokemongo/pokemon/092.png",
- "size": {
- "height": "1.30 m",
- "weight": "0.1 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ghost",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "0.79",
- "stats": {
- "base-attack": "186",
- "base-defense": "67",
- "base-stamina": "102",
- "max-cp": "1229",
- "max-hp": "92"
- },
- "resistant": [
- "normal",
- "grass",
- "fighting",
- "poison",
- "bug"
- ],
- "weaknesses": [
- "ground",
- "psychic",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "lick",
- "type": "ghost",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "astonish",
- "type": "ghost",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "sucker punch",
- "type": "dark",
- "base-damage": "7",
- "energy": "8",
- "move-duration-seg": "0.7"
- }
- ],
- "special-attack": [
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "night shade",
- "type": "ghost",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "ominous wind",
- "type": "ghost",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "gastly candy",
- "next-evolution": [{
- "num": "093",
- "name": "haunter",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "094",
- "name": "gengar",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "093",
- "name": "haunter",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Haunter is a dangerous Pokémon. If one beckons you while floating in darkness, you must never approach it. This Pokémon will try to lick you with its tongue and steal your life away.",
- "img": "https://www.serebii.net/pokemongo/pokemon/093.png",
- "size": {
- "height": "1.60 m",
- "weight": "0.1 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ghost",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.052",
- "stats": {
- "base-attack": "223",
- "base-defense": "107",
- "base-stamina": "128",
- "max-cp": "1963",
- "max-hp": "113"
- },
- "resistant": [
- "normal",
- "grass",
- "fighting",
- "poison",
- "bug"
- ],
- "weaknesses": [
- "ground",
- "psychic",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "shadow claw",
- "type": "ghost",
- "base-damage": "9",
- "energy": "6",
- "move-duration-seg": "0.7"
- },
- {
- "name": "astonish",
- "type": "ghost",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "lick",
- "type": "ghost",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "shadow punch",
- "type": "ghost",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.7"
- },
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "gastly candy",
- "next-evolution": [{
- "num": "094",
- "name": "gengar",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "092",
- "name": "gastly",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "094",
- "name": "gengar",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Sometimes, on a dark night, your shadow thrown by a streetlight will suddenly and startlingly overtake you. It is actually a Gengar running past you, pretending to be your shadow.",
- "img": "https://www.serebii.net/pokemongo/pokemon/094.png",
- "size": {
- "height": "1.50 m",
- "weight": "40.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ghost",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.0067",
- "stats": {
- "base-attack": "261",
- "base-defense": "149",
- "base-stamina": "155",
- "max-cp": "2878",
- "max-hp": "134"
- },
- "resistant": [
- "normal",
- "grass",
- "fighting",
- "poison",
- "bug"
- ],
- "weaknesses": [
- "ground",
- "psychic",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "sucker punch",
- "type": "dark",
- "base-damage": "7",
- "energy": "8",
- "move-duration-seg": "0.7"
- },
- {
- "name": "hex",
- "type": "ghost",
- "base-damage": "10",
- "energy": "15",
- "move-duration-seg": "1.2"
- },
- {
- "name": "shadow claw",
- "type": "ghost",
- "base-damage": "9",
- "energy": "6",
- "move-duration-seg": "0.7"
- }
- ],
- "special-attack": [
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "focus blast",
- "type": "fight",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.5"
- },
- {
- "name": "sludge wave",
- "type": "poison",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "3.2"
- },
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "gastly candy",
- "prev-evolution": [{
- "num": "093",
- "name": "haunter",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "092",
- "name": "gastly",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "095",
- "name": "onix",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Onix has a magnet in its brain. It acts as a compass so that this Pokémon does not lose direction while it is tunneling. As it grows older, its body becomes increasingly rounder and smoother.",
- "img": "https://www.serebii.net/pokemongo/pokemon/095.png",
- "size": {
- "height": "8.79 m",
- "weight": "210.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.1",
- "stats": {
- "base-attack": "85",
- "base-defense": "232",
- "base-stamina": "111",
- "max-cp": "1101",
- "max-hp": "99"
- },
- "resistant": [
- "normal",
- "fire",
- "electric",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice",
- "fighting",
- "ground",
- "steel"
- ],
- "quick-move": [
- {
- "name": "rock throw",
- "type": "rock",
- "base-damage": "12",
- "energy": "7",
- "move-duration-seg": "0.9"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "sand tomb",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "4"
- },
- {
- "name": "heavy slam",
- "type": "steel",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.1"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "iron head",
- "type": "steel",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "onix candy",
- "next-evolution": [{
- "num": "208",
- "name": "steelix",
- "candy-cost": "50",
- "evolution-item": {
- "name": "metal coat",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/metal-coat.png"
- }
- }]
- }
- },
- {
- "num": "096",
- "name": "drowzee",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "If your nose becomes itchy while you are sleeping, it's a sure sign that one of these Pokémon is standing above your pillow and trying to eat you dream through your nostrils.",
- "img": "https://www.serebii.net/pokemongo/pokemon/096.png",
- "size": {
- "height": "0.99 m",
- "weight": "32.4 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "3.21",
- "stats": {
- "base-attack": "89",
- "base-defense": "136",
- "base-stamina": "155",
- "max-cp": "1040",
- "max-hp": "134"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "psybeam",
- "type": "psychic",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "psyshock",
- "type": "psychic",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.7"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "drowzee candy",
- "next-evolution": [{
- "num": "097",
- "name": "hypno",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "097",
- "name": "hypno",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Hypno holds a pendulum in its hand. The arcing movement and glitter of the pendulum lull the foe into a deep state of hypnosis. While this Pokémon searches for prey, it polishes the pendulum.",
- "img": "https://www.serebii.net/pokemongo/pokemon/097.png",
- "size": {
- "height": "1.60 m",
- "weight": "75.6 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.1",
- "stats": {
- "base-attack": "144",
- "base-defense": "193",
- "base-stamina": "198",
- "max-cp": "2090",
- "max-hp": "168"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "futuresight",
- "type": "psychic",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "2.7"
- },
- {
- "name": "focus blast",
- "type": "fight",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.5"
- },
- {
- "name": "psyshock",
- "type": "psychic",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.7"
- },
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "drowzee candy",
- "prev-evolution": [{
- "num": "096",
- "name": "drowzee",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "098",
- "name": "krabby",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Krabby live on beaches, burrowed inside holes dug into the sand. On sandy beaches with little in the way of food, these Pokémon can be seen squabbling with each other over territory.",
- "img": "https://www.serebii.net/pokemongo/pokemon/098.png",
- "size": {
- "height": "0.41 m",
- "weight": "6.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "2.12",
- "stats": {
- "base-attack": "181",
- "base-defense": "124",
- "base-stamina": "102",
- "max-cp": "1561",
- "max-hp": "92"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "vice grip",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "krabby candy",
- "next-evolution": [{
- "num": "099",
- "name": "kingler",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "099",
- "name": "kingler",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Kingler has an enormous, oversized claw. It waves this huge claw in the air to communicate with others. However, because the claw is so heavy, the Pokémon quickly tires.",
- "img": "https://www.serebii.net/pokemongo/pokemon/099.png",
- "size": {
- "height": "1.30 m",
- "weight": "60.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.062",
- "stats": {
- "base-attack": "240",
- "base-defense": "181",
- "base-stamina": "146",
- "max-cp": "2829",
- "max-hp": "127"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "metal claw",
- "type": "steel",
- "base-damage": "8",
- "energy": "7",
- "move-duration-seg": "0.7"
- },
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "vice grip",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "x scissor",
- "type": "water",
- "base-damage": "50",
- "energy": "-100",
- "move-duration-seg": "4.7"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "krabby candy",
- "prev-evolution": [{
- "num": "098",
- "name": "krabby",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "100",
- "name": "voltorb",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Voltorb was first sighted at a company that manufactures Poké Balls. The link between that sighting and the fact that this Pokémon looks very similar to a Poké Ball remains a mystery.",
- "img": "https://www.serebii.net/pokemongo/pokemon/100.png",
- "size": {
- "height": "0.51 m",
- "weight": "10.4 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.65",
- "stats": {
- "base-attack": "109",
- "base-defense": "111",
- "base-stamina": "120",
- "max-cp": "1010",
- "max-hp": "106"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "spark",
- "type": "electric",
- "base-damage": "6",
- "energy": "9",
- "move-duration-seg": "0.7"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "gyro ball",
- "type": "steel",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "signal beam",
- "type": "bug",
- "base-damage": "75",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "voltorb candy",
- "next-evolution": [{
- "num": "101",
- "name": "electrode",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "101",
- "name": "electrode",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Electrode eats electricity in the atmosphere. On days when lightning strikes, you can see this Pokémon exploding all over the place from eating too much electricity.",
- "img": "https://www.serebii.net/pokemongo/pokemon/101.png",
- "size": {
- "height": "1.19 m",
- "weight": "66.6 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.02",
- "stats": {
- "base-attack": "173",
- "base-defense": "173",
- "base-stamina": "155",
- "max-cp": "2099",
- "max-hp": "134"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "spark",
- "type": "electric",
- "base-damage": "6",
- "energy": "9",
- "move-duration-seg": "0.7"
- },
- {
- "name": "volt switch",
- "type": "electric",
- "base-damage": "20",
- "energy": "25",
- "move-duration-seg": "2.3"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "voltorb candy",
- "prev-evolution": [{
- "num": "100",
- "name": "voltorb",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "102",
- "name": "exeggcute",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "This Pokémon consists of six eggs that form a closely knit cluster. The six eggs attract each other and spin around. When cracks increasingly appear on the eggs, Exeggcute is close to evolution.",
- "img": "https://www.serebii.net/pokemongo/pokemon/102.png",
- "size": {
- "height": "0.41 m",
- "weight": "2.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.78",
- "stats": {
- "base-attack": "107",
- "base-defense": "125",
- "base-stamina": "155",
- "max-cp": "1175",
- "max-hp": "134"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying",
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- },
- {
- "name": "bullet seed",
- "type": "grass",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "seed bomb",
- "type": "grass",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "exeggcute candy",
- "next-evolution": [{
- "num": "103",
- "name": "exeggutor",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "103",
- "name": "exeggutor",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Exeggutor originally came from the tropics. Its heads steadily grow larger from exposure to strong sunlight. It is said that when the heads fall off, they group together to form Exeggcute.",
- "img": "https://www.serebii.net/pokemongo/pokemon/103.png",
- "size": {
- "height": "2.01 m",
- "weight": "120.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.014",
- "stats": {
- "base-attack": "233",
- "base-defense": "149",
- "base-stamina": "216",
- "max-cp": "3014",
- "max-hp": "182"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying",
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "bullet seed",
- "type": "grass",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "extrasensory",
- "type": "psychic",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "seed bomb",
- "type": "grass",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "exeggcute candy",
- "prev-evolution": [{
- "num": "102",
- "name": "exeggcute",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "104",
- "name": "cubone",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Cubone pines for the mother it will never see again. Seeing a likeness of its mother in the full moon, it cries. The stains on the skull the Pokémon wears are made by the tears it sheds.",
- "img": "https://www.serebii.net/pokemongo/pokemon/104.png",
- "size": {
- "height": "0.41 m",
- "weight": "6.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "0.61",
- "stats": {
- "base-attack": "90",
- "base-defense": "144",
- "base-stamina": "137",
- "max-cp": "1019",
- "max-hp": "120"
- },
- "resistant": [
- "electric",
- "poison",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice"
- ],
- "quick-move": [
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- }
- ],
- "special-attack": [
- {
- "name": "bone club",
- "type": "ground",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "bulldoze",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "cubone candy",
- "next-evolution": [{
- "num": "105",
- "name": "marowak",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "105",
- "name": "marowak",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Marowak is the evolved form of a Cubone that has overcome its sadness at the loss of its mother and grown tough. This Pokémon's tempered and hardened spirit is not easily broken.",
- "img": "https://www.serebii.net/pokemongo/pokemon/105.png",
- "size": {
- "height": "0.99 m",
- "weight": "45.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": "0.02",
- "stats": {
- "base-attack": "144",
- "base-defense": "186",
- "base-stamina": "155",
- "max-cp": "1835",
- "max-hp": "134"
- },
- "resistant": [
- "electric",
- "poison",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice"
- ],
- "quick-move": [
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- }
- ],
- "special-attack": [
- {
- "name": "bone club",
- "type": "ground",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "cubone candy",
- "prev-evolution": [{
- "num": "104",
- "name": "cubone",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "106",
- "name": "hitmonlee",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Hitmonlee's legs freely contract and stretch. Using these springlike legs, it bowls over foes with devastating kicks. After battle, it rubs down its legs and loosens the muscles to overcome fatigue.",
- "img": "https://www.serebii.net/pokemongo/pokemon/106.png",
- "size": {
- "height": "1.50 m",
- "weight": "49.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.02",
- "stats": {
- "base-attack": "224",
- "base-defense": "181",
- "base-stamina": "137",
- "max-cp": "2576",
- "max-hp": "120"
- },
- "resistant": [
- "bug",
- "rock",
- "dark"
- ],
- "weaknesses": [
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "low kick",
- "type": "fight",
- "base-damage": "6",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- }
- ],
- "special-attack": [
- {
- "name": "low sweep",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "close combat",
- "type": "fight",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "stomp",
- "type": "normal",
- "base-damage": "55",
- "energy": "-50",
- "move-duration-seg": "1.7"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "tyrogue candy",
- "prev-evolution": [{
- "num": "236",
- "name": "tyrogue",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "107",
- "name": "hitmonchan",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Hitmonchan is said to possess the spirit of a boxer who had been working toward a world championship. This Pokémon has an indomitable spirit and will never give up in the face of adversity.",
- "img": "https://www.serebii.net/pokemongo/pokemon/107.png",
- "size": {
- "height": "1.40 m",
- "weight": "50.2 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.022",
- "stats": {
- "base-attack": "193",
- "base-defense": "197",
- "base-stamina": "137",
- "max-cp": "2332",
- "max-hp": "120"
- },
- "resistant": [
- "bug",
- "rock",
- "dark"
- ],
- "weaknesses": [
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "bullet punch",
- "type": "steel",
- "base-damage": "9",
- "energy": "10",
- "move-duration-seg": "0.9"
- },
- {
- "name": "counter",
- "type": "fight",
- "base-damage": "12",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- }
- ],
- "special-attack": [
- {
- "name": "fire punch",
- "type": "fire",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.2"
- },
- {
- "name": "thunder punch",
- "type": "electric",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.8"
- },
- {
- "name": "close combat",
- "type": "fight",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "ice punch",
- "type": "ice",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "tyrogue candy",
- "prev-evolution": [{
- "num": "236",
- "name": "tyrogue",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "108",
- "name": "lickitung",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Whenever Lickitung comes across something new, it will unfailingly give it a lick. It does so because it memorizes things by texture and by taste. It is somewhat put off by sour things.",
- "img": "https://www.serebii.net/pokemongo/pokemon/108.png",
- "size": {
- "height": "1.19 m",
- "weight": "65.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.011",
- "stats": {
- "base-attack": "108",
- "base-defense": "137",
- "base-stamina": "207",
- "max-cp": "1411",
- "max-hp": "175"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "lick",
- "type": "ghost",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "stomp",
- "type": "normal",
- "base-damage": "55",
- "energy": "-50",
- "move-duration-seg": "1.7"
- },
- {
- "name": "power whip",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "lickitung candy"
- }
- },
- {
- "num": "109",
- "name": "koffing",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "If Koffing becomes agitated, it raises the toxicity of its internal gases and then jets them out from all over its body. This Pokémon may also overinflate its round body, then explode.",
- "img": "https://www.serebii.net/pokemongo/pokemon/109.png",
- "size": {
- "height": "0.61 m",
- "weight": "1.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.2",
- "stats": {
- "base-attack": "119",
- "base-defense": "141",
- "base-stamina": "120",
- "max-cp": "1214",
- "max-hp": "106"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "infestation",
- "type": "bug",
- "base-damage": "10",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "sludge",
- "type": "poison",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "koffing candy",
- "next-evolution": [{
- "num": "110",
- "name": "weezing",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "110",
- "name": "weezing",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Weezing loves the gases given off by rotted kitchen garbage. This Pokémon will find a dirty, unkempt house and make it its home. At night, when the people in the house are asleep, it will go through the trash.",
- "img": "https://www.serebii.net/pokemongo/pokemon/110.png",
- "size": {
- "height": "1.19 m",
- "weight": "9.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.016",
- "stats": {
- "base-attack": "174",
- "base-defense": "197",
- "base-stamina": "163",
- "max-cp": "2293",
- "max-hp": "140"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "infestation",
- "type": "bug",
- "base-damage": "10",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "koffing candy",
- "prev-evolution": [{
- "num": "109",
- "name": "koffing",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "111",
- "name": "rhyhorn",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Rhyhorn runs in a straight line, smashing everything in its path. It is not bothered even if it rushes headlong into a block of steel. This Pokémon may feel some pain from the collision the next day, however.",
- "img": "https://www.serebii.net/pokemongo/pokemon/111.png",
- "size": {
- "height": "0.99 m",
- "weight": "115.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground",
- "rock"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.63",
- "stats": {
- "base-attack": "140",
- "base-defense": "127",
- "base-stamina": "190",
- "max-cp": "1651",
- "max-hp": "162"
- },
- "resistant": [
- "normal",
- "fire",
- "electric",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice",
- "fighting",
- "ground",
- "steel"
- ],
- "quick-move": [
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- }
- ],
- "special-attack": [
- {
- "name": "bulldoze",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "horn attack",
- "type": "normal",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.85"
- },
- {
- "name": "stomp",
- "type": "normal",
- "base-damage": "55",
- "energy": "-50",
- "move-duration-seg": "1.7"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "rhyhorn candy",
- "next-evolution": [{
- "num": "112",
- "name": "rhydon",
- "candy-cost": "50",
- "next-evolution": [{
- "num": "464",
- "name": "rhyperior",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }]
- }]
- }
- },
- {
- "num": "112",
- "name": "rhydon",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Rhydon's horn can crush even uncut diamonds. One sweeping blow of its tail can topple a building. This Pokémon's hide is extremely tough. Even direct cannon hits don't leave a scratch.",
- "img": "https://www.serebii.net/pokemongo/pokemon/112.png",
- "size": {
- "height": "1.91 m",
- "weight": "120.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground",
- "rock"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": "0.022",
- "stats": {
- "base-attack": "222",
- "base-defense": "171",
- "base-stamina": "233",
- "max-cp": "3179",
- "max-hp": "195"
- },
- "resistant": [
- "normal",
- "fire",
- "electric",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice",
- "fighting",
- "ground",
- "steel"
- ],
- "quick-move": [
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- }
- ],
- "special-attack": [
- {
- "name": "megahorn",
- "type": "bug",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2.2"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "rhyhorn candy",
- "next-evolution": [{
- "num": "464",
- "name": "rhyperior",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }],
- "prev-evolution": [{
- "num": "111",
- "name": "rhyhorn",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "113",
- "name": "chansey",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Chansey lays nutritionally excellent eggs on an everyday basis. The eggs are so delicious, they are easily and eagerly devoured by even those people who have lost their appetite.",
- "img": "https://www.serebii.net/pokemongo/pokemon/113.png",
- "size": {
- "height": "1.09 m",
- "weight": "34.6 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.013",
- "stats": {
- "base-attack": "60",
- "base-defense": "128",
- "base-stamina": "487",
- "max-cp": "1255",
- "max-hp": "396"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "psybeam",
- "type": "psychic",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "chansey candy",
- "next-evolution": [{
- "num": "242",
- "name": "blissey"
- }],
- "prev-evolution": [{
- "num": "440",
- "name": "happiny",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "114",
- "name": "tangela",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Tangela's vines snap off easily if they are grabbed. This happens without pain, allowing it to make a quick getaway. The lost vines are replaced by newly grown vines the very next day.",
- "img": "https://www.serebii.net/pokemongo/pokemon/114.png",
- "size": {
- "height": "0.99 m",
- "weight": "35.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "0.228",
- "stats": {
- "base-attack": "183",
- "base-defense": "169",
- "base-stamina": "163",
- "max-cp": "2238",
- "max-hp": "140"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying",
- "bug"
- ],
- "quick-move": [
- {
- "name": "vine whip",
- "type": "grass",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "infestation",
- "type": "bug",
- "base-damage": "10",
- "energy": "14",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- },
- {
- "name": "grass knot",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "power whip",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "tangela candy"
- }
- },
- {
- "num": "115",
- "name": "kangaskhan",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "If you come across a young Kangaskhan playing by itself, you must never disturb it or attempt to catch it. The baby Pokémon's parent is sure to be in the area, and it will become violently enraged at you.",
- "img": "https://www.serebii.net/pokemongo/pokemon/115.png",
- "size": {
- "height": "2.21 m",
- "weight": "80.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2",
- "common-capture-area": "early reports that this pokémon is likely to be found in: australia, new zealand or hatched from an egg in that geographic area."
- },
- "spawn-chance": "0.0086",
- "stats": {
- "base-attack": "181",
- "base-defense": "165",
- "base-stamina": "233",
- "max-cp": "2586",
- "max-hp": "195"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "low kick",
- "type": "fight",
- "base-damage": "6",
- "energy": "6",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "outrage",
- "type": "dragon",
- "base-damage": "110",
- "energy": "-50",
- "move-duration-seg": "3.9"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "stomp",
- "type": "normal",
- "base-damage": "55",
- "energy": "-50",
- "move-duration-seg": "1.7"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "kangaskhan candy"
- }
- },
- {
- "num": "116",
- "name": "horsea",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Horsea eats small insects and moss off of rocks. If the ocean current turns fast, this Pokémon anchors itself by wrapping its tail around rocks or coral to prevent being washed away.",
- "img": "https://www.serebii.net/pokemongo/pokemon/116.png",
- "size": {
- "height": "0.41 m",
- "weight": "8.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "1.13",
- "stats": {
- "base-attack": "129",
- "base-defense": "103",
- "base-stamina": "102",
- "max-cp": "1056",
- "max-hp": "92"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "dragon pulse",
- "type": "dragon",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.6"
- },
- {
- "name": "flash cannon",
- "type": "steel",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "horsea candy",
- "next-evolution": [{
- "num": "117",
- "name": "seadra",
- "candy-cost": "50",
- "next-evolution": [{
- "num": "230",
- "name": "kingdra",
- "candy-cost": "100",
- "evolution-item": {
- "name": "dragon scale",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/dragon-scale.png"
- }
- }]
- }]
- }
- },
- {
- "num": "117",
- "name": "seadra",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Seadra sleeps after wriggling itself between the branches of coral. Those trying to harvest coral are occasionally stung by this Pokémon's poison barbs if they fail to notice it.",
- "img": "https://www.serebii.net/pokemongo/pokemon/117.png",
- "size": {
- "height": "1.19 m",
- "weight": "25.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.034",
- "stats": {
- "base-attack": "187",
- "base-defense": "156",
- "base-stamina": "146",
- "max-cp": "2093",
- "max-hp": "127"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "dragon breath",
- "type": "dragon",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "dragon pulse",
- "type": "dragon",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.6"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "aurora beam",
- "type": "ice",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.55"
- },
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "horsea candy",
- "next-evolution": [{
- "num": "230",
- "name": "kingdra",
- "candy-cost": "100",
- "evolution-item": {
- "name": "dragon scale",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/dragon-scale.png"
- }
- }],
- "prev-evolution": [{
- "num": "116",
- "name": "horsea",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "118",
- "name": "goldeen",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Goldeen is a very beautiful Pokémon with fins that billow elegantly in water. However, don't let your guard down around this Pokémon-it could ram you powerfully with its horn.",
- "img": "https://www.serebii.net/pokemongo/pokemon/118.png",
- "size": {
- "height": "0.61 m",
- "weight": "15.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "2.18",
- "stats": {
- "base-attack": "123",
- "base-defense": "110",
- "base-stamina": "128",
- "max-cp": "1152",
- "max-hp": "113"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "horn attack",
- "type": "normal",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.85"
- },
- {
- "name": "aqua tail",
- "type": "water",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "goldeen candy",
- "next-evolution": [{
- "num": "119",
- "name": "seaking",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "119",
- "name": "seaking",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "In the autumn, Seaking males can be seen performing courtship dances in riverbeds to woo females. During this season, this Pokémon's body coloration is at its most beautiful.",
- "img": "https://www.serebii.net/pokemongo/pokemon/119.png",
- "size": {
- "height": "1.30 m",
- "weight": "39.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.08",
- "stats": {
- "base-attack": "175",
- "base-defense": "147",
- "base-stamina": "190",
- "max-cp": "2162",
- "max-hp": "162"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "poison jab",
- "type": "poison",
- "base-damage": "10",
- "energy": "7",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "megahorn",
- "type": "bug",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2.2"
- },
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "icy wind",
- "type": "ice",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "3.3"
- },
- {
- "name": "drill run",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.8"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "goldeen candy",
- "prev-evolution": [{
- "num": "118",
- "name": "goldeen",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "120",
- "name": "staryu",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Staryu's center section has an organ called the core that shines bright red. If you go to a beach toward the end of summer, the glowing cores of these Pokémon look like the stars in the sky.",
- "img": "https://www.serebii.net/pokemongo/pokemon/120.png",
- "size": {
- "height": "0.79 m",
- "weight": "34.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "1.95",
- "stats": {
- "base-attack": "137",
- "base-defense": "112",
- "base-stamina": "102",
- "max-cp": "1157",
- "max-hp": "92"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "swift",
- "type": "normal",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.8"
- },
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "power gem",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "staryu candy",
- "next-evolution": [{
- "num": "121",
- "name": "starmie",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "121",
- "name": "starmie",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Starmie's center section-the core-glows brightly in seven colors. Because of its luminous nature, this Pokémon has been given the nickname the gem of the sea.",
- "img": "https://www.serebii.net/pokemongo/pokemon/121.png",
- "size": {
- "height": "1.09 m",
- "weight": "80.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.034",
- "stats": {
- "base-attack": "210",
- "base-defense": "184",
- "base-stamina": "155",
- "max-cp": "2584",
- "max-hp": "134"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "hidden power",
- "type": "normal",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "power gem",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "psybeam",
- "type": "psychic",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "staryu candy",
- "prev-evolution": [{
- "num": "120",
- "name": "staryu",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "122",
- "name": "mr. mime",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Mr. Mime is a master of pantomime. Its gestures and motions convince watchers that something unseeable actually exists. Once the watchers are convinced, the unseeable thing exists as if it were real.",
- "img": "https://www.serebii.net/pokemongo/pokemon/122.png",
- "size": {
- "height": "1.30 m",
- "weight": "54.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.3",
- "common-capture-area": "early reports that this pokémon is likely to be found in: western europe or hatched from an egg in that geographic area."
- },
- "spawn-chance": "0.0031",
- "stats": {
- "base-attack": "192",
- "base-defense": "205",
- "base-stamina": "120",
- "max-cp": "2228",
- "max-hp": "106"
- },
- "resistant": [
- "fighting",
- "psychic",
- "dragon"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "psybeam",
- "type": "psychic",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "mr. mime candy",
- "prev-evolution": [{
- "num": "439",
- "name": "mime jr",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "123",
- "name": "scyther",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Scyther is blindingly fast. Its blazing speed enhances the effectiveness of the twin scythes on its forearms. This Pokémon's scythes are so effective, they can slice through thick logs in one wicked stroke.",
- "img": "https://www.serebii.net/pokemongo/pokemon/123.png",
- "size": {
- "height": "1.50 m",
- "weight": "56.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": "0.14",
- "stats": {
- "base-attack": "218",
- "base-defense": "170",
- "base-stamina": "172",
- "max-cp": "2706",
- "max-hp": "147"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "fire",
- "electric",
- "ice",
- "flying",
- "rock"
- ],
- "quick-move": [
- {
- "name": "fury cutter",
- "type": "bug",
- "base-damage": "3",
- "energy": "6",
- "move-duration-seg": "0.4"
- },
- {
- "name": "air slash",
- "type": "flying",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.2"
- },
- {
- "name": "steel wing",
- "type": "steel",
- "base-damage": "11",
- "energy": "6",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "night slash",
- "type": "dark",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.2"
- },
- {
- "name": "x scissor",
- "type": "water",
- "base-damage": "50",
- "energy": "-100",
- "move-duration-seg": "4.7"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "bug buzz",
- "type": "bug",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.7"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "scyther candy",
- "next-evolution": [{
- "num": "212",
- "name": "scizor",
- "candy-cost": "50",
- "evolution-item": {
- "name": "metal coat",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/metal-coat.png"
- }
- }]
- }
- },
- {
- "num": "124",
- "name": "jynx",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Jynx walks rhythmically, swaying and shaking its hips as if it were dancing. Its motions are so bouncingly alluring, people seeing it are compelled to shake their hips without giving any thought to what they are doing.",
- "img": "https://www.serebii.net/pokemongo/pokemon/124.png",
- "size": {
- "height": "1.40 m",
- "weight": "40.6 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ice",
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": "0.35",
- "stats": {
- "base-attack": "223",
- "base-defense": "151",
- "base-stamina": "163",
- "max-cp": "2555",
- "max-hp": "140"
- },
- "resistant": [
- "ice",
- "psychic"
- ],
- "weaknesses": [
- "fire",
- "bug",
- "rock",
- "ghost",
- "dark",
- "steel"
- ],
- "quick-move": [
- {
- "name": "frost breath",
- "type": "ice",
- "base-damage": "10",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- },
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "draining kiss",
- "type": "fairy",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "psyshock",
- "type": "psychic",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.7"
- },
- {
- "name": "avalanche",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "ice punch",
- "type": "ice",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "jynx candy",
- "prev-evolution": [{
- "num": "238",
- "name": "smoochum",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "125",
- "name": "electabuzz",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "When a storm arrives, gangs of this Pokémon compete with each other to scale heights that are likely to be stricken by lightning bolts. Some towns use Electabuzz in place of lightning rods.",
- "img": "https://www.serebii.net/pokemongo/pokemon/125.png",
- "size": {
- "height": "1.09 m",
- "weight": "30.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.074",
- "stats": {
- "base-attack": "198",
- "base-defense": "158",
- "base-stamina": "163",
- "max-cp": "2334",
- "max-hp": "140"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- },
- {
- "name": "low kick",
- "type": "fight",
- "base-damage": "6",
- "energy": "6",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "thunder punch",
- "type": "electric",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.8"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "thunder",
- "type": "electric",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "electabuzz candy",
- "next-evolution": [{
- "num": "466",
- "name": "electivire",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }],
- "prev-evolution": [{
- "num": "239",
- "name": "elekid",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "126",
- "name": "magmar",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "In battle, Magmar blows out intensely hot flames from all over its body to intimidate its opponent. This Pokémon's fiery bursts create heat waves that ignite grass and trees in its surroundings.",
- "img": "https://www.serebii.net/pokemongo/pokemon/126.png",
- "size": {
- "height": "1.30 m",
- "weight": "44.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.1",
- "stats": {
- "base-attack": "206",
- "base-defense": "154",
- "base-stamina": "163",
- "max-cp": "2394",
- "max-hp": "140"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "karate chop",
- "type": "fight",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "fire punch",
- "type": "fire",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.2"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "magmar candy",
- "next-evolution": [{
- "num": "467",
- "name": "magmortar",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }],
- "prev-evolution": [{
- "num": "240",
- "name": "magby",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "127",
- "name": "pinsir",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Pinsir is astoundingly strong. It can grip a foe weighing twice its weight in its horns and easily lift it. This Pokémon's movements turn sluggish in cold places.",
- "img": "https://www.serebii.net/pokemongo/pokemon/127.png",
- "size": {
- "height": "1.50 m",
- "weight": "55.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": "0.99",
- "stats": {
- "base-attack": "238",
- "base-defense": "182",
- "base-stamina": "163",
- "max-cp": "2959",
- "max-hp": "140"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "rock"
- ],
- "quick-move": [
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "fury cutter",
- "type": "bug",
- "base-damage": "3",
- "energy": "6",
- "move-duration-seg": "0.4"
- }
- ],
- "special-attack": [
- {
- "name": "vice grip",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "x scissor",
- "type": "water",
- "base-damage": "50",
- "energy": "-100",
- "move-duration-seg": "4.7"
- },
- {
- "name": "close combat",
- "type": "fight",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "submission",
- "type": "fight",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "pinsir candy"
- }
- },
- {
- "num": "128",
- "name": "tauros",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "This Pokémon is not satisfied unless it is rampaging at all times. If there is no opponent for Tauros to battle, it will charge at thick trees and knock them down to calm itself.",
- "img": "https://www.serebii.net/pokemongo/pokemon/128.png",
- "size": {
- "height": "1.40 m",
- "weight": "88.4 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.3",
- "common-capture-area": "early reports that this pokémon is likely to be found in: north america or hatched from an egg in that geographic area."
- },
- "spawn-chance": "0.12",
- "stats": {
- "base-attack": "198",
- "base-defense": "183",
- "base-stamina": "181",
- "max-cp": "2620",
- "max-hp": "154"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "horn attack",
- "type": "normal",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.85"
- },
- {
- "name": "iron head",
- "type": "steel",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "1.9"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "tauros candy"
- }
- },
- {
- "num": "129",
- "name": "magikarp",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Magikarp is a pathetic excuse for a Pokémon that is only capable of flopping and splashing. This behavior prompted scientists to undertake research into it.",
- "img": "https://www.serebii.net/pokemongo/pokemon/129.png",
- "size": {
- "height": "0.89 m",
- "weight": "10.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.7"
- },
- "spawn-chance": "4.78",
- "stats": {
- "base-attack": "29",
- "base-defense": "85",
- "base-stamina": "85",
- "max-cp": "274",
- "max-hp": "79"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "splash",
- "type": "water",
- "base-damage": "0",
- "energy": "0",
- "move-duration-seg": "1.73"
- }],
- "special-attack": [
- {
- "name": "struggle",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "magikarp candy",
- "next-evolution": [{
- "num": "130",
- "name": "gyarados",
- "candy-cost": "400"
- }]
- }
- },
- {
- "num": "130",
- "name": "gyarados",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "When Magikarp evolves into Gyarados, its brain cells undergo a structural transformation. It is said that this transformation is to blame for this Pokémon's wildly violent nature.",
- "img": "https://www.serebii.net/pokemongo/pokemon/130.png",
- "size": {
- "height": "6.50 m",
- "weight": "235.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.0032",
- "stats": {
- "base-attack": "237",
- "base-defense": "186",
- "base-stamina": "216",
- "max-cp": "3391",
- "max-hp": "182"
- },
- "resistant": [
- "fire",
- "water",
- "fighting",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "dragon tail",
- "type": "dragon",
- "base-damage": "15",
- "energy": "9",
- "move-duration-seg": "1.1"
- },
- {
- "name": "dragon breath",
- "type": "dragon",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "outrage",
- "type": "dragon",
- "base-damage": "110",
- "energy": "-50",
- "move-duration-seg": "3.9"
- },
- {
- "name": "dragon pulse",
- "type": "dragon",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.6"
- },
- {
- "name": "twister",
- "type": "dragon",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.8"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "magikarp candy",
- "prev-evolution": [{
- "num": "129",
- "name": "magikarp",
- "candy-cost": "400"
- }]
- }
- },
- {
- "num": "131",
- "name": "lapras",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "People have driven Lapras almost to the point of extinction. In the evenings, this Pokémon is said to sing plaintively as it seeks what few others of its kind still remain.",
- "img": "https://www.serebii.net/pokemongo/pokemon/131.png",
- "size": {
- "height": "2.49 m",
- "weight": "220.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "ice"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": "0.006",
- "stats": {
- "base-attack": "165",
- "base-defense": "174",
- "base-stamina": "277",
- "max-cp": "2641",
- "max-hp": "230"
- },
- "resistant": [
- "water",
- "ice"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "fighting",
- "rock"
- ],
- "quick-move": [
- {
- "name": "frost breath",
- "type": "ice",
- "base-damage": "10",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "ice shard",
- "type": "ice",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "dragon pulse",
- "type": "dragon",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.6"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "lapras candy"
- }
- },
- {
- "num": "132",
- "name": "ditto",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Ditto rearranges its cell structure to transform itself into other shapes. However, if it tries to transform itself into something by relying on its memory, this Pokémon manages to get details wrong.",
- "img": "https://www.serebii.net/pokemongo/pokemon/132.png",
- "size": {
- "height": "0.30 m",
- "weight": "4.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "91",
- "base-defense": "91",
- "base-stamina": "134",
- "max-cp": "832",
- "max-hp": "117"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- }],
- "special-attack": [
- {
- "name": "struggle",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "ditto candy"
- }
- },
- {
- "num": "133",
- "name": "eevee",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Eevee has an unstable genetic makeup that suddenly mutates due to the environment in which it lives. Radiation from various stones causes this Pokémon to evolve.",
- "img": "https://www.serebii.net/pokemongo/pokemon/133.png",
- "size": {
- "height": "0.30 m",
- "weight": "6.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "2.75",
- "stats": {
- "base-attack": "104",
- "base-defense": "114",
- "base-stamina": "146",
- "max-cp": "1071",
- "max-hp": "127"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "swift",
- "type": "normal",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.8"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "eevee candy",
- "next-evolution": [
- {
- "num": "134",
- "name": "vaporeon",
- "candy-cost": "25"
- },
- {
- "num": "135",
- "name": "jolteon",
- "candy-cost": "25"
- },
- {
- "num": "136",
- "name": "flareon",
- "candy-cost": "25"
- },
- {
- "num": "196",
- "name": "espeon",
- "candy-cost": "25"
- },
- {
- "num": "197",
- "name": "umbreon",
- "candy-cost": "25"
- },
- {
- "num": "470",
- "name": "leafeon",
- "candy-cost": "25"
- },
- {
- "num": "471",
- "name": "glaceon",
- "candy-cost": "25"
- }
- ]
- }
- },
- {
- "num": "134",
- "name": "vaporeon",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Vaporeon underwent a spontaneous mutation and grew fins and gills that allow it to live underwater. This Pokémon has the ability to freely control water.",
- "img": "https://www.serebii.net/pokemongo/pokemon/134.png",
- "size": {
- "height": "0.99 m",
- "weight": "29.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.014",
- "stats": {
- "base-attack": "205",
- "base-defense": "161",
- "base-stamina": "277",
- "max-cp": "3114",
- "max-hp": "230"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }],
- "special-attack": [
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "aqua tail",
- "type": "water",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "eevee candy",
- "prev-evolution": [{
- "num": "133",
- "name": "eevee",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "135",
- "name": "jolteon",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Jolteon's cells generate a low level of electricity. This power is amplified by the static electricity of its fur, enabling the Pokémon to drop thunderbolts. The bristling fur is made of electrically charged needles.",
- "img": "https://www.serebii.net/pokemongo/pokemon/135.png",
- "size": {
- "height": "0.79 m",
- "weight": "24.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.012",
- "stats": {
- "base-attack": "232",
- "base-defense": "182",
- "base-stamina": "163",
- "max-cp": "2888",
- "max-hp": "140"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- },
- {
- "name": "volt switch",
- "type": "electric",
- "base-damage": "20",
- "energy": "25",
- "move-duration-seg": "2.3"
- }
- ],
- "special-attack": [
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "thunder",
- "type": "electric",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "eevee candy",
- "prev-evolution": [{
- "num": "133",
- "name": "eevee",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "136",
- "name": "flareon",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Flareon's fluffy fur has a functional purpose-it releases heat into the air so that its body does not get excessively hot. This Pokémon's body temperature can rise to a maximum of 1,650 degrees Fahrenheit.",
- "img": "https://www.serebii.net/pokemongo/pokemon/136.png",
- "size": {
- "height": "0.89 m",
- "weight": "25.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.017",
- "stats": {
- "base-attack": "246",
- "base-defense": "179",
- "base-stamina": "163",
- "max-cp": "3029",
- "max-hp": "140"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "fire spin",
- "type": "fire",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- },
- {
- "name": "overheat",
- "type": "fire",
- "base-damage": "160",
- "energy": "-100",
- "move-duration-seg": "4"
- },
- {
- "name": "heat wave",
- "type": "fire",
- "base-damage": "95",
- "energy": "-100",
- "move-duration-seg": "3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "eevee candy",
- "prev-evolution": [{
- "num": "133",
- "name": "eevee",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "137",
- "name": "porygon",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Porygon is capable of reverting itself entirely back to program data and entering cyberspace. This Pokémon is copy-protected so it cannot be duplicated by copying.",
- "img": "https://www.serebii.net/pokemongo/pokemon/137.png",
- "size": {
- "height": "0.79 m",
- "weight": "36.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "0.012",
- "stats": {
- "base-attack": "153",
- "base-defense": "136",
- "base-stamina": "163",
- "max-cp": "1720",
- "max-hp": "140"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- },
- {
- "name": "hidden power",
- "type": "normal",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "zap cannon",
- "type": "electric",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.7"
- },
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- },
- {
- "name": "psybeam",
- "type": "psychic",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "signal beam",
- "type": "bug",
- "base-damage": "75",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "porygon candy",
- "next-evolution": [{
- "num": "233",
- "name": "porygon2",
- "candy-cost": "25",
- "evolution-item": {
- "name": "up grade",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/up-grade.png"
- },
- "next-evolution": [{
- "num": "474",
- "name": "porygon-z",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }]
- }]
- }
- },
- {
- "num": "138",
- "name": "omanyte",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Omanyte is one of the ancient and long-since-extinct Pokémon that have been regenerated from fossils by people. If attacked by an enemy, it withdraws itself inside its hard shell.",
- "img": "https://www.serebii.net/pokemongo/pokemon/138.png",
- "size": {
- "height": "0.41 m",
- "weight": "7.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "0.14",
- "stats": {
- "base-attack": "155",
- "base-defense": "153",
- "base-stamina": "111",
- "max-cp": "1544",
- "max-hp": "99"
- },
- "resistant": [
- "normal",
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- },
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "rock blast",
- "type": "rock",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "rock tomb",
- "type": "rock",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "brine",
- "type": "water",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "omanyte candy",
- "next-evolution": [{
- "num": "139",
- "name": "omastar",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "139",
- "name": "omastar",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Omastar uses its tentacles to capture its prey. It is believed to have become extinct because its shell grew too large and heavy, causing its movements to become too slow and ponderous.",
- "img": "https://www.serebii.net/pokemongo/pokemon/139.png",
- "size": {
- "height": "0.99 m",
- "weight": "35.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": "0.0061",
- "stats": {
- "base-attack": "207",
- "base-defense": "201",
- "base-stamina": "172",
- "max-cp": "2786",
- "max-hp": "147"
- },
- "resistant": [
- "normal",
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "quick-move": [
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- },
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "rock throw",
- "type": "rock",
- "base-damage": "12",
- "energy": "7",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "rock blast",
- "type": "rock",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "omanyte candy",
- "prev-evolution": [{
- "num": "138",
- "name": "omanyte",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "140",
- "name": "kabuto",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Kabuto is a Pokémon that has been regenerated from a fossil. However, in extremely rare cases, living examples have been discovered. The Pokémon has not changed at all for 300 million years.",
- "img": "https://www.serebii.net/pokemongo/pokemon/140.png",
- "size": {
- "height": "0.51 m",
- "weight": "11.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "0.1",
- "stats": {
- "base-attack": "148",
- "base-defense": "140",
- "base-stamina": "102",
- "max-cp": "1370",
- "max-hp": "92"
- },
- "resistant": [
- "normal",
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "quick-move": [
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- },
- {
- "name": "aqua jet",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.6"
- },
- {
- "name": "rock tomb",
- "type": "rock",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "kabuto candy",
- "next-evolution": [{
- "num": "141",
- "name": "kabutops",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "141",
- "name": "kabutops",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Kabutops swam underwater to hunt for its prey in ancient times. The Pokémon was apparently evolving from being a water-dweller to living on land as evident from the beginnings of change in its gills and legs.",
- "img": "https://www.serebii.net/pokemongo/pokemon/141.png",
- "size": {
- "height": "1.30 m",
- "weight": "40.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": "0.0032",
- "stats": {
- "base-attack": "220",
- "base-defense": "186",
- "base-stamina": "155",
- "max-cp": "2713",
- "max-hp": "134"
- },
- "resistant": [
- "normal",
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "quick-move": [
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- },
- {
- "name": "fury cutter",
- "type": "bug",
- "base-damage": "3",
- "energy": "6",
- "move-duration-seg": "0.4"
- }
- ],
- "special-attack": [
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "kabuto candy",
- "prev-evolution": [{
- "num": "140",
- "name": "kabuto",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "142",
- "name": "aerodactyl",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Aerodactyl is a Pokémon from the age of dinosaurs. It was regenerated from genetic material extracted from amber. It is imagined to have been the king of the skies in ancient times.",
- "img": "https://www.serebii.net/pokemongo/pokemon/142.png",
- "size": {
- "height": "1.80 m",
- "weight": "59.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.018",
- "stats": {
- "base-attack": "221",
- "base-defense": "159",
- "base-stamina": "190",
- "max-cp": "2783",
- "max-hp": "162"
- },
- "resistant": [
- "normal",
- "fire",
- "poison",
- "flying",
- "bug"
- ],
- "weaknesses": [
- "water",
- "electric",
- "ice",
- "rock",
- "steel"
- ],
- "quick-move": [
- {
- "name": "steel wing",
- "type": "steel",
- "base-damage": "11",
- "energy": "6",
- "move-duration-seg": "0.8"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- },
- {
- "name": "iron head",
- "type": "steel",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "1.9"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "aerodactyl candy"
- }
- },
- {
- "num": "143",
- "name": "snorlax",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Snorlax's typical day consists of nothing more than eating and sleeping. It is such a docile Pokémon that there are children who use its expansive belly as a place to play.",
- "img": "https://www.serebii.net/pokemongo/pokemon/143.png",
- "size": {
- "height": "2.11 m",
- "weight": "460.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": "0.016",
- "stats": {
- "base-attack": "190",
- "base-defense": "169",
- "base-stamina": "330",
- "max-cp": "3225",
- "max-hp": "272"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- },
- {
- "name": "lick",
- "type": "ghost",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "heavy slam",
- "type": "steel",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.1"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "snorlax candy",
- "prev-evolution": [{
- "num": "446",
- "name": "munchlax",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "144",
- "name": "articuno",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Articuno is a legendary bird Pokémon that can control ice. The flapping of its wings chills the air. As a result, it is said that when this Pokémon flies, snow will fall.",
- "img": "https://www.serebii.net/pokemongo/pokemon/144.png",
- "size": {
- "height": "1.70 m",
- "weight": "55.4 kg"
- },
- "pokemon-rarity": "legendary",
- "type": [
- "ice",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.03"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "192",
- "base-defense": "236",
- "base-stamina": "207",
- "max-cp": "3051",
- "max-hp": "175"
- },
- "resistant": [
- "grass",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "fire",
- "electric",
- "rock",
- "steel"
- ],
- "quick-move": [
- {
- "name": "frost breath",
- "type": "ice",
- "base-damage": "10",
- "energy": "8",
- "move-duration-seg": "0.9"
- }],
- "special-attack": [
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "icy wind",
- "type": "ice",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "3.3"
- },
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "articuno candy"
- }
- },
- {
- "num": "145",
- "name": "zapdos",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Zapdos is a legendary bird Pokémon that has the ability to control electricity. It usually lives in thunderclouds. The Pokémon gains power if it is stricken by lightning bolts.",
- "img": "https://www.serebii.net/pokemongo/pokemon/145.png",
- "size": {
- "height": "1.60 m",
- "weight": "52.6 kg"
- },
- "pokemon-rarity": "legendary",
- "type": [
- "electric",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.03"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "253",
- "base-defense": "185",
- "base-stamina": "207",
- "max-cp": "3527",
- "max-hp": "175"
- },
- "resistant": [
- "grass",
- "fighting",
- "flying",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "ice",
- "rock"
- ],
- "quick-move": [
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- },
- {
- "name": "volt switch",
- "type": "electric",
- "base-damage": "20",
- "energy": "25",
- "move-duration-seg": "2.3"
- }
- ],
- "special-attack": [
- {
- "name": "zap cannon",
- "type": "electric",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.7"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "thunder",
- "type": "electric",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "zapdos candy"
- }
- },
- {
- "num": "146",
- "name": "moltres",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Moltres is a legendary bird Pokémon that has the ability to control fire. If this Pokémon is injured, it is said to dip its body in the molten magma of a volcano to burn and heal itself.",
- "img": "https://www.serebii.net/pokemongo/pokemon/146.png",
- "size": {
- "height": "2.01 m",
- "weight": "60.0 kg"
- },
- "pokemon-rarity": "legendary",
- "type": [
- "fire",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.03"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "251",
- "base-defense": "181",
- "base-stamina": "207",
- "max-cp": "3465",
- "max-hp": "175"
- },
- "resistant": [
- "fire",
- "grass",
- "fighting",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "fire spin",
- "type": "fire",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.1"
- }],
- "special-attack": [
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "heat wave",
- "type": "fire",
- "base-damage": "95",
- "energy": "-100",
- "move-duration-seg": "3"
- },
- {
- "name": "overheat",
- "type": "fire",
- "base-damage": "160",
- "energy": "-100",
- "move-duration-seg": "4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "moltres candy"
- }
- },
- {
- "num": "147",
- "name": "dratini",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Dratini continually molts and sloughs off its old skin. It does so because the life energy within its body steadily builds to reach uncontrollable levels.",
- "img": "https://www.serebii.net/pokemongo/pokemon/147.png",
- "size": {
- "height": "1.80 m",
- "weight": "3.3 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "dragon"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "0.3",
- "stats": {
- "base-attack": "119",
- "base-defense": "91",
- "base-stamina": "121",
- "max-cp": "1004",
- "max-hp": "107"
- },
- "resistant": [
- "fire",
- "water",
- "electric",
- "grass"
- ],
- "weaknesses": [
- "ice",
- "dragon",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "dragon breath",
- "type": "dragon",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "iron tail",
- "type": "steel",
- "base-damage": "15",
- "energy": "7",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "wrap",
- "type": "normal",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.9"
- },
- {
- "name": "twister",
- "type": "dragon",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.8"
- },
- {
- "name": "aqua tail",
- "type": "water",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "dratini candy",
- "next-evolution": [{
- "num": "148",
- "name": "dragonair",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "149",
- "name": "dragonite",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "148",
- "name": "dragonair",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Dragonair stores an enormous amount of energy inside its body. It is said to alter weather conditions in its vicinity by discharging energy from its crystals on its neck and tail.",
- "img": "https://www.serebii.net/pokemongo/pokemon/148.png",
- "size": {
- "height": "3.99 m",
- "weight": "16.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "dragon"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.02",
- "stats": {
- "base-attack": "163",
- "base-defense": "135",
- "base-stamina": "156",
- "max-cp": "1780",
- "max-hp": "135"
- },
- "resistant": [
- "fire",
- "water",
- "electric",
- "grass"
- ],
- "weaknesses": [
- "ice",
- "dragon",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "dragon breath",
- "type": "dragon",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "iron tail",
- "type": "steel",
- "base-damage": "15",
- "energy": "7",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "wrap",
- "type": "normal",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.9"
- },
- {
- "name": "aqua tail",
- "type": "water",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "dragon pulse",
- "type": "dragon",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "dratini candy",
- "next-evolution": [{
- "num": "149",
- "name": "dragonite",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "147",
- "name": "dratini",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "149",
- "name": "dragonite",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Dragonite is capable of circling the globe in just 16 hours. It is a kindhearted Pokémon that leads lost and foundering ships in a storm to the safety of land.",
- "img": "https://www.serebii.net/pokemongo/pokemon/149.png",
- "size": {
- "height": "2.21 m",
- "weight": "210.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "dragon",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": "0.0011",
- "stats": {
- "base-attack": "263",
- "base-defense": "198",
- "base-stamina": "209",
- "max-cp": "3792",
- "max-hp": "177"
- },
- "resistant": [
- "fire",
- "water",
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "ice",
- "rock",
- "dragon",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "steel wing",
- "type": "steel",
- "base-damage": "11",
- "energy": "6",
- "move-duration-seg": "0.8"
- },
- {
- "name": "dragon tail",
- "type": "dragon",
- "base-damage": "15",
- "energy": "9",
- "move-duration-seg": "1.1"
- },
- {
- "name": "dragon breath",
- "type": "dragon",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "hurricane",
- "type": "flying",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "2.7"
- },
- {
- "name": "outrage",
- "type": "dragon",
- "base-damage": "110",
- "energy": "-50",
- "move-duration-seg": "3.9"
- },
- {
- "name": "dragon claw",
- "type": "dragon",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.7"
- },
- {
- "name": "dragon pulse",
- "type": "dragon",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "dratini candy",
- "prev-evolution": [{
- "num": "148",
- "name": "dragonair",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "147",
- "name": "dratini",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "150",
- "name": "mewtwo",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Mewtwo is a Pokémon that was created by genetic manipulation. However, even though the scientific power of humans created this Pokémon's body, they failed to endow Mewtwo with a compassionate heart",
- "img": "https://www.serebii.net/pokemongo/pokemon/150.png",
- "size": {
- "height": "2.01 m",
- "weight": "122.0 kg"
- },
- "pokemon-rarity": "legendary",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.06"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "300",
- "base-defense": "182",
- "base-stamina": "214",
- "max-cp": "4178",
- "max-hp": "180"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "psycho cut",
- "type": "psychic",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "focus blast",
- "type": "fight",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "mewtwo candy"
- }
- },
- {
- "num": "151",
- "name": "mew",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Mew is said to possess the genetic composition of all Pokémon. It is capable of making itself invisible at will, so it entirely avoids notice even if it approaches people.",
- "img": "https://www.serebii.net/pokemongo/pokemon/151.png",
- "size": {
- "height": "0.41 m",
- "weight": "4.0 kg"
- },
- "pokemon-rarity": "mythic",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0",
- "base-capture-rate": "100"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "210",
- "base-defense": "210",
- "base-stamina": "225",
- "max-cp": "3265",
- "max-hp": "189"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- }],
- "special-attack": [
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "focus blast",
- "type": "fight",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.5"
- },
- {
- "name": "thunder",
- "type": "electric",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.4"
- },
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "mew candy"
- }
- },
- {
- "num": "152",
- "name": "chikorita",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "In battle, Chikorita waves its leaf around to keep the foe at bay. However, a sweet fragrance also wafts from the leaf, becalming the battling Pokémon and creating a cozy, friendly atmosphere all around.",
- "img": "https://www.serebii.net/pokemongo/pokemon/152.png",
- "size": {
- "height": "0.89 m",
- "weight": "6.4 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "92",
- "base-defense": "122",
- "base-stamina": "128",
- "max-cp": "935",
- "max-hp": "113"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "vine whip",
- "type": "grass",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "energy ball",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.9"
- },
- {
- "name": "grass knot",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "chikorita candy",
- "next-evolution": [{
- "num": "153",
- "name": "bayleef",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "154",
- "name": "meganium",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "153",
- "name": "bayleef",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Bayleef's neck is ringed by curled-up leaves. Inside each tubular leaf is a small shoot of a tree. The fragrance of this shoot makes people peppy.",
- "img": "https://www.serebii.net/pokemongo/pokemon/153.png",
- "size": {
- "height": "1.19 m",
- "weight": "15.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "122",
- "base-defense": "155",
- "base-stamina": "155",
- "max-cp": "1454",
- "max-hp": "134"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "energy ball",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.9"
- },
- {
- "name": "grass knot",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "chikorita candy",
- "next-evolution": [{
- "num": "154",
- "name": "meganium",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "152",
- "name": "chikorita",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "154",
- "name": "meganium",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "The fragrance of Meganium's flower soothes and calms emotions. In battle, this Pokémon gives off more of its becalming scent to blunt the foe's fighting spirit.",
- "img": "https://www.serebii.net/pokemongo/pokemon/154.png",
- "size": {
- "height": "1.80 m",
- "weight": "100.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "168",
- "base-defense": "202",
- "base-stamina": "190",
- "max-cp": "2410",
- "max-hp": "162"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "vine whip",
- "type": "grass",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "petal blizzard",
- "type": "grass",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "2.6"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "chikorita candy",
- "prev-evolution": [{
- "num": "153",
- "name": "bayleef",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "152",
- "name": "chikorita",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "155",
- "name": "cyndaquil",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Cyndaquil protects itself by flaring up the flames on its back. The flames are vigorous if the Pokémon is angry. However, if it is tired, the flames splutter fitfully with incomplete combustion.",
- "img": "https://www.serebii.net/pokemongo/pokemon/155.png",
- "size": {
- "height": "0.51 m",
- "weight": "7.9 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "116",
- "base-defense": "93",
- "base-stamina": "118",
- "max-cp": "980",
- "max-hp": "105"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "flame charge",
- "type": "fire",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.8"
- },
- {
- "name": "swift",
- "type": "normal",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.8"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "cyndaquil candy",
- "next-evolution": [{
- "num": "156",
- "name": "quilava",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "157",
- "name": "typhlosion",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "156",
- "name": "quilava",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Quilava keeps its foes at bay with the intensity of its flames and gusts of superheated air. This Pokémon applies its outstanding nimbleness to dodge attacks even while scorching the foe with flames.",
- "img": "https://www.serebii.net/pokemongo/pokemon/156.png",
- "size": {
- "height": "0.89 m",
- "weight": "19.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "158",
- "base-defense": "126",
- "base-stamina": "151",
- "max-cp": "1653",
- "max-hp": "131"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "flame charge",
- "type": "fire",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.8"
- },
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "cyndaquil candy",
- "next-evolution": [{
- "num": "157",
- "name": "typhlosion",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "155",
- "name": "cyndaquil",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "157",
- "name": "typhlosion",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Typhlosion obscures itself behind a shimmering heat haze that it creates using its intensely hot flames. This Pokémon creates blazing explosive blasts that burn everything to cinders.",
- "img": "https://www.serebii.net/pokemongo/pokemon/157.png",
- "size": {
- "height": "1.70 m",
- "weight": "79.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "223",
- "base-defense": "173",
- "base-stamina": "186",
- "max-cp": "2889",
- "max-hp": "158"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "shadow claw",
- "type": "ghost",
- "base-damage": "9",
- "energy": "6",
- "move-duration-seg": "0.7"
- }
- ],
- "special-attack": [
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "overheat",
- "type": "fire",
- "base-damage": "160",
- "energy": "-100",
- "move-duration-seg": "4"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "cyndaquil candy",
- "prev-evolution": [{
- "num": "156",
- "name": "quilava",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "155",
- "name": "cyndaquil",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "158",
- "name": "totodile",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Despite the smallness of its body, Totodile's jaws are very powerful. While the Pokémon may think it is just playfully nipping, its bite has enough power to cause serious injury.",
- "img": "https://www.serebii.net/pokemongo/pokemon/158.png",
- "size": {
- "height": "0.61 m",
- "weight": "9.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "117",
- "base-defense": "109",
- "base-stamina": "137",
- "max-cp": "1131",
- "max-hp": "120"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "aqua jet",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.6"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "totodile candy",
- "next-evolution": [{
- "num": "159",
- "name": "croconaw",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "160",
- "name": "feraligatr",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "159",
- "name": "croconaw",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Once Croconaw has clamped its jaws on its foe, it will absolutely not let go. Because the tips of its fangs are forked back like barbed fishhooks, they become impossible to remove when they have sunk in.",
- "img": "https://www.serebii.net/pokemongo/pokemon/159.png",
- "size": {
- "height": "1.09 m",
- "weight": "25.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "150",
- "base-defense": "142",
- "base-stamina": "163",
- "max-cp": "1722",
- "max-hp": "140"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "ice punch",
- "type": "ice",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "totodile candy",
- "next-evolution": [{
- "num": "160",
- "name": "feraligatr",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "158",
- "name": "totodile",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "160",
- "name": "feraligatr",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Feraligatr intimidates its foes by opening its huge mouth. In battle, it will kick the ground hard with its thick and powerful hind legs to charge at the foe at an incredible speed.",
- "img": "https://www.serebii.net/pokemongo/pokemon/160.png",
- "size": {
- "height": "2.31 m",
- "weight": "88.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "205",
- "base-defense": "188",
- "base-stamina": "198",
- "max-cp": "2857",
- "max-hp": "168"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "totodile candy",
- "prev-evolution": [{
- "num": "159",
- "name": "croconaw",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "158",
- "name": "totodile",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "161",
- "name": "sentret",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "When Sentret sleeps, it does so while another stands guard. The sentry wakes the others at the first sign of danger. When this Pokémon becomes separated from its pack, it becomes incapable of sleep due to fear.",
- "img": "https://www.serebii.net/pokemongo/pokemon/161.png",
- "size": {
- "height": "0.79 m",
- "weight": "6.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "79",
- "base-defense": "73",
- "base-stamina": "111",
- "max-cp": "618",
- "max-hp": "99"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "grass knot",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "sentret candy",
- "next-evolution": [{
- "num": "162",
- "name": "furret",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "162",
- "name": "furret",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Furret has a very slim build. When under attack, it can slickly squirm through narrow spaces and get away. In spite of its short limbs, this Pokémon is very nimble and fleet.",
- "img": "https://www.serebii.net/pokemongo/pokemon/162.png",
- "size": {
- "height": "1.80 m",
- "weight": "32.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "148",
- "base-defense": "125",
- "base-stamina": "198",
- "max-cp": "1758",
- "max-hp": "168"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "sucker punch",
- "type": "dark",
- "base-damage": "7",
- "energy": "8",
- "move-duration-seg": "0.7"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "sentret candy",
- "prev-evolution": [{
- "num": "161",
- "name": "sentret",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "163",
- "name": "hoothoot",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Hoothoot has an internal organ that senses and tracks the earth's rotation. Using this special organ, this Pokémon begins hooting at precisely the same time every day.",
- "img": "https://www.serebii.net/pokemongo/pokemon/163.png",
- "size": {
- "height": "0.71 m",
- "weight": "21.2 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "67",
- "base-defense": "88",
- "base-stamina": "155",
- "max-cp": "677",
- "max-hp": "134"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "rock"
- ],
- "quick-move": [
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- },
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- }
- ],
- "special-attack": [
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- }],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "hoothoot candy",
- "next-evolution": [{
- "num": "164",
- "name": "noctowl",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "164",
- "name": "noctowl",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Noctowl never fails at catching prey in darkness. This Pokémon owes its success to its superior vision that allows it to see in minimal light, and to its soft, supple wings that make no sound in flight.",
- "img": "https://www.serebii.net/pokemongo/pokemon/164.png",
- "size": {
- "height": "1.60 m",
- "weight": "40.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "145",
- "base-defense": "156",
- "base-stamina": "225",
- "max-cp": "2024",
- "max-hp": "189"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "rock"
- ],
- "quick-move": [
- {
- "name": "wing attack",
- "type": "flying",
- "base-damage": "8",
- "energy": "9",
- "move-duration-seg": "0.8"
- },
- {
- "name": "extrasensory",
- "type": "psychic",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "sky attack",
- "type": "flying",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- },
- {
- "name": "night shade",
- "type": "ghost",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "hoothoot candy",
- "prev-evolution": [{
- "num": "163",
- "name": "hoothoot",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "165",
- "name": "ledyba",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Ledyba secretes an aromatic fluid from where its legs join its body. This fluid is used for communicating with others. This Pokémon conveys its feelings to others by altering the fluid's scent.",
- "img": "https://www.serebii.net/pokemongo/pokemon/165.png",
- "size": {
- "height": "0.99 m",
- "weight": "10.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "72",
- "base-defense": "118",
- "base-stamina": "120",
- "max-cp": "728",
- "max-hp": "106"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "fire",
- "electric",
- "ice",
- "flying"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "silver wind",
- "type": "bug",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.7"
- },
- {
- "name": "swift",
- "type": "normal",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.8"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "ledyba candy",
- "next-evolution": [{
- "num": "166",
- "name": "ledian",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "166",
- "name": "ledian",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "It is said that in lands with clean air, where the stars fill the sky, there live Ledian in countless numbers. There is a good reason for this-the Pokémon uses the light of the stars as its energy.",
- "img": "https://www.serebii.net/pokemongo/pokemon/166.png",
- "size": {
- "height": "1.40 m",
- "weight": "35.6 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "107",
- "base-defense": "179",
- "base-stamina": "146",
- "max-cp": "1346",
- "max-hp": "127"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "fire",
- "electric",
- "ice",
- "flying"
- ],
- "quick-move": [
- {
- "name": "struggle bug",
- "type": "bug",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "bug buzz",
- "type": "bug",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.7"
- },
- {
- "name": "silver wind",
- "type": "bug",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.7"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "ledyba candy",
- "prev-evolution": [{
- "num": "165",
- "name": "ledyba",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "167",
- "name": "spinarak",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "The web spun by Spinarak can be considered its second nervous system. It is said that this Pokémon can determine what kind of prey is touching its web just by the tiny vibrations it feels through the web's strands.",
- "img": "https://www.serebii.net/pokemongo/pokemon/167.png",
- "size": {
- "height": "0.51 m",
- "weight": "8.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "105",
- "base-defense": "73",
- "base-stamina": "120",
- "max-cp": "816",
- "max-hp": "106"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "night slash",
- "type": "dark",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.2"
- },
- {
- "name": "signal beam",
- "type": "bug",
- "base-damage": "75",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "cross poison",
- "type": "poison",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "spinarak candy",
- "next-evolution": [{
- "num": "168",
- "name": "ariados",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "168",
- "name": "ariados",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Ariados's feet are tipped with tiny hooked claws that enable it to scuttle on ceilings and vertical walls. This Pokémon constricts the foe with thin and strong silk webbing.",
- "img": "https://www.serebii.net/pokemongo/pokemon/168.png",
- "size": {
- "height": "1.09 m",
- "weight": "33.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "161",
- "base-defense": "124",
- "base-stamina": "172",
- "max-cp": "1772",
- "max-hp": "147"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- },
- {
- "name": "infestation",
- "type": "bug",
- "base-damage": "10",
- "energy": "14",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "shadow sneak",
- "type": "ghost",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.9"
- },
- {
- "name": "megahorn",
- "type": "bug",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2.2"
- },
- {
- "name": "cross poison",
- "type": "poison",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "spinarak candy",
- "prev-evolution": [{
- "num": "167",
- "name": "spinarak",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "169",
- "name": "crobat",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "If this Pokémon is flying by fluttering only a pair of wings on either the forelegs or hind legs, it's proof that Crobat has been flying a long distance. It switches the wings it uses if it is tired.",
- "img": "https://www.serebii.net/pokemongo/pokemon/169.png",
- "size": {
- "height": "1.80 m",
- "weight": "75.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "194",
- "base-defense": "178",
- "base-stamina": "198",
- "max-cp": "2646",
- "max-hp": "168"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "air slash",
- "type": "flying",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.2"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "air cutter",
- "type": "flying",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "zubat candy",
- "prev-evolution": [{
- "num": "042",
- "name": "golbat",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "041",
- "name": "zubat",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "170",
- "name": "chinchou",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Chinchou lets loose positive and negative electrical charges from its two antennas to make its prey faint. This Pokémon flashes its electric lights to exchange signals with others.",
- "img": "https://www.serebii.net/pokemongo/pokemon/170.png",
- "size": {
- "height": "0.51 m",
- "weight": "12.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "106",
- "base-defense": "97",
- "base-stamina": "181",
- "max-cp": "1119",
- "max-hp": "154"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "grass",
- "ground"
- ],
- "quick-move": [
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- },
- {
- "name": "spark",
- "type": "electric",
- "base-damage": "6",
- "energy": "9",
- "move-duration-seg": "0.7"
- }
- ],
- "special-attack": [
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "chinchou candy",
- "next-evolution": [{
- "num": "171",
- "name": "lanturn",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "171",
- "name": "lanturn",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Lanturn is nicknamed \"the deep-sea star for its illuminated antenna. This Pokémon produces light by causing a chemical reaction between bacteria and its bodily fluids inside the antenna.",
- "img": "https://www.serebii.net/pokemongo/pokemon/171.png",
- "size": {
- "height": "1.19 m",
- "weight": "22.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "146",
- "base-defense": "137",
- "base-stamina": "268",
- "max-cp": "2085",
- "max-hp": "223"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "grass",
- "ground"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "thunder",
- "type": "electric",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "chinchou candy",
- "prev-evolution": [{
- "num": "170",
- "name": "chinchou",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "172",
- "name": "pichu",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Pichu charges itself with electricity more easily on days with thunderclouds or when the air is very dry. You can hear the crackling of static electricity coming off this Pokémon.",
- "img": "https://www.serebii.net/pokemongo/pokemon/172.png",
- "size": {
- "height": "0.30 m",
- "weight": "2.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "not in capture",
- "base-capture-rate": "not in capture"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "77",
- "base-defense": "53",
- "base-stamina": "85",
- "max-cp": "473",
- "max-hp": "79"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "disarming voice",
- "type": "fairy",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.9"
- },
- {
- "name": "thunder punch",
- "type": "electric",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.8"
- }
- ],
- "egg": "7 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "pikachu candy",
- "next-evolution": [{
- "num": "025",
- "name": "pikachu",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "026",
- "name": "raichu",
- "candy-cost": "50"
- }]
- }]
- }
- },
- {
- "num": "173",
- "name": "cleffa",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "On nights with many shooting stars, Cleffa can be seen dancing in a ring. They dance through the night and stop only at the break of day, when these Pokémon quench their thirst with the morning dew.",
- "img": "https://www.serebii.net/pokemongo/pokemon/173.png",
- "size": {
- "height": "0.30 m",
- "weight": "3.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fairy"
- ],
- "encounter": {
- "base-flee-rate": "not in capture",
- "base-capture-rate": "not in capture"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "75",
- "base-defense": "79",
- "base-stamina": "137",
- "max-cp": "671",
- "max-hp": "120"
- },
- "resistant": [
- "fighting",
- "bug",
- "dragon",
- "dark"
- ],
- "weaknesses": [
- "poison",
- "steel"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "grass knot",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "psyshock",
- "type": "psychic",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.7"
- },
- {
- "name": "signal beam",
- "type": "bug",
- "base-damage": "75",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "7 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "clefairy candy",
- "next-evolution": [{
- "num": "035",
- "name": "clefairy",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "036",
- "name": "clefable",
- "candy-cost": "50"
- }]
- }]
- }
- },
- {
- "num": "174",
- "name": "igglybuff",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Igglybuff's vocal cords are not sufficiently developed. It would hurt its throat if it were to sing too much. This Pokémon gargles with freshwater from a clean stream.",
- "img": "https://www.serebii.net/pokemongo/pokemon/174.png",
- "size": {
- "height": "0.30 m",
- "weight": "1.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "fairy"
- ],
- "encounter": {
- "base-flee-rate": "not in capture",
- "base-capture-rate": "not in capture"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "69",
- "base-defense": "32",
- "base-stamina": "207",
- "max-cp": "535",
- "max-hp": "175"
- },
- "resistant": [
- "bug",
- "ghost",
- "dragon",
- "dark"
- ],
- "weaknesses": [
- "poison",
- "steel"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "wild charge",
- "type": "electric",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "7 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "jigglypuff candy",
- "next-evolution": [{
- "num": "039",
- "name": "jigglypuff",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "040",
- "name": "wigglytuff",
- "candy-cost": "50"
- }]
- }]
- }
- },
- {
- "num": "175",
- "name": "togepi",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "As its energy, Togepi uses the positive emotions of compassion and pleasure exuded by people and Pokémon. This Pokémon stores up feelings of happiness inside its shell, then shares them with others.",
- "img": "https://www.serebii.net/pokemongo/pokemon/175.png",
- "size": {
- "height": "0.30 m",
- "weight": "1.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fairy"
- ],
- "encounter": {
- "base-flee-rate": "not in capture",
- "base-capture-rate": "not in capture"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "67",
- "base-defense": "116",
- "base-stamina": "111",
- "max-cp": "657",
- "max-hp": "99"
- },
- "resistant": [
- "fighting",
- "bug",
- "dragon",
- "dark"
- ],
- "weaknesses": [
- "poison",
- "steel"
- ],
- "quick-move": [
- {
- "name": "hidden power",
- "type": "normal",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- },
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- },
- {
- "name": "psyshock",
- "type": "psychic",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.7"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "7 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "togepi candy",
- "next-evolution": [{
- "num": "176",
- "name": "togetic",
- "candy-cost": "50",
- "next-evolution": [{
- "num": "468",
- "name": "togekiss",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }]
- }]
- }
- },
- {
- "num": "176",
- "name": "togetic",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Togetic is said to be a Pokémon that brings good fortune. When the Pokémon spots someone who is pure of heart, it is said to appear and share its happiness with that person.",
- "img": "https://www.serebii.net/pokemongo/pokemon/176.png",
- "size": {
- "height": "0.61 m",
- "weight": "3.2 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fairy",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "139",
- "base-defense": "181",
- "base-stamina": "146",
- "max-cp": "1708",
- "max-hp": "127"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "bug",
- "dragon"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "poison",
- "rock"
- ],
- "quick-move": [
- {
- "name": "extrasensory",
- "type": "psychic",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- },
- {
- "name": "hidden power",
- "type": "normal",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- }
- ],
- "special-attack": [
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "togepi candy",
- "next-evolution": [{
- "num": "468",
- "name": "togekiss",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }],
- "prev-evolution": [{
- "num": "175",
- "name": "togepi",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "177",
- "name": "natu",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Natu cannot fly because its wings are not yet fully grown. If your eyes meet with this Pokémon's eyes, it will stare back intently at you. But if you move even slightly, it will hop away to safety.",
- "img": "https://www.serebii.net/pokemongo/pokemon/177.png",
- "size": {
- "height": "0.21 m",
- "weight": "2.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "134",
- "base-defense": "89",
- "base-stamina": "120",
- "max-cp": "1102",
- "max-hp": "106"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "psychic"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "rock",
- "ghost"
- ],
- "quick-move": [
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "night shade",
- "type": "ghost",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "psyshock",
- "type": "psychic",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.7"
- },
- {
- "name": "drill peck",
- "type": "flying",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "natu candy",
- "next-evolution": [{
- "num": "178",
- "name": "xatu",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "178",
- "name": "xatu",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Xatu stands rooted and still in one spot all day long. People believe that this Pokémon does so out of fear of the terrible things it has foreseen in the future.",
- "img": "https://www.serebii.net/pokemongo/pokemon/178.png",
- "size": {
- "height": "1.50 m",
- "weight": "15.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "192",
- "base-defense": "146",
- "base-stamina": "163",
- "max-cp": "2188",
- "max-hp": "140"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "psychic"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "rock",
- "ghost"
- ],
- "quick-move": [
- {
- "name": "air slash",
- "type": "flying",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.2"
- },
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "ominous wind",
- "type": "ghost",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "futuresight",
- "type": "psychic",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "2.7"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "natu candy",
- "prev-evolution": [{
- "num": "177",
- "name": "natu",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "179",
- "name": "mareep",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Mareep's fluffy coat of wool rubs together and builds a static charge. The more static electricity is charged, the more brightly the lightbulb at the tip of its tail glows.",
- "img": "https://www.serebii.net/pokemongo/pokemon/179.png",
- "size": {
- "height": "0.61 m",
- "weight": "7.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "114",
- "base-defense": "79",
- "base-stamina": "146",
- "max-cp": "991",
- "max-hp": "127"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "mareep candy",
- "next-evolution": [{
- "num": "180",
- "name": "flaaffy",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "181",
- "name": "ampharos",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "180",
- "name": "flaaffy",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Flaaffy's wool quality changes so that it can generate a high amount of static electricity with a small amount of wool. The bare and slick parts of its hide are shielded against electricity.",
- "img": "https://www.serebii.net/pokemongo/pokemon/180.png",
- "size": {
- "height": "0.79 m",
- "weight": "13.3 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "145",
- "base-defense": "109",
- "base-stamina": "172",
- "max-cp": "1521",
- "max-hp": "147"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "power gem",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "mareep candy",
- "next-evolution": [{
- "num": "181",
- "name": "ampharos",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "179",
- "name": "mareep",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "181",
- "name": "ampharos",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Ampharos gives off so much light that it can be seen even from space. People in the old days used the light of this Pokémon to send signals back and forth with others far away.",
- "img": "https://www.serebii.net/pokemongo/pokemon/181.png",
- "size": {
- "height": "1.40 m",
- "weight": "61.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "211",
- "base-defense": "169",
- "base-stamina": "207",
- "max-cp": "2852",
- "max-hp": "175"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- },
- {
- "name": "volt switch",
- "type": "electric",
- "base-damage": "20",
- "energy": "25",
- "move-duration-seg": "2.3"
- }
- ],
- "special-attack": [
- {
- "name": "zap cannon",
- "type": "electric",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.7"
- },
- {
- "name": "focus blast",
- "type": "fight",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.5"
- },
- {
- "name": "thunder",
- "type": "electric",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "mareep candy",
- "prev-evolution": [{
- "num": "180",
- "name": "flaaffy",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "179",
- "name": "mareep",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "182",
- "name": "bellossom",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "When Bellossom gets exposed to plenty of sunlight, the leaves ringing its body begin to spin around. This Pokémon's dancing is renowned in the southern lands.",
- "img": "https://www.serebii.net/pokemongo/pokemon/182.png",
- "size": {
- "height": "0.41 m",
- "weight": "5.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "169",
- "base-defense": "186",
- "base-stamina": "181",
- "max-cp": "2281",
- "max-hp": "154"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "leaf blade",
- "type": "grass",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "petal blizzard",
- "type": "grass",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "2.6"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "oddish candy",
- "prev-evolution": [{
- "num": "044",
- "name": "gloom",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sun stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sun-stone.png"
- },
- "prev-evolution": [{
- "num": "043",
- "name": "oddish",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "183",
- "name": "marill",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Marill's oil-filled tail acts much like a life preserver. If you see just its tail bobbing on the water's surface, it's a sure indication that this Pokémon is diving beneath the water to feed on aquatic plants.",
- "img": "https://www.serebii.net/pokemongo/pokemon/183.png",
- "size": {
- "height": "0.41 m",
- "weight": "8.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "fairy"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "37",
- "base-defense": "93",
- "base-stamina": "172",
- "max-cp": "461",
- "max-hp": "147"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "fighting",
- "bug"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "poison"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "aqua tail",
- "type": "water",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "marill candy",
- "next-evolution": [{
- "num": "184",
- "name": "azumarill",
- "candy-cost": "25"
- }],
- "prev-evolution": [{
- "num": "298",
- "name": "azurill",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "184",
- "name": "azumarill",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Azumarill's long ears are indispensable sensors. By focusing its hearing, this Pokémon can identify what kinds of prey are around, even in rough and fast-running rivers.",
- "img": "https://www.serebii.net/pokemongo/pokemon/184.png",
- "size": {
- "height": "0.79 m",
- "weight": "28.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "fairy"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "112",
- "base-defense": "152",
- "base-stamina": "225",
- "max-cp": "1588",
- "max-hp": "189"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "fighting",
- "bug"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "poison"
- ],
- "quick-move": [
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- },
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "play rough",
- "type": "fairy",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "marill candy",
- "prev-evolution": [{
- "num": "183",
- "name": "marill",
- "candy-cost": "25",
- "prev-evolution": [{
- "num": "298",
- "name": "azurill",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "185",
- "name": "sudowoodo",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Sudowoodo camouflages itself as a tree to avoid being attacked by enemies. However, because its hands remain green throughout the year, the Pokémon is easily identified as a fake during the winter.",
- "img": "https://www.serebii.net/pokemongo/pokemon/185.png",
- "size": {
- "height": "1.19 m",
- "weight": "38.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "167",
- "base-defense": "176",
- "base-stamina": "172",
- "max-cp": "2148",
- "max-hp": "147"
- },
- "resistant": [
- "normal",
- "fire",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "water",
- "grass",
- "fighting",
- "ground"
- ],
- "quick-move": [
- {
- "name": "rock throw",
- "type": "rock",
- "base-damage": "12",
- "energy": "7",
- "move-duration-seg": "0.9"
- },
- {
- "name": "counter",
- "type": "fight",
- "base-damage": "12",
- "energy": "8",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "sudowoodo candy",
- "prev-evolution": [{
- "num": "438",
- "name": "bonsly",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "186",
- "name": "politoed",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "The curled hair on Politoed's head is proof of its status as a king. It is said that the longer and more curled the hair, the more respect this Pokémon earns from its peers.",
- "img": "https://www.serebii.net/pokemongo/pokemon/186.png",
- "size": {
- "height": "10.90 m",
- "weight": "33.9 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "174",
- "base-defense": "179",
- "base-stamina": "207",
- "max-cp": "2449",
- "max-hp": "175"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- },
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "poliwag candy",
- "prev-evolution": [{
- "num": "061",
- "name": "poliwhirl",
- "candy-cost": "100",
- "evolution-item": {
- "name": "kings rock",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/kings-rock.png"
- },
- "prev-evolution": [{
- "num": "060",
- "name": "poliwag",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "187",
- "name": "hoppip",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "This Pokémon drifts and floats with the wind. If it senses the approach of strong winds, Hoppip links its leaves with other Hoppip to prepare against being blown away.",
- "img": "https://www.serebii.net/pokemongo/pokemon/187.png",
- "size": {
- "height": "0.41 m",
- "weight": "0.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.12",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "67",
- "base-defense": "94",
- "base-stamina": "111",
- "max-cp": "600",
- "max-hp": "99"
- },
- "resistant": [
- "water",
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bullet seed",
- "type": "grass",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "grass knot",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "seed bomb",
- "type": "grass",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.1"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "hoppip candy",
- "next-evolution": [{
- "num": "188",
- "name": "skiploom",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "189",
- "name": "jumpluff",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "188",
- "name": "skiploom",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Skiploom's flower blossoms when the temperature rises above 64 degrees Fahrenheit. How much the flower opens depends on the temperature. For that reason, this Pokémon is sometimes used as a thermometer.",
- "img": "https://www.serebii.net/pokemongo/pokemon/188.png",
- "size": {
- "height": "0.61 m",
- "weight": "1.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "91",
- "base-defense": "120",
- "base-stamina": "146",
- "max-cp": "976",
- "max-hp": "127"
- },
- "resistant": [
- "water",
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bullet seed",
- "type": "grass",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "grass knot",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "energy ball",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "hoppip candy",
- "next-evolution": [{
- "num": "189",
- "name": "jumpluff",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "187",
- "name": "hoppip",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "189",
- "name": "jumpluff",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Jumpluff rides warm southern winds to cross the sea and fly to foreign lands. The Pokémon descends to the ground when it encounters cold air while it is floating.",
- "img": "https://www.serebii.net/pokemongo/pokemon/189.png",
- "size": {
- "height": "0.79 m",
- "weight": "3.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "118",
- "base-defense": "183",
- "base-stamina": "181",
- "max-cp": "1636",
- "max-hp": "154"
- },
- "resistant": [
- "water",
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "infestation",
- "type": "bug",
- "base-damage": "10",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "bullet seed",
- "type": "grass",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "energy ball",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.9"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "hoppip candy",
- "prev-evolution": [{
- "num": "188",
- "name": "skiploom",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "187",
- "name": "hoppip",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "190",
- "name": "aipom",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Aipom's tail ends in a hand-like appendage that can be cleverly manipulated. However, because the Pokémon uses its tail so much, its real hands have become rather clumsy.",
- "img": "https://www.serebii.net/pokemongo/pokemon/190.png",
- "size": {
- "height": "0.79 m",
- "weight": "11.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "136",
- "base-defense": "112",
- "base-stamina": "146",
- "max-cp": "1348",
- "max-hp": "127"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "astonish",
- "type": "ghost",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "low sweep",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "swift",
- "type": "normal",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.8"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "aipom candy"
- }
- },
- {
- "num": "191",
- "name": "sunkern",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Sunkern tries to move as little as it possibly can. It does so because it tries to conserve all the nutrients it has stored in its body for its evolution. It will not eat a thing, subsisting only on morning dew.",
- "img": "https://www.serebii.net/pokemongo/pokemon/191.png",
- "size": {
- "height": "0.30 m",
- "weight": "1.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "55",
- "base-defense": "55",
- "base-stamina": "102",
- "max-cp": "395",
- "max-hp": "92"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "cut",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "energy ball",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.9"
- },
- {
- "name": "grass knot",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "seed bomb",
- "type": "grass",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.1"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "sunkern candy",
- "next-evolution": [{
- "num": "192",
- "name": "sunflora",
- "candy-cost": "50",
- "evolution-item": {
- "name": "sun stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sun-stone.png"
- }
- }]
- }
- },
- {
- "num": "192",
- "name": "sunflora",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Sunflora converts solar energy into nutrition. It moves around actively in the daytime when it is warm. It stops moving as soon as the sun goes down for the night.",
- "img": "https://www.serebii.net/pokemongo/pokemon/192.png",
- "size": {
- "height": "0.79 m",
- "weight": "8.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "185",
- "base-defense": "135",
- "base-stamina": "181",
- "max-cp": "2141",
- "max-hp": "154"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "bullet seed",
- "type": "grass",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- },
- {
- "name": "petal blizzard",
- "type": "grass",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "2.6"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "sunkern candy",
- "prev-evolution": [{
- "num": "191",
- "name": "sunkern",
- "candy-cost": "50",
- "evolution-item": {
- "name": "sun stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sun-stone.png"
- }
- }]
- }
- },
- {
- "num": "193",
- "name": "yanma",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Yanma is capable of seeing 360 degrees without having to move its eyes. It is a great flier that is adept at making sudden stops and turning midair. This Pokémon uses its flying ability to quickly chase down targeted prey.",
- "img": "https://www.serebii.net/pokemongo/pokemon/193.png",
- "size": {
- "height": "1.19 m",
- "weight": "38.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "154",
- "base-defense": "94",
- "base-stamina": "163",
- "max-cp": "1470",
- "max-hp": "140"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "fire",
- "electric",
- "ice",
- "flying"
- ],
- "quick-move": [
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "wing attack",
- "type": "flying",
- "base-damage": "8",
- "energy": "9",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "silver wind",
- "type": "bug",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.7"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "yanma candy"
- }
- },
- {
- "num": "194",
- "name": "wooper",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Wooper usually lives in water. However, it occasionally comes out onto land in search of food. On land, it coats its body with a gooey, toxic film.",
- "img": "https://www.serebii.net/pokemongo/pokemon/194.png",
- "size": {
- "height": "0.41 m",
- "weight": "8.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "75",
- "base-defense": "66",
- "base-stamina": "146",
- "max-cp": "641",
- "max-hp": "127"
- },
- "resistant": [
- "fire",
- "poison",
- "rock",
- "steel"
- ],
- "weaknesses": [
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "mud bomb",
- "type": "ground",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "wooper candy",
- "next-evolution": [{
- "num": "195",
- "name": "quagsire",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "195",
- "name": "quagsire",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Quagsire hunts for food by leaving its mouth wide open in water and waiting for its prey to blunder in unaware. Because the Pokémon does not move, it does not get very hungry.",
- "img": "https://www.serebii.net/pokemongo/pokemon/195.png",
- "size": {
- "height": "1.40 m",
- "weight": "75.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "152",
- "base-defense": "143",
- "base-stamina": "216",
- "max-cp": "1992",
- "max-hp": "182"
- },
- "resistant": [
- "fire",
- "poison",
- "rock",
- "steel"
- ],
- "weaknesses": [
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "wooper candy",
- "prev-evolution": [{
- "num": "194",
- "name": "wooper",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "196",
- "name": "espeon",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Espeon is extremely loyal to any Trainer it considers to be worthy. It is said that this Pokémon developed its precognitive powers to protect its Trainer from harm.",
- "img": "https://www.serebii.net/pokemongo/pokemon/196.png",
- "size": {
- "height": "0.89 m",
- "weight": "26.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "261",
- "base-defense": "175",
- "base-stamina": "163",
- "max-cp": "3170",
- "max-hp": "140"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "psybeam",
- "type": "psychic",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "futuresight",
- "type": "psychic",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "eevee candy",
- "prev-evolution": [{
- "num": "133",
- "name": "eevee",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "197",
- "name": "umbreon",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Umbreon evolved as a result of exposure to the moon's waves. It hides silently in darkness and waits for its foes to make a move. The rings on its body glow when it leaps to attack.",
- "img": "https://www.serebii.net/pokemongo/pokemon/197.png",
- "size": {
- "height": "0.99 m",
- "weight": "27.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "dark"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "126",
- "base-defense": "240",
- "base-stamina": "216",
- "max-cp": "2137",
- "max-hp": "182"
- },
- "resistant": [
- "psychic",
- "ghost",
- "dark"
- ],
- "weaknesses": [
- "fighting",
- "bug",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- },
- {
- "name": "snarl",
- "type": "dark",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "foul play",
- "type": "dark",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "eevee candy",
- "prev-evolution": [{
- "num": "133",
- "name": "eevee",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "198",
- "name": "murkrow",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Murkrow was feared and loathed as the alleged bearer of ill fortune. This Pokémon shows strong interest in anything that sparkles or glitters. It will even try to steal rings from women.",
- "img": "https://www.serebii.net/pokemongo/pokemon/198.png",
- "size": {
- "height": "0.51 m",
- "weight": "2.1 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "dark",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "175",
- "base-defense": "87",
- "base-stamina": "155",
- "max-cp": "1562",
- "max-hp": "134"
- },
- "resistant": [
- "grass",
- "ground",
- "psychic",
- "ghost",
- "dark"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "rock",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "drill peck",
- "type": "flying",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "foul play",
- "type": "dark",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- },
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "murkrow candy",
- "next-evolution": [{
- "num": "430",
- "name": "honchkrow",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }]
- }
- },
- {
- "num": "199",
- "name": "slowking",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Slowking undertakes research every day in an effort to solve the mysteries of the world. However, this Pokémon apparently forgets everything it has learned if the Shellder on its head comes off.",
- "img": "https://www.serebii.net/pokemongo/pokemon/199.png",
- "size": {
- "height": "2.01 m",
- "weight": "79.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "177",
- "base-defense": "180",
- "base-stamina": "216",
- "max-cp": "2545",
- "max-hp": "182"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "bug",
- "ghost"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "slowpoke candy",
- "prev-evolution": [{
- "num": "079",
- "name": "slowpoke",
- "candy-cost": "50",
- "evolution-item": {
- "name": "kings rock",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/kings-rock.png"
- }
- }]
- }
- },
- {
- "num": "200",
- "name": "misdreavus",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Misdreavus frightens people with a creepy, sobbing cry. The Pokémon apparently uses its red spheres to absorb the fearful feelings of foes and turn them into nutrition.",
- "img": "https://www.serebii.net/pokemongo/pokemon/200.png",
- "size": {
- "height": "0.71 m",
- "weight": "1.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ghost"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "167",
- "base-defense": "154",
- "base-stamina": "155",
- "max-cp": "1926",
- "max-hp": "134"
- },
- "resistant": [
- "normal",
- "fighting",
- "poison",
- "bug"
- ],
- "weaknesses": [
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "astonish",
- "type": "ghost",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "hex",
- "type": "ghost",
- "base-damage": "10",
- "energy": "15",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "shadow sneak",
- "type": "ghost",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.9"
- },
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "ominous wind",
- "type": "ghost",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "misdreavus candy",
- "next-evolution": [{
- "num": "429",
- "name": "mismagius",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }]
- }
- },
- {
- "num": "201",
- "name": "unown",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "This Pokémon is shaped like ancient writing. It is a mystery as to which came first, the ancient writings or the various Unown. Research into this topic is ongoing but nothing is known.",
- "img": "https://www.serebii.net/pokemongo/pokemon/201.png",
- "size": {
- "height": "0.51 m",
- "weight": "5.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "136",
- "base-defense": "91",
- "base-stamina": "134",
- "max-cp": "1185",
- "max-hp": "117"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "hidden power",
- "type": "normal",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- }],
- "special-attack": [
- {
- "name": "struggle",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "unown candy"
- }
- },
- {
- "num": "202",
- "name": "wobbuffet",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "If two or more Wobbuffet meet, they will turn competitive and try to outdo each other's endurance. However, they may try to see which one can endure the longest without food. Trainers need to beware of this habit.",
- "img": "https://www.serebii.net/pokemongo/pokemon/202.png",
- "size": {
- "height": "1.30 m",
- "weight": "28.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "60",
- "base-defense": "106",
- "base-stamina": "382",
- "max-cp": "1026",
- "max-hp": "313"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "counter",
- "type": "fight",
- "base-damage": "12",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "splash",
- "type": "water",
- "base-damage": "0",
- "energy": "0",
- "move-duration-seg": "1.73"
- }
- ],
- "special-attack": [
- {
- "name": "mirror coat",
- "type": "psychic",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.6"
- }],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "wobbuffet candy",
- "prev-evolution": [{
- "num": "360",
- "name": "wynaut",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "203",
- "name": "girafarig",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Girafarig's rear head also has a brain, but it is small. The rear head attacks in response to smells and sounds. Approaching this Pokémon from behind can cause the rear head to suddenly lash out and bite.",
- "img": "https://www.serebii.net/pokemongo/pokemon/203.png",
- "size": {
- "height": "1.50 m",
- "weight": "41.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "182",
- "base-defense": "133",
- "base-stamina": "172",
- "max-cp": "2046",
- "max-hp": "147"
- },
- "resistant": [
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "dark"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "mirror coat",
- "type": "psychic",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "girafarig candy"
- }
- },
- {
- "num": "204",
- "name": "pineco",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Pineco hangs from a tree branch and patiently waits for prey to come along. If the Pokémon is disturbed while eating by someone shaking its tree, it drops down to the ground and explodes with no warning.",
- "img": "https://www.serebii.net/pokemongo/pokemon/204.png",
- "size": {
- "height": "0.61 m",
- "weight": "7.2 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug"
- ],
- "encounter": {
- "base-flee-rate": "0.12",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "108",
- "base-defense": "122",
- "base-stamina": "137",
- "max-cp": "1108",
- "max-hp": "120"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "rock"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "gyro ball",
- "type": "steel",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "rock tomb",
- "type": "rock",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "sand tomb",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "4"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "pineco candy",
- "next-evolution": [{
- "num": "205",
- "name": "forretress",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "205",
- "name": "forretress",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Forretress conceals itself inside its hardened steel shell. The shell is opened when the Pokémon is catching prey, but it does so at such a quick pace that the shell's inside cannot be seen.",
- "img": "https://www.serebii.net/pokemongo/pokemon/205.png",
- "size": {
- "height": "1.19 m",
- "weight": "125.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "steel"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "161",
- "base-defense": "205",
- "base-stamina": "181",
- "max-cp": "2282",
- "max-hp": "154"
- },
- "resistant": [
- "normal",
- "grass",
- "ice",
- "poison",
- "psychic"
- ],
- "weaknesses": [
- "fire"
- ],
- "quick-move": [
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "struggle bug",
- "type": "bug",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- }
- ],
- "special-attack": [
- {
- "name": "heavy slam",
- "type": "steel",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.1"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "rock tomb",
- "type": "rock",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "pineco candy",
- "prev-evolution": [{
- "num": "204",
- "name": "pineco",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "206",
- "name": "dunsparce",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Dunsparce has a drill for its tail. It uses this tail to burrow into the ground backward. This Pokémon is known to make its nest in complex shapes deep under the ground.",
- "img": "https://www.serebii.net/pokemongo/pokemon/206.png",
- "size": {
- "height": "1.50 m",
- "weight": "14.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "131",
- "base-defense": "128",
- "base-stamina": "225",
- "max-cp": "1689",
- "max-hp": "189"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "astonish",
- "type": "ghost",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "drill run",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.8"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "dunsparce candy"
- }
- },
- {
- "num": "207",
- "name": "gligar",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Gligar glides through the air without a sound as if it were sliding. This Pokémon hangs on to the face of its foe using its clawed hind legs and the large pincers on its forelegs, then injects the prey with its poison barb.",
- "img": "https://www.serebii.net/pokemongo/pokemon/207.png",
- "size": {
- "height": "1.09 m",
- "weight": "64.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "143",
- "base-defense": "184",
- "base-stamina": "163",
- "max-cp": "1857",
- "max-hp": "140"
- },
- "resistant": [
- "fighting",
- "poison",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "water",
- "ice"
- ],
- "quick-move": [
- {
- "name": "fury cutter",
- "type": "bug",
- "base-damage": "3",
- "energy": "6",
- "move-duration-seg": "0.4"
- },
- {
- "name": "wing attack",
- "type": "flying",
- "base-damage": "8",
- "energy": "9",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "night slash",
- "type": "dark",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "gligar candy",
- "next-evolution": [{
- "num": "472",
- "name": "gliscor",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }]
- }
- },
- {
- "num": "208",
- "name": "steelix",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Steelix lives even further underground than Onix. This Pokémon is known to dig toward the earth's core. There are records of this Pokémon reaching a depth of over six-tenths of a mile underground.",
- "img": "https://www.serebii.net/pokemongo/pokemon/208.png",
- "size": {
- "height": "9.19 m",
- "weight": "400.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "steel",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "148",
- "base-defense": "272",
- "base-stamina": "181",
- "max-cp": "2414",
- "max-hp": "154"
- },
- "resistant": [
- "normal",
- "electric",
- "poison",
- "flying",
- "psychic"
- ],
- "weaknesses": [
- "fire",
- "water",
- "fighting",
- "ground"
- ],
- "quick-move": [
- {
- "name": "iron tail",
- "type": "steel",
- "base-damage": "15",
- "energy": "7",
- "move-duration-seg": "1.1"
- },
- {
- "name": "dragon tail",
- "type": "dragon",
- "base-damage": "15",
- "energy": "9",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "heavy slam",
- "type": "steel",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.1"
- },
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "onix candy",
- "prev-evolution": [{
- "num": "095",
- "name": "onix",
- "candy-cost": "50",
- "evolution-item": {
- "name": "metal coat",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/metal-coat.png"
- }
- }]
- }
- },
- {
- "num": "209",
- "name": "snubbull",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "By baring its fangs and making a scary face, Snubbull sends smaller Pokémon scurrying away in terror. However, this Pokémon seems a little sad at making its foes flee.",
- "img": "https://www.serebii.net/pokemongo/pokemon/209.png",
- "size": {
- "height": "0.61 m",
- "weight": "7.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fairy"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "137",
- "base-defense": "85",
- "base-stamina": "155",
- "max-cp": "1237",
- "max-hp": "134"
- },
- "resistant": [
- "fighting",
- "bug",
- "dragon",
- "dark"
- ],
- "weaknesses": [
- "poison",
- "steel"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "snubbull candy",
- "next-evolution": [{
- "num": "210",
- "name": "granbull",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "210",
- "name": "granbull",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Granbull has a particularly well-developed lower jaw. The enormous fangs are heavy, causing the Pokémon to tip its head back for balance. Unless it is startled, it will not try to bite indiscriminately.",
- "img": "https://www.serebii.net/pokemongo/pokemon/210.png",
- "size": {
- "height": "1.40 m",
- "weight": "48.7 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fairy"
- ],
- "encounter": {
- "base-flee-rate": "0.08",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "212",
- "base-defense": "131",
- "base-stamina": "207",
- "max-cp": "2552",
- "max-hp": "175"
- },
- "resistant": [
- "fighting",
- "bug",
- "dragon",
- "dark"
- ],
- "weaknesses": [
- "poison",
- "steel"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "snarl",
- "type": "dark",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "play rough",
- "type": "fairy",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "close combat",
- "type": "fight",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "snubbull candy",
- "prev-evolution": [{
- "num": "209",
- "name": "snubbull",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "211",
- "name": "qwilfish",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Qwilfish sucks in water, inflating itself. This Pokémon uses the pressure of the water it swallowed to shoot toxic quills all at once from all over its body. It finds swimming somewhat challenging.",
- "img": "https://www.serebii.net/pokemongo/pokemon/211.png",
- "size": {
- "height": "0.51 m",
- "weight": "3.9 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.08",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "184",
- "base-defense": "138",
- "base-stamina": "163",
- "max-cp": "2051",
- "max-hp": "140"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "fighting",
- "poison"
- ],
- "weaknesses": [
- "electric",
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- },
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "aqua tail",
- "type": "water",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "sludge wave",
- "type": "poison",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "qwilfish candy"
- }
- },
- {
- "num": "212",
- "name": "scizor",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Scizor has a body with the hardness of steel. It is not easily fazed by ordinary sorts of attacks. This Pokémon flaps its wings to regulate its body temperature.",
- "img": "https://www.serebii.net/pokemongo/pokemon/212.png",
- "size": {
- "height": "2.01 m",
- "weight": "125.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "steel"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "236",
- "base-defense": "181",
- "base-stamina": "172",
- "max-cp": "3001",
- "max-hp": "147"
- },
- "resistant": [
- "normal",
- "grass",
- "ice",
- "poison",
- "psychic"
- ],
- "weaknesses": [
- "fire"
- ],
- "quick-move": [
- {
- "name": "bullet punch",
- "type": "steel",
- "base-damage": "9",
- "energy": "10",
- "move-duration-seg": "0.9"
- },
- {
- "name": "fury cutter",
- "type": "bug",
- "base-damage": "3",
- "energy": "6",
- "move-duration-seg": "0.4"
- }
- ],
- "special-attack": [
- {
- "name": "x scissor",
- "type": "water",
- "base-damage": "50",
- "energy": "-100",
- "move-duration-seg": "4.7"
- },
- {
- "name": "iron head",
- "type": "steel",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "1.9"
- },
- {
- "name": "night slash",
- "type": "dark",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "scyther candy",
- "prev-evolution": [{
- "num": "123",
- "name": "scyther",
- "candy-cost": "50",
- "evolution-item": {
- "name": "metal coat",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/metal-coat.png"
- }
- }]
- }
- },
- {
- "num": "213",
- "name": "shuckle",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Shuckle quietly hides itself under rocks, keeping its body concealed inside its hard shell while eating berries it has stored away. The berries mix with its body fluids to become a juice.",
- "img": "https://www.serebii.net/pokemongo/pokemon/213.png",
- "size": {
- "height": "0.61 m",
- "weight": "20.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "rock"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "17",
- "base-defense": "396",
- "base-stamina": "85",
- "max-cp": "405",
- "max-hp": "79"
- },
- "resistant": [
- "normal",
- "poison"
- ],
- "weaknesses": [
- "water",
- "rock",
- "steel"
- ],
- "quick-move": [
- {
- "name": "struggle bug",
- "type": "bug",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- },
- {
- "name": "rock throw",
- "type": "rock",
- "base-damage": "12",
- "energy": "7",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "rock blast",
- "type": "rock",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "gyro ball",
- "type": "steel",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "shuckle candy"
- }
- },
- {
- "num": "214",
- "name": "heracross",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Heracross charges in a straight line at its foe, slips beneath the foe's grasp, and then scoops up and hurls the opponent with its mighty horn. This Pokémon even has enough power to topple a massive tree.",
- "img": "https://www.serebii.net/pokemongo/pokemon/214.png",
- "size": {
- "height": "1.50 m",
- "weight": "54.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "234",
- "base-defense": "179",
- "base-stamina": "190",
- "max-cp": "3101",
- "max-hp": "162"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "bug",
- "dark"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "counter",
- "type": "fight",
- "base-damage": "12",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "struggle bug",
- "type": "bug",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- }
- ],
- "special-attack": [
- {
- "name": "megahorn",
- "type": "bug",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2.2"
- },
- {
- "name": "close combat",
- "type": "fight",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "heracross candy"
- }
- },
- {
- "num": "215",
- "name": "sneasel",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Sneasel scales trees by punching its hooked claws into the bark. This Pokémon seeks out unguarded nests and steals eggs for food while the parents are away.",
- "img": "https://www.serebii.net/pokemongo/pokemon/215.png",
- "size": {
- "height": "0.89 m",
- "weight": "28.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "dark",
- "ice"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "189",
- "base-defense": "146",
- "base-stamina": "146",
- "max-cp": "2051",
- "max-hp": "127"
- },
- "resistant": [
- "ice",
- "psychic",
- "ghost",
- "dark"
- ],
- "weaknesses": [
- "fire",
- "fighting",
- "bug",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ice shard",
- "type": "ice",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.2"
- },
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "avalanche",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "ice punch",
- "type": "ice",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "foul play",
- "type": "dark",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "sneasel candy",
- "next-evolution": [{
- "num": "461",
- "name": "weavile",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }]
- }
- },
- {
- "num": "216",
- "name": "teddiursa",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "This Pokémon likes to lick its palms that are sweetened by being soaked in honey. Teddiursa concocts its own honey by blending fruits and pollen collected by Beedrill.",
- "img": "https://www.serebii.net/pokemongo/pokemon/216.png",
- "size": {
- "height": "0.61 m",
- "weight": "8.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "142",
- "base-defense": "93",
- "base-stamina": "155",
- "max-cp": "1328",
- "max-hp": "134"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "lick",
- "type": "ghost",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "cross chop",
- "type": "fight",
- "base-damage": "50",
- "energy": "-50",
- "move-duration-seg": "1.5"
- },
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "play rough",
- "type": "fairy",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "teddiursa candy",
- "next-evolution": [{
- "num": "217",
- "name": "ursaring",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "217",
- "name": "ursaring",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "In the forests inhabited by Ursaring, it is said that there are many streams and towering trees where they gather food. This Pokémon walks through its forest gathering food every day.",
- "img": "https://www.serebii.net/pokemongo/pokemon/217.png",
- "size": {
- "height": "1.80 m",
- "weight": "125.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "236",
- "base-defense": "144",
- "base-stamina": "207",
- "max-cp": "2945",
- "max-hp": "175"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "metal claw",
- "type": "steel",
- "base-damage": "8",
- "energy": "7",
- "move-duration-seg": "0.7"
- },
- {
- "name": "counter",
- "type": "fight",
- "base-damage": "12",
- "energy": "8",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "close combat",
- "type": "fight",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "play rough",
- "type": "fairy",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "teddiursa candy",
- "prev-evolution": [{
- "num": "216",
- "name": "teddiursa",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "218",
- "name": "slugma",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Molten magma courses throughout Slugma's circulatory system. If this Pokémon is chilled, the magma cools and hardens. Its body turns brittle and chunks fall off, reducing its size.",
- "img": "https://www.serebii.net/pokemongo/pokemon/218.png",
- "size": {
- "height": "0.71 m",
- "weight": "35.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "118",
- "base-defense": "71",
- "base-stamina": "120",
- "max-cp": "895",
- "max-hp": "106"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "rock throw",
- "type": "rock",
- "base-damage": "12",
- "energy": "7",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "flame burst",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "flame charge",
- "type": "fire",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.8"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "slugma candy",
- "next-evolution": [{
- "num": "219",
- "name": "magcargo",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "219",
- "name": "magcargo",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Magcargo's shell is actually its skin that hardened as a result of cooling. Its shell is very brittle and fragile-just touching it causes it to crumble apart. This Pokémon returns to its original size by dipping itself in magma.",
- "img": "https://www.serebii.net/pokemongo/pokemon/219.png",
- "size": {
- "height": "0.79 m",
- "weight": "55.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire",
- "rock"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "139",
- "base-defense": "191",
- "base-stamina": "137",
- "max-cp": "1702",
- "max-hp": "120"
- },
- "resistant": [
- "normal",
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "water",
- "fighting",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "rock throw",
- "type": "rock",
- "base-damage": "12",
- "energy": "7",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "heat wave",
- "type": "fire",
- "base-damage": "95",
- "energy": "-100",
- "move-duration-seg": "3"
- },
- {
- "name": "overheat",
- "type": "fire",
- "base-damage": "160",
- "energy": "-100",
- "move-duration-seg": "4"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "slugma candy",
- "prev-evolution": [{
- "num": "218",
- "name": "slugma",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "220",
- "name": "swinub",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Swinub roots for food by rubbing its snout against the ground. Its favorite food is a mushroom that grows under the cover of dead grass. This Pokémon occasionally roots out hot springs.",
- "img": "https://www.serebii.net/pokemongo/pokemon/220.png",
- "size": {
- "height": "0.41 m",
- "weight": "6.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ice",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "90",
- "base-defense": "69",
- "base-stamina": "137",
- "max-cp": "741",
- "max-hp": "120"
- },
- "resistant": [
- "electric",
- "poison"
- ],
- "weaknesses": [
- "fire",
- "water",
- "grass",
- "fighting"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "powder snow",
- "type": "ice",
- "base-damage": "6",
- "energy": "15",
- "move-duration-seg": "1"
- }
- ],
- "special-attack": [
- {
- "name": "icy wind",
- "type": "ice",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "3.3"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "swinub candy",
- "next-evolution": [{
- "num": "221",
- "name": "piloswine",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "221",
- "name": "piloswine",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Piloswine is covered by a thick coat of long hair that enables it to endure the freezing cold. This Pokémon uses its tusks to dig up food that has been buried under ice.",
- "img": "https://www.serebii.net/pokemongo/pokemon/221.png",
- "size": {
- "height": "1.09 m",
- "weight": "55.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ice",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "181",
- "base-defense": "138",
- "base-stamina": "225",
- "max-cp": "2345",
- "max-hp": "189"
- },
- "resistant": [
- "electric",
- "poison"
- ],
- "weaknesses": [
- "fire",
- "water",
- "grass",
- "fighting"
- ],
- "quick-move": [
- {
- "name": "ice shard",
- "type": "ice",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.2"
- },
- {
- "name": "powder snow",
- "type": "ice",
- "base-damage": "6",
- "energy": "15",
- "move-duration-seg": "1"
- }
- ],
- "special-attack": [
- {
- "name": "avalanche",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "bulldoze",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "swinub candy",
- "prev-evolution": [{
- "num": "220",
- "name": "swinub",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "222",
- "name": "corsola",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Corsola's branches glitter very beautifully in seven colors when they catch sunlight. If any branch breaks off, this Pokémon grows it back in just one night.",
- "img": "https://www.serebii.net/pokemongo/pokemon/222.png",
- "size": {
- "height": "0.61 m",
- "weight": "5.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "rock"
- ],
- "encounter": {
- "base-flee-rate": "0.12",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "118",
- "base-defense": "156",
- "base-stamina": "146",
- "max-cp": "1378",
- "max-hp": "127"
- },
- "resistant": [
- "normal",
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "rock blast",
- "type": "rock",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "power gem",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "corsola candy"
- }
- },
- {
- "num": "223",
- "name": "remoraid",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Remoraid sucks in water, then expels it at high velocity using its abdominal muscles to shoot down flying prey. When evolution draws near, this Pokémon travels downstream from rivers.",
- "img": "https://www.serebii.net/pokemongo/pokemon/223.png",
- "size": {
- "height": "0.61 m",
- "weight": "12.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "127",
- "base-defense": "69",
- "base-stamina": "111",
- "max-cp": "912",
- "max-hp": "99"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "aurora beam",
- "type": "ice",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.55"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "rock blast",
- "type": "rock",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.1"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "remoraid candy",
- "next-evolution": [{
- "num": "224",
- "name": "octillery",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "224",
- "name": "octillery",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Octillery grabs onto its foe using its tentacles. This Pokémon tries to immobilize it before delivering the finishing blow. If the foe turns out to be too strong, Octillery spews ink to escape.",
- "img": "https://www.serebii.net/pokemongo/pokemon/224.png",
- "size": {
- "height": "0.89 m",
- "weight": "28.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "197",
- "base-defense": "141",
- "base-stamina": "181",
- "max-cp": "2315",
- "max-hp": "154"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "gunk shot",
- "type": "poison",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "aurora beam",
- "type": "ice",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.55"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "remoraid candy",
- "prev-evolution": [{
- "num": "223",
- "name": "remoraid",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "225",
- "name": "delibird",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Delibird carries its food bundled up in its tail. There once was a famous explorer who managed to reach the peak of the world's highest mountain, thanks to one of these Pokémon sharing its food.",
- "img": "https://www.serebii.net/pokemongo/pokemon/225.png",
- "size": {
- "height": "0.89 m",
- "weight": "16.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ice",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "128",
- "base-defense": "90",
- "base-stamina": "128",
- "max-cp": "1094",
- "max-hp": "113"
- },
- "resistant": [
- "grass",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "fire",
- "electric",
- "rock",
- "steel"
- ],
- "quick-move": [
- {
- "name": "ice shard",
- "type": "ice",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.2"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "ice punch",
- "type": "ice",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "icy wind",
- "type": "ice",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "3.3"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "delibird candy"
- }
- },
- {
- "num": "226",
- "name": "mantine",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "On sunny days, schools of Mantine can be seen elegantly leaping over the sea's waves. This Pokémon is not bothered by the Remoraid that hitches rides.",
- "img": "https://www.serebii.net/pokemongo/pokemon/226.png",
- "size": {
- "height": "2.11 m",
- "weight": "220.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "148",
- "base-defense": "226",
- "base-stamina": "163",
- "max-cp": "2108",
- "max-hp": "140"
- },
- "resistant": [
- "fire",
- "water",
- "fighting",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- },
- {
- "name": "wing attack",
- "type": "flying",
- "base-damage": "8",
- "energy": "9",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "mantine candy",
- "prev-evolution": [{
- "num": "458",
- "name": "mantyke",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "227",
- "name": "skarmory",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Skarmory is entirely encased in hard, protective armor. This Pokémon flies at close to 190 mph. It slashes foes with its wings that possess swordlike cutting edges.",
- "img": "https://www.serebii.net/pokemongo/pokemon/227.png",
- "size": {
- "height": "1.70 m",
- "weight": "50.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "steel",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "148",
- "base-defense": "226",
- "base-stamina": "163",
- "max-cp": "2108",
- "max-hp": "140"
- },
- "resistant": [
- "normal",
- "grass",
- "poison",
- "flying",
- "psychic"
- ],
- "weaknesses": [
- "fire",
- "electric"
- ],
- "quick-move": [
- {
- "name": "steel wing",
- "type": "steel",
- "base-damage": "11",
- "energy": "6",
- "move-duration-seg": "0.8"
- },
- {
- "name": "air slash",
- "type": "flying",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "brave bird",
- "type": "flying",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2"
- },
- {
- "name": "sky attack",
- "type": "flying",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- },
- {
- "name": "flash cannon",
- "type": "steel",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "skarmory candy"
- }
- },
- {
- "num": "228",
- "name": "houndour",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Houndour hunt as a coordinated pack. They communicate with each other using a variety of cries to corner their prey. This Pokémon's remarkable teamwork is unparalleled.",
- "img": "https://www.serebii.net/pokemongo/pokemon/228.png",
- "size": {
- "height": "0.61 m",
- "weight": "10.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "dark",
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "152",
- "base-defense": "83",
- "base-stamina": "128",
- "max-cp": "1234",
- "max-hp": "113"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "psychic",
- "ghost"
- ],
- "weaknesses": [
- "water",
- "fighting",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- },
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- }
- ],
- "special-attack": [
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- },
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "houndour candy",
- "next-evolution": [{
- "num": "229",
- "name": "houndoom",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "229",
- "name": "houndoom",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "In a Houndoom pack, the one with its horns raked sharply toward the back serves a leadership role. These Pokémon choose their leader by fighting among themselves.",
- "img": "https://www.serebii.net/pokemongo/pokemon/229.png",
- "size": {
- "height": "1.40 m",
- "weight": "35.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "dark",
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "224",
- "base-defense": "144",
- "base-stamina": "181",
- "max-cp": "2635",
- "max-hp": "154"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "psychic",
- "ghost"
- ],
- "weaknesses": [
- "water",
- "fighting",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "snarl",
- "type": "dark",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- },
- {
- "name": "fire fang",
- "type": "fire",
- "base-damage": "11",
- "energy": "8",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "foul play",
- "type": "dark",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "houndour candy",
- "prev-evolution": [{
- "num": "228",
- "name": "houndour",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "230",
- "name": "kingdra",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Kingdra lives at extreme ocean depths that are otherwise uninhabited. It has long been believed that the yawning of this Pokémon creates spiraling ocean currents.",
- "img": "https://www.serebii.net/pokemongo/pokemon/230.png",
- "size": {
- "height": "1.80 m",
- "weight": "152.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "dragon"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "194",
- "base-defense": "194",
- "base-stamina": "181",
- "max-cp": "2641",
- "max-hp": "154"
- },
- "resistant": [
- "fire",
- "water",
- "steel"
- ],
- "weaknesses": [
- "dragon",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "dragon breath",
- "type": "dragon",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- },
- {
- "name": "outrage",
- "type": "dragon",
- "base-damage": "110",
- "energy": "-50",
- "move-duration-seg": "3.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "horsea candy",
- "prev-evolution": [{
- "num": "117",
- "name": "seadra",
- "candy-cost": "100",
- "evolution-item": {
- "name": "dragon scale",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/dragon-scale.png"
- },
- "prev-evolution": [{
- "num": "116",
- "name": "horsea",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "231",
- "name": "phanpy",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "For its nest, Phanpy digs a vertical pit in the ground at the edge of a river. It marks the area around its nest with its trunk to let the others know that the area has been claimed.",
- "img": "https://www.serebii.net/pokemongo/pokemon/231.png",
- "size": {
- "height": "0.51 m",
- "weight": "33.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "107",
- "base-defense": "98",
- "base-stamina": "207",
- "max-cp": "1206",
- "max-hp": "175"
- },
- "resistant": [
- "electric",
- "poison",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- }
- ],
- "special-attack": [
- {
- "name": "bulldoze",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "phanpy candy",
- "next-evolution": [{
- "num": "232",
- "name": "donphan",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "232",
- "name": "donphan",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Donphan's favorite attack is curling its body into a ball, then charging at its foe while rolling at high speed. Once it starts rolling, this Pokémon can't stop very easily.",
- "img": "https://www.serebii.net/pokemongo/pokemon/232.png",
- "size": {
- "height": "1.09 m",
- "weight": "120.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "214",
- "base-defense": "185",
- "base-stamina": "207",
- "max-cp": "3013",
- "max-hp": "175"
- },
- "resistant": [
- "electric",
- "poison",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "counter",
- "type": "fight",
- "base-damage": "12",
- "energy": "8",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "heavy slam",
- "type": "steel",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.1"
- },
- {
- "name": "play rough",
- "type": "fairy",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "phanpy candy",
- "prev-evolution": [{
- "num": "231",
- "name": "phanpy",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "233",
- "name": "porygon2",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Porygon2 was created by humans using the power of science. The man-made Pokémon has been endowed with artificial intelligence that enables it to learn new gestures and emotions on its own.",
- "img": "https://www.serebii.net/pokemongo/pokemon/233.png",
- "size": {
- "height": "0.61 m",
- "weight": "32.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "198",
- "base-defense": "180",
- "base-stamina": "198",
- "max-cp": "2711",
- "max-hp": "168"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "hidden power",
- "type": "normal",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- },
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "zap cannon",
- "type": "electric",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "porygon candy",
- "next-evolution": [{
- "num": "474",
- "name": "porygon-z",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }],
- "prev-evolution": [{
- "num": "137",
- "name": "porygon",
- "candy-cost": "25",
- "evolution-item": {
- "name": "up grade",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/up-grade.png"
- }
- }]
- }
- },
- {
- "num": "234",
- "name": "stantler",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Stantler's magnificent antlers were traded at high prices as works of art. As a result, this Pokémon was hunted close to extinction by those who were after the priceless antlers.",
- "img": "https://www.serebii.net/pokemongo/pokemon/234.png",
- "size": {
- "height": "1.40 m",
- "weight": "71.2 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.08",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "192",
- "base-defense": "131",
- "base-stamina": "177",
- "max-cp": "2164",
- "max-hp": "151"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "stomp",
- "type": "normal",
- "base-damage": "55",
- "energy": "-50",
- "move-duration-seg": "1.7"
- },
- {
- "name": "wild charge",
- "type": "electric",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "megahorn",
- "type": "bug",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "stantler candy"
- }
- },
- {
- "num": "235",
- "name": "smeargle",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Smeargle marks the boundaries of its territory using a body fluid that leaks out from the tip of its tail. Over 5,000 different marks left by this Pokémon have been found.",
- "img": "https://www.serebii.net/pokemongo/pokemon/235.png",
- "size": {
- "height": "1.19 m",
- "weight": "58.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "40",
- "base-defense": "83",
- "base-stamina": "146",
- "max-cp": "431",
- "max-hp": "127"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }],
- "special-attack": [
- {
- "name": "struggle",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "smeargle candy"
- }
- },
- {
- "num": "236",
- "name": "tyrogue",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Tyrogue becomes stressed out if it does not get to train every day. When raising this Pokémon, the Trainer must establish and uphold various training methods.",
- "img": "https://www.serebii.net/pokemongo/pokemon/236.png",
- "size": {
- "height": "0.71 m",
- "weight": "21.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "not in capture",
- "base-capture-rate": "not in capture"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "64",
- "base-defense": "64",
- "base-stamina": "111",
- "max-cp": "492",
- "max-hp": "99"
- },
- "resistant": [
- "bug",
- "rock",
- "dark"
- ],
- "weaknesses": [
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "low sweep",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "7 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "tyrogue candy",
- "next-evolution": [
- {
- "num": "106",
- "name": "hitmonlee",
- "candy-cost": "25"
- },
- {
- "num": "107",
- "name": "hitmonchan",
- "candy-cost": "25"
- },
- {
- "num": "237",
- "name": "hitmontop",
- "candy-cost": "25"
- }
- ]
- }
- },
- {
- "num": "237",
- "name": "hitmontop",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Hitmontop spins on its head at high speed, all the while delivering kicks. This technique is a remarkable mix of both offense and defense at the same time. The Pokémon travels faster spinning than it does walking.",
- "img": "https://www.serebii.net/pokemongo/pokemon/237.png",
- "size": {
- "height": "1.40 m",
- "weight": "48.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "173",
- "base-defense": "207",
- "base-stamina": "137",
- "max-cp": "2156",
- "max-hp": "120"
- },
- "resistant": [
- "bug",
- "rock",
- "dark"
- ],
- "weaknesses": [
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- },
- {
- "name": "counter",
- "type": "fight",
- "base-damage": "12",
- "energy": "8",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "close combat",
- "type": "fight",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "gyro ball",
- "type": "steel",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "tyrogue candy",
- "prev-evolution": [{
- "num": "236",
- "name": "tyrogue",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "238",
- "name": "smoochum",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Smoochum actively runs about, but also falls quite often. Whenever the chance arrives, it will look for its reflection to make sure its face hasn't become dirty.",
- "img": "https://www.serebii.net/pokemongo/pokemon/238.png",
- "size": {
- "height": "0.41 m",
- "weight": "6.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ice",
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "not in capture",
- "base-capture-rate": "not in capture"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "153",
- "base-defense": "91",
- "base-stamina": "128",
- "max-cp": "1291",
- "max-hp": "113"
- },
- "resistant": [
- "ice",
- "psychic"
- ],
- "weaknesses": [
- "fire",
- "bug",
- "rock",
- "ghost"
- ],
- "quick-move": [
- {
- "name": "powder snow",
- "type": "ice",
- "base-damage": "6",
- "energy": "15",
- "move-duration-seg": "1"
- },
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "frost breath",
- "type": "ice",
- "base-damage": "10",
- "energy": "8",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "ice punch",
- "type": "ice",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "psyshock",
- "type": "psychic",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "7 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "jynx candy",
- "next-evolution": [{
- "num": "124",
- "name": "jynx",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "239",
- "name": "elekid",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Elekid stores electricity in its body. If it touches metal and accidentally discharges all its built-up electricity, this Pokémon begins swinging its arms in circles to recharge itself.",
- "img": "https://www.serebii.net/pokemongo/pokemon/239.png",
- "size": {
- "height": "0.61 m",
- "weight": "23.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "not in capture",
- "base-capture-rate": "not in capture"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "135",
- "base-defense": "101",
- "base-stamina": "128",
- "max-cp": "1206",
- "max-hp": "113"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- },
- {
- "name": "low kick",
- "type": "fight",
- "base-damage": "6",
- "energy": "6",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "thunder punch",
- "type": "electric",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.8"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- }
- ],
- "egg": "7 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "electabuzz candy",
- "next-evolution": [{
- "num": "125",
- "name": "electabuzz",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "466",
- "name": "electivire",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }]
- }]
- }
- },
- {
- "num": "240",
- "name": "magby",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Magby's state of health is determined by observing the fire it breathes. If the Pokémon is spouting yellow flames from its mouth, it is in good health. When it is fatigued, black smoke will be mixed in with the flames.",
- "img": "https://www.serebii.net/pokemongo/pokemon/240.png",
- "size": {
- "height": "0.71 m",
- "weight": "21.4 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "not in capture",
- "base-capture-rate": "not in capture"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "151",
- "base-defense": "99",
- "base-stamina": "128",
- "max-cp": "1323",
- "max-hp": "113"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "karate chop",
- "type": "fight",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "fire punch",
- "type": "fire",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.2"
- },
- {
- "name": "flame burst",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "7 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "magmar candy",
- "next-evolution": [{
- "num": "126",
- "name": "magmar",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "467",
- "name": "magmortar",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }]
- }]
- }
- },
- {
- "num": "241",
- "name": "miltank",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Miltank gives over five gallons of milk on a daily basis. Its sweet milk is enjoyed by children and grown-ups alike. People who can't drink milk turn it into yogurt and eat it instead.",
- "img": "https://www.serebii.net/pokemongo/pokemon/241.png",
- "size": {
- "height": "1.19 m",
- "weight": "75.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.08",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "157",
- "base-defense": "193",
- "base-stamina": "216",
- "max-cp": "2354",
- "max-hp": "182"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "stomp",
- "type": "normal",
- "base-damage": "55",
- "energy": "-50",
- "move-duration-seg": "1.7"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "gyro ball",
- "type": "steel",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "miltank candy"
- }
- },
- {
- "num": "242",
- "name": "blissey",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Blissey senses sadness with its fluffy coat of fur. If it does so, this Pokémon will rush over to a sad person, no matter how far away, to share a Lucky Egg that brings a smile to any face.",
- "img": "https://www.serebii.net/pokemongo/pokemon/242.png",
- "size": {
- "height": "1.50 m",
- "weight": "46.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "129",
- "base-defense": "169",
- "base-stamina": "496",
- "max-cp": "2757",
- "max-hp": "403"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "chansey candy",
- "prev-evolution": [{
- "num": "113",
- "name": "chansey",
- "candy-cost": "50",
- "prev-evolution": [{
- "num": "440",
- "name": "happiny",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "243",
- "name": "raikou",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Raikou embodies the speed of lightning. The roars of this Pokémon send shock waves shuddering through the air and shake the ground as if lightning bolts had come crashing down.",
- "img": "https://www.serebii.net/pokemongo/pokemon/243.png",
- "size": {
- "height": "1.91 m",
- "weight": "178.0 kg"
- },
- "pokemon-rarity": "legendary",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.04",
- "base-capture-rate": "0.02"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "241",
- "base-defense": "195",
- "base-stamina": "207",
- "max-cp": "3452",
- "max-hp": "175"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- },
- {
- "name": "volt switch",
- "type": "electric",
- "base-damage": "20",
- "energy": "25",
- "move-duration-seg": "2.3"
- }
- ],
- "special-attack": [
- {
- "name": "thunder",
- "type": "electric",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.4"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "wild charge",
- "type": "electric",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "raikou candy"
- }
- },
- {
- "num": "244",
- "name": "entei",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Entei embodies the passion of magma. This Pokémon is thought to have been born in the eruption of a volcano. It sends up massive bursts of fire that utterly consume all that they touch.",
- "img": "https://www.serebii.net/pokemongo/pokemon/244.png",
- "size": {
- "height": "2.11 m",
- "weight": "198.0 kg"
- },
- "pokemon-rarity": "legendary",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.04",
- "base-capture-rate": "0.02"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "235",
- "base-defense": "171",
- "base-stamina": "251",
- "max-cp": "3473",
- "max-hp": "210"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "fire spin",
- "type": "fire",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.1"
- },
- {
- "name": "fire fang",
- "type": "fire",
- "base-damage": "11",
- "energy": "8",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- },
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "overheat",
- "type": "fire",
- "base-damage": "160",
- "energy": "-100",
- "move-duration-seg": "4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "entei candy"
- }
- },
- {
- "num": "245",
- "name": "suicune",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Suicune embodies the compassion of a pure spring of water. It runs across the land with gracefulness. This Pokémon has the power to purify dirty water.",
- "img": "https://www.serebii.net/pokemongo/pokemon/245.png",
- "size": {
- "height": "2.01 m",
- "weight": "187.0 kg"
- },
- "pokemon-rarity": "legendary",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.04",
- "base-capture-rate": "0.02"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "180",
- "base-defense": "235",
- "base-stamina": "225",
- "max-cp": "2983",
- "max-hp": "189"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "extrasensory",
- "type": "psychic",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- },
- {
- "name": "snarl",
- "type": "dark",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "suicune candy"
- }
- },
- {
- "num": "246",
- "name": "larvitar",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Larvitar is born deep under the ground. To come up to the surface, this Pokémon must eat its way through the soil above. Until it does so, Larvitar cannot see its parents.",
- "img": "https://www.serebii.net/pokemongo/pokemon/246.png",
- "size": {
- "height": "0.60 m",
- "weight": "72.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "115",
- "base-defense": "93",
- "base-stamina": "137",
- "max-cp": "1040",
- "max-hp": "120"
- },
- "resistant": [
- "electric",
- "poison",
- "fire",
- "flying",
- "normal",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ground",
- "ice",
- "steel",
- "fighting"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- }
- ],
- "special-attack": [
- {
- "name": "stomp",
- "type": "normal",
- "base-damage": "55",
- "energy": "-50",
- "move-duration-seg": "1.7"
- },
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "larvitar candy",
- "next-evolution": [{
- "num": "247",
- "name": "pupitar",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "248",
- "name": "tyranitar",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "247",
- "name": "pupitar",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Pupitar creates a gas inside its body that it compresses and forcefully ejects to propel itself like a jet. The body is very durable—it avoids damage even if it hits solid steel.",
- "img": "https://www.serebii.net/pokemongo/pokemon/247.png",
- "size": {
- "height": "1.20 m",
- "weight": "152.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "155",
- "base-defense": "133",
- "base-stamina": "172",
- "max-cp": "1766",
- "max-hp": "147"
- },
- "resistant": [
- "electric",
- "poison",
- "fire",
- "flying",
- "normal",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ground",
- "ice",
- "steel",
- "fighting"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "larvitar candy",
- "next-evolution": [{
- "num": "248",
- "name": "tyranitar",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "246",
- "name": "larvitar",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "248",
- "name": "tyranitar",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Tyranitar is so overwhelmingly powerful, it can bring down a whole mountain to make its nest. This Pokémon wanders about in mountains seeking new opponents to fight.",
- "img": "https://www.serebii.net/pokemongo/pokemon/248.png",
- "size": {
- "height": "2.00 m",
- "weight": "202.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "dark"
- ],
- "encounter": {
- "base-flee-rate": "0.04",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "251",
- "base-defense": "207",
- "base-stamina": "225",
- "max-cp": "3834",
- "max-hp": "189"
- },
- "resistant": [
- "psychic",
- "dark",
- "ghost",
- "fire",
- "poison",
- "flying",
- "normal"
- ],
- "weaknesses": [
- "fighting",
- "ground",
- "steel",
- "water",
- "grass",
- "bug",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "iron tail",
- "type": "steel",
- "base-damage": "15",
- "energy": "7",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "larvitar candy",
- "prev-evolution": [{
- "num": "247",
- "name": "pupitar",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "246",
- "name": "larvitar",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "249",
- "name": "lugia",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Lugia's wings pack devastating power-a light fluttering of its wings can blow apart regular houses. As a result, this Pokémon chooses to live out of sight deep under the sea.",
- "img": "https://www.serebii.net/pokemongo/pokemon/249.png",
- "size": {
- "height": "5.21 m",
- "weight": "216.0 kg"
- },
- "pokemon-rarity": "legendary",
- "type": [
- "psychic",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.04",
- "base-capture-rate": "0.02"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "193",
- "base-defense": "310",
- "base-stamina": "235",
- "max-cp": "3703",
- "max-hp": "197"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "psychic"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "rock",
- "ghost"
- ],
- "quick-move": [
- {
- "name": "extrasensory",
- "type": "psychic",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- },
- {
- "name": "dragon tail",
- "type": "dragon",
- "base-damage": "15",
- "energy": "9",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "sky attack",
- "type": "flying",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "futuresight",
- "type": "psychic",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "lugia candy"
- }
- },
- {
- "num": "250",
- "name": "ho-oh",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Ho-Oh's feathers glow in seven colors depending on the angle at which they are struck by light. These feathers are said to bring happiness to the bearers. This Pokémon is said to live at the foot of a rainbow.",
- "img": "https://www.serebii.net/pokemongo/pokemon/250.png",
- "size": {
- "height": "3.80 m",
- "weight": "199.0 kg"
- },
- "pokemon-rarity": "legendary",
- "type": [
- "fire",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.04",
- "base-capture-rate": "0.02"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "239",
- "base-defense": "244",
- "base-stamina": "214",
- "max-cp": "3863",
- "max-hp": "180"
- },
- "resistant": [
- "fighting",
- "bug",
- "grass",
- "steel",
- "fire",
- "fairy"
- ],
- "weaknesses": [
- "rock",
- "ground",
- "electric",
- "water"
- ],
- "quick-move": [
- {
- "name": "extrasensory",
- "type": "psychic",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- },
- {
- "name": "steel wing",
- "type": "steel",
- "base-damage": "11",
- "energy": "6",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "brave bird",
- "type": "flying",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2"
- },
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "ho-oh candy"
- }
- },
- {
- "num": "251",
- "name": "celebi",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "This Pokémon came from the future by crossing over time. It is thought that so long as Celebi appears, a bright and shining future awaits us.",
- "img": "https://www.serebii.net/pokemongo/pokemon/251.png",
- "size": {
- "height": "0.61 m",
- "weight": "5.0 kg"
- },
- "pokemon-rarity": "mythic",
- "type": [
- "psychic",
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0",
- "base-capture-rate": "100"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "210",
- "base-defense": "210",
- "base-stamina": "225",
- "max-cp": "3265",
- "max-hp": "189"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- },
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "celebi candy"
- }
- }]
-};
diff --git a/src/data/pokemon/pokemon.json b/src/data/pokemon/pokemon.json
deleted file mode 100644
index e1b9568c..00000000
--- a/src/data/pokemon/pokemon.json
+++ /dev/null
@@ -1,23953 +0,0 @@
-{
- "pokemon": [{
- "num": "001",
- "name": "bulbasaur",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Bulbasaur can be seen napping in bright sunlight. There is a seed on its back. By soaking up the sun's rays, the seed grows progressively larger.",
- "img": "https://www.serebii.net/pokemongo/pokemon/001.png",
- "size": {
- "height": "0.71 m",
- "weight": "6.9 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.69",
- "stats": {
- "base-attack": "118",
- "base-defense": "111",
- "base-stamina": "128",
- "max-cp": "1115",
- "max-hp": "113"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "flying",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "vine whip",
- "type": "grass",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "seed bomb",
- "type": "grass",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "power whip",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "bulbasaur candy",
- "next-evolution": [{
- "num": "002",
- "name": "ivysaur",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "003",
- "name": "venusaur",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "002",
- "name": "ivysaur",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "There is a bud on this Pokémon's back. To support its weight, Ivysaur's legs and trunk grow thick and strong. If it starts spending more time lying in the sunlight, it's a sign that the bud will bloom into a large flower soon.",
- "img": "https://www.serebii.net/pokemongo/pokemon/002.png",
- "size": {
- "height": "0.99 m",
- "weight": "13.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.042",
- "stats": {
- "base-attack": "151",
- "base-defense": "143",
- "base-stamina": "155",
- "max-cp": "1699",
- "max-hp": "134"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "flying",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "vine whip",
- "type": "grass",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- },
- {
- "name": "power whip",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "bulbasaur candy",
- "next-evolution": [{
- "num": "003",
- "name": "venusaur",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "001",
- "name": "bulbasaur",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "003",
- "name": "venusaur",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "There is a large flower on Venusaur's back. The flower is said to take on vivid colors if it gets plenty of nutrition and sunlight. The flower's aroma soothes the emotions of people.",
- "img": "https://www.serebii.net/pokemongo/pokemon/003.png",
- "size": {
- "height": "2.01 m",
- "weight": "100.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": "0.017",
- "stats": {
- "base-attack": "198",
- "base-defense": "189",
- "base-stamina": "190",
- "max-cp": "2720",
- "max-hp": "162"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "flying",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "vine whip",
- "type": "grass",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "petal blizzard",
- "type": "grass",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "2.6"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "bulbasaur candy",
- "prev-evolution": [{
- "num": "002",
- "name": "ivysaur",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "001",
- "name": "bulbasaur",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "004",
- "name": "charmander",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "The flame that burns at the tip of its tail is an indication of its emotions. The flame wavers when Charmander is enjoying itself. If the Pokémon becomes enraged, the flame burns fiercely.",
- "img": "https://www.serebii.net/pokemongo/pokemon/004.png",
- "size": {
- "height": "0.61 m",
- "weight": "8.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.253",
- "stats": {
- "base-attack": "116",
- "base-defense": "93",
- "base-stamina": "118",
- "max-cp": "980",
- "max-hp": "105"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "flame charge",
- "type": "fire",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.8"
- },
- {
- "name": "flame burst",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "charmander candy",
- "next-evolution": [{
- "num": "005",
- "name": "charmeleon",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "006",
- "name": "charizard",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "005",
- "name": "charmeleon",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Charmeleon mercilessly destroys its foes using its sharp claws. If it encounters a strong foe, it turns aggressive. In this excited state, the flame at the tip of its tail flares with a bluish white color.",
- "img": "https://www.serebii.net/pokemongo/pokemon/005.png",
- "size": {
- "height": "1.09 m",
- "weight": "19.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.012",
- "stats": {
- "base-attack": "158",
- "base-defense": "126",
- "base-stamina": "151",
- "max-cp": "1653",
- "max-hp": "131"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "fire fang",
- "type": "fire",
- "base-damage": "11",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "fire punch",
- "type": "fire",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.2"
- },
- {
- "name": "flame burst",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "charmander candy",
- "next-evolution": [{
- "num": "006",
- "name": "charizard",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "004",
- "name": "charmander",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "006",
- "name": "charizard",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Charizard flies around the sky in search of powerful opponents. It breathes fire of such great heat that it melts anything. However, it never turns its fiery breath on any opponent weaker than itself.",
- "img": "https://www.serebii.net/pokemongo/pokemon/006.png",
- "size": {
- "height": "1.70 m",
- "weight": "90.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": "0.0031",
- "stats": {
- "base-attack": "223",
- "base-defense": "173",
- "base-stamina": "186",
- "max-cp": "2889",
- "max-hp": "158"
- },
- "resistant": [
- "fire",
- "grass",
- "fighting",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "fire spin",
- "type": "fire",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.1"
- },
- {
- "name": "air slash",
- "type": "flying",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.2"
- },
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "wing attack",
- "type": "flying",
- "base-damage": "8",
- "energy": "9",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "dragon claw",
- "type": "dragon",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.7"
- },
- {
- "name": "overheat",
- "type": "fire",
- "base-damage": "160",
- "energy": "-100",
- "move-duration-seg": "4"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "charmander candy",
- "prev-evolution": [{
- "num": "005",
- "name": "charmeleon",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "004",
- "name": "charmander",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "007",
- "name": "squirtle",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Squirtle's shell is not merely used for protection. The shell's rounded shape and the grooves on its surface help minimize resistance in water, enabling this Pokémon to swim at high speeds.",
- "img": "https://www.serebii.net/pokemongo/pokemon/007.png",
- "size": {
- "height": "0.51 m",
- "weight": "9.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.58",
- "stats": {
- "base-attack": "94",
- "base-defense": "121",
- "base-stamina": "127",
- "max-cp": "946",
- "max-hp": "112"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "aqua jet",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.6"
- },
- {
- "name": "aqua tail",
- "type": "water",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "squirtle candy",
- "next-evolution": [{
- "num": "008",
- "name": "wartortle",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "009",
- "name": "blastoise",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "008",
- "name": "wartortle",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Its tail is large and covered with a rich, thick fur. The tail becomes increasingly deeper in color as Wartortle ages. The scratches on its shell are evidence of this Pokémon's toughness as a battler.",
- "img": "https://www.serebii.net/pokemongo/pokemon/008.png",
- "size": {
- "height": "0.99 m",
- "weight": "22.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.034",
- "stats": {
- "base-attack": "126",
- "base-defense": "155",
- "base-stamina": "153",
- "max-cp": "1488",
- "max-hp": "132"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "aqua jet",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.6"
- },
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "squirtle candy",
- "next-evolution": [{
- "num": "009",
- "name": "blastoise",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "007",
- "name": "squirtle",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "009",
- "name": "blastoise",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Blastoise has water spouts that protrude from its shell. The water spouts are very accurate. They can shoot bullets of water with enough accuracy to strike empty cans from a distance of over 160 feet.",
- "img": "https://www.serebii.net/pokemongo/pokemon/009.png",
- "size": {
- "height": "1.60 m",
- "weight": "85.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": "0.0067",
- "stats": {
- "base-attack": "171",
- "base-defense": "207",
- "base-stamina": "188",
- "max-cp": "2466",
- "max-hp": "160"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "flash cannon",
- "type": "steel",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.7"
- },
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "squirtle candy",
- "prev-evolution": [{
- "num": "008",
- "name": "wartortle",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "007",
- "name": "squirtle",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "010",
- "name": "caterpie",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Caterpie has a voracious appetite. It can devour leaves bigger than its body right before your eyes. From its antenna, this Pokémon releases a terrifically strong odor.",
- "img": "https://www.serebii.net/pokemongo/pokemon/010.png",
- "size": {
- "height": "0.30 m",
- "weight": "2.9 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "3.032",
- "stats": {
- "base-attack": "55",
- "base-defense": "55",
- "base-stamina": "128",
- "max-cp": "437",
- "max-hp": "113"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "rock"
- ],
- "quick-move": [
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "struggle",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "caterpie candy",
- "next-evolution": [{
- "num": "011",
- "name": "metapod",
- "candy-cost": "12",
- "next-evolution": [{
- "num": "012",
- "name": "butterfree",
- "candy-cost": "50"
- }]
- }]
- }
- },
- {
- "num": "011",
- "name": "metapod",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "The shell covering this Pokémon's body is as hard as an iron slab. Metapod does not move very much. It stays still because it is preparing its soft innards for evolution inside the hard shell.",
- "img": "https://www.serebii.net/pokemongo/pokemon/011.png",
- "size": {
- "height": "0.71 m",
- "weight": "9.9 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "0.187",
- "stats": {
- "base-attack": "45",
- "base-defense": "80",
- "base-stamina": "137",
- "max-cp": "450",
- "max-hp": "120"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "rock"
- ],
- "quick-move": [
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "struggle",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "caterpie candy",
- "next-evolution": [{
- "num": "012",
- "name": "butterfree",
- "candy-cost": "50"
- }],
- "prev-evolution": [{
- "num": "010",
- "name": "caterpie",
- "candy-cost": "12"
- }]
- }
- },
- {
- "num": "012",
- "name": "butterfree",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Butterfree has a superior ability to search for delicious honey from flowers. It can even search out, extract, and carry honey from flowers that are blooming over six miles from its nest.",
- "img": "https://www.serebii.net/pokemongo/pokemon/012.png",
- "size": {
- "height": "1.09 m",
- "weight": "32.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.022",
- "stats": {
- "base-attack": "167",
- "base-defense": "137",
- "base-stamina": "155",
- "max-cp": "1827",
- "max-hp": "134"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "fire",
- "electric",
- "ice",
- "flying",
- "rock"
- ],
- "quick-move": [
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- },
- {
- "name": "struggle bug",
- "type": "bug",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "bug buzz",
- "type": "bug",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.7"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "signal beam",
- "type": "bug",
- "base-damage": "75",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "caterpie candy",
- "prev-evolution": [{
- "num": "011",
- "name": "metapod",
- "candy-cost": "50",
- "prev-evolution": [{
- "num": "010",
- "name": "caterpie",
- "candy-cost": "12"
- }]
- }]
- }
- },
- {
- "num": "013",
- "name": "weedle",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Weedle has an extremely acute sense of smell. It is capable of distinguishing its favorite kinds of leaves from those it dislikes just by sniffing with its big red proboscis (nose).",
- "img": "https://www.serebii.net/pokemongo/pokemon/013.png",
- "size": {
- "height": "0.30 m",
- "weight": "3.2 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "7.12",
- "stats": {
- "base-attack": "63",
- "base-defense": "50",
- "base-stamina": "120",
- "max-cp": "456",
- "max-hp": "106"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "struggle",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "weedle candy",
- "next-evolution": [{
- "num": "014",
- "name": "kakuna",
- "candy-cost": "12",
- "next-evolution": [{
- "num": "015",
- "name": "beedrill",
- "candy-cost": "50"
- }]
- }]
- }
- },
- {
- "num": "014",
- "name": "kakuna",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Kakuna remains virtually immobile as it clings to a tree. However, on the inside, it is extremely busy as it prepares for its coming evolution. This is evident from how hot the shell becomes to the touch.",
- "img": "https://www.serebii.net/pokemongo/pokemon/014.png",
- "size": {
- "height": "0.61 m",
- "weight": "10.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "0.44",
- "stats": {
- "base-attack": "46",
- "base-defense": "75",
- "base-stamina": "128",
- "max-cp": "432",
- "max-hp": "113"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "struggle",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "weedle candy",
- "next-evolution": [{
- "num": "015",
- "name": "beedrill",
- "candy-cost": "50"
- }],
- "prev-evolution": [{
- "num": "013",
- "name": "weedle",
- "candy-cost": "12"
- }]
- }
- },
- {
- "num": "015",
- "name": "beedrill",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Beedrill is extremely territorial. No one should ever approach its nest-this is for their own safety. If angered, they will attack in a furious swarm.",
- "img": "https://www.serebii.net/pokemongo/pokemon/015.png",
- "size": {
- "height": "0.99 m",
- "weight": "29.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.051",
- "stats": {
- "base-attack": "169",
- "base-defense": "130",
- "base-stamina": "163",
- "max-cp": "1846",
- "max-hp": "140"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "poison jab",
- "type": "poison",
- "base-damage": "10",
- "energy": "7",
- "move-duration-seg": "0.8"
- },
- {
- "name": "infestation",
- "type": "bug",
- "base-damage": "10",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "x scissor",
- "type": "water",
- "base-damage": "50",
- "energy": "-100",
- "move-duration-seg": "4.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "weedle candy",
- "prev-evolution": [{
- "num": "014",
- "name": "kakuna",
- "candy-cost": "50",
- "prev-evolution": [{
- "num": "013",
- "name": "weedle",
- "candy-cost": "12"
- }]
- }]
- }
- },
- {
- "num": "016",
- "name": "pidgey",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Pidgey has an extremely sharp sense of direction. It is capable of unerringly returning home to its nest, however far it may be removed from its familiar surroundings.",
- "img": "https://www.serebii.net/pokemongo/pokemon/016.png",
- "size": {
- "height": "0.30 m",
- "weight": "1.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "15.98",
- "stats": {
- "base-attack": "85",
- "base-defense": "73",
- "base-stamina": "120",
- "max-cp": "680",
- "max-hp": "106"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "twister",
- "type": "dragon",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.8"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "air cutter",
- "type": "flying",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "pidgey candy",
- "next-evolution": [{
- "num": "017",
- "name": "pidgeotto",
- "candy-cost": "12",
- "next-evolution": [{
- "num": "018",
- "name": "pidgeot",
- "candy-cost": "50"
- }]
- }]
- }
- },
- {
- "num": "017",
- "name": "pidgeotto",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Pidgeotto claims a large area as its own territory. This Pokémon flies around, patrolling its living space. If its territory is violated, it shows no mercy in thoroughly punishing the foe with its sharp claws.",
- "img": "https://www.serebii.net/pokemongo/pokemon/017.png",
- "size": {
- "height": "1.09 m",
- "weight": "30.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "1.02",
- "stats": {
- "base-attack": "117",
- "base-defense": "105",
- "base-stamina": "160",
- "max-cp": "1194",
- "max-hp": "138"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "wing attack",
- "type": "flying",
- "base-damage": "8",
- "energy": "9",
- "move-duration-seg": "0.8"
- },
- {
- "name": "steel wing",
- "type": "steel",
- "base-damage": "11",
- "energy": "6",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "twister",
- "type": "dragon",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.8"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "air cutter",
- "type": "flying",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "pidgey candy",
- "next-evolution": [{
- "num": "018",
- "name": "pidgeot",
- "candy-cost": "50"
- }],
- "prev-evolution": [{
- "num": "016",
- "name": "pidgey",
- "candy-cost": "12"
- }]
- }
- },
- {
- "num": "018",
- "name": "pidgeot",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "This Pokémon has a dazzling plumage of beautifullyglossy feathers. Many Trainers are captivated by thestriking beauty of the feathers on its head, compellingthem to choose Pidgeot as their Pokémon.",
- "img": "https://www.serebii.net/pokemongo/pokemon/018.png",
- "size": {
- "height": "1.50 m",
- "weight": "39.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.13",
- "stats": {
- "base-attack": "166",
- "base-defense": "154",
- "base-stamina": "195",
- "max-cp": "2129",
- "max-hp": "165"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "steel wing",
- "type": "steel",
- "base-damage": "11",
- "energy": "6",
- "move-duration-seg": "0.8"
- },
- {
- "name": "air slash",
- "type": "flying",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.2"
- },
- {
- "name": "wing attack",
- "type": "flying",
- "base-damage": "8",
- "energy": "9",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "hurricane",
- "type": "flying",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "2.7"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "brave bird",
- "type": "flying",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2"
- },
- {
- "name": "air cutter",
- "type": "flying",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "pidgey candy",
- "prev-evolution": [{
- "num": "017",
- "name": "pidgeotto",
- "candy-cost": "50",
- "prev-evolution": [{
- "num": "016",
- "name": "pidgey",
- "candy-cost": "12"
- }]
- }]
- }
- },
- {
- "num": "019",
- "name": "rattata",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Rattata is cautious in the extreme. Even while it is asleep, it constantly listens by moving its ears around. It is not picky about where it lives-it will make its nest anywhere.",
- "img": "https://www.serebii.net/pokemongo/pokemon/019.png",
- "size": {
- "height": "0.30 m",
- "weight": "3.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "13.05",
- "stats": {
- "base-attack": "103",
- "base-defense": "70",
- "base-stamina": "102",
- "max-cp": "734",
- "max-hp": "92"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "hyper fang",
- "type": "normal",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "rattata candy",
- "next-evolution": [{
- "num": "020",
- "name": "raticate",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "020",
- "name": "raticate",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Raticate's sturdy fangs grow steadily. To keep them ground down, it gnaws on rocks and logs. It may even chew on the walls of houses.",
- "img": "https://www.serebii.net/pokemongo/pokemon/020.png",
- "size": {
- "height": "0.71 m",
- "weight": "18.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.41",
- "stats": {
- "base-attack": "161",
- "base-defense": "139",
- "base-stamina": "146",
- "max-cp": "1730",
- "max-hp": "127"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "hyper fang",
- "type": "normal",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "rattata candy",
- "prev-evolution": [{
- "num": "019",
- "name": "rattata",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "021",
- "name": "spearow",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Spearow has a very loud cry that can be heard over half a mile away. If its high, keening cry is heard echoing all around, it is a sign that they are warning each other of danger.",
- "img": "https://www.serebii.net/pokemongo/pokemon/021.png",
- "size": {
- "height": "0.30 m",
- "weight": "2.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "4.73",
- "stats": {
- "base-attack": "112",
- "base-defense": "60",
- "base-stamina": "120",
- "max-cp": "798",
- "max-hp": "106"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "drill peck",
- "type": "flying",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "sky attack",
- "type": "flying",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- },
- {
- "name": "twister",
- "type": "dragon",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.8"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "spearow candy",
- "next-evolution": [{
- "num": "022",
- "name": "fearow",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "022",
- "name": "fearow",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Fearow is recognized by its long neck and elongated beak. They are conveniently shaped for catching prey in soil or water. It deftly moves its long and skinny beak to pluck prey.",
- "img": "https://www.serebii.net/pokemongo/pokemon/022.png",
- "size": {
- "height": "1.19 m",
- "weight": "38.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.15",
- "stats": {
- "base-attack": "182",
- "base-defense": "133",
- "base-stamina": "163",
- "max-cp": "1997",
- "max-hp": "140"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "steel wing",
- "type": "steel",
- "base-damage": "11",
- "energy": "6",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "drill run",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.8"
- },
- {
- "name": "sky attack",
- "type": "flying",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- },
- {
- "name": "twister",
- "type": "dragon",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.8"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "spearow candy",
- "prev-evolution": [{
- "num": "021",
- "name": "spearow",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "023",
- "name": "ekans",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Ekans curls itself up in a spiral while it rests. Assuming this position allows it to quickly respond to a threat from any direction with a glare from its upraised head.",
- "img": "https://www.serebii.net/pokemongo/pokemon/023.png",
- "size": {
- "height": "2.01 m",
- "weight": "6.9 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "2.27",
- "stats": {
- "base-attack": "110",
- "base-defense": "97",
- "base-stamina": "111",
- "max-cp": "927",
- "max-hp": "99"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "wrap",
- "type": "normal",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.9"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "poison fang",
- "type": "poison",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.7"
- },
- {
- "name": "gunk shot",
- "type": "poison",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "ekans candy",
- "next-evolution": [{
- "num": "024",
- "name": "arbok",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "024",
- "name": "arbok",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "This Pokémon is terrifically strong in order to constrict things with its body. It can even flatten steel oil drums. Once Arbok wraps its body around its foe, escaping its crunching embrace is impossible.",
- "img": "https://www.serebii.net/pokemongo/pokemon/024.png",
- "size": {
- "height": "3.51 m",
- "weight": "65.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.072",
- "stats": {
- "base-attack": "167",
- "base-defense": "153",
- "base-stamina": "155",
- "max-cp": "1921",
- "max-hp": "134"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "sludge wave",
- "type": "poison",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "3.2"
- },
- {
- "name": "gunk shot",
- "type": "poison",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "ekans candy",
- "prev-evolution": [{
- "num": "023",
- "name": "ekans",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "025",
- "name": "pikachu",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Whenever Pikachu comes across something new, it blasts it with a jolt of electricity. If you come across a blackened berry, it's evidence that this Pokémon mistook the intensity of its charge.",
- "img": "https://www.serebii.net/pokemongo/pokemon/025.png",
- "size": {
- "height": "0.41 m",
- "weight": "6.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.21",
- "stats": {
- "base-attack": "112",
- "base-defense": "96",
- "base-stamina": "111",
- "max-cp": "938",
- "max-hp": "99"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "wild charge",
- "type": "electric",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "thunder",
- "type": "electric",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "pikachu candy",
- "next-evolution": [{
- "num": "026",
- "name": "raichu",
- "candy-cost": "50"
- }],
- "prev-evolution": [{
- "num": "172",
- "name": "pichu",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "026",
- "name": "raichu",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "If the electrical sacs become excessively charged, Raichu plants its tail in the ground and discharges. Scorched patches of ground will be found near this Pokémon's nest.",
- "img": "https://www.serebii.net/pokemongo/pokemon/026.png",
- "size": {
- "height": "0.79 m",
- "weight": "30.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.0076",
- "stats": {
- "base-attack": "193",
- "base-defense": "151",
- "base-stamina": "155",
- "max-cp": "2182",
- "max-hp": "134"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "spark",
- "type": "electric",
- "base-damage": "6",
- "energy": "9",
- "move-duration-seg": "0.7"
- },
- {
- "name": "volt switch",
- "type": "electric",
- "base-damage": "20",
- "energy": "25",
- "move-duration-seg": "2.3"
- },
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "thunder punch",
- "type": "electric",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.8"
- },
- {
- "name": "wild charge",
- "type": "electric",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "thunder",
- "type": "electric",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "pikachu candy",
- "prev-evolution": [{
- "num": "025",
- "name": "pikachu",
- "candy-cost": "50",
- "prev-evolution": [{
- "num": "172",
- "name": "pichu",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "027",
- "name": "sandshrew",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Sandshrew's body is configured to absorb water without waste, enabling it to survive in an arid desert. This Pokémon curls up to protect itself from its enemies.",
- "img": "https://www.serebii.net/pokemongo/pokemon/027.png",
- "size": {
- "height": "0.61 m",
- "weight": "12.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "1.11",
- "stats": {
- "base-attack": "126",
- "base-defense": "120",
- "base-stamina": "137",
- "max-cp": "1261",
- "max-hp": "120"
- },
- "resistant": [
- "electric",
- "poison",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice"
- ],
- "quick-move": [
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "sand tomb",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "4"
- },
- {
- "name": "rock tomb",
- "type": "rock",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "sandshrew candy",
- "next-evolution": [{
- "num": "028",
- "name": "sandslash",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "028",
- "name": "sandslash",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Sandslash's body is covered by tough spikes, which are hardened sections of its hide. Once a year, the old spikes fall out, to be replaced with new spikes that grow out from beneath the old ones.",
- "img": "https://www.serebii.net/pokemongo/pokemon/028.png",
- "size": {
- "height": "0.99 m",
- "weight": "29.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.037",
- "stats": {
- "base-attack": "182",
- "base-defense": "175",
- "base-stamina": "181",
- "max-cp": "2374",
- "max-hp": "154"
- },
- "resistant": [
- "electric",
- "poison",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice"
- ],
- "quick-move": [
- {
- "name": "metal claw",
- "type": "steel",
- "base-damage": "8",
- "energy": "7",
- "move-duration-seg": "0.7"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "rock tomb",
- "type": "rock",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "bulldoze",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "sandshrew candy",
- "prev-evolution": [{
- "num": "027",
- "name": "sandshrew",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "029",
- "name": "nidoran ♀ (female)",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Nidoran ♀ has barbs that secrete a powerful poison. They are thought to have developed as protection for this small-bodied Pokémon. When enraged, it releases a horrible toxin from its horn.",
- "img": "https://www.serebii.net/pokemongo/pokemon/029.png",
- "size": {
- "height": "0.41 m",
- "weight": "7.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "1.38",
- "stats": {
- "base-attack": "86",
- "base-defense": "89",
- "base-stamina": "146",
- "max-cp": "816",
- "max-hp": "127"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "poison fang",
- "type": "poison",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.7"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "nidoran ♀ (female) candy",
- "next-evolution": [{
- "num": "030",
- "name": "nidorina",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "031",
- "name": "nidoqueen",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "030",
- "name": "nidorina",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "When Nidorina are with their friends or family, they keep their barbs tucked away to prevent hurting each other. This Pokémon appears to become nervous if separated from the others.",
- "img": "https://www.serebii.net/pokemongo/pokemon/030.png",
- "size": {
- "height": "0.79 m",
- "weight": "20.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "0.088",
- "stats": {
- "base-attack": "117",
- "base-defense": "120",
- "base-stamina": "172",
- "max-cp": "1309",
- "max-hp": "147"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "poison fang",
- "type": "poison",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.7"
- },
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "nidoran ♀ (female) candy",
- "next-evolution": [{
- "num": "031",
- "name": "nidoqueen",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "029",
- "name": "nidoran ♀ (female)",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "031",
- "name": "nidoqueen",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Nidoqueen's body is encased in extremely hard scales. It is adept at sending foes flying with harsh tackles. This Pokémon is at its strongest when it is defending its young.",
- "img": "https://www.serebii.net/pokemongo/pokemon/031.png",
- "size": {
- "height": "1.30 m",
- "weight": "60.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.012",
- "stats": {
- "base-attack": "180",
- "base-defense": "173",
- "base-stamina": "207",
- "max-cp": "2488",
- "max-hp": "175"
- },
- "resistant": [
- "electric",
- "fighting",
- "poison",
- "bug",
- "rock"
- ],
- "weaknesses": [
- "water",
- "ice",
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "poison jab",
- "type": "poison",
- "base-damage": "10",
- "energy": "7",
- "move-duration-seg": "0.8"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "sludge wave",
- "type": "poison",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "3.2"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "nidoran ♀ (female) candy",
- "prev-evolution": [{
- "num": "030",
- "name": "nidorina",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "029",
- "name": "nidoran ♀ (female)",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "032",
- "name": "nidoran ♂ (male)",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Nidoran ♂ (Male) has developed muscles for moving its ears. Thanks to them, the ears can be freely moved in any direction. Even the slightest sound does not escape this Pokémon's notice.",
- "img": "https://www.serebii.net/pokemongo/pokemon/032.png",
- "size": {
- "height": "0.51 m",
- "weight": "9.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "1.31",
- "stats": {
- "base-attack": "105",
- "base-defense": "76",
- "base-stamina": "130",
- "max-cp": "860",
- "max-hp": "114"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "horn attack",
- "type": "normal",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.85"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "nidoran ♂ (male) candy",
- "next-evolution": [{
- "num": "033",
- "name": "nidorino",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "034",
- "name": "nidoking",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "033",
- "name": "nidorino",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Nidorino has a horn that is harder than a diamond. If it senses a hostile presence, all the barbs on its back bristle up at once, and it challenges the foe with all its might.",
- "img": "https://www.serebii.net/pokemongo/pokemon/033.png",
- "size": {
- "height": "0.89 m",
- "weight": "19.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "0.083",
- "stats": {
- "base-attack": "137",
- "base-defense": "111",
- "base-stamina": "156",
- "max-cp": "1393",
- "max-hp": "135"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "poison jab",
- "type": "poison",
- "base-damage": "10",
- "energy": "7",
- "move-duration-seg": "0.8"
- },
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "horn attack",
- "type": "normal",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.85"
- },
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "nidoran ♂ (male) candy",
- "next-evolution": [{
- "num": "034",
- "name": "nidoking",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "032",
- "name": "nidoran ♂ (male)",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "034",
- "name": "nidoking",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Nidoking's thick tail packs enormously destructive power. With one swing, it can topple a metal transmission tower. Once this Pokémon goes on a rampage, there is no stopping it.",
- "img": "https://www.serebii.net/pokemongo/pokemon/034.png",
- "size": {
- "height": "1.40 m",
- "weight": "62.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.017",
- "stats": {
- "base-attack": "204",
- "base-defense": "156",
- "base-stamina": "191",
- "max-cp": "2567",
- "max-hp": "162"
- },
- "resistant": [
- "electric",
- "fighting",
- "poison",
- "bug",
- "rock"
- ],
- "weaknesses": [
- "water",
- "ice",
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "poison jab",
- "type": "poison",
- "base-damage": "10",
- "energy": "7",
- "move-duration-seg": "0.8"
- },
- {
- "name": "iron tail",
- "type": "steel",
- "base-damage": "15",
- "energy": "7",
- "move-duration-seg": "1.1"
- },
- {
- "name": "fury cutter",
- "type": "bug",
- "base-damage": "3",
- "energy": "6",
- "move-duration-seg": "0.4"
- }
- ],
- "special-attack": [
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "sludge wave",
- "type": "poison",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "3.2"
- },
- {
- "name": "megahorn",
- "type": "bug",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "nidoran ♂ (male) candy",
- "prev-evolution": [{
- "num": "033",
- "name": "nidorino",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "032",
- "name": "nidoran ♂ (male)",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "035",
- "name": "clefairy",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "On every night of a full moon, groups of this Pokémon come out to play. When dawn arrives, the tired Clefairy return to their quiet mountain retreats and go to sleep nestled up against each other.",
- "img": "https://www.serebii.net/pokemongo/pokemon/035.png",
- "size": {
- "height": "0.61 m",
- "weight": "7.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": "0.92",
- "stats": {
- "base-attack": "107",
- "base-defense": "108",
- "base-stamina": "172",
- "max-cp": "1155",
- "max-hp": "147"
- },
- "resistant": [
- "fighting",
- "bug",
- "dragon",
- "dark"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "disarming voice",
- "type": "fairy",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.9"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "moonblast",
- "type": "fairy",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.9"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "clefairy candy",
- "next-evolution": [{
- "num": "036",
- "name": "clefable",
- "candy-cost": "50"
- }],
- "prev-evolution": [{
- "num": "173",
- "name": "cleffa",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "036",
- "name": "clefable",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Clefable moves by skipping lightly as if it were flying using its wings. Its bouncy step even lets it walk on water. It is known to take strolls on lakes on quiet, moonlit nights.",
- "img": "https://www.serebii.net/pokemongo/pokemon/036.png",
- "size": {
- "height": "1.30 m",
- "weight": "40.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.012",
- "stats": {
- "base-attack": "178",
- "base-defense": "162",
- "base-stamina": "216",
- "max-cp": "2437",
- "max-hp": "182"
- },
- "resistant": [
- "fighting",
- "bug",
- "dragon",
- "dark"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- },
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- },
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "moonblast",
- "type": "fairy",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "clefairy candy",
- "prev-evolution": [{
- "num": "035",
- "name": "clefairy",
- "candy-cost": "50",
- "prev-evolution": [{
- "num": "173",
- "name": "cleffa",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "037",
- "name": "vulpix",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "At the time of its birth, Vulpix has one white tail. The tail separates into six if this Pokémon receives plenty of love from its trainer. The six tails become magnificently curled.",
- "img": "https://www.serebii.net/pokemongo/pokemon/037.png",
- "size": {
- "height": "0.61 m",
- "weight": "9.9 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": "0.22",
- "stats": {
- "base-attack": "96",
- "base-defense": "109",
- "base-stamina": "116",
- "max-cp": "883",
- "max-hp": "103"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- }
- ],
- "special-attack": [
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- },
- {
- "name": "flame charge",
- "type": "fire",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.8"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "vulpix candy",
- "next-evolution": [{
- "num": "038",
- "name": "ninetales",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "038",
- "name": "ninetales",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Ninetales casts a sinister light from its bright red eyes to gain total control over its foe's mind. This Pokémon is said to live for one thousand years.",
- "img": "https://www.serebii.net/pokemongo/pokemon/038.png",
- "size": {
- "height": "1.09 m",
- "weight": "19.9 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.0077",
- "stats": {
- "base-attack": "169",
- "base-defense": "190",
- "base-stamina": "177",
- "max-cp": "2279",
- "max-hp": "151"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- },
- {
- "name": "fire spin",
- "type": "fire",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.1"
- },
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- }
- ],
- "special-attack": [
- {
- "name": "heat wave",
- "type": "fire",
- "base-damage": "95",
- "energy": "-100",
- "move-duration-seg": "3"
- },
- {
- "name": "overheat",
- "type": "fire",
- "base-damage": "160",
- "energy": "-100",
- "move-duration-seg": "4"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- },
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "vulpix candy",
- "prev-evolution": [{
- "num": "037",
- "name": "vulpix",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "039",
- "name": "jigglypuff",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Jigglypuff's vocal cords can freely adjust the wavelength of its voice. This Pokémon uses this ability to sing at precisely the right wavelength to make its foes most drowsy.",
- "img": "https://www.serebii.net/pokemongo/pokemon/039.png",
- "size": {
- "height": "0.51 m",
- "weight": "5.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.39",
- "stats": {
- "base-attack": "80",
- "base-defense": "41",
- "base-stamina": "251",
- "max-cp": "724",
- "max-hp": "210"
- },
- "resistant": [
- "bug",
- "ghost",
- "dragon",
- "dark"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "disarming voice",
- "type": "fairy",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.9"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "gyro ball",
- "type": "steel",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "play rough",
- "type": "fairy",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "jigglypuff candy",
- "next-evolution": [{
- "num": "040",
- "name": "wigglytuff",
- "candy-cost": "50"
- }],
- "prev-evolution": [{
- "num": "174",
- "name": "igglybuff",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "040",
- "name": "wigglytuff",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Wigglytuff has large, saucerlike eyes. The surfaces of its eyes are always covered with a thin layer of tears. If any dust gets in this Pokémon's eyes, it is quickly washed away.",
- "img": "https://www.serebii.net/pokemongo/pokemon/040.png",
- "size": {
- "height": "0.99 m",
- "weight": "12.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.018",
- "stats": {
- "base-attack": "156",
- "base-defense": "90",
- "base-stamina": "295",
- "max-cp": "1926",
- "max-hp": "244"
- },
- "resistant": [
- "bug",
- "ghost",
- "dragon",
- "dark"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "play rough",
- "type": "fairy",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "jigglypuff candy",
- "prev-evolution": [{
- "num": "039",
- "name": "jigglypuff",
- "candy-cost": "50",
- "prev-evolution": [{
- "num": "174",
- "name": "igglybuff",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "041",
- "name": "zubat",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Zubat remains quietly unmoving in a dark spot during the bright daylight hours. It does so because prolonged exposure to the sun causes its body to become slightly burned.",
- "img": "https://www.serebii.net/pokemongo/pokemon/041.png",
- "size": {
- "height": "0.79 m",
- "weight": "7.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "6.52",
- "stats": {
- "base-attack": "83",
- "base-defense": "73",
- "base-stamina": "120",
- "max-cp": "667",
- "max-hp": "106"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "poison fang",
- "type": "poison",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.7"
- },
- {
- "name": "air cutter",
- "type": "flying",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "swift",
- "type": "normal",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.8"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "zubat candy",
- "next-evolution": [{
- "num": "042",
- "name": "golbat",
- "candy-cost": "50",
- "next-evolution": [{
- "num": "169",
- "name": "crobat",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "042",
- "name": "golbat",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Golbat loves to drink the blood of living things. It is particularly active in the pitch black of night. This Pokémon flits around in the night skies, seeking fresh blood.",
- "img": "https://www.serebii.net/pokemongo/pokemon/042.png",
- "size": {
- "height": "1.60 m",
- "weight": "55.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.42",
- "stats": {
- "base-attack": "161",
- "base-defense": "150",
- "base-stamina": "181",
- "max-cp": "1976",
- "max-hp": "154"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "wing attack",
- "type": "flying",
- "base-damage": "8",
- "energy": "9",
- "move-duration-seg": "0.8"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "poison fang",
- "type": "poison",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.7"
- },
- {
- "name": "air cutter",
- "type": "flying",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "ominous wind",
- "type": "ghost",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "zubat candy",
- "next-evolution": [{
- "num": "169",
- "name": "crobat"
- }],
- "prev-evolution": [{
- "num": "041",
- "name": "zubat",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "043",
- "name": "oddish",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "During the daytime, Oddish buries itself in soil to absorb nutrients from the ground using its entire body. The more fertile the soil, the glossier its leaves become.",
- "img": "https://www.serebii.net/pokemongo/pokemon/043.png",
- "size": {
- "height": "0.51 m",
- "weight": "5.4 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.6"
- },
- "spawn-chance": "1.02",
- "stats": {
- "base-attack": "131",
- "base-defense": "112",
- "base-stamina": "128",
- "max-cp": "1228",
- "max-hp": "113"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "flying",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "seed bomb",
- "type": "grass",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "moonblast",
- "type": "fairy",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "oddish candy",
- "next-evolution": [{
- "num": "044",
- "name": "gloom",
- "candy-cost": "25",
- "next-evolution": [
- {
- "num": "045",
- "name": "vileplume",
- "candy-cost": "100"
- },
- {
- "num": "182",
- "name": "bellossom",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sun stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sun-stone.png"
- }
- }
- ]
- }]
- }
- },
- {
- "num": "044",
- "name": "gloom",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Gloom releases a foul fragrance from the pistil of its flower. When faced with danger, the stench worsens. If this Pokémon is feeling calm and secure, it does not release its usual stinky aroma.",
- "img": "https://www.serebii.net/pokemongo/pokemon/044.png",
- "size": {
- "height": "0.79 m",
- "weight": "8.6 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": "0.064",
- "stats": {
- "base-attack": "153",
- "base-defense": "136",
- "base-stamina": "155",
- "max-cp": "1681",
- "max-hp": "134"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "flying",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "petal blizzard",
- "type": "grass",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "2.6"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "moonblast",
- "type": "fairy",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "oddish candy",
- "next-evolution": [
- {
- "num": "045",
- "name": "vileplume",
- "candy-cost": "100"
- },
- {
- "num": "182",
- "name": "bellossom",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sun stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sun-stone.png"
- }
- }
- ],
- "prev-evolution": [{
- "num": "043",
- "name": "oddish",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "045",
- "name": "vileplume",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Vileplume's toxic pollen triggers atrocious allergy attacks. That's why it is advisable never to approach any attractive flowers in a jungle, however pretty they may be.",
- "img": "https://www.serebii.net/pokemongo/pokemon/045.png",
- "size": {
- "height": "1.19 m",
- "weight": "18.6 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": "0.0097",
- "stats": {
- "base-attack": "202",
- "base-defense": "167",
- "base-stamina": "181",
- "max-cp": "2559",
- "max-hp": "154"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "flying",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "petal blizzard",
- "type": "grass",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "2.6"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- },
- {
- "name": "moonblast",
- "type": "fairy",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "oddish candy",
- "prev-evolution": [{
- "num": "044",
- "name": "gloom",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "043",
- "name": "oddish",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "046",
- "name": "paras",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Paras has parasitic mushrooms growing on its back called tochukaso. They grow large by drawing nutrients from this Bug Pokémon host. They are highly valued as a medicine for extending life.",
- "img": "https://www.serebii.net/pokemongo/pokemon/046.png",
- "size": {
- "height": "0.30 m",
- "weight": "5.4 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "2.36",
- "stats": {
- "base-attack": "121",
- "base-defense": "99",
- "base-stamina": "111",
- "max-cp": "1018",
- "max-hp": "99"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying",
- "bug",
- "rock"
- ],
- "quick-move": [
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "cross poison",
- "type": "poison",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.5"
- },
- {
- "name": "x scissor",
- "type": "water",
- "base-damage": "50",
- "energy": "-100",
- "move-duration-seg": "4.7"
- },
- {
- "name": "seed bomb",
- "type": "grass",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.1"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "paras candy",
- "next-evolution": [{
- "num": "047",
- "name": "parasect",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "047",
- "name": "parasect",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Parasect is known to infest large trees en masse and drain nutrients from the lower trunk and roots. When an infested tree dies, they move onto another tree all at once.",
- "img": "https://www.serebii.net/pokemongo/pokemon/047.png",
- "size": {
- "height": "0.99 m",
- "weight": "29.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.074",
- "stats": {
- "base-attack": "165",
- "base-defense": "146",
- "base-stamina": "155",
- "max-cp": "1859",
- "max-hp": "134"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying",
- "bug",
- "rock"
- ],
- "quick-move": [
- {
- "name": "fury cutter",
- "type": "bug",
- "base-damage": "3",
- "energy": "6",
- "move-duration-seg": "0.4"
- },
- {
- "name": "struggle bug",
- "type": "bug",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "cross poison",
- "type": "poison",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.5"
- },
- {
- "name": "x scissor",
- "type": "water",
- "base-damage": "50",
- "energy": "-100",
- "move-duration-seg": "4.7"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "paras candy",
- "prev-evolution": [{
- "num": "046",
- "name": "paras",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "048",
- "name": "venonat",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Venonat is said to have evolved with a coat of thin, stiff hair that covers its entire body for protection. It possesses large eyes that never fail to spot even miniscule prey.",
- "img": "https://www.serebii.net/pokemongo/pokemon/048.png",
- "size": {
- "height": "0.99 m",
- "weight": "30.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "2.28",
- "stats": {
- "base-attack": "100",
- "base-defense": "100",
- "base-stamina": "155",
- "max-cp": "1004",
- "max-hp": "134"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "psybeam",
- "type": "psychic",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "poison fang",
- "type": "poison",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.7"
- },
- {
- "name": "signal beam",
- "type": "bug",
- "base-damage": "75",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "venonat candy",
- "next-evolution": [{
- "num": "049",
- "name": "venomoth",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "049",
- "name": "venomoth",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Venomoth is nocturnal-it is a Pokémon that only becomes active at night. Its favorite prey are small insects that gather around streetlights, attracted by the light in the darkness.",
- "img": "https://www.serebii.net/pokemongo/pokemon/049.png",
- "size": {
- "height": "1.50 m",
- "weight": "12.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.072",
- "stats": {
- "base-attack": "179",
- "base-defense": "143",
- "base-stamina": "172",
- "max-cp": "2082",
- "max-hp": "147"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- },
- {
- "name": "infestation",
- "type": "bug",
- "base-damage": "10",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "bug buzz",
- "type": "bug",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.7"
- },
- {
- "name": "silver wind",
- "type": "bug",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.7"
- },
- {
- "name": "poison fang",
- "type": "poison",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "venonat candy",
- "prev-evolution": [{
- "num": "048",
- "name": "venonat",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "050",
- "name": "diglett",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Diglett are raised in most farms. The reason is simple-wherever this Pokémon burrows, the soil is left perfectly tilled for planting crops. This soil is made ideal for growing delicious vegetables.",
- "img": "https://www.serebii.net/pokemongo/pokemon/050.png",
- "size": {
- "height": "0.20 m",
- "weight": "0.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.4",
- "stats": {
- "base-attack": "109",
- "base-defense": "78",
- "base-stamina": "67",
- "max-cp": "676",
- "max-hp": "64"
- },
- "resistant": [
- "electric",
- "poison",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice"
- ],
- "quick-move": [
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "mud bomb",
- "type": "ground",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "rock tomb",
- "type": "rock",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "diglett candy",
- "next-evolution": [{
- "num": "051",
- "name": "dugtrio",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "051",
- "name": "dugtrio",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Dugtrio are actually triplets that emerged from one body. As a result, each triplet thinks exactly like the other two triplets. They work cooperatively to burrow endlessly.",
- "img": "https://www.serebii.net/pokemongo/pokemon/051.png",
- "size": {
- "height": "0.71 m",
- "weight": "33.3 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.014",
- "stats": {
- "base-attack": "167",
- "base-defense": "134",
- "base-stamina": "111",
- "max-cp": "1557",
- "max-hp": "99"
- },
- "resistant": [
- "electric",
- "poison",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice"
- ],
- "quick-move": [
- {
- "name": "sucker punch",
- "type": "dark",
- "base-damage": "7",
- "energy": "8",
- "move-duration-seg": "0.7"
- },
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "mud bomb",
- "type": "ground",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "dugtrio",
- "prev-evolution": [{
- "num": "050",
- "name": "diglett",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "052",
- "name": "meowth",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Meowth withdraws its sharp claws into its paws to slinkily sneak about without making any incriminating footsteps. For some reason, this Pokémon loves shiny coins that glitter with light.",
- "img": "https://www.serebii.net/pokemongo/pokemon/052.png",
- "size": {
- "height": "0.41 m",
- "weight": "4.2 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.86",
- "stats": {
- "base-attack": "92",
- "base-defense": "78",
- "base-stamina": "120",
- "max-cp": "748",
- "max-hp": "106"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "night slash",
- "type": "dark",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.2"
- },
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "foul play",
- "type": "dark",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "meowth candy",
- "next-evolution": [{
- "num": "053",
- "name": "persian",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "053",
- "name": "persian",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Persian has six bold whiskers that give it a look of toughness. The whiskers sense air movements to determine what is in the Pokémon's surrounding vicinity. It becomes docile if grabbed by the whiskers.",
- "img": "https://www.serebii.net/pokemongo/pokemon/053.png",
- "size": {
- "height": "0.99 m",
- "weight": "32.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.022",
- "stats": {
- "base-attack": "150",
- "base-defense": "136",
- "base-stamina": "163",
- "max-cp": "1689",
- "max-hp": "140"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "power gem",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "play rough",
- "type": "fairy",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "foul play",
- "type": "dark",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- },
- {
- "name": "night slash",
- "type": "dark",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "meowth candy",
- "prev-evolution": [{
- "num": "052",
- "name": "meowth",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "054",
- "name": "psyduck",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Psyduck uses a mysterious power. When it does so, this Pokémon generates brain waves that are supposedly only seen in sleepers. This discovery spurred controversy among scholars.",
- "img": "https://www.serebii.net/pokemongo/pokemon/054.png",
- "size": {
- "height": "0.79 m",
- "weight": "19.6 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "2.54",
- "stats": {
- "base-attack": "122",
- "base-defense": "95",
- "base-stamina": "137",
- "max-cp": "1106",
- "max-hp": "120"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "psybeam",
- "type": "psychic",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "aqua tail",
- "type": "water",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "cross chop",
- "type": "fight",
- "base-damage": "50",
- "energy": "-50",
- "move-duration-seg": "1.5"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "psyduck candy",
- "next-evolution": [{
- "num": "055",
- "name": "golduck",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "055",
- "name": "golduck",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "The webbed flippers on its forelegs and hind legs and the streamlined body of Golduck give it frightening speed. The Pokémon is definitely much faster than even the most athletic swimmer.",
- "img": "https://www.serebii.net/pokemongo/pokemon/055.png",
- "size": {
- "height": "1.70 m",
- "weight": "76.6 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.087",
- "stats": {
- "base-attack": "191",
- "base-defense": "162",
- "base-stamina": "190",
- "max-cp": "2450",
- "max-hp": "162"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "psyduck candy",
- "prev-evolution": [{
- "num": "054",
- "name": "psyduck",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "056",
- "name": "mankey",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "When Mankey starts shaking and its nasal breathing turns rough, it's a sure sign that it is becoming angry. However, because it goes into a towering rage almost instantly, it is impossible for anyone to flee its wrath.",
- "img": "https://www.serebii.net/pokemongo/pokemon/056.png",
- "size": {
- "height": "0.51 m",
- "weight": "28.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.92",
- "stats": {
- "base-attack": "148",
- "base-defense": "82",
- "base-stamina": "120",
- "max-cp": "1164",
- "max-hp": "106"
- },
- "resistant": [
- "bug",
- "rock",
- "dark"
- ],
- "weaknesses": [
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "karate chop",
- "type": "fight",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "cross chop",
- "type": "fight",
- "base-damage": "50",
- "energy": "-50",
- "move-duration-seg": "1.5"
- },
- {
- "name": "low sweep",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "mankey candy",
- "next-evolution": [{
- "num": "057",
- "name": "primeape",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "057",
- "name": "primeape",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "When Primeape becomes furious, its blood circulation is boosted. In turn, its muscles are made even stronger. However, it also becomes much less intelligent at the same time.",
- "img": "https://www.serebii.net/pokemongo/pokemon/057.png",
- "size": {
- "height": "0.99 m",
- "weight": "32.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.031",
- "stats": {
- "base-attack": "207",
- "base-defense": "138",
- "base-stamina": "163",
- "max-cp": "2288",
- "max-hp": "140"
- },
- "resistant": [
- "bug",
- "rock",
- "dark"
- ],
- "weaknesses": [
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "low kick",
- "type": "fight",
- "base-damage": "6",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "counter",
- "type": "fight",
- "base-damage": "12",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "karate chop",
- "type": "fight",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "low sweep",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "night slash",
- "type": "dark",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.2"
- },
- {
- "name": "close combat",
- "type": "fight",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "cross chop",
- "type": "fight",
- "base-damage": "50",
- "energy": "-50",
- "move-duration-seg": "1.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "mankey candy",
- "prev-evolution": [{
- "num": "056",
- "name": "mankey",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "058",
- "name": "growlithe",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Growlithe has a superb sense of smell. Once it smells anything, this Pokémon won't forget the scent, no matter what. It uses its advanced olfactory sense to determine the emotions of other living things.",
- "img": "https://www.serebii.net/pokemongo/pokemon/058.png",
- "size": {
- "height": "0.71 m",
- "weight": "19.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": "0.92",
- "stats": {
- "base-attack": "136",
- "base-defense": "93",
- "base-stamina": "146",
- "max-cp": "1243",
- "max-hp": "127"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "flame wheel",
- "type": "fire",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "growlithe candy",
- "next-evolution": [{
- "num": "059",
- "name": "arcanine",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "059",
- "name": "arcanine",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Arcanine is known for its high speed. It is said to be capable of running over 6,200 miles in a single day and night. The fire that blazes wildly within this Pokémon's body is its source of power.",
- "img": "https://www.serebii.net/pokemongo/pokemon/059.png",
- "size": {
- "height": "1.91 m",
- "weight": "155.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.017",
- "stats": {
- "base-attack": "227",
- "base-defense": "166",
- "base-stamina": "207",
- "max-cp": "3029",
- "max-hp": "175"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "fire fang",
- "type": "fire",
- "base-damage": "11",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "snarl",
- "type": "dark",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "wild charge",
- "type": "electric",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "bulldoze",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "growlithe candy",
- "prev-evolution": [{
- "num": "058",
- "name": "growlithe",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "060",
- "name": "poliwag",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Poliwag has a very thin skin. It is possible to see the Pokémon's spiral innards right through the skin. Despite its thinness, however, the skin is also very flexible. Even sharp fangs bounce right off it.",
- "img": "https://www.serebii.net/pokemongo/pokemon/060.png",
- "size": {
- "height": "0.61 m",
- "weight": "12.4 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "2.19",
- "stats": {
- "base-attack": "101",
- "base-defense": "82",
- "base-stamina": "120",
- "max-cp": "829",
- "max-hp": "106"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "mud bomb",
- "type": "ground",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "poliwag candy",
- "next-evolution": [{
- "num": "061",
- "name": "poliwhirl",
- "candy-cost": "25",
- "next-evolution": [
- {
- "num": "062",
- "name": "poliwrath",
- "candy-cost": "100"
- },
- {
- "num": "186",
- "name": "politoed",
- "candy-cost": "100",
- "evolution-item": {
- "name": "kings rock",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/kings-rock.png"
- }
- }
- ]
- }]
- }
- },
- {
- "num": "061",
- "name": "poliwhirl",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "The surface of Poliwhirl's body is always wet and slick with an oily fluid. Because of this greasy covering, it can easily slip and slide out of the clutches of any enemy in battle.",
- "img": "https://www.serebii.net/pokemongo/pokemon/061.png",
- "size": {
- "height": "0.99 m",
- "weight": "20.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "0.13",
- "stats": {
- "base-attack": "130",
- "base-defense": "123",
- "base-stamina": "163",
- "max-cp": "1419",
- "max-hp": "140"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "mud bomb",
- "type": "ground",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "scald",
- "type": "water",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "poliwag candy",
- "next-evolution": [
- {
- "num": "062",
- "name": "poliwrath",
- "candy-cost": "100"
- },
- {
- "num": "186",
- "name": "politoed",
- "candy-cost": "100",
- "evolution-item": {
- "name": "kings rock",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/kings-rock.png"
- }
- }
- ],
- "prev-evolution": [{
- "num": "060",
- "name": "poliwag",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "062",
- "name": "poliwrath",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Poliwrath's highly developed, brawny muscles never grow fatigued, however much it exercises. It is so tirelessly strong, this Pokémon can swim back and forth across the ocean without effort.",
- "img": "https://www.serebii.net/pokemongo/pokemon/062.png",
- "size": {
- "height": "1.30 m",
- "weight": "54.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.011",
- "stats": {
- "base-attack": "182",
- "base-defense": "184",
- "base-stamina": "207",
- "max-cp": "2586",
- "max-hp": "175"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "bug",
- "rock"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "ice punch",
- "type": "ice",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "dynamic punch",
- "type": "fight",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "submission",
- "type": "fight",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "poliwag candy",
- "prev-evolution": [{
- "num": "061",
- "name": "poliwhirl",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "060",
- "name": "poliwag",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "063",
- "name": "abra",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Abra sleeps for eighteen hours a day. However, it can sense the presence of foes even while it is sleeping. In such a situation, this Pokémon immediately teleports to safety.",
- "img": "https://www.serebii.net/pokemongo/pokemon/063.png",
- "size": {
- "height": "0.89 m",
- "weight": "19.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.99",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.42",
- "stats": {
- "base-attack": "195",
- "base-defense": "82",
- "base-stamina": "93",
- "max-cp": "1342",
- "max-hp": "85"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- },
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "psyshock",
- "type": "psychic",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.7"
- },
- {
- "name": "signal beam",
- "type": "bug",
- "base-damage": "75",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "abra candy",
- "next-evolution": [{
- "num": "064",
- "name": "kadabra",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "065",
- "name": "alakazam",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "064",
- "name": "kadabra",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Kadabra emits a peculiar alpha wave if it develops a headache. Only those people with a particularly strong psyche can hope to become a trainer of this Pokémon.",
- "img": "https://www.serebii.net/pokemongo/pokemon/064.png",
- "size": {
- "height": "1.30 m",
- "weight": "56.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "0.027",
- "stats": {
- "base-attack": "232",
- "base-defense": "117",
- "base-stamina": "120",
- "max-cp": "2059",
- "max-hp": "106"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "psycho cut",
- "type": "psychic",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "psybeam",
- "type": "psychic",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "abra candy",
- "next-evolution": [{
- "num": "065",
- "name": "alakazam",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "063",
- "name": "abra",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "065",
- "name": "alakazam",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Alakazam's brain continually grows, making its head far too heavy to support with its neck. This Pokémon holds its head up using its psychokinetic power instead.",
- "img": "https://www.serebii.net/pokemongo/pokemon/065.png",
- "size": {
- "height": "1.50 m",
- "weight": "48.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.0073",
- "stats": {
- "base-attack": "271",
- "base-defense": "167",
- "base-stamina": "146",
- "max-cp": "3057",
- "max-hp": "127"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "psycho cut",
- "type": "psychic",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "futuresight",
- "type": "psychic",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "2.7"
- },
- {
- "name": "focus blast",
- "type": "fight",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.5"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "abra candy",
- "prev-evolution": [{
- "num": "064",
- "name": "kadabra",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "063",
- "name": "abra",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "066",
- "name": "machop",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Machop's muscles are special-they never get sore no matter how much they are used in exercise. This Pokémon has sufficient power to hurl a hundred adult humans.",
- "img": "https://www.serebii.net/pokemongo/pokemon/066.png",
- "size": {
- "height": "0.79 m",
- "weight": "19.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.49",
- "stats": {
- "base-attack": "137",
- "base-defense": "82",
- "base-stamina": "172",
- "max-cp": "1278",
- "max-hp": "147"
- },
- "resistant": [
- "bug",
- "rock",
- "dark"
- ],
- "weaknesses": [
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "karate chop",
- "type": "fight",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- },
- {
- "name": "low kick",
- "type": "fight",
- "base-damage": "6",
- "energy": "6",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "low sweep",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "cross chop",
- "type": "fight",
- "base-damage": "50",
- "energy": "-50",
- "move-duration-seg": "1.5"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "machop candy",
- "next-evolution": [{
- "num": "067",
- "name": "machoke",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "068",
- "name": "machamp",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "067",
- "name": "machoke",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Machoke's thoroughly toned muscles possess the hardness of steel. This Pokémon has so much strength, it can easily hold aloft a sumo wrestler on just one finger.",
- "img": "https://www.serebii.net/pokemongo/pokemon/067.png",
- "size": {
- "height": "1.50 m",
- "weight": "70.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "0.034",
- "stats": {
- "base-attack": "177",
- "base-defense": "125",
- "base-stamina": "190",
- "max-cp": "2031",
- "max-hp": "162"
- },
- "resistant": [
- "bug",
- "rock",
- "dark"
- ],
- "weaknesses": [
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "low kick",
- "type": "fight",
- "base-damage": "6",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "karate chop",
- "type": "fight",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "submission",
- "type": "fight",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.2"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "dynamic punch",
- "type": "fight",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "cross chop",
- "type": "fight",
- "base-damage": "50",
- "energy": "-50",
- "move-duration-seg": "1.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "machop candy",
- "next-evolution": [{
- "num": "068",
- "name": "machamp",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "066",
- "name": "machop",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "068",
- "name": "machamp",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Machamp has the power to hurl anything aside. However, trying to do any work requiring care and dexterity causes its arms to get tangled. This Pokémon tends to leap into action before it thinks.",
- "img": "https://www.serebii.net/pokemongo/pokemon/068.png",
- "size": {
- "height": "1.60 m",
- "weight": "130.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.0068",
- "stats": {
- "base-attack": "234",
- "base-defense": "159",
- "base-stamina": "207",
- "max-cp": "3056",
- "max-hp": "175"
- },
- "resistant": [
- "bug",
- "rock",
- "dark"
- ],
- "weaknesses": [
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "bullet punch",
- "type": "steel",
- "base-damage": "9",
- "energy": "10",
- "move-duration-seg": "0.9"
- },
- {
- "name": "counter",
- "type": "fight",
- "base-damage": "12",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "karate chop",
- "type": "fight",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "heavy slam",
- "type": "steel",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.1"
- },
- {
- "name": "dynamic punch",
- "type": "fight",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "close combat",
- "type": "fight",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "cross chop",
- "type": "fight",
- "base-damage": "50",
- "energy": "-50",
- "move-duration-seg": "1.5"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "submission",
- "type": "fight",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "machop candy",
- "prev-evolution": [{
- "num": "067",
- "name": "machoke",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "066",
- "name": "machop",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "069",
- "name": "bellsprout",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Bellsprout's thin and flexible body lets it bend and sway to avoid any attack, however strong it may be. From its mouth, this Pokémon spits a corrosive fluid that melts even iron.",
- "img": "https://www.serebii.net/pokemongo/pokemon/069.png",
- "size": {
- "height": "0.71 m",
- "weight": "4.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "1.15",
- "stats": {
- "base-attack": "139",
- "base-defense": "61",
- "base-stamina": "137",
- "max-cp": "1033",
- "max-hp": "120"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "flying",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "vine whip",
- "type": "grass",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "power whip",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "wrap",
- "type": "normal",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "bellsprout candy",
- "next-evolution": [{
- "num": "070",
- "name": "weepinbell",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "071",
- "name": "victreebel",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "070",
- "name": "weepinbell",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Weepinbell has a large hook on its rear end. At night, the Pokémon hooks on to a tree branch and goes to sleep. If it moves around in its sleep, it may wake up to find itself on the ground.",
- "img": "https://www.serebii.net/pokemongo/pokemon/070.png",
- "size": {
- "height": "0.99 m",
- "weight": "6.4 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "0.072",
- "stats": {
- "base-attack": "172",
- "base-defense": "92",
- "base-stamina": "163",
- "max-cp": "1611",
- "max-hp": "140"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "flying",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- },
- {
- "name": "bullet seed",
- "type": "grass",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- }
- ],
- "special-attack": [
- {
- "name": "power whip",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "seed bomb",
- "type": "grass",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.1"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "bellsprout candy",
- "next-evolution": [{
- "num": "071",
- "name": "victreebel",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "069",
- "name": "bellsprout",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "071",
- "name": "victreebel",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Victreebel has a long vine that extends from its head. This vine is waved and flicked about as if it were an animal to attract prey. When an unsuspecting prey draws near, this Pokémon swallows it whole.",
- "img": "https://www.serebii.net/pokemongo/pokemon/071.png",
- "size": {
- "height": "1.70 m",
- "weight": "15.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.0059",
- "stats": {
- "base-attack": "207",
- "base-defense": "135",
- "base-stamina": "190",
- "max-cp": "2431",
- "max-hp": "162"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "flying",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "leaf blade",
- "type": "grass",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "bellsprout candy",
- "prev-evolution": [{
- "num": "070",
- "name": "weepinbell",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "069",
- "name": "bellsprout",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "072",
- "name": "tentacool",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Tentacool's body is largely composed of water. If it is removed from the sea, it dries up like parchment. If this Pokémon happens to become dehydrated, put it back into the sea.",
- "img": "https://www.serebii.net/pokemongo/pokemon/072.png",
- "size": {
- "height": "0.89 m",
- "weight": "45.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.81",
- "stats": {
- "base-attack": "97",
- "base-defense": "149",
- "base-stamina": "120",
- "max-cp": "1040",
- "max-hp": "106"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "fighting",
- "poison"
- ],
- "weaknesses": [
- "electric",
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- },
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "wrap",
- "type": "normal",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "tentacool candy",
- "next-evolution": [{
- "num": "073",
- "name": "tentacruel",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "073",
- "name": "tentacruel",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Tentacruel has large red orbs on its head. The orbs glow before lashing the vicinity with a harsh ultrasonic blast. This Pokémon's outburst creates rough waves around it.",
- "img": "https://www.serebii.net/pokemongo/pokemon/073.png",
- "size": {
- "height": "1.60 m",
- "weight": "55.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.082",
- "stats": {
- "base-attack": "166",
- "base-defense": "209",
- "base-stamina": "190",
- "max-cp": "2422",
- "max-hp": "162"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "fighting",
- "poison"
- ],
- "weaknesses": [
- "electric",
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- },
- {
- "name": "poison jab",
- "type": "poison",
- "base-damage": "10",
- "energy": "7",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "sludge wave",
- "type": "poison",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "3.2"
- },
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "tentacool candy",
- "prev-evolution": [{
- "num": "072",
- "name": "tentacool",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "074",
- "name": "geodude",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "The longer a Geodude lives, the more its edges are chipped and worn away, making it more rounded in appearance. However, this Pokémon's heart will remain hard, craggy, and rough always.",
- "img": "https://www.serebii.net/pokemongo/pokemon/074.png",
- "size": {
- "height": "0.41 m",
- "weight": "20.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "1.19",
- "stats": {
- "base-attack": "132",
- "base-defense": "132",
- "base-stamina": "120",
- "max-cp": "1293",
- "max-hp": "106"
- },
- "resistant": [
- "normal",
- "fire",
- "electric",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice",
- "fighting",
- "ground",
- "steel"
- ],
- "quick-move": [
- {
- "name": "rock throw",
- "type": "rock",
- "base-damage": "12",
- "energy": "7",
- "move-duration-seg": "0.9"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "rock tomb",
- "type": "rock",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "geodude candy",
- "next-evolution": [{
- "num": "075",
- "name": "graveler",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "076",
- "name": "golem",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "075",
- "name": "graveler",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Graveler grows by feeding on rocks. Apparently, it prefers to eat rocks that are covered in moss. This Pokémon eats its way through a ton of rocks on a daily basis.",
- "img": "https://www.serebii.net/pokemongo/pokemon/075.png",
- "size": {
- "height": "0.99 m",
- "weight": "105.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": "0.071",
- "stats": {
- "base-attack": "164",
- "base-defense": "164",
- "base-stamina": "146",
- "max-cp": "1897",
- "max-hp": "127"
- },
- "resistant": [
- "normal",
- "fire",
- "electric",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice",
- "fighting",
- "ground",
- "steel"
- ],
- "quick-move": [
- {
- "name": "rock throw",
- "type": "rock",
- "base-damage": "12",
- "energy": "7",
- "move-duration-seg": "0.9"
- },
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "rock blast",
- "type": "rock",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "geodude candy",
- "next-evolution": [{
- "num": "076",
- "name": "golem",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "074",
- "name": "geodude",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "076",
- "name": "golem",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Golem live up on mountains. If there is a large earthquake, these Pokémon will come rolling down off the mountains en masse to the foothills below.",
- "img": "https://www.serebii.net/pokemongo/pokemon/076.png",
- "size": {
- "height": "1.40 m",
- "weight": "300.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.0047",
- "stats": {
- "base-attack": "211",
- "base-defense": "198",
- "base-stamina": "190",
- "max-cp": "2949",
- "max-hp": "162"
- },
- "resistant": [
- "normal",
- "fire",
- "electric",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice",
- "fighting",
- "ground",
- "steel"
- ],
- "quick-move": [
- {
- "name": "rock throw",
- "type": "rock",
- "base-damage": "12",
- "energy": "7",
- "move-duration-seg": "0.9"
- },
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "rock blast",
- "type": "rock",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "geodude candy",
- "prev-evolution": [{
- "num": "075",
- "name": "graveler",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "074",
- "name": "geodude",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "077",
- "name": "ponyta",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Ponyta is very weak at birth. It can barely stand up. This Pokémon becomes stronger by stumbling and falling to keep up with its parent.",
- "img": "https://www.serebii.net/pokemongo/pokemon/077.png",
- "size": {
- "height": "0.99 m",
- "weight": "30.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "0.51",
- "stats": {
- "base-attack": "170",
- "base-defense": "127",
- "base-stamina": "137",
- "max-cp": "1697",
- "max-hp": "120"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- }
- ],
- "special-attack": [
- {
- "name": "flame charge",
- "type": "fire",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.8"
- },
- {
- "name": "flame wheel",
- "type": "fire",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "stomp",
- "type": "normal",
- "base-damage": "55",
- "energy": "-50",
- "move-duration-seg": "1.7"
- },
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "ponyta candy",
- "next-evolution": [{
- "num": "078",
- "name": "rapidash",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "078",
- "name": "rapidash",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Rapidash usually can be seen casually cantering in the fields and plains. However, when this Pokémon turns serious, its fiery manes flare and blaze as it gallops its way up to 150 mph.",
- "img": "https://www.serebii.net/pokemongo/pokemon/078.png",
- "size": {
- "height": "1.70 m",
- "weight": "95.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": "0.011",
- "stats": {
- "base-attack": "207",
- "base-defense": "162",
- "base-stamina": "163",
- "max-cp": "2461",
- "max-hp": "140"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "low kick",
- "type": "fight",
- "base-damage": "6",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "fire spin",
- "type": "fire",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.1"
- },
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- }
- ],
- "special-attack": [
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "drill run",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.8"
- },
- {
- "name": "heat wave",
- "type": "fire",
- "base-damage": "95",
- "energy": "-100",
- "move-duration-seg": "3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "ponyta candy",
- "prev-evolution": [{
- "num": "077",
- "name": "ponyta",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "079",
- "name": "slowpoke",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Slowpoke uses its tail to catch prey by dipping it in water at the side of a river. However, this Pokémon often forgets what it's doing and often spends entire days just loafing at water's edge.",
- "img": "https://www.serebii.net/pokemongo/pokemon/079.png",
- "size": {
- "height": "1.19 m",
- "weight": "36.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "1.05",
- "stats": {
- "base-attack": "109",
- "base-defense": "98",
- "base-stamina": "207",
- "max-cp": "1226",
- "max-hp": "175"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "psyshock",
- "type": "psychic",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.7"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "slowpoke candy",
- "next-evolution": [
- {
- "num": "080",
- "name": "slowbro",
- "candy-cost": "50"
- },
- {
- "num": "199",
- "name": "slowking",
- "candy-cost": "50",
- "evolution-item": {
- "name": "kings rock",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/kings-rock.png"
- }
- }
- ]
- }
- },
- {
- "num": "080",
- "name": "slowbro",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Slowbro's tail has a Shellder firmly attached with a bite. As a result, the tail can't be used for fishing anymore. This causes Slowbro to grudgingly swim and catch prey instead.",
- "img": "https://www.serebii.net/pokemongo/pokemon/080.png",
- "size": {
- "height": "1.60 m",
- "weight": "78.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.036",
- "stats": {
- "base-attack": "177",
- "base-defense": "180",
- "base-stamina": "216",
- "max-cp": "2545",
- "max-hp": "182"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "slowpoke candy",
- "prev-evolution": [{
- "num": "079",
- "name": "slowpoke",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "081",
- "name": "magnemite",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Magnemite attaches itself to power lines to feed on electricity. If your house has a power outage, check your circuit breakers. You may find a large number of this Pokémon clinging to the breaker box.",
- "img": "https://www.serebii.net/pokemongo/pokemon/081.png",
- "size": {
- "height": "0.30 m",
- "weight": "6.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.71",
- "stats": {
- "base-attack": "165",
- "base-defense": "121",
- "base-stamina": "93",
- "max-cp": "1362",
- "max-hp": "85"
- },
- "resistant": [
- "normal",
- "electric",
- "grass",
- "ice",
- "poison"
- ],
- "weaknesses": [
- "fire",
- "water",
- "ground"
- ],
- "quick-move": [
- {
- "name": "spark",
- "type": "electric",
- "base-damage": "6",
- "energy": "9",
- "move-duration-seg": "0.7"
- },
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- },
- {
- "name": "magnet bomb",
- "type": "steel",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "2.8"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "magnemite candy",
- "next-evolution": [{
- "num": "082",
- "name": "magneton",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "082",
- "name": "magneton",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Magneton emits a powerful magnetic force that is fatal to mechanical devices. As a result, large cities sound sirens to warn citizens of large-scale outbreaks of this Pokémon.",
- "img": "https://www.serebii.net/pokemongo/pokemon/082.png",
- "size": {
- "height": "0.99 m",
- "weight": "60.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.023",
- "stats": {
- "base-attack": "223",
- "base-defense": "169",
- "base-stamina": "137",
- "max-cp": "2485",
- "max-hp": "120"
- },
- "resistant": [
- "normal",
- "electric",
- "grass",
- "ice",
- "poison"
- ],
- "weaknesses": [
- "fire",
- "water",
- "ground"
- ],
- "quick-move": [
- {
- "name": "spark",
- "type": "electric",
- "base-damage": "6",
- "energy": "9",
- "move-duration-seg": "0.7"
- },
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- },
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "magnet bomb",
- "type": "steel",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "2.8"
- },
- {
- "name": "flash cannon",
- "type": "steel",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.7"
- },
- {
- "name": "zap cannon",
- "type": "electric",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.7"
- },
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "magnemite candy",
- "prev-evolution": [{
- "num": "081",
- "name": "magnemite",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "083",
- "name": "farfetch'd",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Farfetch'd is always seen with a stalk from a plant of some sort. Apparently, there are good stalks and bad stalks. This Pokémon has been known to fight with others over stalks.",
- "img": "https://www.serebii.net/pokemongo/pokemon/083.png",
- "size": {
- "height": "0.79 m",
- "weight": "15.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.3",
- "common-capture-area": "early reports that this pokémon is likely to be found in: asia or hatched from an egg in that geographic area."
- },
- "spawn-chance": "0.0212",
- "stats": {
- "base-attack": "124",
- "base-defense": "115",
- "base-stamina": "141",
- "max-cp": "1236",
- "max-hp": "123"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "fury cutter",
- "type": "bug",
- "base-damage": "3",
- "energy": "6",
- "move-duration-seg": "0.4"
- },
- {
- "name": "air slash",
- "type": "flying",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.2"
- },
- {
- "name": "cut",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "air cutter",
- "type": "flying",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "leaf blade",
- "type": "grass",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "farfetch'd candy"
- }
- },
- {
- "num": "084",
- "name": "doduo",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Doduo's two heads never sleep at the same time. Its two heads take turns sleeping, so one head can always keep watch for enemies while the other one sleeps.",
- "img": "https://www.serebii.net/pokemongo/pokemon/084.png",
- "size": {
- "height": "1.40 m",
- "weight": "39.2 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.52",
- "stats": {
- "base-attack": "158",
- "base-defense": "83",
- "base-stamina": "111",
- "max-cp": "1200",
- "max-hp": "99"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "drill peck",
- "type": "flying",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "brave bird",
- "type": "flying",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2"
- },
- {
- "name": "swift",
- "type": "normal",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.8"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "doduo candy",
- "next-evolution": [{
- "num": "085",
- "name": "dodrio",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "085",
- "name": "dodrio",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Watch out if Dodrio's three heads are looking in three separate directions. It's a sure sign that it is on its guard. Don't go near this Pokémon if it's being wary-it may decide to peck you.",
- "img": "https://www.serebii.net/pokemongo/pokemon/085.png",
- "size": {
- "height": "1.80 m",
- "weight": "85.2 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.22",
- "stats": {
- "base-attack": "218",
- "base-defense": "140",
- "base-stamina": "155",
- "max-cp": "2362",
- "max-hp": "134"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- },
- {
- "name": "steel wing",
- "type": "steel",
- "base-damage": "11",
- "energy": "6",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "drill peck",
- "type": "flying",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "brave bird",
- "type": "flying",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2"
- },
- {
- "name": "air cutter",
- "type": "flying",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "doduo candy",
- "prev-evolution": [{
- "num": "084",
- "name": "doduo",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "086",
- "name": "seel",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Seel hunts for prey in the frigid sea underneath sheets of ice. When it needs to breathe, it punches a hole through the ice with the sharply protruding section of its head.",
- "img": "https://www.serebii.net/pokemongo/pokemon/086.png",
- "size": {
- "height": "1.09 m",
- "weight": "90.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.28",
- "stats": {
- "base-attack": "85",
- "base-defense": "121",
- "base-stamina": "163",
- "max-cp": "971",
- "max-hp": "140"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "ice shard",
- "type": "ice",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.2"
- },
- {
- "name": "lick",
- "type": "ghost",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "icy wind",
- "type": "ice",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "3.3"
- },
- {
- "name": "aqua tail",
- "type": "water",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "aurora beam",
- "type": "ice",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.55"
- },
- {
- "name": "aqua jet",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.6"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "seel candy",
- "next-evolution": [{
- "num": "087",
- "name": "dewgong",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "087",
- "name": "dewgong",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Dewgong loves to snooze on bitterly cold ice. The sight of this Pokémon sleeping on a glacier was mistakenly thought to be a mermaid by a mariner long ago.",
- "img": "https://www.serebii.net/pokemongo/pokemon/087.png",
- "size": {
- "height": "1.70 m",
- "weight": "120.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "ice"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.013",
- "stats": {
- "base-attack": "139",
- "base-defense": "177",
- "base-stamina": "207",
- "max-cp": "1985",
- "max-hp": "175"
- },
- "resistant": [
- "water",
- "ice"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "fighting",
- "rock"
- ],
- "quick-move": [
- {
- "name": "frost breath",
- "type": "ice",
- "base-damage": "10",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "iron tail",
- "type": "steel",
- "base-damage": "15",
- "energy": "7",
- "move-duration-seg": "1.1"
- },
- {
- "name": "ice shard",
- "type": "ice",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "icy wind",
- "type": "ice",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "3.3"
- },
- {
- "name": "aqua jet",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.6"
- },
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- },
- {
- "name": "aurora beam",
- "type": "ice",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.55"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "seel candy",
- "prev-evolution": [{
- "num": "086",
- "name": "seel",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "088",
- "name": "grimer",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Grimer's sludgy and rubbery body can be forced through any opening, however small it may be. This Pokémon enters sewer pipes to drink filthy wastewater.",
- "img": "https://www.serebii.net/pokemongo/pokemon/088.png",
- "size": {
- "height": "0.89 m",
- "weight": "30.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.052",
- "stats": {
- "base-attack": "135",
- "base-defense": "90",
- "base-stamina": "190",
- "max-cp": "1374",
- "max-hp": "162"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "poison jab",
- "type": "poison",
- "base-damage": "10",
- "energy": "7",
- "move-duration-seg": "0.8"
- },
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "sludge",
- "type": "poison",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "mud bomb",
- "type": "ground",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "grimer candy",
- "next-evolution": [{
- "num": "089",
- "name": "muk",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "089",
- "name": "muk",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "From Muk's body seeps a foul fluid that gives off a nose-bendingly horrible stench. Just one drop of this Pokémon's body fluid can turn a pool stagnant and rancid.",
- "img": "https://www.serebii.net/pokemongo/pokemon/089.png",
- "size": {
- "height": "1.19 m",
- "weight": "30.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.0031",
- "stats": {
- "base-attack": "190",
- "base-defense": "172",
- "base-stamina": "233",
- "max-cp": "2757",
- "max-hp": "195"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "poison jab",
- "type": "poison",
- "base-damage": "10",
- "energy": "7",
- "move-duration-seg": "0.8"
- },
- {
- "name": "infestation",
- "type": "bug",
- "base-damage": "10",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- },
- {
- "name": "lick",
- "type": "ghost",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "gunk shot",
- "type": "poison",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- },
- {
- "name": "sludge wave",
- "type": "poison",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "grimer candy",
- "prev-evolution": [{
- "num": "088",
- "name": "grimer",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "090",
- "name": "shellder",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "At night, this Pokémon uses its broad tongue to burrow a hole in the seafloor sand and then sleep in it. While it is sleeping, Shellder closes its shell, but leaves its tongue hanging out.",
- "img": "https://www.serebii.net/pokemongo/pokemon/090.png",
- "size": {
- "height": "0.30 m",
- "weight": "4.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.52",
- "stats": {
- "base-attack": "116",
- "base-defense": "134",
- "base-stamina": "102",
- "max-cp": "1080",
- "max-hp": "92"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "ice shard",
- "type": "ice",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.2"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "icy wind",
- "type": "ice",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "shellder candy",
- "next-evolution": [{
- "num": "091",
- "name": "cloyster",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "091",
- "name": "cloyster",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Cloyster is capable of swimming in the sea. It does so by swallowing water, then jetting it out toward the rear. This Pokémon shoots spikes from its shell using the same system.",
- "img": "https://www.serebii.net/pokemongo/pokemon/091.png",
- "size": {
- "height": "1.50 m",
- "weight": "132.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "ice"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.015",
- "stats": {
- "base-attack": "186",
- "base-defense": "256",
- "base-stamina": "137",
- "max-cp": "2547",
- "max-hp": "120"
- },
- "resistant": [
- "water",
- "ice"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "fighting",
- "rock"
- ],
- "quick-move": [
- {
- "name": "frost breath",
- "type": "ice",
- "base-damage": "10",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "ice shard",
- "type": "ice",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "aurora beam",
- "type": "ice",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.55"
- },
- {
- "name": "avalanche",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- },
- {
- "name": "icy wind",
- "type": "ice",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "shellder candy",
- "prev-evolution": [{
- "num": "090",
- "name": "shellder",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "092",
- "name": "gastly",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Gastly is largely composed of gaseous matter. When exposed to a strong wind, the gaseous body quickly dwindles away. Groups of this Pokémon cluster under the eaves of houses to escape the ravages of wind.",
- "img": "https://www.serebii.net/pokemongo/pokemon/092.png",
- "size": {
- "height": "1.30 m",
- "weight": "0.1 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ghost",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "0.79",
- "stats": {
- "base-attack": "186",
- "base-defense": "67",
- "base-stamina": "102",
- "max-cp": "1229",
- "max-hp": "92"
- },
- "resistant": [
- "normal",
- "grass",
- "fighting",
- "poison",
- "bug"
- ],
- "weaknesses": [
- "ground",
- "psychic",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "lick",
- "type": "ghost",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "astonish",
- "type": "ghost",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "sucker punch",
- "type": "dark",
- "base-damage": "7",
- "energy": "8",
- "move-duration-seg": "0.7"
- }
- ],
- "special-attack": [
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "night shade",
- "type": "ghost",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "ominous wind",
- "type": "ghost",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "gastly candy",
- "next-evolution": [{
- "num": "093",
- "name": "haunter",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "094",
- "name": "gengar",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "093",
- "name": "haunter",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Haunter is a dangerous Pokémon. If one beckons you while floating in darkness, you must never approach it. This Pokémon will try to lick you with its tongue and steal your life away.",
- "img": "https://www.serebii.net/pokemongo/pokemon/093.png",
- "size": {
- "height": "1.60 m",
- "weight": "0.1 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ghost",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.052",
- "stats": {
- "base-attack": "223",
- "base-defense": "107",
- "base-stamina": "128",
- "max-cp": "1963",
- "max-hp": "113"
- },
- "resistant": [
- "normal",
- "grass",
- "fighting",
- "poison",
- "bug"
- ],
- "weaknesses": [
- "ground",
- "psychic",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "shadow claw",
- "type": "ghost",
- "base-damage": "9",
- "energy": "6",
- "move-duration-seg": "0.7"
- },
- {
- "name": "astonish",
- "type": "ghost",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "lick",
- "type": "ghost",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "shadow punch",
- "type": "ghost",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.7"
- },
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "gastly candy",
- "next-evolution": [{
- "num": "094",
- "name": "gengar",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "092",
- "name": "gastly",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "094",
- "name": "gengar",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Sometimes, on a dark night, your shadow thrown by a streetlight will suddenly and startlingly overtake you. It is actually a Gengar running past you, pretending to be your shadow.",
- "img": "https://www.serebii.net/pokemongo/pokemon/094.png",
- "size": {
- "height": "1.50 m",
- "weight": "40.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ghost",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.0067",
- "stats": {
- "base-attack": "261",
- "base-defense": "149",
- "base-stamina": "155",
- "max-cp": "2878",
- "max-hp": "134"
- },
- "resistant": [
- "normal",
- "grass",
- "fighting",
- "poison",
- "bug"
- ],
- "weaknesses": [
- "ground",
- "psychic",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "sucker punch",
- "type": "dark",
- "base-damage": "7",
- "energy": "8",
- "move-duration-seg": "0.7"
- },
- {
- "name": "hex",
- "type": "ghost",
- "base-damage": "10",
- "energy": "15",
- "move-duration-seg": "1.2"
- },
- {
- "name": "shadow claw",
- "type": "ghost",
- "base-damage": "9",
- "energy": "6",
- "move-duration-seg": "0.7"
- }
- ],
- "special-attack": [
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "focus blast",
- "type": "fight",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.5"
- },
- {
- "name": "sludge wave",
- "type": "poison",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "3.2"
- },
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "gastly candy",
- "prev-evolution": [{
- "num": "093",
- "name": "haunter",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "092",
- "name": "gastly",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "095",
- "name": "onix",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Onix has a magnet in its brain. It acts as a compass so that this Pokémon does not lose direction while it is tunneling. As it grows older, its body becomes increasingly rounder and smoother.",
- "img": "https://www.serebii.net/pokemongo/pokemon/095.png",
- "size": {
- "height": "8.79 m",
- "weight": "210.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.1",
- "stats": {
- "base-attack": "85",
- "base-defense": "232",
- "base-stamina": "111",
- "max-cp": "1101",
- "max-hp": "99"
- },
- "resistant": [
- "normal",
- "fire",
- "electric",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice",
- "fighting",
- "ground",
- "steel"
- ],
- "quick-move": [
- {
- "name": "rock throw",
- "type": "rock",
- "base-damage": "12",
- "energy": "7",
- "move-duration-seg": "0.9"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "sand tomb",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "4"
- },
- {
- "name": "heavy slam",
- "type": "steel",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.1"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "iron head",
- "type": "steel",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "onix candy",
- "next-evolution": [{
- "num": "208",
- "name": "steelix",
- "candy-cost": "50",
- "evolution-item": {
- "name": "metal coat",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/metal-coat.png"
- }
- }]
- }
- },
- {
- "num": "096",
- "name": "drowzee",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "If your nose becomes itchy while you are sleeping, it's a sure sign that one of these Pokémon is standing above your pillow and trying to eat you dream through your nostrils.",
- "img": "https://www.serebii.net/pokemongo/pokemon/096.png",
- "size": {
- "height": "0.99 m",
- "weight": "32.4 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "3.21",
- "stats": {
- "base-attack": "89",
- "base-defense": "136",
- "base-stamina": "155",
- "max-cp": "1040",
- "max-hp": "134"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "psybeam",
- "type": "psychic",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "psyshock",
- "type": "psychic",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.7"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "drowzee candy",
- "next-evolution": [{
- "num": "097",
- "name": "hypno",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "097",
- "name": "hypno",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Hypno holds a pendulum in its hand. The arcing movement and glitter of the pendulum lull the foe into a deep state of hypnosis. While this Pokémon searches for prey, it polishes the pendulum.",
- "img": "https://www.serebii.net/pokemongo/pokemon/097.png",
- "size": {
- "height": "1.60 m",
- "weight": "75.6 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.1",
- "stats": {
- "base-attack": "144",
- "base-defense": "193",
- "base-stamina": "198",
- "max-cp": "2090",
- "max-hp": "168"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "futuresight",
- "type": "psychic",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "2.7"
- },
- {
- "name": "focus blast",
- "type": "fight",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.5"
- },
- {
- "name": "psyshock",
- "type": "psychic",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.7"
- },
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "drowzee candy",
- "prev-evolution": [{
- "num": "096",
- "name": "drowzee",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "098",
- "name": "krabby",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Krabby live on beaches, burrowed inside holes dug into the sand. On sandy beaches with little in the way of food, these Pokémon can be seen squabbling with each other over territory.",
- "img": "https://www.serebii.net/pokemongo/pokemon/098.png",
- "size": {
- "height": "0.41 m",
- "weight": "6.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "2.12",
- "stats": {
- "base-attack": "181",
- "base-defense": "124",
- "base-stamina": "102",
- "max-cp": "1561",
- "max-hp": "92"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "vice grip",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "krabby candy",
- "next-evolution": [{
- "num": "099",
- "name": "kingler",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "099",
- "name": "kingler",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Kingler has an enormous, oversized claw. It waves this huge claw in the air to communicate with others. However, because the claw is so heavy, the Pokémon quickly tires.",
- "img": "https://www.serebii.net/pokemongo/pokemon/099.png",
- "size": {
- "height": "1.30 m",
- "weight": "60.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.062",
- "stats": {
- "base-attack": "240",
- "base-defense": "181",
- "base-stamina": "146",
- "max-cp": "2829",
- "max-hp": "127"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "metal claw",
- "type": "steel",
- "base-damage": "8",
- "energy": "7",
- "move-duration-seg": "0.7"
- },
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "vice grip",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "x scissor",
- "type": "water",
- "base-damage": "50",
- "energy": "-100",
- "move-duration-seg": "4.7"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "krabby candy",
- "prev-evolution": [{
- "num": "098",
- "name": "krabby",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "100",
- "name": "voltorb",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Voltorb was first sighted at a company that manufactures Poké Balls. The link between that sighting and the fact that this Pokémon looks very similar to a Poké Ball remains a mystery.",
- "img": "https://www.serebii.net/pokemongo/pokemon/100.png",
- "size": {
- "height": "0.51 m",
- "weight": "10.4 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.65",
- "stats": {
- "base-attack": "109",
- "base-defense": "111",
- "base-stamina": "120",
- "max-cp": "1010",
- "max-hp": "106"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "spark",
- "type": "electric",
- "base-damage": "6",
- "energy": "9",
- "move-duration-seg": "0.7"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "gyro ball",
- "type": "steel",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "signal beam",
- "type": "bug",
- "base-damage": "75",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "voltorb candy",
- "next-evolution": [{
- "num": "101",
- "name": "electrode",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "101",
- "name": "electrode",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Electrode eats electricity in the atmosphere. On days when lightning strikes, you can see this Pokémon exploding all over the place from eating too much electricity.",
- "img": "https://www.serebii.net/pokemongo/pokemon/101.png",
- "size": {
- "height": "1.19 m",
- "weight": "66.6 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.02",
- "stats": {
- "base-attack": "173",
- "base-defense": "173",
- "base-stamina": "155",
- "max-cp": "2099",
- "max-hp": "134"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "spark",
- "type": "electric",
- "base-damage": "6",
- "energy": "9",
- "move-duration-seg": "0.7"
- },
- {
- "name": "volt switch",
- "type": "electric",
- "base-damage": "20",
- "energy": "25",
- "move-duration-seg": "2.3"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "voltorb candy",
- "prev-evolution": [{
- "num": "100",
- "name": "voltorb",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "102",
- "name": "exeggcute",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "This Pokémon consists of six eggs that form a closely knit cluster. The six eggs attract each other and spin around. When cracks increasingly appear on the eggs, Exeggcute is close to evolution.",
- "img": "https://www.serebii.net/pokemongo/pokemon/102.png",
- "size": {
- "height": "0.41 m",
- "weight": "2.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.78",
- "stats": {
- "base-attack": "107",
- "base-defense": "125",
- "base-stamina": "155",
- "max-cp": "1175",
- "max-hp": "134"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying",
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- },
- {
- "name": "bullet seed",
- "type": "grass",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "seed bomb",
- "type": "grass",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "exeggcute candy",
- "next-evolution": [{
- "num": "103",
- "name": "exeggutor",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "103",
- "name": "exeggutor",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Exeggutor originally came from the tropics. Its heads steadily grow larger from exposure to strong sunlight. It is said that when the heads fall off, they group together to form Exeggcute.",
- "img": "https://www.serebii.net/pokemongo/pokemon/103.png",
- "size": {
- "height": "2.01 m",
- "weight": "120.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.014",
- "stats": {
- "base-attack": "233",
- "base-defense": "149",
- "base-stamina": "216",
- "max-cp": "3014",
- "max-hp": "182"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying",
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "bullet seed",
- "type": "grass",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "extrasensory",
- "type": "psychic",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "seed bomb",
- "type": "grass",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "exeggcute candy",
- "prev-evolution": [{
- "num": "102",
- "name": "exeggcute",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "104",
- "name": "cubone",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Cubone pines for the mother it will never see again. Seeing a likeness of its mother in the full moon, it cries. The stains on the skull the Pokémon wears are made by the tears it sheds.",
- "img": "https://www.serebii.net/pokemongo/pokemon/104.png",
- "size": {
- "height": "0.41 m",
- "weight": "6.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "0.61",
- "stats": {
- "base-attack": "90",
- "base-defense": "144",
- "base-stamina": "137",
- "max-cp": "1019",
- "max-hp": "120"
- },
- "resistant": [
- "electric",
- "poison",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice"
- ],
- "quick-move": [
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- }
- ],
- "special-attack": [
- {
- "name": "bone club",
- "type": "ground",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "bulldoze",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "cubone candy",
- "next-evolution": [{
- "num": "105",
- "name": "marowak",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "105",
- "name": "marowak",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Marowak is the evolved form of a Cubone that has overcome its sadness at the loss of its mother and grown tough. This Pokémon's tempered and hardened spirit is not easily broken.",
- "img": "https://www.serebii.net/pokemongo/pokemon/105.png",
- "size": {
- "height": "0.99 m",
- "weight": "45.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": "0.02",
- "stats": {
- "base-attack": "144",
- "base-defense": "186",
- "base-stamina": "155",
- "max-cp": "1835",
- "max-hp": "134"
- },
- "resistant": [
- "electric",
- "poison",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice"
- ],
- "quick-move": [
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- }
- ],
- "special-attack": [
- {
- "name": "bone club",
- "type": "ground",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "cubone candy",
- "prev-evolution": [{
- "num": "104",
- "name": "cubone",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "106",
- "name": "hitmonlee",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Hitmonlee's legs freely contract and stretch. Using these springlike legs, it bowls over foes with devastating kicks. After battle, it rubs down its legs and loosens the muscles to overcome fatigue.",
- "img": "https://www.serebii.net/pokemongo/pokemon/106.png",
- "size": {
- "height": "1.50 m",
- "weight": "49.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.02",
- "stats": {
- "base-attack": "224",
- "base-defense": "181",
- "base-stamina": "137",
- "max-cp": "2576",
- "max-hp": "120"
- },
- "resistant": [
- "bug",
- "rock",
- "dark"
- ],
- "weaknesses": [
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "low kick",
- "type": "fight",
- "base-damage": "6",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- }
- ],
- "special-attack": [
- {
- "name": "low sweep",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "close combat",
- "type": "fight",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "stomp",
- "type": "normal",
- "base-damage": "55",
- "energy": "-50",
- "move-duration-seg": "1.7"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "tyrogue candy",
- "prev-evolution": [{
- "num": "236",
- "name": "tyrogue",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "107",
- "name": "hitmonchan",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Hitmonchan is said to possess the spirit of a boxer who had been working toward a world championship. This Pokémon has an indomitable spirit and will never give up in the face of adversity.",
- "img": "https://www.serebii.net/pokemongo/pokemon/107.png",
- "size": {
- "height": "1.40 m",
- "weight": "50.2 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.022",
- "stats": {
- "base-attack": "193",
- "base-defense": "197",
- "base-stamina": "137",
- "max-cp": "2332",
- "max-hp": "120"
- },
- "resistant": [
- "bug",
- "rock",
- "dark"
- ],
- "weaknesses": [
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "bullet punch",
- "type": "steel",
- "base-damage": "9",
- "energy": "10",
- "move-duration-seg": "0.9"
- },
- {
- "name": "counter",
- "type": "fight",
- "base-damage": "12",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- }
- ],
- "special-attack": [
- {
- "name": "fire punch",
- "type": "fire",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.2"
- },
- {
- "name": "thunder punch",
- "type": "electric",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.8"
- },
- {
- "name": "close combat",
- "type": "fight",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "ice punch",
- "type": "ice",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "tyrogue candy",
- "prev-evolution": [{
- "num": "236",
- "name": "tyrogue",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "108",
- "name": "lickitung",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Whenever Lickitung comes across something new, it will unfailingly give it a lick. It does so because it memorizes things by texture and by taste. It is somewhat put off by sour things.",
- "img": "https://www.serebii.net/pokemongo/pokemon/108.png",
- "size": {
- "height": "1.19 m",
- "weight": "65.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.011",
- "stats": {
- "base-attack": "108",
- "base-defense": "137",
- "base-stamina": "207",
- "max-cp": "1411",
- "max-hp": "175"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "lick",
- "type": "ghost",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "stomp",
- "type": "normal",
- "base-damage": "55",
- "energy": "-50",
- "move-duration-seg": "1.7"
- },
- {
- "name": "power whip",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "lickitung candy"
- }
- },
- {
- "num": "109",
- "name": "koffing",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "If Koffing becomes agitated, it raises the toxicity of its internal gases and then jets them out from all over its body. This Pokémon may also overinflate its round body, then explode.",
- "img": "https://www.serebii.net/pokemongo/pokemon/109.png",
- "size": {
- "height": "0.61 m",
- "weight": "1.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.2",
- "stats": {
- "base-attack": "119",
- "base-defense": "141",
- "base-stamina": "120",
- "max-cp": "1214",
- "max-hp": "106"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "infestation",
- "type": "bug",
- "base-damage": "10",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "sludge",
- "type": "poison",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "koffing candy",
- "next-evolution": [{
- "num": "110",
- "name": "weezing",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "110",
- "name": "weezing",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Weezing loves the gases given off by rotted kitchen garbage. This Pokémon will find a dirty, unkempt house and make it its home. At night, when the people in the house are asleep, it will go through the trash.",
- "img": "https://www.serebii.net/pokemongo/pokemon/110.png",
- "size": {
- "height": "1.19 m",
- "weight": "9.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.016",
- "stats": {
- "base-attack": "174",
- "base-defense": "197",
- "base-stamina": "163",
- "max-cp": "2293",
- "max-hp": "140"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "infestation",
- "type": "bug",
- "base-damage": "10",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "koffing candy",
- "prev-evolution": [{
- "num": "109",
- "name": "koffing",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "111",
- "name": "rhyhorn",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Rhyhorn runs in a straight line, smashing everything in its path. It is not bothered even if it rushes headlong into a block of steel. This Pokémon may feel some pain from the collision the next day, however.",
- "img": "https://www.serebii.net/pokemongo/pokemon/111.png",
- "size": {
- "height": "0.99 m",
- "weight": "115.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground",
- "rock"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "0.63",
- "stats": {
- "base-attack": "140",
- "base-defense": "127",
- "base-stamina": "190",
- "max-cp": "1651",
- "max-hp": "162"
- },
- "resistant": [
- "normal",
- "fire",
- "electric",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice",
- "fighting",
- "ground",
- "steel"
- ],
- "quick-move": [
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- }
- ],
- "special-attack": [
- {
- "name": "bulldoze",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "horn attack",
- "type": "normal",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.85"
- },
- {
- "name": "stomp",
- "type": "normal",
- "base-damage": "55",
- "energy": "-50",
- "move-duration-seg": "1.7"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "rhyhorn candy",
- "next-evolution": [{
- "num": "112",
- "name": "rhydon",
- "candy-cost": "50",
- "next-evolution": [{
- "num": "464",
- "name": "rhyperior",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }]
- }]
- }
- },
- {
- "num": "112",
- "name": "rhydon",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Rhydon's horn can crush even uncut diamonds. One sweeping blow of its tail can topple a building. This Pokémon's hide is extremely tough. Even direct cannon hits don't leave a scratch.",
- "img": "https://www.serebii.net/pokemongo/pokemon/112.png",
- "size": {
- "height": "1.91 m",
- "weight": "120.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground",
- "rock"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": "0.022",
- "stats": {
- "base-attack": "222",
- "base-defense": "171",
- "base-stamina": "233",
- "max-cp": "3179",
- "max-hp": "195"
- },
- "resistant": [
- "normal",
- "fire",
- "electric",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice",
- "fighting",
- "ground",
- "steel"
- ],
- "quick-move": [
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- }
- ],
- "special-attack": [
- {
- "name": "megahorn",
- "type": "bug",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2.2"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "rhyhorn candy",
- "next-evolution": [{
- "num": "464",
- "name": "rhyperior",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }],
- "prev-evolution": [{
- "num": "111",
- "name": "rhyhorn",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "113",
- "name": "chansey",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Chansey lays nutritionally excellent eggs on an everyday basis. The eggs are so delicious, they are easily and eagerly devoured by even those people who have lost their appetite.",
- "img": "https://www.serebii.net/pokemongo/pokemon/113.png",
- "size": {
- "height": "1.09 m",
- "weight": "34.6 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.013",
- "stats": {
- "base-attack": "60",
- "base-defense": "128",
- "base-stamina": "487",
- "max-cp": "1255",
- "max-hp": "396"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "psybeam",
- "type": "psychic",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "chansey candy",
- "next-evolution": [{
- "num": "242",
- "name": "blissey"
- }],
- "prev-evolution": [{
- "num": "440",
- "name": "happiny",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "114",
- "name": "tangela",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Tangela's vines snap off easily if they are grabbed. This happens without pain, allowing it to make a quick getaway. The lost vines are replaced by newly grown vines the very next day.",
- "img": "https://www.serebii.net/pokemongo/pokemon/114.png",
- "size": {
- "height": "0.99 m",
- "weight": "35.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "0.228",
- "stats": {
- "base-attack": "183",
- "base-defense": "169",
- "base-stamina": "163",
- "max-cp": "2238",
- "max-hp": "140"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying",
- "bug"
- ],
- "quick-move": [
- {
- "name": "vine whip",
- "type": "grass",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "infestation",
- "type": "bug",
- "base-damage": "10",
- "energy": "14",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- },
- {
- "name": "grass knot",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "power whip",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "tangela candy"
- }
- },
- {
- "num": "115",
- "name": "kangaskhan",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "If you come across a young Kangaskhan playing by itself, you must never disturb it or attempt to catch it. The baby Pokémon's parent is sure to be in the area, and it will become violently enraged at you.",
- "img": "https://www.serebii.net/pokemongo/pokemon/115.png",
- "size": {
- "height": "2.21 m",
- "weight": "80.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2",
- "common-capture-area": "early reports that this pokémon is likely to be found in: australia, new zealand or hatched from an egg in that geographic area."
- },
- "spawn-chance": "0.0086",
- "stats": {
- "base-attack": "181",
- "base-defense": "165",
- "base-stamina": "233",
- "max-cp": "2586",
- "max-hp": "195"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "mud slap",
- "type": "ground",
- "base-damage": "15",
- "energy": "12",
- "move-duration-seg": "1.4"
- },
- {
- "name": "low kick",
- "type": "fight",
- "base-damage": "6",
- "energy": "6",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "outrage",
- "type": "dragon",
- "base-damage": "110",
- "energy": "-50",
- "move-duration-seg": "3.9"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "stomp",
- "type": "normal",
- "base-damage": "55",
- "energy": "-50",
- "move-duration-seg": "1.7"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "kangaskhan candy"
- }
- },
- {
- "num": "116",
- "name": "horsea",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Horsea eats small insects and moss off of rocks. If the ocean current turns fast, this Pokémon anchors itself by wrapping its tail around rocks or coral to prevent being washed away.",
- "img": "https://www.serebii.net/pokemongo/pokemon/116.png",
- "size": {
- "height": "0.41 m",
- "weight": "8.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "1.13",
- "stats": {
- "base-attack": "129",
- "base-defense": "103",
- "base-stamina": "102",
- "max-cp": "1056",
- "max-hp": "92"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "dragon pulse",
- "type": "dragon",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.6"
- },
- {
- "name": "flash cannon",
- "type": "steel",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "horsea candy",
- "next-evolution": [{
- "num": "117",
- "name": "seadra",
- "candy-cost": "50",
- "next-evolution": [{
- "num": "230",
- "name": "kingdra",
- "candy-cost": "100",
- "evolution-item": {
- "name": "dragon scale",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/dragon-scale.png"
- }
- }]
- }]
- }
- },
- {
- "num": "117",
- "name": "seadra",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Seadra sleeps after wriggling itself between the branches of coral. Those trying to harvest coral are occasionally stung by this Pokémon's poison barbs if they fail to notice it.",
- "img": "https://www.serebii.net/pokemongo/pokemon/117.png",
- "size": {
- "height": "1.19 m",
- "weight": "25.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.034",
- "stats": {
- "base-attack": "187",
- "base-defense": "156",
- "base-stamina": "146",
- "max-cp": "2093",
- "max-hp": "127"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "dragon breath",
- "type": "dragon",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "dragon pulse",
- "type": "dragon",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.6"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "aurora beam",
- "type": "ice",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.55"
- },
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "horsea candy",
- "next-evolution": [{
- "num": "230",
- "name": "kingdra",
- "candy-cost": "100",
- "evolution-item": {
- "name": "dragon scale",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/dragon-scale.png"
- }
- }],
- "prev-evolution": [{
- "num": "116",
- "name": "horsea",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "118",
- "name": "goldeen",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Goldeen is a very beautiful Pokémon with fins that billow elegantly in water. However, don't let your guard down around this Pokémon-it could ram you powerfully with its horn.",
- "img": "https://www.serebii.net/pokemongo/pokemon/118.png",
- "size": {
- "height": "0.61 m",
- "weight": "15.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "2.18",
- "stats": {
- "base-attack": "123",
- "base-defense": "110",
- "base-stamina": "128",
- "max-cp": "1152",
- "max-hp": "113"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "horn attack",
- "type": "normal",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.85"
- },
- {
- "name": "aqua tail",
- "type": "water",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "goldeen candy",
- "next-evolution": [{
- "num": "119",
- "name": "seaking",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "119",
- "name": "seaking",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "In the autumn, Seaking males can be seen performing courtship dances in riverbeds to woo females. During this season, this Pokémon's body coloration is at its most beautiful.",
- "img": "https://www.serebii.net/pokemongo/pokemon/119.png",
- "size": {
- "height": "1.30 m",
- "weight": "39.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.08",
- "stats": {
- "base-attack": "175",
- "base-defense": "147",
- "base-stamina": "190",
- "max-cp": "2162",
- "max-hp": "162"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "poison jab",
- "type": "poison",
- "base-damage": "10",
- "energy": "7",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "megahorn",
- "type": "bug",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2.2"
- },
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "icy wind",
- "type": "ice",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "3.3"
- },
- {
- "name": "drill run",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.8"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "goldeen candy",
- "prev-evolution": [{
- "num": "118",
- "name": "goldeen",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "120",
- "name": "staryu",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Staryu's center section has an organ called the core that shines bright red. If you go to a beach toward the end of summer, the glowing cores of these Pokémon look like the stars in the sky.",
- "img": "https://www.serebii.net/pokemongo/pokemon/120.png",
- "size": {
- "height": "0.79 m",
- "weight": "34.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": "1.95",
- "stats": {
- "base-attack": "137",
- "base-defense": "112",
- "base-stamina": "102",
- "max-cp": "1157",
- "max-hp": "92"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "swift",
- "type": "normal",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.8"
- },
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "power gem",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "staryu candy",
- "next-evolution": [{
- "num": "121",
- "name": "starmie",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "121",
- "name": "starmie",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Starmie's center section-the core-glows brightly in seven colors. Because of its luminous nature, this Pokémon has been given the nickname the gem of the sea.",
- "img": "https://www.serebii.net/pokemongo/pokemon/121.png",
- "size": {
- "height": "1.09 m",
- "weight": "80.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.034",
- "stats": {
- "base-attack": "210",
- "base-defense": "184",
- "base-stamina": "155",
- "max-cp": "2584",
- "max-hp": "134"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "hidden power",
- "type": "normal",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "power gem",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "psybeam",
- "type": "psychic",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "staryu candy",
- "prev-evolution": [{
- "num": "120",
- "name": "staryu",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "122",
- "name": "mr. mime",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Mr. Mime is a master of pantomime. Its gestures and motions convince watchers that something unseeable actually exists. Once the watchers are convinced, the unseeable thing exists as if it were real.",
- "img": "https://www.serebii.net/pokemongo/pokemon/122.png",
- "size": {
- "height": "1.30 m",
- "weight": "54.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.3",
- "common-capture-area": "early reports that this pokémon is likely to be found in: western europe or hatched from an egg in that geographic area."
- },
- "spawn-chance": "0.0031",
- "stats": {
- "base-attack": "192",
- "base-defense": "205",
- "base-stamina": "120",
- "max-cp": "2228",
- "max-hp": "106"
- },
- "resistant": [
- "fighting",
- "psychic",
- "dragon"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "psybeam",
- "type": "psychic",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "mr. mime candy",
- "prev-evolution": [{
- "num": "439",
- "name": "mime jr",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "123",
- "name": "scyther",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Scyther is blindingly fast. Its blazing speed enhances the effectiveness of the twin scythes on its forearms. This Pokémon's scythes are so effective, they can slice through thick logs in one wicked stroke.",
- "img": "https://www.serebii.net/pokemongo/pokemon/123.png",
- "size": {
- "height": "1.50 m",
- "weight": "56.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": "0.14",
- "stats": {
- "base-attack": "218",
- "base-defense": "170",
- "base-stamina": "172",
- "max-cp": "2706",
- "max-hp": "147"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "fire",
- "electric",
- "ice",
- "flying",
- "rock"
- ],
- "quick-move": [
- {
- "name": "fury cutter",
- "type": "bug",
- "base-damage": "3",
- "energy": "6",
- "move-duration-seg": "0.4"
- },
- {
- "name": "air slash",
- "type": "flying",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.2"
- },
- {
- "name": "steel wing",
- "type": "steel",
- "base-damage": "11",
- "energy": "6",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "night slash",
- "type": "dark",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.2"
- },
- {
- "name": "x scissor",
- "type": "water",
- "base-damage": "50",
- "energy": "-100",
- "move-duration-seg": "4.7"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "bug buzz",
- "type": "bug",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.7"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "scyther candy",
- "next-evolution": [{
- "num": "212",
- "name": "scizor",
- "candy-cost": "50",
- "evolution-item": {
- "name": "metal coat",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/metal-coat.png"
- }
- }]
- }
- },
- {
- "num": "124",
- "name": "jynx",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Jynx walks rhythmically, swaying and shaking its hips as if it were dancing. Its motions are so bouncingly alluring, people seeing it are compelled to shake their hips without giving any thought to what they are doing.",
- "img": "https://www.serebii.net/pokemongo/pokemon/124.png",
- "size": {
- "height": "1.40 m",
- "weight": "40.6 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ice",
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": "0.35",
- "stats": {
- "base-attack": "223",
- "base-defense": "151",
- "base-stamina": "163",
- "max-cp": "2555",
- "max-hp": "140"
- },
- "resistant": [
- "ice",
- "psychic"
- ],
- "weaknesses": [
- "fire",
- "bug",
- "rock",
- "ghost",
- "dark",
- "steel"
- ],
- "quick-move": [
- {
- "name": "frost breath",
- "type": "ice",
- "base-damage": "10",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- },
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "draining kiss",
- "type": "fairy",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "psyshock",
- "type": "psychic",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.7"
- },
- {
- "name": "avalanche",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "ice punch",
- "type": "ice",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "jynx candy",
- "prev-evolution": [{
- "num": "238",
- "name": "smoochum",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "125",
- "name": "electabuzz",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "When a storm arrives, gangs of this Pokémon compete with each other to scale heights that are likely to be stricken by lightning bolts. Some towns use Electabuzz in place of lightning rods.",
- "img": "https://www.serebii.net/pokemongo/pokemon/125.png",
- "size": {
- "height": "1.09 m",
- "weight": "30.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.074",
- "stats": {
- "base-attack": "198",
- "base-defense": "158",
- "base-stamina": "163",
- "max-cp": "2334",
- "max-hp": "140"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- },
- {
- "name": "low kick",
- "type": "fight",
- "base-damage": "6",
- "energy": "6",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "thunder punch",
- "type": "electric",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.8"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "thunder",
- "type": "electric",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "electabuzz candy",
- "next-evolution": [{
- "num": "466",
- "name": "electivire",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }],
- "prev-evolution": [{
- "num": "239",
- "name": "elekid",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "126",
- "name": "magmar",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "In battle, Magmar blows out intensely hot flames from all over its body to intimidate its opponent. This Pokémon's fiery bursts create heat waves that ignite grass and trees in its surroundings.",
- "img": "https://www.serebii.net/pokemongo/pokemon/126.png",
- "size": {
- "height": "1.30 m",
- "weight": "44.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.1",
- "stats": {
- "base-attack": "206",
- "base-defense": "154",
- "base-stamina": "163",
- "max-cp": "2394",
- "max-hp": "140"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "karate chop",
- "type": "fight",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "fire punch",
- "type": "fire",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.2"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "magmar candy",
- "next-evolution": [{
- "num": "467",
- "name": "magmortar",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }],
- "prev-evolution": [{
- "num": "240",
- "name": "magby",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "127",
- "name": "pinsir",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Pinsir is astoundingly strong. It can grip a foe weighing twice its weight in its horns and easily lift it. This Pokémon's movements turn sluggish in cold places.",
- "img": "https://www.serebii.net/pokemongo/pokemon/127.png",
- "size": {
- "height": "1.50 m",
- "weight": "55.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": "0.99",
- "stats": {
- "base-attack": "238",
- "base-defense": "182",
- "base-stamina": "163",
- "max-cp": "2959",
- "max-hp": "140"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "rock"
- ],
- "quick-move": [
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "fury cutter",
- "type": "bug",
- "base-damage": "3",
- "energy": "6",
- "move-duration-seg": "0.4"
- }
- ],
- "special-attack": [
- {
- "name": "vice grip",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "x scissor",
- "type": "water",
- "base-damage": "50",
- "energy": "-100",
- "move-duration-seg": "4.7"
- },
- {
- "name": "close combat",
- "type": "fight",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "submission",
- "type": "fight",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "pinsir candy"
- }
- },
- {
- "num": "128",
- "name": "tauros",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "This Pokémon is not satisfied unless it is rampaging at all times. If there is no opponent for Tauros to battle, it will charge at thick trees and knock them down to calm itself.",
- "img": "https://www.serebii.net/pokemongo/pokemon/128.png",
- "size": {
- "height": "1.40 m",
- "weight": "88.4 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.3",
- "common-capture-area": "early reports that this pokémon is likely to be found in: north america or hatched from an egg in that geographic area."
- },
- "spawn-chance": "0.12",
- "stats": {
- "base-attack": "198",
- "base-defense": "183",
- "base-stamina": "181",
- "max-cp": "2620",
- "max-hp": "154"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "horn attack",
- "type": "normal",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.85"
- },
- {
- "name": "iron head",
- "type": "steel",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "1.9"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "tauros candy"
- }
- },
- {
- "num": "129",
- "name": "magikarp",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Magikarp is a pathetic excuse for a Pokémon that is only capable of flopping and splashing. This behavior prompted scientists to undertake research into it.",
- "img": "https://www.serebii.net/pokemongo/pokemon/129.png",
- "size": {
- "height": "0.89 m",
- "weight": "10.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.7"
- },
- "spawn-chance": "4.78",
- "stats": {
- "base-attack": "29",
- "base-defense": "85",
- "base-stamina": "85",
- "max-cp": "274",
- "max-hp": "79"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "splash",
- "type": "water",
- "base-damage": "0",
- "energy": "0",
- "move-duration-seg": "1.73"
- }],
- "special-attack": [
- {
- "name": "struggle",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }],
- "egg": "2 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "magikarp candy",
- "next-evolution": [{
- "num": "130",
- "name": "gyarados",
- "candy-cost": "400"
- }]
- }
- },
- {
- "num": "130",
- "name": "gyarados",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "When Magikarp evolves into Gyarados, its brain cells undergo a structural transformation. It is said that this transformation is to blame for this Pokémon's wildly violent nature.",
- "img": "https://www.serebii.net/pokemongo/pokemon/130.png",
- "size": {
- "height": "6.50 m",
- "weight": "235.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.0032",
- "stats": {
- "base-attack": "237",
- "base-defense": "186",
- "base-stamina": "216",
- "max-cp": "3391",
- "max-hp": "182"
- },
- "resistant": [
- "fire",
- "water",
- "fighting",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "dragon tail",
- "type": "dragon",
- "base-damage": "15",
- "energy": "9",
- "move-duration-seg": "1.1"
- },
- {
- "name": "dragon breath",
- "type": "dragon",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "outrage",
- "type": "dragon",
- "base-damage": "110",
- "energy": "-50",
- "move-duration-seg": "3.9"
- },
- {
- "name": "dragon pulse",
- "type": "dragon",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.6"
- },
- {
- "name": "twister",
- "type": "dragon",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.8"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "magikarp candy",
- "prev-evolution": [{
- "num": "129",
- "name": "magikarp",
- "candy-cost": "400"
- }]
- }
- },
- {
- "num": "131",
- "name": "lapras",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "People have driven Lapras almost to the point of extinction. In the evenings, this Pokémon is said to sing plaintively as it seeks what few others of its kind still remain.",
- "img": "https://www.serebii.net/pokemongo/pokemon/131.png",
- "size": {
- "height": "2.49 m",
- "weight": "220.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "ice"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": "0.006",
- "stats": {
- "base-attack": "165",
- "base-defense": "174",
- "base-stamina": "277",
- "max-cp": "2641",
- "max-hp": "230"
- },
- "resistant": [
- "water",
- "ice"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "fighting",
- "rock"
- ],
- "quick-move": [
- {
- "name": "frost breath",
- "type": "ice",
- "base-damage": "10",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "ice shard",
- "type": "ice",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "dragon pulse",
- "type": "dragon",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.6"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "lapras candy"
- }
- },
- {
- "num": "132",
- "name": "ditto",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Ditto rearranges its cell structure to transform itself into other shapes. However, if it tries to transform itself into something by relying on its memory, this Pokémon manages to get details wrong.",
- "img": "https://www.serebii.net/pokemongo/pokemon/132.png",
- "size": {
- "height": "0.30 m",
- "weight": "4.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "91",
- "base-defense": "91",
- "base-stamina": "134",
- "max-cp": "832",
- "max-hp": "117"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- }],
- "special-attack": [
- {
- "name": "struggle",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "ditto candy"
- }
- },
- {
- "num": "133",
- "name": "eevee",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Eevee has an unstable genetic makeup that suddenly mutates due to the environment in which it lives. Radiation from various stones causes this Pokémon to evolve.",
- "img": "https://www.serebii.net/pokemongo/pokemon/133.png",
- "size": {
- "height": "0.30 m",
- "weight": "6.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "2.75",
- "stats": {
- "base-attack": "104",
- "base-defense": "114",
- "base-stamina": "146",
- "max-cp": "1071",
- "max-hp": "127"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "swift",
- "type": "normal",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.8"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "eevee candy",
- "next-evolution": [
- {
- "num": "134",
- "name": "vaporeon",
- "candy-cost": "25"
- },
- {
- "num": "135",
- "name": "jolteon",
- "candy-cost": "25"
- },
- {
- "num": "136",
- "name": "flareon",
- "candy-cost": "25"
- },
- {
- "num": "196",
- "name": "espeon",
- "candy-cost": "25"
- },
- {
- "num": "197",
- "name": "umbreon",
- "candy-cost": "25"
- },
- {
- "num": "470",
- "name": "leafeon",
- "candy-cost": "25"
- },
- {
- "num": "471",
- "name": "glaceon",
- "candy-cost": "25"
- }
- ]
- }
- },
- {
- "num": "134",
- "name": "vaporeon",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Vaporeon underwent a spontaneous mutation and grew fins and gills that allow it to live underwater. This Pokémon has the ability to freely control water.",
- "img": "https://www.serebii.net/pokemongo/pokemon/134.png",
- "size": {
- "height": "0.99 m",
- "weight": "29.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.014",
- "stats": {
- "base-attack": "205",
- "base-defense": "161",
- "base-stamina": "277",
- "max-cp": "3114",
- "max-hp": "230"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }],
- "special-attack": [
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "aqua tail",
- "type": "water",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "eevee candy",
- "prev-evolution": [{
- "num": "133",
- "name": "eevee",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "135",
- "name": "jolteon",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Jolteon's cells generate a low level of electricity. This power is amplified by the static electricity of its fur, enabling the Pokémon to drop thunderbolts. The bristling fur is made of electrically charged needles.",
- "img": "https://www.serebii.net/pokemongo/pokemon/135.png",
- "size": {
- "height": "0.79 m",
- "weight": "24.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.012",
- "stats": {
- "base-attack": "232",
- "base-defense": "182",
- "base-stamina": "163",
- "max-cp": "2888",
- "max-hp": "140"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- },
- {
- "name": "volt switch",
- "type": "electric",
- "base-damage": "20",
- "energy": "25",
- "move-duration-seg": "2.3"
- }
- ],
- "special-attack": [
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "thunder",
- "type": "electric",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "eevee candy",
- "prev-evolution": [{
- "num": "133",
- "name": "eevee",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "136",
- "name": "flareon",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Flareon's fluffy fur has a functional purpose-it releases heat into the air so that its body does not get excessively hot. This Pokémon's body temperature can rise to a maximum of 1,650 degrees Fahrenheit.",
- "img": "https://www.serebii.net/pokemongo/pokemon/136.png",
- "size": {
- "height": "0.89 m",
- "weight": "25.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": "0.017",
- "stats": {
- "base-attack": "246",
- "base-defense": "179",
- "base-stamina": "163",
- "max-cp": "3029",
- "max-hp": "140"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "fire spin",
- "type": "fire",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- },
- {
- "name": "overheat",
- "type": "fire",
- "base-damage": "160",
- "energy": "-100",
- "move-duration-seg": "4"
- },
- {
- "name": "heat wave",
- "type": "fire",
- "base-damage": "95",
- "energy": "-100",
- "move-duration-seg": "3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "eevee candy",
- "prev-evolution": [{
- "num": "133",
- "name": "eevee",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "137",
- "name": "porygon",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Porygon is capable of reverting itself entirely back to program data and entering cyberspace. This Pokémon is copy-protected so it cannot be duplicated by copying.",
- "img": "https://www.serebii.net/pokemongo/pokemon/137.png",
- "size": {
- "height": "0.79 m",
- "weight": "36.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "0.012",
- "stats": {
- "base-attack": "153",
- "base-defense": "136",
- "base-stamina": "163",
- "max-cp": "1720",
- "max-hp": "140"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- },
- {
- "name": "hidden power",
- "type": "normal",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "zap cannon",
- "type": "electric",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.7"
- },
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- },
- {
- "name": "psybeam",
- "type": "psychic",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "signal beam",
- "type": "bug",
- "base-damage": "75",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "porygon candy",
- "next-evolution": [{
- "num": "233",
- "name": "porygon2",
- "candy-cost": "25",
- "evolution-item": {
- "name": "up grade",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/up-grade.png"
- },
- "next-evolution": [{
- "num": "474",
- "name": "porygon-z",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }]
- }]
- }
- },
- {
- "num": "138",
- "name": "omanyte",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Omanyte is one of the ancient and long-since-extinct Pokémon that have been regenerated from fossils by people. If attacked by an enemy, it withdraws itself inside its hard shell.",
- "img": "https://www.serebii.net/pokemongo/pokemon/138.png",
- "size": {
- "height": "0.41 m",
- "weight": "7.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "0.14",
- "stats": {
- "base-attack": "155",
- "base-defense": "153",
- "base-stamina": "111",
- "max-cp": "1544",
- "max-hp": "99"
- },
- "resistant": [
- "normal",
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- },
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "rock blast",
- "type": "rock",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "rock tomb",
- "type": "rock",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "brine",
- "type": "water",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "omanyte candy",
- "next-evolution": [{
- "num": "139",
- "name": "omastar",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "139",
- "name": "omastar",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Omastar uses its tentacles to capture its prey. It is believed to have become extinct because its shell grew too large and heavy, causing its movements to become too slow and ponderous.",
- "img": "https://www.serebii.net/pokemongo/pokemon/139.png",
- "size": {
- "height": "0.99 m",
- "weight": "35.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": "0.0061",
- "stats": {
- "base-attack": "207",
- "base-defense": "201",
- "base-stamina": "172",
- "max-cp": "2786",
- "max-hp": "147"
- },
- "resistant": [
- "normal",
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "quick-move": [
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- },
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "rock throw",
- "type": "rock",
- "base-damage": "12",
- "energy": "7",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "rock blast",
- "type": "rock",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "omanyte candy",
- "prev-evolution": [{
- "num": "138",
- "name": "omanyte",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "140",
- "name": "kabuto",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Kabuto is a Pokémon that has been regenerated from a fossil. However, in extremely rare cases, living examples have been discovered. The Pokémon has not changed at all for 300 million years.",
- "img": "https://www.serebii.net/pokemongo/pokemon/140.png",
- "size": {
- "height": "0.51 m",
- "weight": "11.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "0.1",
- "stats": {
- "base-attack": "148",
- "base-defense": "140",
- "base-stamina": "102",
- "max-cp": "1370",
- "max-hp": "92"
- },
- "resistant": [
- "normal",
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "quick-move": [
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- },
- {
- "name": "aqua jet",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.6"
- },
- {
- "name": "rock tomb",
- "type": "rock",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "kabuto candy",
- "next-evolution": [{
- "num": "141",
- "name": "kabutops",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "141",
- "name": "kabutops",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Kabutops swam underwater to hunt for its prey in ancient times. The Pokémon was apparently evolving from being a water-dweller to living on land as evident from the beginnings of change in its gills and legs.",
- "img": "https://www.serebii.net/pokemongo/pokemon/141.png",
- "size": {
- "height": "1.30 m",
- "weight": "40.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": "0.0032",
- "stats": {
- "base-attack": "220",
- "base-defense": "186",
- "base-stamina": "155",
- "max-cp": "2713",
- "max-hp": "134"
- },
- "resistant": [
- "normal",
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "quick-move": [
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- },
- {
- "name": "fury cutter",
- "type": "bug",
- "base-damage": "3",
- "energy": "6",
- "move-duration-seg": "0.4"
- }
- ],
- "special-attack": [
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "kabuto candy",
- "prev-evolution": [{
- "num": "140",
- "name": "kabuto",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "142",
- "name": "aerodactyl",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Aerodactyl is a Pokémon from the age of dinosaurs. It was regenerated from genetic material extracted from amber. It is imagined to have been the king of the skies in ancient times.",
- "img": "https://www.serebii.net/pokemongo/pokemon/142.png",
- "size": {
- "height": "1.80 m",
- "weight": "59.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": "0.018",
- "stats": {
- "base-attack": "221",
- "base-defense": "159",
- "base-stamina": "190",
- "max-cp": "2783",
- "max-hp": "162"
- },
- "resistant": [
- "normal",
- "fire",
- "poison",
- "flying",
- "bug"
- ],
- "weaknesses": [
- "water",
- "electric",
- "ice",
- "rock",
- "steel"
- ],
- "quick-move": [
- {
- "name": "steel wing",
- "type": "steel",
- "base-damage": "11",
- "energy": "6",
- "move-duration-seg": "0.8"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- },
- {
- "name": "iron head",
- "type": "steel",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "1.9"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "aerodactyl candy"
- }
- },
- {
- "num": "143",
- "name": "snorlax",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Snorlax's typical day consists of nothing more than eating and sleeping. It is such a docile Pokémon that there are children who use its expansive belly as a place to play.",
- "img": "https://www.serebii.net/pokemongo/pokemon/143.png",
- "size": {
- "height": "2.11 m",
- "weight": "460.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": "0.016",
- "stats": {
- "base-attack": "190",
- "base-defense": "169",
- "base-stamina": "330",
- "max-cp": "3225",
- "max-hp": "272"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- },
- {
- "name": "lick",
- "type": "ghost",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "heavy slam",
- "type": "steel",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.1"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "snorlax candy",
- "prev-evolution": [{
- "num": "446",
- "name": "munchlax",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "144",
- "name": "articuno",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Articuno is a legendary bird Pokémon that can control ice. The flapping of its wings chills the air. As a result, it is said that when this Pokémon flies, snow will fall.",
- "img": "https://www.serebii.net/pokemongo/pokemon/144.png",
- "size": {
- "height": "1.70 m",
- "weight": "55.4 kg"
- },
- "pokemon-rarity": "legendary",
- "type": [
- "ice",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.03"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "192",
- "base-defense": "236",
- "base-stamina": "207",
- "max-cp": "3051",
- "max-hp": "175"
- },
- "resistant": [
- "grass",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "fire",
- "electric",
- "rock",
- "steel"
- ],
- "quick-move": [
- {
- "name": "frost breath",
- "type": "ice",
- "base-damage": "10",
- "energy": "8",
- "move-duration-seg": "0.9"
- }],
- "special-attack": [
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "icy wind",
- "type": "ice",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "3.3"
- },
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "articuno candy"
- }
- },
- {
- "num": "145",
- "name": "zapdos",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Zapdos is a legendary bird Pokémon that has the ability to control electricity. It usually lives in thunderclouds. The Pokémon gains power if it is stricken by lightning bolts.",
- "img": "https://www.serebii.net/pokemongo/pokemon/145.png",
- "size": {
- "height": "1.60 m",
- "weight": "52.6 kg"
- },
- "pokemon-rarity": "legendary",
- "type": [
- "electric",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.03"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "253",
- "base-defense": "185",
- "base-stamina": "207",
- "max-cp": "3527",
- "max-hp": "175"
- },
- "resistant": [
- "grass",
- "fighting",
- "flying",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "ice",
- "rock"
- ],
- "quick-move": [
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- },
- {
- "name": "volt switch",
- "type": "electric",
- "base-damage": "20",
- "energy": "25",
- "move-duration-seg": "2.3"
- }
- ],
- "special-attack": [
- {
- "name": "zap cannon",
- "type": "electric",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.7"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "thunder",
- "type": "electric",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "zapdos candy"
- }
- },
- {
- "num": "146",
- "name": "moltres",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Moltres is a legendary bird Pokémon that has the ability to control fire. If this Pokémon is injured, it is said to dip its body in the molten magma of a volcano to burn and heal itself.",
- "img": "https://www.serebii.net/pokemongo/pokemon/146.png",
- "size": {
- "height": "2.01 m",
- "weight": "60.0 kg"
- },
- "pokemon-rarity": "legendary",
- "type": [
- "fire",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.03"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "251",
- "base-defense": "181",
- "base-stamina": "207",
- "max-cp": "3465",
- "max-hp": "175"
- },
- "resistant": [
- "fire",
- "grass",
- "fighting",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "fire spin",
- "type": "fire",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.1"
- }],
- "special-attack": [
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "heat wave",
- "type": "fire",
- "base-damage": "95",
- "energy": "-100",
- "move-duration-seg": "3"
- },
- {
- "name": "overheat",
- "type": "fire",
- "base-damage": "160",
- "energy": "-100",
- "move-duration-seg": "4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "moltres candy"
- }
- },
- {
- "num": "147",
- "name": "dratini",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Dratini continually molts and sloughs off its old skin. It does so because the life energy within its body steadily builds to reach uncontrollable levels.",
- "img": "https://www.serebii.net/pokemongo/pokemon/147.png",
- "size": {
- "height": "1.80 m",
- "weight": "3.3 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "dragon"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": "0.3",
- "stats": {
- "base-attack": "119",
- "base-defense": "91",
- "base-stamina": "121",
- "max-cp": "1004",
- "max-hp": "107"
- },
- "resistant": [
- "fire",
- "water",
- "electric",
- "grass"
- ],
- "weaknesses": [
- "ice",
- "dragon",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "dragon breath",
- "type": "dragon",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "iron tail",
- "type": "steel",
- "base-damage": "15",
- "energy": "7",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "wrap",
- "type": "normal",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.9"
- },
- {
- "name": "twister",
- "type": "dragon",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.8"
- },
- {
- "name": "aqua tail",
- "type": "water",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "dratini candy",
- "next-evolution": [{
- "num": "148",
- "name": "dragonair",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "149",
- "name": "dragonite",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "148",
- "name": "dragonair",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Dragonair stores an enormous amount of energy inside its body. It is said to alter weather conditions in its vicinity by discharging energy from its crystals on its neck and tail.",
- "img": "https://www.serebii.net/pokemongo/pokemon/148.png",
- "size": {
- "height": "3.99 m",
- "weight": "16.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "dragon"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": "0.02",
- "stats": {
- "base-attack": "163",
- "base-defense": "135",
- "base-stamina": "156",
- "max-cp": "1780",
- "max-hp": "135"
- },
- "resistant": [
- "fire",
- "water",
- "electric",
- "grass"
- ],
- "weaknesses": [
- "ice",
- "dragon",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "dragon breath",
- "type": "dragon",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "iron tail",
- "type": "steel",
- "base-damage": "15",
- "energy": "7",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "wrap",
- "type": "normal",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.9"
- },
- {
- "name": "aqua tail",
- "type": "water",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "dragon pulse",
- "type": "dragon",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "dratini candy",
- "next-evolution": [{
- "num": "149",
- "name": "dragonite",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "147",
- "name": "dratini",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "149",
- "name": "dragonite",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Dragonite is capable of circling the globe in just 16 hours. It is a kindhearted Pokémon that leads lost and foundering ships in a storm to the safety of land.",
- "img": "https://www.serebii.net/pokemongo/pokemon/149.png",
- "size": {
- "height": "2.21 m",
- "weight": "210.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "dragon",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": "0.0011",
- "stats": {
- "base-attack": "263",
- "base-defense": "198",
- "base-stamina": "209",
- "max-cp": "3792",
- "max-hp": "177"
- },
- "resistant": [
- "fire",
- "water",
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "ice",
- "rock",
- "dragon",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "steel wing",
- "type": "steel",
- "base-damage": "11",
- "energy": "6",
- "move-duration-seg": "0.8"
- },
- {
- "name": "dragon tail",
- "type": "dragon",
- "base-damage": "15",
- "energy": "9",
- "move-duration-seg": "1.1"
- },
- {
- "name": "dragon breath",
- "type": "dragon",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "hurricane",
- "type": "flying",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "2.7"
- },
- {
- "name": "outrage",
- "type": "dragon",
- "base-damage": "110",
- "energy": "-50",
- "move-duration-seg": "3.9"
- },
- {
- "name": "dragon claw",
- "type": "dragon",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.7"
- },
- {
- "name": "dragon pulse",
- "type": "dragon",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "dratini candy",
- "prev-evolution": [{
- "num": "148",
- "name": "dragonair",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "147",
- "name": "dratini",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "150",
- "name": "mewtwo",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Mewtwo is a Pokémon that was created by genetic manipulation. However, even though the scientific power of humans created this Pokémon's body, they failed to endow Mewtwo with a compassionate heart",
- "img": "https://www.serebii.net/pokemongo/pokemon/150.png",
- "size": {
- "height": "2.01 m",
- "weight": "122.0 kg"
- },
- "pokemon-rarity": "legendary",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.06"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "300",
- "base-defense": "182",
- "base-stamina": "214",
- "max-cp": "4178",
- "max-hp": "180"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "psycho cut",
- "type": "psychic",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "focus blast",
- "type": "fight",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "mewtwo candy"
- }
- },
- {
- "num": "151",
- "name": "mew",
- "generation": {
- "num": "generation i",
- "name": "kanto"
- },
- "about": "Mew is said to possess the genetic composition of all Pokémon. It is capable of making itself invisible at will, so it entirely avoids notice even if it approaches people.",
- "img": "https://www.serebii.net/pokemongo/pokemon/151.png",
- "size": {
- "height": "0.41 m",
- "weight": "4.0 kg"
- },
- "pokemon-rarity": "mythic",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0",
- "base-capture-rate": "100"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "210",
- "base-defense": "210",
- "base-stamina": "225",
- "max-cp": "3265",
- "max-hp": "189"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- }],
- "special-attack": [
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "focus blast",
- "type": "fight",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.5"
- },
- {
- "name": "thunder",
- "type": "electric",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.4"
- },
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "mew candy"
- }
- },
- {
- "num": "152",
- "name": "chikorita",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "In battle, Chikorita waves its leaf around to keep the foe at bay. However, a sweet fragrance also wafts from the leaf, becalming the battling Pokémon and creating a cozy, friendly atmosphere all around.",
- "img": "https://www.serebii.net/pokemongo/pokemon/152.png",
- "size": {
- "height": "0.89 m",
- "weight": "6.4 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "92",
- "base-defense": "122",
- "base-stamina": "128",
- "max-cp": "935",
- "max-hp": "113"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "vine whip",
- "type": "grass",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "energy ball",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.9"
- },
- {
- "name": "grass knot",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "chikorita candy",
- "next-evolution": [{
- "num": "153",
- "name": "bayleef",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "154",
- "name": "meganium",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "153",
- "name": "bayleef",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Bayleef's neck is ringed by curled-up leaves. Inside each tubular leaf is a small shoot of a tree. The fragrance of this shoot makes people peppy.",
- "img": "https://www.serebii.net/pokemongo/pokemon/153.png",
- "size": {
- "height": "1.19 m",
- "weight": "15.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "122",
- "base-defense": "155",
- "base-stamina": "155",
- "max-cp": "1454",
- "max-hp": "134"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "energy ball",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.9"
- },
- {
- "name": "grass knot",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "chikorita candy",
- "next-evolution": [{
- "num": "154",
- "name": "meganium",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "152",
- "name": "chikorita",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "154",
- "name": "meganium",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "The fragrance of Meganium's flower soothes and calms emotions. In battle, this Pokémon gives off more of its becalming scent to blunt the foe's fighting spirit.",
- "img": "https://www.serebii.net/pokemongo/pokemon/154.png",
- "size": {
- "height": "1.80 m",
- "weight": "100.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "168",
- "base-defense": "202",
- "base-stamina": "190",
- "max-cp": "2410",
- "max-hp": "162"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "vine whip",
- "type": "grass",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "petal blizzard",
- "type": "grass",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "2.6"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "chikorita candy",
- "prev-evolution": [{
- "num": "153",
- "name": "bayleef",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "152",
- "name": "chikorita",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "155",
- "name": "cyndaquil",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Cyndaquil protects itself by flaring up the flames on its back. The flames are vigorous if the Pokémon is angry. However, if it is tired, the flames splutter fitfully with incomplete combustion.",
- "img": "https://www.serebii.net/pokemongo/pokemon/155.png",
- "size": {
- "height": "0.51 m",
- "weight": "7.9 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "116",
- "base-defense": "93",
- "base-stamina": "118",
- "max-cp": "980",
- "max-hp": "105"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "flame charge",
- "type": "fire",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.8"
- },
- {
- "name": "swift",
- "type": "normal",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.8"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "cyndaquil candy",
- "next-evolution": [{
- "num": "156",
- "name": "quilava",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "157",
- "name": "typhlosion",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "156",
- "name": "quilava",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Quilava keeps its foes at bay with the intensity of its flames and gusts of superheated air. This Pokémon applies its outstanding nimbleness to dodge attacks even while scorching the foe with flames.",
- "img": "https://www.serebii.net/pokemongo/pokemon/156.png",
- "size": {
- "height": "0.89 m",
- "weight": "19.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "158",
- "base-defense": "126",
- "base-stamina": "151",
- "max-cp": "1653",
- "max-hp": "131"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "flame charge",
- "type": "fire",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.8"
- },
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "cyndaquil candy",
- "next-evolution": [{
- "num": "157",
- "name": "typhlosion",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "155",
- "name": "cyndaquil",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "157",
- "name": "typhlosion",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Typhlosion obscures itself behind a shimmering heat haze that it creates using its intensely hot flames. This Pokémon creates blazing explosive blasts that burn everything to cinders.",
- "img": "https://www.serebii.net/pokemongo/pokemon/157.png",
- "size": {
- "height": "1.70 m",
- "weight": "79.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "223",
- "base-defense": "173",
- "base-stamina": "186",
- "max-cp": "2889",
- "max-hp": "158"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "shadow claw",
- "type": "ghost",
- "base-damage": "9",
- "energy": "6",
- "move-duration-seg": "0.7"
- }
- ],
- "special-attack": [
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "overheat",
- "type": "fire",
- "base-damage": "160",
- "energy": "-100",
- "move-duration-seg": "4"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "cyndaquil candy",
- "prev-evolution": [{
- "num": "156",
- "name": "quilava",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "155",
- "name": "cyndaquil",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "158",
- "name": "totodile",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Despite the smallness of its body, Totodile's jaws are very powerful. While the Pokémon may think it is just playfully nipping, its bite has enough power to cause serious injury.",
- "img": "https://www.serebii.net/pokemongo/pokemon/158.png",
- "size": {
- "height": "0.61 m",
- "weight": "9.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "117",
- "base-defense": "109",
- "base-stamina": "137",
- "max-cp": "1131",
- "max-hp": "120"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "aqua jet",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "2.6"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "totodile candy",
- "next-evolution": [{
- "num": "159",
- "name": "croconaw",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "160",
- "name": "feraligatr",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "159",
- "name": "croconaw",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Once Croconaw has clamped its jaws on its foe, it will absolutely not let go. Because the tips of its fangs are forked back like barbed fishhooks, they become impossible to remove when they have sunk in.",
- "img": "https://www.serebii.net/pokemongo/pokemon/159.png",
- "size": {
- "height": "1.09 m",
- "weight": "25.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "150",
- "base-defense": "142",
- "base-stamina": "163",
- "max-cp": "1722",
- "max-hp": "140"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "ice punch",
- "type": "ice",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "totodile candy",
- "next-evolution": [{
- "num": "160",
- "name": "feraligatr",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "158",
- "name": "totodile",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "160",
- "name": "feraligatr",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Feraligatr intimidates its foes by opening its huge mouth. In battle, it will kick the ground hard with its thick and powerful hind legs to charge at the foe at an incredible speed.",
- "img": "https://www.serebii.net/pokemongo/pokemon/160.png",
- "size": {
- "height": "2.31 m",
- "weight": "88.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "205",
- "base-defense": "188",
- "base-stamina": "198",
- "max-cp": "2857",
- "max-hp": "168"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "totodile candy",
- "prev-evolution": [{
- "num": "159",
- "name": "croconaw",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "158",
- "name": "totodile",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "161",
- "name": "sentret",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "When Sentret sleeps, it does so while another stands guard. The sentry wakes the others at the first sign of danger. When this Pokémon becomes separated from its pack, it becomes incapable of sleep due to fear.",
- "img": "https://www.serebii.net/pokemongo/pokemon/161.png",
- "size": {
- "height": "0.79 m",
- "weight": "6.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "79",
- "base-defense": "73",
- "base-stamina": "111",
- "max-cp": "618",
- "max-hp": "99"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "grass knot",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "sentret candy",
- "next-evolution": [{
- "num": "162",
- "name": "furret",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "162",
- "name": "furret",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Furret has a very slim build. When under attack, it can slickly squirm through narrow spaces and get away. In spite of its short limbs, this Pokémon is very nimble and fleet.",
- "img": "https://www.serebii.net/pokemongo/pokemon/162.png",
- "size": {
- "height": "1.80 m",
- "weight": "32.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "148",
- "base-defense": "125",
- "base-stamina": "198",
- "max-cp": "1758",
- "max-hp": "168"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "sucker punch",
- "type": "dark",
- "base-damage": "7",
- "energy": "8",
- "move-duration-seg": "0.7"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "sentret candy",
- "prev-evolution": [{
- "num": "161",
- "name": "sentret",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "163",
- "name": "hoothoot",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Hoothoot has an internal organ that senses and tracks the earth's rotation. Using this special organ, this Pokémon begins hooting at precisely the same time every day.",
- "img": "https://www.serebii.net/pokemongo/pokemon/163.png",
- "size": {
- "height": "0.71 m",
- "weight": "21.2 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "67",
- "base-defense": "88",
- "base-stamina": "155",
- "max-cp": "677",
- "max-hp": "134"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "rock"
- ],
- "quick-move": [
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- },
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- }
- ],
- "special-attack": [
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- }],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "hoothoot candy",
- "next-evolution": [{
- "num": "164",
- "name": "noctowl",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "164",
- "name": "noctowl",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Noctowl never fails at catching prey in darkness. This Pokémon owes its success to its superior vision that allows it to see in minimal light, and to its soft, supple wings that make no sound in flight.",
- "img": "https://www.serebii.net/pokemongo/pokemon/164.png",
- "size": {
- "height": "1.60 m",
- "weight": "40.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "145",
- "base-defense": "156",
- "base-stamina": "225",
- "max-cp": "2024",
- "max-hp": "189"
- },
- "resistant": [
- "grass",
- "ground",
- "bug",
- "ghost"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "rock"
- ],
- "quick-move": [
- {
- "name": "wing attack",
- "type": "flying",
- "base-damage": "8",
- "energy": "9",
- "move-duration-seg": "0.8"
- },
- {
- "name": "extrasensory",
- "type": "psychic",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "sky attack",
- "type": "flying",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- },
- {
- "name": "night shade",
- "type": "ghost",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "hoothoot candy",
- "prev-evolution": [{
- "num": "163",
- "name": "hoothoot",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "165",
- "name": "ledyba",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Ledyba secretes an aromatic fluid from where its legs join its body. This fluid is used for communicating with others. This Pokémon conveys its feelings to others by altering the fluid's scent.",
- "img": "https://www.serebii.net/pokemongo/pokemon/165.png",
- "size": {
- "height": "0.99 m",
- "weight": "10.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "72",
- "base-defense": "118",
- "base-stamina": "120",
- "max-cp": "728",
- "max-hp": "106"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "fire",
- "electric",
- "ice",
- "flying"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "silver wind",
- "type": "bug",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.7"
- },
- {
- "name": "swift",
- "type": "normal",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.8"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "ledyba candy",
- "next-evolution": [{
- "num": "166",
- "name": "ledian",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "166",
- "name": "ledian",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "It is said that in lands with clean air, where the stars fill the sky, there live Ledian in countless numbers. There is a good reason for this-the Pokémon uses the light of the stars as its energy.",
- "img": "https://www.serebii.net/pokemongo/pokemon/166.png",
- "size": {
- "height": "1.40 m",
- "weight": "35.6 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "107",
- "base-defense": "179",
- "base-stamina": "146",
- "max-cp": "1346",
- "max-hp": "127"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "fire",
- "electric",
- "ice",
- "flying"
- ],
- "quick-move": [
- {
- "name": "struggle bug",
- "type": "bug",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "bug buzz",
- "type": "bug",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.7"
- },
- {
- "name": "silver wind",
- "type": "bug",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.7"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "ledyba candy",
- "prev-evolution": [{
- "num": "165",
- "name": "ledyba",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "167",
- "name": "spinarak",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "The web spun by Spinarak can be considered its second nervous system. It is said that this Pokémon can determine what kind of prey is touching its web just by the tiny vibrations it feels through the web's strands.",
- "img": "https://www.serebii.net/pokemongo/pokemon/167.png",
- "size": {
- "height": "0.51 m",
- "weight": "8.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "105",
- "base-defense": "73",
- "base-stamina": "120",
- "max-cp": "816",
- "max-hp": "106"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "night slash",
- "type": "dark",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.2"
- },
- {
- "name": "signal beam",
- "type": "bug",
- "base-damage": "75",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "cross poison",
- "type": "poison",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "spinarak candy",
- "next-evolution": [{
- "num": "168",
- "name": "ariados",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "168",
- "name": "ariados",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Ariados's feet are tipped with tiny hooked claws that enable it to scuttle on ceilings and vertical walls. This Pokémon constricts the foe with thin and strong silk webbing.",
- "img": "https://www.serebii.net/pokemongo/pokemon/168.png",
- "size": {
- "height": "1.09 m",
- "weight": "33.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "161",
- "base-defense": "124",
- "base-stamina": "172",
- "max-cp": "1772",
- "max-hp": "147"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- },
- {
- "name": "infestation",
- "type": "bug",
- "base-damage": "10",
- "energy": "14",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "shadow sneak",
- "type": "ghost",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.9"
- },
- {
- "name": "megahorn",
- "type": "bug",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2.2"
- },
- {
- "name": "cross poison",
- "type": "poison",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "spinarak candy",
- "prev-evolution": [{
- "num": "167",
- "name": "spinarak",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "169",
- "name": "crobat",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "If this Pokémon is flying by fluttering only a pair of wings on either the forelegs or hind legs, it's proof that Crobat has been flying a long distance. It switches the wings it uses if it is tired.",
- "img": "https://www.serebii.net/pokemongo/pokemon/169.png",
- "size": {
- "height": "1.80 m",
- "weight": "75.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "poison",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "194",
- "base-defense": "178",
- "base-stamina": "198",
- "max-cp": "2646",
- "max-hp": "168"
- },
- "resistant": [
- "grass",
- "fighting",
- "poison",
- "bug",
- "fairy"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "psychic",
- "rock"
- ],
- "quick-move": [
- {
- "name": "air slash",
- "type": "flying",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.2"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "air cutter",
- "type": "flying",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "zubat candy",
- "prev-evolution": [{
- "num": "042",
- "name": "golbat",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "041",
- "name": "zubat",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "170",
- "name": "chinchou",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Chinchou lets loose positive and negative electrical charges from its two antennas to make its prey faint. This Pokémon flashes its electric lights to exchange signals with others.",
- "img": "https://www.serebii.net/pokemongo/pokemon/170.png",
- "size": {
- "height": "0.51 m",
- "weight": "12.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "106",
- "base-defense": "97",
- "base-stamina": "181",
- "max-cp": "1119",
- "max-hp": "154"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "grass",
- "ground"
- ],
- "quick-move": [
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- },
- {
- "name": "spark",
- "type": "electric",
- "base-damage": "6",
- "energy": "9",
- "move-duration-seg": "0.7"
- }
- ],
- "special-attack": [
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "chinchou candy",
- "next-evolution": [{
- "num": "171",
- "name": "lanturn",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "171",
- "name": "lanturn",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Lanturn is nicknamed \"the deep-sea star for its illuminated antenna. This Pokémon produces light by causing a chemical reaction between bacteria and its bodily fluids inside the antenna.",
- "img": "https://www.serebii.net/pokemongo/pokemon/171.png",
- "size": {
- "height": "1.19 m",
- "weight": "22.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "146",
- "base-defense": "137",
- "base-stamina": "268",
- "max-cp": "2085",
- "max-hp": "223"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "grass",
- "ground"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "thunder",
- "type": "electric",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "chinchou candy",
- "prev-evolution": [{
- "num": "170",
- "name": "chinchou",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "172",
- "name": "pichu",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Pichu charges itself with electricity more easily on days with thunderclouds or when the air is very dry. You can hear the crackling of static electricity coming off this Pokémon.",
- "img": "https://www.serebii.net/pokemongo/pokemon/172.png",
- "size": {
- "height": "0.30 m",
- "weight": "2.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "not in capture",
- "base-capture-rate": "not in capture"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "77",
- "base-defense": "53",
- "base-stamina": "85",
- "max-cp": "473",
- "max-hp": "79"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "disarming voice",
- "type": "fairy",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.9"
- },
- {
- "name": "thunder punch",
- "type": "electric",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.8"
- }
- ],
- "egg": "7 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "pikachu candy",
- "next-evolution": [{
- "num": "025",
- "name": "pikachu",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "026",
- "name": "raichu",
- "candy-cost": "50"
- }]
- }]
- }
- },
- {
- "num": "173",
- "name": "cleffa",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "On nights with many shooting stars, Cleffa can be seen dancing in a ring. They dance through the night and stop only at the break of day, when these Pokémon quench their thirst with the morning dew.",
- "img": "https://www.serebii.net/pokemongo/pokemon/173.png",
- "size": {
- "height": "0.30 m",
- "weight": "3.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fairy"
- ],
- "encounter": {
- "base-flee-rate": "not in capture",
- "base-capture-rate": "not in capture"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "75",
- "base-defense": "79",
- "base-stamina": "137",
- "max-cp": "671",
- "max-hp": "120"
- },
- "resistant": [
- "fighting",
- "bug",
- "dragon",
- "dark"
- ],
- "weaknesses": [
- "poison",
- "steel"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "grass knot",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "psyshock",
- "type": "psychic",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.7"
- },
- {
- "name": "signal beam",
- "type": "bug",
- "base-damage": "75",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "7 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "clefairy candy",
- "next-evolution": [{
- "num": "035",
- "name": "clefairy",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "036",
- "name": "clefable",
- "candy-cost": "50"
- }]
- }]
- }
- },
- {
- "num": "174",
- "name": "igglybuff",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Igglybuff's vocal cords are not sufficiently developed. It would hurt its throat if it were to sing too much. This Pokémon gargles with freshwater from a clean stream.",
- "img": "https://www.serebii.net/pokemongo/pokemon/174.png",
- "size": {
- "height": "0.30 m",
- "weight": "1.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "fairy"
- ],
- "encounter": {
- "base-flee-rate": "not in capture",
- "base-capture-rate": "not in capture"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "69",
- "base-defense": "32",
- "base-stamina": "207",
- "max-cp": "535",
- "max-hp": "175"
- },
- "resistant": [
- "bug",
- "ghost",
- "dragon",
- "dark"
- ],
- "weaknesses": [
- "poison",
- "steel"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "wild charge",
- "type": "electric",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "shadow ball",
- "type": "ghost",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "7 km",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "jigglypuff candy",
- "next-evolution": [{
- "num": "039",
- "name": "jigglypuff",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "040",
- "name": "wigglytuff",
- "candy-cost": "50"
- }]
- }]
- }
- },
- {
- "num": "175",
- "name": "togepi",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "As its energy, Togepi uses the positive emotions of compassion and pleasure exuded by people and Pokémon. This Pokémon stores up feelings of happiness inside its shell, then shares them with others.",
- "img": "https://www.serebii.net/pokemongo/pokemon/175.png",
- "size": {
- "height": "0.30 m",
- "weight": "1.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fairy"
- ],
- "encounter": {
- "base-flee-rate": "not in capture",
- "base-capture-rate": "not in capture"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "67",
- "base-defense": "116",
- "base-stamina": "111",
- "max-cp": "657",
- "max-hp": "99"
- },
- "resistant": [
- "fighting",
- "bug",
- "dragon",
- "dark"
- ],
- "weaknesses": [
- "poison",
- "steel"
- ],
- "quick-move": [
- {
- "name": "hidden power",
- "type": "normal",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- },
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- },
- {
- "name": "psyshock",
- "type": "psychic",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.7"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "7 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "togepi candy",
- "next-evolution": [{
- "num": "176",
- "name": "togetic",
- "candy-cost": "50",
- "next-evolution": [{
- "num": "468",
- "name": "togekiss",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }]
- }]
- }
- },
- {
- "num": "176",
- "name": "togetic",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Togetic is said to be a Pokémon that brings good fortune. When the Pokémon spots someone who is pure of heart, it is said to appear and share its happiness with that person.",
- "img": "https://www.serebii.net/pokemongo/pokemon/176.png",
- "size": {
- "height": "0.61 m",
- "weight": "3.2 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fairy",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "139",
- "base-defense": "181",
- "base-stamina": "146",
- "max-cp": "1708",
- "max-hp": "127"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "bug",
- "dragon"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "poison",
- "rock"
- ],
- "quick-move": [
- {
- "name": "extrasensory",
- "type": "psychic",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- },
- {
- "name": "hidden power",
- "type": "normal",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- }
- ],
- "special-attack": [
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "togepi candy",
- "next-evolution": [{
- "num": "468",
- "name": "togekiss",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }],
- "prev-evolution": [{
- "num": "175",
- "name": "togepi",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "177",
- "name": "natu",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Natu cannot fly because its wings are not yet fully grown. If your eyes meet with this Pokémon's eyes, it will stare back intently at you. But if you move even slightly, it will hop away to safety.",
- "img": "https://www.serebii.net/pokemongo/pokemon/177.png",
- "size": {
- "height": "0.21 m",
- "weight": "2.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.15",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "134",
- "base-defense": "89",
- "base-stamina": "120",
- "max-cp": "1102",
- "max-hp": "106"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "psychic"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "rock",
- "ghost"
- ],
- "quick-move": [
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "night shade",
- "type": "ghost",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "psyshock",
- "type": "psychic",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.7"
- },
- {
- "name": "drill peck",
- "type": "flying",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "natu candy",
- "next-evolution": [{
- "num": "178",
- "name": "xatu",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "178",
- "name": "xatu",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Xatu stands rooted and still in one spot all day long. People believe that this Pokémon does so out of fear of the terrible things it has foreseen in the future.",
- "img": "https://www.serebii.net/pokemongo/pokemon/178.png",
- "size": {
- "height": "1.50 m",
- "weight": "15.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "192",
- "base-defense": "146",
- "base-stamina": "163",
- "max-cp": "2188",
- "max-hp": "140"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "psychic"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "rock",
- "ghost"
- ],
- "quick-move": [
- {
- "name": "air slash",
- "type": "flying",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.2"
- },
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "ominous wind",
- "type": "ghost",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "futuresight",
- "type": "psychic",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "2.7"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "natu candy",
- "prev-evolution": [{
- "num": "177",
- "name": "natu",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "179",
- "name": "mareep",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Mareep's fluffy coat of wool rubs together and builds a static charge. The more static electricity is charged, the more brightly the lightbulb at the tip of its tail glows.",
- "img": "https://www.serebii.net/pokemongo/pokemon/179.png",
- "size": {
- "height": "0.61 m",
- "weight": "7.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "114",
- "base-defense": "79",
- "base-stamina": "146",
- "max-cp": "991",
- "max-hp": "127"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "mareep candy",
- "next-evolution": [{
- "num": "180",
- "name": "flaaffy",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "181",
- "name": "ampharos",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "180",
- "name": "flaaffy",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Flaaffy's wool quality changes so that it can generate a high amount of static electricity with a small amount of wool. The bare and slick parts of its hide are shielded against electricity.",
- "img": "https://www.serebii.net/pokemongo/pokemon/180.png",
- "size": {
- "height": "0.79 m",
- "weight": "13.3 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "145",
- "base-defense": "109",
- "base-stamina": "172",
- "max-cp": "1521",
- "max-hp": "147"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "power gem",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "mareep candy",
- "next-evolution": [{
- "num": "181",
- "name": "ampharos",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "179",
- "name": "mareep",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "181",
- "name": "ampharos",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Ampharos gives off so much light that it can be seen even from space. People in the old days used the light of this Pokémon to send signals back and forth with others far away.",
- "img": "https://www.serebii.net/pokemongo/pokemon/181.png",
- "size": {
- "height": "1.40 m",
- "weight": "61.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "211",
- "base-defense": "169",
- "base-stamina": "207",
- "max-cp": "2852",
- "max-hp": "175"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- },
- {
- "name": "volt switch",
- "type": "electric",
- "base-damage": "20",
- "energy": "25",
- "move-duration-seg": "2.3"
- }
- ],
- "special-attack": [
- {
- "name": "zap cannon",
- "type": "electric",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.7"
- },
- {
- "name": "focus blast",
- "type": "fight",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.5"
- },
- {
- "name": "thunder",
- "type": "electric",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "mareep candy",
- "prev-evolution": [{
- "num": "180",
- "name": "flaaffy",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "179",
- "name": "mareep",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "182",
- "name": "bellossom",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "When Bellossom gets exposed to plenty of sunlight, the leaves ringing its body begin to spin around. This Pokémon's dancing is renowned in the southern lands.",
- "img": "https://www.serebii.net/pokemongo/pokemon/182.png",
- "size": {
- "height": "0.41 m",
- "weight": "5.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "169",
- "base-defense": "186",
- "base-stamina": "181",
- "max-cp": "2281",
- "max-hp": "154"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "acid",
- "type": "poison",
- "base-damage": "9",
- "energy": "8",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "leaf blade",
- "type": "grass",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "petal blizzard",
- "type": "grass",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "2.6"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "oddish candy",
- "prev-evolution": [{
- "num": "044",
- "name": "gloom",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sun stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sun-stone.png"
- },
- "prev-evolution": [{
- "num": "043",
- "name": "oddish",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "183",
- "name": "marill",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Marill's oil-filled tail acts much like a life preserver. If you see just its tail bobbing on the water's surface, it's a sure indication that this Pokémon is diving beneath the water to feed on aquatic plants.",
- "img": "https://www.serebii.net/pokemongo/pokemon/183.png",
- "size": {
- "height": "0.41 m",
- "weight": "8.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "fairy"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "37",
- "base-defense": "93",
- "base-stamina": "172",
- "max-cp": "461",
- "max-hp": "147"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "fighting",
- "bug"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "poison"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "aqua tail",
- "type": "water",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "marill candy",
- "next-evolution": [{
- "num": "184",
- "name": "azumarill",
- "candy-cost": "25"
- }],
- "prev-evolution": [{
- "num": "298",
- "name": "azurill",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "184",
- "name": "azumarill",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Azumarill's long ears are indispensable sensors. By focusing its hearing, this Pokémon can identify what kinds of prey are around, even in rough and fast-running rivers.",
- "img": "https://www.serebii.net/pokemongo/pokemon/184.png",
- "size": {
- "height": "0.79 m",
- "weight": "28.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "fairy"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "112",
- "base-defense": "152",
- "base-stamina": "225",
- "max-cp": "1588",
- "max-hp": "189"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "fighting",
- "bug"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "poison"
- ],
- "quick-move": [
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- },
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "play rough",
- "type": "fairy",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "marill candy",
- "prev-evolution": [{
- "num": "183",
- "name": "marill",
- "candy-cost": "25",
- "prev-evolution": [{
- "num": "298",
- "name": "azurill",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "185",
- "name": "sudowoodo",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Sudowoodo camouflages itself as a tree to avoid being attacked by enemies. However, because its hands remain green throughout the year, the Pokémon is easily identified as a fake during the winter.",
- "img": "https://www.serebii.net/pokemongo/pokemon/185.png",
- "size": {
- "height": "1.19 m",
- "weight": "38.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "167",
- "base-defense": "176",
- "base-stamina": "172",
- "max-cp": "2148",
- "max-hp": "147"
- },
- "resistant": [
- "normal",
- "fire",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "water",
- "grass",
- "fighting",
- "ground"
- ],
- "quick-move": [
- {
- "name": "rock throw",
- "type": "rock",
- "base-damage": "12",
- "energy": "7",
- "move-duration-seg": "0.9"
- },
- {
- "name": "counter",
- "type": "fight",
- "base-damage": "12",
- "energy": "8",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "sudowoodo candy",
- "prev-evolution": [{
- "num": "438",
- "name": "bonsly",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "186",
- "name": "politoed",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "The curled hair on Politoed's head is proof of its status as a king. It is said that the longer and more curled the hair, the more respect this Pokémon earns from its peers.",
- "img": "https://www.serebii.net/pokemongo/pokemon/186.png",
- "size": {
- "height": "10.90 m",
- "weight": "33.9 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "174",
- "base-defense": "179",
- "base-stamina": "207",
- "max-cp": "2449",
- "max-hp": "175"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- },
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "poliwag candy",
- "prev-evolution": [{
- "num": "061",
- "name": "poliwhirl",
- "candy-cost": "100",
- "evolution-item": {
- "name": "kings rock",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/kings-rock.png"
- },
- "prev-evolution": [{
- "num": "060",
- "name": "poliwag",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "187",
- "name": "hoppip",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "This Pokémon drifts and floats with the wind. If it senses the approach of strong winds, Hoppip links its leaves with other Hoppip to prepare against being blown away.",
- "img": "https://www.serebii.net/pokemongo/pokemon/187.png",
- "size": {
- "height": "0.41 m",
- "weight": "0.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.12",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "67",
- "base-defense": "94",
- "base-stamina": "111",
- "max-cp": "600",
- "max-hp": "99"
- },
- "resistant": [
- "water",
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bullet seed",
- "type": "grass",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "grass knot",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "seed bomb",
- "type": "grass",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.1"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "hoppip candy",
- "next-evolution": [{
- "num": "188",
- "name": "skiploom",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "189",
- "name": "jumpluff",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "188",
- "name": "skiploom",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Skiploom's flower blossoms when the temperature rises above 64 degrees Fahrenheit. How much the flower opens depends on the temperature. For that reason, this Pokémon is sometimes used as a thermometer.",
- "img": "https://www.serebii.net/pokemongo/pokemon/188.png",
- "size": {
- "height": "0.61 m",
- "weight": "1.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "91",
- "base-defense": "120",
- "base-stamina": "146",
- "max-cp": "976",
- "max-hp": "127"
- },
- "resistant": [
- "water",
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bullet seed",
- "type": "grass",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "grass knot",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "energy ball",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "hoppip candy",
- "next-evolution": [{
- "num": "189",
- "name": "jumpluff",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "187",
- "name": "hoppip",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "189",
- "name": "jumpluff",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Jumpluff rides warm southern winds to cross the sea and fly to foreign lands. The Pokémon descends to the ground when it encounters cold air while it is floating.",
- "img": "https://www.serebii.net/pokemongo/pokemon/189.png",
- "size": {
- "height": "0.79 m",
- "weight": "3.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "118",
- "base-defense": "183",
- "base-stamina": "181",
- "max-cp": "1636",
- "max-hp": "154"
- },
- "resistant": [
- "water",
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "infestation",
- "type": "bug",
- "base-damage": "10",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "bullet seed",
- "type": "grass",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "energy ball",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.9"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "hoppip candy",
- "prev-evolution": [{
- "num": "188",
- "name": "skiploom",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "187",
- "name": "hoppip",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "190",
- "name": "aipom",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Aipom's tail ends in a hand-like appendage that can be cleverly manipulated. However, because the Pokémon uses its tail so much, its real hands have become rather clumsy.",
- "img": "https://www.serebii.net/pokemongo/pokemon/190.png",
- "size": {
- "height": "0.79 m",
- "weight": "11.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "136",
- "base-defense": "112",
- "base-stamina": "146",
- "max-cp": "1348",
- "max-hp": "127"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "astonish",
- "type": "ghost",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "low sweep",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "swift",
- "type": "normal",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.8"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "aipom candy"
- }
- },
- {
- "num": "191",
- "name": "sunkern",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Sunkern tries to move as little as it possibly can. It does so because it tries to conserve all the nutrients it has stored in its body for its evolution. It will not eat a thing, subsisting only on morning dew.",
- "img": "https://www.serebii.net/pokemongo/pokemon/191.png",
- "size": {
- "height": "0.30 m",
- "weight": "1.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "55",
- "base-defense": "55",
- "base-stamina": "102",
- "max-cp": "395",
- "max-hp": "92"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "cut",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "energy ball",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.9"
- },
- {
- "name": "grass knot",
- "type": "grass",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "seed bomb",
- "type": "grass",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.1"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "sunkern candy",
- "next-evolution": [{
- "num": "192",
- "name": "sunflora",
- "candy-cost": "50",
- "evolution-item": {
- "name": "sun stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sun-stone.png"
- }
- }]
- }
- },
- {
- "num": "192",
- "name": "sunflora",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Sunflora converts solar energy into nutrition. It moves around actively in the daytime when it is warm. It stops moving as soon as the sun goes down for the night.",
- "img": "https://www.serebii.net/pokemongo/pokemon/192.png",
- "size": {
- "height": "0.79 m",
- "weight": "8.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "185",
- "base-defense": "135",
- "base-stamina": "181",
- "max-cp": "2141",
- "max-hp": "154"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "razor leaf",
- "type": "grass",
- "base-damage": "13",
- "energy": "7",
- "move-duration-seg": "1"
- },
- {
- "name": "bullet seed",
- "type": "grass",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- },
- {
- "name": "petal blizzard",
- "type": "grass",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "2.6"
- },
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "sunkern candy",
- "prev-evolution": [{
- "num": "191",
- "name": "sunkern",
- "candy-cost": "50",
- "evolution-item": {
- "name": "sun stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sun-stone.png"
- }
- }]
- }
- },
- {
- "num": "193",
- "name": "yanma",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Yanma is capable of seeing 360 degrees without having to move its eyes. It is a great flier that is adept at making sudden stops and turning midair. This Pokémon uses its flying ability to quickly chase down targeted prey.",
- "img": "https://www.serebii.net/pokemongo/pokemon/193.png",
- "size": {
- "height": "1.19 m",
- "weight": "38.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "154",
- "base-defense": "94",
- "base-stamina": "163",
- "max-cp": "1470",
- "max-hp": "140"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "fire",
- "electric",
- "ice",
- "flying"
- ],
- "quick-move": [
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- },
- {
- "name": "wing attack",
- "type": "flying",
- "base-damage": "8",
- "energy": "9",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "silver wind",
- "type": "bug",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.7"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "yanma candy"
- }
- },
- {
- "num": "194",
- "name": "wooper",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Wooper usually lives in water. However, it occasionally comes out onto land in search of food. On land, it coats its body with a gooey, toxic film.",
- "img": "https://www.serebii.net/pokemongo/pokemon/194.png",
- "size": {
- "height": "0.41 m",
- "weight": "8.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "75",
- "base-defense": "66",
- "base-stamina": "146",
- "max-cp": "641",
- "max-hp": "127"
- },
- "resistant": [
- "fire",
- "poison",
- "rock",
- "steel"
- ],
- "weaknesses": [
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "mud bomb",
- "type": "ground",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "wooper candy",
- "next-evolution": [{
- "num": "195",
- "name": "quagsire",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "195",
- "name": "quagsire",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Quagsire hunts for food by leaving its mouth wide open in water and waiting for its prey to blunder in unaware. Because the Pokémon does not move, it does not get very hungry.",
- "img": "https://www.serebii.net/pokemongo/pokemon/195.png",
- "size": {
- "height": "1.40 m",
- "weight": "75.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "152",
- "base-defense": "143",
- "base-stamina": "216",
- "max-cp": "1992",
- "max-hp": "182"
- },
- "resistant": [
- "fire",
- "poison",
- "rock",
- "steel"
- ],
- "weaknesses": [
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "sludge bomb",
- "type": "poison",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.3"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "wooper candy",
- "prev-evolution": [{
- "num": "194",
- "name": "wooper",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "196",
- "name": "espeon",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Espeon is extremely loyal to any Trainer it considers to be worthy. It is said that this Pokémon developed its precognitive powers to protect its Trainer from harm.",
- "img": "https://www.serebii.net/pokemongo/pokemon/196.png",
- "size": {
- "height": "0.89 m",
- "weight": "26.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "261",
- "base-defense": "175",
- "base-stamina": "163",
- "max-cp": "3170",
- "max-hp": "140"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "psybeam",
- "type": "psychic",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "futuresight",
- "type": "psychic",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "eevee candy",
- "prev-evolution": [{
- "num": "133",
- "name": "eevee",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "197",
- "name": "umbreon",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Umbreon evolved as a result of exposure to the moon's waves. It hides silently in darkness and waits for its foes to make a move. The rings on its body glow when it leaps to attack.",
- "img": "https://www.serebii.net/pokemongo/pokemon/197.png",
- "size": {
- "height": "0.99 m",
- "weight": "27.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "dark"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "126",
- "base-defense": "240",
- "base-stamina": "216",
- "max-cp": "2137",
- "max-hp": "182"
- },
- "resistant": [
- "psychic",
- "ghost",
- "dark"
- ],
- "weaknesses": [
- "fighting",
- "bug",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- },
- {
- "name": "snarl",
- "type": "dark",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "foul play",
- "type": "dark",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "eevee candy",
- "prev-evolution": [{
- "num": "133",
- "name": "eevee",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "198",
- "name": "murkrow",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Murkrow was feared and loathed as the alleged bearer of ill fortune. This Pokémon shows strong interest in anything that sparkles or glitters. It will even try to steal rings from women.",
- "img": "https://www.serebii.net/pokemongo/pokemon/198.png",
- "size": {
- "height": "0.51 m",
- "weight": "2.1 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "dark",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "175",
- "base-defense": "87",
- "base-stamina": "155",
- "max-cp": "1562",
- "max-hp": "134"
- },
- "resistant": [
- "grass",
- "ground",
- "psychic",
- "ghost",
- "dark"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "rock",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "peck",
- "type": "flying",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "drill peck",
- "type": "flying",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "2.3"
- },
- {
- "name": "foul play",
- "type": "dark",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- },
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "murkrow candy",
- "next-evolution": [{
- "num": "430",
- "name": "honchkrow",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }]
- }
- },
- {
- "num": "199",
- "name": "slowking",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Slowking undertakes research every day in an effort to solve the mysteries of the world. However, this Pokémon apparently forgets everything it has learned if the Shellder on its head comes off.",
- "img": "https://www.serebii.net/pokemongo/pokemon/199.png",
- "size": {
- "height": "2.01 m",
- "weight": "79.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "177",
- "base-defense": "180",
- "base-stamina": "216",
- "max-cp": "2545",
- "max-hp": "182"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "bug",
- "ghost"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "slowpoke candy",
- "prev-evolution": [{
- "num": "079",
- "name": "slowpoke",
- "candy-cost": "50",
- "evolution-item": {
- "name": "kings rock",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/kings-rock.png"
- }
- }]
- }
- },
- {
- "num": "200",
- "name": "misdreavus",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Misdreavus frightens people with a creepy, sobbing cry. The Pokémon apparently uses its red spheres to absorb the fearful feelings of foes and turn them into nutrition.",
- "img": "https://www.serebii.net/pokemongo/pokemon/200.png",
- "size": {
- "height": "0.71 m",
- "weight": "1.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ghost"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "167",
- "base-defense": "154",
- "base-stamina": "155",
- "max-cp": "1926",
- "max-hp": "134"
- },
- "resistant": [
- "normal",
- "fighting",
- "poison",
- "bug"
- ],
- "weaknesses": [
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "astonish",
- "type": "ghost",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- },
- {
- "name": "hex",
- "type": "ghost",
- "base-damage": "10",
- "energy": "15",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "shadow sneak",
- "type": "ghost",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.9"
- },
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- },
- {
- "name": "ominous wind",
- "type": "ghost",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "misdreavus candy",
- "next-evolution": [{
- "num": "429",
- "name": "mismagius",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }]
- }
- },
- {
- "num": "201",
- "name": "unown",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "This Pokémon is shaped like ancient writing. It is a mystery as to which came first, the ancient writings or the various Unown. Research into this topic is ongoing but nothing is known.",
- "img": "https://www.serebii.net/pokemongo/pokemon/201.png",
- "size": {
- "height": "0.51 m",
- "weight": "5.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "136",
- "base-defense": "91",
- "base-stamina": "134",
- "max-cp": "1185",
- "max-hp": "117"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "hidden power",
- "type": "normal",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- }],
- "special-attack": [
- {
- "name": "struggle",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "unown candy"
- }
- },
- {
- "num": "202",
- "name": "wobbuffet",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "If two or more Wobbuffet meet, they will turn competitive and try to outdo each other's endurance. However, they may try to see which one can endure the longest without food. Trainers need to beware of this habit.",
- "img": "https://www.serebii.net/pokemongo/pokemon/202.png",
- "size": {
- "height": "1.30 m",
- "weight": "28.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "60",
- "base-defense": "106",
- "base-stamina": "382",
- "max-cp": "1026",
- "max-hp": "313"
- },
- "resistant": [
- "fighting",
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "ghost",
- "dark"
- ],
- "quick-move": [
- {
- "name": "counter",
- "type": "fight",
- "base-damage": "12",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "splash",
- "type": "water",
- "base-damage": "0",
- "energy": "0",
- "move-duration-seg": "1.73"
- }
- ],
- "special-attack": [
- {
- "name": "mirror coat",
- "type": "psychic",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.6"
- }],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "wobbuffet candy",
- "prev-evolution": [{
- "num": "360",
- "name": "wynaut",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "203",
- "name": "girafarig",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Girafarig's rear head also has a brain, but it is small. The rear head attacks in response to smells and sounds. Approaching this Pokémon from behind can cause the rear head to suddenly lash out and bite.",
- "img": "https://www.serebii.net/pokemongo/pokemon/203.png",
- "size": {
- "height": "1.50 m",
- "weight": "41.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal",
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "182",
- "base-defense": "133",
- "base-stamina": "172",
- "max-cp": "2046",
- "max-hp": "147"
- },
- "resistant": [
- "psychic"
- ],
- "weaknesses": [
- "bug",
- "dark"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- }
- ],
- "special-attack": [
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "mirror coat",
- "type": "psychic",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "2.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "girafarig candy"
- }
- },
- {
- "num": "204",
- "name": "pineco",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Pineco hangs from a tree branch and patiently waits for prey to come along. If the Pokémon is disturbed while eating by someone shaking its tree, it drops down to the ground and explodes with no warning.",
- "img": "https://www.serebii.net/pokemongo/pokemon/204.png",
- "size": {
- "height": "0.61 m",
- "weight": "7.2 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug"
- ],
- "encounter": {
- "base-flee-rate": "0.12",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "108",
- "base-defense": "122",
- "base-stamina": "137",
- "max-cp": "1108",
- "max-hp": "120"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "rock"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "gyro ball",
- "type": "steel",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "rock tomb",
- "type": "rock",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "sand tomb",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "4"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "pineco candy",
- "next-evolution": [{
- "num": "205",
- "name": "forretress",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "205",
- "name": "forretress",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Forretress conceals itself inside its hardened steel shell. The shell is opened when the Pokémon is catching prey, but it does so at such a quick pace that the shell's inside cannot be seen.",
- "img": "https://www.serebii.net/pokemongo/pokemon/205.png",
- "size": {
- "height": "1.19 m",
- "weight": "125.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "steel"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "161",
- "base-defense": "205",
- "base-stamina": "181",
- "max-cp": "2282",
- "max-hp": "154"
- },
- "resistant": [
- "normal",
- "grass",
- "ice",
- "poison",
- "psychic"
- ],
- "weaknesses": [
- "fire"
- ],
- "quick-move": [
- {
- "name": "bug bite",
- "type": "bug",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- },
- {
- "name": "struggle bug",
- "type": "bug",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- }
- ],
- "special-attack": [
- {
- "name": "heavy slam",
- "type": "steel",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.1"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "rock tomb",
- "type": "rock",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "pineco candy",
- "prev-evolution": [{
- "num": "204",
- "name": "pineco",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "206",
- "name": "dunsparce",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Dunsparce has a drill for its tail. It uses this tail to burrow into the ground backward. This Pokémon is known to make its nest in complex shapes deep under the ground.",
- "img": "https://www.serebii.net/pokemongo/pokemon/206.png",
- "size": {
- "height": "1.50 m",
- "weight": "14.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "131",
- "base-defense": "128",
- "base-stamina": "225",
- "max-cp": "1689",
- "max-hp": "189"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "astonish",
- "type": "ghost",
- "base-damage": "8",
- "energy": "14",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "drill run",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.8"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "dunsparce candy"
- }
- },
- {
- "num": "207",
- "name": "gligar",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Gligar glides through the air without a sound as if it were sliding. This Pokémon hangs on to the face of its foe using its clawed hind legs and the large pincers on its forelegs, then injects the prey with its poison barb.",
- "img": "https://www.serebii.net/pokemongo/pokemon/207.png",
- "size": {
- "height": "1.09 m",
- "weight": "64.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "143",
- "base-defense": "184",
- "base-stamina": "163",
- "max-cp": "1857",
- "max-hp": "140"
- },
- "resistant": [
- "fighting",
- "poison",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "water",
- "ice"
- ],
- "quick-move": [
- {
- "name": "fury cutter",
- "type": "bug",
- "base-damage": "3",
- "energy": "6",
- "move-duration-seg": "0.4"
- },
- {
- "name": "wing attack",
- "type": "flying",
- "base-damage": "8",
- "energy": "9",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- },
- {
- "name": "night slash",
- "type": "dark",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "gligar candy",
- "next-evolution": [{
- "num": "472",
- "name": "gliscor",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }]
- }
- },
- {
- "num": "208",
- "name": "steelix",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Steelix lives even further underground than Onix. This Pokémon is known to dig toward the earth's core. There are records of this Pokémon reaching a depth of over six-tenths of a mile underground.",
- "img": "https://www.serebii.net/pokemongo/pokemon/208.png",
- "size": {
- "height": "9.19 m",
- "weight": "400.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "steel",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "148",
- "base-defense": "272",
- "base-stamina": "181",
- "max-cp": "2414",
- "max-hp": "154"
- },
- "resistant": [
- "normal",
- "electric",
- "poison",
- "flying",
- "psychic"
- ],
- "weaknesses": [
- "fire",
- "water",
- "fighting",
- "ground"
- ],
- "quick-move": [
- {
- "name": "iron tail",
- "type": "steel",
- "base-damage": "15",
- "energy": "7",
- "move-duration-seg": "1.1"
- },
- {
- "name": "dragon tail",
- "type": "dragon",
- "base-damage": "15",
- "energy": "9",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "heavy slam",
- "type": "steel",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.1"
- },
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "onix candy",
- "prev-evolution": [{
- "num": "095",
- "name": "onix",
- "candy-cost": "50",
- "evolution-item": {
- "name": "metal coat",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/metal-coat.png"
- }
- }]
- }
- },
- {
- "num": "209",
- "name": "snubbull",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "By baring its fangs and making a scary face, Snubbull sends smaller Pokémon scurrying away in terror. However, this Pokémon seems a little sad at making its foes flee.",
- "img": "https://www.serebii.net/pokemongo/pokemon/209.png",
- "size": {
- "height": "0.61 m",
- "weight": "7.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fairy"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "137",
- "base-defense": "85",
- "base-stamina": "155",
- "max-cp": "1237",
- "max-hp": "134"
- },
- "resistant": [
- "fighting",
- "bug",
- "dragon",
- "dark"
- ],
- "weaknesses": [
- "poison",
- "steel"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "snubbull candy",
- "next-evolution": [{
- "num": "210",
- "name": "granbull",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "210",
- "name": "granbull",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Granbull has a particularly well-developed lower jaw. The enormous fangs are heavy, causing the Pokémon to tip its head back for balance. Unless it is startled, it will not try to bite indiscriminately.",
- "img": "https://www.serebii.net/pokemongo/pokemon/210.png",
- "size": {
- "height": "1.40 m",
- "weight": "48.7 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fairy"
- ],
- "encounter": {
- "base-flee-rate": "0.08",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "212",
- "base-defense": "131",
- "base-stamina": "207",
- "max-cp": "2552",
- "max-hp": "175"
- },
- "resistant": [
- "fighting",
- "bug",
- "dragon",
- "dark"
- ],
- "weaknesses": [
- "poison",
- "steel"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "snarl",
- "type": "dark",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "play rough",
- "type": "fairy",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "close combat",
- "type": "fight",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "snubbull candy",
- "prev-evolution": [{
- "num": "209",
- "name": "snubbull",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "211",
- "name": "qwilfish",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Qwilfish sucks in water, inflating itself. This Pokémon uses the pressure of the water it swallowed to shoot toxic quills all at once from all over its body. It finds swimming somewhat challenging.",
- "img": "https://www.serebii.net/pokemongo/pokemon/211.png",
- "size": {
- "height": "0.51 m",
- "weight": "3.9 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "poison"
- ],
- "encounter": {
- "base-flee-rate": "0.08",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "184",
- "base-defense": "138",
- "base-stamina": "163",
- "max-cp": "2051",
- "max-hp": "140"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "fighting",
- "poison"
- ],
- "weaknesses": [
- "electric",
- "ground",
- "psychic"
- ],
- "quick-move": [
- {
- "name": "poison sting",
- "type": "poison",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- },
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "aqua tail",
- "type": "water",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "sludge wave",
- "type": "poison",
- "base-damage": "110",
- "energy": "-100",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "qwilfish candy"
- }
- },
- {
- "num": "212",
- "name": "scizor",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Scizor has a body with the hardness of steel. It is not easily fazed by ordinary sorts of attacks. This Pokémon flaps its wings to regulate its body temperature.",
- "img": "https://www.serebii.net/pokemongo/pokemon/212.png",
- "size": {
- "height": "2.01 m",
- "weight": "125.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "steel"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "236",
- "base-defense": "181",
- "base-stamina": "172",
- "max-cp": "3001",
- "max-hp": "147"
- },
- "resistant": [
- "normal",
- "grass",
- "ice",
- "poison",
- "psychic"
- ],
- "weaknesses": [
- "fire"
- ],
- "quick-move": [
- {
- "name": "bullet punch",
- "type": "steel",
- "base-damage": "9",
- "energy": "10",
- "move-duration-seg": "0.9"
- },
- {
- "name": "fury cutter",
- "type": "bug",
- "base-damage": "3",
- "energy": "6",
- "move-duration-seg": "0.4"
- }
- ],
- "special-attack": [
- {
- "name": "x scissor",
- "type": "water",
- "base-damage": "50",
- "energy": "-100",
- "move-duration-seg": "4.7"
- },
- {
- "name": "iron head",
- "type": "steel",
- "base-damage": "60",
- "energy": "-50",
- "move-duration-seg": "1.9"
- },
- {
- "name": "night slash",
- "type": "dark",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "scyther candy",
- "prev-evolution": [{
- "num": "123",
- "name": "scyther",
- "candy-cost": "50",
- "evolution-item": {
- "name": "metal coat",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/metal-coat.png"
- }
- }]
- }
- },
- {
- "num": "213",
- "name": "shuckle",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Shuckle quietly hides itself under rocks, keeping its body concealed inside its hard shell while eating berries it has stored away. The berries mix with its body fluids to become a juice.",
- "img": "https://www.serebii.net/pokemongo/pokemon/213.png",
- "size": {
- "height": "0.61 m",
- "weight": "20.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "rock"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "17",
- "base-defense": "396",
- "base-stamina": "85",
- "max-cp": "405",
- "max-hp": "79"
- },
- "resistant": [
- "normal",
- "poison"
- ],
- "weaknesses": [
- "water",
- "rock",
- "steel"
- ],
- "quick-move": [
- {
- "name": "struggle bug",
- "type": "bug",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- },
- {
- "name": "rock throw",
- "type": "rock",
- "base-damage": "12",
- "energy": "7",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "rock blast",
- "type": "rock",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "gyro ball",
- "type": "steel",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "shuckle candy"
- }
- },
- {
- "num": "214",
- "name": "heracross",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Heracross charges in a straight line at its foe, slips beneath the foe's grasp, and then scoops up and hurls the opponent with its mighty horn. This Pokémon even has enough power to topple a massive tree.",
- "img": "https://www.serebii.net/pokemongo/pokemon/214.png",
- "size": {
- "height": "1.50 m",
- "weight": "54.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "bug",
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "234",
- "base-defense": "179",
- "base-stamina": "190",
- "max-cp": "3101",
- "max-hp": "162"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "bug",
- "dark"
- ],
- "weaknesses": [
- "fire",
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "counter",
- "type": "fight",
- "base-damage": "12",
- "energy": "8",
- "move-duration-seg": "0.9"
- },
- {
- "name": "struggle bug",
- "type": "bug",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- }
- ],
- "special-attack": [
- {
- "name": "megahorn",
- "type": "bug",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2.2"
- },
- {
- "name": "close combat",
- "type": "fight",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "heracross candy"
- }
- },
- {
- "num": "215",
- "name": "sneasel",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Sneasel scales trees by punching its hooked claws into the bark. This Pokémon seeks out unguarded nests and steals eggs for food while the parents are away.",
- "img": "https://www.serebii.net/pokemongo/pokemon/215.png",
- "size": {
- "height": "0.89 m",
- "weight": "28.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "dark",
- "ice"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "189",
- "base-defense": "146",
- "base-stamina": "146",
- "max-cp": "2051",
- "max-hp": "127"
- },
- "resistant": [
- "ice",
- "psychic",
- "ghost",
- "dark"
- ],
- "weaknesses": [
- "fire",
- "fighting",
- "bug",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ice shard",
- "type": "ice",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.2"
- },
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "avalanche",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "ice punch",
- "type": "ice",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "foul play",
- "type": "dark",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "sneasel candy",
- "next-evolution": [{
- "num": "461",
- "name": "weavile",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }]
- }
- },
- {
- "num": "216",
- "name": "teddiursa",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "This Pokémon likes to lick its palms that are sweetened by being soaked in honey. Teddiursa concocts its own honey by blending fruits and pollen collected by Beedrill.",
- "img": "https://www.serebii.net/pokemongo/pokemon/216.png",
- "size": {
- "height": "0.61 m",
- "weight": "8.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "142",
- "base-defense": "93",
- "base-stamina": "155",
- "max-cp": "1328",
- "max-hp": "134"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "scratch",
- "type": "normal",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "lick",
- "type": "ghost",
- "base-damage": "5",
- "energy": "6",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "cross chop",
- "type": "fight",
- "base-damage": "50",
- "energy": "-50",
- "move-duration-seg": "1.5"
- },
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "play rough",
- "type": "fairy",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "teddiursa candy",
- "next-evolution": [{
- "num": "217",
- "name": "ursaring",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "217",
- "name": "ursaring",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "In the forests inhabited by Ursaring, it is said that there are many streams and towering trees where they gather food. This Pokémon walks through its forest gathering food every day.",
- "img": "https://www.serebii.net/pokemongo/pokemon/217.png",
- "size": {
- "height": "1.80 m",
- "weight": "125.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "236",
- "base-defense": "144",
- "base-stamina": "207",
- "max-cp": "2945",
- "max-hp": "175"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "metal claw",
- "type": "steel",
- "base-damage": "8",
- "energy": "7",
- "move-duration-seg": "0.7"
- },
- {
- "name": "counter",
- "type": "fight",
- "base-damage": "12",
- "energy": "8",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "close combat",
- "type": "fight",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "play rough",
- "type": "fairy",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "teddiursa candy",
- "prev-evolution": [{
- "num": "216",
- "name": "teddiursa",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "218",
- "name": "slugma",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Molten magma courses throughout Slugma's circulatory system. If this Pokémon is chilled, the magma cools and hardens. Its body turns brittle and chunks fall off, reducing its size.",
- "img": "https://www.serebii.net/pokemongo/pokemon/218.png",
- "size": {
- "height": "0.71 m",
- "weight": "35.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "118",
- "base-defense": "71",
- "base-stamina": "120",
- "max-cp": "895",
- "max-hp": "106"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "rock throw",
- "type": "rock",
- "base-damage": "12",
- "energy": "7",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "flame burst",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "flame charge",
- "type": "fire",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.8"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "slugma candy",
- "next-evolution": [{
- "num": "219",
- "name": "magcargo",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "219",
- "name": "magcargo",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Magcargo's shell is actually its skin that hardened as a result of cooling. Its shell is very brittle and fragile-just touching it causes it to crumble apart. This Pokémon returns to its original size by dipping itself in magma.",
- "img": "https://www.serebii.net/pokemongo/pokemon/219.png",
- "size": {
- "height": "0.79 m",
- "weight": "55.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire",
- "rock"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "139",
- "base-defense": "191",
- "base-stamina": "137",
- "max-cp": "1702",
- "max-hp": "120"
- },
- "resistant": [
- "normal",
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "water",
- "fighting",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "rock throw",
- "type": "rock",
- "base-damage": "12",
- "energy": "7",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "heat wave",
- "type": "fire",
- "base-damage": "95",
- "energy": "-100",
- "move-duration-seg": "3"
- },
- {
- "name": "overheat",
- "type": "fire",
- "base-damage": "160",
- "energy": "-100",
- "move-duration-seg": "4"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "slugma candy",
- "prev-evolution": [{
- "num": "218",
- "name": "slugma",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "220",
- "name": "swinub",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Swinub roots for food by rubbing its snout against the ground. Its favorite food is a mushroom that grows under the cover of dead grass. This Pokémon occasionally roots out hot springs.",
- "img": "https://www.serebii.net/pokemongo/pokemon/220.png",
- "size": {
- "height": "0.41 m",
- "weight": "6.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ice",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "90",
- "base-defense": "69",
- "base-stamina": "137",
- "max-cp": "741",
- "max-hp": "120"
- },
- "resistant": [
- "electric",
- "poison"
- ],
- "weaknesses": [
- "fire",
- "water",
- "grass",
- "fighting"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "powder snow",
- "type": "ice",
- "base-damage": "6",
- "energy": "15",
- "move-duration-seg": "1"
- }
- ],
- "special-attack": [
- {
- "name": "icy wind",
- "type": "ice",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "3.3"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "2 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "swinub candy",
- "next-evolution": [{
- "num": "221",
- "name": "piloswine",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "221",
- "name": "piloswine",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Piloswine is covered by a thick coat of long hair that enables it to endure the freezing cold. This Pokémon uses its tusks to dig up food that has been buried under ice.",
- "img": "https://www.serebii.net/pokemongo/pokemon/221.png",
- "size": {
- "height": "1.09 m",
- "weight": "55.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ice",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "181",
- "base-defense": "138",
- "base-stamina": "225",
- "max-cp": "2345",
- "max-hp": "189"
- },
- "resistant": [
- "electric",
- "poison"
- ],
- "weaknesses": [
- "fire",
- "water",
- "grass",
- "fighting"
- ],
- "quick-move": [
- {
- "name": "ice shard",
- "type": "ice",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.2"
- },
- {
- "name": "powder snow",
- "type": "ice",
- "base-damage": "6",
- "energy": "15",
- "move-duration-seg": "1"
- }
- ],
- "special-attack": [
- {
- "name": "avalanche",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "bulldoze",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "swinub candy",
- "prev-evolution": [{
- "num": "220",
- "name": "swinub",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "222",
- "name": "corsola",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Corsola's branches glitter very beautifully in seven colors when they catch sunlight. If any branch breaks off, this Pokémon grows it back in just one night.",
- "img": "https://www.serebii.net/pokemongo/pokemon/222.png",
- "size": {
- "height": "0.61 m",
- "weight": "5.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "rock"
- ],
- "encounter": {
- "base-flee-rate": "0.12",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "118",
- "base-defense": "156",
- "base-stamina": "146",
- "max-cp": "1378",
- "max-hp": "127"
- },
- "resistant": [
- "normal",
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "weaknesses": [
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "rock blast",
- "type": "rock",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.1"
- },
- {
- "name": "power gem",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.9"
- },
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "corsola candy"
- }
- },
- {
- "num": "223",
- "name": "remoraid",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Remoraid sucks in water, then expels it at high velocity using its abdominal muscles to shoot down flying prey. When evolution draws near, this Pokémon travels downstream from rivers.",
- "img": "https://www.serebii.net/pokemongo/pokemon/223.png",
- "size": {
- "height": "0.61 m",
- "weight": "12.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "127",
- "base-defense": "69",
- "base-stamina": "111",
- "max-cp": "912",
- "max-hp": "99"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "aurora beam",
- "type": "ice",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.55"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "rock blast",
- "type": "rock",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "2.1"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "remoraid candy",
- "next-evolution": [{
- "num": "224",
- "name": "octillery",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "224",
- "name": "octillery",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Octillery grabs onto its foe using its tentacles. This Pokémon tries to immobilize it before delivering the finishing blow. If the foe turns out to be too strong, Octillery spews ink to escape.",
- "img": "https://www.serebii.net/pokemongo/pokemon/224.png",
- "size": {
- "height": "0.89 m",
- "weight": "28.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "197",
- "base-defense": "141",
- "base-stamina": "181",
- "max-cp": "2315",
- "max-hp": "154"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "mud shot",
- "type": "ground",
- "base-damage": "5",
- "energy": "7",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "gunk shot",
- "type": "poison",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "aurora beam",
- "type": "ice",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.55"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "1",
- "evolution": {
- "candy": "remoraid candy",
- "prev-evolution": [{
- "num": "223",
- "name": "remoraid",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "225",
- "name": "delibird",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Delibird carries its food bundled up in its tail. There once was a famous explorer who managed to reach the peak of the world's highest mountain, thanks to one of these Pokémon sharing its food.",
- "img": "https://www.serebii.net/pokemongo/pokemon/225.png",
- "size": {
- "height": "0.89 m",
- "weight": "16.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ice",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "128",
- "base-defense": "90",
- "base-stamina": "128",
- "max-cp": "1094",
- "max-hp": "113"
- },
- "resistant": [
- "grass",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "fire",
- "electric",
- "rock",
- "steel"
- ],
- "quick-move": [
- {
- "name": "ice shard",
- "type": "ice",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.2"
- },
- {
- "name": "quick attack",
- "type": "normal",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "ice punch",
- "type": "ice",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "icy wind",
- "type": "ice",
- "base-damage": "60",
- "energy": "-33",
- "move-duration-seg": "3.3"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "delibird candy"
- }
- },
- {
- "num": "226",
- "name": "mantine",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "On sunny days, schools of Mantine can be seen elegantly leaping over the sea's waves. This Pokémon is not bothered by the Remoraid that hitches rides.",
- "img": "https://www.serebii.net/pokemongo/pokemon/226.png",
- "size": {
- "height": "2.11 m",
- "weight": "220.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "148",
- "base-defense": "226",
- "base-stamina": "163",
- "max-cp": "2108",
- "max-hp": "140"
- },
- "resistant": [
- "fire",
- "water",
- "fighting",
- "ground",
- "bug"
- ],
- "weaknesses": [
- "electric",
- "rock"
- ],
- "quick-move": [
- {
- "name": "bubble",
- "type": "water",
- "base-damage": "12",
- "energy": "14",
- "move-duration-seg": "1.2"
- },
- {
- "name": "wing attack",
- "type": "flying",
- "base-damage": "8",
- "energy": "9",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- },
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "aerial ace",
- "type": "flying",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "mantine candy",
- "prev-evolution": [{
- "num": "458",
- "name": "mantyke",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "227",
- "name": "skarmory",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Skarmory is entirely encased in hard, protective armor. This Pokémon flies at close to 190 mph. It slashes foes with its wings that possess swordlike cutting edges.",
- "img": "https://www.serebii.net/pokemongo/pokemon/227.png",
- "size": {
- "height": "1.70 m",
- "weight": "50.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "steel",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.09",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "148",
- "base-defense": "226",
- "base-stamina": "163",
- "max-cp": "2108",
- "max-hp": "140"
- },
- "resistant": [
- "normal",
- "grass",
- "poison",
- "flying",
- "psychic"
- ],
- "weaknesses": [
- "fire",
- "electric"
- ],
- "quick-move": [
- {
- "name": "steel wing",
- "type": "steel",
- "base-damage": "11",
- "energy": "6",
- "move-duration-seg": "0.8"
- },
- {
- "name": "air slash",
- "type": "flying",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.2"
- }
- ],
- "special-attack": [
- {
- "name": "brave bird",
- "type": "flying",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2"
- },
- {
- "name": "sky attack",
- "type": "flying",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- },
- {
- "name": "flash cannon",
- "type": "steel",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "skarmory candy"
- }
- },
- {
- "num": "228",
- "name": "houndour",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Houndour hunt as a coordinated pack. They communicate with each other using a variety of cries to corner their prey. This Pokémon's remarkable teamwork is unparalleled.",
- "img": "https://www.serebii.net/pokemongo/pokemon/228.png",
- "size": {
- "height": "0.61 m",
- "weight": "10.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "dark",
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "152",
- "base-defense": "83",
- "base-stamina": "128",
- "max-cp": "1234",
- "max-hp": "113"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "psychic",
- "ghost"
- ],
- "weaknesses": [
- "water",
- "fighting",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "feint attack",
- "type": "dark",
- "base-damage": "10",
- "energy": "9",
- "move-duration-seg": "0.9"
- },
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- }
- ],
- "special-attack": [
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- },
- {
- "name": "dark pulse",
- "type": "dark",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "houndour candy",
- "next-evolution": [{
- "num": "229",
- "name": "houndoom",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "229",
- "name": "houndoom",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "In a Houndoom pack, the one with its horns raked sharply toward the back serves a leadership role. These Pokémon choose their leader by fighting among themselves.",
- "img": "https://www.serebii.net/pokemongo/pokemon/229.png",
- "size": {
- "height": "1.40 m",
- "weight": "35.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "dark",
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.06",
- "base-capture-rate": "0.15"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "224",
- "base-defense": "144",
- "base-stamina": "181",
- "max-cp": "2635",
- "max-hp": "154"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "psychic",
- "ghost"
- ],
- "weaknesses": [
- "water",
- "fighting",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "snarl",
- "type": "dark",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- },
- {
- "name": "fire fang",
- "type": "fire",
- "base-damage": "11",
- "energy": "8",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "foul play",
- "type": "dark",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "houndour candy",
- "prev-evolution": [{
- "num": "228",
- "name": "houndour",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "230",
- "name": "kingdra",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Kingdra lives at extreme ocean depths that are otherwise uninhabited. It has long been believed that the yawning of this Pokémon creates spiraling ocean currents.",
- "img": "https://www.serebii.net/pokemongo/pokemon/230.png",
- "size": {
- "height": "1.80 m",
- "weight": "152.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "water",
- "dragon"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "194",
- "base-defense": "194",
- "base-stamina": "181",
- "max-cp": "2641",
- "max-hp": "154"
- },
- "resistant": [
- "fire",
- "water",
- "steel"
- ],
- "weaknesses": [
- "dragon",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "water gun",
- "type": "water",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "dragon breath",
- "type": "dragon",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "blizzard",
- "type": "ice",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.1"
- },
- {
- "name": "outrage",
- "type": "dragon",
- "base-damage": "110",
- "energy": "-50",
- "move-duration-seg": "3.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "horsea candy",
- "prev-evolution": [{
- "num": "117",
- "name": "seadra",
- "candy-cost": "100",
- "evolution-item": {
- "name": "dragon scale",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/dragon-scale.png"
- },
- "prev-evolution": [{
- "num": "116",
- "name": "horsea",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "231",
- "name": "phanpy",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "For its nest, Phanpy digs a vertical pit in the ground at the edge of a river. It marks the area around its nest with its trunk to let the others know that the area has been claimed.",
- "img": "https://www.serebii.net/pokemongo/pokemon/231.png",
- "size": {
- "height": "0.51 m",
- "weight": "33.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.2",
- "base-capture-rate": "0.5"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "107",
- "base-defense": "98",
- "base-stamina": "207",
- "max-cp": "1206",
- "max-hp": "175"
- },
- "resistant": [
- "electric",
- "poison",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- }
- ],
- "special-attack": [
- {
- "name": "bulldoze",
- "type": "ground",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.5"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "5 km",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "phanpy candy",
- "next-evolution": [{
- "num": "232",
- "name": "donphan",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "232",
- "name": "donphan",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Donphan's favorite attack is curling its body into a ball, then charging at its foe while rolling at high speed. Once it starts rolling, this Pokémon can't stop very easily.",
- "img": "https://www.serebii.net/pokemongo/pokemon/232.png",
- "size": {
- "height": "1.09 m",
- "weight": "120.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.125"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "214",
- "base-defense": "185",
- "base-stamina": "207",
- "max-cp": "3013",
- "max-hp": "175"
- },
- "resistant": [
- "electric",
- "poison",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ice"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "counter",
- "type": "fight",
- "base-damage": "12",
- "energy": "8",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "earthquake",
- "type": "ground",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "3.6"
- },
- {
- "name": "heavy slam",
- "type": "steel",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.1"
- },
- {
- "name": "play rough",
- "type": "fairy",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "phanpy candy",
- "prev-evolution": [{
- "num": "231",
- "name": "phanpy",
- "candy-cost": "50"
- }]
- }
- },
- {
- "num": "233",
- "name": "porygon2",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Porygon2 was created by humans using the power of science. The man-made Pokémon has been endowed with artificial intelligence that enables it to learn new gestures and emotions on its own.",
- "img": "https://www.serebii.net/pokemongo/pokemon/233.png",
- "size": {
- "height": "0.61 m",
- "weight": "32.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "198",
- "base-defense": "180",
- "base-stamina": "198",
- "max-cp": "2711",
- "max-hp": "168"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "hidden power",
- "type": "normal",
- "base-damage": "15",
- "energy": "15",
- "move-duration-seg": "1.5"
- },
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "zap cannon",
- "type": "electric",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "3.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "porygon candy",
- "next-evolution": [{
- "num": "474",
- "name": "porygon-z",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }],
- "prev-evolution": [{
- "num": "137",
- "name": "porygon",
- "candy-cost": "25",
- "evolution-item": {
- "name": "up grade",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/up-grade.png"
- }
- }]
- }
- },
- {
- "num": "234",
- "name": "stantler",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Stantler's magnificent antlers were traded at high prices as works of art. As a result, this Pokémon was hunted close to extinction by those who were after the priceless antlers.",
- "img": "https://www.serebii.net/pokemongo/pokemon/234.png",
- "size": {
- "height": "1.40 m",
- "weight": "71.2 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.08",
- "base-capture-rate": "0.3"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "192",
- "base-defense": "131",
- "base-stamina": "177",
- "max-cp": "2164",
- "max-hp": "151"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "stomp",
- "type": "normal",
- "base-damage": "55",
- "energy": "-50",
- "move-duration-seg": "1.7"
- },
- {
- "name": "wild charge",
- "type": "electric",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "megahorn",
- "type": "bug",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "stantler candy"
- }
- },
- {
- "num": "235",
- "name": "smeargle",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Smeargle marks the boundaries of its territory using a body fluid that leaks out from the tip of its tail. Over 5,000 different marks left by this Pokémon have been found.",
- "img": "https://www.serebii.net/pokemongo/pokemon/235.png",
- "size": {
- "height": "1.19 m",
- "weight": "58.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.25"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "40",
- "base-defense": "83",
- "base-stamina": "146",
- "max-cp": "431",
- "max-hp": "127"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }],
- "special-attack": [
- {
- "name": "struggle",
- "type": "normal",
- "base-damage": "35",
- "energy": "-33",
- "move-duration-seg": "2.2"
- }],
- "egg": "not in eggs",
- "buddy-distance-km": "3",
- "evolution": {
- "candy": "smeargle candy"
- }
- },
- {
- "num": "236",
- "name": "tyrogue",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Tyrogue becomes stressed out if it does not get to train every day. When raising this Pokémon, the Trainer must establish and uphold various training methods.",
- "img": "https://www.serebii.net/pokemongo/pokemon/236.png",
- "size": {
- "height": "0.71 m",
- "weight": "21.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "not in capture",
- "base-capture-rate": "not in capture"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "64",
- "base-defense": "64",
- "base-stamina": "111",
- "max-cp": "492",
- "max-hp": "99"
- },
- "resistant": [
- "bug",
- "rock",
- "dark"
- ],
- "weaknesses": [
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- },
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- }
- ],
- "special-attack": [
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "rock slide",
- "type": "rock",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.7"
- },
- {
- "name": "low sweep",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.9"
- }
- ],
- "egg": "7 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "tyrogue candy",
- "next-evolution": [
- {
- "num": "106",
- "name": "hitmonlee",
- "candy-cost": "25"
- },
- {
- "num": "107",
- "name": "hitmonchan",
- "candy-cost": "25"
- },
- {
- "num": "237",
- "name": "hitmontop",
- "candy-cost": "25"
- }
- ]
- }
- },
- {
- "num": "237",
- "name": "hitmontop",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Hitmontop spins on its head at high speed, all the while delivering kicks. This technique is a remarkable mix of both offense and defense at the same time. The Pokémon travels faster spinning than it does walking.",
- "img": "https://www.serebii.net/pokemongo/pokemon/237.png",
- "size": {
- "height": "1.40 m",
- "weight": "48.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fighting"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "173",
- "base-defense": "207",
- "base-stamina": "137",
- "max-cp": "2156",
- "max-hp": "120"
- },
- "resistant": [
- "bug",
- "rock",
- "dark"
- ],
- "weaknesses": [
- "flying",
- "psychic",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- },
- {
- "name": "counter",
- "type": "fight",
- "base-damage": "12",
- "energy": "8",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "close combat",
- "type": "fight",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- },
- {
- "name": "gyro ball",
- "type": "steel",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "tyrogue candy",
- "prev-evolution": [{
- "num": "236",
- "name": "tyrogue",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "238",
- "name": "smoochum",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Smoochum actively runs about, but also falls quite often. Whenever the chance arrives, it will look for its reflection to make sure its face hasn't become dirty.",
- "img": "https://www.serebii.net/pokemongo/pokemon/238.png",
- "size": {
- "height": "0.41 m",
- "weight": "6.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "ice",
- "psychic"
- ],
- "encounter": {
- "base-flee-rate": "not in capture",
- "base-capture-rate": "not in capture"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "153",
- "base-defense": "91",
- "base-stamina": "128",
- "max-cp": "1291",
- "max-hp": "113"
- },
- "resistant": [
- "ice",
- "psychic"
- ],
- "weaknesses": [
- "fire",
- "bug",
- "rock",
- "ghost"
- ],
- "quick-move": [
- {
- "name": "powder snow",
- "type": "ice",
- "base-damage": "6",
- "energy": "15",
- "move-duration-seg": "1"
- },
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "frost breath",
- "type": "ice",
- "base-damage": "10",
- "energy": "8",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "ice beam",
- "type": "ice",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "3.3"
- },
- {
- "name": "ice punch",
- "type": "ice",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "psyshock",
- "type": "psychic",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "7 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "jynx candy",
- "next-evolution": [{
- "num": "124",
- "name": "jynx",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "239",
- "name": "elekid",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Elekid stores electricity in its body. If it touches metal and accidentally discharges all its built-up electricity, this Pokémon begins swinging its arms in circles to recharge itself.",
- "img": "https://www.serebii.net/pokemongo/pokemon/239.png",
- "size": {
- "height": "0.61 m",
- "weight": "23.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "not in capture",
- "base-capture-rate": "not in capture"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "135",
- "base-defense": "101",
- "base-stamina": "128",
- "max-cp": "1206",
- "max-hp": "113"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- },
- {
- "name": "low kick",
- "type": "fight",
- "base-damage": "6",
- "energy": "6",
- "move-duration-seg": "0.6"
- }
- ],
- "special-attack": [
- {
- "name": "thunder punch",
- "type": "electric",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.8"
- },
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "discharge",
- "type": "electric",
- "base-damage": "65",
- "energy": "-33",
- "move-duration-seg": "2.5"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- }
- ],
- "egg": "7 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "electabuzz candy",
- "next-evolution": [{
- "num": "125",
- "name": "electabuzz",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "466",
- "name": "electivire",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }]
- }]
- }
- },
- {
- "num": "240",
- "name": "magby",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Magby's state of health is determined by observing the fire it breathes. If the Pokémon is spouting yellow flames from its mouth, it is in good health. When it is fatigued, black smoke will be mixed in with the flames.",
- "img": "https://www.serebii.net/pokemongo/pokemon/240.png",
- "size": {
- "height": "0.71 m",
- "weight": "21.4 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "not in capture",
- "base-capture-rate": "not in capture"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "151",
- "base-defense": "99",
- "base-stamina": "128",
- "max-cp": "1323",
- "max-hp": "113"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "ember",
- "type": "fire",
- "base-damage": "10",
- "energy": "10",
- "move-duration-seg": "1"
- },
- {
- "name": "karate chop",
- "type": "fight",
- "base-damage": "8",
- "energy": "10",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "brick break",
- "type": "fight",
- "base-damage": "40",
- "energy": "-33",
- "move-duration-seg": "1.6"
- },
- {
- "name": "fire punch",
- "type": "fire",
- "base-damage": "55",
- "energy": "-33",
- "move-duration-seg": "2.2"
- },
- {
- "name": "flame burst",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.6"
- },
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- }
- ],
- "egg": "7 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "magmar candy",
- "next-evolution": [{
- "num": "126",
- "name": "magmar",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "467",
- "name": "magmortar",
- "candy-cost": "100",
- "evolution-item": {
- "name": "sinnoh stone",
- "img": "https://pokemon.gameinfo.io/images/item/thumbs/200/sinnoh-stone.png"
- }
- }]
- }]
- }
- },
- {
- "num": "241",
- "name": "miltank",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Miltank gives over five gallons of milk on a daily basis. Its sweet milk is enjoyed by children and grown-ups alike. People who can't drink milk turn it into yogurt and eat it instead.",
- "img": "https://www.serebii.net/pokemongo/pokemon/241.png",
- "size": {
- "height": "1.19 m",
- "weight": "75.5 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.08",
- "base-capture-rate": "0.2"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "157",
- "base-defense": "193",
- "base-stamina": "216",
- "max-cp": "2354",
- "max-hp": "182"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "tackle",
- "type": "normal",
- "base-damage": "5",
- "energy": "5",
- "move-duration-seg": "0.5"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "stomp",
- "type": "normal",
- "base-damage": "55",
- "energy": "-50",
- "move-duration-seg": "1.7"
- },
- {
- "name": "body slam",
- "type": "normal",
- "base-damage": "50",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "gyro ball",
- "type": "steel",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "3.3"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "miltank candy"
- }
- },
- {
- "num": "242",
- "name": "blissey",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Blissey senses sadness with its fluffy coat of fur. If it does so, this Pokémon will rush over to a sad person, no matter how far away, to share a Lucky Egg that brings a smile to any face.",
- "img": "https://www.serebii.net/pokemongo/pokemon/242.png",
- "size": {
- "height": "1.50 m",
- "weight": "46.8 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "normal"
- ],
- "encounter": {
- "base-flee-rate": "0.05",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "129",
- "base-defense": "169",
- "base-stamina": "496",
- "max-cp": "2757",
- "max-hp": "403"
- },
- "resistant": [
- "ghost"
- ],
- "weaknesses": [
- "fighting"
- ],
- "quick-move": [
- {
- "name": "pound",
- "type": "normal",
- "base-damage": "7",
- "energy": "6",
- "move-duration-seg": "0.6"
- },
- {
- "name": "zen headbutt",
- "type": "psychic",
- "base-damage": "12",
- "energy": "10",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "chansey candy",
- "prev-evolution": [{
- "num": "113",
- "name": "chansey",
- "candy-cost": "50",
- "prev-evolution": [{
- "num": "440",
- "name": "happiny",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "243",
- "name": "raikou",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Raikou embodies the speed of lightning. The roars of this Pokémon send shock waves shuddering through the air and shake the ground as if lightning bolts had come crashing down.",
- "img": "https://www.serebii.net/pokemongo/pokemon/243.png",
- "size": {
- "height": "1.91 m",
- "weight": "178.0 kg"
- },
- "pokemon-rarity": "legendary",
- "type": [
- "electric"
- ],
- "encounter": {
- "base-flee-rate": "0.04",
- "base-capture-rate": "0.02"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "241",
- "base-defense": "195",
- "base-stamina": "207",
- "max-cp": "3452",
- "max-hp": "175"
- },
- "resistant": [
- "electric",
- "flying",
- "steel"
- ],
- "weaknesses": [
- "ground"
- ],
- "quick-move": [
- {
- "name": "thunder shock",
- "type": "electric",
- "base-damage": "5",
- "energy": "8",
- "move-duration-seg": "0.6"
- },
- {
- "name": "volt switch",
- "type": "electric",
- "base-damage": "20",
- "energy": "25",
- "move-duration-seg": "2.3"
- }
- ],
- "special-attack": [
- {
- "name": "thunder",
- "type": "electric",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.4"
- },
- {
- "name": "thunderbolt",
- "type": "electric",
- "base-damage": "80",
- "energy": "-50",
- "move-duration-seg": "2.5"
- },
- {
- "name": "wild charge",
- "type": "electric",
- "base-damage": "90",
- "energy": "-50",
- "move-duration-seg": "2.6"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "raikou candy"
- }
- },
- {
- "num": "244",
- "name": "entei",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Entei embodies the passion of magma. This Pokémon is thought to have been born in the eruption of a volcano. It sends up massive bursts of fire that utterly consume all that they touch.",
- "img": "https://www.serebii.net/pokemongo/pokemon/244.png",
- "size": {
- "height": "2.11 m",
- "weight": "198.0 kg"
- },
- "pokemon-rarity": "legendary",
- "type": [
- "fire"
- ],
- "encounter": {
- "base-flee-rate": "0.04",
- "base-capture-rate": "0.02"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "235",
- "base-defense": "171",
- "base-stamina": "251",
- "max-cp": "3473",
- "max-hp": "210"
- },
- "resistant": [
- "fire",
- "grass",
- "ice",
- "bug",
- "steel"
- ],
- "weaknesses": [
- "water",
- "ground",
- "rock"
- ],
- "quick-move": [
- {
- "name": "fire spin",
- "type": "fire",
- "base-damage": "14",
- "energy": "10",
- "move-duration-seg": "1.1"
- },
- {
- "name": "fire fang",
- "type": "fire",
- "base-damage": "11",
- "energy": "8",
- "move-duration-seg": "0.9"
- }
- ],
- "special-attack": [
- {
- "name": "flamethrower",
- "type": "fire",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2.2"
- },
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "overheat",
- "type": "fire",
- "base-damage": "160",
- "energy": "-100",
- "move-duration-seg": "4"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "entei candy"
- }
- },
- {
- "num": "245",
- "name": "suicune",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Suicune embodies the compassion of a pure spring of water. It runs across the land with gracefulness. This Pokémon has the power to purify dirty water.",
- "img": "https://www.serebii.net/pokemongo/pokemon/245.png",
- "size": {
- "height": "2.01 m",
- "weight": "187.0 kg"
- },
- "pokemon-rarity": "legendary",
- "type": [
- "water"
- ],
- "encounter": {
- "base-flee-rate": "0.04",
- "base-capture-rate": "0.02"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "180",
- "base-defense": "235",
- "base-stamina": "225",
- "max-cp": "2983",
- "max-hp": "189"
- },
- "resistant": [
- "fire",
- "water",
- "ice",
- "steel"
- ],
- "weaknesses": [
- "electric",
- "grass"
- ],
- "quick-move": [
- {
- "name": "extrasensory",
- "type": "psychic",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- },
- {
- "name": "snarl",
- "type": "dark",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "bubble beam",
- "type": "water",
- "base-damage": "45",
- "energy": "-33",
- "move-duration-seg": "1.9"
- },
- {
- "name": "water pulse",
- "type": "water",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "3.2"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "suicune candy"
- }
- },
- {
- "num": "246",
- "name": "larvitar",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Larvitar is born deep under the ground. To come up to the surface, this Pokémon must eat its way through the soil above. Until it does so, Larvitar cannot see its parents.",
- "img": "https://www.serebii.net/pokemongo/pokemon/246.png",
- "size": {
- "height": "0.60 m",
- "weight": "72.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.1",
- "base-capture-rate": "0.4"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "115",
- "base-defense": "93",
- "base-stamina": "137",
- "max-cp": "1040",
- "max-hp": "120"
- },
- "resistant": [
- "electric",
- "poison",
- "fire",
- "flying",
- "normal",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ground",
- "ice",
- "steel",
- "fighting"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- }
- ],
- "special-attack": [
- {
- "name": "stomp",
- "type": "normal",
- "base-damage": "55",
- "energy": "-50",
- "move-duration-seg": "1.7"
- },
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "10 km",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "larvitar candy",
- "next-evolution": [{
- "num": "247",
- "name": "pupitar",
- "candy-cost": "25",
- "next-evolution": [{
- "num": "248",
- "name": "tyranitar",
- "candy-cost": "100"
- }]
- }]
- }
- },
- {
- "num": "247",
- "name": "pupitar",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Pupitar creates a gas inside its body that it compresses and forcefully ejects to propel itself like a jet. The body is very durable—it avoids damage even if it hits solid steel.",
- "img": "https://www.serebii.net/pokemongo/pokemon/247.png",
- "size": {
- "height": "1.20 m",
- "weight": "152.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "ground"
- ],
- "encounter": {
- "base-flee-rate": "0.07",
- "base-capture-rate": "0.1"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "155",
- "base-defense": "133",
- "base-stamina": "172",
- "max-cp": "1766",
- "max-hp": "147"
- },
- "resistant": [
- "electric",
- "poison",
- "fire",
- "flying",
- "normal",
- "rock"
- ],
- "weaknesses": [
- "water",
- "grass",
- "ground",
- "ice",
- "steel",
- "fighting"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "rock smash",
- "type": "fight",
- "base-damage": "15",
- "energy": "10",
- "move-duration-seg": "1.3"
- }
- ],
- "special-attack": [
- {
- "name": "dig",
- "type": "ground",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "4.7"
- },
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "ancient power",
- "type": "rock",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "larvitar candy",
- "next-evolution": [{
- "num": "248",
- "name": "tyranitar",
- "candy-cost": "100"
- }],
- "prev-evolution": [{
- "num": "246",
- "name": "larvitar",
- "candy-cost": "25"
- }]
- }
- },
- {
- "num": "248",
- "name": "tyranitar",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Tyranitar is so overwhelmingly powerful, it can bring down a whole mountain to make its nest. This Pokémon wanders about in mountains seeking new opponents to fight.",
- "img": "https://www.serebii.net/pokemongo/pokemon/248.png",
- "size": {
- "height": "2.00 m",
- "weight": "202.0 kg"
- },
- "pokemon-rarity": "normal",
- "type": [
- "rock",
- "dark"
- ],
- "encounter": {
- "base-flee-rate": "0.04",
- "base-capture-rate": "0.05"
- },
- "spawn-chance": null,
- "stats": {
- "base-attack": "251",
- "base-defense": "207",
- "base-stamina": "225",
- "max-cp": "3834",
- "max-hp": "189"
- },
- "resistant": [
- "psychic",
- "dark",
- "ghost",
- "fire",
- "poison",
- "flying",
- "normal"
- ],
- "weaknesses": [
- "fighting",
- "ground",
- "steel",
- "water",
- "grass",
- "bug",
- "fairy"
- ],
- "quick-move": [
- {
- "name": "bite",
- "type": "dark",
- "base-damage": "6",
- "energy": "4",
- "move-duration-seg": "0.5"
- },
- {
- "name": "iron tail",
- "type": "steel",
- "base-damage": "15",
- "energy": "7",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "crunch",
- "type": "dark",
- "base-damage": "70",
- "energy": "-33",
- "move-duration-seg": "3.2"
- },
- {
- "name": "stone edge",
- "type": "rock",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.3"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "5",
- "evolution": {
- "candy": "larvitar candy",
- "prev-evolution": [{
- "num": "247",
- "name": "pupitar",
- "candy-cost": "100",
- "prev-evolution": [{
- "num": "246",
- "name": "larvitar",
- "candy-cost": "25"
- }]
- }]
- }
- },
- {
- "num": "249",
- "name": "lugia",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Lugia's wings pack devastating power-a light fluttering of its wings can blow apart regular houses. As a result, this Pokémon chooses to live out of sight deep under the sea.",
- "img": "https://www.serebii.net/pokemongo/pokemon/249.png",
- "size": {
- "height": "5.21 m",
- "weight": "216.0 kg"
- },
- "pokemon-rarity": "legendary",
- "type": [
- "psychic",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.04",
- "base-capture-rate": "0.02"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "193",
- "base-defense": "310",
- "base-stamina": "235",
- "max-cp": "3703",
- "max-hp": "197"
- },
- "resistant": [
- "grass",
- "fighting",
- "ground",
- "psychic"
- ],
- "weaknesses": [
- "electric",
- "ice",
- "rock",
- "ghost"
- ],
- "quick-move": [
- {
- "name": "extrasensory",
- "type": "psychic",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- },
- {
- "name": "dragon tail",
- "type": "dragon",
- "base-damage": "15",
- "energy": "9",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "sky attack",
- "type": "flying",
- "base-damage": "70",
- "energy": "-50",
- "move-duration-seg": "2"
- },
- {
- "name": "hydro pump",
- "type": "water",
- "base-damage": "130",
- "energy": "-100",
- "move-duration-seg": "3.3"
- },
- {
- "name": "futuresight",
- "type": "psychic",
- "base-damage": "120",
- "energy": "-100",
- "move-duration-seg": "2.7"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "lugia candy"
- }
- },
- {
- "num": "250",
- "name": "ho-oh",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "Ho-Oh's feathers glow in seven colors depending on the angle at which they are struck by light. These feathers are said to bring happiness to the bearers. This Pokémon is said to live at the foot of a rainbow.",
- "img": "https://www.serebii.net/pokemongo/pokemon/250.png",
- "size": {
- "height": "3.80 m",
- "weight": "199.0 kg"
- },
- "pokemon-rarity": "legendary",
- "type": [
- "fire",
- "flying"
- ],
- "encounter": {
- "base-flee-rate": "0.04",
- "base-capture-rate": "0.02"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "239",
- "base-defense": "244",
- "base-stamina": "214",
- "max-cp": "3863",
- "max-hp": "180"
- },
- "resistant": [
- "fighting",
- "bug",
- "grass",
- "steel",
- "fire",
- "fairy"
- ],
- "weaknesses": [
- "rock",
- "ground",
- "electric",
- "water"
- ],
- "quick-move": [
- {
- "name": "extrasensory",
- "type": "psychic",
- "base-damage": "12",
- "energy": "12",
- "move-duration-seg": "1.1"
- },
- {
- "name": "steel wing",
- "type": "steel",
- "base-damage": "11",
- "energy": "6",
- "move-duration-seg": "0.8"
- }
- ],
- "special-attack": [
- {
- "name": "brave bird",
- "type": "flying",
- "base-damage": "90",
- "energy": "-100",
- "move-duration-seg": "2"
- },
- {
- "name": "fire blast",
- "type": "fire",
- "base-damage": "140",
- "energy": "-100",
- "move-duration-seg": "4.2"
- },
- {
- "name": "solar beam",
- "type": "grass",
- "base-damage": "180",
- "energy": "-100",
- "move-duration-seg": "4.9"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "ho-oh candy"
- }
- },
- {
- "num": "251",
- "name": "celebi",
- "generation": {
- "num": "generation ii",
- "name": "johto"
- },
- "about": "This Pokémon came from the future by crossing over time. It is thought that so long as Celebi appears, a bright and shining future awaits us.",
- "img": "https://www.serebii.net/pokemongo/pokemon/251.png",
- "size": {
- "height": "0.61 m",
- "weight": "5.0 kg"
- },
- "pokemon-rarity": "mythic",
- "type": [
- "psychic",
- "grass"
- ],
- "encounter": {
- "base-flee-rate": "0",
- "base-capture-rate": "100"
- },
- "spawn-chance": "0",
- "stats": {
- "base-attack": "210",
- "base-defense": "210",
- "base-stamina": "225",
- "max-cp": "3265",
- "max-hp": "189"
- },
- "resistant": [
- "water",
- "electric",
- "grass",
- "fighting",
- "ground"
- ],
- "weaknesses": [
- "fire",
- "ice",
- "poison",
- "flying"
- ],
- "quick-move": [
- {
- "name": "confusion",
- "type": "psychic",
- "base-damage": "20",
- "energy": "15",
- "move-duration-seg": "1.6"
- },
- {
- "name": "charge beam",
- "type": "electric",
- "base-damage": "8",
- "energy": "15",
- "move-duration-seg": "1.1"
- }
- ],
- "special-attack": [
- {
- "name": "hyper beam",
- "type": "normal",
- "base-damage": "150",
- "energy": "-100",
- "move-duration-seg": "3.8"
- },
- {
- "name": "psychic",
- "type": "psychic",
- "base-damage": "100",
- "energy": "-100",
- "move-duration-seg": "2.8"
- },
- {
- "name": "dazzling gleam",
- "type": "fairy",
- "base-damage": "100",
- "energy": "-50",
- "move-duration-seg": "3.5"
- }
- ],
- "egg": "not in eggs",
- "buddy-distance-km": "20",
- "evolution": {
- "candy": "celebi candy"
- }
- }]
-}
diff --git a/src/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/img/GitHub-Logo.png b/src/img/GitHub-Logo.png
new file mode 100644
index 00000000..cac4b8ed
Binary files /dev/null and b/src/img/GitHub-Logo.png differ
diff --git a/src/img/banner.png b/src/img/banner.png
new file mode 100644
index 00000000..ad72df49
Binary files /dev/null and b/src/img/banner.png differ
diff --git a/src/img/bannerOficial.png b/src/img/bannerOficial.png
new file mode 100644
index 00000000..58c45a8f
Binary files /dev/null and b/src/img/bannerOficial.png differ
diff --git a/src/img/filtro.png b/src/img/filtro.png
new file mode 100644
index 00000000..509069b9
Binary files /dev/null and b/src/img/filtro.png differ
diff --git a/src/img/linkedin.png b/src/img/linkedin.png
new file mode 100644
index 00000000..95560f17
Binary files /dev/null and b/src/img/linkedin.png differ
diff --git a/src/img/logo e mascotes rio.jpeg b/src/img/logo e mascotes rio.jpeg
new file mode 100644
index 00000000..c2580ee3
Binary files /dev/null and b/src/img/logo e mascotes rio.jpeg differ
diff --git a/src/img/logoGrande.png b/src/img/logoGrande.png
new file mode 100644
index 00000000..2712151c
Binary files /dev/null and b/src/img/logoGrande.png differ
diff --git a/src/img/logoPequeno.png b/src/img/logoPequeno.png
new file mode 100644
index 00000000..e77c052a
Binary files /dev/null and b/src/img/logoPequeno.png differ
diff --git a/src/img/medalha de bronze.png b/src/img/medalha de bronze.png
new file mode 100644
index 00000000..fed19e3d
Binary files /dev/null and b/src/img/medalha de bronze.png differ
diff --git a/src/img/medalha de ouro.png b/src/img/medalha de ouro.png
new file mode 100644
index 00000000..ec45d45a
Binary files /dev/null and b/src/img/medalha de ouro.png differ
diff --git a/src/img/medalhadeprata.png b/src/img/medalhadeprata.png
new file mode 100644
index 00000000..ffb00a1a
Binary files /dev/null and b/src/img/medalhadeprata.png differ
diff --git a/src/img/ordenar.png b/src/img/ordenar.png
new file mode 100644
index 00000000..fb656b21
Binary files /dev/null and b/src/img/ordenar.png differ
diff --git a/src/index.html b/src/index.html
index 5aef81f0..cfb6dd04 100644
--- a/src/index.html
+++ b/src/index.html
@@ -1,12 +1,118 @@
-
+ A candidatura do Rio de Janeiro como cidade-sede dos Jogos Olímpicos 2016 foi oficializada em + 2007, ao lado das cidades de Madri, na Espanha, Chicago, nos Estados Unidos, e Tóquio, no + Japão. Para definir o local, o Comitê Olímpico Internacional (COI) levou em consideração a + existência de instalações esportivas na cidade e os projetos de investimento na infraestrutura + necessária para o evento. + Com a realização dos Jogos Pan-americanos no Rio de Janeiro em 2007, a capital fluminense contou + com a vantagem de já possuir um legado esportivo que poderia ser usado nas olimpíadas. O resultado + da escolha do COI foi divulgado no dia 2 de outubro de 2009, em Copenhague, na Dinamarca.
+Essa foi a primeira edição dos jogos realizada em uma cidade da América do Sul. Los Angeles, Cidade + do México e Montreal são algumas das cidades da América do Norte que já receberam o evento. Para + testar a estrutura dos jogos, o Comitê Organizador preparou 39 eventos-teste, que ocorreram entre + agosto de 2015 e maio de 2016. +
+ +Segundo informações da Autoridade Pública Olímpica (APO), os gastos com os jogos eram + estimados em R$ 28,8 bilhões quando a candidatura foi lançada. Posteriormente o valor dos + investimentos foram atualizados e passou dos R$ 40 bilhões. A cifra é maior do que o que foi + gasto durante a Copa de 2014, mas é inferior aos R$ 65,3 bilhões investidos em Londres nas + Olimpíadas de 2012.
+Além das obras para os complexos onde os jogos foram realizados, + investimentos também foram feitos em outras áreas. Foi necessária a criação de um plano de + políticas públicas com obras para melhorar a infraestrutura urbana da cidade, como mobilidade.
+A principal obra realizada para receber os jogos foi o Parque Olímpico, em Jacarepaguá. + Com mais de um milhão de metros quadrados de área, os três pavilhões esportivos contam com + espaço para 36 mil lugares. O Parque Olímpico foi responsável por abrigar 16 modalidades + olímpicas e 9 paraolímpicas. Também foram construídos o Parque dos Atletas, o Campo de Golfe + Olímpico, o Complexo Esportivo de Deodoro, além da reforma do Sambódromo para receber provas + de tiro com arco e maratona. +
+ +A logo dos jogos traz três pessoas de mãos dadas, traduzindo o espírito de coletividade da + competição. A imagem lembra também o Pão de Açúcar, um dos principais cartões-postais do + Rio de Janeiro. A logo também faz referência ao coração e dá a impressão de estar em + constante movimento.
+Outro símbolo que representou os Jogos Olímpicos do Rio foi o mascote. Vinícius é um animal + que nasceu da mistura de diversos bichos da fauna brasileira. O nome é inspirado no poeta e + compositor Vinícius de Morais e foi escolhido pela população por meio de uma votação. Já + Tom é o mascote das Paraolimpíadas, uma homenagem a Tom Jobim, ícone da Bossa Nova, e à + fauna brasileira. +
+
+
+ A Olimpíada Rio 2016 contou com 41 esportes, incluído duas novidades: o golfe, que + voltou a ser disputado depois de 112 anos, e o rúgbi, que não estava entre os jogos + desde de 1924. Foram 306 provas diferentes, sendo 136 modalidades femininas e 161 + masculinas, além de outras nove disputadas de forma mista.
+Durante o período o Rio de Janeiro recebeu mais de 10 mil atletas de 206 países. A + maioria das disputas foram realizadas nas 32 arenas espalhadas pela cidade, com exceção + do futebol, que também teve partidas nas cidades de Belo Horizonte, Brasília, Manaus, + Salvador e São Paulo. +
+ +O desempenho dos brasileiros nesta Olimpíada foi o melhor de toda a história do Brasil + nos jogos. Terminando em 13º lugar no ranking geral, o Brasil conquistou 19 medalhas + na competição: sete de ouro, seis de prata e seis de bronze.
+Entre os países participantes o líder geral da Olimpíada 2016 foi os Estados Unidos, + com 121 medalhas (46 ouro - 37 prata - 38 bronze). Em seguida veio a Grã-Bretanha, + com 67 (27 ouro - 23 prata - 17 bronze), e a China, com 70 (26 ouro - 18 prata - 26 + bronze).
+